@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../../../v2/lib/intl-tel-input/css/intlTelInput.min.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px 0; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bec3ca; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-conditioner:before {
  content: "\f8f4"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-album:before {
  content: "\f89f"; }

.fa-album-collection:before {
  content: "\f8a0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

.fa-alien-monster:before {
  content: "\f8f6"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-amp-guitar:before {
  content: "\f8a1"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badge-sheriff:before {
  content: "\f8a2"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-bed-alt:before {
  content: "\f8f7"; }

.fa-bed-bunk:before {
  content: "\f8f8"; }

.fa-bed-empty:before {
  content: "\f8f9"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-exclamation:before {
  content: "\f848"; }

.fa-bell-on:before {
  content: "\f8fa"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blinds:before {
  content: "\f8fb"; }

.fa-blinds-open:before {
  content: "\f8fc"; }

.fa-blinds-raised:before {
  content: "\f8fd"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-home:before {
  content: "\f8fe"; }

.fa-camera-movie:before {
  content: "\f8a9"; }

.fa-camera-polaroid:before {
  content: "\f8aa"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caravan-alt:before {
  content: "\f900"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cassette-tape:before {
  content: "\f8ab"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cat-space:before {
  content: "\f901"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clarinet:before {
  content: "\f8ad"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-music:before {
  content: "\f8ae"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-pot:before {
  content: "\f902"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-coffin-cross:before {
  content: "\f951"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\f903"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-music:before {
  content: "\f8af"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-music:before {
  content: "\f8b0"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-computer-classic:before {
  content: "\f8b1"; }

.fa-computer-speaker:before {
  content: "\f8b2"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

.fa-cowbell-more:before {
  content: "\f8b4"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disc-drive:before {
  content: "\f8b5"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fan-table:before {
  content: "\f904"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\f905"; }

.fa-faucet-drip:before {
  content: "\f906"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-flute:before {
  content: "\f8b9"; }

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\f953"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\f954"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\f908"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\f909"; }

.fa-garage-car:before {
  content: "\f90a"; }

.fa-garage-open:before {
  content: "\f90b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\f90c"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\f90d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\f90e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\f90f"; }

.fa-house-night:before {
  content: "\f910"; }

.fa-house-return:before {
  content: "\f911"; }

.fa-house-signal:before {
  content: "\f912"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-joystick:before {
  content: "\f8c5"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-jug:before {
  content: "\f8c6"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\f914"; }

.fa-lamp-floor:before {
  content: "\f915"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\f916"; }

.fa-light-switch:before {
  content: "\f917"; }

.fa-light-switch-off:before {
  content: "\f918"; }

.fa-light-switch-on:before {
  content: "\f919"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-music:before {
  content: "\f8c9"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microphone-stand:before {
  content: "\f8cb"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\f91b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mp3-player:before {
  content: "\f8ce"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

.fa-music-slash:before {
  content: "\f8d1"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\f91c"; }

.fa-oven:before {
  content: "\f91d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-planet-moon:before {
  content: "\f91f"; }

.fa-planet-ringed:before {
  content: "\f920"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\f921"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\f922"; }

.fa-portal-exit:before {
  content: "\f923"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\f924"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\f925"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\f926"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\f927"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

.fa-saxophone:before {
  content: "\f8dc"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\f928"; }

.fa-sensor-alert:before {
  content: "\f929"; }

.fa-sensor-fire:before {
  content: "\f92a"; }

.fa-sensor-on:before {
  content: "\f92b"; }

.fa-sensor-smoke:before {
  content: "\f92c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-siren:before {
  content: "\f92d"; }

.fa-siren-on:before {
  content: "\f92e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\f92f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\f930"; }

.fa-sort-circle-down:before {
  content: "\f931"; }

.fa-sort-circle-up:before {
  content: "\f932"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\f933"; }

.fa-space-station-moon-alt:before {
  content: "\f934"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-sprinkler:before {
  content: "\f935"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\f936"; }

.fa-starfighter:before {
  content: "\f937"; }

.fa-starfighter-alt:before {
  content: "\f938"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\f939"; }

.fa-starship-freighter:before {
  content: "\f93a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\f93b"; }

.fa-sword-laser-alt:before {
  content: "\f93c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-swords-laser:before {
  content: "\f93d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\f93e"; }

.fa-temperature-down:before {
  content: "\f93f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\f940"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\f942"; }

.fa-transporter-1:before {
  content: "\f943"; }

.fa-transporter-2:before {
  content: "\f944"; }

.fa-transporter-3:before {
  content: "\f945"; }

.fa-transporter-empty:before {
  content: "\f946"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\f947"; }

.fa-ufo-beam:before {
  content: "\f948"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\f94a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\f94b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-user-unlock:before {
  content: "\f958"; }

.fa-user-visor:before {
  content: "\f94c"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\f94d"; }

.fa-vacuum-robot:before {
  content: "\f94e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-wagon-covered:before {
  content: "\f8ee"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\f94f"; }

.fa-window-frame-open:before {
  content: "\f950"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../fonts/simplybook/font-awesome/fa-regular-400.eot");
  src: url("../../fonts/simplybook/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/simplybook/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../fonts/simplybook/font-awesome/fa-regular-400.woff") format("woff"), url("../../fonts/simplybook/font-awesome/fa-regular-400.ttf") format("truetype"), url("../../fonts/simplybook/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../fonts/simplybook/font-awesome/fa-solid-900.eot");
  src: url("../../fonts/simplybook/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/simplybook/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../fonts/simplybook/font-awesome/fa-solid-900.woff") format("woff"), url("../../fonts/simplybook/font-awesome/fa-solid-900.ttf") format("truetype"), url("../../fonts/simplybook/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../../fonts/simplybook/font-awesome/fa-light-300.eot");
  src: url("../../fonts/simplybook/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../fonts/simplybook/font-awesome/fa-light-300.woff2") format("woff2"), url("../../fonts/simplybook/font-awesome/fa-light-300.woff") format("woff"), url("../../fonts/simplybook/font-awesome/fa-light-300.ttf") format("truetype"), url("../../fonts/simplybook/font-awesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../fonts/simplybook/font-awesome/fa-brands-400.eot");
  src: url("../../fonts/simplybook/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/simplybook/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../fonts/simplybook/font-awesome/fa-brands-400.woff") format("woff"), url("../../fonts/simplybook/font-awesome/fa-brands-400.ttf") format("truetype"), url("../../fonts/simplybook/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before {
  content: "\f1ba"; }

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../fonts/simplybook/font-awesome/fa-duotone-900.eot");
  src: url("../../fonts/simplybook/font-awesome/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/simplybook/font-awesome/fa-duotone-900.woff2") format("woff2"), url("../../fonts/simplybook/font-awesome/fa-duotone-900.woff") format("woff"), url("../../fonts/simplybook/font-awesome/fa-duotone-900.ttf") format("truetype"), url("../../fonts/simplybook/font-awesome/fa-duotone-900.svg#fontawesome") format("svg"); }

.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900; }

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse {
  color: #fff; }

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute; }

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%); }

.fad.fa-abacus:after {
  content: "\10f640"; }

.fad.fa-acorn:after {
  content: "\10f6ae"; }

.fad.fa-ad:after {
  content: "\10f641"; }

.fad.fa-address-book:after {
  content: "\10f2b9"; }

.fad.fa-address-card:after {
  content: "\10f2bb"; }

.fad.fa-adjust:after {
  content: "\10f042"; }

.fad.fa-air-conditioner:after {
  content: "\10f8f4"; }

.fad.fa-air-freshener:after {
  content: "\10f5d0"; }

.fad.fa-alarm-clock:after {
  content: "\10f34e"; }

.fad.fa-alarm-exclamation:after {
  content: "\10f843"; }

.fad.fa-alarm-plus:after {
  content: "\10f844"; }

.fad.fa-alarm-snooze:after {
  content: "\10f845"; }

.fad.fa-album:after {
  content: "\10f89f"; }

.fad.fa-album-collection:after {
  content: "\10f8a0"; }

.fad.fa-alicorn:after {
  content: "\10f6b0"; }

.fad.fa-alien:after {
  content: "\10f8f5"; }

.fad.fa-alien-monster:after {
  content: "\10f8f6"; }

.fad.fa-align-center:after {
  content: "\10f037"; }

.fad.fa-align-justify:after {
  content: "\10f039"; }

.fad.fa-align-left:after {
  content: "\10f036"; }

.fad.fa-align-right:after {
  content: "\10f038"; }

.fad.fa-align-slash:after {
  content: "\10f846"; }

.fad.fa-allergies:after {
  content: "\10f461"; }

.fad.fa-ambulance:after {
  content: "\10f0f9"; }

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3"; }

.fad.fa-amp-guitar:after {
  content: "\10f8a1"; }

.fad.fa-analytics:after {
  content: "\10f643"; }

.fad.fa-anchor:after {
  content: "\10f13d"; }

.fad.fa-angel:after {
  content: "\10f779"; }

.fad.fa-angle-double-down:after {
  content: "\10f103"; }

.fad.fa-angle-double-left:after {
  content: "\10f100"; }

.fad.fa-angle-double-right:after {
  content: "\10f101"; }

.fad.fa-angle-double-up:after {
  content: "\10f102"; }

.fad.fa-angle-down:after {
  content: "\10f107"; }

.fad.fa-angle-left:after {
  content: "\10f104"; }

.fad.fa-angle-right:after {
  content: "\10f105"; }

.fad.fa-angle-up:after {
  content: "\10f106"; }

.fad.fa-angry:after {
  content: "\10f556"; }

.fad.fa-ankh:after {
  content: "\10f644"; }

.fad.fa-apple-alt:after {
  content: "\10f5d1"; }

.fad.fa-apple-crate:after {
  content: "\10f6b1"; }

.fad.fa-archive:after {
  content: "\10f187"; }

.fad.fa-archway:after {
  content: "\10f557"; }

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358"; }

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359"; }

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a"; }

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b"; }

.fad.fa-arrow-alt-down:after {
  content: "\10f354"; }

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346"; }

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347"; }

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348"; }

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349"; }

.fad.fa-arrow-alt-left:after {
  content: "\10f355"; }

.fad.fa-arrow-alt-right:after {
  content: "\10f356"; }

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350"; }

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351"; }

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352"; }

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353"; }

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a"; }

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b"; }

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c"; }

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d"; }

.fad.fa-arrow-alt-up:after {
  content: "\10f357"; }

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab"; }

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8"; }

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9"; }

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa"; }

.fad.fa-arrow-down:after {
  content: "\10f063"; }

.fad.fa-arrow-from-bottom:after {
  content: "\10f342"; }

.fad.fa-arrow-from-left:after {
  content: "\10f343"; }

.fad.fa-arrow-from-right:after {
  content: "\10f344"; }

.fad.fa-arrow-from-top:after {
  content: "\10f345"; }

.fad.fa-arrow-left:after {
  content: "\10f060"; }

.fad.fa-arrow-right:after {
  content: "\10f061"; }

.fad.fa-arrow-square-down:after {
  content: "\10f339"; }

.fad.fa-arrow-square-left:after {
  content: "\10f33a"; }

.fad.fa-arrow-square-right:after {
  content: "\10f33b"; }

.fad.fa-arrow-square-up:after {
  content: "\10f33c"; }

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d"; }

.fad.fa-arrow-to-left:after {
  content: "\10f33e"; }

.fad.fa-arrow-to-right:after {
  content: "\10f340"; }

.fad.fa-arrow-to-top:after {
  content: "\10f341"; }

.fad.fa-arrow-up:after {
  content: "\10f062"; }

.fad.fa-arrows:after {
  content: "\10f047"; }

.fad.fa-arrows-alt:after {
  content: "\10f0b2"; }

.fad.fa-arrows-alt-h:after {
  content: "\10f337"; }

.fad.fa-arrows-alt-v:after {
  content: "\10f338"; }

.fad.fa-arrows-h:after {
  content: "\10f07e"; }

.fad.fa-arrows-v:after {
  content: "\10f07d"; }

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2"; }

.fad.fa-asterisk:after {
  content: "\10f069"; }

.fad.fa-at:after {
  content: "\10f1fa"; }

.fad.fa-atlas:after {
  content: "\10f558"; }

.fad.fa-atom:after {
  content: "\10f5d2"; }

.fad.fa-atom-alt:after {
  content: "\10f5d3"; }

.fad.fa-audio-description:after {
  content: "\10f29e"; }

.fad.fa-award:after {
  content: "\10f559"; }

.fad.fa-axe:after {
  content: "\10f6b2"; }

.fad.fa-axe-battle:after {
  content: "\10f6b3"; }

.fad.fa-baby:after {
  content: "\10f77c"; }

.fad.fa-baby-carriage:after {
  content: "\10f77d"; }

.fad.fa-backpack:after {
  content: "\10f5d4"; }

.fad.fa-backspace:after {
  content: "\10f55a"; }

.fad.fa-backward:after {
  content: "\10f04a"; }

.fad.fa-bacon:after {
  content: "\10f7e5"; }

.fad.fa-badge:after {
  content: "\10f335"; }

.fad.fa-badge-check:after {
  content: "\10f336"; }

.fad.fa-badge-dollar:after {
  content: "\10f645"; }

.fad.fa-badge-percent:after {
  content: "\10f646"; }

.fad.fa-badge-sheriff:after {
  content: "\10f8a2"; }

.fad.fa-badger-honey:after {
  content: "\10f6b4"; }

.fad.fa-bags-shopping:after {
  content: "\10f847"; }

.fad.fa-bahai:after {
  content: "\10f666"; }

.fad.fa-balance-scale:after {
  content: "\10f24e"; }

.fad.fa-balance-scale-left:after {
  content: "\10f515"; }

.fad.fa-balance-scale-right:after {
  content: "\10f516"; }

.fad.fa-ball-pile:after {
  content: "\10f77e"; }

.fad.fa-ballot:after {
  content: "\10f732"; }

.fad.fa-ballot-check:after {
  content: "\10f733"; }

.fad.fa-ban:after {
  content: "\10f05e"; }

.fad.fa-band-aid:after {
  content: "\10f462"; }

.fad.fa-banjo:after {
  content: "\10f8a3"; }

.fad.fa-barcode:after {
  content: "\10f02a"; }

.fad.fa-barcode-alt:after {
  content: "\10f463"; }

.fad.fa-barcode-read:after {
  content: "\10f464"; }

.fad.fa-barcode-scan:after {
  content: "\10f465"; }

.fad.fa-bars:after {
  content: "\10f0c9"; }

.fad.fa-baseball:after {
  content: "\10f432"; }

.fad.fa-baseball-ball:after {
  content: "\10f433"; }

.fad.fa-basketball-ball:after {
  content: "\10f434"; }

.fad.fa-basketball-hoop:after {
  content: "\10f435"; }

.fad.fa-bat:after {
  content: "\10f6b5"; }

.fad.fa-bath:after {
  content: "\10f2cd"; }

.fad.fa-battery-bolt:after {
  content: "\10f376"; }

.fad.fa-battery-empty:after {
  content: "\10f244"; }

.fad.fa-battery-full:after {
  content: "\10f240"; }

.fad.fa-battery-half:after {
  content: "\10f242"; }

.fad.fa-battery-quarter:after {
  content: "\10f243"; }

.fad.fa-battery-slash:after {
  content: "\10f377"; }

.fad.fa-battery-three-quarters:after {
  content: "\10f241"; }

.fad.fa-bed:after {
  content: "\10f236"; }

.fad.fa-bed-alt:after {
  content: "\10f8f7"; }

.fad.fa-bed-bunk:after {
  content: "\10f8f8"; }

.fad.fa-bed-empty:after {
  content: "\10f8f9"; }

.fad.fa-beer:after {
  content: "\10f0fc"; }

.fad.fa-bell:after {
  content: "\10f0f3"; }

.fad.fa-bell-exclamation:after {
  content: "\10f848"; }

.fad.fa-bell-on:after {
  content: "\10f8fa"; }

.fad.fa-bell-plus:after {
  content: "\10f849"; }

.fad.fa-bell-school:after {
  content: "\10f5d5"; }

.fad.fa-bell-school-slash:after {
  content: "\10f5d6"; }

.fad.fa-bell-slash:after {
  content: "\10f1f6"; }

.fad.fa-bells:after {
  content: "\10f77f"; }

.fad.fa-betamax:after {
  content: "\10f8a4"; }

.fad.fa-bezier-curve:after {
  content: "\10f55b"; }

.fad.fa-bible:after {
  content: "\10f647"; }

.fad.fa-bicycle:after {
  content: "\10f206"; }

.fad.fa-biking:after {
  content: "\10f84a"; }

.fad.fa-biking-mountain:after {
  content: "\10f84b"; }

.fad.fa-binoculars:after {
  content: "\10f1e5"; }

.fad.fa-biohazard:after {
  content: "\10f780"; }

.fad.fa-birthday-cake:after {
  content: "\10f1fd"; }

.fad.fa-blanket:after {
  content: "\10f498"; }

.fad.fa-blender:after {
  content: "\10f517"; }

.fad.fa-blender-phone:after {
  content: "\10f6b6"; }

.fad.fa-blind:after {
  content: "\10f29d"; }

.fad.fa-blinds:after {
  content: "\10f8fb"; }

.fad.fa-blinds-open:after {
  content: "\10f8fc"; }

.fad.fa-blinds-raised:after {
  content: "\10f8fd"; }

.fad.fa-blog:after {
  content: "\10f781"; }

.fad.fa-bold:after {
  content: "\10f032"; }

.fad.fa-bolt:after {
  content: "\10f0e7"; }

.fad.fa-bomb:after {
  content: "\10f1e2"; }

.fad.fa-bone:after {
  content: "\10f5d7"; }

.fad.fa-bone-break:after {
  content: "\10f5d8"; }

.fad.fa-bong:after {
  content: "\10f55c"; }

.fad.fa-book:after {
  content: "\10f02d"; }

.fad.fa-book-alt:after {
  content: "\10f5d9"; }

.fad.fa-book-dead:after {
  content: "\10f6b7"; }

.fad.fa-book-heart:after {
  content: "\10f499"; }

.fad.fa-book-medical:after {
  content: "\10f7e6"; }

.fad.fa-book-open:after {
  content: "\10f518"; }

.fad.fa-book-reader:after {
  content: "\10f5da"; }

.fad.fa-book-spells:after {
  content: "\10f6b8"; }

.fad.fa-book-user:after {
  content: "\10f7e7"; }

.fad.fa-bookmark:after {
  content: "\10f02e"; }

.fad.fa-books:after {
  content: "\10f5db"; }

.fad.fa-books-medical:after {
  content: "\10f7e8"; }

.fad.fa-boombox:after {
  content: "\10f8a5"; }

.fad.fa-boot:after {
  content: "\10f782"; }

.fad.fa-booth-curtain:after {
  content: "\10f734"; }

.fad.fa-border-all:after {
  content: "\10f84c"; }

.fad.fa-border-bottom:after {
  content: "\10f84d"; }

.fad.fa-border-center-h:after {
  content: "\10f89c"; }

.fad.fa-border-center-v:after {
  content: "\10f89d"; }

.fad.fa-border-inner:after {
  content: "\10f84e"; }

.fad.fa-border-left:after {
  content: "\10f84f"; }

.fad.fa-border-none:after {
  content: "\10f850"; }

.fad.fa-border-outer:after {
  content: "\10f851"; }

.fad.fa-border-right:after {
  content: "\10f852"; }

.fad.fa-border-style:after {
  content: "\10f853"; }

.fad.fa-border-style-alt:after {
  content: "\10f854"; }

.fad.fa-border-top:after {
  content: "\10f855"; }

.fad.fa-bow-arrow:after {
  content: "\10f6b9"; }

.fad.fa-bowling-ball:after {
  content: "\10f436"; }

.fad.fa-bowling-pins:after {
  content: "\10f437"; }

.fad.fa-box:after {
  content: "\10f466"; }

.fad.fa-box-alt:after {
  content: "\10f49a"; }

.fad.fa-box-ballot:after {
  content: "\10f735"; }

.fad.fa-box-check:after {
  content: "\10f467"; }

.fad.fa-box-fragile:after {
  content: "\10f49b"; }

.fad.fa-box-full:after {
  content: "\10f49c"; }

.fad.fa-box-heart:after {
  content: "\10f49d"; }

.fad.fa-box-open:after {
  content: "\10f49e"; }

.fad.fa-box-up:after {
  content: "\10f49f"; }

.fad.fa-box-usd:after {
  content: "\10f4a0"; }

.fad.fa-boxes:after {
  content: "\10f468"; }

.fad.fa-boxes-alt:after {
  content: "\10f4a1"; }

.fad.fa-boxing-glove:after {
  content: "\10f438"; }

.fad.fa-brackets:after {
  content: "\10f7e9"; }

.fad.fa-brackets-curly:after {
  content: "\10f7ea"; }

.fad.fa-braille:after {
  content: "\10f2a1"; }

.fad.fa-brain:after {
  content: "\10f5dc"; }

.fad.fa-bread-loaf:after {
  content: "\10f7eb"; }

.fad.fa-bread-slice:after {
  content: "\10f7ec"; }

.fad.fa-briefcase:after {
  content: "\10f0b1"; }

.fad.fa-briefcase-medical:after {
  content: "\10f469"; }

.fad.fa-bring-forward:after {
  content: "\10f856"; }

.fad.fa-bring-front:after {
  content: "\10f857"; }

.fad.fa-broadcast-tower:after {
  content: "\10f519"; }

.fad.fa-broom:after {
  content: "\10f51a"; }

.fad.fa-browser:after {
  content: "\10f37e"; }

.fad.fa-brush:after {
  content: "\10f55d"; }

.fad.fa-bug:after {
  content: "\10f188"; }

.fad.fa-building:after {
  content: "\10f1ad"; }

.fad.fa-bullhorn:after {
  content: "\10f0a1"; }

.fad.fa-bullseye:after {
  content: "\10f140"; }

.fad.fa-bullseye-arrow:after {
  content: "\10f648"; }

.fad.fa-bullseye-pointer:after {
  content: "\10f649"; }

.fad.fa-burger-soda:after {
  content: "\10f858"; }

.fad.fa-burn:after {
  content: "\10f46a"; }

.fad.fa-burrito:after {
  content: "\10f7ed"; }

.fad.fa-bus:after {
  content: "\10f207"; }

.fad.fa-bus-alt:after {
  content: "\10f55e"; }

.fad.fa-bus-school:after {
  content: "\10f5dd"; }

.fad.fa-business-time:after {
  content: "\10f64a"; }

.fad.fa-cabinet-filing:after {
  content: "\10f64b"; }

.fad.fa-cactus:after {
  content: "\10f8a7"; }

.fad.fa-calculator:after {
  content: "\10f1ec"; }

.fad.fa-calculator-alt:after {
  content: "\10f64c"; }

.fad.fa-calendar:after {
  content: "\10f133"; }

.fad.fa-calendar-alt:after {
  content: "\10f073"; }

.fad.fa-calendar-check:after {
  content: "\10f274"; }

.fad.fa-calendar-day:after {
  content: "\10f783"; }

.fad.fa-calendar-edit:after {
  content: "\10f333"; }

.fad.fa-calendar-exclamation:after {
  content: "\10f334"; }

.fad.fa-calendar-minus:after {
  content: "\10f272"; }

.fad.fa-calendar-plus:after {
  content: "\10f271"; }

.fad.fa-calendar-star:after {
  content: "\10f736"; }

.fad.fa-calendar-times:after {
  content: "\10f273"; }

.fad.fa-calendar-week:after {
  content: "\10f784"; }

.fad.fa-camcorder:after {
  content: "\10f8a8"; }

.fad.fa-camera:after {
  content: "\10f030"; }

.fad.fa-camera-alt:after {
  content: "\10f332"; }

.fad.fa-camera-home:after {
  content: "\10f8fe"; }

.fad.fa-camera-movie:after {
  content: "\10f8a9"; }

.fad.fa-camera-polaroid:after {
  content: "\10f8aa"; }

.fad.fa-camera-retro:after {
  content: "\10f083"; }

.fad.fa-campfire:after {
  content: "\10f6ba"; }

.fad.fa-campground:after {
  content: "\10f6bb"; }

.fad.fa-candle-holder:after {
  content: "\10f6bc"; }

.fad.fa-candy-cane:after {
  content: "\10f786"; }

.fad.fa-candy-corn:after {
  content: "\10f6bd"; }

.fad.fa-cannabis:after {
  content: "\10f55f"; }

.fad.fa-capsules:after {
  content: "\10f46b"; }

.fad.fa-car:after {
  content: "\10f1b9"; }

.fad.fa-car-alt:after {
  content: "\10f5de"; }

.fad.fa-car-battery:after {
  content: "\10f5df"; }

.fad.fa-car-building:after {
  content: "\10f859"; }

.fad.fa-car-bump:after {
  content: "\10f5e0"; }

.fad.fa-car-bus:after {
  content: "\10f85a"; }

.fad.fa-car-crash:after {
  content: "\10f5e1"; }

.fad.fa-car-garage:after {
  content: "\10f5e2"; }

.fad.fa-car-mechanic:after {
  content: "\10f5e3"; }

.fad.fa-car-side:after {
  content: "\10f5e4"; }

.fad.fa-car-tilt:after {
  content: "\10f5e5"; }

.fad.fa-car-wash:after {
  content: "\10f5e6"; }

.fad.fa-caravan:after {
  content: "\10f8ff"; }

.fad.fa-caravan-alt:after {
  content: "\10f900"; }

.fad.fa-caret-circle-down:after {
  content: "\10f32d"; }

.fad.fa-caret-circle-left:after {
  content: "\10f32e"; }

.fad.fa-caret-circle-right:after {
  content: "\10f330"; }

.fad.fa-caret-circle-up:after {
  content: "\10f331"; }

.fad.fa-caret-down:after {
  content: "\10f0d7"; }

.fad.fa-caret-left:after {
  content: "\10f0d9"; }

.fad.fa-caret-right:after {
  content: "\10f0da"; }

.fad.fa-caret-square-down:after {
  content: "\10f150"; }

.fad.fa-caret-square-left:after {
  content: "\10f191"; }

.fad.fa-caret-square-right:after {
  content: "\10f152"; }

.fad.fa-caret-square-up:after {
  content: "\10f151"; }

.fad.fa-caret-up:after {
  content: "\10f0d8"; }

.fad.fa-carrot:after {
  content: "\10f787"; }

.fad.fa-cars:after {
  content: "\10f85b"; }

.fad.fa-cart-arrow-down:after {
  content: "\10f218"; }

.fad.fa-cart-plus:after {
  content: "\10f217"; }

.fad.fa-cash-register:after {
  content: "\10f788"; }

.fad.fa-cassette-tape:after {
  content: "\10f8ab"; }

.fad.fa-cat:after {
  content: "\10f6be"; }

.fad.fa-cat-space:after {
  content: "\10f901"; }

.fad.fa-cauldron:after {
  content: "\10f6bf"; }

.fad.fa-cctv:after {
  content: "\10f8ac"; }

.fad.fa-certificate:after {
  content: "\10f0a3"; }

.fad.fa-chair:after {
  content: "\10f6c0"; }

.fad.fa-chair-office:after {
  content: "\10f6c1"; }

.fad.fa-chalkboard:after {
  content: "\10f51b"; }

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c"; }

.fad.fa-charging-station:after {
  content: "\10f5e7"; }

.fad.fa-chart-area:after {
  content: "\10f1fe"; }

.fad.fa-chart-bar:after {
  content: "\10f080"; }

.fad.fa-chart-line:after {
  content: "\10f201"; }

.fad.fa-chart-line-down:after {
  content: "\10f64d"; }

.fad.fa-chart-network:after {
  content: "\10f78a"; }

.fad.fa-chart-pie:after {
  content: "\10f200"; }

.fad.fa-chart-pie-alt:after {
  content: "\10f64e"; }

.fad.fa-chart-scatter:after {
  content: "\10f7ee"; }

.fad.fa-check:after {
  content: "\10f00c"; }

.fad.fa-check-circle:after {
  content: "\10f058"; }

.fad.fa-check-double:after {
  content: "\10f560"; }

.fad.fa-check-square:after {
  content: "\10f14a"; }

.fad.fa-cheese:after {
  content: "\10f7ef"; }

.fad.fa-cheese-swiss:after {
  content: "\10f7f0"; }

.fad.fa-cheeseburger:after {
  content: "\10f7f1"; }

.fad.fa-chess:after {
  content: "\10f439"; }

.fad.fa-chess-bishop:after {
  content: "\10f43a"; }

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b"; }

.fad.fa-chess-board:after {
  content: "\10f43c"; }

.fad.fa-chess-clock:after {
  content: "\10f43d"; }

.fad.fa-chess-clock-alt:after {
  content: "\10f43e"; }

.fad.fa-chess-king:after {
  content: "\10f43f"; }

.fad.fa-chess-king-alt:after {
  content: "\10f440"; }

.fad.fa-chess-knight:after {
  content: "\10f441"; }

.fad.fa-chess-knight-alt:after {
  content: "\10f442"; }

.fad.fa-chess-pawn:after {
  content: "\10f443"; }

.fad.fa-chess-pawn-alt:after {
  content: "\10f444"; }

.fad.fa-chess-queen:after {
  content: "\10f445"; }

.fad.fa-chess-queen-alt:after {
  content: "\10f446"; }

.fad.fa-chess-rook:after {
  content: "\10f447"; }

.fad.fa-chess-rook-alt:after {
  content: "\10f448"; }

.fad.fa-chevron-circle-down:after {
  content: "\10f13a"; }

.fad.fa-chevron-circle-left:after {
  content: "\10f137"; }

.fad.fa-chevron-circle-right:after {
  content: "\10f138"; }

.fad.fa-chevron-circle-up:after {
  content: "\10f139"; }

.fad.fa-chevron-double-down:after {
  content: "\10f322"; }

.fad.fa-chevron-double-left:after {
  content: "\10f323"; }

.fad.fa-chevron-double-right:after {
  content: "\10f324"; }

.fad.fa-chevron-double-up:after {
  content: "\10f325"; }

.fad.fa-chevron-down:after {
  content: "\10f078"; }

.fad.fa-chevron-left:after {
  content: "\10f053"; }

.fad.fa-chevron-right:after {
  content: "\10f054"; }

.fad.fa-chevron-square-down:after {
  content: "\10f329"; }

.fad.fa-chevron-square-left:after {
  content: "\10f32a"; }

.fad.fa-chevron-square-right:after {
  content: "\10f32b"; }

.fad.fa-chevron-square-up:after {
  content: "\10f32c"; }

.fad.fa-chevron-up:after {
  content: "\10f077"; }

.fad.fa-child:after {
  content: "\10f1ae"; }

.fad.fa-chimney:after {
  content: "\10f78b"; }

.fad.fa-church:after {
  content: "\10f51d"; }

.fad.fa-circle:after {
  content: "\10f111"; }

.fad.fa-circle-notch:after {
  content: "\10f1ce"; }

.fad.fa-city:after {
  content: "\10f64f"; }

.fad.fa-clarinet:after {
  content: "\10f8ad"; }

.fad.fa-claw-marks:after {
  content: "\10f6c2"; }

.fad.fa-clinic-medical:after {
  content: "\10f7f2"; }

.fad.fa-clipboard:after {
  content: "\10f328"; }

.fad.fa-clipboard-check:after {
  content: "\10f46c"; }

.fad.fa-clipboard-list:after {
  content: "\10f46d"; }

.fad.fa-clipboard-list-check:after {
  content: "\10f737"; }

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8"; }

.fad.fa-clipboard-user:after {
  content: "\10f7f3"; }

.fad.fa-clock:after {
  content: "\10f017"; }

.fad.fa-clone:after {
  content: "\10f24d"; }

.fad.fa-closed-captioning:after {
  content: "\10f20a"; }

.fad.fa-cloud:after {
  content: "\10f0c2"; }

.fad.fa-cloud-download:after {
  content: "\10f0ed"; }

.fad.fa-cloud-download-alt:after {
  content: "\10f381"; }

.fad.fa-cloud-drizzle:after {
  content: "\10f738"; }

.fad.fa-cloud-hail:after {
  content: "\10f739"; }

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a"; }

.fad.fa-cloud-meatball:after {
  content: "\10f73b"; }

.fad.fa-cloud-moon:after {
  content: "\10f6c3"; }

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c"; }

.fad.fa-cloud-music:after {
  content: "\10f8ae"; }

.fad.fa-cloud-rain:after {
  content: "\10f73d"; }

.fad.fa-cloud-rainbow:after {
  content: "\10f73e"; }

.fad.fa-cloud-showers:after {
  content: "\10f73f"; }

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740"; }

.fad.fa-cloud-sleet:after {
  content: "\10f741"; }

.fad.fa-cloud-snow:after {
  content: "\10f742"; }

.fad.fa-cloud-sun:after {
  content: "\10f6c4"; }

.fad.fa-cloud-sun-rain:after {
  content: "\10f743"; }

.fad.fa-cloud-upload:after {
  content: "\10f0ee"; }

.fad.fa-cloud-upload-alt:after {
  content: "\10f382"; }

.fad.fa-clouds:after {
  content: "\10f744"; }

.fad.fa-clouds-moon:after {
  content: "\10f745"; }

.fad.fa-clouds-sun:after {
  content: "\10f746"; }

.fad.fa-club:after {
  content: "\10f327"; }

.fad.fa-cocktail:after {
  content: "\10f561"; }

.fad.fa-code:after {
  content: "\10f121"; }

.fad.fa-code-branch:after {
  content: "\10f126"; }

.fad.fa-code-commit:after {
  content: "\10f386"; }

.fad.fa-code-merge:after {
  content: "\10f387"; }

.fad.fa-coffee:after {
  content: "\10f0f4"; }

.fad.fa-coffee-pot:after {
  content: "\10f902"; }

.fad.fa-coffee-togo:after {
  content: "\10f6c5"; }

.fad.fa-coffin:after {
  content: "\10f6c6"; }

.fad.fa-coffin-cross:after {
  content: "\10f951"; }

.fad.fa-cog:after {
  content: "\10f013"; }

.fad.fa-cogs:after {
  content: "\10f085"; }

.fad.fa-coin:after {
  content: "\10f85c"; }

.fad.fa-coins:after {
  content: "\10f51e"; }

.fad.fa-columns:after {
  content: "\10f0db"; }

.fad.fa-comet:after {
  content: "\10f903"; }

.fad.fa-comment:after {
  content: "\10f075"; }

.fad.fa-comment-alt:after {
  content: "\10f27a"; }

.fad.fa-comment-alt-check:after {
  content: "\10f4a2"; }

.fad.fa-comment-alt-dollar:after {
  content: "\10f650"; }

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3"; }

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4"; }

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5"; }

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6"; }

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4"; }

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7"; }

.fad.fa-comment-alt-music:after {
  content: "\10f8af"; }

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8"; }

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9"; }

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa"; }

.fad.fa-comment-alt-times:after {
  content: "\10f4ab"; }

.fad.fa-comment-check:after {
  content: "\10f4ac"; }

.fad.fa-comment-dollar:after {
  content: "\10f651"; }

.fad.fa-comment-dots:after {
  content: "\10f4ad"; }

.fad.fa-comment-edit:after {
  content: "\10f4ae"; }

.fad.fa-comment-exclamation:after {
  content: "\10f4af"; }

.fad.fa-comment-lines:after {
  content: "\10f4b0"; }

.fad.fa-comment-medical:after {
  content: "\10f7f5"; }

.fad.fa-comment-minus:after {
  content: "\10f4b1"; }

.fad.fa-comment-music:after {
  content: "\10f8b0"; }

.fad.fa-comment-plus:after {
  content: "\10f4b2"; }

.fad.fa-comment-slash:after {
  content: "\10f4b3"; }

.fad.fa-comment-smile:after {
  content: "\10f4b4"; }

.fad.fa-comment-times:after {
  content: "\10f4b5"; }

.fad.fa-comments:after {
  content: "\10f086"; }

.fad.fa-comments-alt:after {
  content: "\10f4b6"; }

.fad.fa-comments-alt-dollar:after {
  content: "\10f652"; }

.fad.fa-comments-dollar:after {
  content: "\10f653"; }

.fad.fa-compact-disc:after {
  content: "\10f51f"; }

.fad.fa-compass:after {
  content: "\10f14e"; }

.fad.fa-compass-slash:after {
  content: "\10f5e9"; }

.fad.fa-compress:after {
  content: "\10f066"; }

.fad.fa-compress-alt:after {
  content: "\10f422"; }

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c"; }

.fad.fa-compress-wide:after {
  content: "\10f326"; }

.fad.fa-computer-classic:after {
  content: "\10f8b1"; }

.fad.fa-computer-speaker:after {
  content: "\10f8b2"; }

.fad.fa-concierge-bell:after {
  content: "\10f562"; }

.fad.fa-construction:after {
  content: "\10f85d"; }

.fad.fa-container-storage:after {
  content: "\10f4b7"; }

.fad.fa-conveyor-belt:after {
  content: "\10f46e"; }

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f"; }

.fad.fa-cookie:after {
  content: "\10f563"; }

.fad.fa-cookie-bite:after {
  content: "\10f564"; }

.fad.fa-copy:after {
  content: "\10f0c5"; }

.fad.fa-copyright:after {
  content: "\10f1f9"; }

.fad.fa-corn:after {
  content: "\10f6c7"; }

.fad.fa-couch:after {
  content: "\10f4b8"; }

.fad.fa-cow:after {
  content: "\10f6c8"; }

.fad.fa-cowbell:after {
  content: "\10f8b3"; }

.fad.fa-cowbell-more:after {
  content: "\10f8b4"; }

.fad.fa-credit-card:after {
  content: "\10f09d"; }

.fad.fa-credit-card-blank:after {
  content: "\10f389"; }

.fad.fa-credit-card-front:after {
  content: "\10f38a"; }

.fad.fa-cricket:after {
  content: "\10f449"; }

.fad.fa-croissant:after {
  content: "\10f7f6"; }

.fad.fa-crop:after {
  content: "\10f125"; }

.fad.fa-crop-alt:after {
  content: "\10f565"; }

.fad.fa-cross:after {
  content: "\10f654"; }

.fad.fa-crosshairs:after {
  content: "\10f05b"; }

.fad.fa-crow:after {
  content: "\10f520"; }

.fad.fa-crown:after {
  content: "\10f521"; }

.fad.fa-crutch:after {
  content: "\10f7f7"; }

.fad.fa-crutches:after {
  content: "\10f7f8"; }

.fad.fa-cube:after {
  content: "\10f1b2"; }

.fad.fa-cubes:after {
  content: "\10f1b3"; }

.fad.fa-curling:after {
  content: "\10f44a"; }

.fad.fa-cut:after {
  content: "\10f0c4"; }

.fad.fa-dagger:after {
  content: "\10f6cb"; }

.fad.fa-database:after {
  content: "\10f1c0"; }

.fad.fa-deaf:after {
  content: "\10f2a4"; }

.fad.fa-debug:after {
  content: "\10f7f9"; }

.fad.fa-deer:after {
  content: "\10f78e"; }

.fad.fa-deer-rudolph:after {
  content: "\10f78f"; }

.fad.fa-democrat:after {
  content: "\10f747"; }

.fad.fa-desktop:after {
  content: "\10f108"; }

.fad.fa-desktop-alt:after {
  content: "\10f390"; }

.fad.fa-dewpoint:after {
  content: "\10f748"; }

.fad.fa-dharmachakra:after {
  content: "\10f655"; }

.fad.fa-diagnoses:after {
  content: "\10f470"; }

.fad.fa-diamond:after {
  content: "\10f219"; }

.fad.fa-dice:after {
  content: "\10f522"; }

.fad.fa-dice-d10:after {
  content: "\10f6cd"; }

.fad.fa-dice-d12:after {
  content: "\10f6ce"; }

.fad.fa-dice-d20:after {
  content: "\10f6cf"; }

.fad.fa-dice-d4:after {
  content: "\10f6d0"; }

.fad.fa-dice-d6:after {
  content: "\10f6d1"; }

.fad.fa-dice-d8:after {
  content: "\10f6d2"; }

.fad.fa-dice-five:after {
  content: "\10f523"; }

.fad.fa-dice-four:after {
  content: "\10f524"; }

.fad.fa-dice-one:after {
  content: "\10f525"; }

.fad.fa-dice-six:after {
  content: "\10f526"; }

.fad.fa-dice-three:after {
  content: "\10f527"; }

.fad.fa-dice-two:after {
  content: "\10f528"; }

.fad.fa-digging:after {
  content: "\10f85e"; }

.fad.fa-digital-tachograph:after {
  content: "\10f566"; }

.fad.fa-diploma:after {
  content: "\10f5ea"; }

.fad.fa-directions:after {
  content: "\10f5eb"; }

.fad.fa-disc-drive:after {
  content: "\10f8b5"; }

.fad.fa-disease:after {
  content: "\10f7fa"; }

.fad.fa-divide:after {
  content: "\10f529"; }

.fad.fa-dizzy:after {
  content: "\10f567"; }

.fad.fa-dna:after {
  content: "\10f471"; }

.fad.fa-do-not-enter:after {
  content: "\10f5ec"; }

.fad.fa-dog:after {
  content: "\10f6d3"; }

.fad.fa-dog-leashed:after {
  content: "\10f6d4"; }

.fad.fa-dollar-sign:after {
  content: "\10f155"; }

.fad.fa-dolly:after {
  content: "\10f472"; }

.fad.fa-dolly-empty:after {
  content: "\10f473"; }

.fad.fa-dolly-flatbed:after {
  content: "\10f474"; }

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475"; }

.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476"; }

.fad.fa-donate:after {
  content: "\10f4b9"; }

.fad.fa-door-closed:after {
  content: "\10f52a"; }

.fad.fa-door-open:after {
  content: "\10f52b"; }

.fad.fa-dot-circle:after {
  content: "\10f192"; }

.fad.fa-dove:after {
  content: "\10f4ba"; }

.fad.fa-download:after {
  content: "\10f019"; }

.fad.fa-drafting-compass:after {
  content: "\10f568"; }

.fad.fa-dragon:after {
  content: "\10f6d5"; }

.fad.fa-draw-circle:after {
  content: "\10f5ed"; }

.fad.fa-draw-polygon:after {
  content: "\10f5ee"; }

.fad.fa-draw-square:after {
  content: "\10f5ef"; }

.fad.fa-dreidel:after {
  content: "\10f792"; }

.fad.fa-drone:after {
  content: "\10f85f"; }

.fad.fa-drone-alt:after {
  content: "\10f860"; }

.fad.fa-drum:after {
  content: "\10f569"; }

.fad.fa-drum-steelpan:after {
  content: "\10f56a"; }

.fad.fa-drumstick:after {
  content: "\10f6d6"; }

.fad.fa-drumstick-bite:after {
  content: "\10f6d7"; }

.fad.fa-dryer:after {
  content: "\10f861"; }

.fad.fa-dryer-alt:after {
  content: "\10f862"; }

.fad.fa-duck:after {
  content: "\10f6d8"; }

.fad.fa-dumbbell:after {
  content: "\10f44b"; }

.fad.fa-dumpster:after {
  content: "\10f793"; }

.fad.fa-dumpster-fire:after {
  content: "\10f794"; }

.fad.fa-dungeon:after {
  content: "\10f6d9"; }

.fad.fa-ear:after {
  content: "\10f5f0"; }

.fad.fa-ear-muffs:after {
  content: "\10f795"; }

.fad.fa-eclipse:after {
  content: "\10f749"; }

.fad.fa-eclipse-alt:after {
  content: "\10f74a"; }

.fad.fa-edit:after {
  content: "\10f044"; }

.fad.fa-egg:after {
  content: "\10f7fb"; }

.fad.fa-egg-fried:after {
  content: "\10f7fc"; }

.fad.fa-eject:after {
  content: "\10f052"; }

.fad.fa-elephant:after {
  content: "\10f6da"; }

.fad.fa-ellipsis-h:after {
  content: "\10f141"; }

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b"; }

.fad.fa-ellipsis-v:after {
  content: "\10f142"; }

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c"; }

.fad.fa-empty-set:after {
  content: "\10f656"; }

.fad.fa-engine-warning:after {
  content: "\10f5f2"; }

.fad.fa-envelope:after {
  content: "\10f0e0"; }

.fad.fa-envelope-open:after {
  content: "\10f2b6"; }

.fad.fa-envelope-open-dollar:after {
  content: "\10f657"; }

.fad.fa-envelope-open-text:after {
  content: "\10f658"; }

.fad.fa-envelope-square:after {
  content: "\10f199"; }

.fad.fa-equals:after {
  content: "\10f52c"; }

.fad.fa-eraser:after {
  content: "\10f12d"; }

.fad.fa-ethernet:after {
  content: "\10f796"; }

.fad.fa-euro-sign:after {
  content: "\10f153"; }

.fad.fa-exchange:after {
  content: "\10f0ec"; }

.fad.fa-exchange-alt:after {
  content: "\10f362"; }

.fad.fa-exclamation:after {
  content: "\10f12a"; }

.fad.fa-exclamation-circle:after {
  content: "\10f06a"; }

.fad.fa-exclamation-square:after {
  content: "\10f321"; }

.fad.fa-exclamation-triangle:after {
  content: "\10f071"; }

.fad.fa-expand:after {
  content: "\10f065"; }

.fad.fa-expand-alt:after {
  content: "\10f424"; }

.fad.fa-expand-arrows:after {
  content: "\10f31d"; }

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e"; }

.fad.fa-expand-wide:after {
  content: "\10f320"; }

.fad.fa-external-link:after {
  content: "\10f08e"; }

.fad.fa-external-link-alt:after {
  content: "\10f35d"; }

.fad.fa-external-link-square:after {
  content: "\10f14c"; }

.fad.fa-external-link-square-alt:after {
  content: "\10f360"; }

.fad.fa-eye:after {
  content: "\10f06e"; }

.fad.fa-eye-dropper:after {
  content: "\10f1fb"; }

.fad.fa-eye-evil:after {
  content: "\10f6db"; }

.fad.fa-eye-slash:after {
  content: "\10f070"; }

.fad.fa-fan:after {
  content: "\10f863"; }

.fad.fa-fan-table:after {
  content: "\10f904"; }

.fad.fa-farm:after {
  content: "\10f864"; }

.fad.fa-fast-backward:after {
  content: "\10f049"; }

.fad.fa-fast-forward:after {
  content: "\10f050"; }

.fad.fa-faucet:after {
  content: "\10f905"; }

.fad.fa-faucet-drip:after {
  content: "\10f906"; }

.fad.fa-fax:after {
  content: "\10f1ac"; }

.fad.fa-feather:after {
  content: "\10f52d"; }

.fad.fa-feather-alt:after {
  content: "\10f56b"; }

.fad.fa-female:after {
  content: "\10f182"; }

.fad.fa-field-hockey:after {
  content: "\10f44c"; }

.fad.fa-fighter-jet:after {
  content: "\10f0fb"; }

.fad.fa-file:after {
  content: "\10f15b"; }

.fad.fa-file-alt:after {
  content: "\10f15c"; }

.fad.fa-file-archive:after {
  content: "\10f1c6"; }

.fad.fa-file-audio:after {
  content: "\10f1c7"; }

.fad.fa-file-certificate:after {
  content: "\10f5f3"; }

.fad.fa-file-chart-line:after {
  content: "\10f659"; }

.fad.fa-file-chart-pie:after {
  content: "\10f65a"; }

.fad.fa-file-check:after {
  content: "\10f316"; }

.fad.fa-file-code:after {
  content: "\10f1c9"; }

.fad.fa-file-contract:after {
  content: "\10f56c"; }

.fad.fa-file-csv:after {
  content: "\10f6dd"; }

.fad.fa-file-download:after {
  content: "\10f56d"; }

.fad.fa-file-edit:after {
  content: "\10f31c"; }

.fad.fa-file-excel:after {
  content: "\10f1c3"; }

.fad.fa-file-exclamation:after {
  content: "\10f31a"; }

.fad.fa-file-export:after {
  content: "\10f56e"; }

.fad.fa-file-image:after {
  content: "\10f1c5"; }

.fad.fa-file-import:after {
  content: "\10f56f"; }

.fad.fa-file-invoice:after {
  content: "\10f570"; }

.fad.fa-file-invoice-dollar:after {
  content: "\10f571"; }

.fad.fa-file-medical:after {
  content: "\10f477"; }

.fad.fa-file-medical-alt:after {
  content: "\10f478"; }

.fad.fa-file-minus:after {
  content: "\10f318"; }

.fad.fa-file-music:after {
  content: "\10f8b6"; }

.fad.fa-file-pdf:after {
  content: "\10f1c1"; }

.fad.fa-file-plus:after {
  content: "\10f319"; }

.fad.fa-file-powerpoint:after {
  content: "\10f1c4"; }

.fad.fa-file-prescription:after {
  content: "\10f572"; }

.fad.fa-file-search:after {
  content: "\10f865"; }

.fad.fa-file-signature:after {
  content: "\10f573"; }

.fad.fa-file-spreadsheet:after {
  content: "\10f65b"; }

.fad.fa-file-times:after {
  content: "\10f317"; }

.fad.fa-file-upload:after {
  content: "\10f574"; }

.fad.fa-file-user:after {
  content: "\10f65c"; }

.fad.fa-file-video:after {
  content: "\10f1c8"; }

.fad.fa-file-word:after {
  content: "\10f1c2"; }

.fad.fa-files-medical:after {
  content: "\10f7fd"; }

.fad.fa-fill:after {
  content: "\10f575"; }

.fad.fa-fill-drip:after {
  content: "\10f576"; }

.fad.fa-film:after {
  content: "\10f008"; }

.fad.fa-film-alt:after {
  content: "\10f3a0"; }

.fad.fa-film-canister:after {
  content: "\10f8b7"; }

.fad.fa-filter:after {
  content: "\10f0b0"; }

.fad.fa-fingerprint:after {
  content: "\10f577"; }

.fad.fa-fire:after {
  content: "\10f06d"; }

.fad.fa-fire-alt:after {
  content: "\10f7e4"; }

.fad.fa-fire-extinguisher:after {
  content: "\10f134"; }

.fad.fa-fire-smoke:after {
  content: "\10f74b"; }

.fad.fa-fireplace:after {
  content: "\10f79a"; }

.fad.fa-first-aid:after {
  content: "\10f479"; }

.fad.fa-fish:after {
  content: "\10f578"; }

.fad.fa-fish-cooked:after {
  content: "\10f7fe"; }

.fad.fa-fist-raised:after {
  content: "\10f6de"; }

.fad.fa-flag:after {
  content: "\10f024"; }

.fad.fa-flag-alt:after {
  content: "\10f74c"; }

.fad.fa-flag-checkered:after {
  content: "\10f11e"; }

.fad.fa-flag-usa:after {
  content: "\10f74d"; }

.fad.fa-flame:after {
  content: "\10f6df"; }

.fad.fa-flashlight:after {
  content: "\10f8b8"; }

.fad.fa-flask:after {
  content: "\10f0c3"; }

.fad.fa-flask-poison:after {
  content: "\10f6e0"; }

.fad.fa-flask-potion:after {
  content: "\10f6e1"; }

.fad.fa-flower:after {
  content: "\10f7ff"; }

.fad.fa-flower-daffodil:after {
  content: "\10f800"; }

.fad.fa-flower-tulip:after {
  content: "\10f801"; }

.fad.fa-flushed:after {
  content: "\10f579"; }

.fad.fa-flute:after {
  content: "\10f8b9"; }

.fad.fa-flux-capacitor:after {
  content: "\10f8ba"; }

.fad.fa-fog:after {
  content: "\10f74e"; }

.fad.fa-folder:after {
  content: "\10f07b"; }

.fad.fa-folder-download:after {
  content: "\10f953"; }

.fad.fa-folder-minus:after {
  content: "\10f65d"; }

.fad.fa-folder-open:after {
  content: "\10f07c"; }

.fad.fa-folder-plus:after {
  content: "\10f65e"; }

.fad.fa-folder-times:after {
  content: "\10f65f"; }

.fad.fa-folder-tree:after {
  content: "\10f802"; }

.fad.fa-folder-upload:after {
  content: "\10f954"; }

.fad.fa-folders:after {
  content: "\10f660"; }

.fad.fa-font:after {
  content: "\10f031"; }

.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6"; }

.fad.fa-font-case:after {
  content: "\10f866"; }

.fad.fa-football-ball:after {
  content: "\10f44e"; }

.fad.fa-football-helmet:after {
  content: "\10f44f"; }

.fad.fa-forklift:after {
  content: "\10f47a"; }

.fad.fa-forward:after {
  content: "\10f04e"; }

.fad.fa-fragile:after {
  content: "\10f4bb"; }

.fad.fa-french-fries:after {
  content: "\10f803"; }

.fad.fa-frog:after {
  content: "\10f52e"; }

.fad.fa-frosty-head:after {
  content: "\10f79b"; }

.fad.fa-frown:after {
  content: "\10f119"; }

.fad.fa-frown-open:after {
  content: "\10f57a"; }

.fad.fa-function:after {
  content: "\10f661"; }

.fad.fa-funnel-dollar:after {
  content: "\10f662"; }

.fad.fa-futbol:after {
  content: "\10f1e3"; }

.fad.fa-galaxy:after {
  content: "\10f908"; }

.fad.fa-game-board:after {
  content: "\10f867"; }

.fad.fa-game-board-alt:after {
  content: "\10f868"; }

.fad.fa-game-console-handheld:after {
  content: "\10f8bb"; }

.fad.fa-gamepad:after {
  content: "\10f11b"; }

.fad.fa-gamepad-alt:after {
  content: "\10f8bc"; }

.fad.fa-garage:after {
  content: "\10f909"; }

.fad.fa-garage-car:after {
  content: "\10f90a"; }

.fad.fa-garage-open:after {
  content: "\10f90b"; }

.fad.fa-gas-pump:after {
  content: "\10f52f"; }

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4"; }

.fad.fa-gavel:after {
  content: "\10f0e3"; }

.fad.fa-gem:after {
  content: "\10f3a5"; }

.fad.fa-genderless:after {
  content: "\10f22d"; }

.fad.fa-ghost:after {
  content: "\10f6e2"; }

.fad.fa-gift:after {
  content: "\10f06b"; }

.fad.fa-gift-card:after {
  content: "\10f663"; }

.fad.fa-gifts:after {
  content: "\10f79c"; }

.fad.fa-gingerbread-man:after {
  content: "\10f79d"; }

.fad.fa-glass:after {
  content: "\10f804"; }

.fad.fa-glass-champagne:after {
  content: "\10f79e"; }

.fad.fa-glass-cheers:after {
  content: "\10f79f"; }

.fad.fa-glass-citrus:after {
  content: "\10f869"; }

.fad.fa-glass-martini:after {
  content: "\10f000"; }

.fad.fa-glass-martini-alt:after {
  content: "\10f57b"; }

.fad.fa-glass-whiskey:after {
  content: "\10f7a0"; }

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1"; }

.fad.fa-glasses:after {
  content: "\10f530"; }

.fad.fa-glasses-alt:after {
  content: "\10f5f5"; }

.fad.fa-globe:after {
  content: "\10f0ac"; }

.fad.fa-globe-africa:after {
  content: "\10f57c"; }

.fad.fa-globe-americas:after {
  content: "\10f57d"; }

.fad.fa-globe-asia:after {
  content: "\10f57e"; }

.fad.fa-globe-europe:after {
  content: "\10f7a2"; }

.fad.fa-globe-snow:after {
  content: "\10f7a3"; }

.fad.fa-globe-stand:after {
  content: "\10f5f6"; }

.fad.fa-golf-ball:after {
  content: "\10f450"; }

.fad.fa-golf-club:after {
  content: "\10f451"; }

.fad.fa-gopuram:after {
  content: "\10f664"; }

.fad.fa-graduation-cap:after {
  content: "\10f19d"; }

.fad.fa-gramophone:after {
  content: "\10f8bd"; }

.fad.fa-greater-than:after {
  content: "\10f531"; }

.fad.fa-greater-than-equal:after {
  content: "\10f532"; }

.fad.fa-grimace:after {
  content: "\10f57f"; }

.fad.fa-grin:after {
  content: "\10f580"; }

.fad.fa-grin-alt:after {
  content: "\10f581"; }

.fad.fa-grin-beam:after {
  content: "\10f582"; }

.fad.fa-grin-beam-sweat:after {
  content: "\10f583"; }

.fad.fa-grin-hearts:after {
  content: "\10f584"; }

.fad.fa-grin-squint:after {
  content: "\10f585"; }

.fad.fa-grin-squint-tears:after {
  content: "\10f586"; }

.fad.fa-grin-stars:after {
  content: "\10f587"; }

.fad.fa-grin-tears:after {
  content: "\10f588"; }

.fad.fa-grin-tongue:after {
  content: "\10f589"; }

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a"; }

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b"; }

.fad.fa-grin-wink:after {
  content: "\10f58c"; }

.fad.fa-grip-horizontal:after {
  content: "\10f58d"; }

.fad.fa-grip-lines:after {
  content: "\10f7a4"; }

.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5"; }

.fad.fa-grip-vertical:after {
  content: "\10f58e"; }

.fad.fa-guitar:after {
  content: "\10f7a6"; }

.fad.fa-guitar-electric:after {
  content: "\10f8be"; }

.fad.fa-guitars:after {
  content: "\10f8bf"; }

.fad.fa-h-square:after {
  content: "\10f0fd"; }

.fad.fa-h1:after {
  content: "\10f313"; }

.fad.fa-h2:after {
  content: "\10f314"; }

.fad.fa-h3:after {
  content: "\10f315"; }

.fad.fa-h4:after {
  content: "\10f86a"; }

.fad.fa-hamburger:after {
  content: "\10f805"; }

.fad.fa-hammer:after {
  content: "\10f6e3"; }

.fad.fa-hammer-war:after {
  content: "\10f6e4"; }

.fad.fa-hamsa:after {
  content: "\10f665"; }

.fad.fa-hand-heart:after {
  content: "\10f4bc"; }

.fad.fa-hand-holding:after {
  content: "\10f4bd"; }

.fad.fa-hand-holding-box:after {
  content: "\10f47b"; }

.fad.fa-hand-holding-heart:after {
  content: "\10f4be"; }

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5"; }

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf"; }

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0"; }

.fad.fa-hand-holding-water:after {
  content: "\10f4c1"; }

.fad.fa-hand-lizard:after {
  content: "\10f258"; }

.fad.fa-hand-middle-finger:after {
  content: "\10f806"; }

.fad.fa-hand-paper:after {
  content: "\10f256"; }

.fad.fa-hand-peace:after {
  content: "\10f25b"; }

.fad.fa-hand-point-down:after {
  content: "\10f0a7"; }

.fad.fa-hand-point-left:after {
  content: "\10f0a5"; }

.fad.fa-hand-point-right:after {
  content: "\10f0a4"; }

.fad.fa-hand-point-up:after {
  content: "\10f0a6"; }

.fad.fa-hand-pointer:after {
  content: "\10f25a"; }

.fad.fa-hand-receiving:after {
  content: "\10f47c"; }

.fad.fa-hand-rock:after {
  content: "\10f255"; }

.fad.fa-hand-scissors:after {
  content: "\10f257"; }

.fad.fa-hand-spock:after {
  content: "\10f259"; }

.fad.fa-hands:after {
  content: "\10f4c2"; }

.fad.fa-hands-heart:after {
  content: "\10f4c3"; }

.fad.fa-hands-helping:after {
  content: "\10f4c4"; }

.fad.fa-hands-usd:after {
  content: "\10f4c5"; }

.fad.fa-handshake:after {
  content: "\10f2b5"; }

.fad.fa-handshake-alt:after {
  content: "\10f4c6"; }

.fad.fa-hanukiah:after {
  content: "\10f6e6"; }

.fad.fa-hard-hat:after {
  content: "\10f807"; }

.fad.fa-hashtag:after {
  content: "\10f292"; }

.fad.fa-hat-chef:after {
  content: "\10f86b"; }

.fad.fa-hat-cowboy:after {
  content: "\10f8c0"; }

.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1"; }

.fad.fa-hat-santa:after {
  content: "\10f7a7"; }

.fad.fa-hat-winter:after {
  content: "\10f7a8"; }

.fad.fa-hat-witch:after {
  content: "\10f6e7"; }

.fad.fa-hat-wizard:after {
  content: "\10f6e8"; }

.fad.fa-hdd:after {
  content: "\10f0a0"; }

.fad.fa-head-side:after {
  content: "\10f6e9"; }

.fad.fa-head-side-brain:after {
  content: "\10f808"; }

.fad.fa-head-side-headphones:after {
  content: "\10f8c2"; }

.fad.fa-head-side-medical:after {
  content: "\10f809"; }

.fad.fa-head-vr:after {
  content: "\10f6ea"; }

.fad.fa-heading:after {
  content: "\10f1dc"; }

.fad.fa-headphones:after {
  content: "\10f025"; }

.fad.fa-headphones-alt:after {
  content: "\10f58f"; }

.fad.fa-headset:after {
  content: "\10f590"; }

.fad.fa-heart:after {
  content: "\10f004"; }

.fad.fa-heart-broken:after {
  content: "\10f7a9"; }

.fad.fa-heart-circle:after {
  content: "\10f4c7"; }

.fad.fa-heart-rate:after {
  content: "\10f5f8"; }

.fad.fa-heart-square:after {
  content: "\10f4c8"; }

.fad.fa-heartbeat:after {
  content: "\10f21e"; }

.fad.fa-heat:after {
  content: "\10f90c"; }

.fad.fa-helicopter:after {
  content: "\10f533"; }

.fad.fa-helmet-battle:after {
  content: "\10f6eb"; }

.fad.fa-hexagon:after {
  content: "\10f312"; }

.fad.fa-highlighter:after {
  content: "\10f591"; }

.fad.fa-hiking:after {
  content: "\10f6ec"; }

.fad.fa-hippo:after {
  content: "\10f6ed"; }

.fad.fa-history:after {
  content: "\10f1da"; }

.fad.fa-hockey-mask:after {
  content: "\10f6ee"; }

.fad.fa-hockey-puck:after {
  content: "\10f453"; }

.fad.fa-hockey-sticks:after {
  content: "\10f454"; }

.fad.fa-holly-berry:after {
  content: "\10f7aa"; }

.fad.fa-home:after {
  content: "\10f015"; }

.fad.fa-home-alt:after {
  content: "\10f80a"; }

.fad.fa-home-heart:after {
  content: "\10f4c9"; }

.fad.fa-home-lg:after {
  content: "\10f80b"; }

.fad.fa-home-lg-alt:after {
  content: "\10f80c"; }

.fad.fa-hood-cloak:after {
  content: "\10f6ef"; }

.fad.fa-horizontal-rule:after {
  content: "\10f86c"; }

.fad.fa-horse:after {
  content: "\10f6f0"; }

.fad.fa-horse-head:after {
  content: "\10f7ab"; }

.fad.fa-horse-saddle:after {
  content: "\10f8c3"; }

.fad.fa-hospital:after {
  content: "\10f0f8"; }

.fad.fa-hospital-alt:after {
  content: "\10f47d"; }

.fad.fa-hospital-symbol:after {
  content: "\10f47e"; }

.fad.fa-hospital-user:after {
  content: "\10f80d"; }

.fad.fa-hospitals:after {
  content: "\10f80e"; }

.fad.fa-hot-tub:after {
  content: "\10f593"; }

.fad.fa-hotdog:after {
  content: "\10f80f"; }

.fad.fa-hotel:after {
  content: "\10f594"; }

.fad.fa-hourglass:after {
  content: "\10f254"; }

.fad.fa-hourglass-end:after {
  content: "\10f253"; }

.fad.fa-hourglass-half:after {
  content: "\10f252"; }

.fad.fa-hourglass-start:after {
  content: "\10f251"; }

.fad.fa-house:after {
  content: "\10f90d"; }

.fad.fa-house-damage:after {
  content: "\10f6f1"; }

.fad.fa-house-day:after {
  content: "\10f90e"; }

.fad.fa-house-flood:after {
  content: "\10f74f"; }

.fad.fa-house-leave:after {
  content: "\10f90f"; }

.fad.fa-house-night:after {
  content: "\10f910"; }

.fad.fa-house-return:after {
  content: "\10f911"; }

.fad.fa-house-signal:after {
  content: "\10f912"; }

.fad.fa-hryvnia:after {
  content: "\10f6f2"; }

.fad.fa-humidity:after {
  content: "\10f750"; }

.fad.fa-hurricane:after {
  content: "\10f751"; }

.fad.fa-i-cursor:after {
  content: "\10f246"; }

.fad.fa-ice-cream:after {
  content: "\10f810"; }

.fad.fa-ice-skate:after {
  content: "\10f7ac"; }

.fad.fa-icicles:after {
  content: "\10f7ad"; }

.fad.fa-icons:after {
  content: "\10f86d"; }

.fad.fa-icons-alt:after {
  content: "\10f86e"; }

.fad.fa-id-badge:after {
  content: "\10f2c1"; }

.fad.fa-id-card:after {
  content: "\10f2c2"; }

.fad.fa-id-card-alt:after {
  content: "\10f47f"; }

.fad.fa-igloo:after {
  content: "\10f7ae"; }

.fad.fa-image:after {
  content: "\10f03e"; }

.fad.fa-image-polaroid:after {
  content: "\10f8c4"; }

.fad.fa-images:after {
  content: "\10f302"; }

.fad.fa-inbox:after {
  content: "\10f01c"; }

.fad.fa-inbox-in:after {
  content: "\10f310"; }

.fad.fa-inbox-out:after {
  content: "\10f311"; }

.fad.fa-indent:after {
  content: "\10f03c"; }

.fad.fa-industry:after {
  content: "\10f275"; }

.fad.fa-industry-alt:after {
  content: "\10f3b3"; }

.fad.fa-infinity:after {
  content: "\10f534"; }

.fad.fa-info:after {
  content: "\10f129"; }

.fad.fa-info-circle:after {
  content: "\10f05a"; }

.fad.fa-info-square:after {
  content: "\10f30f"; }

.fad.fa-inhaler:after {
  content: "\10f5f9"; }

.fad.fa-integral:after {
  content: "\10f667"; }

.fad.fa-intersection:after {
  content: "\10f668"; }

.fad.fa-inventory:after {
  content: "\10f480"; }

.fad.fa-island-tropical:after {
  content: "\10f811"; }

.fad.fa-italic:after {
  content: "\10f033"; }

.fad.fa-jack-o-lantern:after {
  content: "\10f30e"; }

.fad.fa-jedi:after {
  content: "\10f669"; }

.fad.fa-joint:after {
  content: "\10f595"; }

.fad.fa-journal-whills:after {
  content: "\10f66a"; }

.fad.fa-joystick:after {
  content: "\10f8c5"; }

.fad.fa-jug:after {
  content: "\10f8c6"; }

.fad.fa-kaaba:after {
  content: "\10f66b"; }

.fad.fa-kazoo:after {
  content: "\10f8c7"; }

.fad.fa-kerning:after {
  content: "\10f86f"; }

.fad.fa-key:after {
  content: "\10f084"; }

.fad.fa-key-skeleton:after {
  content: "\10f6f3"; }

.fad.fa-keyboard:after {
  content: "\10f11c"; }

.fad.fa-keynote:after {
  content: "\10f66c"; }

.fad.fa-khanda:after {
  content: "\10f66d"; }

.fad.fa-kidneys:after {
  content: "\10f5fb"; }

.fad.fa-kiss:after {
  content: "\10f596"; }

.fad.fa-kiss-beam:after {
  content: "\10f597"; }

.fad.fa-kiss-wink-heart:after {
  content: "\10f598"; }

.fad.fa-kite:after {
  content: "\10f6f4"; }

.fad.fa-kiwi-bird:after {
  content: "\10f535"; }

.fad.fa-knife-kitchen:after {
  content: "\10f6f5"; }

.fad.fa-lambda:after {
  content: "\10f66e"; }

.fad.fa-lamp:after {
  content: "\10f4ca"; }

.fad.fa-lamp-desk:after {
  content: "\10f914"; }

.fad.fa-lamp-floor:after {
  content: "\10f915"; }

.fad.fa-landmark:after {
  content: "\10f66f"; }

.fad.fa-landmark-alt:after {
  content: "\10f752"; }

.fad.fa-language:after {
  content: "\10f1ab"; }

.fad.fa-laptop:after {
  content: "\10f109"; }

.fad.fa-laptop-code:after {
  content: "\10f5fc"; }

.fad.fa-laptop-medical:after {
  content: "\10f812"; }

.fad.fa-lasso:after {
  content: "\10f8c8"; }

.fad.fa-laugh:after {
  content: "\10f599"; }

.fad.fa-laugh-beam:after {
  content: "\10f59a"; }

.fad.fa-laugh-squint:after {
  content: "\10f59b"; }

.fad.fa-laugh-wink:after {
  content: "\10f59c"; }

.fad.fa-layer-group:after {
  content: "\10f5fd"; }

.fad.fa-layer-minus:after {
  content: "\10f5fe"; }

.fad.fa-layer-plus:after {
  content: "\10f5ff"; }

.fad.fa-leaf:after {
  content: "\10f06c"; }

.fad.fa-leaf-heart:after {
  content: "\10f4cb"; }

.fad.fa-leaf-maple:after {
  content: "\10f6f6"; }

.fad.fa-leaf-oak:after {
  content: "\10f6f7"; }

.fad.fa-lemon:after {
  content: "\10f094"; }

.fad.fa-less-than:after {
  content: "\10f536"; }

.fad.fa-less-than-equal:after {
  content: "\10f537"; }

.fad.fa-level-down:after {
  content: "\10f149"; }

.fad.fa-level-down-alt:after {
  content: "\10f3be"; }

.fad.fa-level-up:after {
  content: "\10f148"; }

.fad.fa-level-up-alt:after {
  content: "\10f3bf"; }

.fad.fa-life-ring:after {
  content: "\10f1cd"; }

.fad.fa-light-ceiling:after {
  content: "\10f916"; }

.fad.fa-light-switch:after {
  content: "\10f917"; }

.fad.fa-light-switch-off:after {
  content: "\10f918"; }

.fad.fa-light-switch-on:after {
  content: "\10f919"; }

.fad.fa-lightbulb:after {
  content: "\10f0eb"; }

.fad.fa-lightbulb-dollar:after {
  content: "\10f670"; }

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671"; }

.fad.fa-lightbulb-on:after {
  content: "\10f672"; }

.fad.fa-lightbulb-slash:after {
  content: "\10f673"; }

.fad.fa-lights-holiday:after {
  content: "\10f7b2"; }

.fad.fa-line-columns:after {
  content: "\10f870"; }

.fad.fa-line-height:after {
  content: "\10f871"; }

.fad.fa-link:after {
  content: "\10f0c1"; }

.fad.fa-lips:after {
  content: "\10f600"; }

.fad.fa-lira-sign:after {
  content: "\10f195"; }

.fad.fa-list:after {
  content: "\10f03a"; }

.fad.fa-list-alt:after {
  content: "\10f022"; }

.fad.fa-list-music:after {
  content: "\10f8c9"; }

.fad.fa-list-ol:after {
  content: "\10f0cb"; }

.fad.fa-list-ul:after {
  content: "\10f0ca"; }

.fad.fa-location:after {
  content: "\10f601"; }

.fad.fa-location-arrow:after {
  content: "\10f124"; }

.fad.fa-location-circle:after {
  content: "\10f602"; }

.fad.fa-location-slash:after {
  content: "\10f603"; }

.fad.fa-lock:after {
  content: "\10f023"; }

.fad.fa-lock-alt:after {
  content: "\10f30d"; }

.fad.fa-lock-open:after {
  content: "\10f3c1"; }

.fad.fa-lock-open-alt:after {
  content: "\10f3c2"; }

.fad.fa-long-arrow-alt-down:after {
  content: "\10f309"; }

.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a"; }

.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b"; }

.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c"; }

.fad.fa-long-arrow-down:after {
  content: "\10f175"; }

.fad.fa-long-arrow-left:after {
  content: "\10f177"; }

.fad.fa-long-arrow-right:after {
  content: "\10f178"; }

.fad.fa-long-arrow-up:after {
  content: "\10f176"; }

.fad.fa-loveseat:after {
  content: "\10f4cc"; }

.fad.fa-low-vision:after {
  content: "\10f2a8"; }

.fad.fa-luchador:after {
  content: "\10f455"; }

.fad.fa-luggage-cart:after {
  content: "\10f59d"; }

.fad.fa-lungs:after {
  content: "\10f604"; }

.fad.fa-mace:after {
  content: "\10f6f8"; }

.fad.fa-magic:after {
  content: "\10f0d0"; }

.fad.fa-magnet:after {
  content: "\10f076"; }

.fad.fa-mail-bulk:after {
  content: "\10f674"; }

.fad.fa-mailbox:after {
  content: "\10f813"; }

.fad.fa-male:after {
  content: "\10f183"; }

.fad.fa-mandolin:after {
  content: "\10f6f9"; }

.fad.fa-map:after {
  content: "\10f279"; }

.fad.fa-map-marked:after {
  content: "\10f59f"; }

.fad.fa-map-marked-alt:after {
  content: "\10f5a0"; }

.fad.fa-map-marker:after {
  content: "\10f041"; }

.fad.fa-map-marker-alt:after {
  content: "\10f3c5"; }

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605"; }

.fad.fa-map-marker-check:after {
  content: "\10f606"; }

.fad.fa-map-marker-edit:after {
  content: "\10f607"; }

.fad.fa-map-marker-exclamation:after {
  content: "\10f608"; }

.fad.fa-map-marker-minus:after {
  content: "\10f609"; }

.fad.fa-map-marker-plus:after {
  content: "\10f60a"; }

.fad.fa-map-marker-question:after {
  content: "\10f60b"; }

.fad.fa-map-marker-slash:after {
  content: "\10f60c"; }

.fad.fa-map-marker-smile:after {
  content: "\10f60d"; }

.fad.fa-map-marker-times:after {
  content: "\10f60e"; }

.fad.fa-map-pin:after {
  content: "\10f276"; }

.fad.fa-map-signs:after {
  content: "\10f277"; }

.fad.fa-marker:after {
  content: "\10f5a1"; }

.fad.fa-mars:after {
  content: "\10f222"; }

.fad.fa-mars-double:after {
  content: "\10f227"; }

.fad.fa-mars-stroke:after {
  content: "\10f229"; }

.fad.fa-mars-stroke-h:after {
  content: "\10f22b"; }

.fad.fa-mars-stroke-v:after {
  content: "\10f22a"; }

.fad.fa-mask:after {
  content: "\10f6fa"; }

.fad.fa-meat:after {
  content: "\10f814"; }

.fad.fa-medal:after {
  content: "\10f5a2"; }

.fad.fa-medkit:after {
  content: "\10f0fa"; }

.fad.fa-megaphone:after {
  content: "\10f675"; }

.fad.fa-meh:after {
  content: "\10f11a"; }

.fad.fa-meh-blank:after {
  content: "\10f5a4"; }

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5"; }

.fad.fa-memory:after {
  content: "\10f538"; }

.fad.fa-menorah:after {
  content: "\10f676"; }

.fad.fa-mercury:after {
  content: "\10f223"; }

.fad.fa-meteor:after {
  content: "\10f753"; }

.fad.fa-microchip:after {
  content: "\10f2db"; }

.fad.fa-microphone:after {
  content: "\10f130"; }

.fad.fa-microphone-alt:after {
  content: "\10f3c9"; }

.fad.fa-microphone-alt-slash:after {
  content: "\10f539"; }

.fad.fa-microphone-slash:after {
  content: "\10f131"; }

.fad.fa-microphone-stand:after {
  content: "\10f8cb"; }

.fad.fa-microscope:after {
  content: "\10f610"; }

.fad.fa-microwave:after {
  content: "\10f91b"; }

.fad.fa-mind-share:after {
  content: "\10f677"; }

.fad.fa-minus:after {
  content: "\10f068"; }

.fad.fa-minus-circle:after {
  content: "\10f056"; }

.fad.fa-minus-hexagon:after {
  content: "\10f307"; }

.fad.fa-minus-octagon:after {
  content: "\10f308"; }

.fad.fa-minus-square:after {
  content: "\10f146"; }

.fad.fa-mistletoe:after {
  content: "\10f7b4"; }

.fad.fa-mitten:after {
  content: "\10f7b5"; }

.fad.fa-mobile:after {
  content: "\10f10b"; }

.fad.fa-mobile-alt:after {
  content: "\10f3cd"; }

.fad.fa-mobile-android:after {
  content: "\10f3ce"; }

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf"; }

.fad.fa-money-bill:after {
  content: "\10f0d6"; }

.fad.fa-money-bill-alt:after {
  content: "\10f3d1"; }

.fad.fa-money-bill-wave:after {
  content: "\10f53a"; }

.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b"; }

.fad.fa-money-check:after {
  content: "\10f53c"; }

.fad.fa-money-check-alt:after {
  content: "\10f53d"; }

.fad.fa-money-check-edit:after {
  content: "\10f872"; }

.fad.fa-money-check-edit-alt:after {
  content: "\10f873"; }

.fad.fa-monitor-heart-rate:after {
  content: "\10f611"; }

.fad.fa-monkey:after {
  content: "\10f6fb"; }

.fad.fa-monument:after {
  content: "\10f5a6"; }

.fad.fa-moon:after {
  content: "\10f186"; }

.fad.fa-moon-cloud:after {
  content: "\10f754"; }

.fad.fa-moon-stars:after {
  content: "\10f755"; }

.fad.fa-mortar-pestle:after {
  content: "\10f5a7"; }

.fad.fa-mosque:after {
  content: "\10f678"; }

.fad.fa-motorcycle:after {
  content: "\10f21c"; }

.fad.fa-mountain:after {
  content: "\10f6fc"; }

.fad.fa-mountains:after {
  content: "\10f6fd"; }

.fad.fa-mouse:after {
  content: "\10f8cc"; }

.fad.fa-mouse-alt:after {
  content: "\10f8cd"; }

.fad.fa-mouse-pointer:after {
  content: "\10f245"; }

.fad.fa-mp3-player:after {
  content: "\10f8ce"; }

.fad.fa-mug:after {
  content: "\10f874"; }

.fad.fa-mug-hot:after {
  content: "\10f7b6"; }

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7"; }

.fad.fa-mug-tea:after {
  content: "\10f875"; }

.fad.fa-music:after {
  content: "\10f001"; }

.fad.fa-music-alt:after {
  content: "\10f8cf"; }

.fad.fa-music-alt-slash:after {
  content: "\10f8d0"; }

.fad.fa-music-slash:after {
  content: "\10f8d1"; }

.fad.fa-narwhal:after {
  content: "\10f6fe"; }

.fad.fa-network-wired:after {
  content: "\10f6ff"; }

.fad.fa-neuter:after {
  content: "\10f22c"; }

.fad.fa-newspaper:after {
  content: "\10f1ea"; }

.fad.fa-not-equal:after {
  content: "\10f53e"; }

.fad.fa-notes-medical:after {
  content: "\10f481"; }

.fad.fa-object-group:after {
  content: "\10f247"; }

.fad.fa-object-ungroup:after {
  content: "\10f248"; }

.fad.fa-octagon:after {
  content: "\10f306"; }

.fad.fa-oil-can:after {
  content: "\10f613"; }

.fad.fa-oil-temp:after {
  content: "\10f614"; }

.fad.fa-om:after {
  content: "\10f679"; }

.fad.fa-omega:after {
  content: "\10f67a"; }

.fad.fa-ornament:after {
  content: "\10f7b8"; }

.fad.fa-otter:after {
  content: "\10f700"; }

.fad.fa-outdent:after {
  content: "\10f03b"; }

.fad.fa-outlet:after {
  content: "\10f91c"; }

.fad.fa-oven:after {
  content: "\10f91d"; }

.fad.fa-overline:after {
  content: "\10f876"; }

.fad.fa-page-break:after {
  content: "\10f877"; }

.fad.fa-pager:after {
  content: "\10f815"; }

.fad.fa-paint-brush:after {
  content: "\10f1fc"; }

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9"; }

.fad.fa-paint-roller:after {
  content: "\10f5aa"; }

.fad.fa-palette:after {
  content: "\10f53f"; }

.fad.fa-pallet:after {
  content: "\10f482"; }

.fad.fa-pallet-alt:after {
  content: "\10f483"; }

.fad.fa-paper-plane:after {
  content: "\10f1d8"; }

.fad.fa-paperclip:after {
  content: "\10f0c6"; }

.fad.fa-parachute-box:after {
  content: "\10f4cd"; }

.fad.fa-paragraph:after {
  content: "\10f1dd"; }

.fad.fa-paragraph-rtl:after {
  content: "\10f878"; }

.fad.fa-parking:after {
  content: "\10f540"; }

.fad.fa-parking-circle:after {
  content: "\10f615"; }

.fad.fa-parking-circle-slash:after {
  content: "\10f616"; }

.fad.fa-parking-slash:after {
  content: "\10f617"; }

.fad.fa-passport:after {
  content: "\10f5ab"; }

.fad.fa-pastafarianism:after {
  content: "\10f67b"; }

.fad.fa-paste:after {
  content: "\10f0ea"; }

.fad.fa-pause:after {
  content: "\10f04c"; }

.fad.fa-pause-circle:after {
  content: "\10f28b"; }

.fad.fa-paw:after {
  content: "\10f1b0"; }

.fad.fa-paw-alt:after {
  content: "\10f701"; }

.fad.fa-paw-claws:after {
  content: "\10f702"; }

.fad.fa-peace:after {
  content: "\10f67c"; }

.fad.fa-pegasus:after {
  content: "\10f703"; }

.fad.fa-pen:after {
  content: "\10f304"; }

.fad.fa-pen-alt:after {
  content: "\10f305"; }

.fad.fa-pen-fancy:after {
  content: "\10f5ac"; }

.fad.fa-pen-nib:after {
  content: "\10f5ad"; }

.fad.fa-pen-square:after {
  content: "\10f14b"; }

.fad.fa-pencil:after {
  content: "\10f040"; }

.fad.fa-pencil-alt:after {
  content: "\10f303"; }

.fad.fa-pencil-paintbrush:after {
  content: "\10f618"; }

.fad.fa-pencil-ruler:after {
  content: "\10f5ae"; }

.fad.fa-pennant:after {
  content: "\10f456"; }

.fad.fa-people-carry:after {
  content: "\10f4ce"; }

.fad.fa-pepper-hot:after {
  content: "\10f816"; }

.fad.fa-percent:after {
  content: "\10f295"; }

.fad.fa-percentage:after {
  content: "\10f541"; }

.fad.fa-person-booth:after {
  content: "\10f756"; }

.fad.fa-person-carry:after {
  content: "\10f4cf"; }

.fad.fa-person-dolly:after {
  content: "\10f4d0"; }

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1"; }

.fad.fa-person-sign:after {
  content: "\10f757"; }

.fad.fa-phone:after {
  content: "\10f095"; }

.fad.fa-phone-alt:after {
  content: "\10f879"; }

.fad.fa-phone-laptop:after {
  content: "\10f87a"; }

.fad.fa-phone-office:after {
  content: "\10f67d"; }

.fad.fa-phone-plus:after {
  content: "\10f4d2"; }

.fad.fa-phone-rotary:after {
  content: "\10f8d3"; }

.fad.fa-phone-slash:after {
  content: "\10f3dd"; }

.fad.fa-phone-square:after {
  content: "\10f098"; }

.fad.fa-phone-square-alt:after {
  content: "\10f87b"; }

.fad.fa-phone-volume:after {
  content: "\10f2a0"; }

.fad.fa-photo-video:after {
  content: "\10f87c"; }

.fad.fa-pi:after {
  content: "\10f67e"; }

.fad.fa-piano:after {
  content: "\10f8d4"; }

.fad.fa-piano-keyboard:after {
  content: "\10f8d5"; }

.fad.fa-pie:after {
  content: "\10f705"; }

.fad.fa-pig:after {
  content: "\10f706"; }

.fad.fa-piggy-bank:after {
  content: "\10f4d3"; }

.fad.fa-pills:after {
  content: "\10f484"; }

.fad.fa-pizza:after {
  content: "\10f817"; }

.fad.fa-pizza-slice:after {
  content: "\10f818"; }

.fad.fa-place-of-worship:after {
  content: "\10f67f"; }

.fad.fa-plane:after {
  content: "\10f072"; }

.fad.fa-plane-alt:after {
  content: "\10f3de"; }

.fad.fa-plane-arrival:after {
  content: "\10f5af"; }

.fad.fa-plane-departure:after {
  content: "\10f5b0"; }

.fad.fa-planet-moon:after {
  content: "\10f91f"; }

.fad.fa-planet-ringed:after {
  content: "\10f920"; }

.fad.fa-play:after {
  content: "\10f04b"; }

.fad.fa-play-circle:after {
  content: "\10f144"; }

.fad.fa-plug:after {
  content: "\10f1e6"; }

.fad.fa-plus:after {
  content: "\10f067"; }

.fad.fa-plus-circle:after {
  content: "\10f055"; }

.fad.fa-plus-hexagon:after {
  content: "\10f300"; }

.fad.fa-plus-octagon:after {
  content: "\10f301"; }

.fad.fa-plus-square:after {
  content: "\10f0fe"; }

.fad.fa-podcast:after {
  content: "\10f2ce"; }

.fad.fa-podium:after {
  content: "\10f680"; }

.fad.fa-podium-star:after {
  content: "\10f758"; }

.fad.fa-police-box:after {
  content: "\10f921"; }

.fad.fa-poll:after {
  content: "\10f681"; }

.fad.fa-poll-h:after {
  content: "\10f682"; }

.fad.fa-poll-people:after {
  content: "\10f759"; }

.fad.fa-poo:after {
  content: "\10f2fe"; }

.fad.fa-poo-storm:after {
  content: "\10f75a"; }

.fad.fa-poop:after {
  content: "\10f619"; }

.fad.fa-popcorn:after {
  content: "\10f819"; }

.fad.fa-portal-enter:after {
  content: "\10f922"; }

.fad.fa-portal-exit:after {
  content: "\10f923"; }

.fad.fa-portrait:after {
  content: "\10f3e0"; }

.fad.fa-pound-sign:after {
  content: "\10f154"; }

.fad.fa-power-off:after {
  content: "\10f011"; }

.fad.fa-pray:after {
  content: "\10f683"; }

.fad.fa-praying-hands:after {
  content: "\10f684"; }

.fad.fa-prescription:after {
  content: "\10f5b1"; }

.fad.fa-prescription-bottle:after {
  content: "\10f485"; }

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486"; }

.fad.fa-presentation:after {
  content: "\10f685"; }

.fad.fa-print:after {
  content: "\10f02f"; }

.fad.fa-print-search:after {
  content: "\10f81a"; }

.fad.fa-print-slash:after {
  content: "\10f686"; }

.fad.fa-procedures:after {
  content: "\10f487"; }

.fad.fa-project-diagram:after {
  content: "\10f542"; }

.fad.fa-projector:after {
  content: "\10f8d6"; }

.fad.fa-pumpkin:after {
  content: "\10f707"; }

.fad.fa-puzzle-piece:after {
  content: "\10f12e"; }

.fad.fa-qrcode:after {
  content: "\10f029"; }

.fad.fa-question:after {
  content: "\10f128"; }

.fad.fa-question-circle:after {
  content: "\10f059"; }

.fad.fa-question-square:after {
  content: "\10f2fd"; }

.fad.fa-quidditch:after {
  content: "\10f458"; }

.fad.fa-quote-left:after {
  content: "\10f10d"; }

.fad.fa-quote-right:after {
  content: "\10f10e"; }

.fad.fa-quran:after {
  content: "\10f687"; }

.fad.fa-rabbit:after {
  content: "\10f708"; }

.fad.fa-rabbit-fast:after {
  content: "\10f709"; }

.fad.fa-racquet:after {
  content: "\10f45a"; }

.fad.fa-radar:after {
  content: "\10f924"; }

.fad.fa-radiation:after {
  content: "\10f7b9"; }

.fad.fa-radiation-alt:after {
  content: "\10f7ba"; }

.fad.fa-radio:after {
  content: "\10f8d7"; }

.fad.fa-radio-alt:after {
  content: "\10f8d8"; }

.fad.fa-rainbow:after {
  content: "\10f75b"; }

.fad.fa-raindrops:after {
  content: "\10f75c"; }

.fad.fa-ram:after {
  content: "\10f70a"; }

.fad.fa-ramp-loading:after {
  content: "\10f4d4"; }

.fad.fa-random:after {
  content: "\10f074"; }

.fad.fa-raygun:after {
  content: "\10f925"; }

.fad.fa-receipt:after {
  content: "\10f543"; }

.fad.fa-record-vinyl:after {
  content: "\10f8d9"; }

.fad.fa-rectangle-landscape:after {
  content: "\10f2fa"; }

.fad.fa-rectangle-portrait:after {
  content: "\10f2fb"; }

.fad.fa-rectangle-wide:after {
  content: "\10f2fc"; }

.fad.fa-recycle:after {
  content: "\10f1b8"; }

.fad.fa-redo:after {
  content: "\10f01e"; }

.fad.fa-redo-alt:after {
  content: "\10f2f9"; }

.fad.fa-refrigerator:after {
  content: "\10f926"; }

.fad.fa-registered:after {
  content: "\10f25d"; }

.fad.fa-remove-format:after {
  content: "\10f87d"; }

.fad.fa-repeat:after {
  content: "\10f363"; }

.fad.fa-repeat-1:after {
  content: "\10f365"; }

.fad.fa-repeat-1-alt:after {
  content: "\10f366"; }

.fad.fa-repeat-alt:after {
  content: "\10f364"; }

.fad.fa-reply:after {
  content: "\10f3e5"; }

.fad.fa-reply-all:after {
  content: "\10f122"; }

.fad.fa-republican:after {
  content: "\10f75e"; }

.fad.fa-restroom:after {
  content: "\10f7bd"; }

.fad.fa-retweet:after {
  content: "\10f079"; }

.fad.fa-retweet-alt:after {
  content: "\10f361"; }

.fad.fa-ribbon:after {
  content: "\10f4d6"; }

.fad.fa-ring:after {
  content: "\10f70b"; }

.fad.fa-rings-wedding:after {
  content: "\10f81b"; }

.fad.fa-road:after {
  content: "\10f018"; }

.fad.fa-robot:after {
  content: "\10f544"; }

.fad.fa-rocket:after {
  content: "\10f135"; }

.fad.fa-rocket-launch:after {
  content: "\10f927"; }

.fad.fa-route:after {
  content: "\10f4d7"; }

.fad.fa-route-highway:after {
  content: "\10f61a"; }

.fad.fa-route-interstate:after {
  content: "\10f61b"; }

.fad.fa-router:after {
  content: "\10f8da"; }

.fad.fa-rss:after {
  content: "\10f09e"; }

.fad.fa-rss-square:after {
  content: "\10f143"; }

.fad.fa-ruble-sign:after {
  content: "\10f158"; }

.fad.fa-ruler:after {
  content: "\10f545"; }

.fad.fa-ruler-combined:after {
  content: "\10f546"; }

.fad.fa-ruler-horizontal:after {
  content: "\10f547"; }

.fad.fa-ruler-triangle:after {
  content: "\10f61c"; }

.fad.fa-ruler-vertical:after {
  content: "\10f548"; }

.fad.fa-running:after {
  content: "\10f70c"; }

.fad.fa-rupee-sign:after {
  content: "\10f156"; }

.fad.fa-rv:after {
  content: "\10f7be"; }

.fad.fa-sack:after {
  content: "\10f81c"; }

.fad.fa-sack-dollar:after {
  content: "\10f81d"; }

.fad.fa-sad-cry:after {
  content: "\10f5b3"; }

.fad.fa-sad-tear:after {
  content: "\10f5b4"; }

.fad.fa-salad:after {
  content: "\10f81e"; }

.fad.fa-sandwich:after {
  content: "\10f81f"; }

.fad.fa-satellite:after {
  content: "\10f7bf"; }

.fad.fa-satellite-dish:after {
  content: "\10f7c0"; }

.fad.fa-sausage:after {
  content: "\10f820"; }

.fad.fa-save:after {
  content: "\10f0c7"; }

.fad.fa-sax-hot:after {
  content: "\10f8db"; }

.fad.fa-saxophone:after {
  content: "\10f8dc"; }

.fad.fa-scalpel:after {
  content: "\10f61d"; }

.fad.fa-scalpel-path:after {
  content: "\10f61e"; }

.fad.fa-scanner:after {
  content: "\10f488"; }

.fad.fa-scanner-image:after {
  content: "\10f8f3"; }

.fad.fa-scanner-keyboard:after {
  content: "\10f489"; }

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a"; }

.fad.fa-scarecrow:after {
  content: "\10f70d"; }

.fad.fa-scarf:after {
  content: "\10f7c1"; }

.fad.fa-school:after {
  content: "\10f549"; }

.fad.fa-screwdriver:after {
  content: "\10f54a"; }

.fad.fa-scroll:after {
  content: "\10f70e"; }

.fad.fa-scroll-old:after {
  content: "\10f70f"; }

.fad.fa-scrubber:after {
  content: "\10f2f8"; }

.fad.fa-scythe:after {
  content: "\10f710"; }

.fad.fa-sd-card:after {
  content: "\10f7c2"; }

.fad.fa-search:after {
  content: "\10f002"; }

.fad.fa-search-dollar:after {
  content: "\10f688"; }

.fad.fa-search-location:after {
  content: "\10f689"; }

.fad.fa-search-minus:after {
  content: "\10f010"; }

.fad.fa-search-plus:after {
  content: "\10f00e"; }

.fad.fa-seedling:after {
  content: "\10f4d8"; }

.fad.fa-send-back:after {
  content: "\10f87e"; }

.fad.fa-send-backward:after {
  content: "\10f87f"; }

.fad.fa-sensor:after {
  content: "\10f928"; }

.fad.fa-sensor-alert:after {
  content: "\10f929"; }

.fad.fa-sensor-fire:after {
  content: "\10f92a"; }

.fad.fa-sensor-on:after {
  content: "\10f92b"; }

.fad.fa-sensor-smoke:after {
  content: "\10f92c"; }

.fad.fa-server:after {
  content: "\10f233"; }

.fad.fa-shapes:after {
  content: "\10f61f"; }

.fad.fa-share:after {
  content: "\10f064"; }

.fad.fa-share-all:after {
  content: "\10f367"; }

.fad.fa-share-alt:after {
  content: "\10f1e0"; }

.fad.fa-share-alt-square:after {
  content: "\10f1e1"; }

.fad.fa-share-square:after {
  content: "\10f14d"; }

.fad.fa-sheep:after {
  content: "\10f711"; }

.fad.fa-shekel-sign:after {
  content: "\10f20b"; }

.fad.fa-shield:after {
  content: "\10f132"; }

.fad.fa-shield-alt:after {
  content: "\10f3ed"; }

.fad.fa-shield-check:after {
  content: "\10f2f7"; }

.fad.fa-shield-cross:after {
  content: "\10f712"; }

.fad.fa-ship:after {
  content: "\10f21a"; }

.fad.fa-shipping-fast:after {
  content: "\10f48b"; }

.fad.fa-shipping-timed:after {
  content: "\10f48c"; }

.fad.fa-shish-kebab:after {
  content: "\10f821"; }

.fad.fa-shoe-prints:after {
  content: "\10f54b"; }

.fad.fa-shopping-bag:after {
  content: "\10f290"; }

.fad.fa-shopping-basket:after {
  content: "\10f291"; }

.fad.fa-shopping-cart:after {
  content: "\10f07a"; }

.fad.fa-shovel:after {
  content: "\10f713"; }

.fad.fa-shovel-snow:after {
  content: "\10f7c3"; }

.fad.fa-shower:after {
  content: "\10f2cc"; }

.fad.fa-shredder:after {
  content: "\10f68a"; }

.fad.fa-shuttle-van:after {
  content: "\10f5b6"; }

.fad.fa-shuttlecock:after {
  content: "\10f45b"; }

.fad.fa-sickle:after {
  content: "\10f822"; }

.fad.fa-sigma:after {
  content: "\10f68b"; }

.fad.fa-sign:after {
  content: "\10f4d9"; }

.fad.fa-sign-in:after {
  content: "\10f090"; }

.fad.fa-sign-in-alt:after {
  content: "\10f2f6"; }

.fad.fa-sign-language:after {
  content: "\10f2a7"; }

.fad.fa-sign-out:after {
  content: "\10f08b"; }

.fad.fa-sign-out-alt:after {
  content: "\10f2f5"; }

.fad.fa-signal:after {
  content: "\10f012"; }

.fad.fa-signal-1:after {
  content: "\10f68c"; }

.fad.fa-signal-2:after {
  content: "\10f68d"; }

.fad.fa-signal-3:after {
  content: "\10f68e"; }

.fad.fa-signal-4:after {
  content: "\10f68f"; }

.fad.fa-signal-alt:after {
  content: "\10f690"; }

.fad.fa-signal-alt-1:after {
  content: "\10f691"; }

.fad.fa-signal-alt-2:after {
  content: "\10f692"; }

.fad.fa-signal-alt-3:after {
  content: "\10f693"; }

.fad.fa-signal-alt-slash:after {
  content: "\10f694"; }

.fad.fa-signal-slash:after {
  content: "\10f695"; }

.fad.fa-signal-stream:after {
  content: "\10f8dd"; }

.fad.fa-signature:after {
  content: "\10f5b7"; }

.fad.fa-sim-card:after {
  content: "\10f7c4"; }

.fad.fa-siren:after {
  content: "\10f92d"; }

.fad.fa-siren-on:after {
  content: "\10f92e"; }

.fad.fa-sitemap:after {
  content: "\10f0e8"; }

.fad.fa-skating:after {
  content: "\10f7c5"; }

.fad.fa-skeleton:after {
  content: "\10f620"; }

.fad.fa-ski-jump:after {
  content: "\10f7c7"; }

.fad.fa-ski-lift:after {
  content: "\10f7c8"; }

.fad.fa-skiing:after {
  content: "\10f7c9"; }

.fad.fa-skiing-nordic:after {
  content: "\10f7ca"; }

.fad.fa-skull:after {
  content: "\10f54c"; }

.fad.fa-skull-cow:after {
  content: "\10f8de"; }

.fad.fa-skull-crossbones:after {
  content: "\10f714"; }

.fad.fa-slash:after {
  content: "\10f715"; }

.fad.fa-sledding:after {
  content: "\10f7cb"; }

.fad.fa-sleigh:after {
  content: "\10f7cc"; }

.fad.fa-sliders-h:after {
  content: "\10f1de"; }

.fad.fa-sliders-h-square:after {
  content: "\10f3f0"; }

.fad.fa-sliders-v:after {
  content: "\10f3f1"; }

.fad.fa-sliders-v-square:after {
  content: "\10f3f2"; }

.fad.fa-smile:after {
  content: "\10f118"; }

.fad.fa-smile-beam:after {
  content: "\10f5b8"; }

.fad.fa-smile-plus:after {
  content: "\10f5b9"; }

.fad.fa-smile-wink:after {
  content: "\10f4da"; }

.fad.fa-smog:after {
  content: "\10f75f"; }

.fad.fa-smoke:after {
  content: "\10f760"; }

.fad.fa-smoking:after {
  content: "\10f48d"; }

.fad.fa-smoking-ban:after {
  content: "\10f54d"; }

.fad.fa-sms:after {
  content: "\10f7cd"; }

.fad.fa-snake:after {
  content: "\10f716"; }

.fad.fa-snooze:after {
  content: "\10f880"; }

.fad.fa-snow-blowing:after {
  content: "\10f761"; }

.fad.fa-snowboarding:after {
  content: "\10f7ce"; }

.fad.fa-snowflake:after {
  content: "\10f2dc"; }

.fad.fa-snowflakes:after {
  content: "\10f7cf"; }

.fad.fa-snowman:after {
  content: "\10f7d0"; }

.fad.fa-snowmobile:after {
  content: "\10f7d1"; }

.fad.fa-snowplow:after {
  content: "\10f7d2"; }

.fad.fa-socks:after {
  content: "\10f696"; }

.fad.fa-solar-panel:after {
  content: "\10f5ba"; }

.fad.fa-solar-system:after {
  content: "\10f92f"; }

.fad.fa-sort:after {
  content: "\10f0dc"; }

.fad.fa-sort-alpha-down:after {
  content: "\10f15d"; }

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881"; }

.fad.fa-sort-alpha-up:after {
  content: "\10f15e"; }

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882"; }

.fad.fa-sort-alt:after {
  content: "\10f883"; }

.fad.fa-sort-amount-down:after {
  content: "\10f160"; }

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884"; }

.fad.fa-sort-amount-up:after {
  content: "\10f161"; }

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885"; }

.fad.fa-sort-circle:after {
  content: "\10f930"; }

.fad.fa-sort-circle-down:after {
  content: "\10f931"; }

.fad.fa-sort-circle-up:after {
  content: "\10f932"; }

.fad.fa-sort-down:after {
  content: "\10f0dd"; }

.fad.fa-sort-numeric-down:after {
  content: "\10f162"; }

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886"; }

.fad.fa-sort-numeric-up:after {
  content: "\10f163"; }

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887"; }

.fad.fa-sort-shapes-down:after {
  content: "\10f888"; }

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889"; }

.fad.fa-sort-shapes-up:after {
  content: "\10f88a"; }

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b"; }

.fad.fa-sort-size-down:after {
  content: "\10f88c"; }

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d"; }

.fad.fa-sort-size-up:after {
  content: "\10f88e"; }

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f"; }

.fad.fa-sort-up:after {
  content: "\10f0de"; }

.fad.fa-soup:after {
  content: "\10f823"; }

.fad.fa-spa:after {
  content: "\10f5bb"; }

.fad.fa-space-shuttle:after {
  content: "\10f197"; }

.fad.fa-space-station-moon:after {
  content: "\10f933"; }

.fad.fa-space-station-moon-alt:after {
  content: "\10f934"; }

.fad.fa-spade:after {
  content: "\10f2f4"; }

.fad.fa-sparkles:after {
  content: "\10f890"; }

.fad.fa-speaker:after {
  content: "\10f8df"; }

.fad.fa-speakers:after {
  content: "\10f8e0"; }

.fad.fa-spell-check:after {
  content: "\10f891"; }

.fad.fa-spider:after {
  content: "\10f717"; }

.fad.fa-spider-black-widow:after {
  content: "\10f718"; }

.fad.fa-spider-web:after {
  content: "\10f719"; }

.fad.fa-spinner:after {
  content: "\10f110"; }

.fad.fa-spinner-third:after {
  content: "\10f3f4"; }

.fad.fa-splotch:after {
  content: "\10f5bc"; }

.fad.fa-spray-can:after {
  content: "\10f5bd"; }

.fad.fa-sprinkler:after {
  content: "\10f935"; }

.fad.fa-square:after {
  content: "\10f0c8"; }

.fad.fa-square-full:after {
  content: "\10f45c"; }

.fad.fa-square-root:after {
  content: "\10f697"; }

.fad.fa-square-root-alt:after {
  content: "\10f698"; }

.fad.fa-squirrel:after {
  content: "\10f71a"; }

.fad.fa-staff:after {
  content: "\10f71b"; }

.fad.fa-stamp:after {
  content: "\10f5bf"; }

.fad.fa-star:after {
  content: "\10f005"; }

.fad.fa-star-and-crescent:after {
  content: "\10f699"; }

.fad.fa-star-christmas:after {
  content: "\10f7d4"; }

.fad.fa-star-exclamation:after {
  content: "\10f2f3"; }

.fad.fa-star-half:after {
  content: "\10f089"; }

.fad.fa-star-half-alt:after {
  content: "\10f5c0"; }

.fad.fa-star-of-david:after {
  content: "\10f69a"; }

.fad.fa-star-of-life:after {
  content: "\10f621"; }

.fad.fa-star-shooting:after {
  content: "\10f936"; }

.fad.fa-starfighter:after {
  content: "\10f937"; }

.fad.fa-starfighter-alt:after {
  content: "\10f938"; }

.fad.fa-stars:after {
  content: "\10f762"; }

.fad.fa-starship:after {
  content: "\10f939"; }

.fad.fa-starship-freighter:after {
  content: "\10f93a"; }

.fad.fa-steak:after {
  content: "\10f824"; }

.fad.fa-steering-wheel:after {
  content: "\10f622"; }

.fad.fa-step-backward:after {
  content: "\10f048"; }

.fad.fa-step-forward:after {
  content: "\10f051"; }

.fad.fa-stethoscope:after {
  content: "\10f0f1"; }

.fad.fa-sticky-note:after {
  content: "\10f249"; }

.fad.fa-stocking:after {
  content: "\10f7d5"; }

.fad.fa-stomach:after {
  content: "\10f623"; }

.fad.fa-stop:after {
  content: "\10f04d"; }

.fad.fa-stop-circle:after {
  content: "\10f28d"; }

.fad.fa-stopwatch:after {
  content: "\10f2f2"; }

.fad.fa-store:after {
  content: "\10f54e"; }

.fad.fa-store-alt:after {
  content: "\10f54f"; }

.fad.fa-stream:after {
  content: "\10f550"; }

.fad.fa-street-view:after {
  content: "\10f21d"; }

.fad.fa-stretcher:after {
  content: "\10f825"; }

.fad.fa-strikethrough:after {
  content: "\10f0cc"; }

.fad.fa-stroopwafel:after {
  content: "\10f551"; }

.fad.fa-subscript:after {
  content: "\10f12c"; }

.fad.fa-subway:after {
  content: "\10f239"; }

.fad.fa-suitcase:after {
  content: "\10f0f2"; }

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1"; }

.fad.fa-sun:after {
  content: "\10f185"; }

.fad.fa-sun-cloud:after {
  content: "\10f763"; }

.fad.fa-sun-dust:after {
  content: "\10f764"; }

.fad.fa-sun-haze:after {
  content: "\10f765"; }

.fad.fa-sunglasses:after {
  content: "\10f892"; }

.fad.fa-sunrise:after {
  content: "\10f766"; }

.fad.fa-sunset:after {
  content: "\10f767"; }

.fad.fa-superscript:after {
  content: "\10f12b"; }

.fad.fa-surprise:after {
  content: "\10f5c2"; }

.fad.fa-swatchbook:after {
  content: "\10f5c3"; }

.fad.fa-swimmer:after {
  content: "\10f5c4"; }

.fad.fa-swimming-pool:after {
  content: "\10f5c5"; }

.fad.fa-sword:after {
  content: "\10f71c"; }

.fad.fa-sword-laser:after {
  content: "\10f93b"; }

.fad.fa-sword-laser-alt:after {
  content: "\10f93c"; }

.fad.fa-swords:after {
  content: "\10f71d"; }

.fad.fa-swords-laser:after {
  content: "\10f93d"; }

.fad.fa-synagogue:after {
  content: "\10f69b"; }

.fad.fa-sync:after {
  content: "\10f021"; }

.fad.fa-sync-alt:after {
  content: "\10f2f1"; }

.fad.fa-syringe:after {
  content: "\10f48e"; }

.fad.fa-table:after {
  content: "\10f0ce"; }

.fad.fa-table-tennis:after {
  content: "\10f45d"; }

.fad.fa-tablet:after {
  content: "\10f10a"; }

.fad.fa-tablet-alt:after {
  content: "\10f3fa"; }

.fad.fa-tablet-android:after {
  content: "\10f3fb"; }

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc"; }

.fad.fa-tablet-rugged:after {
  content: "\10f48f"; }

.fad.fa-tablets:after {
  content: "\10f490"; }

.fad.fa-tachometer:after {
  content: "\10f0e4"; }

.fad.fa-tachometer-alt:after {
  content: "\10f3fd"; }

.fad.fa-tachometer-alt-average:after {
  content: "\10f624"; }

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625"; }

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626"; }

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627"; }

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628"; }

.fad.fa-tachometer-average:after {
  content: "\10f629"; }

.fad.fa-tachometer-fast:after {
  content: "\10f62a"; }

.fad.fa-tachometer-fastest:after {
  content: "\10f62b"; }

.fad.fa-tachometer-slow:after {
  content: "\10f62c"; }

.fad.fa-tachometer-slowest:after {
  content: "\10f62d"; }

.fad.fa-taco:after {
  content: "\10f826"; }

.fad.fa-tag:after {
  content: "\10f02b"; }

.fad.fa-tags:after {
  content: "\10f02c"; }

.fad.fa-tally:after {
  content: "\10f69c"; }

.fad.fa-tanakh:after {
  content: "\10f827"; }

.fad.fa-tape:after {
  content: "\10f4db"; }

.fad.fa-tasks:after {
  content: "\10f0ae"; }

.fad.fa-tasks-alt:after {
  content: "\10f828"; }

.fad.fa-taxi:after {
  content: "\10f1ba"; }

.fad.fa-teeth:after {
  content: "\10f62e"; }

.fad.fa-teeth-open:after {
  content: "\10f62f"; }

.fad.fa-telescope:after {
  content: "\10f93e"; }

.fad.fa-temperature-down:after {
  content: "\10f93f"; }

.fad.fa-temperature-frigid:after {
  content: "\10f768"; }

.fad.fa-temperature-high:after {
  content: "\10f769"; }

.fad.fa-temperature-hot:after {
  content: "\10f76a"; }

.fad.fa-temperature-low:after {
  content: "\10f76b"; }

.fad.fa-temperature-up:after {
  content: "\10f940"; }

.fad.fa-tenge:after {
  content: "\10f7d7"; }

.fad.fa-tennis-ball:after {
  content: "\10f45e"; }

.fad.fa-terminal:after {
  content: "\10f120"; }

.fad.fa-text:after {
  content: "\10f893"; }

.fad.fa-text-height:after {
  content: "\10f034"; }

.fad.fa-text-size:after {
  content: "\10f894"; }

.fad.fa-text-width:after {
  content: "\10f035"; }

.fad.fa-th:after {
  content: "\10f00a"; }

.fad.fa-th-large:after {
  content: "\10f009"; }

.fad.fa-th-list:after {
  content: "\10f00b"; }

.fad.fa-theater-masks:after {
  content: "\10f630"; }

.fad.fa-thermometer:after {
  content: "\10f491"; }

.fad.fa-thermometer-empty:after {
  content: "\10f2cb"; }

.fad.fa-thermometer-full:after {
  content: "\10f2c7"; }

.fad.fa-thermometer-half:after {
  content: "\10f2c9"; }

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca"; }

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8"; }

.fad.fa-theta:after {
  content: "\10f69e"; }

.fad.fa-thumbs-down:after {
  content: "\10f165"; }

.fad.fa-thumbs-up:after {
  content: "\10f164"; }

.fad.fa-thumbtack:after {
  content: "\10f08d"; }

.fad.fa-thunderstorm:after {
  content: "\10f76c"; }

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d"; }

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e"; }

.fad.fa-ticket:after {
  content: "\10f145"; }

.fad.fa-ticket-alt:after {
  content: "\10f3ff"; }

.fad.fa-tilde:after {
  content: "\10f69f"; }

.fad.fa-times:after {
  content: "\10f00d"; }

.fad.fa-times-circle:after {
  content: "\10f057"; }

.fad.fa-times-hexagon:after {
  content: "\10f2ee"; }

.fad.fa-times-octagon:after {
  content: "\10f2f0"; }

.fad.fa-times-square:after {
  content: "\10f2d3"; }

.fad.fa-tint:after {
  content: "\10f043"; }

.fad.fa-tint-slash:after {
  content: "\10f5c7"; }

.fad.fa-tire:after {
  content: "\10f631"; }

.fad.fa-tire-flat:after {
  content: "\10f632"; }

.fad.fa-tire-pressure-warning:after {
  content: "\10f633"; }

.fad.fa-tire-rugged:after {
  content: "\10f634"; }

.fad.fa-tired:after {
  content: "\10f5c8"; }

.fad.fa-toggle-off:after {
  content: "\10f204"; }

.fad.fa-toggle-on:after {
  content: "\10f205"; }

.fad.fa-toilet:after {
  content: "\10f7d8"; }

.fad.fa-toilet-paper:after {
  content: "\10f71e"; }

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f"; }

.fad.fa-tombstone:after {
  content: "\10f720"; }

.fad.fa-tombstone-alt:after {
  content: "\10f721"; }

.fad.fa-toolbox:after {
  content: "\10f552"; }

.fad.fa-tools:after {
  content: "\10f7d9"; }

.fad.fa-tooth:after {
  content: "\10f5c9"; }

.fad.fa-toothbrush:after {
  content: "\10f635"; }

.fad.fa-torah:after {
  content: "\10f6a0"; }

.fad.fa-torii-gate:after {
  content: "\10f6a1"; }

.fad.fa-tornado:after {
  content: "\10f76f"; }

.fad.fa-tractor:after {
  content: "\10f722"; }

.fad.fa-trademark:after {
  content: "\10f25c"; }

.fad.fa-traffic-cone:after {
  content: "\10f636"; }

.fad.fa-traffic-light:after {
  content: "\10f637"; }

.fad.fa-traffic-light-go:after {
  content: "\10f638"; }

.fad.fa-traffic-light-slow:after {
  content: "\10f639"; }

.fad.fa-traffic-light-stop:after {
  content: "\10f63a"; }

.fad.fa-trailer:after {
  content: "\10f941"; }

.fad.fa-train:after {
  content: "\10f238"; }

.fad.fa-tram:after {
  content: "\10f7da"; }

.fad.fa-transgender:after {
  content: "\10f224"; }

.fad.fa-transgender-alt:after {
  content: "\10f225"; }

.fad.fa-transporter:after {
  content: "\10f942"; }

.fad.fa-transporter-1:after {
  content: "\10f943"; }

.fad.fa-transporter-2:after {
  content: "\10f944"; }

.fad.fa-transporter-3:after {
  content: "\10f945"; }

.fad.fa-transporter-empty:after {
  content: "\10f946"; }

.fad.fa-trash:after {
  content: "\10f1f8"; }

.fad.fa-trash-alt:after {
  content: "\10f2ed"; }

.fad.fa-trash-restore:after {
  content: "\10f829"; }

.fad.fa-trash-restore-alt:after {
  content: "\10f82a"; }

.fad.fa-trash-undo:after {
  content: "\10f895"; }

.fad.fa-trash-undo-alt:after {
  content: "\10f896"; }

.fad.fa-treasure-chest:after {
  content: "\10f723"; }

.fad.fa-tree:after {
  content: "\10f1bb"; }

.fad.fa-tree-alt:after {
  content: "\10f400"; }

.fad.fa-tree-christmas:after {
  content: "\10f7db"; }

.fad.fa-tree-decorated:after {
  content: "\10f7dc"; }

.fad.fa-tree-large:after {
  content: "\10f7dd"; }

.fad.fa-tree-palm:after {
  content: "\10f82b"; }

.fad.fa-trees:after {
  content: "\10f724"; }

.fad.fa-triangle:after {
  content: "\10f2ec"; }

.fad.fa-triangle-music:after {
  content: "\10f8e2"; }

.fad.fa-trophy:after {
  content: "\10f091"; }

.fad.fa-trophy-alt:after {
  content: "\10f2eb"; }

.fad.fa-truck:after {
  content: "\10f0d1"; }

.fad.fa-truck-container:after {
  content: "\10f4dc"; }

.fad.fa-truck-couch:after {
  content: "\10f4dd"; }

.fad.fa-truck-loading:after {
  content: "\10f4de"; }

.fad.fa-truck-monster:after {
  content: "\10f63b"; }

.fad.fa-truck-moving:after {
  content: "\10f4df"; }

.fad.fa-truck-pickup:after {
  content: "\10f63c"; }

.fad.fa-truck-plow:after {
  content: "\10f7de"; }

.fad.fa-truck-ramp:after {
  content: "\10f4e0"; }

.fad.fa-trumpet:after {
  content: "\10f8e3"; }

.fad.fa-tshirt:after {
  content: "\10f553"; }

.fad.fa-tty:after {
  content: "\10f1e4"; }

.fad.fa-turkey:after {
  content: "\10f725"; }

.fad.fa-turntable:after {
  content: "\10f8e4"; }

.fad.fa-turtle:after {
  content: "\10f726"; }

.fad.fa-tv:after {
  content: "\10f26c"; }

.fad.fa-tv-alt:after {
  content: "\10f8e5"; }

.fad.fa-tv-music:after {
  content: "\10f8e6"; }

.fad.fa-tv-retro:after {
  content: "\10f401"; }

.fad.fa-typewriter:after {
  content: "\10f8e7"; }

.fad.fa-ufo:after {
  content: "\10f947"; }

.fad.fa-ufo-beam:after {
  content: "\10f948"; }

.fad.fa-umbrella:after {
  content: "\10f0e9"; }

.fad.fa-umbrella-beach:after {
  content: "\10f5ca"; }

.fad.fa-underline:after {
  content: "\10f0cd"; }

.fad.fa-undo:after {
  content: "\10f0e2"; }

.fad.fa-undo-alt:after {
  content: "\10f2ea"; }

.fad.fa-unicorn:after {
  content: "\10f727"; }

.fad.fa-union:after {
  content: "\10f6a2"; }

.fad.fa-universal-access:after {
  content: "\10f29a"; }

.fad.fa-university:after {
  content: "\10f19c"; }

.fad.fa-unlink:after {
  content: "\10f127"; }

.fad.fa-unlock:after {
  content: "\10f09c"; }

.fad.fa-unlock-alt:after {
  content: "\10f13e"; }

.fad.fa-upload:after {
  content: "\10f093"; }

.fad.fa-usb-drive:after {
  content: "\10f8e9"; }

.fad.fa-usd-circle:after {
  content: "\10f2e8"; }

.fad.fa-usd-square:after {
  content: "\10f2e9"; }

.fad.fa-user:after {
  content: "\10f007"; }

.fad.fa-user-alien:after {
  content: "\10f94a"; }

.fad.fa-user-alt:after {
  content: "\10f406"; }

.fad.fa-user-alt-slash:after {
  content: "\10f4fa"; }

.fad.fa-user-astronaut:after {
  content: "\10f4fb"; }

.fad.fa-user-chart:after {
  content: "\10f6a3"; }

.fad.fa-user-check:after {
  content: "\10f4fc"; }

.fad.fa-user-circle:after {
  content: "\10f2bd"; }

.fad.fa-user-clock:after {
  content: "\10f4fd"; }

.fad.fa-user-cog:after {
  content: "\10f4fe"; }

.fad.fa-user-cowboy:after {
  content: "\10f8ea"; }

.fad.fa-user-crown:after {
  content: "\10f6a4"; }

.fad.fa-user-edit:after {
  content: "\10f4ff"; }

.fad.fa-user-friends:after {
  content: "\10f500"; }

.fad.fa-user-graduate:after {
  content: "\10f501"; }

.fad.fa-user-hard-hat:after {
  content: "\10f82c"; }

.fad.fa-user-headset:after {
  content: "\10f82d"; }

.fad.fa-user-injured:after {
  content: "\10f728"; }

.fad.fa-user-lock:after {
  content: "\10f502"; }

.fad.fa-user-md:after {
  content: "\10f0f0"; }

.fad.fa-user-md-chat:after {
  content: "\10f82e"; }

.fad.fa-user-minus:after {
  content: "\10f503"; }

.fad.fa-user-music:after {
  content: "\10f8eb"; }

.fad.fa-user-ninja:after {
  content: "\10f504"; }

.fad.fa-user-nurse:after {
  content: "\10f82f"; }

.fad.fa-user-plus:after {
  content: "\10f234"; }

.fad.fa-user-robot:after {
  content: "\10f94b"; }

.fad.fa-user-secret:after {
  content: "\10f21b"; }

.fad.fa-user-shield:after {
  content: "\10f505"; }

.fad.fa-user-slash:after {
  content: "\10f506"; }

.fad.fa-user-tag:after {
  content: "\10f507"; }

.fad.fa-user-tie:after {
  content: "\10f508"; }

.fad.fa-user-times:after {
  content: "\10f235"; }

.fad.fa-user-unlock:after {
  content: "\10f958"; }

.fad.fa-user-visor:after {
  content: "\10f94c"; }

.fad.fa-users:after {
  content: "\10f0c0"; }

.fad.fa-users-class:after {
  content: "\10f63d"; }

.fad.fa-users-cog:after {
  content: "\10f509"; }

.fad.fa-users-crown:after {
  content: "\10f6a5"; }

.fad.fa-users-medical:after {
  content: "\10f830"; }

.fad.fa-utensil-fork:after {
  content: "\10f2e3"; }

.fad.fa-utensil-knife:after {
  content: "\10f2e4"; }

.fad.fa-utensil-spoon:after {
  content: "\10f2e5"; }

.fad.fa-utensils:after {
  content: "\10f2e7"; }

.fad.fa-utensils-alt:after {
  content: "\10f2e6"; }

.fad.fa-vacuum:after {
  content: "\10f94d"; }

.fad.fa-vacuum-robot:after {
  content: "\10f94e"; }

.fad.fa-value-absolute:after {
  content: "\10f6a6"; }

.fad.fa-vector-square:after {
  content: "\10f5cb"; }

.fad.fa-venus:after {
  content: "\10f221"; }

.fad.fa-venus-double:after {
  content: "\10f226"; }

.fad.fa-venus-mars:after {
  content: "\10f228"; }

.fad.fa-vhs:after {
  content: "\10f8ec"; }

.fad.fa-vial:after {
  content: "\10f492"; }

.fad.fa-vials:after {
  content: "\10f493"; }

.fad.fa-video:after {
  content: "\10f03d"; }

.fad.fa-video-plus:after {
  content: "\10f4e1"; }

.fad.fa-video-slash:after {
  content: "\10f4e2"; }

.fad.fa-vihara:after {
  content: "\10f6a7"; }

.fad.fa-violin:after {
  content: "\10f8ed"; }

.fad.fa-voicemail:after {
  content: "\10f897"; }

.fad.fa-volcano:after {
  content: "\10f770"; }

.fad.fa-volleyball-ball:after {
  content: "\10f45f"; }

.fad.fa-volume:after {
  content: "\10f6a8"; }

.fad.fa-volume-down:after {
  content: "\10f027"; }

.fad.fa-volume-mute:after {
  content: "\10f6a9"; }

.fad.fa-volume-off:after {
  content: "\10f026"; }

.fad.fa-volume-slash:after {
  content: "\10f2e2"; }

.fad.fa-volume-up:after {
  content: "\10f028"; }

.fad.fa-vote-nay:after {
  content: "\10f771"; }

.fad.fa-vote-yea:after {
  content: "\10f772"; }

.fad.fa-vr-cardboard:after {
  content: "\10f729"; }

.fad.fa-wagon-covered:after {
  content: "\10f8ee"; }

.fad.fa-walker:after {
  content: "\10f831"; }

.fad.fa-walkie-talkie:after {
  content: "\10f8ef"; }

.fad.fa-walking:after {
  content: "\10f554"; }

.fad.fa-wallet:after {
  content: "\10f555"; }

.fad.fa-wand:after {
  content: "\10f72a"; }

.fad.fa-wand-magic:after {
  content: "\10f72b"; }

.fad.fa-warehouse:after {
  content: "\10f494"; }

.fad.fa-warehouse-alt:after {
  content: "\10f495"; }

.fad.fa-washer:after {
  content: "\10f898"; }

.fad.fa-watch:after {
  content: "\10f2e1"; }

.fad.fa-watch-calculator:after {
  content: "\10f8f0"; }

.fad.fa-watch-fitness:after {
  content: "\10f63e"; }

.fad.fa-water:after {
  content: "\10f773"; }

.fad.fa-water-lower:after {
  content: "\10f774"; }

.fad.fa-water-rise:after {
  content: "\10f775"; }

.fad.fa-wave-sine:after {
  content: "\10f899"; }

.fad.fa-wave-square:after {
  content: "\10f83e"; }

.fad.fa-wave-triangle:after {
  content: "\10f89a"; }

.fad.fa-waveform:after {
  content: "\10f8f1"; }

.fad.fa-waveform-path:after {
  content: "\10f8f2"; }

.fad.fa-webcam:after {
  content: "\10f832"; }

.fad.fa-webcam-slash:after {
  content: "\10f833"; }

.fad.fa-weight:after {
  content: "\10f496"; }

.fad.fa-weight-hanging:after {
  content: "\10f5cd"; }

.fad.fa-whale:after {
  content: "\10f72c"; }

.fad.fa-wheat:after {
  content: "\10f72d"; }

.fad.fa-wheelchair:after {
  content: "\10f193"; }

.fad.fa-whistle:after {
  content: "\10f460"; }

.fad.fa-wifi:after {
  content: "\10f1eb"; }

.fad.fa-wifi-1:after {
  content: "\10f6aa"; }

.fad.fa-wifi-2:after {
  content: "\10f6ab"; }

.fad.fa-wifi-slash:after {
  content: "\10f6ac"; }

.fad.fa-wind:after {
  content: "\10f72e"; }

.fad.fa-wind-turbine:after {
  content: "\10f89b"; }

.fad.fa-wind-warning:after {
  content: "\10f776"; }

.fad.fa-window:after {
  content: "\10f40e"; }

.fad.fa-window-alt:after {
  content: "\10f40f"; }

.fad.fa-window-close:after {
  content: "\10f410"; }

.fad.fa-window-frame:after {
  content: "\10f94f"; }

.fad.fa-window-frame-open:after {
  content: "\10f950"; }

.fad.fa-window-maximize:after {
  content: "\10f2d0"; }

.fad.fa-window-minimize:after {
  content: "\10f2d1"; }

.fad.fa-window-restore:after {
  content: "\10f2d2"; }

.fad.fa-windsock:after {
  content: "\10f777"; }

.fad.fa-wine-bottle:after {
  content: "\10f72f"; }

.fad.fa-wine-glass:after {
  content: "\10f4e3"; }

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce"; }

.fad.fa-won-sign:after {
  content: "\10f159"; }

.fad.fa-wreath:after {
  content: "\10f7e2"; }

.fad.fa-wrench:after {
  content: "\10f0ad"; }

.fad.fa-x-ray:after {
  content: "\10f497"; }

.fad.fa-yen-sign:after {
  content: "\10f157"; }

.fad.fa-yin-yang:after {
  content: "\10f6ad"; }

/*! jQuery UI - v1.11.4 - 2016-05-11
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

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

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/*! jQuery UI - v1.11.4 - 2016-05-10
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

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

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none; }

.jqvmap-pin {
  pointer-events: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 15px;
  height: 15px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }

@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

img, iframe:not(.sb-widget-iframe) {
  max-width: 100%;
  height: auto; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .row-eq-height:after, .row-eq-height:before {
    display: flex; }
  .row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column; }
    .row-eq-height > [class*="col-"] > .flex-wrapper {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column; }

.row-eq-height-xs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .row-eq-height-xs:after, .row-eq-height-xs:before {
    display: flex; }
  .row-eq-height-xs > [class*="col-"] {
    display: flex;
    flex-direction: column; }
    .row-eq-height-xs > [class*="col-"] > .flex-wrapper {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .row-eq-height-xs > [class*="col-"] > .flex-wrapper {
          display: block; } }
  @media only screen and (max-width: 767px) {
    .row-eq-height-xs {
      display: block; }
      .row-eq-height-xs > [class*="col-"] {
        display: block; } }

#text-content .text > ul {
  list-style-type: disc;
  margin-left: 20px; }

.half-left {
  width: 50%;
  float: left;
  position: relative; }

.half-right {
  width: 50%;
  float: right;
  position: relative; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  display: inline-block;
  margin: 0 auto; }

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

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

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

.btn.custom {
  border-radius: 0;
  padding: 0; }
  .btn.custom a {
    text-decoration: none; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/*
  Long Shadow Mixin
  @link http://codepen.io/awesomephant/pen/mAxHz
  @usage @include long-shadow($type: text, $color: indigo, $length: 50, $fadeout: false, $skew: true, $direction: right);
*/
.iti {
  width: 100%; }

.iti #phone, .iti #phone_visible {
  padding-left: 49px !important; }

.iti__search-input {
  padding-left: 14px;
  padding-right: 14px; }

/*==================================*/
.landing-features-block .txt-medium {
  font-size: 18px;
  line-height: 28px; }
  @media (max-width: 767px) {
    .landing-features-block .txt-medium {
      font-size: 16px;
      line-height: 24px; } }

.landing-features-block .content-block-wrap {
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .landing-features-block .content-block-wrap {
      flex-wrap: wrap;
      margin-bottom: 35px;
      justify-content: center; } }
  .landing-features-block .content-block-wrap .image {
    width: 135px; }
    @media (max-width: 767px) {
      .landing-features-block .content-block-wrap .image {
        width: 100%; } }
  .landing-features-block .content-block-wrap:nth-child(odd) {
    flex-direction: row;
    text-align: left; }
    @media (max-width: 767px) {
      .landing-features-block .content-block-wrap:nth-child(odd) {
        text-align: center; } }
    .landing-features-block .content-block-wrap:nth-child(odd) .inner-right {
      padding-left: 25px; }
      @media (max-width: 767px) {
        .landing-features-block .content-block-wrap:nth-child(odd) .inner-right {
          padding-left: 0; } }
  .landing-features-block .content-block-wrap:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right; }
    @media (max-width: 767px) {
      .landing-features-block .content-block-wrap:nth-child(even) {
        text-align: center; } }
    .landing-features-block .content-block-wrap:nth-child(even) .inner-right {
      padding-right: 25px; }
      @media (max-width: 767px) {
        .landing-features-block .content-block-wrap:nth-child(even) .inner-right {
          padding-right: 0; } }

.landing-features-block .inner .title-medium {
  font-size: 25px;
  color: #253246;
  font-family: "Mulish"; }
  @media (max-width: 767px) {
    .landing-features-block .inner .title-medium {
      font-size: 21px; } }

@media (max-width: 767px) {
  .landing-features-block .inner.inner-right {
    width: 100%;
    margin-top: 20px; } }

.landing-features-block .button-wrap {
  text-align: center; }
  .landing-features-block .button-wrap .sb-btn {
    font-size: 22px; }
    @media (max-width: 767px) {
      .landing-features-block .button-wrap .sb-btn {
        font-size: 18px; } }

#feedback {
  background: #FFFFFF; }
  #feedback ul {
    column-count: 2;
    column-gap: 32px; }
    @media (max-width: 767px) {
      #feedback ul {
        column-count: 1;
        column-gap: 16px;
        text-align: center; }
        #feedback ul .author {
          text-align: center; } }
    #feedback ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; }
      #feedback ul li:last-child {
        margin-bottom: 0; }
      #feedback ul li .avatar {
        margin-bottom: 10px;
        max-width: 100px; }
        @media (max-width: 767px) {
          #feedback ul li .avatar {
            margin: 0 auto; } }
        #feedback ul li .avatar .img {
          background-size: cover;
          position: relative;
          padding-bottom: 100%;
          background-position: 50%;
          border-radius: 50%; }
      #feedback ul li .content {
        position: relative;
        background-color: #fafafa;
        padding: 30px; }
        @media (max-width: 767px) {
          #feedback ul li .content {
            margin-top: 10px; } }
        #feedback ul li .content .txt {
          padding-top: 10px;
          font-size: 1.125rem;
          color: #494949; }
      #feedback ul li .cap {
        font-size: 20px;
        margin-bottom: 10px;
        color: #494949;
        font-weight: 700;
        float: left;
        margin-left: 10px; }
        @media (max-width: 767px) {
          #feedback ul li .cap {
            margin-left: auto;
            width: 100%;
            text-align: center;
            margin: 10px auto; } }
      #feedback ul li .author {
        padding-top: 10px; }

#reviews-page {
  padding-bottom: 0 !important; }

.landing-reasons {
  padding: 160px 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right -100px center;
  background-image: url(/v2/images/bottom_devices.png); }
  @media (max-width: 1366px) {
    .landing-reasons {
      background-position: right -250px center; } }
  @media (max-width: 1200px) {
    .landing-reasons {
      -webkit-background-size: 600px;
      background-size: 600px;
      background-position: right -100px top;
      padding: 75px 0; } }
  @media (max-width: 767px) {
    .landing-reasons {
      background-image: none;
      padding: 30px 0; } }
  .landing-reasons .title-big {
    padding-right: 52%; }
    @media (max-width: 1024px) {
      .landing-reasons .title-big {
        padding-right: 0; } }
  .landing-reasons .list {
    max-width: 50%; }
    .landing-reasons .list .fa {
      color: #1AB6F3;
      font-size: 21px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 1px; }
    .landing-reasons .list li {
      font-size: 18px;
      margin-bottom: 7px;
      position: relative;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .landing-reasons .list li {
          font-size: 16px; } }
  .landing-reasons .button-wrap {
    text-align: center;
    margin-top: 90px; }
    @media (max-width: 767px) {
      .landing-reasons .button-wrap {
        margin-top: 45px; } }

.landing-reviews {
  background-color: #F3F5F7;
  padding: 60px 0 60px 0; }
  .landing-reviews .column {
    position: relative; }
  .landing-reviews .landing-reviews-wrap {
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .landing-reviews .landing-reviews-wrap {
        margin-top: 35px; } }
    .landing-reviews .landing-reviews-wrap .review-wrap {
      text-align: center;
      color: #253246;
      background-color: #fff;
      box-shadow: 0px 0px 18px rgba(37, 50, 70, 0.15);
      padding: 40px 60px;
      transition: all 1s ease; }
      @media (max-width: 480px) {
        .landing-reviews .landing-reviews-wrap .review-wrap {
          padding: 20px; } }
      .landing-reviews .landing-reviews-wrap .review-wrap .review-title {
        font-weight: 700;
        font-family: "Mulish";
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 0; }
        @media (max-width: 1024px) {
          .landing-reviews .landing-reviews-wrap .review-wrap .review-title {
            font-size: 18px;
            margin-bottom: 20px; } }
      .landing-reviews .landing-reviews-wrap .review-wrap .text {
        font-size: 18px;
        line-height: 28px;
        color: #788291;
        font-weight: 300; }
        @media (max-width: 1024px) {
          .landing-reviews .landing-reviews-wrap .review-wrap .text {
            font-size: 16px;
            line-height: 22px; } }
      .landing-reviews .landing-reviews-wrap .review-wrap img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100px;
        border-radius: 50%;
        margin: 30px auto 20px auto; }
      .landing-reviews .landing-reviews-wrap .review-wrap .customer-data {
        font-size: 18px;
        font-family: "Mulish";
        font-weight: 700; }
        @media (max-width: 1024px) {
          .landing-reviews .landing-reviews-wrap .review-wrap .customer-data {
            font-size: 16px; } }
        .landing-reviews .landing-reviews-wrap .review-wrap .customer-data .data-item {
          margin-bottom: 0px; }
          .landing-reviews .landing-reviews-wrap .review-wrap .customer-data .data-item.position {
            font-weight: 400; }
  .landing-reviews .button-wrap {
    margin-top: 75px;
    text-align: center; }

.right-for-business {
  padding: 60px 0;
  background-color: #F3F5F7; }
  .right-for-business .categories-wrap {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .right-for-business .categories-wrap {
        margin-top: 20px; } }
    .right-for-business .categories-wrap .cats-row {
      column-count: 3;
      column-gap: 30px; }
      @media (max-width: 767px) {
        .right-for-business .categories-wrap .cats-row {
          column-gap: 15px;
          column-count: 1; } }
      .right-for-business .categories-wrap .cats-row .cat-item {
        display: inline-block;
        width: 100%;
        position: relative;
        padding-left: 85px;
        margin-bottom: 40px;
        font-size: 18px; }
        .right-for-business .categories-wrap .cats-row .cat-item.sport .icon {
          -webkit-background-size: 53px;
          background-size: 53px; }
        @media (max-width: 767px) {
          .right-for-business .categories-wrap .cats-row .cat-item {
            margin-bottom: 25px; } }
        .right-for-business .categories-wrap .cats-row .cat-item a {
          transition: all .25s ease; }
          .right-for-business .categories-wrap .cats-row .cat-item a:hover {
            text-decoration: none;
            color: #112745; }
        .right-for-business .categories-wrap .cats-row .cat-item .icon {
          position: absolute;
          left: 0;
          top: 0;
          width: 65px;
          height: 65px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-background-size: 42px;
          background-size: 42px; }
        .right-for-business .categories-wrap .cats-row .cat-item .title-link {
          font-weight: 700;
          display: inline-block;
          color: #1AB6F3;
          margin-bottom: 20px; }
        .right-for-business .categories-wrap .cats-row .cat-item .links-list a {
          color: #788291;
          font-size: 16px; }
          .right-for-business .categories-wrap .cats-row .cat-item .links-list a:hover {
            color: #112745; }

#advantages {
  background: url("/v2/images/simplybook/advantages-bg.jpg");
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }
  #advantages .slider li {
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 2.4rem;
    color: #FFFFFF;
    font-style: italic; }
    #advantages .slider li span {
      padding: 0 5px; }
  #advantages .slick-dots {
    font-style: normal;
    bottom: -75px; }
    @media (max-width: 1024px) {
      #advantages .slick-dots {
        bottom: -45px; } }
    #advantages .slick-dots li {
      font-style: normal; }
    #advantages .slick-dots button:before {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.5);
      opacity: .7; }
    #advantages .slick-dots li.slick-active button:before {
      font-size: 12px;
      color: #FFFFFF;
      opacity: .7; }

#brands {
  max-width: 1440px;
  margin: 0 auto; }
  #brands ul {
    padding: 0 15px;
    text-align: justify; }
    #brands ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
    @media (max-width: 1024px) {
      #brands ul {
        text-align: center; }
        #brands ul:after {
          display: none; } }
    #brands ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1024px) {
        #brands ul li {
          margin: 1em; } }

.text-banner .title-light {
  font-weight: 300;
  font-size: 25px;
  padding: 0 150px;
  margin-bottom: 37px; }
  @media (max-width: 1024px) {
    .text-banner .title-light {
      font-size: 20px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; } }

.text-banner .button-wrap .inner .decor {
  position: absolute;
  right: -275px;
  width: 200px;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .text-banner .button-wrap .inner .decor {
      position: static;
      width: 100%;
      margin-bottom: 20px; } }

.text-banner .button-wrap .sb-btn.red .icon {
  right: -86px;
  left: auto;
  top: -31px;
  transform: rotate(10deg); }
  @media (max-width: 1024px) {
    .text-banner .button-wrap .sb-btn.red .icon {
      display: none; } }

.text-banner .title {
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .text-banner .title {
      margin-bottom: 15px; } }

.password-field-component .view {
  position: relative; }
  .password-field-component .view .input-group input[type=password] {
    padding-right: 44px; }
  .password-field-component .view .input-group .show-pass {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    color: #788291;
    font-size: 14px;
    cursor: pointer; }
    .password-field-component .view .input-group .show-pass.--is-visible {
      color: #253246; }

.password-power {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 16px;
  gap: 10px;
  position: absolute;
  width: 240px;
  left: auto;
  top: 110%;
  color: #253246;
  background: #FFFFFF;
  border: 1px solid #E7ECF7;
  box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
  border-radius: 6px;
  font-size: 14px;
  opacity: 0.5;
  visibility: hidden;
  transform: translate(0px, -40px);
  transition: all 0.5s ease-out;
  z-index: 99; }
  .password-power.--is-in {
    visibility: visible;
    transform: translate(0px, 0px);
    opacity: 1; }
  .password-power .progress-bar-danger {
    background-color: #FF3259; }
  .password-power .progress-bar-warning {
    background-color: #FEC439; }
  .password-power .progress-bar-success {
    background-color: #00D38B; }
  .password-power--text-type {
    display: none; }
  .password-power #popover-password p {
    margin: 0; }
  .password-power--title {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2; }
  .password-power .progress {
    position: relative;
    height: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #D9D9D9;
    border-radius: 10px; }
    .password-power .progress .progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      transition: width .7s ease; }
  .password-power--check-list {
    font-size: 12px; }
    .password-power--check-list li span {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0 6px; }
    .password-power--check-list .fa-circle {
      font-size: 5px;
      color: #D9D9D9; }
    .password-power--check-list .fa-check {
      font-size: 10px;
      color: #00D38B; }

body.reg-page {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100vh; }
  body.reg-page.google-login {
    background: #FBFCFF; }
  body.reg-page .sb-main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; }
  body.reg-page .sb-footer {
    margin-top: auto;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    body.reg-page .iti .iti__country-container {
      width: 88%;
      max-width: 400px; } }
  body.reg-page .--color-dark {
    color: #253246; }
  body.reg-page select.form-control {
    padding-right: 40px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: #fff !important;
    background-position: right 18px center !important;
    background-size: 10px !important; }
  body.reg-page #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    background: transparent;
    background-image: none !important; }
    body.reg-page #header #header-top {
      position: relative;
      width: 100%;
      padding-top: 9px;
      padding-bottom: 9px;
      top: 0 !important;
      min-height: 50px;
      background: transparent;
      background-image: none;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      transition: all .3s ease;
      z-index: 999; }
    body.reg-page #header .sbm-lang .output {
      left: auto;
      right: 0; }
    body.reg-page #header .logo img.scroll {
      height: 22px;
      width: auto;
      margin: 0; }
    body.reg-page #header .nav-wrapper {
      display: none; }
    body.reg-page #header .top.title-medium {
      display: none; }
  body.reg-page #main {
    overflow: unset; }
  body.reg-page #footer .categories,
  body.reg-page #footer .navigation {
    display: none; }
  body.reg-page #footer .copyrights .container-fluid {
    border-top: none;
    padding-top: 40px; }
  body.reg-page #footer .sb-important-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37, 50, 70, 0.25);
    z-index: 1001; }
  body.reg-page #footer .sb-important {
    display: none;
    position: fixed;
    width: 95%;
    max-width: 500px;
    bottom: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(45, 51, 72, 0.12);
    padding: 36px 30px;
    color: #253246;
    border-radius: 8px;
    z-index: 1002; }
    @media (max-width: 767px) {
      body.reg-page #footer .sb-important {
        padding-left: 20px;
        padding-right: 20px; } }
    body.reg-page #footer .sb-important .column {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px; }
      body.reg-page #footer .sb-important .column:after {
        content: none; }
      body.reg-page #footer .sb-important .column:before {
        content: none; }
        @media screen and (min-height: 400px) and (min-width: 800px) {
          body.reg-page #footer .sb-important .column:before {
            content: '';
            display: inline-block;
            background: url("/v2/images/simplybook/reg/bird--cookie.svg") no-repeat center;
            background-size: contain;
            height: 120px;
            min-width: 130px;
            margin: -18px 0; } }
    body.reg-page #footer .sb-important .sb-important-select__list {
      display: flex;
      flex-direction: column;
      gap: 8px; }
    body.reg-page #footer .sb-important .sb-important-select__item {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 6px; }
      body.reg-page #footer .sb-important .sb-important-select__item label {
        color: #788291;
        font-weight: normal;
        font-size: 14px;
        margin: 0;
        padding: 0; }
      body.reg-page #footer .sb-important .sb-important-select__item input[type='checkbox'] {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        opacity: 0;
        padding: 0;
        margin: 0;
        z-index: 1; }
      body.reg-page #footer .sb-important .sb-important-select__item .custom-checkbox--checkbox {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        border: 1px solid #E7ECF7; }
        body.reg-page #footer .sb-important .sb-important-select__item .custom-checkbox--checkbox .custom-checkbox--icon {
          font-size: 16px;
          font-weight: normal;
          color: #2d3547;
          opacity: 0;
          transform: scale(0.4);
          transition: all 0.2s ease; }
      body.reg-page #footer .sb-important .sb-important-select__item input[type='checkbox']:checked + .custom-checkbox--checkbox {
        background: #f1f6ff;
        border-color: #E7ECF7; }
        body.reg-page #footer .sb-important .sb-important-select__item input[type='checkbox']:checked + .custom-checkbox--checkbox .custom-checkbox--icon {
          opacity: 1;
          transform: scale(1); }
      body.reg-page #footer .sb-important .sb-important-select__item input[type='checkbox']:disabled + .custom-checkbox--checkbox {
        background: #E7ECF7;
        border-color: #E7ECF7; }
    body.reg-page #footer .sb-important .wrapper {
      display: flex;
      flex: 1;
      gap: 16px;
      flex-direction: column;
      min-width: 300px; }
      @media (max-width: 480px) {
        body.reg-page #footer .sb-important .wrapper {
          min-width: 200px; } }
      body.reg-page #footer .sb-important .wrapper .text {
        width: 100%;
        color: #253246;
        text-align: left;
        margin: 0;
        padding: 0;
        font-size: 14px; }
      body.reg-page #footer .sb-important .wrapper .buttons {
        width: 100%;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 16px; }
        @media (max-width: 399px) {
          body.reg-page #footer .sb-important .wrapper .buttons {
            flex-direction: column; } }
      body.reg-page #footer .sb-important .wrapper .btn {
        flex: 1;
        background: #F1F6FF;
        color: #0B3052;
        white-space: normal; }
        @media (max-width: 399px) {
          body.reg-page #footer .sb-important .wrapper .btn {
            min-height: 46px !important; } }
        body.reg-page #footer .sb-important .wrapper .btn .btn__txt {
          white-space: normal; }
        body.reg-page #footer .sb-important .wrapper .btn:hover {
          background: #e2ecff; }
      body.reg-page #footer .sb-important .wrapper .btn, body.reg-page #footer .sb-important .wrapper .link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        padding: 4px 16px;
        line-height: 1.2;
        font-size: 14px;
        margin: 0;
        min-height: 36px; }
      body.reg-page #footer .sb-important .wrapper .link {
        order: -1;
        color: #253246;
        background: #f1f6ff; }
        body.reg-page #footer .sb-important .wrapper .link:hover, body.reg-page #footer .sb-important .wrapper .link:focus, body.reg-page #footer .sb-important .wrapper .link:active {
          text-decoration: none;
          background: #d2e2ff; }
      body.reg-page #footer .sb-important .wrapper .btn--link-dark {
        padding: 0;
        margin: 0;
        color: #253246;
        font-weight: bold;
        text-decoration: underline;
        min-height: 22px; }
        body.reg-page #footer .sb-important .wrapper .btn--link-dark:hover, body.reg-page #footer .sb-important .wrapper .btn--link-dark:focus, body.reg-page #footer .sb-important .wrapper .btn--link-dark:active {
          color: #06adef; }
  body.reg-page .autocomplete {
    position: relative;
    display: block; }
  body.reg-page .autocomplete-items {
    position: absolute;
    border: 1px solid #E7ECF7;
    border-bottom: none;
    border-top: none;
    min-width: 280px;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0; }
  body.reg-page .autocomplete-items div {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    min-height: 36px;
    font-size: 14px;
    color: #253246;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #E7ECF7; }
    body.reg-page .autocomplete-items div strong {
      color: #06adef; }
  body.reg-page .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #f1f6ff; }
  body.reg-page .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #f1f6ff !important;
    color: #253246; }
  body.reg-page #scroll_top_button.active {
    display: none; }
  body.reg-page .registration-company--wrapper {
    position: relative;
    padding: 0;
    color: #253246;
    font-size: 16px; }
    body.reg-page .registration-company--wrapper .title {
      font-family: 'Mulish', sans-serif;
      line-height: 1.2;
      letter-spacing: .01em;
      color: #253246;
      margin-bottom: 5px;
      padding: 0; }
      body.reg-page .registration-company--wrapper .title--h2 {
        font-size: 18px; }
        @media (min-width: 1024px) {
          body.reg-page .registration-company--wrapper .title--h2 {
            font-size: 30px; } }
      body.reg-page .registration-company--wrapper .title--h3 {
        font-size: 16px; }
        @media (min-width: 1024px) {
          body.reg-page .registration-company--wrapper .title--h3 {
            font-size: 20px; } }
    body.reg-page .registration-company--wrapper .p--secondary {
      color: #788291; }
    body.reg-page .registration-company--wrapper .p--hint {
      font-size: 12px;
      line-height: 1.25; }
    body.reg-page .registration-company--wrapper.signup-method-step .registration-company--block__step-list {
      display: none; }
    body.reg-page .registration-company--wrapper.signup-method-step .registration-company--block__step-content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      body.reg-page .registration-company--wrapper.signup-method-step .registration-company--block__step-content .top {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 508px; }
  body.reg-page .registration-company--content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding-top: 90px; }
    @media (min-width: 800px) {
      body.reg-page .registration-company--content {
        flex-direction: row;
        padding-top: 0; } }
  body.reg-page .registration-company--block {
    width: 100%;
    flex: 1;
    padding: 0; }
    @media (min-width: 800px) {
      body.reg-page .registration-company--block {
        padding: 60px 20px 50px; } }
    @media (min-width: 1024px) {
      body.reg-page .registration-company--block {
        padding: 90px 50px 50px; } }
    body.reg-page .registration-company--block .login-desk {
      display: none; }
    body.reg-page .registration-company--block__step-list {
      position: relative;
      padding-left: 0 !important;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      @media (min-width: 800px) {
        body.reg-page .registration-company--block__step-list {
          max-width: 500px;
          min-width: 380px; }
          body.reg-page .registration-company--block__step-list:before {
            position: absolute;
            content: '';
            display: block;
            width: 100vw;
            top: 0;
            left: auto;
            right: 0;
            height: 100%;
            background: #f1f6ff;
            z-index: -1;
            pointer-events: none;
            user-select: none; }
          body.reg-page .registration-company--block__step-list .login-desk {
            display: block; } }
      body.reg-page .registration-company--block__step-list .registration-company--block__picture {
        top: -40px; }
    body.reg-page .registration-company--block__step-content {
      padding-right: 0; }
  body.reg-page .registration-company--step {
    display: none;
    visibility: hidden;
    opacity: unset; }
    body.reg-page .registration-company--step .btn-bar {
      padding-top: 30px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      gap: 5px 10px; }
      @media (min-width: 767px) {
        body.reg-page .registration-company--step .btn-bar {
          max-width: 90%; } }
      body.reg-page .registration-company--step .btn-bar .sb-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 150px;
        height: 36px;
        border-radius: 5px;
        padding: 4px 25px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: normal; }
        @media (min-width: 800px) {
          body.reg-page .registration-company--step .btn-bar .sb-btn {
            width: auto; } }
        body.reg-page .registration-company--step .btn-bar .sb-btn.disabled, body.reg-page .registration-company--step .btn-bar .sb-btn:disabled {
          background: #f1f6ff;
          color: #788291;
          user-select: none;
          pointer-events: none; }
        body.reg-page .registration-company--step .btn-bar .sb-btn.--cta-pulse {
          animation: shadow-pulse 1.4s ease-out infinite; }
        body.reg-page .registration-company--step .btn-bar .sb-btn.btn--primary {
          min-height: 42px;
          border-radius: 25px;
          font-size: 16px;
          font-weight: 500; }
    @media (min-width: 1200px) {
      body.reg-page .registration-company--step-general-info, body.reg-page .registration-company--step-login-info {
        max-width: 450px; } }
    body.reg-page .registration-company--step-general-info .fields .phone .view .input-group:before, body.reg-page .registration-company--step-general-info .fields .category .view .input-group:before {
      visibility: hidden;
      display: none; }
    body.reg-page .registration-company--step-general-info .one-row input {
      padding-left: 75px !important; }
    body.reg-page .registration-company--step-location-info .btn-bar {
      padding-top: 20px; }
      @media (min-width: 767px) {
        body.reg-page .registration-company--step-location-info .btn-bar {
          max-width: 100%; } }
    body.reg-page .registration-company--step-location-info .fields .view .input-group:before {
      opacity: 0;
      visibility: hidden;
      display: none; }
    body.reg-page .registration-company--step-login-info .fields {
      max-width: 100% !important; }
      body.reg-page .registration-company--step-login-info .fields .input-group:before {
        visibility: hidden; }
    body.reg-page .registration-company--step-login-info .btn-bar {
      max-width: 100%; }
    body.reg-page .registration-company--step-login-info .form-group--email {
      position: relative;
      padding-bottom: 6px; }
      body.reg-page .registration-company--step-login-info .form-group--email .p--hint {
        margin-bottom: 12px; }
      body.reg-page .registration-company--step-login-info .form-group--email .different-login-info {
        position: absolute;
        left: 0;
        bottom: 15px; }
    body.reg-page .registration-company--step.in {
      display: block;
      visibility: visible;
      opacity: unset; }
    body.reg-page .registration-company--step-general-info .fields .company_name {
      visibility: hidden;
      display: none; }
    body.reg-page .registration-company--step-general-info.--step-signup-method .registration-company--section-header .title {
      margin-bottom: 8px; }
    @media (min-width: 767px) {
      body.reg-page .registration-company--step-general-info.--step-signup-method .registration-company--section-header {
        padding-left: 24px;
        padding-right: 24px; } }
    body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content {
      padding: 24px;
      border-radius: 8px;
      border: 1px solid #E7ECF7;
      background: #FFF;
      box-shadow: 2px 2px 15px 0 rgba(45, 51, 72, 0.1);
      display: flex;
      flex-direction: column;
      gap: 16px; }
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .p {
        margin: 0; }
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .signup-method-step_content-or {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 0;
        margin: 0;
        line-height: 1; }
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .signup-method-step_content-or:before, body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .signup-method-step_content-or:after {
          content: '';
          display: block;
          flex: 1;
          height: 1px;
          background: #E7ECF7; }
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .login-via--btn {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 25px;
        color: #253246;
        border: 1px solid #E7ECF7;
        background: rgba(255, 255, 255, 0.2);
        font-size: 16px;
        padding: 4px 24px;
        min-height: 42px; }
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .login-via--btn .icon {
          display: inline-block;
          line-height: 0.7; }
          body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .login-via--btn .icon svg {
            height: 20px; }
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .btn-bar,
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .fields {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100% !important; }
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .btn-bar .input-group:before,
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .fields .input-group:before {
          visibility: hidden;
          display: none; }
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .btn-bar .btn--primary,
        body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .fields .btn--primary {
          width: 100% !important; }
      body.reg-page .registration-company--step-general-info.--step-signup-method .signup-method-step_content .btn-bar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px 0; }
  body.reg-page .registration-company--section-header {
    margin-bottom: 25px; }
  body.reg-page .registration-company--progress {
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 60px; }
    @media (min-width: 800px) {
      body.reg-page .registration-company--progress {
        display: block;
        flex-direction: column;
        margin: 0;
        gap: 0; } }
    body.reg-page .registration-company--progress-item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px;
      margin: 0; }
      @media (min-width: 800px) {
        body.reg-page .registration-company--progress-item {
          margin-bottom: 60px; } }
      body.reg-page .registration-company--progress-item:before {
        content: '';
        position: absolute;
        top: 49%;
        left: 110%;
        width: 50px;
        height: 1px;
        background-image: repeating-linear-gradient(90deg, #E7ECF7, #E7ECF7 12px, transparent 12px, transparent 20px); }
        @media (min-width: 800px) {
          body.reg-page .registration-company--progress-item:before {
            top: 116%;
            left: 19px;
            width: 1px;
            height: 50px;
            background-image: repeating-linear-gradient(0deg, #E7ECF7, #E7ECF7 12px, transparent 12px, transparent 20px); } }
      body.reg-page .registration-company--progress-item:last-child {
        margin-bottom: 0; }
        body.reg-page .registration-company--progress-item:last-child:before {
          display: none; }
      body.reg-page .registration-company--progress-item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E7ECF7;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        color: #788291;
        transition: all 1s ease; }
      body.reg-page .registration-company--progress-item .txt {
        display: none; }
        @media (min-width: 800px) {
          body.reg-page .registration-company--progress-item .txt {
            display: block; } }
      body.reg-page .registration-company--progress-item.--active .icon {
        color: #fff;
        background: #253246;
        border-color: #253246; }
      body.reg-page .registration-company--progress-item.--passed .icon {
        color: #fff;
        background: #00D38B;
        border-color: #00D38B; }
        body.reg-page .registration-company--progress-item.--passed .icon:before {
          content: '\f00c'; }
  body.reg-page .registration-company--block__picture {
    position: relative;
    display: none;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    min-width: 350px;
    max-width: 350px;
    margin: 0 0 -40px auto; }
    @media (min-width: 800px) {
      body.reg-page .registration-company--block__picture {
        display: flex; } }
    body.reg-page .registration-company--block__picture .main-img {
      max-width: 350px; }
    body.reg-page .registration-company--block__picture .icon {
      position: absolute;
      font-size: 36px;
      color: #D5E0F0;
      font-weight: 100;
      transition: all 2s ease;
      z-index: 2; }
      body.reg-page .registration-company--block__picture .icon.--active {
        font-size: 32px !important;
        transform: scale(1.7);
        opacity: 0.5;
        color: #06adef; }
      body.reg-page .registration-company--block__picture .icon.fa-briefcase {
        top: 12%;
        right: 33%; }
      body.reg-page .registration-company--block__picture .icon.fa-map-marker-alt {
        right: 42%;
        top: 44%;
        font-size: 30px; }
      body.reg-page .registration-company--block__picture .icon.fa-sign-in {
        right: 3%;
        top: 36%; }
      body.reg-page .registration-company--block__picture .icon.gear {
        right: 20%;
        top: 30%;
        z-index: 1; }
  body.reg-page .registration-company--step-location-info .fields {
    margin-bottom: 24px;
    padding-right: 0 !important;
    max-width: 100% !important; }
  body.reg-page .registration-company--step-location-info .fields--grid {
    display: grid;
    grid-gap: 0px 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    align-items: flex-end; }
    @media (min-width: 1200px) {
      body.reg-page .registration-company--step-location-info .fields--grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }
    body.reg-page .registration-company--step-location-info .fields--grid .fake-value {
      display: inline-block;
      position: absolute;
      right: 18px;
      left: auto !important;
      top: 45% !important;
      transform: translateY(-50%);
      line-height: 1;
      color: transparent !important;
      font-size: 0px !important;
      user-select: none;
      pointer-events: none; }
      body.reg-page .registration-company--step-location-info .fields--grid .fake-value:after {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #253246;
        border-bottom: 2px solid #253246;
        right: 16px;
        top: 10px;
        transform: rotate(45deg);
        transition: all .3s ease; }
    body.reg-page .registration-company--step-location-info .fields--grid > section:last-child {
      margin-bottom: 20px !important; }
    body.reg-page .registration-company--step-location-info .fields--grid input {
      text-overflow: ellipsis; }
  body.reg-page .registration-company--wrapper .p--hint {
    padding-top: 4px;
    color: #788291; }
  body.reg-page .registration-company--wrapper .input-group {
    position: relative;
    display: flex;
    align-items: center; }
    body.reg-page .registration-company--wrapper .input-group.--has-server-name input {
      padding-right: 118px !important;
      text-overflow: ellipsis; }
  body.reg-page .registration-company--wrapper .field-bottom-wrap {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px; }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .custom-checkbox--input {
      width: 36px !important;
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 2;
      max-width: 36px !important;
      height: 25px;
      opacity: 0;
      display: block !important; }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .custom-checkbox--checkbox {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 24px;
      width: 24px;
      height: 24px;
      border-radius: 4px;
      border: 1px solid #E7ECF7; }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .custom-checkbox--icon {
      color: #253246;
      font-size: 16px;
      font-weight: normal;
      transform: scale(0.2);
      opacity: 0;
      transition: all 0.3s ease; }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .custom-checkbox--input:checked + .custom-checkbox--checkbox {
      background: #f1f6ff; }
      body.reg-page .registration-company--wrapper .field-bottom-wrap .custom-checkbox--input:checked + .custom-checkbox--checkbox .custom-checkbox--icon {
        opacity: 1;
        transform: scale(1); }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .label {
      font-weight: normal;
      margin: 0;
      padding: 0; }
    body.reg-page .registration-company--wrapper .field-bottom-wrap .help-info {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 3px;
      line-height: 1; }
      body.reg-page .registration-company--wrapper .field-bottom-wrap .help-info .icon {
        color: #ABBCCC;
        font-weight: bold; }
      body.reg-page .registration-company--wrapper .field-bottom-wrap .help-info .help-info--txt {
        position: absolute;
        top: 30px;
        right: 0;
        display: inline-flex;
        align-items: center;
        min-height: 40px;
        min-width: 150px;
        background: #fff;
        border-radius: 5px;
        padding: 6px;
        font-size: 12px;
        color: #253246;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 0px 12px -3px rgba(37, 50, 70, 0.2);
        transition: all 0.3s ease-out;
        z-index: 999; }
      body.reg-page .registration-company--wrapper .field-bottom-wrap .help-info:hover .help-info--txt {
        opacity: 1;
        visibility: visible;
        top: 24px; }
  body.reg-page .registration-company--wrapper .top .left-part .fields {
    position: relative;
    text-align: left;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 800px) {
      body.reg-page .registration-company--wrapper .top .left-part .fields {
        margin-left: 0;
        margin-right: 0; } }
    body.reg-page .registration-company--wrapper .top .left-part .fields .show-pass {
      display: flex !important; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .registration-required-field:after, body.reg-page .registration-company--wrapper .top .left-part .fields .registration-required-field:before {
      display: none; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .label {
      width: 100%;
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      color: #253246; }
    body.reg-page .registration-company--wrapper .top .left-part .fields input,
    body.reg-page .registration-company--wrapper .top .left-part .fields textarea {
      width: 100%;
      height: 36px;
      line-height: 36px;
      color: #253246;
      padding: 0 40px 0 18px;
      font-size: 16px !important;
      border: 1px solid #E7ECF7;
      border-radius: 5px;
      background-color: #fff;
      outline: none; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:focus,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:focus {
        border: 1px solid #253246 !important; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input::placeholder,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea::placeholder {
        text-align: left !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 300 !important;
        color: #788291 !important; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:-webkit-autofill, body.reg-page .registration-company--wrapper .top .left-part .fields input:-webkit-autofill:hover,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:-webkit-autofill,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #253246 !important;
        -webkit-box-shadow: 0 0 0 30px white inset !important; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input::-webkit-input-placeholder,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea::-webkit-input-placeholder {
        color: #ABAEB5; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:-moz-placeholder,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:-moz-placeholder {
        color: #ABAEB5;
        opacity: 1; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input::-moz-placeholder,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea::-moz-placeholder {
        color: #ABAEB5;
        opacity: 1; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:-ms-input-placeholder,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:-ms-input-placeholder {
        color: #ABAEB5; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:placeholder-shown,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:placeholder-shown {
        /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        color: #ABAEB5; }
      body.reg-page .registration-company--wrapper .top .left-part .fields input:disabled, body.reg-page .registration-company--wrapper .top .left-part .fields input:read-only,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:disabled,
      body.reg-page .registration-company--wrapper .top .left-part .fields textarea:read-only {
        background-color: #f1f6ff; }
    body.reg-page .registration-company--wrapper .top .left-part .fields section, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row {
      position: relative;
      margin-bottom: 20px; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section:before, body.reg-page .registration-company--wrapper .top .left-part .fields section:after, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row:before, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row:after {
        content: " ";
        display: table; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section:after, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row:after {
        clear: both; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section .error-tooltip, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row .error-tooltip {
        display: none; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section .fake-value, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row .fake-value {
        top: 1px;
        bottom: 1px;
        position: absolute;
        left: 1px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #2d3547;
        font-weight: 300;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: #f1f6ff;
        border-radius: 4px;
        padding: 4px 8px; }
        body.reg-page .registration-company--wrapper .top .left-part .fields section .fake-value span, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row .fake-value span {
          display: block;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        body.reg-page .registration-company--wrapper .top .left-part .fields section .fake-value--server-name, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row .fake-value--server-name {
          left: auto;
          right: 1px;
          max-width: 112px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section:last-child, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row:last-child {
        margin-bottom: 0; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid input:not(.iti__search-input), body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid textarea, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid input:not(.iti__search-input), body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid textarea {
        border: 1px solid #FF3259; }
        body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid input:not(.iti__search-input):focus, body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid textarea:focus, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid input:not(.iti__search-input):focus, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid textarea:focus {
          border-color: #FF3259 !important; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .warning, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .warning {
        width: 100%;
        color: #FF3259;
        font-size: 13px;
        margin-top: 5px; }
        body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .warning span, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .warning span {
          overflow: hidden;
          text-overflow: ellipsis; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid span,
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .error-tooltip, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid span,
      body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .error-tooltip {
        display: block; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .field-top-wrap, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .field-top-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end; }
        body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .field-top-wrap label, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .field-top-wrap label {
          width: 100%; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-invalid .input-group:before, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-invalid .input-group:before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: '\f00d';
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        font-size: 17px;
        position: absolute;
        width: 20px;
        height: 34px;
        margin: 0;
        right: -20px;
        top: 0;
        color: #FF3259;
        background: transparent;
        border-color: transparent;
        z-index: 1; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.is-valid .input-group:before, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.is-valid .input-group:before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: '\f00c';
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        font-size: 16px;
        color: #00D38B;
        position: absolute;
        width: 20px;
        height: 34px;
        margin: 0;
        right: -22px;
        top: 0; }
      body.reg-page .registration-company--wrapper .top .left-part .fields section.description.is-valid:after, body.reg-page .registration-company--wrapper .top .left-part .fields .one-row.description.is-valid:after {
        top: auto;
        bottom: 33px;
        border-radius: 5px 0 5px 0; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view {
      position: relative; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.zip {
        width: 30%;
        float: left; }
        @media (max-width: 1023px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.zip {
            width: 40%; } }
        @media (max-width: 767px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.zip {
            width: 30%; } }
        body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.zip:after {
          content: "";
          background: url(../../dist/img/reg/select-arrow.png) no-repeat scroll 100%;
          position: absolute;
          right: 20px;
          top: 2px;
          width: 32px;
          height: 52px; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.tel {
        width: 68%;
        margin-left: 2%;
        float: left; }
        @media (max-width: 1023px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.tel {
            width: 58%; } }
        @media (max-width: 767px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .phone .view.tel {
            width: 68%; } }
    body.reg-page .registration-company--wrapper .top .left-part .fields .phone .iti__country-list li.iti__country {
      display: flex;
      align-items: baseline; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .category {
      margin-top: 0px;
      position: relative; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category #select-triangle {
        position: absolute;
        right: 1px;
        top: 1px;
        width: 40px;
        height: 34px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 0 5px 5px 0;
        border-left: 1px solid #d7dfef;
        background-size: 34px; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category #select-triangle:hover:after {
          border-color: #06adef; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category #select-triangle:after {
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          border-right: 2px solid #253246;
          border-bottom: 2px solid #253246;
          position: absolute;
          right: 16px;
          top: 10px;
          transform: rotate(45deg);
          transition: all .3s ease; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category .input {
        color: #253246;
        outline: none;
        padding-right: 0; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .input::-webkit-input-placeholder {
          font-style: italic;
          font-size: 16px;
          text-align: right;
          padding-right: 20%; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .input:-moz-placeholder {
          font-style: italic;
          font-size: 16px;
          text-align: center; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .input::-moz-placeholder {
          font-style: italic;
          font-size: 16px;
          text-align: center; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .input:-ms-input-placeholder {
          font-style: italic;
          font-size: 16px;
          text-align: right;
          padding-right: 20%; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category .output {
        display: none;
        z-index: 900;
        width: 100%;
        position: absolute;
        right: 0;
        background: #FFFFFF;
        font-size: 20px;
        text-align: left;
        border: 1px solid #E7ECF7;
        border-top: 0;
        color: #3d3d3d;
        overflow: auto;
        max-height: 40vh;
        top: 100%; }
        @media (min-width: 900px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .output {
            max-height: 48vh; } }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .output-item {
          cursor: pointer;
          width: 100%; }
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .output-item input {
            border: 0;
            background: inherit;
            width: initial;
            padding-left: 0;
            font-size: inherit;
            outline: none; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item input {
          position: absolute;
          height: 0;
          width: 0;
          opacity: 0;
          margin: 0; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item input:checked ~ .label:after {
          opacity: 1; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item .label {
          padding-left: 40px;
          cursor: pointer;
          position: relative;
          padding-top: 10px;
          padding-bottom: 10px;
          display: block;
          transition: all .3s ease; }
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item .label:hover:before {
            border-color: #06adef; }
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item .label:before {
            display: block;
            content: "";
            position: absolute;
            left: 12px;
            top: 11px;
            width: 18px;
            height: 18px;
            border: 2px solid #f5f5f5;
            border-radius: 3px;
            background-color: #fbfbfb;
            cursor: pointer;
            transition: all .25s ease; }
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item .label:after {
            display: block;
            content: "";
            width: 6px;
            height: 9px;
            border-right: 2px solid #00AEF2;
            border-bottom: 2px solid #00AEF2;
            left: 18px;
            top: 14px;
            transform: rotate(45deg);
            position: absolute;
            opacity: 0; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category .output .sub-output-item:hover {
          background-color: rgba(241, 246, 255, 0.4); }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category .tooltip {
        color: #b0b0b0;
        font-size: 16px;
        font-style: italic;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 60px;
        line-height: 56px; }
        @media (max-width: 1024px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .tooltip {
            font-size: 14px; } }
        @media (max-width: 767px) {
          body.reg-page .registration-company--wrapper .top .left-part .fields .category .tooltip {
            line-height: 45px; } }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category input#list-show.active + .output {
        display: block; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .category input#list-show {
        padding-right: 50px; }
        body.reg-page .registration-company--wrapper .top .left-part .fields .category input#list-show:focus + .output + #select-triangle {
          border-left-color: #06adef; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .location {
      position: relative; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .location.is-invalid:after {
        top: 30px; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .location .marker {
        display: none; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .location input {
        padding-right: 30px;
        text-overflow: ellipsis; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .location input:focus + .marker {
        content: "";
        background-position: -48px -5px; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .description {
      position: relative; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .description textarea {
        padding-top: 10px;
        min-height: 195px;
        line-height: 1.3; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .description .symbols {
        color: #c6c6c6;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .description .warning {
        color: #EF3558;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .description.is-invalid:after {
        display: none; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .description.is-invalid #company_description {
        background-image: url("/v2/images/simplybook/reg/error.svg");
        background-repeat: no-repeat;
        background-position: right 5px bottom 5px;
        background-size: 35px; }
    body.reg-page .registration-company--wrapper .top .left-part .fields .captcha {
      padding-left: 3px;
      padding-top: 2px; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .captcha .view:before, body.reg-page .registration-company--wrapper .top .left-part .fields .captcha .view:after {
        content: " ";
        display: table; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .captcha .view:after {
        clear: both; }
      @media (max-width: 767px) {
        body.reg-page .registration-company--wrapper .top .left-part .fields .captcha .view .g-recaptcha {
          float: none;
          display: flex;
          justify-content: center; } }
    body.reg-page .registration-company--wrapper .top .left-part .fields .fields-and-captcha {
      overflow: hidden; }
      body.reg-page .registration-company--wrapper .top .left-part .fields .fields-and-captcha .captcha:after, body.reg-page .registration-company--wrapper .top .left-part .fields .fields-and-captcha .captcha:before,
      body.reg-page .registration-company--wrapper .top .left-part .fields .fields-and-captcha .registration-required-field:after,
      body.reg-page .registration-company--wrapper .top .left-part .fields .fields-and-captcha .registration-required-field:before {
        display: none; }
  body.reg-page .registration-company--wrapper .top #login-data .email-flex-box {
    width: 100%;
    max-width: 380px;
    margin: 75px auto 15px;
    display: block;
    text-align: center;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background: #f1f6ff; }
    body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .icon {
      height: 90px;
      margin-bottom: 10px; }
      body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .icon img {
        height: 90px; }
    body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .title {
      margin-bottom: 0;
      color: #253246;
      font-size: 26px;
      letter-spacing: .01em;
      font-weight: 700;
      font-family: Mulish,sans-serif; }
    body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .web-links {
      display: flex;
      justify-content: space-around;
      margin: 35px 0; }
      body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .web-links a {
        display: flex;
        height: 42px;
        align-items: center;
        padding: 0 10px;
        font-size: 0;
        color: #abbccc;
        opacity: .7;
        transition: all .2s ease;
        text-decoration: none !important; }
        body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .web-links a .fa {
          font-size: 35px; }
        body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .web-links a:hover, body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .web-links a:focus {
          opacity: 1;
          color: #06adef;
          text-decoration: none; }
    body.reg-page .registration-company--wrapper .top #login-data .email-flex-box .text {
      font-size: 16px;
      color: #253246; }
  body.reg-page .registration-company--wrapper .top #email-data {
    position: relative; }
    @media (max-width: 767px) {
      body.reg-page .registration-company--wrapper .top #email-data {
        text-align: center; } }
  body.reg-page .registration-company--wrapper .top #phone-data {
    position: relative; }
    body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box {
      width: 100%;
      max-width: 380px;
      margin: 75px auto 15px;
      display: block;
      text-align: center;
      position: relative;
      padding: 40px;
      border-radius: 10px;
      background: #f1f6ff; }
      body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .icon {
        height: 90px;
        margin-bottom: 10px; }
        body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .icon img {
          height: 90px; }
      body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .text {
        font-size: 16px;
        color: #253246;
        margin: 0; }
      body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .title {
        margin-bottom: 0;
        color: #253246;
        font-size: 26px;
        letter-spacing: .01em;
        font-weight: 700;
        font-family: Metropolis,sans-serif; }
      body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .title {
        margin-bottom: 0;
        color: #253246;
        font-size: 26px;
        letter-spacing: .01em;
        font-weight: 700;
        font-family: Mulish,sans-serif; }
      body.reg-page .registration-company--wrapper .top #phone-data .phone-flex-box .cursive {
        margin: 10px 0 0;
        font-size: 24px;
        font-family: 'Caveat', cursive;
        line-height: 1.4;
        letter-spacing: .3px;
        color: #06adef; }
  body.reg-page .registration-company--wrapper .top #category-data .category-data-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto; }
    body.reg-page .registration-company--wrapper .top #category-data .category-data-list:before {
      display: none; }
  body.reg-page .registration-company--wrapper .top #category-data li {
    position: relative;
    width: calc(33.33% - 20px);
    min-height: 133px;
    margin: 0 8px 16px;
    padding: 30px 12px 10px;
    border-radius: 6px;
    background: #fff;
    transition: all .2s ease;
    cursor: pointer; }
    body.reg-page .registration-company--wrapper .top #category-data li .wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      body.reg-page .registration-company--wrapper .top #category-data li .wrapper:hover, body.reg-page .registration-company--wrapper .top #category-data li .wrapper:focus {
        text-decoration: none; }
        body.reg-page .registration-company--wrapper .top #category-data li .wrapper:hover .cap, body.reg-page .registration-company--wrapper .top #category-data li .wrapper:focus .cap {
          color: #06adef; }
    body.reg-page .registration-company--wrapper .top #category-data li.checked {
      box-shadow: -2px -2px 10px 0 rgba(0, 0, 0, 0.1); }
    body.reg-page .registration-company--wrapper .top #category-data li .icon {
      display: block;
      height: 32px;
      width: 40px;
      margin-bottom: 12px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: contain; }
    body.reg-page .registration-company--wrapper .top #category-data li .cap {
      margin: 0;
      font-size: 14px;
      text-align: center;
      color: #788291;
      line-height: 1.3;
      transition: .2s ease; }
    body.reg-page .registration-company--wrapper .top #category-data li.business, body.reg-page .registration-company--wrapper .top #category-data li.enterprse {
      display: none; }
    body.reg-page .registration-company--wrapper .top #category-data li.sport {
      order: -3; }
    body.reg-page .registration-company--wrapper .top #category-data li.appearance {
      order: -2; }
    body.reg-page .registration-company--wrapper .top #category-data li.driving_lessons {
      order: -1; }
  body.reg-page .registration-company--wrapper .top #location-data .location-hint {
    display: flex;
    align-items: baseline;
    gap: 0 25px;
    margin-bottom: 6px; }
    body.reg-page .registration-company--wrapper .top #location-data .location-hint--part-fill, body.reg-page .registration-company--wrapper .top #location-data .location-hint--part-hint {
      flex: 1;
      display: flex;
      align-items: flex-start;
      gap: 10px; }
    body.reg-page .registration-company--wrapper .top #location-data .location-hint .detect-my-location {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 5px 20px;
      border-radius: 5px;
      background: #f1f6ff;
      cursor: pointer;
      font-size: 14px;
      gap: 6px; }
      body.reg-page .registration-company--wrapper .top #location-data .location-hint .detect-my-location:hover {
        background: #d2e2ff; }
  body.reg-page .registration-company--wrapper .top #location-data .location-hint--part-fill {
    margin-bottom: 16px; }
  body.reg-page .registration-company--wrapper .top #location-data #map {
    position: relative;
    min-height: 200px;
    height: 36vh;
    z-index: 10; }
    body.reg-page .registration-company--wrapper .top #location-data #map:before, body.reg-page .registration-company--wrapper .top #location-data #map :after {
      content: '';
      display: none; }
    body.reg-page .registration-company--wrapper .top #location-data #map.--updating {
      overflow: hidden; }
      body.reg-page .registration-company--wrapper .top #location-data #map.--updating:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #06adef;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        content: "\f3f4";
        animation: fa-spin 2s infinite linear;
        z-index: 100; }
      body.reg-page .registration-company--wrapper .top #location-data #map.--updating:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.4);
        content: "";
        z-index: 99; }
  @media (max-width: 767px) {
    body.reg-page .registration-company--wrapper .top #company-name-data {
      margin: 0 auto;
      display: none; } }
  body.reg-page .registration-company--wrapper .top #company-name-data #presentation {
    position: relative;
    width: 480px;
    height: 350px;
    margin: 75px auto 15px;
    background: url("/v2/images/simplybook/reg/reg_data_display.jpg") no-repeat 50%; }
    body.reg-page .registration-company--wrapper .top #company-name-data #presentation #company_url_val {
      position: absolute;
      width: 380px;
      font-size: 18px;
      top: 28px;
      right: 46px;
      height: 30px;
      line-height: 30px;
      padding-left: 12px;
      padding-right: 12px;
      text-overflow: ellipsis;
      color: #253246;
      border: none !important;
      background: #fff !important; }
    body.reg-page .registration-company--wrapper .top #company-name-data #presentation #company_name_val {
      position: absolute;
      top: 136px;
      width: 410px;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-family: 'Mulish', sans-serif;
      font-weight: 700;
      font-size: 26px;
      line-height: 1;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    body.reg-page .registration-company--wrapper .top #company-name-data #presentation #company_description_val {
      position: absolute;
      bottom: 50px;
      width: 284px;
      color: #253246;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field {
    text-align: left;
    margin: 15px 0; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field.is-valid .field-top-wrap {
      display: none; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field.is-invalid .field-top-wrap {
      display: block; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field.is-invalid label:before {
      border-color: #EF3558 !important; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field .warning {
      width: 100%; }
      body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field .warning .error-tooltip {
        color: #FF3259;
        font-size: 14px;
        margin-top: 5px; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field .field-bottom-wrap {
      position: relative;
      margin-top: 10px; }
    body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] {
      display: none; }
      body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"]:checked + label:before {
        background: #f1f6ff; }
      body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"]:checked + label:after {
        opacity: 1; }
      body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] + label {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding-left: 42px;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        min-height: 25px;
        margin-bottom: 5px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #253246; }
        body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] + label a {
          margin: 0 5px; }
        body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] + label:hover:before {
          border-color: #00AEF2; }
        body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] + label:before {
          display: block;
          content: " ";
          position: absolute;
          left: 0;
          top: -4px;
          width: 27px;
          height: 27px;
          border: 1px solid #E7ECF7;
          border-radius: 4px;
          color: #fff;
          background: #fff;
          white-space: nowrap;
          cursor: pointer;
          user-select: none;
          transition: all .3s ease; }
        body.reg-page .registration-company--wrapper .top .fields-and-captcha .registration-required-field input[type="checkbox"] + label:after {
          position: absolute;
          top: -4px;
          left: 0;
          width: 27px;
          height: 27px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          cursor: pointer;
          font-family: "Font Awesome 5 Pro";
          font-weight: 300;
          content: "\f00c";
          font-size: 16px;
          color: #253246;
          opacity: 0; }
  body.reg-page .registration-company--wrapper .bottom {
    position: relative; }
    body.reg-page .registration-company--wrapper .bottom .left-part .image {
      padding: 165px 0 50px; }
      @media (max-width: 767px) {
        body.reg-page .registration-company--wrapper .bottom .left-part .image {
          display: none; } }
    body.reg-page .registration-company--wrapper .bottom .left-part:after {
      content: '';
      display: none;
      position: absolute;
      height: 100%;
      width: 4px;
      top: 0;
      right: 0;
      transition: background 0.3s ease-in-out; }
    body.reg-page .registration-company--wrapper .bottom #finish-popup {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 9000;
      padding: 30px 15px;
      color: #253246; }
      body.reg-page .registration-company--wrapper .bottom #finish-popup .inner {
        padding: 30px 60px;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        background: #FFFFFF; }
        @media (max-width: 767px) {
          body.reg-page .registration-company--wrapper .bottom #finish-popup .inner {
            padding: 18px; } }
        body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .cap {
          font-size: 25px;
          color: #253246;
          font-weight: 700;
          font-family: "Mulish";
          max-width: 500px;
          margin: 0 auto 20px auto; }
          @media (max-width: 767px) {
            body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .cap {
              font-size: 21px;
              margin-bottom: 15px; } }
        body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .image {
          padding: 10px 0; }
          body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .image img {
            max-width: 140px;
            display: block;
            margin: 0 auto; }
        body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .txt {
          font-size: 18px;
          line-height: 26px;
          padding-top: 15px; }
          @media (max-width: 767px) {
            body.reg-page .registration-company--wrapper .bottom #finish-popup .inner .txt {
              font-size: 16px;
              padding-top: 0; } }
  body.reg-page .registration-company--wrapper .bottom-btn-wrap {
    text-align: center;
    position: relative; }
    body.reg-page .registration-company--wrapper .bottom-btn-wrap .nice-border {
      max-width: 500px;
      margin: 40px auto 0; }
      body.reg-page .registration-company--wrapper .bottom-btn-wrap .nice-border .g-recaptcha > div {
        margin-left: auto;
        margin-right: auto; }
    body.reg-page .registration-company--wrapper .bottom-btn-wrap #perform_button {
      position: relative;
      font-size: 16px;
      min-height: 45px;
      line-height: 1;
      letter-spacing: .01em;
      display: inline-flex;
      align-items: center;
      padding: 12px 35px;
      transition: all .22s ease; }
      body.reg-page .registration-company--wrapper .bottom-btn-wrap #perform_button:after {
        display: inline-flex;
        content: '\f1d8';
        font-family: 'Font Awesome 5 Pro';
        font-size: 18px;
        margin-left: 10px; }
    body.reg-page .registration-company--wrapper .bottom-btn-wrap .tooltip-block {
      position: relative;
      max-width: 370px;
      margin: 20px auto 0;
      font-size: 16px;
      font-weight: 400;
      color: #253246; }
      body.reg-page .registration-company--wrapper .bottom-btn-wrap .tooltip-block:before {
        position: absolute;
        content: '';
        width: 80px;
        height: 80px;
        right: -70px;
        top: -50px;
        background: url("/v2/images/simplybook/main-page/arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
        transform: rotate(160deg) scaleX(-1); }
        @media (max-width: 767px) {
          body.reg-page .registration-company--wrapper .bottom-btn-wrap .tooltip-block:before {
            display: none; } }
      body.reg-page .registration-company--wrapper .bottom-btn-wrap .tooltip-block:after {
        display: block;
        margin-top: 10px;
        font-size: 42px;
        content: '\f06b';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        color: #DEF4FF; }
  body.reg-page .footer-review {
    position: relative;
    overflow: hidden;
    padding-top: 50px; }
    body.reg-page .footer-review .shadow {
      position: absolute;
      top: 40px;
      width: 100%;
      left: 0;
      min-height: 300px;
      box-shadow: inset 0 12px 30px -20px rgba(0, 0, 0, 0.15);
      transform: rotate(1.2deg);
      z-index: -1; }
    body.reg-page .footer-review__wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      max-width: 680px;
      margin: 0 auto;
      padding: 25px 0 40px; }
      @media (max-width: 767px) {
        body.reg-page .footer-review__wrapper {
          max-width: 420px;
          flex-direction: column;
          justify-content: center;
          text-align: center; } }
      body.reg-page .footer-review__wrapper:before {
        position: absolute;
        display: block;
        right: 10%;
        top: 15px;
        content: '\f10e';
        font-family: 'Font Awesome 5 Pro';
        font-size: 70px;
        font-weight: 600;
        color: #d7dfef; }
        @media (max-width: 1024px) {
          body.reg-page .footer-review__wrapper:before {
            right: 20px;
            font-size: 50px; } }
    body.reg-page .footer-review__content {
      margin-left: 30px;
      font-family: 'Noto Sans' ,sans-serif; }
      @media (max-width: 767px) {
        body.reg-page .footer-review__content {
          margin-left: 0;
          margin-top: 15px; } }
    body.reg-page .footer-review__text {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 5px; }
    body.reg-page .footer-review__author {
      font-size: 16px;
      font-weight: 700;
      color: #253246;
      margin: 0; }
    body.reg-page .footer-review__image img {
      width: 150px; }
      @media (max-width: 767px) {
        body.reg-page .footer-review__image img {
          width: auto; } }
  body.reg-page .lht--turn-location-detect {
    display: inline-block;
    position: fixed;
    top: 40px;
    right: -100%;
    transition: all 0.5s ease-out;
    z-index: 9999;
    opacity: 0.6;
    transform: scale(0.8); }
    body.reg-page .lht--turn-location-detect.in {
      opacity: 1;
      transform: scale(1);
      right: 12px; }
    body.reg-page .lht--turn-location-detect__close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 30px;
      position: absolute;
      top: 2px;
      right: 4px;
      color: #788291; }
      body.reg-page .lht--turn-location-detect__close .icon {
        font-weight: 300;
        font-size: 18px; }
      body.reg-page .lht--turn-location-detect__close:hover {
        color: #FF3259; }
    body.reg-page .lht--turn-location-detect__body {
      position: relative;
      width: 96%;
      max-width: 380px;
      border-radius: 8px;
      background: #FFF;
      box-shadow: 0px 4px 4px 0px rgba(0, 32, 51, 0.04), 0px 8px 24px 0px rgba(0, 32, 51, 0.12);
      padding: 6px;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      gap: 6px;
      font-size: 14px;
      margin-left: auto;
      margin-right: 0; }
      body.reg-page .lht--turn-location-detect__body:before {
        content: '';
        display: block;
        width: 6px;
        min-width: 6px;
        border-radius: 8px;
        background: #FEC439; }
    body.reg-page .lht--turn-location-detect__content {
      flex: 1;
      padding: 5px 14px 8px 8px; }
    body.reg-page .lht--turn-location-detect__caption {
      font-weight: bolder;
      font-size: 14px;
      padding: 0 30px 0 0;
      margin-bottom: 2px;
      color: #FEC439; }
    body.reg-page .lht--turn-location-detect__txt {
      font-weight: normal;
      font-size: 14px;
      line-height: 1.36;
      color: #253246;
      margin: 0;
      padding: 0; }
  body.reg-page .iti__selected-country {
    outline: none !important;
    border: none !important; }
    body.reg-page .iti__selected-country:active, body.reg-page .iti__selected-country:focus, body.reg-page .iti__selected-country:focus-visible {
      outline: 1px solid #e0e0e0;
      border: none !important; }
  body.reg-page .iti--fullscreen-popup .iti__dropdown-content {
    max-height: 310px; }
  body.reg-page .iti__search-input {
    min-height: 36px;
    border: 1px solid #e0e0e0;
    outline: none !important;
    width: 96%;
    margin: 4px auto; }
    body.reg-page .iti__search-input:active, body.reg-page .iti__search-input:focus, body.reg-page .iti__search-input:focus-visible {
      border: 1px solid #e0e0e0;
      outline: none !important; }

.verify-email--section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 0;
  /* 2 group of 3 items */ }
  .verify-email--section .header-section {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .verify-email--section .header-section {
        margin-bottom: 25px; } }
    .verify-email--section .header-section__title {
      margin-bottom: 5px;
      font-size: 40px;
      font-weight: 700;
      font-family: 'Mulish', sans-serif;
      line-height: 1.2;
      letter-spacing: .01em;
      color: #253246; }
      @media (max-width: 1024px) {
        .verify-email--section .header-section__title {
          font-size: 26px; } }
    .verify-email--section .header-section__text {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      color: #788291;
      margin: 0; }
  .verify-email--section input[type="number"] {
    width: 45px;
    min-width: 40px;
    height: 50px;
    min-height: 50px;
    line-height: 1;
    margin: 0;
    padding: 5px 0 4px;
    font-size: 26px;
    text-align: center;
    appearance: textfield;
    border: 1px solid #E7ECF7;
    color: #253246;
    border-radius: 5px;
    outline: none; }
    .verify-email--section input[type="number"]:focus, .verify-email--section input[type="number"]:focus-visible {
      border: 1px solid #06adef;
      box-shadow: none;
      outline: none; }
  .verify-email--section input::-webkit-outer-spin-button,
  .verify-email--section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .verify-email--section input[type="number"]:nth-child(n+4) {
    order: 2; }
  .verify-email--section #finish-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    padding: 30px 15px;
    color: #253246; }
    .verify-email--section #finish-popup .inner {
      padding: 30px 60px;
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
      background: #FFFFFF; }
      @media (max-width: 767px) {
        .verify-email--section #finish-popup .inner {
          padding: 18px; } }
      .verify-email--section #finish-popup .inner .cap {
        font-size: 25px;
        color: #253246;
        font-weight: 700;
        font-family: "Mulish";
        max-width: 500px;
        margin: 0 auto 20px auto; }
        @media (max-width: 767px) {
          .verify-email--section #finish-popup .inner .cap {
            font-size: 21px;
            margin-bottom: 15px; } }
      .verify-email--section #finish-popup .inner .image {
        padding: 10px 0; }
        .verify-email--section #finish-popup .inner .image img {
          max-width: 140px;
          display: block;
          margin: 0 auto; }
      .verify-email--section #finish-popup .inner .txt {
        font-size: 18px;
        line-height: 26px;
        padding-top: 15px; }
        @media (max-width: 767px) {
          .verify-email--section #finish-popup .inner .txt {
            font-size: 16px;
            padding-top: 0; } }

.verify-email--picture {
  display: block;
  text-align: center;
  margin-bottom: 25px; }
  .verify-email--picture svg {
    max-height: 190px; }

.verify-email--fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.verify-email--label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.verify-email--enter-code {
  display: flex;
  align-items: center;
  gap: 10px; }
  @media (min-width: 365px) {
    .verify-email--enter-code {
      gap: 14px; } }
  .verify-email--enter-code:before {
    content: '';
    display: block;
    height: 1px;
    width: 6px;
    margin: 0;
    background: transparent;
    order: 1; }
    @media (min-width: 365px) {
      .verify-email--enter-code:before {
        width: 14px; } }

.verify-email--btn-bar {
  padding-top: 35px;
  text-align: center; }
  .verify-email--btn-bar .btn-bar--row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 10px; }
  .verify-email--btn-bar .sb-btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 26px;
    margin: 0;
    color: #fff;
    background: #06adef;
    cursor: pointer; }
    .verify-email--btn-bar .sb-btn:hover {
      color: #fff;
      background: #0590c7; }
  .verify-email--btn-bar button:disabled,
  .verify-email--btn-bar button[disabled] {
    border: 1px solid #DCDCDC;
    background-color: #DCDCDC;
    color: #9DA8B3;
    cursor: not-allowed; }
    .verify-email--btn-bar button:disabled:hover,
    .verify-email--btn-bar button[disabled]:hover {
      border: 1px solid #DCDCDC;
      background-color: #DCDCDC;
      color: #9DA8B3; }

.verify-email--sub-btn-bar {
  padding-top: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px; }

.verify-email--enter-code-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 368px;
  margin: 0 auto; }
  .verify-email--enter-code-wrapper.--error input[type="number"] {
    border: 1px solid #ff3259;
    color: #253246;
    background: #fff7f8; }
    .verify-email--enter-code-wrapper.--error input[type="number"]:focus, .verify-email--enter-code-wrapper.--error input[type="number"]:focus-visible {
      border: 1px solid #06adef;
      outline: none; }
  .verify-email--enter-code-wrapper.--error .verify-email--enter-code + .verify-email--error {
    display: block; }

.verify-email--resend-code {
  color: #788291; }
  .verify-email--resend-code .code-sent {
    display: none; }
    .verify-email--resend-code .code-sent.active {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #788291;
      font-size: 14px;
      animation: pulse-up infinite 1s ease;
      line-height: 1;
      padding: 8px 0; }
      .verify-email--resend-code .code-sent.active .icon {
        line-height: 1; }
        .verify-email--resend-code .code-sent.active .icon svg {
          opacity: 0.6;
          height: 20px; }
      .verify-email--resend-code .code-sent.active .sec {
        color: #ff3259; }

.verify-email--error {
  font-style: normal;
  line-height: 1;
  font-size: 13px;
  color: #ff3259;
  text-align: left;
  width: 100%;
  display: block; }
  .verify-email--error > .alert {
    padding: 0; }
  .verify-email--error :empty {
    display: none; }
  .verify-email--error div.alert {
    padding: 0;
    background: transparent;
    border: none;
    color: #ff3259;
    font-size: 13px;
    font-style: italic; }
    .verify-email--error div.alert .close {
      display: none; }

.verify-email--modal-change {
  display: none;
  top: 30%;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 480px;
  transform: translateY(-30%); }
  .verify-email--modal-change__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    margin-bottom: 25px;
    padding-bottom: 4px;
    border-bottom: 1px solid #06adef; }
    .verify-email--modal-change__header .title {
      font-size: 18px;
      font-weight: 700;
      font-family: 'Mulish', sans-serif;
      line-height: 1.2;
      letter-spacing: .01em;
      color: #253246; }
    .verify-email--modal-change__header .close_popup {
      height: 48px;
      width: 48px;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .verify-email--modal-change__header .close_popup i {
        font-size: 25px;
        font-weight: 200; }
      .verify-email--modal-change__header .close_popup:hover {
        color: #ff3259; }
  .verify-email--modal-change__content {
    background: #fff;
    border-radius: 16px;
    padding: 30px; }
  .verify-email--modal-change__body {
    margin-bottom: 22px;
    padding-bottom: 10px; }
    .verify-email--modal-change__body label {
      font-weight: 400;
      color: #253246; }
    .verify-email--modal-change__body input[type='email'] {
      width: 100%;
      box-sizing: border-box;
      padding: 0 18px;
      font-size: 18px !important;
      color: #253246;
      line-height: 40px;
      border: 1px solid #788291;
      border-radius: 4px;
      margin-bottom: 8px; }
      .verify-email--modal-change__body input[type='email']:focus-visible {
        border-color: #253246; }
  .verify-email--modal-change__footer .btn-bar--row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px; }
    @media (min-width: 767px) {
      .verify-email--modal-change__footer .btn-bar--row {
        justify-content: flex-end; } }
  .verify-email--modal-change__footer .sb-btn {
    padding: 4px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-height: 46px;
    min-width: 120px;
    border-radius: 4px;
    cursor: pointer; }
    .verify-email--modal-change__footer .sb-btn.btn-default {
      background: transparent;
      border: 1px solid #06adef;
      color: #06adef; }
      .verify-email--modal-change__footer .sb-btn.btn-default:hover, .verify-email--modal-change__footer .sb-btn.btn-default:active {
        color: #06adef;
        background: transparent; }

@keyframes pulse-up {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.06); } }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0px 0px rgba(37, 50, 70, 0.22); }
  100% {
    box-shadow: 0 0 8px 14px rgba(37, 50, 70, 0); } }

body.reg-page .registration-company--wrapper.wordpress-reg .registration-company--block {
  min-height: auto; }

body.reg-page #footer.wordpress-reg_step {
  display: none; }

body.reg-page.wordpress-reg #header .logo {
  pointer-events: none;
  user-select: none; }
  body.reg-page.wordpress-reg #header .logo a {
    pointer-events: none;
    user-select: none; }

body.reg-page.wordpress-reg .registration-company--content {
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 860px; }
  body.reg-page.wordpress-reg .registration-company--content .registration-company--block {
    flex: unset;
    width: 100%;
    min-width: unset !important;
    max-width: 678px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background: transparent; }
    body.reg-page.wordpress-reg .registration-company--content .registration-company--block:before {
      background: transparent; }
    body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list {
      padding-bottom: 0; }
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--block__picture,
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--section-header {
        display: none; }
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--progress {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        margin-bottom: 22px; }
        @media (min-width: 800px) {
          body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--progress-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            gap: 8px;
            color: #788291; }
            body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--progress-item .txt {
              font-size: 14px; } }
        @media (min-width: 800px) {
          body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--progress-item:before {
            content: '';
            position: absolute;
            top: 30%;
            left: 65%;
            width: 70%;
            height: 1px;
            background-image: repeating-linear-gradient(90deg, #E7ECF7, #E7ECF7 12px, transparent 12px, transparent 20px); } }
        body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-list .registration-company--progress-item.--active {
          color: #253246; }
    body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content {
      padding-top: 0; }
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--section-header {
        text-align: center;
        width: 100%; }
        @media (min-width: 800px) {
          body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--section-header {
            display: none; } }
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step {
        margin-left: auto;
        margin-right: auto; }
        body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step .fields .category .output {
          max-height: 224px; }
        @media (max-width: 600px) {
          body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step .btn-bar {
            justify-content: center; } }
        body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step .btn-bar .sb-btn {
          width: auto;
          border-radius: 30px; }
      body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step-location-info .fields--grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
        @media (min-width: 680px) {
          body.reg-page.wordpress-reg .registration-company--content .registration-company--block__step-content .registration-company--step-location-info .fields--grid {
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }

body.reg-page.wordpress-reg .verify-email--section {
  min-height: unset !important; }

body.reg-page.wordpress-reg #iubenda-cs-banner,
body.reg-page.wordpress-reg .registration-company--block__footer,
body.reg-page.wordpress-reg footer#footer {
  display: none !important;
  visibility: hidden; }

body.reg-page.wordpress-reg .verify-email--section #finish-popup {
  background: rgba(0, 0, 0, 0.2); }

body.reg-page.wordpress-reg .verify-email--section #finish-popup .inner {
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.2); }

body.reg-page.wordpress-reg.opened-popup:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }

body.reg-page.wordpress-reg .registration-company--block__step-content {
  padding-bottom: 160px; }

body.reg-page.wordpress-reg section.registration-required-field.--add-to-booking-page {
  display: none;
  visibility: hidden; }

body.reg-page.wordpress-reg #header .sbm-lang .output {
  top: 0;
  border: none;
  padding-left: 2px; }
  body.reg-page.wordpress-reg #header .sbm-lang .output span {
    margin: 0px 2px; }

body.reg-page.wordpress-reg #bottom-tabs {
  top: 13px;
  right: calc(50% - 498px); }
  @media (max-width: 1200px) {
    body.reg-page.wordpress-reg #bottom-tabs {
      right: 96px; } }
  @media (max-width: 960px) {
    body.reg-page.wordpress-reg #bottom-tabs {
      top: 9px;
      right: 0; } }
  body.reg-page.wordpress-reg #bottom-tabs #supportChat {
    border-radius: 25px;
    box-shadow: none !important; }
  body.reg-page.wordpress-reg #bottom-tabs .right-tab {
    border-radius: 8px; }
    body.reg-page.wordpress-reg #bottom-tabs .right-tab .supportChat {
      position: relative; }
    body.reg-page.wordpress-reg #bottom-tabs .right-tab .cap {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      gap: 4px;
      font-weight: 500;
      font-size: 14px;
      border-radius: 25px;
      padding: 4px 22px 4px 48px;
      background-repeat: no-repeat;
      background-position: left 16px top 63%;
      background-size: 24px;
      height: 38px;
      min-height: 38px;
      min-width: 154px;
      text-align: center;
      z-index: 5; }
    body.reg-page.wordpress-reg #bottom-tabs .right-tab .content {
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      margin: 0 auto;
      padding-top: 15px;
      border-radius: 25px;
      background: #fff;
      visibility: hidden;
      transform: scale(0) translateY(-33%);
      opacity: 0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      transition: all 0.25s ease-out;
      z-index: 3; }
      body.reg-page.wordpress-reg #bottom-tabs .right-tab .content .img {
        width: 80px;
        height: 80px; }
      body.reg-page.wordpress-reg #bottom-tabs .right-tab .content .txt {
        font-size: 14px; }
    body.reg-page.wordpress-reg #bottom-tabs .right-tab:hover {
      transform: none; }
      body.reg-page.wordpress-reg #bottom-tabs .right-tab:hover .content {
        visibility: visible;
        transform: scale(1) translateY(0);
        opacity: 1; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-content {
  width: 100% !important;
  padding: 8px !important;
  font-family: "Noto Sans", sans-serif !important;
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0px -1px 48px -10px rgba(37, 50, 70, 0.34);
  z-index: 1100; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container #iubenda-cs-title {
  font-family: "Mulish", sans-serif !important;
  color: #06adef !important;
  margin-block: 0 10px !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 1.2 !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container div#iubenda-cs-paragraph,
html div#iubenda-cs-banner.iubenda-cs-default-floating [class^="iub"] {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #253246; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container div#iubenda-cs-paragraph p {
  margin-bottom: 4px !important; }
  html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container div#iubenda-cs-paragraph p:last-child {
    margin-bottom: 0 !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container .iubenda-cs-content .iubenda-granular-controls-container {
  padding-top: 0 !important;
  border: none !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating div.iubenda-cs-container .iubenda-cs-content .iubenda-granular-controls-container .granular-control-checkbox {
  background: transparent !important;
  border: none !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating .iub-toggle-checkbox.granular-control-checkbox label {
  margin: 0 !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating .iub-toggle-checkbox.granular-control-checkbox span {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400 !important;
  background: transparent !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group {
  display: flex;
  flex-wrap: wrap !important;
  gap: 12px !important;
  flex-direction: row !important;
  justify-content: space-between !important; }
  @media (max-width: 767px) {
    html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group {
      justify-content: center !important; } }

html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group div button {
  width: auto !important;
  margin: 0 !important;
  min-width: fit-content !important;
  border: 1px solid #d8e6ff !important;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important; }
  html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group div button:hover {
    background: #e7efff !important;
    box-shadow: none !important; }

html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group > div:last-child {
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap !important;
  gap: 12px !important;
  flex-direction: row !important;
  justify-content: center !important; }
  html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group > div:last-child button {
    color: #fff !important;
    border: none !important;
    background: #06adef !important; }
    html div#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-opt-group > div:last-child button:hover {
      background: #0589bd !important; }

html div#iubenda-iframe.iubenda-cs-default-floating .iub-toggle-checkbox input[type="checkbox"] {
  display: block !important; }

html #purposes-content-container .purposes-content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(button),
#purposes-content-container .purposes-item .purposes-item-body {
  font-family: "Noto Sans", sans-serif !important;
  color: #253246 !important;
  font-size: 16px !important; }

html #purposes-content-container .purposes-content h3,
html #purposes-content-container .purposes-content h4,
html #purposes-content-container .purposes-header .purposes-header-title,
html #purposes-content-container .purposes-item .purposes-item-title label {
  font-family: "Mulish", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important; }

html #purposes-content-container .purposes-content h3 {
  font-size: 20px !important; }

html #purposes-content-container .purposes-content h4 {
  font-size: 18px !important; }

html #purposes-content-container .purposes-header .purposes-header-title {
  color: #06adef !important;
  margin-block: 0 10px !important;
  font-size: 40px !important; }

html #purposes-content-container .purposes-item .purposes-item-title label {
  font-size: 18px !important; }

body.seo-page.sub-page #sbm-custom-reviews-section .button-wrap {
  padding-top: 20px; }

body.seo-page.sub-page #sbm-templates-section .txt-content .button-wrap .sb-btn {
  margin: 5px; }

body.seo-page.sub-page .features .title-big {
  margin-bottom: 0; }

body.seo-page.sub-page .features .subtitle {
  font-weight: 800;
  font-family: "Mulish";
  font-size: 20px;
  color: #253246;
  padding-left: 22px;
  margin: 30px 0; }

body.seo-page.sub-page .features .sb-text {
  padding-left: 22px; }

body.seo-page.sub-page .features .f-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 35px 0 0 0; }
  body.seo-page.sub-page .features .f-items div {
    width: 25%;
    padding: 30px 15px;
    text-align: center;
    transition: all .3s ease; }
    body.seo-page.sub-page .features .f-items div:hover {
      background-color: rgba(6, 173, 239, 0.07); }
    @media (max-width: 1024px) {
      body.seo-page.sub-page .features .f-items div {
        width: 33.333%; } }
    @media (max-width: 767px) {
      body.seo-page.sub-page .features .f-items div {
        width: 50%; } }
    @media (max-width: 480px) {
      body.seo-page.sub-page .features .f-items div {
        width: 100%;
        margin-bottom: 10px; } }
    body.seo-page.sub-page .features .f-items div img {
      display: inline-block; }
    body.seo-page.sub-page .features .f-items div p {
      font-weight: 300;
      margin-top: 17px;
      margin-bottom: 0; }

body.seo-page.sub-page .features-2 {
  padding: 60px 0; }
  body.seo-page.sub-page .features-2 .sb-text.cursive-font {
    color: #06adef;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      body.seo-page.sub-page .features-2 .sb-text.cursive-font {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 20px; } }
  body.seo-page.sub-page .features-2 .sb-text {
    padding-left: 22px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      body.seo-page.sub-page .features-2 .sb-text {
        margin-bottom: 13px; } }
  body.seo-page.sub-page .features-2 .two-columns {
    margin-top: 45px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      body.seo-page.sub-page .features-2 .two-columns {
        margin-top: 20px; } }
    body.seo-page.sub-page .features-2 .two-columns .column {
      width: 50%;
      margin-bottom: 25px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 480px) {
        body.seo-page.sub-page .features-2 .two-columns .column {
          flex-direction: column;
          text-align: center;
          align-items: center;
          margin-bottom: 12px; } }
      body.seo-page.sub-page .features-2 .two-columns .column img {
        width: 17%;
        display: block;
        min-width: 90px; }
        @media (max-width: 480px) {
          body.seo-page.sub-page .features-2 .two-columns .column img {
            margin-bottom: 10px; } }
      body.seo-page.sub-page .features-2 .two-columns .column .text {
        width: 83%;
        padding-left: 20px; }
        @media (max-width: 480px) {
          body.seo-page.sub-page .features-2 .two-columns .column .text {
            padding-left: 0;
            width: 100%; } }
      @media (max-width: 767px) {
        body.seo-page.sub-page .features-2 .two-columns .column {
          width: 100%; } }
      body.seo-page.sub-page .features-2 .two-columns .column h3 {
        font-size: 18px;
        font-weight: 800;
        font-family: "Mulish";
        color: #253246;
        margin-bottom: 13px; }
      body.seo-page.sub-page .features-2 .two-columns .column p {
        padding-right: 30px; }
        @media (max-width: 767px) {
          body.seo-page.sub-page .features-2 .two-columns .column p {
            padding-right: 0; } }
  body.seo-page.sub-page .features-2 .sbm-button-wrap {
    text-align: center;
    margin-top: 60px; }
    body.seo-page.sub-page .features-2 .sbm-button-wrap .tooltip-block {
      max-width: 330px;
      margin: 35px auto;
      position: relative; }
      body.seo-page.sub-page .features-2 .sbm-button-wrap .tooltip-block:before {
        display: block;
        content: "*";
        font-family: "Mulish";
        position: absolute;
        left: -18px;
        top: -13px;
        font-size: 40px;
        color: #FF3259; }

body.seo-page #main #seo {
  padding: 80px 0 0 0; }
  @media (max-width: 767px) {
    body.seo-page #main #seo {
      padding: 30px 0; } }
  body.seo-page #main #seo .col-left {
    padding-right: 30px; }
    @media (max-width: 767px) {
      body.seo-page #main #seo .col-left {
        padding-right: 0; } }
  body.seo-page #main #seo .col-right {
    padding-left: 30px; }
    @media (max-width: 767px) {
      body.seo-page #main #seo .col-right {
        padding-left: 0; } }
  body.seo-page #main #seo .article {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 45px;
    margin-bottom: 45px; }
    body.seo-page #main #seo .article:last-child {
      border-bottom: 0; }
      @media (max-width: 767px) {
        body.seo-page #main #seo .article:last-child {
          border-bottom: 1px solid #e2e2e2; } }
    body.seo-page #main #seo .article .cap {
      font-size: 18px;
      margin-bottom: 25px;
      line-height: 1;
      padding: 30px 30px 30px 140px;
      background-color: #D5F4FF;
      border-radius: 1000px;
      background-position: left 25px center;
      -webkit-background-size: 105px;
      background-size: 105px;
      background-repeat: no-repeat;
      min-height: 160px;
      display: flex;
      position: relative; }
      body.seo-page #main #seo .article .cap .txt {
        width: 100%;
        margin: auto; }
      body.seo-page #main #seo .article .cap:after {
        display: block;
        content: "";
        width: 3px;
        height: 30px;
        position: absolute;
        background-color: #D5F4FF;
        left: 85px;
        bottom: -30px; }
    body.seo-page #main #seo .article .txt {
      font-size: 18px;
      line-height: 28px; }
      @media (max-width: 767px) {
        body.seo-page #main #seo .article .txt {
          font-size: 16px;
          line-height: 24px; } }
    body.seo-page #main #seo .article .list li {
      margin-bottom: 10px;
      font-size: 18px;
      display: block;
      padding-left: 50px;
      position: relative; }
      body.seo-page #main #seo .article .list li img {
        display: none;
        position: absolute;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
    body.seo-page #main #seo .article.is-review {
      position: relative; }
      body.seo-page #main #seo .article.is-review .avatar {
        margin-bottom: 20px; }
        body.seo-page #main #seo .article.is-review .avatar img {
          width: 65px;
          height: 65px;
          border-radius: 50%;
          object-fit: cover;
          object-position: center center; }
        body.seo-page #main #seo .article.is-review .avatar .name {
          max-width: 60%;
          padding-left: 15px;
          padding-top: 5px; }
          body.seo-page #main #seo .article.is-review .avatar .name span {
            color: #494949;
            font-size: 1rem;
            font-weight: 700; }
          body.seo-page #main #seo .article.is-review .avatar .name i {
            color: #494949;
            font-size: 1rem; }
        body.seo-page #main #seo .article.is-review .avatar .stars {
          float: right;
          margin-bottom: 10px;
          margin-top: 5px; }
          body.seo-page #main #seo .article.is-review .avatar .stars .inner {
            background-image: url("/v2/images/simplybook/star-sprite.png"); }
          body.seo-page #main #seo .article.is-review .avatar .stars.zero-stars .inner {
            width: 150px;
            height: 29px;
            background-position: -3px -3px; }
          body.seo-page #main #seo .article.is-review .avatar .stars.one-stars .inner {
            width: 151px;
            height: 29px;
            background-position: -3px -38px; }
          body.seo-page #main #seo .article.is-review .avatar .stars.two-stars .inner {
            width: 152px;
            height: 29px;
            background-position: -3px -73px; }
          body.seo-page #main #seo .article.is-review .avatar .stars.three-stars .inner {
            width: 153px;
            height: 29px;
            background-position: -3px -108px; }
          body.seo-page #main #seo .article.is-review .avatar .stars.four-stars .inner {
            width: 154px;
            height: 29px;
            background-position: -3px -143px; }
          body.seo-page #main #seo .article.is-review .avatar .stars.five-stars .inner {
            width: 155px;
            height: 29px;
            background-position: -3px -178px; }
      body.seo-page #main #seo .article.is-review .content {
        background-color: #fafafa;
        padding: 35px;
        position: relative; }
        body.seo-page #main #seo .article.is-review .content:before {
          content: "";
          position: absolute;
          top: -8px;
          left: 20px;
          background: url("/v2/images/simplybook/seo/arrow.png") no-repeat scroll;
          width: 25px;
          height: 25px;
          display: block; }
        body.seo-page #main #seo .article.is-review .content .txt {
          color: #494949;
          font-size: 1rem;
          font-weight: 400; }
  body.seo-page #main #seo .sbm-button-wrap {
    text-align: center; }
    body.seo-page #main #seo .sbm-button-wrap .tooltip-block {
      max-width: 330px;
      margin: 35px auto;
      position: relative; }
      body.seo-page #main #seo .sbm-button-wrap .tooltip-block:before {
        display: block;
        content: "*";
        font-family: "Mulish";
        position: absolute;
        left: -8px;
        top: -30px;
        font-size: 40px;
        color: #FF3259; }

body.seo-page.official-councils #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/consultants/consultants-timeline-img2.png); }

body.seo-page.official-embassy #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/consultants/consultants-timeline-img2.png); }

body.seo-page.official-call-centers #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/official/official-timeline-img2.png); }

body.seo-page.official-financial #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/consultants/consultants-timeline-img2.png); }

body.seo-page.official-interview #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/consultants/consultants-timeline-img2.png); }

body.seo-page.official-legal #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/consultants/consultants-timeline-img2.png); }

body.seo-page.official-attorneys #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/official/official-timeline-img2.png); }

body.seo-page.sport-personal #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/app_dashboard-300.png); }

body.seo-page.sport-gyms #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/sport/sport-timeline-img3.png); }

body.seo-page.sport-yoga #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/sport/sport-timeline-img3.png); }

body.seo-page.sport-golf #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/sport/sport-timeline-img1.png); }

body.seo-page.sport-renting #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/sport/sport-timeline-img3.png); }

body.seo-page.beauty-eyelash #main #seo .article .cap:first-child {
  background-image: url(/v2/images/main-sb-icons/add_emploees-300.png); }

body.seo-page.beauty-eyelash #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/categories/official/official-timeline-img2.png); }

body.seo-page.beauty-spa #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/design-300.png); }

body.seo-page.beauty-salons #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/html-300.png); }

body.seo-page.beauty-nail #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/google_calendar_export-300.png); }

body.seo-page.events-art #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/google_calendar_export-300.png); }

body.seo-page.events-escape #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/status-300.png); }

body.seo-page.events-photographers #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/gallery-300.png); }

body.seo-page.events-rental #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/all_features-300.png); }

body.seo-page.events-restaurants #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.events-booking #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/event_category-300.png); }

body.seo-page.events-meetings #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.events-business #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/status-300.png); }

body.seo-page.education-universities #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/status-300.png); }

body.seo-page.education-colleges #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.education-schools #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/manage_company-300.png); }

body.seo-page.education-libraries #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.education-parents #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.education-tutoring #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/manage_company-300.png); }

body.seo-page.education-teaching #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/manage_company-300.png); }

body.seo-page.education-events #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/manage_company-300.png); }

body.seo-page.education-child #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/membership-300.png); }

body.seo-page.medical-massages #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/membership-300.png); }

body.seo-page.medical-dental #main #seo .col-right .article .cap {
  background-image: url(/v2/images/main-sb-icons/contact_widget-300.png); }

body.seo-page.medical-dental #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.medical-clinics #main #seo .col-left .article .cap {
  background-image: url(/v2/images/main-sb-icons/manage_company-300.png); }

body.seo-page.medical-clinics #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.medical-chiropractics #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.medical-acupuncture #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/event_category-300.png); }

body.seo-page.medical-physiologists #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/counter-300.png); }

body.seo-page.medical-psychologistics #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.consultants-counselling #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.consultants-coaching #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.consultants-advisory #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.consultants-pet #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/service_hours-300.png); }

body.seo-page.consultants-spiritual #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/html-300.png); }

body.seo-page.consultants-design #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/html-300.png); }

body.seo-page.consultants-cleaning #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

body.seo-page.consultants-offices-cleaning #main #seo .article .cap {
  background-image: url(/v2/images/main-sb-icons/product-300.png); }

[class*='ft-icon-'] {
  width: 36px;
  background-image: url("/v2/images/simplybook/features/feature-icons.png");
  background-repeat: no-repeat;
  display: block; }

li .ft-icon-1 {
  height: 33px;
  background-position: -5px -5px; }

li:hover .ft-icon-1, li.active .ft-icon-1 {
  background-position: -603px -5px; }

li .ft-icon-2 {
  height: 33px;
  background-position: -649px -5px; }

li:hover .ft-icon-2, li.active .ft-icon-2 {
  background-position: -695px -5px; }

li .ft-icon-3 {
  height: 31px;
  background-position: -741px -5px; }

li:hover .ft-icon-3, li.active .ft-icon-3 {
  background-position: -787px -5px; }

li .ft-icon-4 {
  height: 34px;
  background-position: -833px -5px; }

li:hover .ft-icon-4, li.active .ft-icon-4 {
  background-position: -879px -5px; }

li .ft-icon-5 {
  height: 32px;
  background-position: -925px -5px; }

li:hover .ft-icon-5, li.active .ft-icon-5 {
  background-position: -971px -5px; }

li .ft-icon-6 {
  height: 45px;
  background-position: -1017px -5px; }

li:hover .ft-icon-6, li.active .ft-icon-6 {
  background-position: -1063px -5px; }

li .ft-icon-7 {
  height: 36px;
  background-position: -1109px -5px; }

li:hover .ft-icon-7, li.active .ft-icon-7 {
  background-position: -1155px -5px; }

li .ft-icon-8 {
  height: 38px;
  background-position: -1201px -5px; }

li:hover .ft-icon-8, li.active .ft-icon-8 {
  background-position: -1247px -5px; }

li .ft-icon-9 {
  width: 37px;
  height: 27px;
  background-position: -1293px -5px; }

li:hover .ft-icon-9, li.active .ft-icon-9 {
  background-position: -1340px -5px; }

li .ft-icon-10 {
  height: 25px;
  background-position: -51px -5px; }

li:hover .ft-icon-10, li.active .ft-icon-10 {
  background-position: -97px -5px; }

li .ft-icon-11 {
  height: 31px;
  background-position: -143px -5px; }

li:hover .ft-icon-11, li.active .ft-icon-11 {
  background-position: -189px -5px; }

li .ft-icon-12 {
  height: 44px;
  background-position: -235px -5px; }

li:hover .ft-icon-12, li.active .ft-icon-12 {
  background-position: -281px -5px; }

li .ft-icon-13 {
  height: 36px;
  background-position: -327px -5px; }

li:hover .ft-icon-13, li.active .ft-icon-13 {
  background-position: -373px -5px; }

li .ft-icon-14 {
  height: 38px;
  background-position: -419px -5px; }

li:hover .ft-icon-14, li.active .ft-icon-14 {
  background-position: -465px -5px; }

li .ft-icon-15 {
  height: 36px;
  background-position: -511px -5px; }

li:hover .ft-icon-15, li.active .ft-icon-15 {
  background-position: -557px -5px; }

body.features-page .left-part {
  padding-right: 15px; }
  @media (max-width: 767px) {
    body.features-page .left-part {
      padding-right: 0; } }
  body.features-page .left-part:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    right: 0;
    transition: background 0.3s ease-in-out; }
    @media (max-width: 767px) {
      body.features-page .left-part:after {
        display: none; } }
  body.features-page .left-part li {
    margin-bottom: 25px;
    display: block;
    cursor: pointer;
    position: relative; }
    body.features-page .left-part li:before, body.features-page .left-part li:after {
      content: " ";
      display: table; }
    body.features-page .left-part li:after {
      clear: both; }
    body.features-page .left-part li .icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    body.features-page .left-part li .content {
      margin-left: 70px; }
    body.features-page .left-part li .cap {
      line-height: 1;
      color: #818181;
      font-size: 1.563rem;
      display: inline; }

@-moz-document url-prefix() {
  body.features-page .left-part li .cap {
    display: block; } }
    body.features-page .left-part li .arrow {
      display: none; }
    body.features-page .left-part li.active .cap {
      position: relative;
      color: #3d3d3d;
      font-weight: bold;
      padding-bottom: 5px; }
      body.features-page .left-part li.active .cap:after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: background 0.3s ease-in-out; }
    body.features-page .left-part li.active .arrow {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background: #fff;
      right: -26px;
      z-index: 900; }
      body.features-page .left-part li.active .arrow:after, body.features-page .left-part li.active .arrow:before {
        left: 100%;
        top: 50%;
        border-style: solid;
        border-color: transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      body.features-page .left-part li.active .arrow:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 18px;
        margin-top: -18px; }
      body.features-page .left-part li.active .arrow:before {
        border-color: rgba(245, 110, 115, 0);
        border-width: 24px;
        margin-top: -24px;
        transition: border-left-color 0.3s ease-in-out; }
      @media (max-width: 767px) {
        body.features-page .left-part li.active .arrow {
          display: none; } }
    body.features-page .left-part li:hover .cap {
      color: #3d3d3d; }

body.features-page .right-part {
  padding-left: 30px; }
  body.features-page .right-part .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
    margin: 0; }
  body.features-page .right-part .close {
    display: none; }
  body.features-page .right-part section {
    position: relative;
    display: none; }
    body.features-page .right-part section .close {
      display: none; }
    body.features-page .right-part section.active {
      display: block; }
    body.features-page .right-part section .article {
      padding: 25px 0; }
      body.features-page .right-part section .article .cap {
        font-size: 1rem;
        font-weight: 700;
        padding-bottom: 10px; }
      body.features-page .right-part section .article .txt {
        font-size: 1.125rem; }
  @media (max-width: 767px) {
    body.features-page .right-part {
      padding-left: 0;
      margin-top: 0;
      position: relative;
      z-index: 999; }
      body.features-page .right-part .close {
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 300;
        font-size: 36px;
        cursor: pointer; }
      body.features-page .right-part section {
        position: fixed;
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        background: #ffffff;
        padding: 2em 5% 2em;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        backface-visibility: hidden;
        z-index: 200;
        background: #fafafa;
        transform: translateZ(0) translateX(100%);
        transition: transform .3s ease-in-out; }
        body.features-page .right-part section.active {
          transform: translateZ(0) translateX(0%);
          transition: transform .3s ease-in-out; } }

body.features-page #bottom-image {
  margin-top: -250px;
  margin-bottom: -1px; }
  body.features-page #bottom-image img {
    width: 100%; }
  @media (max-width: 1024px) {
    body.features-page #bottom-image {
      margin-top: 0; } }

body.features-page #tooltip-bar {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    body.features-page #tooltip-bar {
      margin-top: 50px; } }

@media (max-width: 767px) {
  body.integrations-new .right-part section {
    padding: 0 5% 0; }
    body.integrations-new .right-part section .wrapper {
      display: table;
      width: 100%;
      height: 100%; }
      body.integrations-new .right-part section .wrapper .inner {
        display: table-cell;
        vertical-align: middle;
        padding: 2em 0; } }

body.reviews-page {
  background: url("/v2/images/simplybook/reviews/reviews-pattern.jpg") repeat scroll; }
  body.reviews-page #reviews-page #interview .title.top {
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4.25rem;
    line-height: 1; }
  body.reviews-page #reviews-page #interview .avatar {
    margin-bottom: 30px; }
    body.reviews-page #reviews-page #interview .avatar .img {
      border-radius: 50%;
      width: 125px;
      height: 125px;
      background-size: cover;
      background-position: 50%;
      margin: 0 auto; }
    body.reviews-page #reviews-page #interview .avatar .txt {
      font-weight: 700;
      text-align: center;
      line-height: 1;
      margin-top: 15px; }
      body.reviews-page #reviews-page #interview .avatar .txt span:first-child {
        font-size: 1rem;
        font-weight: 700;
        font-style: italic; }
      body.reviews-page #reviews-page #interview .avatar .txt span:last-child {
        font-size: 1rem;
        font-weight: 700; }
    body.reviews-page #reviews-page #interview .avatar img {
      border-radius: 50%;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
    @media (max-width: 767px) {
      body.reviews-page #reviews-page #interview .avatar {
        text-align: center; }
        body.reviews-page #reviews-page #interview .avatar img {
          max-height: 220px; } }
  body.reviews-page #reviews-page #interview .article {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      body.reviews-page #reviews-page #interview .article {
        margin-bottom: 20px; } }
    body.reviews-page #reviews-page #interview .article:before, body.reviews-page #reviews-page #interview .article:after {
      content: " ";
      display: table; }
    body.reviews-page #reviews-page #interview .article:after {
      clear: both; }
    body.reviews-page #reviews-page #interview .article .cap {
      font-size: 1.563rem;
      font-weight: 700;
      padding-bottom: 30px;
      font-style: italic; }
    body.reviews-page #reviews-page #interview .article .text {
      font-size: 1.5rem;
      font-weight: 300;
      font-style: italic;
      line-height: 1.2;
      text-align: justify; }
    body.reviews-page #reviews-page #interview .article .user.left {
      margin-right: 30px;
      margin-bottom: 15px; }
    body.reviews-page #reviews-page #interview .article .user.right {
      margin-left: 30px;
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      body.reviews-page #reviews-page #interview .article .user {
        float: none;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center; } }
    body.reviews-page #reviews-page #interview .article .user figcaption {
      font-size: 1rem;
      font-weight: 400;
      text-align: center;
      position: relative;
      top: 5px; }
    body.reviews-page #reviews-page #interview .article ul li {
      margin-left: 15px;
      margin-bottom: 15px; }

.mod-review li {
  margin-bottom: 2rem; }
  .mod-review li:last-of-type {
    margin-bottom: 0; }

.mod-review .stars {
  float: none; }

.mod-review .title.top {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1; }

.mod-review .avatar .img {
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100%; }

@media (max-width: 767px) {
  .mod-review .avatar {
    margin-bottom: 30px; } }

.mod-review .cap {
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  text-align: left; }
  .mod-review .cap span:first-child {
    font-size: 1rem;
    font-weight: 700; }

.mod-review .article {
  padding: 50px;
  background-color: rgba(241, 241, 241, 0.5); }
  .mod-review .article:before, .mod-review .article:after {
    content: " ";
    display: table; }
  .mod-review .article:after {
    clear: both; }
  .mod-review .article:before {
    content: "";
    right: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #FFFFFF;
    border-width: 20px;
    left: -25px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .mod-review .article:before {
        display: none; } }
  .mod-review .article .txt {
    font-size: 1.125rem;
    font-weight: 300;
    font-style: italic;
    text-align: justify;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .mod-review .article .txt {
        text-align: center; } }

/*==================================*/
#sbm-info nav.bar {
  padding: 45px 15px 0;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto; }
  @media (max-width: 767px) {
    #sbm-info nav.bar {
      padding-top: 20px; } }
  #sbm-info nav.bar li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px; }
    @media (max-width: 767px) {
      #sbm-info nav.bar li {
        margin: 0 8px; } }
    #sbm-info nav.bar li.active a {
      text-decoration: none;
      border-bottom-color: #00AEF2; }
    #sbm-info nav.bar li a {
      display: inline-block;
      font-size: 24px;
      color: #253246;
      position: relative;
      z-index: 100;
      font-family: "Mulish";
      font-weight: 700;
      padding: 7px 18px;
      white-space: nowrap;
      border-bottom: 4px solid transparent;
      transition: all .4s ease; }
      @media (max-width: 1024px) {
        #sbm-info nav.bar li a {
          font-size: 18px; } }
      #sbm-info nav.bar li a:hover {
        text-decoration: none;
        border-bottom-color: #00AEF2; }

#sbm-info .sbm-button-wrap {
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 767px) {
    #sbm-info .sbm-button-wrap {
      margin-top: 17px; } }
  #sbm-info .sbm-button-wrap .tooltip-block {
    max-width: 330px;
    margin: 35px auto;
    position: relative; }
    #sbm-info .sbm-button-wrap .tooltip-block:before {
      display: block;
      content: "*";
      font-family: "Mulish";
      position: absolute;
      left: -8px;
      top: -30px;
      font-size: 40px;
      color: #FF3259; }

#sbm-info.features .content article {
  display: none; }
  #sbm-info.features .content article.active {
    display: block; }

#sbm-info.features .content .features {
  text-align: center; }
  #sbm-info.features .content .features a {
    text-decoration: none; }
  #sbm-info.features .content .features li {
    position: relative;
    margin-bottom: 75px; }
    #sbm-info.features .content .features li.active {
      display: block; }
    #sbm-info.features .content .features li:hover .img {
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: rotate(0deg);
      backface-visibility: hidden;
      perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: rotate(-2deg); }
  20%, 80% {
    transform: rotate(2deg); }
  30%, 50%, 70% {
    transform: rotate(4deg); }
  40%, 60% {
    transform: rotate(-4deg); } }
    #sbm-info.features .content .features li .img {
      min-height: 140px; }
    #sbm-info.features .content .features li .cap {
      color: #3d3d3d;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 10px; }
    #sbm-info.features .content .features li .txt {
      font-size: 18px;
      color: #3d3d3d;
      max-width: 215px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        #sbm-info.features .content .features li .txt {
          max-width: inherit; } }

#sbm-info.features .content .sbm-btn {
  margin: 0 auto;
  background-color: #38bd6a;
  border-radius: 37px;
  text-align: center; }
  #sbm-info.features .content .sbm-btn:hover {
    opacity: .9; }
  #sbm-info.features .content .sbm-btn a {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 25px; }

#sbm-info.features .content .try-it-button {
  background-color: #38bd6a;
  margin-top: 0; }

#sbm-info.ut-info-tabs .content {
  padding-top: 4.25rem; }

#sbm-info.ut-info-tabs .article .top-image {
  width: 100%; }
  #sbm-info.ut-info-tabs .article .top-image p {
    padding: 55px;
    background: #e9e9e9;
    margin-top: 40px;
    text-align: left;
    font-size: 1rem; }
    @media (max-width: 767px) {
      #sbm-info.ut-info-tabs .article .top-image p {
        padding: 30px; } }

#sbm-info.ut-info-tabs .article .title-big {
  margin-bottom: 30px; }

#sbm-info.ut-info-tabs .article .title-medium {
  margin-top: 1.5625rem; }

#sbm-info.ut-info-tabs .article p,
#sbm-info.ut-info-tabs .article ul {
  font-size: 1rem; }

#sbm-info.ut-info-tabs .article ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px; }
  #sbm-info.ut-info-tabs .article ul li {
    list-style-image: url("/v2/images/simplybook//sbm-bullet.png");
    margin-bottom: 10px; }

#sbm-info.ut-info-tabs .article .title-small {
  margin-bottom: 5px;
  margin-top: 15px; }

#sbm-info.ut-info-tabs .article img {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px; }

#sbm-info.ut-info-tabs .article .mod-bar-btn {
  position: relative;
  bottom: inherit; }

#sbm-info.filters {
  padding-top: 0 !important; }
  #sbm-info.filters .article {
    display: block;
    width: 50%;
    margin: 0 0 50px;
    padding: 0 25px; }
    @media (max-width: 767px) {
      #sbm-info.filters .article {
        width: 100%;
        margin: 0 0 50px;
        padding: 0 0; }
        #sbm-info.filters .article:last-child {
          margin: 0 0 0; } }
  #sbm-info.filters .content {
    padding-top: 4.25rem; }

#sbm-info.filters nav.bar li a {
  padding-bottom: 7px;
  margin-bottom: 14px; }

#sbm-video {
  position: relative;
  height: 700px;
  display: none; }
  @media (max-width: 767px) {
    #sbm-video {
      display: none; } }
  #sbm-video .mod-bar-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px; }
  #sbm-video .title-big {
    z-index: 99;
    position: relative;
    color: #fff;
    border-left-color: #03c1f3; }
  #sbm-video .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    max-height: 800px;
    min-height: 670px;
    height: 75vh; }
    #sbm-video .video:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.55); }
    @media (max-width: 767px) {
      #sbm-video .video {
        background: url("/v2/images/simplybook/categories/entertainment/slide1.jpg") no-repeat scroll; } }
    #sbm-video .video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #sbm-video .play-btn {
    display: block;
    width: 155px;
    height: 155px;
    position: relative;
    background: url("/v2/images/simplybook//play-btn.png") no-repeat scroll;
    background-size: contain;
    z-index: 99;
    margin: 0 auto;
    cursor: pointer; }

#sbm-demo {
  padding: 0 !important; }
  #sbm-demo a {
    display: block;
    overflow: hidden; }
    #sbm-demo a .img {
      background-size: cover;
      background-position: 50%;
      width: 100%;
      position: relative;
      padding-bottom: 75%;
      transition: all 0.3s ease-in-out; }
      #sbm-demo a .img:before {
        content: "";
        opacity: .8;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.3s ease-in-out; }
      #sbm-demo a .img.top1:before {
        background-color: #b489ad; }
      #sbm-demo a .img.top2:before {
        background-color: #009dcb; }
      #sbm-demo a .img.top3:before {
        background-color: #6c89c3; }
      #sbm-demo a .img.top4:before {
        background-color: #bba84d; }
      #sbm-demo a .img.top5:before {
        background-color: #0099d3; }
      #sbm-demo a .img.bottom1:before {
        background-color: #60bae3; }
      #sbm-demo a .img.bottom2:before {
        background-color: #7cbfb7; }
      #sbm-demo a .img.bottom3:before {
        background-color: #8054db; }
      #sbm-demo a .img.bottom4:before {
        background-color: #8e4f4f; }
      #sbm-demo a .img.bottom5:before {
        background-color: #6db749; }
      #sbm-demo a .img .cap {
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        font-size: 1.563rem;
        width: 100%;
        padding: 0 15%; }
      #sbm-demo a .img:hover {
        transform: scale(1.2); }
        #sbm-demo a .img:hover .cap {
          opacity: 1; }
        #sbm-demo a .img:hover:before {
          opacity: .3; }
  #sbm-demo .title-big {
    position: absolute; }

#sbm-how {
  background-color: #77a7dc;
  position: relative; }
  #sbm-how .title-big {
    color: #FFFFFF;
    border-left-color: #FFFFFF; }
  #sbm-how ul {
    text-align: center; }
  #sbm-how li {
    width: 20%;
    float: left;
    text-align: center; }
    #sbm-how li .arrow {
      margin-top: 80px; }
      @media (max-width: 1024px) {
        #sbm-how li .arrow {
          display: none; } }
    @media (max-width: 1024px) {
      #sbm-how li {
        width: inherit;
        float: none;
        display: inline-block;
        margin: 30px;
        vertical-align: top; } }
    @media (max-width: 767px) {
      #sbm-how li {
        display: block; } }
  #sbm-how .inner,
  #sbm-how .img {
    display: block;
    min-height: 350px; }
    @media (max-width: 767px) {
      #sbm-how .inner,
      #sbm-how .img {
        text-align: center;
        min-height: inherit; } }
    #sbm-how .inner.last,
    #sbm-how .img.last {
      padding-top: 25px; }
      @media (max-width: 1366px) {
        #sbm-how .inner.last,
        #sbm-how .img.last {
          padding-top: inherit; } }
  #sbm-how .txt {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 265px;
    line-height: 1;
    z-index: 99;
    text-align: center; }
    @media (max-width: 767px) {
      #sbm-how .txt {
        max-width: inherit;
        text-align: center;
        margin: 20px 0 30px; } }
  #sbm-how .inner.form input {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    max-width: 238px;
    width: 100%;
    height: 54px;
    background-color: white;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 0 3px 0 #bbb;
    font-size: 1.5rem;
    font-weight: 700; }
    #sbm-how .inner.form input::-moz-placeholder {
      color: #bfbfbf;
      opacity: 1; }
    #sbm-how .inner.form input:-ms-input-placeholder {
      color: #bfbfbf; }
    #sbm-how .inner.form input::-webkit-input-placeholder {
      color: #bfbfbf; }
    @media (max-width: 767px) {
      #sbm-how .inner.form input {
        margin: 0 auto 10px; } }
  #sbm-how .inner.form button {
    max-width: 238px;
    width: 100%;
    height: 54px;
    background-color: #ffc600;
    border-radius: 3px;
    box-shadow: 0 5px 0 #ca9d00;
    color: #FFFFFF;
    border: 0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 50px; }
    @media (max-width: 767px) {
      #sbm-how .inner.form button {
        margin: 0 auto; } }
  #sbm-how .cloud-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
  #sbm-how .cd-timeline-block .cd-timeline-img.try-it-button {
    background: #ffc600; }

#sbm-main-slider .sl {
  padding: 4.25rem 0; }
  #sbm-main-slider .sl .try-it-button {
    background-color: #2d3547; }
  #sbm-main-slider .sl .title-big {
    color: #ffffff;
    border-left-color: #ffffff; }

#sbm-main-slider .slider-membership {
  background-color: #00aff2; }
  #sbm-main-slider .slider-membership .content {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #sbm-main-slider .slider-membership .content {
        margin-top: 0; } }
    #sbm-main-slider .slider-membership .content .arrow {
      margin-left: -150px; }
      @media (max-width: 1024px) {
        #sbm-main-slider .slider-membership .content .arrow {
          display: none; } }
      #sbm-main-slider .slider-membership .content .arrow img {
        transform: scaleX(-1) rotate(-55deg); }
    #sbm-main-slider .slider-membership .content .text {
      color: #ffffff;
      font-size: 34px; }
      @media (max-width: 1024px) {
        #sbm-main-slider .slider-membership .content .text {
          padding: 0 10px; } }
      @media (max-width: 1024px) {
        #sbm-main-slider .slider-membership .content .text {
          font-size: 30px; } }

#sbm-main-slider .slider-coming-soon {
  background-color: #f9f9f9;
  background-image: url("/v2/images/simplybook/sbm-home-page/cooming-soon.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(40% + 600px); }
  @media (max-width: 1024px) {
    #sbm-main-slider .slider-coming-soon {
      background-image: inherit; } }
  #sbm-main-slider .slider-coming-soon .title-big {
    width: 56%;
    color: #28243c;
    border-left-color: #06adef; }
  #sbm-main-slider .slider-coming-soon .try-it-button {
    background-color: #06adef; }
  @media (max-width: 1024px) {
    #sbm-main-slider .slider-coming-soon .img {
      text-align: center; }
      #sbm-main-slider .slider-coming-soon .img img {
        margin: 0 auto; } }
  @media (max-width: 1024px) {
    #sbm-main-slider .slider-coming-soon .img.work {
      width: 100%;
      margin: 0 auto 15px; } }
  #sbm-main-slider .slider-coming-soon .img.resp {
    margin-top: -40px; }
    @media (max-width: 1024px) {
      #sbm-main-slider .slider-coming-soon .img.resp {
        margin-top: inherit;
        margin-bottom: 20px; } }

#sbm-main-slider .slider-promo-system {
  background: url("/v2/images/simplybook//new/sbm-promo-system.jpg") scroll no-repeat;
  background-size: cover;
  color: #ffffff; }
  #sbm-main-slider .slider-promo-system .title-big {
    color: #ffffff;
    border-left-color: #ffffff; }
  #sbm-main-slider .slider-promo-system .txt {
    max-width: 890px;
    margin: 0 auto 10px;
    text-align: center; }
    @media (max-width: 1024px) {
      #sbm-main-slider .slider-promo-system .txt {
        display: none; } }
  #sbm-main-slider .slider-promo-system .list {
    padding: 40px 0; }
    #sbm-main-slider .slider-promo-system .list:before, #sbm-main-slider .slider-promo-system .list:after {
      content: " ";
      display: table; }
    #sbm-main-slider .slider-promo-system .list:after {
      clear: both; }
    @media (max-width: 1024px) {
      #sbm-main-slider .slider-promo-system .list {
        text-align: center;
        padding: 0; } }
    @media (max-width: 767px) {
      #sbm-main-slider .slider-promo-system .list {
        padding: 0; } }
    #sbm-main-slider .slider-promo-system .list li {
      display: flex;
      width: 20%;
      float: left;
      text-align: center; }
      @media (max-width: 1024px) {
        #sbm-main-slider .slider-promo-system .list li {
          width: inherit;
          float: none;
          display: inline-block;
          white-space: nowrap;
          margin: 0 10px 45px;
          vertical-align: top; } }
      @media (max-width: 767px) {
        #sbm-main-slider .slider-promo-system .list li {
          display: none; }
          #sbm-main-slider .slider-promo-system .list li.promo-mob {
            display: block; } }
      #sbm-main-slider .slider-promo-system .list li .image {
        height: 140px; }
        #sbm-main-slider .slider-promo-system .list li .image img {
          margin: 0 auto; }
      #sbm-main-slider .slider-promo-system .list li .cap {
        font-size: 1rem;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: bold; }
      #sbm-main-slider .slider-promo-system .list li .arrow {
        margin-top: 40px;
        text-align: right; }
        @media (max-width: 1024px) {
          #sbm-main-slider .slider-promo-system .list li .arrow {
            display: none; } }
        #sbm-main-slider .slider-promo-system .list li .arrow img {
          max-width: 53px; }
  #sbm-main-slider .slider-promo-system .video {
    display: none;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 50vw;
    height: 50vh; }
    @media (max-width: 767px) {
      #sbm-main-slider .slider-promo-system .video {
        width: 75vw; } }
    #sbm-main-slider .slider-promo-system .video iframe {
      width: 50vw;
      height: 50vh; }
      @media (max-width: 767px) {
        #sbm-main-slider .slider-promo-system .video iframe {
          width: 75vw; } }
    #sbm-main-slider .slider-promo-system .video .close-video {
      color: #fff;
      font-size: 36px;
      position: absolute;
      top: -30px;
      right: -30px;
      cursor: pointer;
      z-index: 999; }

#sbm-main-slider .slick-track {
  display: flex; }

#sbm-main-slider .slick-prev {
  z-index: 999;
  left: 45px;
  display: block;
  text-align: left; }
  @media (max-width: 1366px) {
    #sbm-main-slider .slick-prev {
      left: 10px; } }
  @media (max-width: 767px) {
    #sbm-main-slider .slick-prev {
      left: 0; } }
  #sbm-main-slider .slick-prev:before {
    display: block;
    font-size: 70px;
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    margin-left: 5px; }
    @media (max-width: 767px) {
      #sbm-main-slider .slick-prev:before {
        font-size: 41px; } }

#sbm-main-slider .slick-next {
  z-index: 999;
  right: 45px;
  display: block;
  text-align: right; }
  @media (max-width: 1366px) {
    #sbm-main-slider .slick-next {
      right: 10px; } }
  @media (max-width: 767px) {
    #sbm-main-slider .slick-next {
      right: 0; } }
  #sbm-main-slider .slick-next:before {
    display: block;
    font-size: 70px;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #sbm-main-slider .slick-next:before {
        font-size: 41px; } }

#sbm-main-slider .slick-dots {
  bottom: 20px; }
  #sbm-main-slider .slick-dots button {
    background: rgba(68, 68, 68, 0.37);
    border-radius: 50%;
    opacity: 1;
    position: relative; }
  #sbm-main-slider .slick-dots button:before {
    display: none; }
  @media (max-width: 767px) {
    #sbm-main-slider .slick-dots li {
      width: 15px;
      height: 15px; } }
  #sbm-main-slider .slick-dots li.slick-active button:before {
    display: block;
    color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    margin: 4px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.21); }

#sbm-new-reviews ul {
  column-count: 2;
  column-gap: 60px; }
  @media (max-width: 767px) {
    #sbm-new-reviews ul {
      column-count: 1;
      column-gap: 16px;
      text-align: center; } }
  #sbm-new-reviews ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px; }
    #sbm-new-reviews ul li .top .avatar {
      margin-bottom: 5px;
      max-width: 70px; }
      @media (max-width: 767px) {
        #sbm-new-reviews ul li .top .avatar {
          margin: 0 auto; } }
      #sbm-new-reviews ul li .top .avatar .img {
        background-size: cover;
        position: relative;
        padding-bottom: 100%;
        background-position: 50%;
        border-radius: 50%;
        background-color: #f1f1f1; }
    #sbm-new-reviews ul li .top .cap {
      font-size: 20px;
      color: #494949;
      font-weight: 600;
      margin: 10px; }
    #sbm-new-reviews ul li .bottom .content {
      position: relative;
      background-color: #f1f1f1;
      padding: 30px;
      margin-top: 15px; }
      #sbm-new-reviews ul li .bottom .content:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 100%;
        left: 35px;
        height: 0;
        width: 0;
        pointer-events: none;
        border: solid transparent;
        border-bottom-color: #f1f1f1;
        border-width: 10px;
        margin-left: -10px; }
        @media (max-width: 767px) {
          #sbm-new-reviews ul li .bottom .content:before {
            display: none; } }
      #sbm-new-reviews ul li .bottom .content .txt {
        font-size: 1.125rem;
        color: #494949; }

#sbm-new-reviews.blue-bg {
  background: #06adef; }
  #sbm-new-reviews.blue-bg ul li .bottom .content:before {
    border-bottom-color: #ffffff; }
  #sbm-new-reviews.blue-bg ul li .avatar .img {
    background-color: #ffffff;
    box-shadow: 0 0 0px 4px #fff; }
  #sbm-new-reviews.blue-bg ul li .bottom .content {
    background: #ffffff; }
  #sbm-new-reviews.blue-bg ul li .top .cap {
    color: #ffffff; }

#sbm-reviews > .column {
  background: url("/v2/images/simplybook//price-features-bg.png") no-repeat scroll;
  background-size: contain; }

#sbm-reviews .mod-review .article {
  background-color: rgba(241, 241, 241, 0.2); }
  #sbm-reviews .mod-review .article:before {
    content: "";
    border-right-color: rgba(241, 241, 241, 0.2); }

#sbm-link-tab {
  background-color: rgba(250, 250, 250, 0.702);
  box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  text-align: center;
  position: relative;
  margin-top: -74px;
  z-index: 99;
  display: none; }
  @media (max-width: 1366px) {
    #sbm-link-tab {
      margin-top: 0; } }
  @media (max-height: 800px) {
    #sbm-link-tab {
      margin-top: 0; } }
  #sbm-link-tab li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    #sbm-link-tab li a {
      color: black;
      text-decoration: none;
      min-height: 74px;
      padding: 30px 20px 0;
      display: block;
      line-height: 1;
      font-weight: 300; }
      #sbm-link-tab li a div {
        display: inline-block;
        vertical-align: middle; }
        #sbm-link-tab li a div.txt {
          font-size: 1rem;
          text-transform: uppercase;
          margin-left: 5px; }
    #sbm-link-tab li:hover {
      background: #009cff; }
      #sbm-link-tab li:hover a {
        color: #ffffff; }

#sbm-blog {
  background: url("/v2/images/simplybook//new/sbm-blog-bg.jpg") no-repeat scroll;
  background-size: cover;
  color: #FFFFFF; }
  #sbm-blog ul.slick {
    margin: 0 auto; }
    #sbm-blog ul.slick .slick-next {
      right: 25px;
      content: "";
      background: url("/v2/images/simplybook//sbm-header-right-arrow.png");
      width: 29px;
      height: 51px;
      z-index: 99; }
      #sbm-blog ul.slick .slick-next:before {
        display: none; }
    #sbm-blog ul.slick .slick-prev {
      left: 25px;
      content: "";
      background: url("/v2/images/simplybook//sbm-header-left-arrow.png");
      width: 28px;
      height: 51px;
      z-index: 99; }
      #sbm-blog ul.slick .slick-prev:before {
        display: none; }
    #sbm-blog ul.slick .slick-dots {
      bottom: -40px; }
      #sbm-blog ul.slick .slick-dots button {
        background: rgba(68, 68, 68, 0.37);
        border-radius: 50%;
        opacity: 1;
        position: relative; }
      #sbm-blog ul.slick .slick-dots button:before {
        display: none; }
      @media (max-width: 767px) {
        #sbm-blog ul.slick .slick-dots li {
          width: 15px;
          height: 15px; } }
      #sbm-blog ul.slick .slick-dots li.slick-active button:before {
        display: block;
        color: #fff;
        opacity: 1;
        width: 12px;
        height: 12px;
        background: #fff;
        font-size: 0;
        border-radius: 50%;
        margin: 4px;
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.21); }
  #sbm-blog li {
    text-align: center; }
    #sbm-blog li .cap {
      font-weight: 700;
      font-size: 2.25rem; }
      #sbm-blog li .cap a {
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        text-decoration: none;
        color: white; }
        #sbm-blog li .cap a:hover {
          opacity: .8; }
    #sbm-blog li .txt {
      max-width: 1000px;
      font-size: 1.5rem;
      padding: 0 50px;
      margin: 60px auto 0; }
      #sbm-blog li .txt > p:last-of-type {
        display: none; }
      @media (max-width: 1366px) {
        #sbm-blog li .txt {
          margin: 50px auto 0; } }
      @media (max-width: 1024px) {
        #sbm-blog li .txt {
          margin: 40px auto 0; } }
      @media (max-width: 767px) {
        #sbm-blog li .txt {
          padding: 0; } }
      #sbm-blog li .txt .date {
        text-align: right;
        font-size: 1rem; }
      #sbm-blog li .txt .read-more {
        display: none; }
  #sbm-blog .cd-timeline-block {
    position: relative;
    top: 60px; }

#sbm-companies .map {
  background: url("/v2/images/simplybook//map.png") no-repeat scroll;
  background-size: contain;
  min-height: 700px;
  background-position: 50%;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    #sbm-companies .map {
      background-size: cover; } }
  @media (max-width: 767px) {
    #sbm-companies .map {
      min-height: 450px; } }
  #sbm-companies .map .comp {
    display: table;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3.6px 0.4px rgba(0, 0, 0, 0.35);
    position: relative;
    left: inherit;
    top: inherit;
    margin: 1px auto 15px; }
    @media (max-width: 767px) {
      #sbm-companies .map .comp {
        padding: 15px; } }
    #sbm-companies .map .comp .inner {
      display: table-cell;
      vertical-align: middle;
      padding: 15px 20px; }
      @media (max-width: 767px) {
        #sbm-companies .map .comp .inner {
          padding: 0; } }
      #sbm-companies .map .comp .inner .cat-img {
        float: left;
        width: 66px;
        height: 66px;
        background-size: contain; }
      #sbm-companies .map .comp .inner .cat-info {
        float: left;
        margin-top: 5px;
        margin-left: 10px;
        color: #3d3d3d;
        font-size: 20px; }
        #sbm-companies .map .comp .inner .cat-info b {
          padding-right: 10px; }
    @media (max-width: 1024px) {
      #sbm-companies .map .comp:after {
        display: none; } }

.review-companies,
.reviews-module {
  margin-top: 65px; }
  .review-companies .items,
  .reviews-module .items {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap; }
    .review-companies .items .item,
    .reviews-module .items .item {
      margin: 10px 30px;
      text-align: center;
      transition: all .3s ease; }
      @media (max-width: 767px) {
        .review-companies .items .item,
        .reviews-module .items .item {
          margin: 10px;
          width: calc(50% - 20px); } }
      .review-companies .items .item.trustpilot .stars .star:last-of-type, .review-companies .items .item.crowd .stars .star:last-of-type,
      .reviews-module .items .item.trustpilot .stars .star:last-of-type,
      .reviews-module .items .item.crowd .stars .star:last-of-type {
        background-image: url(/v2/images/simplybook/ics/star-half.png); }
      .review-companies .items .item .logo,
      .reviews-module .items .item .logo {
        margin-bottom: 20px; }
        .review-companies .items .item .logo img,
        .reviews-module .items .item .logo img {
          display: inline-block; }
          @media (max-width: 480px) {
            .review-companies .items .item .logo img,
            .reviews-module .items .item .logo img {
              max-width: 110px; } }
    .review-companies .items .stars,
    .reviews-module .items .stars {
      display: flex;
      justify-content: center;
      width: 100%; }
      @media (max-width: 480px) {
        .review-companies .items .stars,
        .reviews-module .items .stars {
          align-items: center; } }
      .review-companies .items .stars .star,
      .reviews-module .items .stars .star {
        margin-right: 3px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/ics/star.png); }
        @media (max-width: 480px) {
          .review-companies .items .stars .star,
          .reviews-module .items .stars .star {
            width: 12px;
            height: 12px;
            -webkit-background-size: 12px;
            background-size: 12px; } }
      .review-companies .items .stars .rate,
      .reviews-module .items .stars .rate {
        font-weight: 800;
        font-family: "Mulish";
        color: #2d3547;
        margin-left: 14px;
        display: inline-block; }
        @media (max-width: 480px) {
          .review-companies .items .stars .rate,
          .reviews-module .items .stars .rate {
            font-size: 14px; } }
    .review-companies .items.items--v2,
    .reviews-module .items.items--v2 {
      max-width: 540px;
      display: inline-flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 767px) {
        .review-companies .items.items--v2,
        .reviews-module .items.items--v2 {
          flex-wrap: wrap;
          margin-left: 0;
          margin-right: 0;
          justify-content: space-between; } }
      .review-companies .items.items--v2 .item,
      .reviews-module .items.items--v2 .item {
        margin: 10px 15px; }
        @media (max-width: 767px) {
          .review-companies .items.items--v2 .item,
          .reviews-module .items.items--v2 .item {
            width: calc(50% - 15px);
            margin: 10px 0;
            text-align: center; } }
        .review-companies .items.items--v2 .item .logo,
        .reviews-module .items.items--v2 .item .logo {
          margin-bottom: 0; }
        .review-companies .items.items--v2 .item img,
        .reviews-module .items.items--v2 .item img {
          max-width: 120px;
          height: 40px;
          display: inline-block; }
        .review-companies .items.items--v2 .item .stars,
        .reviews-module .items.items--v2 .item .stars {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 12px;
          margin: 0; }
          .review-companies .items.items--v2 .item .stars i,
          .reviews-module .items.items--v2 .item .stars i {
            color: #d7dee5; }
          .review-companies .items.items--v2 .item .stars .rate,
          .reviews-module .items.items--v2 .item .stars .rate {
            margin-left: 10px;
            color: #d7dee5; }
        .review-companies .items.items--v2 .item:hover .stars i,
        .reviews-module .items.items--v2 .item:hover .stars i {
          color: #fec439; }
        .review-companies .items.items--v2 .item:hover .stars .rate,
        .reviews-module .items.items--v2 .item:hover .stars .rate {
          color: #253246; }

#sbm-features-tabs-section {
  padding: 100px 0 60px 0;
  background-color: #fff; }
  @media (max-width: 1024px) {
    #sbm-features-tabs-section {
      padding: 50px 0 20px 0; } }
  @media (max-width: 767px) {
    #sbm-features-tabs-section {
      padding: 25px 0 10px 0; } }
  #sbm-features-tabs-section .nav-tabs {
    text-align: center;
    white-space: nowrap;
    overflow-x: auto; }
    #sbm-features-tabs-section .nav-tabs li {
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 767px) {
        #sbm-features-tabs-section .nav-tabs li {
          margin: 0 8px; } }
      #sbm-features-tabs-section .nav-tabs li a {
        display: inline-block;
        font-size: 24px;
        color: #253246;
        position: relative;
        z-index: 100;
        font-family: "Mulish";
        font-weight: 700;
        padding: 7px 18px;
        white-space: nowrap;
        border-bottom: 4px solid transparent;
        transition: all .4s ease; }
        @media (max-width: 1024px) {
          #sbm-features-tabs-section .nav-tabs li a {
            font-size: 18px; } }
        #sbm-features-tabs-section .nav-tabs li a:hover, #sbm-features-tabs-section .nav-tabs li a:focus {
          text-decoration: none;
          opacity: .7; }
      #sbm-features-tabs-section .nav-tabs li.active a {
        border-bottom: 4px solid #00AFF2;
        color: #00AFF2; }
        #sbm-features-tabs-section .nav-tabs li.active a:hover, #sbm-features-tabs-section .nav-tabs li.active a:focus {
          opacity: 1; }
  #sbm-features-tabs-section .tab-content {
    margin-top: 80px; }
    @media (max-width: 1024px) {
      #sbm-features-tabs-section .tab-content {
        margin-top: 30px; } }
    #sbm-features-tabs-section .tab-content .flex-box {
      text-align: center;
      display: none; }
      #sbm-features-tabs-section .tab-content .flex-box.active {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
      #sbm-features-tabs-section .tab-content .flex-box .flex-item {
        width: 33.333%;
        padding: 0 15px; }
        @media (max-width: 1024px) {
          #sbm-features-tabs-section .tab-content .flex-box .flex-item {
            width: 50%; } }
        @media (max-width: 767px) {
          #sbm-features-tabs-section .tab-content .flex-box .flex-item {
            width: 100%; } }
      #sbm-features-tabs-section .tab-content .flex-box img {
        display: inline-block;
        width: 135px;
        height: 135px; }
      #sbm-features-tabs-section .tab-content .flex-box .content-title {
        font-weight: 700;
        font-size: 20px;
        color: #253246;
        margin-top: 20px;
        margin-bottom: 12px; }
        @media (max-width: 1024px) {
          #sbm-features-tabs-section .tab-content .flex-box .content-title {
            font-size: 18px; } }
      #sbm-features-tabs-section .tab-content .flex-box .text {
        margin: 0 0 30px 0;
        display: inline-block;
        max-width: 300px;
        font-weight: 300;
        line-height: 26px;
        font-size: 18px; }
        #sbm-features-tabs-section .tab-content .flex-box .text a {
          color: #06adef; }
        @media (max-width: 1024px) {
          #sbm-features-tabs-section .tab-content .flex-box .text {
            font-size: 16px; } }

@media (max-width: 1024px) {
  .sbm-home #sbm-features-tabs-section {
    padding-top: 65px; } }

@media (max-width: 767px) {
  .sbm-home #sbm-features-tabs-section {
    padding-top: 80px; } }

@keyframes pulse_dots1 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.25); }
  60% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes pulse_dots2 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes pulse_dots3 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  60% {
    transform: scale(1.25); }
  80% {
    transform: scale(1); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.support-section {
  background-color: #253246;
  padding: 100px 0 90px 0;
  text-align: center;
  color: #fff; }
  .support-section.asia-support {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/v2/images/simplybook/asia-ny/ch-background-2.png);
    position: relative;
    padding: 120px 0 100px 0; }
    @media (min-width: 1921px) {
      .support-section.asia-support {
        -webkit-background-size: cover;
        background-size: cover; } }
    @media (max-width: 1366px) {
      .support-section.asia-support {
        padding: 90px 0 70px 0; } }
    @media (max-width: 767px) {
      .support-section.asia-support {
        padding: 45px 0 45px 0; } }
    .support-section.asia-support .lamp,
    .support-section.asia-support .pig {
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: 100%;
      background-size: 100%;
      position: absolute; }
    .support-section.asia-support .lamp-1 {
      width: 329px;
      height: 627px;
      background-image: url(/v2/images/simplybook/asia-ny/lamp.png);
      left: 70px;
      top: 0; }
      @media (max-width: 1366px) {
        .support-section.asia-support .lamp-1 {
          width: 240px;
          height: 458px;
          left: 35px; } }
      @media (max-width: 1024px) {
        .support-section.asia-support .lamp-1 {
          width: 178px;
          height: 338px;
          left: 0; } }
      @media (max-width: 767px) {
        .support-section.asia-support .lamp-1 {
          height: 248px;
          width: 130px; } }
      @media (max-width: 480px) {
        .support-section.asia-support .lamp-1 {
          display: none; } }
    .support-section.asia-support .lamp-2 {
      width: 216px;
      height: 273px;
      background-image: url(/v2/images/simplybook/asia-ny/lamp_2.png);
      right: 50px;
      top: 0; }
      @media (max-width: 1366px) {
        .support-section.asia-support .lamp-2 {
          right: 20px; } }
      @media (max-width: 1024px) {
        .support-section.asia-support .lamp-2 {
          width: 189px;
          height: 237px; } }
      @media (max-width: 767px) {
        .support-section.asia-support .lamp-2 {
          height: 166px;
          width: 130px;
          right: 0; } }
      @media (max-width: 480px) {
        .support-section.asia-support .lamp-2 {
          display: none; } }
    .support-section.asia-support .pig {
      width: 427px;
      height: 374px;
      background-image: url(/v2/images/simplybook/asia-ny/pig.png);
      right: 0;
      bottom: 0; }
      @media (max-width: 1366px) {
        .support-section.asia-support .pig {
          width: 300px;
          height: 264px; } }
      @media (max-width: 767px) {
        .support-section.asia-support .pig {
          width: 200px;
          height: 175px; } }
      @media (max-width: 480px) {
        .support-section.asia-support .pig {
          display: none; } }
    .support-section.asia-support .support-part {
      margin: 60px 0; }
      @media (max-width: 767px) {
        .support-section.asia-support .support-part {
          margin: 20px 0; } }
      .support-section.asia-support .support-part .photo .dots {
        background-color: #EF3558; }
        .support-section.asia-support .support-part .photo .dots:after {
          border-left-color: #EF3558; }
      .support-section.asia-support .support-part .photo .check-icon:before, .support-section.asia-support .support-part .photo .check-icon:after {
        background-color: #EF3558; }
      .support-section.asia-support .support-part .second ul li .fa {
        color: #EF3558; }
    .support-section.asia-support .button-wrap .decor {
      color: #fff;
      font-size: 21px; }
      @media (max-width: 767px) {
        .support-section.asia-support .button-wrap .decor {
          font-size: 18px;
          line-height: 25px; } }
  @media (max-width: 1024px) {
    .support-section {
      padding: 50px 0 40px 0; } }
  @media (max-width: 767px) {
    .support-section {
      padding: 35px 0 45px 0; } }
  .support-section .title {
    font-size: 32px;
    padding: 0 25%;
    line-height: 34px;
    font-family: "Mulish";
    font-weight: 800;
    color: #fff; }
    @media (max-width: 1024px) {
      .support-section .title {
        padding: 0;
        font-size: 20px;
        line-height: 32px; } }
  .support-section .support-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .support-section .support-part {
        flex-direction: column;
        margin-bottom: 20px; }
        .support-section .support-part .flex-item {
          width: 100%; } }
    .support-section .support-part .photo {
      position: relative; }
      @media (max-width: 767px) {
        .support-section .support-part .photo {
          width: 148px;
          height: 148px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 20px;
          margin-bottom: 20px; } }
      .support-section .support-part .photo:after {
        display: block;
        content: "";
        border: 1px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: 50%;
        animation: support_pulse 2s infinite; }
      .support-section .support-part .photo .img {
        background-repeat: no-repeat;
        background-position: center center;
        width: 148px;
        height: 148px;
        border-radius: 50%;
        border: 8px solid #fff;
        position: relative; }
      .support-section .support-part .photo .dots {
        position: absolute;
        right: -42px;
        top: 17px;
        width: 78px;
        height: 42px;
        border-radius: 30px;
        background-color: #00AEF2;
        z-index: 20; }
        .support-section .support-part .photo .dots:after {
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 14px solid #00AEF2;
          border-bottom: 8px solid transparent;
          border-top: 8px solid transparent;
          position: absolute;
          bottom: -8px;
          left: 20px; }
        .support-section .support-part .photo .dots .dot {
          width: 10px;
          height: 10px;
          position: absolute;
          top: 16px;
          border-radius: 50%;
          background-color: #fff; }
          .support-section .support-part .photo .dots .dot.d-1 {
            left: 15px;
            animation: pulse_dots1 1.5s infinite; }
          .support-section .support-part .photo .dots .dot.d-2 {
            left: 34px;
            animation: pulse_dots2 1.5s infinite; }
          .support-section .support-part .photo .dots .dot.d-3 {
            left: 52px;
            animation: pulse_dots3 1.5s infinite; }
      .support-section .support-part .photo .check-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #D5F4FF;
        position: absolute;
        bottom: -7px;
        left: -4px;
        z-index: 15; }
        .support-section .support-part .photo .check-icon:before {
          display: block;
          content: "";
          width: 5px;
          height: 13px;
          background-color: #00AEF2;
          position: absolute;
          left: 16px;
          top: 22px;
          border-radius: 3px;
          transform: rotate(-45deg); }
        .support-section .support-part .photo .check-icon:after {
          display: block;
          content: "";
          width: 5px;
          height: 22px;
          background-color: #00AEF2;
          position: absolute;
          left: 26px;
          top: 15px;
          border-radius: 3px;
          transform: rotate(45deg); }
    .support-section .support-part .second {
      padding-left: 75px; }
      @media (max-width: 767px) {
        .support-section .support-part .second {
          padding-left: 0; } }
      .support-section .support-part .second ul {
        text-align: left; }
        .support-section .support-part .second ul li {
          font-size: 21px;
          line-height: 30px;
          margin: 13px 0; }
          @media (max-width: 767px) {
            .support-section .support-part .second ul li {
              font-size: 18px;
              text-align: center; } }
          .support-section .support-part .second ul li .fa {
            font-size: 15px;
            color: #00AEF2;
            margin-right: 5px; }
  .support-section .button-wrap .inner {
    position: relative;
    display: inline-block; }
  .support-section .button-wrap .decor {
    color: #00AFF2;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    display: block;
    font-family: 'Caveat', cursive;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .support-section .button-wrap .decor {
        font-size: 24px;
        margin-bottom: 20px; } }
  .support-section .button-wrap .sb-btn {
    position: relative; }
    .support-section .button-wrap .sb-btn .icon {
      width: 75px;
      height: 30px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      position: absolute;
      left: -70px;
      top: -13px;
      transform: rotate(-99deg); }
      @media (max-width: 767px) {
        .support-section .button-wrap .sb-btn .icon {
          display: none;
          transform: rotate(-115deg);
          left: -80px; } }

@keyframes show_check {
  0% {
    opacity: 0;
    transform: scale(0); }
  60% {
    opacity: 0; }
  63% {
    opacity: 1;
    transform: scale(0); }
  77% {
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes move_dialog_1 {
  0% {
    opacity: 0;
    left: -33px; }
  20% {
    left: 33px;
    opacity: 1; }
  100% {
    left: 33px;
    opacity: 1; } }

@keyframes move_dialog_2 {
  0% {
    opacity: 0;
    right: -66px; }
  20% {
    opacity: 0; }
  40% {
    right: 0;
    opacity: 1; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes move_dialog_3 {
  0% {
    opacity: 0;
    left: -33px; }
  40% {
    opacity: 0; }
  60% {
    left: 33px;
    opacity: 1; }
  100% {
    left: 33px;
    opacity: 1; } }

.fb-chat-section {
  background-color: #253246;
  padding: 100px 0 90px 0;
  text-align: center;
  color: #fff; }
  @media (max-width: 1024px) {
    .fb-chat-section {
      padding: 50px 0 40px 0; } }
  @media (max-width: 767px) {
    .fb-chat-section {
      padding: 35px 0 45px 0; } }
  .fb-chat-section .title {
    font-size: 32px;
    padding: 0 25%;
    line-height: 34px;
    font-family: "Mulish";
    font-weight: 800;
    color: #fff; }
    @media (max-width: 1024px) {
      .fb-chat-section .title {
        padding: 0;
        font-size: 20px;
        line-height: 32px; } }
  .fb-chat-section .chat-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
    .fb-chat-section .chat-part .chat-image {
      width: 184px;
      height: 194px;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative; }
      .fb-chat-section .chat-part .chat-image [class*="chat"] {
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute; }
      .fb-chat-section .chat-part .chat-image .chat-icon {
        width: 41px;
        height: 67px;
        background-image: url(/v2/images/simplybook/fb-chat/chat-fb.png);
        left: 0;
        top: 0; }
      .fb-chat-section .chat-part .chat-image .chat-check {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #00AEF2;
        right: 25px;
        top: 32px;
        z-index: 25;
        animation-delay: 4s;
        animation: show_check 3s linear infinite; }
        .fb-chat-section .chat-part .chat-image .chat-check:after {
          content: "";
          display: inline-block;
          width: 14px;
          height: 20px;
          background-color: transparent;
          border-right: 4px solid #fff;
          border-bottom: 4px solid #fff;
          position: absolute;
          right: 15px;
          top: 10px;
          transform: rotate(45deg);
          z-index: 15; }
      .fb-chat-section .chat-part .chat-image .chat-check-border {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        border: 2px dashed #00AEF2;
        position: absolute;
        right: 16px;
        top: 23px;
        z-index: 15;
        animation: show_check 3s ease infinite;
        opacity: 0; }
      .fb-chat-section .chat-part .chat-image .chat-dialog {
        width: 109px;
        height: 67px; }
        .fb-chat-section .chat-part .chat-image .chat-dialog.chat-dialog-1 {
          background-image: url(/v2/images/simplybook/fb-chat/chat-dialog-1.png);
          left: 33px;
          top: 46px;
          z-index: 20;
          animation: move_dialog_3 3s linear infinite; }
        .fb-chat-section .chat-part .chat-image .chat-dialog.chat-dialog-2 {
          background-image: url(/v2/images/simplybook/fb-chat/chat-dialog-2.png);
          right: 0px;
          top: 82px;
          z-index: 15;
          animation: move_dialog_2 3s linear infinite; }
        .fb-chat-section .chat-part .chat-image .chat-dialog.chat-dialog-3 {
          background-image: url(/v2/images/simplybook/fb-chat/chat-dialog-1.png);
          left: 33px;
          bottom: 6px;
          z-index: 10;
          animation: move_dialog_1 3s linear infinite; }
      @media (max-width: 767px) {
        .fb-chat-section .chat-part .chat-image {
          margin: 15px auto; } }
    @media (max-width: 767px) {
      .fb-chat-section .chat-part {
        flex-direction: column;
        margin-bottom: 20px; }
        .fb-chat-section .chat-part .flex-item {
          width: 100%; } }
    .fb-chat-section .chat-part .second {
      padding-left: 75px; }
      @media (max-width: 767px) {
        .fb-chat-section .chat-part .second {
          padding-left: 0; } }
      .fb-chat-section .chat-part .second ul {
        text-align: left; }
        .fb-chat-section .chat-part .second ul li {
          font-size: 21px;
          line-height: 30px;
          margin: 13px 0; }
          @media (max-width: 767px) {
            .fb-chat-section .chat-part .second ul li {
              font-size: 18px;
              text-align: center; } }
          .fb-chat-section .chat-part .second ul li .fa {
            font-size: 15px;
            color: #00AEF2;
            margin-right: 5px; }
  .fb-chat-section .button-wrap .inner {
    position: relative;
    display: inline-block; }
  .fb-chat-section .button-wrap .decor {
    color: #00AFF2;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    display: block;
    font-family: 'Caveat', cursive;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .fb-chat-section .button-wrap .decor {
        font-size: 24px; } }
  .fb-chat-section .button-wrap .sb-btn {
    position: relative; }
    .fb-chat-section .button-wrap .sb-btn .icon {
      width: 75px;
      height: 30px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      position: absolute;
      left: -70px;
      top: 0;
      transform: rotate(-99deg); }
      @media (max-width: 767px) {
        .fb-chat-section .button-wrap .sb-btn .icon {
          transform: rotate(-115deg);
          left: -80px; } }

@keyframes pulse_dots1 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.25); }
  60% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes pulse_dots2 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes pulse_dots3 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  60% {
    transform: scale(1.25); }
  80% {
    transform: scale(1); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes move_user1 {
  0% {
    transform: scale(1); }
  15% {
    transform: scale(1.1); }
  30% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes move_user2 {
  0% {
    transform: scale(1); }
  15% {
    transform: scale(1); }
  30% {
    transform: scale(1.1); }
  45% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

.ibob-section {
  background-color: #253246;
  padding: 100px 0 90px 0;
  text-align: center;
  color: #fff; }
  @media (max-width: 1024px) {
    .ibob-section {
      padding: 50px 0 40px 0; } }
  @media (max-width: 767px) {
    .ibob-section {
      padding: 35px 0 45px 0; } }
  .ibob-section .title {
    font-size: 32px;
    padding: 0 25%;
    line-height: 34px;
    font-family: "Mulish";
    font-weight: 800;
    color: #fff; }
    @media (max-width: 1024px) {
      .ibob-section .title {
        padding: 0;
        font-size: 20px;
        line-height: 32px; } }
  .ibob-section .support-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .ibob-section .support-part {
        flex-direction: column;
        margin-bottom: 20px; }
        .ibob-section .support-part .flex-item {
          width: 100%; }
          .ibob-section .support-part .flex-item.first {
            width: auto; } }
    .ibob-section .support-part .photo {
      position: relative;
      padding-right: 175px; }
      @media (max-width: 767px) {
        .ibob-section .support-part .photo {
          margin-left: auto;
          margin-right: auto;
          margin-top: 20px;
          margin-bottom: 20px;
          padding-right: 160px; } }
      .ibob-section .support-part .photo .client.c-1 {
        position: absolute;
        width: 137px;
        height: 91px;
        right: 0;
        top: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/voice-booking/ibob-client-1.png);
        animation: move_user1 3s infinite; }
        @media (max-width: 767px) {
          .ibob-section .support-part .photo .client.c-1 {
            top: 0; } }
      .ibob-section .support-part .photo .client.c-2 {
        position: absolute;
        width: 116px;
        height: 79px;
        right: 35px;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/voice-booking/ibob-client-2.png);
        animation: move_user2 3s infinite; }
        @media (max-width: 767px) {
          .ibob-section .support-part .photo .client.c-2 {
            bottom: -20px; } }
      .ibob-section .support-part .photo .img {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/voice-booking/ibob.png);
        position: relative; }
        @media (max-width: 767px) {
          .ibob-section .support-part .photo .img {
            width: 140px;
            height: 140px;
            -webkit-background-size: 140px;
            background-size: 140px; } }
        .ibob-section .support-part .photo .img .dots {
          position: absolute;
          right: -18px;
          top: -18px;
          width: 78px;
          height: 42px;
          border-radius: 30px;
          background-color: #00AEF2;
          z-index: 20; }
          .ibob-section .support-part .photo .img .dots:after {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-left: 14px solid #00AEF2;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
            position: absolute;
            bottom: -8px;
            left: 20px; }
          .ibob-section .support-part .photo .img .dots .dot {
            width: 10px;
            height: 10px;
            position: absolute;
            top: 16px;
            border-radius: 50%;
            background-color: #fff; }
            .ibob-section .support-part .photo .img .dots .dot.d-1 {
              left: 15px;
              animation: pulse_dots1 1.5s infinite; }
            .ibob-section .support-part .photo .img .dots .dot.d-2 {
              left: 34px;
              animation: pulse_dots2 1.5s infinite; }
            .ibob-section .support-part .photo .img .dots .dot.d-3 {
              left: 52px;
              animation: pulse_dots3 1.5s infinite; }
        .ibob-section .support-part .photo .img:after {
          display: block;
          content: "";
          border: 1px solid #fff;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: transparent;
          border-radius: 50%;
          animation: support_pulse 2s infinite; }
      .ibob-section .support-part .photo .clock-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #00AEF2;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/voice-booking/ibob-clock.png);
        position: absolute;
        bottom: -7px;
        left: -4px;
        z-index: 15; }
    .ibob-section .support-part .second {
      padding-left: 75px; }
      @media (max-width: 767px) {
        .ibob-section .support-part .second {
          padding-left: 0; } }
      .ibob-section .support-part .second ul {
        text-align: left; }
        .ibob-section .support-part .second ul li {
          font-size: 21px;
          line-height: 30px;
          margin: 13px 0; }
          @media (max-width: 767px) {
            .ibob-section .support-part .second ul li {
              font-size: 18px;
              text-align: center; } }
          .ibob-section .support-part .second ul li .fa {
            font-size: 15px;
            color: #00AEF2;
            margin-right: 5px; }
  .ibob-section .button-wrap .inner {
    position: relative;
    display: inline-block; }
  .ibob-section .button-wrap .decor {
    color: #00AFF2;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    display: block;
    font-family: 'Caveat', cursive;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .ibob-section .button-wrap .decor {
        font-size: 24px; } }
  .ibob-section .button-wrap .sb-btn {
    position: relative;
    margin: 8px; }
    .ibob-section .button-wrap .sb-btn .icon {
      width: 75px;
      height: 30px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      position: absolute;
      left: -70px;
      top: 0;
      transform: rotate(-99deg); }
      @media (max-width: 767px) {
        .ibob-section .button-wrap .sb-btn .icon {
          transform: rotate(-115deg);
          left: -80px; } }

.gdpr-section {
  position: relative;
  background-color: #253246;
  padding: 80px 0 90px 0;
  text-align: center;
  color: #fff;
  background-image: url(/v2/images/simplybook/gdpr/holidays-gdpr-bg-min.png);
  background-repeat: repeat-x;
  background-position: top center;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .gdpr-section {
      padding: 50px 0 40px 0; } }
  @media (max-width: 767px) {
    .gdpr-section {
      padding: 35px 0 45px 0; } }
  .gdpr-section .title {
    font-size: 32px;
    padding: 0 10%;
    line-height: 1.5;
    font-family: "Mulish";
    font-weight: 800;
    color: #fff; }
    @media (max-width: 1024px) {
      .gdpr-section .title {
        padding: 0;
        font-size: 20px;
        line-height: 32px; } }
  .gdpr-section .image-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .gdpr-section .image-part {
        flex-wrap: wrap; } }
  .gdpr-section .first {
    width: 265px;
    height: 265px;
    line-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/v2/images/simplybook/gdpr/holliday-promo-min.png);
    background-size: contain;
    border: 1px solid transparent;
    font-family: "Mulish";
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .gdpr-section .first {
        margin: 0 auto; } }
    .gdpr-section .first .star {
      display: none;
      position: absolute;
      width: 33px;
      height: 32px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/v2/images/simplybook/gdpr/star.png);
      transition: all .3s ease; }
      .gdpr-section .first .star.s-1 {
        top: 0;
        left: 44%;
        transition-delay: 100ms; }
      .gdpr-section .first .star.s-2 {
        top: 14px;
        left: 66%;
        transition-delay: 200ms; }
      .gdpr-section .first .star.s-3 {
        top: 58px;
        left: 82%;
        transition-delay: 300ms; }
      .gdpr-section .first .star.s-4 {
        top: 116px;
        left: 88%;
        transition-delay: 400ms; }
      .gdpr-section .first .star.s-5 {
        bottom: 58px;
        left: 82%;
        transition-delay: 500ms; }
      .gdpr-section .first .star.s-6 {
        bottom: 14px;
        left: 66%;
        transition-delay: 600ms; }
      .gdpr-section .first .star.s-7 {
        bottom: 0;
        left: 44%;
        transition-delay: 700ms; }
      .gdpr-section .first .star.s-8 {
        bottom: 14px;
        right: 66%;
        transition-delay: 800ms; }
      .gdpr-section .first .star.s-9 {
        bottom: 58px;
        right: 82%;
        transition-delay: 900ms; }
      .gdpr-section .first .star.s-10 {
        top: 116px;
        right: 88%;
        transition-delay: 1000ms; }
      .gdpr-section .first .star.s-11 {
        top: 58px;
        right: 82%;
        transition-delay: 1100ms; }
      .gdpr-section .first .star.s-12 {
        top: 14px;
        right: 66%;
        transition-delay: 1200ms; }
    .gdpr-section .first:hover .star {
      transform: scale(1.3); }
  .gdpr-section .second {
    padding-left: 75px; }
    @media (max-width: 767px) {
      .gdpr-section .second {
        padding-left: 0;
        width: 100%;
        margin-top: 25px; } }
    .gdpr-section .second ul {
      text-align: left; }
      .gdpr-section .second ul li {
        font-size: 21px;
        line-height: 30px;
        margin: 13px 0; }
        @media (max-width: 767px) {
          .gdpr-section .second ul li {
            font-size: 18px;
            text-align: center; } }
        .gdpr-section .second ul li .fa {
          font-size: 15px;
          color: #00AEF2;
          margin-right: 5px; }
  .gdpr-section .button-wrap .inner {
    position: relative;
    display: inline-block; }
  .gdpr-section .button-wrap .sb-btn {
    position: relative; }
  .gdpr-section .snow {
    background-image: url(/v2/images/simplybook/gdpr/snow-1.png), url(/v2/images/simplybook/gdpr/snow-2.png);
    animation: snow 25s linear infinite;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0.4; }

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

#sbm-templates-section {
  background-color: #fff;
  padding: 70px 0; }
  @media (max-width: 767px) {
    #sbm-templates-section {
      padding: 40px 0; } }
  #sbm-templates-section .title {
    color: #253246;
    margin-top: 0;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      #sbm-templates-section .title {
        margin-bottom: 40px; } }
  #sbm-templates-section .decor-element {
    font-size: 32px;
    color: #00AFF2;
    font-family: "Caveat", cursive;
    position: absolute;
    font-weight: 400;
    right: 0;
    top: 0;
    transform: rotate(-10deg); }
    @media (max-width: 1366px) {
      #sbm-templates-section .decor-element {
        display: none; } }
  #sbm-templates-section .img-content {
    margin-bottom: 85px; }
    @media (max-width: 1024px) {
      #sbm-templates-section .img-content {
        margin-bottom: 40px; } }
    #sbm-templates-section .img-content .custom-row {
      margin: 0 -40px; }
      @media (max-width: 1366px) {
        #sbm-templates-section .img-content .custom-row {
          margin: 0; } }
      #sbm-templates-section .img-content .custom-row .img-item {
        padding: 0 40px;
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          #sbm-templates-section .img-content .custom-row .img-item {
            padding: 0 10px; } }
    #sbm-templates-section .img-content .img {
      border: 1px solid #f2f4f6;
      overflow: hidden; }
      #sbm-templates-section .img-content .img:hover img {
        transform: scale(1.05); }
      #sbm-templates-section .img-content .img img {
        transition: all .6s ease;
        display: block;
        width: 100%;
        height: auto; }
  #sbm-templates-section .txt-content {
    color: #253246; }
    #sbm-templates-section .txt-content .left-block .top {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 40px; }
      #sbm-templates-section .txt-content .left-block .top .very-small-title {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        margin-top: 15px;
        display: flex;
        align-items: center;
        margin-right: 20px; }
        @media (max-width: 1024px) {
          #sbm-templates-section .txt-content .left-block .top .very-small-title {
            width: 100%;
            margin-right: 0; } }
        #sbm-templates-section .txt-content .left-block .top .very-small-title img {
          width: 28px;
          height: 28px;
          margin-right: 12px; }
        #sbm-templates-section .txt-content .left-block .top .very-small-title.title-4 a {
          color: #2d3547; }
          #sbm-templates-section .txt-content .left-block .top .very-small-title.title-4 a:hover {
            color: #06adef; }
        #sbm-templates-section .txt-content .left-block .top .very-small-title.title-4 img {
          width: 37px;
          height: 37px; }
    #sbm-templates-section .txt-content .left-block .text {
      font-size: 18px;
      font-weight: 300;
      padding-right: 15px; }
      @media (max-width: 1024px) {
        #sbm-templates-section .txt-content .left-block .text {
          font-size: 16px;
          margin-top: 35px; } }
    #sbm-templates-section .txt-content .right-block .checklist li {
      font-weight: 600;
      padding-left: 29px;
      font-size: 18px;
      margin-bottom: 15px;
      position: relative; }
      @media (max-width: 1024px) {
        #sbm-templates-section .txt-content .right-block .checklist li {
          font-size: 16px;
          margin-bottom: 10px; } }
      #sbm-templates-section .txt-content .right-block .checklist li:before {
        display: block;
        content: "";
        width: 10px;
        height: 20px;
        border-right: 3px solid #06adef;
        border-bottom: 3px solid #06adef;
        position: absolute;
        left: 0;
        top: -1px;
        transform: rotate(45deg); }
        @media (max-width: 767px) {
          #sbm-templates-section .txt-content .right-block .checklist li:before {
            left: 5px;
            top: -2px; } }
    #sbm-templates-section .txt-content .button-wrap {
      text-align: center;
      margin-top: 40px; }
      @media (max-width: 767px) {
        #sbm-templates-section .txt-content .button-wrap {
          margin-top: 20px; } }

#sbm-custom-reviews-section {
  background-color: #F3F5F7;
  padding: 60px 0 60px 0; }
  #sbm-custom-reviews-section .column {
    position: relative; }
  #sbm-custom-reviews-section #custom_reviews {
    margin-top: 70px; }
    @media (max-width: 1024px) {
      #sbm-custom-reviews-section #custom_reviews {
        margin-top: 35px; } }
    #sbm-custom-reviews-section #custom_reviews .slick-track {
      padding: 15px 0; }
    #sbm-custom-reviews-section #custom_reviews .slick-slide {
      text-align: center;
      color: #253246;
      width: 100%;
      max-width: 750px;
      background-color: #fff;
      margin: 0 40px;
      box-shadow: 0px 0px 18px rgba(37, 50, 70, 0.15);
      padding: 40px 60px;
      transition: all 1s ease;
      transform: scale(0.8); }
      @media (max-width: 767px) {
        #sbm-custom-reviews-section #custom_reviews .slick-slide {
          max-width: 480px;
          margin: 0 15px; } }
      @media (max-width: 480px) {
        #sbm-custom-reviews-section #custom_reviews .slick-slide {
          max-width: 320px;
          padding: 20px; } }
      #sbm-custom-reviews-section #custom_reviews .slick-slide.slick-center {
        transform: scale(1); }
      #sbm-custom-reviews-section #custom_reviews .slick-slide .review-title {
        font-weight: 700;
        font-family: "Mulish";
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 0; }
        @media (max-width: 1024px) {
          #sbm-custom-reviews-section #custom_reviews .slick-slide .review-title {
            font-size: 18px;
            margin-bottom: 20px; } }
      #sbm-custom-reviews-section #custom_reviews .slick-slide .text {
        font-size: 18px;
        line-height: 28px;
        color: #788291;
        font-weight: 300; }
        @media (max-width: 1024px) {
          #sbm-custom-reviews-section #custom_reviews .slick-slide .text {
            font-size: 16px;
            line-height: 22px; } }
      #sbm-custom-reviews-section #custom_reviews .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100px;
        border-radius: 50%;
        margin: 30px auto 20px auto; }
      #sbm-custom-reviews-section #custom_reviews .slick-slide .customer-data {
        font-size: 18px;
        font-family: "Mulish";
        font-weight: 700; }
        @media (max-width: 1024px) {
          #sbm-custom-reviews-section #custom_reviews .slick-slide .customer-data {
            font-size: 16px; } }
        #sbm-custom-reviews-section #custom_reviews .slick-slide .customer-data .data-item {
          margin-bottom: 0px; }
          #sbm-custom-reviews-section #custom_reviews .slick-slide .customer-data .data-item.position {
            font-weight: 400; }
      #sbm-custom-reviews-section #custom_reviews .slick-slide .stars {
        width: 120px;
        height: 24px;
        background-image: url(/v2/images/simplybook/ics/all-stars.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin: 15px auto 0 auto;
        float: none; }
    @media (max-width: 480px) {
      #sbm-custom-reviews-section #custom_reviews.asia_reviews {
        margin-top: 0; } }
    #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide {
      padding: 0;
      margin: 0;
      max-width: 900px; }
      @media (max-width: 1024px) {
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide {
          max-width: 480px; } }
      @media (max-width: 480px) {
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide {
          max-width: 320px; } }
      #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex {
        display: flex;
        max-height: 460px;
        position: relative; }
        @media (max-width: 1024px) {
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex {
            flex-wrap: wrap; } }
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex:hover .image-part {
          opacity: .7; }
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .review-blog-link {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          cursor: pointer; }
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .review-blog-link:focus {
            outline: none; }
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .image-part {
          width: 60%;
          padding-left: 20px;
          padding-right: 20px;
          display: flex;
          background-color: #06adef;
          transition: all .3s ease; }
          @media (max-width: 1024px) {
            #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .image-part {
              max-height: 230px; } }
          @media (max-width: 1024px) {
            #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .image-part {
              width: 100%; } }
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .image-part img {
            border-radius: 0;
            max-width: none;
            margin: auto; }
            @media (max-width: 1024px) {
              #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .image-part img {
                max-width: 290px; } }
        #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part {
          width: 40%;
          text-align: left;
          padding: 35px;
          position: relative; }
          @media (max-width: 1024px) {
            #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part {
              width: 100%;
              padding: 20px; } }
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part .logo {
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(/v2/images/simplybook/new/simplybook.svg);
            width: 130px;
            height: 30px;
            -webkit-background-size: 100%;
            background-size: 100%;
            position: absolute;
            left: 35px;
            bottom: 35px; }
            @media (max-width: 1024px) {
              #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part .logo {
                position: static;
                display: block;
                margin-top: 15px; } }
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part .review-title {
            margin-bottom: 30px; }
            @media (max-width: 1024px) {
              #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part .review-title {
                margin-bottom: 15px; } }
          #sbm-custom-reviews-section #custom_reviews.asia_reviews .slick-slide .slide-flex .text-part .review-text {
            font-size: 14px; }
    #sbm-custom-reviews-section #custom_reviews.asia_reviews + .review-companies + .button-wrap {
      display: none; }
  #sbm-custom-reviews-section .slick-dots li button {
    border-radius: 50%;
    border: 2px solid #D2D9E2;
    width: 12px;
    height: 12px; }
    #sbm-custom-reviews-section .slick-dots li button:before {
      content: ""; }
  #sbm-custom-reviews-section .slick-dots li.slick-active button {
    background-color: #D2D9E2; }
  #sbm-custom-reviews-section .button-wrap {
    margin-top: 45px;
    text-align: center; }

.reviews-module {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  display: none; }
  @media (min-width: 1366px) {
    .reviews-module {
      display: block; } }
  .reviews-module .stars {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 10px; }
    .reviews-module .stars .star {
      margin-right: 3px;
      width: 20px;
      height: 20px;
      display: inline-block;
      background-image: url(/v2/images/simplybook/ics/star.png);
      background-repeat: no-repeat;
      background-position: 50% center; }
    .reviews-module .stars .rate {
      font-family: "Mulish";
      font-weight: 800;
      font-size: 16px;
      color: #253246;
      margin-left: 14px;
      margin-bottom: -4px; }
  .reviews-module .item {
    padding: 15px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 10px 0; }
  .reviews-module .logo {
    display: flex;
    justify-content: flex-end; }

#sbm-section-with-devices {
  padding: 165px 0 50px 0;
  position: relative; }
  @media (max-width: 1024px) {
    #sbm-section-with-devices {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    #sbm-section-with-devices {
      text-align: center; } }
  #sbm-section-with-devices .title-big {
    margin-bottom: 55px;
    color: #253246; }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .title-big {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #sbm-section-with-devices .title-big {
        margin-top: 30px;
        text-align: left; } }
    @media (max-width: 767px) {
      #sbm-section-with-devices .title-big.with-decor {
        padding-left: 0; }
        #sbm-section-with-devices .title-big.with-decor:before {
          display: none; } }
  #sbm-section-with-devices .left-wrap {
    padding-right: 30px; }
    @media (max-width: 767px) {
      #sbm-section-with-devices .left-wrap {
        padding-right: 0; } }
  #sbm-section-with-devices .text {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 40; }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .text {
        font-size: 16px;
        line-height: 26px; } }
  #sbm-section-with-devices .content {
    width: 50%; }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .content {
        width: 100%; } }
  #sbm-section-with-devices .devices-img {
    width: 48%;
    height: 920px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: -100px;
    right: 0px; }
    @media (min-width: 1921px) {
      #sbm-section-with-devices .devices-img {
        width: 964px;
        background-position: right center; } }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .devices-img {
        display: none; } }
  #sbm-section-with-devices .double-section {
    margin-top: 160px; }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .double-section {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      #sbm-section-with-devices .double-section {
        margin-top: 0px; } }
    #sbm-section-with-devices .double-section .checklist {
      margin: 30px 0; }
      @media (max-width: 767px) {
        #sbm-section-with-devices .double-section .checklist {
          text-align: left; } }
      #sbm-section-with-devices .double-section .checklist li {
        font-weight: 600;
        padding-left: 29px;
        font-size: 18px;
        margin-bottom: 9px;
        position: relative;
        color: #253246; }
        @media (max-width: 1024px) {
          #sbm-section-with-devices .double-section .checklist li {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #sbm-section-with-devices .double-section .checklist li {
            padding-left: 0; } }
        #sbm-section-with-devices .double-section .checklist li:before {
          display: inline-block;
          position: absolute;
          top: 1px;
          left: 0;
          margin-right: 10px;
          content: "\f00c";
          font-family: "Font Awesome 5 Pro";
          font-size: 16px;
          color: #00ABEC; }
          @media (max-width: 767px) {
            #sbm-section-with-devices .double-section .checklist li:before {
              position: static; } }
    #sbm-section-with-devices .double-section .sb-btn {
      margin-top: 50px; }
    #sbm-section-with-devices .double-section .very-small-title {
      font-size: 18px;
      font-weight: 600;
      color: #253246; }
    #sbm-section-with-devices .double-section .video-wrap {
      position: relative; }
      #sbm-section-with-devices .double-section .video-wrap .video {
        position: relative;
        width: 100%;
        max-width: 300px;
        display: inline-block;
        margin-top: 25px; }
        #sbm-section-with-devices .double-section .video-wrap .video .play-link {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: flex; }
          #sbm-section-with-devices .double-section .video-wrap .video .play-link .icon {
            color: #fff;
            font-size: 29px;
            width: 75px;
            height: 75px;
            background-color: rgba(45, 53, 71, 0.6);
            text-align: center;
            line-height: 77px;
            margin: auto;
            border-radius: 50%;
            padding-left: 6px;
            transition: all .35s ease; }
          #sbm-section-with-devices .double-section .video-wrap .video .play-link:hover .icon {
            background-color: #2d3547; }
      #sbm-section-with-devices .double-section .video-wrap .decor-element {
        font-size: 32px;
        font-family: "Caveat", cursive;
        color: #00AFF2;
        line-height: 38px;
        width: 255px;
        position: absolute;
        right: 0px;
        top: 75px; }
        @media (max-width: 1366px) {
          #sbm-section-with-devices .double-section .video-wrap .decor-element {
            display: none; } }
  #sbm-section-with-devices .video-popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    height: 500px;
    display: none; }
    @media (max-width: 1024px) {
      #sbm-section-with-devices .video-popup-wrapper {
        max-width: 550px;
        height: 300px; } }
    @media (max-width: 767px) {
      #sbm-section-with-devices .video-popup-wrapper {
        max-width: 400px;
        height: 170px; } }
    #sbm-section-with-devices .video-popup-wrapper.active {
      display: block; }
    #sbm-section-with-devices .video-popup-wrapper iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
    #sbm-section-with-devices .video-popup-wrapper .close_popup {
      position: absolute;
      right: 0;
      top: -55px;
      z-index: 30;
      width: 40px;
      padding-left: 1px;
      height: 40px;
      background-color: #00AEF2;
      color: #fff;
      font-size: 22px;
      text-align: center;
      line-height: 41px;
      cursor: pointer;
      border-radius: 50%;
      transition: all .3s ease; }
      #sbm-section-with-devices .video-popup-wrapper .close_popup:hover {
        opacity: .7; }

#sbm-landing-blog {
  background-color: #F3F5F7;
  padding: 50px 0 70px 0; }
  #sbm-landing-blog .item {
    margin-top: 45px;
    box-shadow: 0 0 18px rgba(37, 50, 70, 0.25); }
    @media (max-width: 1024px) {
      #sbm-landing-blog .item {
        margin-top: 30px; } }
    #sbm-landing-blog .item .img {
      position: relative;
      overflow: hidden;
      transition: all 1s ease;
      height: 305px;
      display: flex;
      width: 100%; }
      #sbm-landing-blog .item .img img {
        transition: all 1s ease;
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover; }
      #sbm-landing-blog .item .img:hover {
        opacity: .8; }
        #sbm-landing-blog .item .img:hover img {
          transform: scale(1.13); }
      #sbm-landing-blog .item .img .link {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 20; }
    #sbm-landing-blog .item .content {
      padding: 30px;
      background-color: #fff;
      font-size: 18px; }
      @media (max-width: 1024px) {
        #sbm-landing-blog .item .content {
          font-size: 16px; } }
      @media (max-width: 767px) {
        #sbm-landing-blog .item .content {
          padding: 15px; } }
      #sbm-landing-blog .item .content .very-small-title {
        color: #253246;
        line-height: 28px;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 24px;
        margin-top: 0;
        height: 56px;
        overflow: hidden; }
        @media (max-width: 1024px) {
          #sbm-landing-blog .item .content .very-small-title {
            font-size: 17px; } }
      #sbm-landing-blog .item .content .text {
        font-weight: 300;
        line-height: 28px;
        height: 112px;
        overflow: hidden; }
      #sbm-landing-blog .item .content .button-wrap {
        text-align: right;
        margin-top: 23px; }
      #sbm-landing-blog .item .content .more {
        display: inline-block;
        color: #00AFF2;
        font-weight: 600; }
  #sbm-landing-blog .bottom-btns-wrap {
    text-align: center;
    margin-top: 45px; }
    #sbm-landing-blog .bottom-btns-wrap .sb-btn {
      margin: 5px;
      padding-left: 63px;
      padding-right: 63px; }
      @media (max-width: 767px) {
        #sbm-landing-blog .bottom-btns-wrap .sb-btn {
          padding-left: 40px;
          padding-right: 40px; } }

#sbm-payment-logos {
  padding: 70px 0; }
  @media (max-width: 1024px) {
    #sbm-payment-logos {
      padding: 40px 0; } }
  #sbm-payment-logos .logos-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #sbm-payment-logos .logos-wrap img {
      margin: 8px; }
      @media (max-width: 767px) {
        #sbm-payment-logos .logos-wrap img {
          max-width: 75px; } }

.video-tutorials {
  padding: 50px 0 90px 0;
  color: #253246; }
  @media (max-width: 1024px) {
    .video-tutorials {
      padding: 30px 0 45px 0; } }
  .video-tutorials .video-title {
    font-size: 25px;
    font-weight: 700;
    font-family: "Mulish";
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .video-tutorials .video-title {
        font-size: 18px; } }
  .video-tutorials .video {
    position: relative; }
    .video-tutorials .video img {
      display: block;
      width: 100%; }
    .video-tutorials .video .play-link {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      background-color: rgba(37, 50, 70, 0.25); }
      .video-tutorials .video .play-link:hover .icon {
        background-color: #253246; }
      .video-tutorials .video .play-link .icon {
        color: #fff;
        font-size: 29px;
        width: 75px;
        height: 75px;
        background-color: rgba(45, 53, 71, 0.6);
        text-align: center;
        line-height: 77px;
        margin: auto;
        border-radius: 50%;
        padding-left: 6px;
        transition: all .35s ease; }
  .video-tutorials .button-wrap .sb-btn {
    margin-top: 100px; }
    @media (max-width: 1024px) {
      .video-tutorials .button-wrap .sb-btn {
        margin-top: 30px; } }
  .video-tutorials .video-popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    height: 500px;
    display: none; }
    @media (max-width: 1024px) {
      .video-tutorials .video-popup-wrapper {
        max-width: 550px;
        height: 300px; } }
    @media (max-width: 767px) {
      .video-tutorials .video-popup-wrapper {
        max-width: 400px;
        height: 170px; } }
    .video-tutorials .video-popup-wrapper iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
    .video-tutorials .video-popup-wrapper .close_popup {
      position: absolute;
      right: 0;
      top: -55px;
      z-index: 30;
      width: 40px;
      height: 40px;
      background-color: #00AEF2;
      color: #fff;
      padding-left: 1px;
      font-size: 22px;
      text-align: center;
      line-height: 41px;
      cursor: pointer;
      border-radius: 50%;
      transition: all .3s ease; }
      .video-tutorials .video-popup-wrapper .close_popup:hover {
        opacity: .7; }

@keyframes flash_dot {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.7); } }

#sbm-custom-map-companies {
  padding: 55px 0;
  background-color: #fff; }
  @media (max-width: 992px) {
    #sbm-custom-map-companies {
      display: none; } }
  #sbm-custom-map-companies #sbm_map_block {
    margin-top: 40px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 0;
    padding-top: 59.49%;
    position: relative;
    background-image: url(/v2/images/simplybook/map_bg.png); }
    #sbm-custom-map-companies #sbm_map_block .three_last_companies {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
      #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area {
        position: absolute;
        left: 40px;
        top: 40px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0;
        transition: all .7s ease;
        background-color: #00AFF2;
        transform: scale(0.8); }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.visible {
          opacity: 1;
          transform: scale(1); }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.visible:after {
            animation-name: flash_dot;
            animation-duration: 1s;
            animation-iteration-count: infinite; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area:after {
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 0;
          border: 1px solid #00AFF2; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item {
          padding: 12px 60px 12px 85px;
          min-width: 340px;
          border-radius: 6px;
          position: absolute;
          left: -14px;
          height: 90px;
          top: -105px;
          background-color: #fff;
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
          z-index: 40; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item:before {
            display: block;
            content: "";
            width: 0%;
            height: 0%;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            position: absolute;
            left: 10px;
            z-index: 30;
            border-top: 9px solid #fff;
            border-bottom: none;
            top: auto;
            bottom: -8px; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item:after {
            display: block;
            content: "";
            width: 0%;
            height: 0%;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 10px solid #ccc;
            position: absolute;
            left: 10px;
            z-index: 10;
            border-bottom: none;
            top: auto;
            bottom: -10px; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box {
            display: flex;
            height: 100%; }
            #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .link_to_booking_troll {
              font-size: 40px;
              position: absolute;
              top: 17px;
              color: #06adef;
              right: 25px; }
            #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box img {
              max-width: 45px;
              position: absolute;
              left: 19px;
              top: 20px; }
            #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .right_block {
              margin: auto;
              width: 100%; }
              #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .right_block .flex-row {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
                width: 100%; }
                #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .right_block .flex-row p {
                  font-size: 16px;
                  font-family: "Mulish";
                  line-height: 20px; }
                #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .right_block .flex-row p:nth-of-type(odd) {
                  font-weight: 700;
                  padding-right: 12px;
                  text-align: right;
                  width: 40%; }
                #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item .flex_box .right_block .flex-row p:nth-of-type(even) {
                  width: 60%; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area .company_item p {
            margin: 0; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.top_left {
          top: 0;
          left: 0; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_left_center {
          left: 125px;
          top: 350px; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_left .company_item {
          left: -124px; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_left .company_item:before, #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_left .company_item:after {
            left: 120px; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_right .company_item {
          left: -206px; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_right .company_item:before, #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_middle_right .company_item:after {
            right: 120px;
            left: auto; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_right .company_item {
          left: -316px; }
          #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_right .company_item:before, #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.in_right .company_item:after {
            left: auto;
            right: 10px; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.top_right {
          top: 0;
          right: 0;
          left: auto; }
        #sbm-custom-map-companies #sbm_map_block .three_last_companies .marked_area.right_center {
          right: 100px;
          top: 300px;
          left: auto; }

.custom-cover {
  padding-top: 78px;
  text-align: center;
  min-height: 590px;
  display: flex; }
  .custom-cover .column {
    margin: auto;
    width: 100%; }
  .custom-cover .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .custom-cover .flex .f-left,
      .custom-cover .flex .f-right {
        display: none; } }
  .custom-cover .title,
  .custom-cover .sub-title {
    color: #253246;
    font-family: "Mulish";
    font-weight: 800; }
  .custom-cover .title {
    line-height: 32px;
    font-size: 24px; }
  .custom-cover .blue {
    color: #06adef; }
  .custom-cover #header-btn-bar {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .custom-cover #header-btn-bar {
        margin-top: 18px; } }
    .custom-cover #header-btn-bar .sb-btn {
      padding: 12px 25px;
      font-size: 18px; }
    .custom-cover #header-btn-bar .sbm-btn-reg {
      margin-right: 5px;
      margin-left: 5px; }
    .custom-cover #header-btn-bar .sbm-btn-demo {
      margin-left: 5px;
      margin-right: 5px; }

.nice-blocks {
  background-color: #fff; }

.nice-map .nice-item .nice-content {
  padding: 0; }
  .nice-map .nice-item .nice-content .nice-subtext {
    padding: 0 30px 30px 30px; }
    @media (max-width: 767px) {
      .nice-map .nice-item .nice-content .nice-subtext {
        padding: 0 15px 15px 15px; } }

.nice-item {
  width: 100%;
  display: inline-block;
  border: 1px solid #E7ECF7;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .nice-item {
      margin-bottom: 15px; } }
  .nice-item.active .nice-title .sb_show_nice:before {
    transform: rotate(90deg); }
  .nice-item .nice-title {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 24px;
    color: #2d3547;
    padding: 20px 20px 20px 70px;
    position: relative;
    cursor: pointer;
    margin: 0; }
    @media (max-width: 1024px) {
      .nice-item .nice-title {
        font-size: 21px; } }
    .nice-item .nice-title.active .sb_show_nice:before {
      transform: rotate(0deg); }
    .nice-item .nice-title .sb_show_nice {
      position: absolute;
      left: 27px;
      top: 22px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      display: inline-block; }
      @media (max-width: 1024px) {
        .nice-item .nice-title .sb_show_nice {
          top: 18px;
          right: 14px; } }
      .nice-item .nice-title .sb_show_nice:after {
        display: block;
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        left: 3px;
        top: 12px;
        background-color: #00AEF2; }
      .nice-item .nice-title .sb_show_nice:before {
        display: block;
        content: "";
        position: absolute;
        width: 4px;
        height: 24px;
        left: 13px;
        top: 2px;
        background-color: #00AEF2;
        transition: all .3s ease;
        transform: rotate(90deg); }
  .nice-item .nice-content {
    padding: 0 30px 30px 30px; }
    .nice-item .nice-content .sb-text {
      margin: 0; }
    .nice-item .nice-content a {
      color: #06adef; }
    @media (max-width: 767px) {
      .nice-item .nice-content {
        padding: 15px; } }
    .nice-item .nice-content .icon {
      width: 150px;
      height: 150px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: 150px;
      background-size: 150px;
      margin: 0 auto 35px auto; }

.faq-section .title {
  text-align: center;
  font-weight: 800;
  font-family: "Mulish";
  font-size: 36px;
  margin: 40px 0;
  color: #2d3547; }
  @media (max-width: 1366px) {
    .faq-section .title {
      font-size: 32px; } }
  @media (max-width: 1024px) {
    .faq-section .title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .faq-section .title {
      font-size: 24px;
      margin: 30px 0; } }
  .faq-section .title span {
    color: #06adef; }

.video-calls {
  padding: 90px 0;
  background: #F3F5F7; }
  @media (max-width: 767px) {
    .video-calls {
      padding: 60px 0; } }
  .video-calls__header {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .video-calls__header {
        margin-bottom: 10px; } }
  .video-calls__title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #253246;
    text-align: center; }
  .video-calls__subtitle {
    max-width: 450px;
    margin: 0 auto;
    color: #253246;
    text-align: center; }
  .video-calls__wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .video-calls__wrapper {
        flex-direction: column; } }
  .video-calls__content {
    max-width: 45%; }
    @media (max-width: 1024px) {
      .video-calls__content {
        max-width: 600px;
        margin: 0 auto;
        text-align: center; } }
  .video-calls__text {
    color: #253246;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .video-calls__text {
        margin-bottom: 20px; } }
  .video-calls__image {
    position: relative;
    max-width: 60%;
    padding-left: 80px; }
    @media (max-width: 1024px) {
      .video-calls__image {
        max-width: 50%;
        padding: 0;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .video-calls__image {
        max-width: 80%; } }
  .video-calls__play-link {
    position: absolute;
    display: flex;
    width: 75px;
    height: 75px;
    left: 56%;
    transform: translate(-50%, -50%);
    top: 56%; }
    @media (max-width: 1024px) {
      .video-calls__play-link {
        left: 50%; } }
    .video-calls__play-link .icon {
      color: #fff;
      font-size: 29px;
      width: 75px;
      height: 75px;
      background-color: rgba(45, 53, 71, 0.6);
      text-align: center;
      line-height: 77px;
      margin: auto;
      border-radius: 50%;
      padding-left: 6px;
      transition: all .35s ease; }
  .video-calls .video-popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    height: 500px;
    display: none; }
    @media (max-width: 1024px) {
      .video-calls .video-popup-wrapper {
        max-width: 600px;
        height: 400px; } }
    @media (max-width: 767px) {
      .video-calls .video-popup-wrapper {
        max-width: 400px;
        height: 300px; } }
    .video-calls .video-popup-wrapper .close_popup {
      position: absolute;
      right: 0;
      top: -55px;
      z-index: 30;
      width: 40px;
      padding-left: 1px;
      height: 40px;
      background-color: #00AEF2;
      color: #fff;
      font-size: 22px;
      text-align: center;
      line-height: 41px;
      cursor: pointer;
      border-radius: 50%;
      transition: all .3s ease; }
    .video-calls .video-popup-wrapper iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
  .video-calls__btn {
    margin: 5px; }
    .video-calls__btn-wrapper {
      margin: -5px; }

.covid-developments {
  padding: 90px 0;
  background: #F3F5F7; }
  @media (max-width: 1024px) {
    .covid-developments {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .covid-developments {
      padding: 60px 0; } }
  .covid-developments__header {
    max-width: 480px;
    margin: 0 auto 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .covid-developments__header {
        margin-bottom: 30px; } }
    .covid-developments__header-title {
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 600;
      color: #253246; }
  .covid-developments__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 -10px; }
    @media (max-width: 1024px) {
      .covid-developments__list {
        margin: 0 -10px; } }
    @media (max-width: 767px) {
      .covid-developments__list {
        margin: 0; } }
  .covid-developments__item {
    width: calc(33.333% - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 45px;
    text-align: center;
    background: #fff;
    transition: .3s ease; }
    .covid-developments__item:hover {
      box-shadow: 0 0 15px 7px rgba(37, 50, 70, 0.1); }
    @media (max-width: 1024px) {
      .covid-developments__item {
        width: calc(50% - 20px);
        margin: 0 10px 30px; }
        .covid-developments__item:last-child {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .covid-developments__item {
        width: 100%;
        padding: 30px;
        margin-bottom: 30px; } }
    @media (max-width: 1024px) {
      .covid-developments__item-image {
        max-width: 320px; } }
    .covid-developments__item-title {
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      color: #253246; }
    .covid-developments__item-text {
      margin-bottom: 20px;
      line-height: 26px;
      color: #253246; }
      @media (max-width: 767px) {
        .covid-developments__item-text {
          margin-bottom: 15px; } }
    .covid-developments__item-link:hover {
      text-decoration: underline; }
    .covid-developments__item a {
      text-decoration: none; }

.sbm-prices #header-top {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

#sbm-prices .prices-title {
  padding-left: 0;
  text-align: center; }
  #sbm-prices .prices-title:before {
    display: none; }

#sbm-prices #plugin_video {
  padding: 15px; }

#sbm-prices .tarrifs {
  padding-top: 100px; }
  @media (max-width: 767px) {
    #sbm-prices .tarrifs {
      padding-top: 60px; } }
  #sbm-prices .tarrifs .mobile-decor {
    font-size: 32px;
    color: #06adef;
    text-align: center;
    display: none;
    margin-bottom: 15px;
    line-height: 29px; }
    @media (max-width: 1200px) {
      #sbm-prices .tarrifs .mobile-decor {
        display: block; } }
    @media (max-width: 480px) {
      #sbm-prices .tarrifs .mobile-decor {
        font-size: 26px;
        line-height: 27px; } }
  #sbm-prices .tarrifs .tarrifs-slider {
    max-width: 100%; }
  #sbm-prices .tarrifs .slick-track {
    padding-bottom: 55px; }
    @media (max-width: 991px) {
      #sbm-prices .tarrifs .slick-track {
        padding-top: 5px;
        padding-bottom: 10px; } }
  #sbm-prices .tarrifs .grid {
    display: flex; }
    @media (max-width: 1200px) {
      #sbm-prices .tarrifs .grid {
        display: block; } }
    #sbm-prices .tarrifs .grid .grid-item:first-child {
      width: 250px;
      min-width: 250px; }
      @media (max-width: 1200px) {
        #sbm-prices .tarrifs .grid .grid-item:first-child {
          display: none; } }
      #sbm-prices .tarrifs .grid .grid-item:first-child .price-tab {
        padding-left: 0;
        padding-right: 0;
        margin-right: -5px; }
    #sbm-prices .tarrifs .grid .grid-item:nth-child(2) {
      width: calc(100% - 250px); }
      @media (max-width: 1200px) {
        #sbm-prices .tarrifs .grid .grid-item:nth-child(2) {
          width: 100%; } }
    #sbm-prices .tarrifs .grid .price-tab {
      padding: 5px; }
      @media (max-width: 479px) {
        #sbm-prices .tarrifs .grid .price-tab {
          padding: 0; } }
    #sbm-prices .tarrifs .grid .price-tab.for-reading .border {
      border: 1px solid transparent; }
      @media (max-width: 767px) {
        #sbm-prices .tarrifs .grid .price-tab.for-reading .border {
          border-color: #E7ECF7; } }
    #sbm-prices .tarrifs .grid .price-tab.for-reading .cursive-font {
      display: block;
      text-align: center;
      font-size: 28px;
      line-height: 37px;
      font-weight: 600;
      padding: 0; }
      #sbm-prices .tarrifs .grid .price-tab.for-reading .cursive-font span {
        color: #fff; }
    #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item {
      position: relative;
      font-size: 14px; }
      @media (max-width: 1215px) {
        #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item {
          padding-left: 4px;
          padding-right: 4px; } }
      @media (max-width: 767px) {
        #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item {
          padding-left: 14px;
          padding-right: 14px; } }
      #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item .tooltip {
        width: calc(100% + 10px); }
        @media (max-width: 767px) {
          #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item .tooltip {
            width: 100%; } }
      #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):after, #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):before {
        display: block;
        content: "";
        width: 10px;
        height: 100%;
        z-index: 10;
        background-color: #fcfcfc; }
        @media (max-width: 767px) {
          #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):after, #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):before {
            display: none; } }
      #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):after {
        position: absolute;
        right: -1px;
        top: 0; }
      #sbm-prices .tarrifs .grid .price-tab.for-reading .inner .list .list-item:nth-child(even):before {
        position: absolute;
        left: -10px;
        top: 0; }
    #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) {
      background-color: #fff; }
      @media (max-width: 991px) {
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) {
          transition: all .5s linear;
          transform: scale(1);
          position: relative; }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .border {
            transition: all .5s linear; }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center {
            transform: scale(1.1);
            z-index: 50; }
            #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center .border {
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); } }
      @media (min-width: 480px) and (max-width: 767px) {
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center {
          transform: scale(1);
          box-shadow: none; }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center .border {
            box-shadow: none; } }
      @media (max-width: 479px) {
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading):before {
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.04);
          z-index: 10;
          opacity: 1;
          visibility: visible;
          transition: all .5s linear; }
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center {
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center .border {
            box-shadow: none; }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading).slick-center:before {
            opacity: 0;
            visibility: hidden; } }
      #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .border {
        border: 1px solid #E7ECF7; }
      #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li {
        font-weight: 600;
        font-family: "Mulish";
        color: #253246;
        text-align: center;
        font-size: 16px; }
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li span {
          display: inline-block;
          margin: auto; }
          @media (max-width: 1200px) {
            #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li span {
              position: relative;
              font-size: 16px;
              margin: 0 0 0 auto;
              z-index: 2; } }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li span.circle {
            margin: 0 8px 0 0; }
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .check-icon {
          display: block;
          width: 10px;
          margin: 0 auto;
          height: 20px;
          border-right: 3px solid #7dc629;
          border-bottom: 3px solid #7dc629;
          transform: rotate(40deg); }
          @media (max-width: 1200px) {
            #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .check-icon {
              width: 10px;
              height: 20px;
              margin-right: 4px; } }
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .close-icon {
          display: block;
          width: 20px;
          height: 20px;
          position: relative;
          text-align: center;
          opacity: .5; }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .close-icon:before {
            display: inline-block;
            content: "";
            width: 3px;
            height: 100%;
            background-color: #FF3259;
            transform: rotate(45deg); }
            @media (max-width: 1024px) {
              #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .close-icon:before {
                height: 20px; } }
          #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .close-icon:after {
            display: inline-block;
            content: "";
            width: 3px;
            height: 100%;
            background-color: #FF3259;
            transform: rotate(-45deg);
            margin-left: -3px; }
            @media (max-width: 1024px) {
              #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .close-icon:after {
                height: 20px; } }
        #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .read-info {
          display: none; }
          @media (max-width: 1200px) {
            #sbm-prices .tarrifs .grid .price-tab:not(.for-reading) .inner .list li .read-info {
              display: flex;
              font-weight: 400;
              font-size: 14px;
              font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    #sbm-prices .tarrifs .grid .price-tab.main header {
      background-color: #06adef;
      margin: -1px;
      color: #fff; }
      #sbm-prices .tarrifs .grid .price-tab.main header .price_container .per-month:before,
      #sbm-prices .tarrifs .grid .price-tab.main header .price_container .per-year:before {
        background-color: #fff; }
      #sbm-prices .tarrifs .grid .price-tab.main header .price_container.secondary {
        color: #fff;
        opacity: 1; }
        #sbm-prices .tarrifs .grid .price-tab.main header .price_container.secondary .price-period.per-month:before, #sbm-prices .tarrifs .grid .price-tab.main header .price_container.secondary .price-period.per-year:before {
          background: #fff; }
    #sbm-prices .tarrifs .grid header {
      min-height: 170px;
      padding: 20px 10px;
      text-align: center;
      position: relative;
      color: #06adef;
      display: flex;
      font-family: "Mulish";
      font-size: 16px; }
      #sbm-prices .tarrifs .grid header .aligner {
        margin: auto; }
      #sbm-prices .tarrifs .grid header .tr-name {
        font-weight: 600;
        font-size: 20px;
        color: #253246; }
      #sbm-prices .tarrifs .grid header .tr-subcap {
        font-size: 14px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 15px;
        font-style: italic;
        line-height: 1; }
        @media (max-width: 767px) {
          #sbm-prices .tarrifs .grid header .tr-subcap {
            top: 30px; } }
      #sbm-prices .tarrifs .grid header .price_container {
        font-size: 22px;
        font-weight: 600;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%; }
        #sbm-prices .tarrifs .grid header .price_container.year .cash {
          display: none; }
          #sbm-prices .tarrifs .grid header .price_container.year .cash.yearly {
            display: block; }
        #sbm-prices .tarrifs .grid header .price_container.year .change {
          display: none; }
        #sbm-prices .tarrifs .grid header .price_container .cash.yearly {
          display: none; }
        #sbm-prices .tarrifs .grid header .price_container .change {
          font-size: 20px;
          margin-top: 2px; }
        #sbm-prices .tarrifs .grid header .price_container .per-month,
        #sbm-prices .tarrifs .grid header .price_container .per-year {
          display: none;
          font-size: 16px;
          align-self: flex-end;
          position: relative;
          padding-left: 12px;
          margin-bottom: 6px; }
          #sbm-prices .tarrifs .grid header .price_container .per-month.active,
          #sbm-prices .tarrifs .grid header .price_container .per-year.active {
            display: block; }
          #sbm-prices .tarrifs .grid header .price_container .per-month:before,
          #sbm-prices .tarrifs .grid header .price_container .per-year:before {
            display: block;
            content: "";
            width: 2px;
            height: 20px;
            background-color: #06adef;
            position: absolute;
            left: 6px;
            top: 2px;
            transform: rotate(25deg); }
        #sbm-prices .tarrifs .grid header .price_container.secondary {
          font-size: 16px;
          font-weight: normal;
          color: #253246;
          opacity: 0.6; }
          #sbm-prices .tarrifs .grid header .price_container.secondary .change {
            font-size: 12px;
            margin: 0; }
          #sbm-prices .tarrifs .grid header .price_container.secondary .price-period.per-month, #sbm-prices .tarrifs .grid header .price_container.secondary .price-period.per-year {
            font-size: 16px;
            font-weight: normal;
            margin: 0; }
            #sbm-prices .tarrifs .grid header .price_container.secondary .price-period.per-month:before, #sbm-prices .tarrifs .grid header .price_container.secondary .price-period.per-year:before {
              width: 1px;
              height: 16px;
              top: 2px;
              background: #253246; }
    #sbm-prices .tarrifs .grid .inner .list li {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      padding: 6px 14px;
      min-height: 50px;
      position: relative;
      background: #fff; }
      @media (max-width: 480px) {
        #sbm-prices .tarrifs .grid .inner .list li {
          padding-left: 20px;
          padding-right: 20px; } }
      #sbm-prices .tarrifs .grid .inner .list li:nth-child(even) {
        background-color: #fcfcfc; }
      #sbm-prices .tarrifs .grid .inner .list li:hover .read-info {
        height: auto;
        z-index: 1000; }
      #sbm-prices .tarrifs .grid .inner .list li:hover .info {
        white-space: normal; }
      #sbm-prices .tarrifs .grid .inner .list li .read-info {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        line-height: 1.2;
        margin: 0; }
        @media (max-width: 1200px) {
          #sbm-prices .tarrifs .grid .inner .list li .read-info {
            padding-right: 64px; } }
      #sbm-prices .tarrifs .grid .inner .list li .circle {
        font-size: 18px;
        margin-right: 8px;
        color: #06adef; }
      #sbm-prices .tarrifs .grid .inner .list li .info {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        color: #253246;
        text-align: left; }
        #sbm-prices .tarrifs .grid .inner .list li .info:hover + .tooltip {
          opacity: 1;
          visibility: visible;
          transform: scale(1); }
      #sbm-prices .tarrifs .grid .inner .list li .tooltip {
        background-color: #fff;
        padding: 10px 14px;
        font-size: 14px;
        line-height: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        transition: all .3s ease;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.95);
        z-index: 10; }
      #sbm-prices .tarrifs .grid .inner .list li:last-child .tooltip {
        bottom: 50px;
        top: auto; }
  #sbm-prices .tarrifs .column {
    position: relative; }
    @media (max-width: 991px) {
      #sbm-prices .tarrifs .column {
        padding-left: 0;
        padding-right: 0; } }
  #sbm-prices .tarrifs .phrase {
    color: #06adef;
    font-size: 32px;
    display: none;
    position: relative;
    width: 100%;
    text-align: right;
    font-weight: 600;
    margin-bottom: 30px; }
    #sbm-prices .tarrifs .phrase img {
      transform: rotateY(180deg) rotate(-90deg);
      position: absolute;
      right: -70px;
      top: 49px; }
    @media (min-width: 1366px) {
      #sbm-prices .tarrifs .phrase {
        display: block; } }

#sbm-prices #sb_prices_switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px 130px; }
  @media (max-width: 992px) {
    #sbm-prices #sb_prices_switcher {
      margin: 30px 0 35px; } }
  #sbm-prices #sb_prices_switcher.active .radial .circle {
    left: auto;
    right: 2px; }
  #sbm-prices #sb_prices_switcher .period {
    color: rgba(37, 50, 70, 0.6);
    font-size: 20px;
    font-weight: 600;
    position: relative; }
    #sbm-prices #sb_prices_switcher .period.active {
      color: #253246; }
  #sbm-prices #sb_prices_switcher .radial {
    width: 50px;
    height: 28px;
    border-radius: 30px;
    background-color: #06adef;
    position: relative;
    cursor: pointer;
    margin: 0 15px; }
    #sbm-prices #sb_prices_switcher .radial .circle {
      height: 24px;
      width: 24px;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px; }
  #sbm-prices #sb_prices_switcher .decor {
    position: relative;
    color: #06adef;
    font-size: 26px;
    text-align: right;
    margin-left: 20px; }
    @media (max-width: 767px) {
      #sbm-prices #sb_prices_switcher .decor {
        display: none; } }
    #sbm-prices #sb_prices_switcher .decor img {
      position: absolute;
      top: 10px;
      left: -10px;
      transform: rotate(60deg); }

#sbm-prices p.note {
  margin-bottom: 0;
  color: #858585; }
  #sbm-prices p.note b {
    font-size: 1rem; }
  @media (max-width: 1024px) {
    #sbm-prices p.note {
      margin-top: 0; } }

#sbm-prices .extra-link {
  display: block;
  margin-bottom: 10px;
  font-weight: bold; }

#sbm-prices .vat-warning {
  position: relative;
  top: -90px; }
  @media (max-width: 767px) {
    #sbm-prices .vat-warning {
      top: -30px; } }
  #sbm-prices .vat-warning .title {
    font-size: 18px;
    color: #03a7f3; }
    @media (max-width: 767px) {
      #sbm-prices .vat-warning .title {
        font-size: 16px; } }

#sbm-prices-extra {
  padding-top: 0;
  padding-bottom: 0; }
  #sbm-prices-extra .title-big {
    margin-left: 0; }
    #sbm-prices-extra .title-big p {
      font-size: 20px;
      font-weight: 600;
      margin-top: 8px; }
  #sbm-prices-extra .wrapper {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #sbm-prices-extra .wrapper {
        margin-bottom: 35px; } }
  #sbm-prices-extra .tab-pd {
    padding: 60px 40px; }
    @media (max-width: 1024px) {
      #sbm-prices-extra .tab-pd {
        padding: 20px 10px; } }
    @media (max-width: 767px) {
      #sbm-prices-extra .tab-pd {
        padding: 15px; } }
  #sbm-prices-extra .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    color: #253246; }
    @media (max-width: 1024px) {
      #sbm-prices-extra .title {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      #sbm-prices-extra .title {
        padding-bottom: 10px; } }
  #sbm-prices-extra .cap {
    font-size: 18px;
    font-weight: 600; }
  #sbm-prices-extra .txt {
    font-size: 16px; }
    #sbm-prices-extra .txt li {
      padding-bottom: 25px; }
      @media (max-width: 1024px) {
        #sbm-prices-extra .txt li {
          padding-bottom: 12.5px; } }
      #sbm-prices-extra .txt li:last-child {
        padding-bottom: 0; }
  #sbm-prices-extra .mod-bar-btn {
    margin-top: 25px; }
  @media (max-width: 767px) {
    #sbm-prices-extra #plans .row-eq-height {
      display: block; } }
  @media (max-width: 767px) {
    #sbm-prices-extra #plans .tab {
      border-bottom: 1px solid #e0e0e0; }
      #sbm-prices-extra #plans .tab:last-child {
        border-bottom: 0; } }
  #sbm-prices-extra #plans .tab.middle {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
    #sbm-prices-extra #plans .tab.middle .lang-list {
      display: flex; }
      #sbm-prices-extra #plans .tab.middle .lang-list ul:first-child {
        margin-right: 30%; }
        @media (max-width: 767px) {
          #sbm-prices-extra #plans .tab.middle .lang-list ul:first-child {
            margin-right: 50px; } }
    #sbm-prices-extra #plans .tab.middle .tooltip {
      padding-top: 25px; }
      @media (max-width: 1024px) {
        #sbm-prices-extra #plans .tab.middle .tooltip {
          padding-top: 12.5px; } }
    @media (max-width: 767px) {
      #sbm-prices-extra #plans .tab.middle {
        border-left: 0;
        border-right: 0; } }
  #sbm-prices-extra #plans .tab.top {
    border-bottom: 1px solid #e0e0e0; }
  @media (max-width: 767px) {
    #sbm-prices-extra #custom-features {
      padding-top: 0; } }
  #sbm-prices-extra #custom-features .mob {
    display: none; }
    @media (max-width: 767px) {
      #sbm-prices-extra #custom-features .mob {
        display: block; } }
  #sbm-prices-extra #custom-features .desk {
    display: block; }
    @media (max-width: 767px) {
      #sbm-prices-extra #custom-features .desk {
        display: none; } }
  #sbm-prices-extra #custom-features .title {
    padding-left: 20px; }
  #sbm-prices-extra #custom-features .sidebar .list li {
    margin-bottom: 25px; }
    #sbm-prices-extra #custom-features .sidebar .list li .cap {
      font-weight: 600;
      position: relative;
      cursor: pointer;
      text-decoration: none;
      color: #2d3547; }
    #sbm-prices-extra #custom-features .sidebar .list li:hover .cap, #sbm-prices-extra #custom-features .sidebar .list li.active .cap {
      font-weight: 600;
      color: #03a7f3; }
    #sbm-prices-extra #custom-features .sidebar .list li.active .cap:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border-top: 3px solid #06adef;
      border-right: 3px solid #06adef;
      position: absolute;
      transform: rotate(45deg);
      top: 4px;
      left: -28px;
      transition: all .3s ease; }
      @media (max-width: 1024px) {
        #sbm-prices-extra #custom-features .sidebar .list li.active .cap:before {
          display: none; } }
    #sbm-prices-extra #custom-features .sidebar .list li.active .cap:hover:before {
      left: -22px; }
    @media (max-width: 767px) {
      #sbm-prices-extra #custom-features .sidebar .list li {
        margin-bottom: 12.5px; } }
  #sbm-prices-extra #custom-features .info .list li {
    display: none;
    justify-content: space-between;
    margin-bottom: -30px; }
    @media (max-width: 1024px) {
      #sbm-prices-extra #custom-features .info .list li {
        margin-bottom: -15px; } }
    #sbm-prices-extra #custom-features .info .list li .inner {
      padding: 30px 20px; }
      @media (max-width: 1024px) {
        #sbm-prices-extra #custom-features .info .list li .inner {
          padding: 20px 10px; } }
    #sbm-prices-extra #custom-features .info .list li .item {
      width: 48%;
      margin-bottom: 30px;
      text-align: center; }
      @media (max-width: 1024px) {
        #sbm-prices-extra #custom-features .info .list li .item {
          margin-bottom: 15px; } }
      #sbm-prices-extra #custom-features .info .list li .item .cap {
        margin-bottom: 10px;
        color: #2d3547; }
    #sbm-prices-extra #custom-features .info .list li.active {
      display: flex;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    #sbm-prices-extra #packages {
      padding-top: 0; } }
  #sbm-prices-extra #packages .btn-default {
    color: #06adef;
    border: 2px solid #06adef;
    padding: 10px 0px;
    width: 80%;
    font-size: 18px;
    border-radius: 30px;
    transition: all .25s ease; }
    #sbm-prices-extra #packages .btn-default:hover {
      background-color: #06adef;
      color: #fff; }
    @media (max-width: 767px) {
      #sbm-prices-extra #packages .btn-default {
        max-width: 50%; } }
  #sbm-prices-extra #packages .cap {
    margin-top: 15px; }
    @media (max-width: 767px) {
      #sbm-prices-extra #packages .cap {
        text-align: center; } }
    #sbm-prices-extra #packages .cap .label {
      vertical-align: top;
      font-size: 9px; }
  #sbm-prices-extra #packages .bar {
    text-align: right; }
    @media (max-width: 767px) {
      #sbm-prices-extra #packages .bar {
        text-align: center;
        margin: 10px 0; } }
  #sbm-prices-extra #packages .mg {
    margin-bottom: 10px; }
    #sbm-prices-extra #packages .mg:last-child {
      margin-bottom: 0; }
  #sbm-prices-extra #packages .left-col {
    width: 100%;
    height: 100%;
    border-right: 0; }
    @media (max-width: 767px) {
      #sbm-prices-extra #packages .left-col {
        border: 1px solid #e0e0e0;
        margin-bottom: 4.25rem; } }
  #sbm-prices-extra #packages .right-col {
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      #sbm-prices-extra #packages .right-col {
        border: 1px solid #e0e0e0; } }
  @media (max-width: 767px) {
    #sbm-prices-extra #questions {
      padding-top: 0; } }
  #sbm-prices-extra #questions .tab-pd {
    padding-bottom: 0; }
  #sbm-prices-extra #questions .info .post {
    margin-bottom: 30px; }
    #sbm-prices-extra #questions .info .post .cap {
      margin-bottom: 30px;
      color: #06adef; }
      @media (max-width: 1024px) {
        #sbm-prices-extra #questions .info .post .cap {
          margin-bottom: 20px; } }
      @media (max-width: 1024px) {
        #sbm-prices-extra #questions .info .post .cap {
          margin-bottom: 15px; } }

.mod-features > .column {
  background: url("/v2/images/simplybook//price-features-bg.png") no-repeat scroll;
  background-size: contain; }
  .mod-features > .column .try-it-button {
    background-color: #38bd6a !important; }
  .mod-features > .column .img {
    min-height: 140px; }
  .mod-features > .column .txt {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    min-height: 125px; }

body.simplybook.sub-page.sbm-prices .sbm-button-wrap {
  text-align: center; }
  body.simplybook.sub-page.sbm-prices .sbm-button-wrap .tooltip-block {
    max-width: 330px;
    margin: 35px auto;
    position: relative; }
    body.simplybook.sub-page.sbm-prices .sbm-button-wrap .tooltip-block:before {
      display: block;
      content: "*";
      font-family: "Mulish";
      position: absolute;
      left: -18px;
      top: -13px;
      font-size: 40px;
      color: #FF3259; }

body.simplybook.sub-page.sbm-prices #header {
  height: auto;
  min-height: auto; }

@media (min-width: 1920px) {
  #ufo-tooltip {
    top: 900px !important; } }

.company-list-page #sbm-login-page {
  background-color: #F3F5F7;
  max-width: 100%;
  width: 100%; }
  .company-list-page #sbm-login-page .list-popup-overlay {
    padding: 45px 15px;
    display: flex; }
    @media (max-width: 767px) {
      .company-list-page #sbm-login-page .list-popup-overlay {
        padding: 20px 15px; } }
    .company-list-page #sbm-login-page .list-popup-overlay .inner {
      max-width: 500px;
      width: 100%;
      margin: auto; }
      .company-list-page #sbm-login-page .list-popup-overlay .inner .popup {
        z-index: 10; }
      .company-list-page #sbm-login-page .list-popup-overlay .inner .sb-btn {
        padding-left: 35px;
        padding-right: 35px; }

.separate-login-page #header-top #nav .list li.login {
  display: none; }

.separate-login-page #header-sign-up {
  display: block;
  position: static; }
  .separate-login-page #header-sign-up .popup {
    z-index: 10; }
    .separate-login-page #header-sign-up .popup .close-sign-popup {
      display: none; }

.separate-login-page #header .top {
  display: none; }

#sbm-faq {
  background-color: #fff; }

#faq .items {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  @media (max-width: 1024px) {
    #faq .items {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 767px) {
    #faq .items {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

#faq .item {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 35px 40px;
  border: 1px solid #E1E1E1; }
  @media (max-width: 1024px) {
    #faq .item {
      padding: 20px 15px;
      margin-bottom: 20px; } }
  #faq .item .icon {
    width: 110px;
    margin: 0 auto;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 25px; }
  #faq .item .title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Mulish";
    text-align: center;
    color: #253246;
    margin-bottom: 18px; }
  #faq .item .text p {
    font-size: 16px; }
    #faq .item .text p a {
      color: #06adef;
      border-bottom: 1px solid #06adef; }
      #faq .item .text p a:hover {
        text-decoration: none;
        opacity: .7; }
  #faq .item ul {
    list-style-type: none;
    padding: 0; }
    #faq .item ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 20px;
      font-size: 16px; }
      #faq .item ul li:before {
        display: block;
        content: "";
        width: 6px;
        height: 12px;
        border-left: 3px solid #00A8F6;
        border-top: 3px solid #00A8F6;
        position: absolute;
        left: 0;
        top: 3px;
        transform: rotate(-135deg); }

#faq .bottom-btns {
  position: relative;
  text-align: center; }
  #faq .bottom-btns .decor-wrap {
    margin-bottom: 40px;
    margin-top: 55px; }
    @media (max-width: 767px) {
      #faq .bottom-btns .decor-wrap {
        display: none; } }
    #faq .bottom-btns .decor-wrap .decor {
      color: #00AFF2;
      font-size: 32px;
      line-height: 39px;
      text-align: center;
      padding-left: 65px;
      display: inline-block;
      position: relative;
      font-weight: 700;
      font-family: 'Caveat', cursive; }
      #faq .bottom-btns .decor-wrap .decor:before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: left top;
        position: absolute;
        left: 0;
        top: 15px;
        background-image: url(/v2/images/simplybook/faq/ics/bold-arrow.png); }
  #faq .bottom-btns .btns-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px; }
    @media (max-width: 767px) {
      #faq .bottom-btns .btns-wrap {
        flex-direction: column;
        align-items: center; } }
  #faq .bottom-btns .sb-btn.blue {
    margin-right: 15px; }
    @media (max-width: 767px) {
      #faq .bottom-btns .sb-btn.blue {
        margin-right: 0;
        margin-bottom: 15px; } }

#smb-about-us {
  padding-bottom: 0 !important; }
  #smb-about-us .article {
    margin-bottom: 5rem; }
    #smb-about-us .article .title-big.team-title {
      padding-left: 0;
      text-align: center; }
      @media (max-width: 1024px) {
        #smb-about-us .article .title-big.team-title {
          margin-bottom: 30px; } }
      #smb-about-us .article .title-big.team-title:before {
        display: none; }
    @media (max-width: 767px) {
      #smb-about-us .article .title-big {
        margin-bottom: 20px; } }
    #smb-about-us .article .top-text p {
      font-size: 18px; }
      #smb-about-us .article .top-text p a {
        color: #00AFF2;
        font-weight: 600; }
        #smb-about-us .article .top-text p a:hover {
          text-decoration: underline; }
      @media (max-width: 767px) {
        #smb-about-us .article .top-text p {
          font-size: 16px; } }
    #smb-about-us .article .location {
      margin-top: 40px; }
      @media (max-width: 1024px) {
        #smb-about-us .article .location {
          margin-top: 15px; } }
      #smb-about-us .article .location .title-big {
        font-size: 26px;
        padding-left: 17px;
        margin-top: 50px; }
        @media (max-width: 1024px) {
          #smb-about-us .article .location .title-big {
            font-size: 26px; } }
        @media (max-width: 767px) {
          #smb-about-us .article .location .title-big {
            font-size: 24px;
            padding-left: 14px;
            margin: 35px 0; } }
        #smb-about-us .article .location .title-big:before {
          height: 36px;
          width: 5px; }
          @media (max-width: 1024px) {
            #smb-about-us .article .location .title-big:before {
              top: -4px; } }
          @media (max-width: 767px) {
            #smb-about-us .article .location .title-big:before {
              height: 30px; } }
    #smb-about-us .article .items {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: flex-start; }
    #smb-about-us .article .item {
      width: 20%;
      margin-bottom: 15px;
      padding: 20px; }
      @media (max-width: 1024px) {
        #smb-about-us .article .item {
          width: 25%;
          padding: 0 5px; } }
      @media (max-width: 767px) {
        #smb-about-us .article .item {
          width: 50%; } }
      @media (max-width: 480px) {
        #smb-about-us .article .item {
          width: 100%; } }
    #smb-about-us .article .avatar {
      width: 170px;
      height: 170px;
      margin: 0 auto;
      position: relative; }
      #smb-about-us .article .avatar:hover .img.not-hovered {
        visibility: hidden;
        opacity: 0; }
      #smb-about-us .article .avatar .img {
        border-radius: 50%;
        width: 170px;
        height: 170px;
        background-size: cover;
        background-position: 50%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s ease;
        visibility: visible;
        opacity: 1; }
        #smb-about-us .article .avatar .img.not-hovered {
          z-index: 20; }
        #smb-about-us .article .avatar .img.hovered {
          z-index: 10; }
    #smb-about-us .article .cap {
      text-align: center;
      font-size: 20px;
      margin-top: 25px;
      color: #112745; }
      #smb-about-us .article .cap b {
        display: block;
        font-weight: 700;
        margin-bottom: 7px; }
  #smb-about-us .jobs-section {
    background-color: #253246;
    padding: 100px 0 90px 0;
    text-align: center;
    color: #fff; }
    @media (max-width: 1024px) {
      #smb-about-us .jobs-section {
        padding: 50px 0 40px 0; } }
    @media (max-width: 767px) {
      #smb-about-us .jobs-section {
        padding: 35px 0 45px 0; } }
    #smb-about-us .jobs-section .title {
      font-size: 32px;
      padding: 0 25%;
      line-height: 34px;
      font-family: "Mulish";
      font-weight: 800;
      margin: 20px 0 50px 0;
      color: #fff; }
      @media (max-width: 1024px) {
        #smb-about-us .jobs-section .title {
          padding: 0;
          font-size: 20px;
          line-height: 25px;
          margin: 15px 0 15px 0; } }
    #smb-about-us .jobs-section .title-light {
      font-weight: 300;
      font-size: 25px; }
      @media (max-width: 1024px) {
        #smb-about-us .jobs-section .title-light {
          font-size: 18px; } }
    #smb-about-us .jobs-section .button-wrap .inner {
      position: relative;
      display: inline-block; }
      #smb-about-us .jobs-section .button-wrap .inner .decor {
        color: #00AFF2;
        font-size: 32px;
        line-height: 39px;
        display: block;
        font-family: 'Caveat', cursive;
        margin-bottom: 30px;
        position: absolute;
        left: 256px;
        top: 2px;
        width: 300px;
        text-align: left; }
        @media (max-width: 1024px) {
          #smb-about-us .jobs-section .button-wrap .inner .decor {
            position: static;
            width: auto;
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          #smb-about-us .jobs-section .button-wrap .inner .decor {
            font-size: 24px; } }
        #smb-about-us .jobs-section .button-wrap .inner .decor .icon {
          width: 75px;
          height: 30px;
          -webkit-background-size: contain;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left top;
          position: absolute;
          left: -77px;
          top: -32px; }
          @media (max-width: 1024px) {
            #smb-about-us .jobs-section .button-wrap .inner .decor .icon {
              transform: rotate(-90deg);
              top: 45px; } }
  #smb-about-us .contact-us-block {
    padding-bottom: 100px;
    padding-top: 70px; }
    @media (max-width: 767px) {
      #smb-about-us .contact-us-block .title-big {
        margin-bottom: 20px;
        padding-top: 25px; } }
    @media (max-width: 767px) {
      #smb-about-us .contact-us-block {
        padding-bottom: 40px; } }
    #smb-about-us .contact-us-block #contact_us_form label {
      font-size: 18px;
      color: #3B3B3B;
      font-weight: 300; }
    #smb-about-us .contact-us-block #contact_us_form fieldset {
      margin-bottom: 24px; }
    #smb-about-us .contact-us-block #contact_us_form input, #smb-about-us .contact-us-block #contact_us_form textarea {
      width: 100%;
      display: block;
      border: 1px solid #E1E1E1;
      padding: 0 17px;
      transition: all .3s ease; }
      #smb-about-us .contact-us-block #contact_us_form input:focus, #smb-about-us .contact-us-block #contact_us_form textarea:focus {
        outline: none;
        border-color: #03C1F3; }
    #smb-about-us .contact-us-block #contact_us_form input {
      height: 48px; }
    #smb-about-us .contact-us-block #contact_us_form textarea {
      height: 150px;
      padding: 13px 17px; }
    #smb-about-us .contact-us-block #contact_us_form button[type="submit"] {
      border: none; }
      @media (max-width: 767px) {
        #smb-about-us .contact-us-block #contact_us_form button[type="submit"] {
          margin-bottom: 20px;
          padding-left: 45px;
          padding-right: 45px; } }

#sbm-developers .api-info .txt {
  padding-right: 290px;
  position: relative; }
  @media (max-width: 767px) {
    #sbm-developers .api-info .txt {
      padding-right: 0; } }
  #sbm-developers .api-info .txt p {
    font-size: 18px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #sbm-developers .api-info .txt p {
        font-size: 16px; } }
  #sbm-developers .api-info .txt .help-block {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    text-align: center;
    display: block;
    width: 240px;
    border: 1px solid #E9E9E9;
    transition: all .3s ease;
    margin-bottom: 30px;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      #sbm-developers .api-info .txt .help-block {
        position: static;
        margin: 0 auto; } }
    #sbm-developers .api-info .txt .help-block:hover {
      border-color: #00AEF2; }
    #sbm-developers .api-info .txt .help-block .link {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    #sbm-developers .api-info .txt .help-block .icon {
      display: inline-block;
      width: 115px;
      height: 115px;
      background-repeat: no-repeat;
      background-position: center center; }
    #sbm-developers .api-info .txt .help-block .dev-title {
      font-family: "Mulish";
      font-weight: 700;
      color: #3b3b3b;
      font-size: 18px;
      padding: 0 10px 7px 10px;
      margin-top: 8px;
      margin-bottom: 10px;
      border-bottom: 5px solid transparent; }

#sbm-developers #developers_tabs > ul {
  text-align: center;
  white-space: nowrap; }
  @media (max-width: 767px) {
    #sbm-developers #developers_tabs > ul {
      margin-top: 25px;
      overflow: scroll; } }
  #sbm-developers #developers_tabs > ul > li {
    display: inline-block;
    width: 100%;
    max-width: 280px; }
    @media (max-width: 767px) {
      #sbm-developers #developers_tabs > ul > li {
        width: auto; } }
    #sbm-developers #developers_tabs > ul > li.active > a .dev-title {
      border-color: #00AEF2;
      color: #00AEF2; }
    #sbm-developers #developers_tabs > ul > li.active > a:hover, #sbm-developers #developers_tabs > ul > li.active > a:focus {
      opacity: 1; }
    #sbm-developers #developers_tabs > ul > li a {
      padding: 20px;
      text-align: center;
      position: relative;
      display: block;
      transition: all .3s ease;
      margin-bottom: 30px;
      transition: all .3s ease; }
      @media (max-width: 767px) {
        #sbm-developers #developers_tabs > ul > li a {
          padding: 0; } }
      #sbm-developers #developers_tabs > ul > li a:hover, #sbm-developers #developers_tabs > ul > li a:focus {
        text-decoration: none;
        opacity: .7; }
      #sbm-developers #developers_tabs > ul > li a .icon {
        display: block;
        margin: 0 auto;
        width: 115px;
        height: 115px;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 767px) {
          #sbm-developers #developers_tabs > ul > li a .icon {
            display: none; } }
      #sbm-developers #developers_tabs > ul > li a .dev-title {
        font-family: "Mulish";
        font-weight: 700;
        color: #3b3b3b;
        font-size: 24px;
        display: inline-block;
        padding: 0 10px 7px 10px;
        margin-top: 8px;
        margin-bottom: 10px;
        border-bottom: 5px solid transparent; }
        @media (max-width: 767px) {
          #sbm-developers #developers_tabs > ul > li a .dev-title {
            font-size: 18px;
            border-bottom: 3px solid transparent; } }

#sbm-developers #developers_tabs .tab-pane {
  display: none; }
  #sbm-developers #developers_tabs .tab-pane.active {
    display: block; }

.user-api-doc {
  padding: 0; }
  @media (max-width: 767px) {
    .user-api-doc {
      overflow: hidden; } }
  .user-api-doc h4, .user-api-doc h3, .user-api-doc h2 {
    margin-top: 0; }
  .user-api-doc .white_container .menu {
    border-right: 1px solid #EEEEEE;
    padding: 0px 25px; }
    .user-api-doc .white_container .menu .cap {
      font-size: 22px;
      font-weight: bold; }
    .user-api-doc .white_container .menu .subcap {
      margin-top: 35px; }
      .user-api-doc .white_container .menu .subcap a {
        text-decoration: none;
        font-weight: bold;
        color: #0092EB; }
    .user-api-doc .white_container .menu .search {
      position: relative;
      margin-top: 30px; }
      .user-api-doc .white_container .menu .search input[type="search"] {
        border: 1px solid #e3e3e3;
        background-color: white;
        max-width: 313px;
        width: 100%;
        padding: 0 20px;
        height: 58px;
        font-size: 1rem; }
        .user-api-doc .white_container .menu .search input[type="search"]::-webkit-input-placeholder {
          color: #909090; }
        .user-api-doc .white_container .menu .search input[type="search"]:-moz-placeholder {
          color: #909090;
          opacity: 1; }
        .user-api-doc .white_container .menu .search input[type="search"]::-moz-placeholder {
          color: #909090;
          opacity: 1; }
        .user-api-doc .white_container .menu .search input[type="search"]:-ms-input-placeholder {
          color: #909090; }
        .user-api-doc .white_container .menu .search input[type="search"]:placeholder-shown {
          /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
          color: #909090; }
      .user-api-doc .white_container .menu .search img {
        position: absolute;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px; }
    .user-api-doc .white_container .menu .list li {
      display: block;
      margin-bottom: 8px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      .user-api-doc .white_container .menu .list li a {
        color: #788291;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 2px solid transparent; }
        .user-api-doc .white_container .menu .list li a:hover {
          font-weight: bold; }
  .user-api-doc .white_container .content {
    font-size: 1rem; }
    .user-api-doc .white_container .content .main-cap {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .user-api-doc .white_container .content .main-cap {
          margin-bottom: 15px;
          margin-top: 25px; } }
      .user-api-doc .white_container .content .main-cap h3 {
        font-size: 22px;
        font-weight: bold; }
      .user-api-doc .white_container .content .main-cap span {
        color: #0092EB;
        font-weight: 400;
        font-size: 22px; }
    .user-api-doc .white_container .content .methods > li {
      margin-bottom: 30px; }
      .user-api-doc .white_container .content .methods > li .method-name {
        background-color: #F2F5F7;
        padding: 15px 20px;
        position: relative;
        margin-bottom: 17px; }
        .user-api-doc .white_container .content .methods > li .method-name h3 {
          font-weight: bold;
          font-size: 1rem;
          margin-bottom: 0;
          padding-bottom: 0; }
        .user-api-doc .white_container .content .methods > li .method-name li {
          margin-bottom: 20px; }
      .user-api-doc .white_container .content .methods > li .description {
        padding: 0 20px;
        font-weight: 300;
        font-style: italic; }
      .user-api-doc .white_container .content .methods > li .tags {
        padding: 0 20px;
        font-weight: 400; }

.api-explorer {
  width: 100%;
  margin-top: 7px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 1px 1px 3px #cccccc; }

.api-explorer .main-container .step {
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px dotted #dd4b39; }

.api-explorer .main-container .step {
  margin: 0;
  margin-bottom: 30px; }

/*------------- Bread crumbs --------------*/
.api-explorer .step-headers-container .step-headers {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2px;
  margin-bottom: 10px; }

.api-explorer .step-headers-container .step-headers li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer; }

.api-explorer .step-headers-container .step-headers li:hover,
.api-explorer .step-headers-container .step-headers li.active {
  color: #dd4b39; }

/*------------- Function Description --------------*/
.api-explorer .main-container .step .description {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  background: #fafafa;
  padding: 20px;
  line-height: 1.2em; }

.api-explorer .main-container .step .function-example,
.api-explorer .main-container .step .method-params-container,
.api-explorer .main-container .step .buttons-container {
  margin-top: 20px;
  margin-left: 15px; }

.api-explorer .main-container .step .function-example {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3em; }

/*------------- Params  --------------*/
.api-explorer .main-container .step .method-params-container .param-container {
  margin-bottom: 10px; }

.api-explorer .main-container .step .method-params-container .param-container label {
  display: inline-block;
  width: 150px; }

.api-explorer .main-container .step .method-params-container .param-container input[type=text],
.api-explorer .main-container .step .method-params-container .param-container select {
  width: 300px;
  background: #fafafa; }

.api-explorer .main-container .step .method-params-container .param-container select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 30px; }

.api-explorer .main-container .step .method-params-container .param-container select option {
  padding: 10px;
  border-bottom: 1px solid #dddddd; }

.api-explorer .main-container .step .method-params-container .param-container .ui-widget {
  font-size: 1em; }

.api-explorer .main-container .step .method-params-container .param-container #datepicker,
.api-explorer .main-container .step .method-params-container .param-container #starttime {
  display: inline-block;
  vertical-align: top;
  width: 300px; }

.api-explorer .main-container .step .method-params-container .param-container #starttime {
  margin-left: 25px; }

.api-explorer .main-container .step .method-params-container .param-container #starttime span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px 10px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer; }

.api-explorer .main-container .step .method-params-container .param-container #starttime span:hover,
.api-explorer .main-container .step .method-params-container .param-container #starttime span.selected {
  border: 1px solid #777777;
  background: #fafafa; }

/*------------- Client info and additional fields --------------*/
.api-explorer .main-container .step .method-params-container #client-info .form-group {
  margin-bottom: 10px; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .control-label,
.api-explorer .main-container .step .method-params-container #client-info .form-group .field {
  display: inline-block; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .control-label {
  width: 200px; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .field input[type=text],
.api-explorer .main-container .step .method-params-container #client-info .form-group .field textarea,
.api-explorer .main-container .step .method-params-container #client-info .form-group .field select {
  width: 300px;
  background: #fafafa; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .field textarea {
  height: 100px; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .field select {
  height: 30px;
  width: 320px; }

.api-explorer .main-container .step .method-params-container #client-info .form-group .field select option {
  padding: 10px;
  border-bottom: 1px solid #dddddd; }

.api-explorer .main-container .step .method-params-container #client-info #additional-fields .form-group:first-child .control-label,
.api-explorer .main-container .step .method-params-container #client-info #additional-fields .form-group:first-child .field {
  margin-top: 15px;
  border-top: 1px dotted #cccccc;
  padding-top: 10px; }

.api-explorer .main-container .step .method-params-container #client-info #additional-fields .form-group:first-child .control-label {
  padding-top: 12px; }

.api-explorer .main-container .step .method-params-container #client-info #additional-fields .form-group .control-label {
  margin-right: 3px; }

/*------------- Buttons  --------------*/
.api-explorer .main-container .step .buttons-container .next-step-button {
  display: none; }

.api-explorer .main-container .step .buttons-container .next-step-button.active {
  display: inline-block; }

/*------------- Textareas in tabs  --------------*/
.api-explorer .main-container .step .call-data {
  margin: 10px 0 20px 0; }

.api-explorer .main-container .step .call-data .left-side,
.api-explorer .main-container .step .call-data .right-side {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }

.api-explorer .main-container .step .call-data label {
  margin: 20px 0 5px 0;
  font-size: 1.2em;
  font-family: "Droid Sans",sans-serif;
  color: #dd4b39;
  display: block; }

.api-explorer .main-container .step .call-data .tabs .tab-titles .tab-title {
  display: inline-block;
  cursor: pointer;
  font-family: "Droid Sans",sans-serif;
  background: #f0f0fa;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  padding: 20px 15px 5px 15px;
  margin-bottom: -1px; }

.api-explorer .main-container .step .call-data .tabs .tab-titles .tab-title.active {
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 0; }

.api-explorer .main-container .step .call-data .tabs .tab-container {
  display: none;
  background: #f0f0fa;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px; }

.api-explorer .main-container .step .call-data .tabs .tab-container.active {
  display: block; }

.api-explorer .main-container .step .call-data textarea {
  box-sizing: border-box;
  background: #fafafa;
  width: 100%;
  padding: 10px; }

.api-explorer .main-container .step .call-data textarea {
  height: 350px; }

.api-explorer .main-container .step .call-data .code-container textarea {
  height: 370px;
  margin-top: 3px; }

.ace_editor {
  width: 100%;
  height: 300px; }

.code-container .ace_editor {
  height: 324px; }

body.api-explorer {
  padding-top: 0; }

.api-explorer {
  border: 0;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem; }
  .api-explorer .title-big {
    margin-left: 0; }

.api-explorer .main-container .step .description {
  font-size: 18px;
  padding: 40px;
  background-color: #F2F5F7; }
  .api-explorer .main-container .step .description a {
    color: #0092EB; }
  @media (max-width: 1024px) {
    .api-explorer .main-container .step .description {
      padding: 25px; } }

.api-explorer .main-container .step .method-params-container .param-container input,
.api-explorer .main-container .step .method-params-container .param-container select {
  border-style: solid;
  border-width: 1px;
  border-color: #EEEEEE;
  background-color: #F2F5F7;
  max-width: 353px;
  width: 100%;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  color: #909090; }
  .api-explorer .main-container .step .method-params-container .param-container input:focus,
  .api-explorer .main-container .step .method-params-container .param-container select:focus {
    outline: none; }

.api-explorer .main-container .step .method-params-container .param-container label {
  font-size: 20px;
  color: #253246;
  font-family: "Mulish";
  font-weight: 800; }

.api-explorer .main-container .step .function-example {
  margin: 25px 0 40px;
  font-size: 20px;
  font-family: "Mulish";
  color: #253246;
  font-weight: 800; }

.api-explorer .main-container .step .method-params-container .param-container label {
  width: 175px; }

.api-explorer .main-container .step .buttons-container,
.api-explorer .main-container .step .function-example,
.api-explorer .main-container .step .method-params-container {
  margin-left: 0; }

.api-explorer .main-container .step .buttons-container input[type="button"] {
  border: none;
  padding: 10px 35px; }
  .api-explorer .main-container .step .buttons-container input[type="button"]:focus {
    outline: none; }

.api-explorer .main-container .step .call-data label {
  color: #253246;
  font-family: "Mulish";
  margin: 20px 0 22px;
  font-size: 25px; }

.api-explorer .main-container .step .call-data .left-side,
.api-explorer .main-container .step .call-data .right-side {
  margin-top: 30px; }

.api-explorer .main-container .step .call-data .tabs .tab-titles {
  background: #ebebeb;
  margin-bottom: -1px;
  text-align: center; }

.api-explorer .main-container .step .call-data .tabs .tab-titles .tab-title {
  background: none;
  font-size: 20px;
  font-weight: 700;
  border: 0;
  padding: 0;
  margin: 20px 15px 5px;
  color: #253246;
  font-family: "Mulish";
  text-align: center; }
  .api-explorer .main-container .step .call-data .tabs .tab-titles .tab-title.active, .api-explorer .main-container .step .call-data .tabs .tab-titles .tab-title:hover {
    background: none;
    border: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #06adef;
    padding-bottom: 5px; }

.api-explorer .main-container .step .call-data .tabs .tab-container {
  padding: 0;
  border-radius: 0; }

.api-explorer .main-container .step .call-data .right-side .ace-clouds .ace_gutter,
.api-explorer .main-container .step .call-data .right-side .ace-clouds .ace_scroller {
  margin-top: 20px; }

.code-container .ace_editor {
  height: 281px; }

.api-explorer .main-container .step .call-data {
  padding: 30px 0 30px 0;
  margin: 0;
  margin-top: 30px; }

.api-explorer .main-container .step {
  border-bottom: 0; }

.api-explorer .main-container .step {
  padding-top: 0px;
  padding-bottom: 30px; }

@keyframes steps_pulse1 {
  0% {
    border-color: #DFEAEE; }
  30% {
    border-color: #00AEF2; }
  100% {
    border-color: #00AEF2; } }

@keyframes three_steps_scale_border1 {
  0% {
    border-color: #DFEAEE;
    opacity: 1;
    transform: scale(1); }
  30% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); }
  100% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); } }

@keyframes steps_pulse2 {
  30% {
    border-color: #DFEAEE; }
  60% {
    border-color: #00AEF2; }
  100% {
    border-color: #00AEF2; } }

@keyframes three_steps_scale_border2 {
  30% {
    border-color: #DFEAEE;
    opacity: 1;
    transform: scale(1); }
  60% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); }
  100% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); } }

@keyframes steps_pulse3 {
  60% {
    border-color: #DFEAEE; }
  90% {
    border-color: #00AEF2; }
  100% {
    border-color: #00AEF2; } }

@keyframes three_steps_scale_border3 {
  60% {
    border-color: #DFEAEE;
    opacity: 1;
    transform: scale(1); }
  90% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); }
  100% {
    border-color: #00AEF2;
    opacity: 0;
    transform: scale(1.8); } }

#sbm-how-does-it-work .title.with-decor {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    #sbm-how-does-it-work .title.with-decor {
      margin-bottom: 25px; } }

#sbm-how-does-it-work p {
  font-size: 1rem; }
  #sbm-how-does-it-work p.with-bg {
    background: #F2F5F7;
    padding: 40px;
    font-size: 18px; }
    @media (max-width: 767px) {
      #sbm-how-does-it-work p.with-bg {
        font-size: 16px;
        padding: 15px; } }

#sbm-how-does-it-work .title-medium {
  text-align: center;
  margin-top: 50px; }

#sbm-how-does-it-work .article {
  margin-bottom: 50px; }
  #sbm-how-does-it-work .article:last-child {
    margin-bottom: 0; }
  #sbm-how-does-it-work .article__top {
    display: flex;
    align-items: center;
    margin: 50px 0; }
    #sbm-how-does-it-work .article__top-media {
      position: relative; }
    @media (max-width: 1024px) {
      #sbm-how-does-it-work .article__top {
        flex-direction: column;
        justify-content: center; }
        #sbm-how-does-it-work .article__top-media {
          display: flex;
          justify-content: center; } }
    #sbm-how-does-it-work .article__top-cursive {
      font-size: 32px;
      font-family: "Caveat", cursive;
      color: #00AFF2;
      line-height: 38px;
      width: 255px;
      position: absolute;
      right: 60px;
      top: -80px; }
      #sbm-how-does-it-work .article__top-cursive:after {
        display: block;
        position: absolute;
        content: '';
        width: 70px;
        height: 70px;
        background-image: url("/v2/images/simplybook/pos/arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        right: -45px;
        top: 65px;
        transform: rotate(10deg); }
      @media (min-width: 767px) and (max-width: 1024px) {
        #sbm-how-does-it-work .article__top-cursive {
          right: 50%;
          transform: translateX(50%); }
          #sbm-how-does-it-work .article__top-cursive:after {
            display: none; } }
      @media (max-width: 767px) {
        #sbm-how-does-it-work .article__top-cursive {
          font-size: 24px;
          line-height: 32px;
          width: 180px;
          right: 50px;
          top: -70px; }
          #sbm-how-does-it-work .article__top-cursive:after {
            display: block;
            right: -60px;
            top: 55px; } }
  #sbm-how-does-it-work .article .video-popup-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    height: 500px;
    display: none; }
    @media (max-width: 1024px) {
      #sbm-how-does-it-work .article .video-popup-wrapper {
        max-width: 550px;
        height: 300px; } }
    @media (max-width: 767px) {
      #sbm-how-does-it-work .article .video-popup-wrapper {
        max-width: 400px;
        height: 170px; } }
    #sbm-how-does-it-work .article .video-popup-wrapper.active {
      display: block; }
    #sbm-how-does-it-work .article .video-popup-wrapper iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
    #sbm-how-does-it-work .article .video-popup-wrapper .close_popup {
      position: absolute;
      right: 0;
      top: -55px;
      z-index: 30;
      width: 40px;
      padding-left: 1px;
      height: 40px;
      background-color: #00AEF2;
      color: #fff;
      font-size: 22px;
      text-align: center;
      line-height: 41px;
      cursor: pointer;
      border-radius: 50%;
      transition: all .3s ease; }
      #sbm-how-does-it-work .article .video-popup-wrapper .close_popup:hover {
        opacity: .7; }

#sbm-how-does-it-work .scheme {
  margin: 70px 0 100px 0; }

#sbm-how-does-it-work .scheme .image,
#sbm-how-does-it-work .scheme .scheme-step-group {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  text-align: center; }

#sbm-how-does-it-work .scheme .scheme-step {
  max-width: 160px; }

#sbm-how-does-it-work .scheme .image.scheme-step label, #sbm-how-does-it-work .scheme .image.scheme-step img {
  display: block; }

#sbm-how-does-it-work .scheme .image.arrow {
  width: 75px;
  text-align: center; }

#sbm-how-does-it-work .scheme .image img {
  margin: auto; }

#sbm-how-does-it-work .scheme .image.scheme-step label, #sbm-how-does-it-work .scheme .scheme-step-group > label {
  font-size: 1.16em;
  color: #666666;
  margin-top: 10px; }

#sbm-how-does-it-work .scheme .image.scheme-step label span, #sbm-how-does-it-work .scheme .scheme-step-group > label span {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px; }

#sbm-how-does-it-work .scheme .scheme-step-group .sub-steps {
  border: 2px dashed #444444;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  top: -20px; }

#sbm-how-does-it-work .scheme .scheme-step-group .sub-steps label {
  font-size: 0.95em; }

#sbm-how-does-it-work .scheme .image label {
  display: block;
  text-align: center;
  color: #999999;
  margin: auto;
  margin-top: 30px; }

#sbm-how-does-it-work .img_container.left {
  margin: 0 30px 40px 0; }
  @media (max-width: 576px) {
    #sbm-how-does-it-work .img_container.left {
      text-align: center;
      margin: 0;
      float: none; } }

#sbm-how-does-it-work .img_container.right {
  margin: 0 0 40px 30px; }
  @media (max-width: 576px) {
    #sbm-how-does-it-work .img_container.right {
      text-align: center;
      margin: 0;
      float: none; } }

#sbm-how-does-it-work .img_container {
  display: block;
  position: relative;
  background: #f6f6f6;
  padding: 10px; }
  #sbm-how-does-it-work .img_container a {
    display: block; }

@media (max-width: 1365px) {
  #sbm-how-does-it-work .scheme .image {
    box-sizing: border-box;
    width: 100%; }
  #sbm-how-does-it-work .scheme .image.arrow {
    transform: rotate(90deg);
    height: 86px;
    margin: 0 auto;
    text-align: center;
    display: none; }
  #sbm-how-does-it-work .scheme .sub-steps .image.arrow {
    margin: 0 auto; }
  #sbm-how-does-it-work .scheme .image,
  #sbm-how-does-it-work .scheme .scheme-step-group {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center; }
  #sbm-how-does-it-work .scheme .scheme-step-group .sub-steps {
    border: 2px dashed #444;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    /* top: -20px; */
    max-width: 50%;
    margin: 25px auto; }
  #sbm-how-does-it-work .scheme .scheme-step-group .sub-steps {
    max-width: 75%; }
  #sbm-how-does-it-work .second-step {
    display: none; } }

#sbm-how-does-it-work .new-scheme {
  position: relative;
  max-width: 915px;
  margin: 50px auto 50px auto; }
  #sbm-how-does-it-work .new-scheme .bordered-line {
    position: absolute;
    left: 8%;
    top: 113px;
    border-bottom: 2px dotted #DFEAEE;
    width: 84%;
    z-index: 10; }
    @media (max-width: 1024px) {
      #sbm-how-does-it-work .new-scheme .bordered-line {
        width: 80%;
        left: 10%; } }
    @media (max-width: 767px) {
      #sbm-how-does-it-work .new-scheme .bordered-line {
        transform: rotate(90deg);
        top: 365px; } }
  #sbm-how-does-it-work .new-scheme .decor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #sbm-how-does-it-work .new-scheme .decor {
        flex-direction: column;
        align-items: center; } }
    #sbm-how-does-it-work .new-scheme .decor .element {
      width: 100%;
      max-width: 195px;
      position: relative;
      text-align: center;
      z-index: 20; }
      #sbm-how-does-it-work .new-scheme .decor .element.el-1 .num {
        animation: steps_pulse1 3s infinite; }
      #sbm-how-does-it-work .new-scheme .decor .element.el-1 .num:before {
        animation: three_steps_scale_border1 3s infinite; }
      @media (max-width: 767px) {
        #sbm-how-does-it-work .new-scheme .decor .element.el-2 {
          margin: 35px auto; } }
      #sbm-how-does-it-work .new-scheme .decor .element.el-2 .num {
        animation: steps_pulse2 3s infinite; }
      #sbm-how-does-it-work .new-scheme .decor .element.el-2 .num:before {
        animation: three_steps_scale_border2 3s infinite; }
      #sbm-how-does-it-work .new-scheme .decor .element.el-3 .num {
        animation: steps_pulse3 3s infinite; }
      #sbm-how-does-it-work .new-scheme .decor .element.el-3 .num:before {
        animation: three_steps_scale_border3 3s infinite; }
      #sbm-how-does-it-work .new-scheme .decor .element .icon {
        width: 80px;
        display: block;
        position: relative;
        background-color: #fff;
        z-index: 20;
        margin: 0 auto 5px auto;
        height: 75px;
        background-repeat: no-repeat;
        background-position: center center; }
      #sbm-how-does-it-work .new-scheme .decor .element .num {
        display: inline-block;
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 61px;
        font-family: "Mulish";
        font-weight: 700;
        font-size: 32px;
        color: #00AEF2;
        border: 4px solid #DFEAEE;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        z-index: 30; }
        #sbm-how-does-it-work .new-scheme .decor .element .num:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          border: 1px solid #DFEAEE;
          left: 0;
          top: 0;
          border-radius: 50%;
          background-color: transparent; }
      #sbm-how-does-it-work .new-scheme .decor .element .decor-title {
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 26px;
        color: #00AEF2;
        margin-top: 15px;
        background-color: #fff;
        position: relative;
        z-index: 25; }

#sbm-how-does-it-work .left-text-block {
  padding-right: 25px; }
  @media (max-width: 1024px) {
    #sbm-how-does-it-work .left-text-block {
      padding-right: 0; } }

#sbm-how-does-it-work .right-text-block {
  padding-left: 25px; }
  @media (max-width: 1024px) {
    #sbm-how-does-it-work .right-text-block {
      padding-left: 0; } }

#sbm-how-does-it-work .scheme-txt {
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #sbm-how-does-it-work .scheme-txt {
      font-size: 16px; } }

#sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner {
  min-height: 305px;
  position: relative; }
  @media (max-width: 767px) {
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; } }
  #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item {
    padding: 50px 25px;
    border: 1px solid #E4E4E4;
    text-align: center;
    width: 48.65%;
    position: absolute;
    top: 0;
    margin-bottom: 30px;
    transition: width .5s ease, z-index .5s step-end;
    z-index: 10;
    background-color: #fff; }
    @media (max-width: 767px) {
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item {
        position: static;
        width: 100%;
        margin-bottom: 15px; } }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .description {
      font-size: 18px;
      color: #3b3b3b;
      margin-top: 15px;
      font-family: "Mulish";
      font-weight: 700; }
      @media (max-width: 767px) {
        #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .description {
          font-size: 16px; } }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .details {
      color: #00AFF2;
      border-bottom: 1px solid #00AFF2;
      transition: all .3s ease;
      font-size: 18px;
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .details {
          font-size: 16px; } }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .details:hover, #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .details:focus {
        text-decoration: none;
        opacity: .7; }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .details.close_details {
        display: none; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .close_block {
      width: 35px;
      height: 35px;
      display: none;
      color: #1AB6F3;
      font-size: 22px;
      text-align: center;
      line-height: 35px;
      position: absolute;
      right: 8px;
      top: 8px;
      cursor: pointer;
      transition: all .3s ease; }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .close_block:hover {
        opacity: .7; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .icon {
      display: inline-block;
      width: 70px;
      height: 70px;
      background-repeat: no-repeat;
      background-position: center center; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .tooltip_content {
      overflow: hidden;
      visibility: visible;
      opacity: 0;
      height: 0;
      text-align: left;
      background-color: #fff;
      transition: all .5s ease; }
      @media (max-width: 767px) {
        #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .tooltip_content {
          font-size: 16px; } }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item .tooltip_content .txt {
        font-size: 18px; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item:first-child {
      left: 0; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item:last-child {
      right: 0; }
    #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item.active {
      width: 100%;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      z-index: 15;
      transition: width .5s ease, z-index .0s step-start; }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item.active .close_block {
        display: block; }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item.active .details {
        display: none; }
        #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item.active .details.close_details {
          display: inline-block; }
      #sbm-how-does-it-work .categories-block .blocks-wrap .flex-row-inner .item.active .tooltip_content {
        height: auto;
        visibility: visible;
        opacity: 1; }

#sbm-terms-and-condition {
  font-size: 1.125rem;
  padding-top: 0; }
  #sbm-terms-and-condition .inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }

#sbm-enterprise {
  font-size: 1.125rem; }

#sbm-user-api-guide .title-big {
  margin-top: 25px; }

.enterprise-text-block {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .enterprise-text-block {
      padding: 35px 0; } }
  .enterprise-text-block .title-big {
    text-align: center;
    padding: 0 22.7%;
    line-height: 1.3;
    margin-bottom: 33px; }
    @media (max-width: 1024px) {
      .enterprise-text-block .title-big {
        padding: 0;
        margin-bottom: 18px;
        margin-top: 0; } }
    .enterprise-text-block .title-big:before {
      display: none; }
  .enterprise-text-block .text {
    padding: 0 12%;
    font-size: 22px;
    text-align: center; }
    @media (max-width: 1024px) {
      .enterprise-text-block .text {
        padding: 0;
        font-size: 18px; } }

.enterprice-section .support-section .support-part .second {
  text-align: left;
  max-width: 548px;
  font-size: 20px; }

.enterprice-section .support-section .title {
  padding: 0 18%; }
  @media (max-width: 767px) {
    .enterprice-section .support-section .title {
      padding: 0; } }

#sbm-enterprise {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #sbm-enterprise {
      padding-top: 15px; } }
  #sbm-enterprise .item {
    margin-bottom: 100px; }
    @media (max-width: 1024px) {
      #sbm-enterprise .item {
        margin-bottom: 60px; } }
  #sbm-enterprise .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    #sbm-enterprise .flex-box .left-item,
    #sbm-enterprise .flex-box .right-item {
      width: 50%; }
      @media (max-width: 640px) {
        #sbm-enterprise .flex-box .left-item,
        #sbm-enterprise .flex-box .right-item {
          width: 100%; } }
    #sbm-enterprise .flex-box .left-item {
      padding-right: 40px; }
      @media (max-width: 640px) {
        #sbm-enterprise .flex-box .left-item {
          padding-right: 0; } }
    #sbm-enterprise .flex-box .right-item {
      padding-left: 40px; }
      @media (max-width: 640px) {
        #sbm-enterprise .flex-box .right-item {
          padding-left: 0; } }
  #sbm-enterprise .worldwide-article .item {
    margin-bottom: 30px; }
  #sbm-enterprise .enterprise-map {
    position: relative; }
    #sbm-enterprise .enterprise-map .cover-list-map-marker {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: absolute;
      z-index: 500;
      height: 100%;
      width: 40%;
      padding: 0 30px 0 30px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 4px 0px 5px -3px rgba(135, 135, 135, 0.5); }
      @media (max-width: 1024px) {
        #sbm-enterprise .enterprise-map .cover-list-map-marker {
          padding: 0 30px 0 15px; } }
      @media (max-width: 767px) {
        #sbm-enterprise .enterprise-map .cover-list-map-marker {
          position: relative;
          justify-content: center;
          flex-wrap: wrap;
          width: 100%;
          padding: 0 15px;
          box-shadow: none; } }
      #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker {
        width: 100%; }
        @media (max-width: 767px) {
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker {
            max-width: 100%;
            text-align: center; } }
        #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker .item-title {
          font-size: 24px;
          color: #2d3547;
          margin-top: 0;
          margin-bottom: 30px;
          font-weight: 800;
          font-family: "Mulish"; }
        @media (max-width: 767px) {
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; } }
        #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li {
          position: relative;
          background: #fff;
          padding: 0 30px 0 15px;
          cursor: pointer;
          border-radius: 6px;
          min-height: 80px;
          display: flex;
          align-items: center;
          margin-bottom: 15px;
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          text-align: left; }
          @media (max-width: 767px) {
            #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li {
              width: 48%;
              padding: 0 26px 0 8px;
              min-height: 60px; } }
          @media (max-width: 359px) {
            #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li {
              width: 100%; } }
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li:last-child {
            margin-bottom: 0; }
            @media (max-width: 767px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li:last-child {
                margin-bottom: 15px; } }
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li:hover {
            box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
            background: #f2fbff; }
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 18px;
            margin-top: -8px;
            transform: rotate(45deg);
            display: inline-block;
            height: 16px;
            width: 16px;
            border-right: 2px solid #333;
            border-top: 2px solid #333; }
            @media (max-width: 767px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li:after {
                margin-top: -5px;
                height: 10px;
                width: 10px; } }
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico {
            height: 60px;
            width: 60px;
            min-height: 60px;
            min-width: 60px;
            margin-right: 15px;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 50px !important; }
            @media (max-width: 1024px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico {
                height: 48px;
                width: 48px;
                min-height: 48px;
                min-width: 48px;
                background-size: 38px !important; } }
            @media (max-width: 767px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico {
                height: 38px;
                width: 38px;
                min-height: 38px;
                min-width: 38px;
                background-size: 29px !important; } }
            #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico.ico-1 {
              background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg xmlns="http://www.w3.org/2000/svg" width="37.14" height="44.89"><defs><style>.cls-1{fill:#06adef}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Art"><path class="cls-1" d="M7.24 40.61A3.82 3.82 0 0 1 4 38.95c-.64-.85-1.13-4.55-1.39-7C.66 30.74-.2 29.64 0 28.72l.07-.3.24-.19c4.75-3.8 2.84-12.86 2.82-13l1.77-.39C5 15.29 7 24.52 2 29.2a10.36 10.36 0 0 0 1.92 1.49l.38.23v.44a34.39 34.39 0 0 0 1.1 6.51 2.14 2.14 0 0 0 2.31.89c1.86-.23 7.52-2.54 8.12-3.89l1.65.73C16.44 38 9.53 40.37 8 40.56a5.79 5.79 0 0 1-.76.05zM27.65 44.89c-6-3-4.84-9.29-3.41-12.21l1.62.8c-.14.28-3.26 6.87 2.59 9.79z"/><path class="cls-1" d="M13.8 44.24l-1.8-.32c.3-1.68.59-4.72.08-5.75l1.62-.81c.96 1.91.19 6.38.1 6.88zM10.39 25.44a7 7 0 0 1-3-.76.9.9 0 0 1 .86-1.59s2.23 1.14 3.4.12a.9.9 0 1 1 1.19 1.36 3.66 3.66 0 0 1-2.45.87zM23.63 21.57h-.12a9.77 9.77 0 0 1-7.28-3.78 8.46 8.46 0 0 1 .92-11.93 7 7 0 0 1 9.85.76 5.81 5.81 0 0 1-.63 8.18 4.87 4.87 0 0 1-6.85-.53A4.1 4.1 0 0 1 20 8.49a3.5 3.5 0 0 1 4.93.38 4.42 4.42 0 0 1 1.17 2.6A3.64 3.64 0 0 0 25.35 8a4.82 4.82 0 0 0-6.79-.52 6.29 6.29 0 0 0-.68 8.87 7.82 7.82 0 0 0 5.67 3h.09c2.69 0 5.59-1.7 8.62-5l1.61 1.45c-3.47 3.83-6.87 5.77-10.24 5.77zm-1.4-11.76a1.32 1.32 0 0 0-.87.32 1.94 1.94 0 0 0-.21 2.73 2.69 2.69 0 0 0 1.73.92 2.93 2.93 0 0 0 1-1.85 2.32 2.32 0 0 0-.6-1.6 1.4 1.4 0 0 0-1-.52z"/><path class="cls-1" d="M8.37 17.86a8.63 8.63 0 0 1-2.1-.26A7.09 7.09 0 0 1 1.12 9a5.88 5.88 0 0 1 7.13-4.26 4.93 4.93 0 0 1 3.58 6 4.16 4.16 0 0 1-5 3 3.54 3.54 0 0 1-2.6-4.16 4.43 4.43 0 0 1 .87-2.4l-.15.08a3.68 3.68 0 0 0-1.73 2.28 4.92 4.92 0 0 0 3.57 6 6.42 6.42 0 0 0 7.78-4.66l2.1.53a8.59 8.59 0 0 1-8.31 6.5zm.3-10.59C6.45 7.9 6.36 9.5 6.35 9.69v.27a1.38 1.38 0 0 0 1 1.67 2 2 0 0 0 2.41-1.45 2.76 2.76 0 0 0-1.09-2.9zM26.4 34.27a5.61 5.61 0 0 1-5.57-5.65 4.67 4.67 0 0 1 1.4-3.32 4.73 4.73 0 0 1 3.29-1.3 4 4 0 0 1 4 4 3.38 3.38 0 0 1-1 2.4 3.26 3.26 0 0 1-2.41 1 4.27 4.27 0 0 1-2.57-.84 3.45 3.45 0 0 0 2.89 1.61 4.42 4.42 0 0 0 3.24-1.32A4.54 4.54 0 0 0 31 27.56a6 6 0 0 0-5.94-6v-2.17a8.16 8.16 0 0 1 8.09 8.21 6.74 6.74 0 0 1-6.74 6.69zm-2.3-7.74a2.73 2.73 0 0 0 .5 2.06 2.07 2.07 0 0 0 1.42.58 1.21 1.21 0 0 0 .92-.36 1.22 1.22 0 0 0 .37-.87 1.81 1.81 0 0 0-1.8-1.83 2.22 2.22 0 0 0-1.41.42z"/><path class="cls-1" d="M27.05 37.17a10.07 10.07 0 0 1-3.36-.58l.72-2a7.92 7.92 0 0 0 5.29-14.97l.72-2a10.08 10.08 0 0 1-3.37 19.59z"/><path class="cls-1" d="M32.18 18.67l-1.81-1.18a9.92 9.92 0 1 0-17.86-8.11l-2.08-.59a12.08 12.08 0 1 1 21.76 9.89z"/></g></g></svg>'); }
            #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico.ico-2 {
              background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg xmlns="http://www.w3.org/2000/svg" width="36.5" height="23"><defs><style>.cls-1{fill:#06adef}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Art"><path class="cls-1" d="M29.91 23h-2.59a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.59a2 2 0 0 1 2 2v19a2 2 0 0 1-2 2zM27.32 2v19h2.59V2z"/><path class="cls-1" d="M34.5 18.62h-2.59a2 2 0 0 1-2-2V6.38a2 2 0 0 1 2-2h2.59a2 2 0 0 1 2 2v10.24a2 2 0 0 1-2 2zM31.91 6.38v10.24h2.59V6.38zM9.18 23H6.59a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2.59a2 2 0 0 1 2 2v19a2 2 0 0 1-2 2zM6.59 2v19h2.59V2z"/><path class="cls-1" d="M4.59 18.62H2a2 2 0 0 1-2-2V6.38a2 2 0 0 1 2-2h2.59a2 2 0 0 1 2 2v10.24a2 2 0 0 1-2 2zM2 6.38v10.24h2.59V6.38zM27.32 14.59H9.18V8.41h18.14zm-16.14-2h14.14v-2.18H11.18z"/></g></g></svg>'); }
            #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .ico.ico-3 {
              background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="iso-8859-1"?><svg xmlns="http://www.w3.org/2000/svg" width="35.79" height="35.52"><defs><style>.cls-1{fill:#03a7f3}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Art"><path class="cls-1" d="M34.79 35.52H5a5 5 0 0 1-5-5v-3.33a5 5 0 0 1 5-5h29.79a1 1 0 0 1 .92 1.39c-1.34 3.21-1.8 7.81-.09 10.4a1 1 0 0 1-.83 1.55zM5 24.19a3 3 0 0 0-3 3v3.33a3 3 0 0 0 3 3h28.18c-1-2.81-.73-6.43.19-9.33z"/><path class="cls-1" d="M30.25 28.11h-26a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2zM30.25 32.11h-26a1 1 0 1 1 0-2h26a1 1 0 0 1 0 2zM20.75 21.78a3.12 3.12 0 0 1-1.23-.25 3.25 3.25 0 0 0-2.53 0 3 3 0 0 1-2.48 0 8.81 8.81 0 0 1-3-13.65 4 4 0 0 1 4.18-1.24c.32.1.65.24 1 .39a4.33 4.33 0 0 0 1.56.47 4.56 4.56 0 0 0 1.6-.5c.33-.14.66-.28 1-.38A4 4 0 0 1 25 7.86a8.81 8.81 0 0 1-3 13.65 3 3 0 0 1-1.25.27zM14.53 8.44a2 2 0 0 0-1.5.7 6.81 6.81 0 0 0 2.33 10.56 1 1 0 0 0 .84 0 5.25 5.25 0 0 1 4.1 0 1 1 0 0 0 .84 0 6.81 6.81 0 0 0 2.34-10.55 1.93 1.93 0 0 0-2-.62c-.26.08-.53.2-.81.32a6.16 6.16 0 0 1-2.4.64 5.92 5.92 0 0 1-2.36-.64c-.27-.12-.54-.24-.81-.32a1.78 1.78 0 0 0-.57-.09z"/><path class="cls-1" d="M18.24 8.22a1 1 0 0 1-1-1c0-2.86-1.1-4.75-1.82-4.75a1 1 0 1 1 0-2c2.18 0 3.82 2.9 3.82 6.75a1 1 0 0 1-1 1z"/><path class="cls-1" d="M19.74 6.1a2 2 0 0 1-1.63-.69A2.27 2.27 0 0 1 17.93 3a5.58 5.58 0 0 1 1.59-2 5.38 5.38 0 0 1 4-.91 1 1 0 0 1 .83 1 5.39 5.39 0 0 1-1.64 3.77 4.91 4.91 0 0 1-2.97 1.24zm-.05-2a2.93 2.93 0 0 0 1.77-.8A2.61 2.61 0 0 0 22.2 2a2.61 2.61 0 0 0-1.4.5 2.92 2.92 0 0 0-1.12 1.61zm2.41 0z"/></g></g></svg>'); }
          #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .descr {
            width: 100%;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            font-weight: 600;
            font-family: "Mulish"; }
            @media (max-width: 1024px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .descr {
                font-size: 16px; } }
            @media (max-width: 767px) {
              #sbm-enterprise .enterprise-map .cover-list-map-marker .wrap-list-marker ul li .descr {
                font-size: 13px; } }
    #sbm-enterprise .enterprise-map #map_enterprise {
      height: 490px; }
      @media (max-width: 767px) {
        #sbm-enterprise .enterprise-map #map_enterprise {
          height: 400px; } }
      #sbm-enterprise .enterprise-map #map_enterprise .leaflet-bottom {
        z-index: 400; }
  #sbm-enterprise .simple-fast-setup {
    background-color: #2d3547; }
    @media (max-width: 767px) {
      #sbm-enterprise .simple-fast-setup {
        padding: 30px 0; } }
    #sbm-enterprise .simple-fast-setup .title {
      font-size: 32px;
      line-height: 34px;
      font-family: "Mulish";
      font-weight: 800;
      color: #fff;
      margin-bottom: 70px; }
      @media (max-width: 1024px) {
        #sbm-enterprise .simple-fast-setup .title {
          font-size: 25px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        #sbm-enterprise .simple-fast-setup .title {
          margin-bottom: 20px; } }
    #sbm-enterprise .simple-fast-setup .setup-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 49px 50px;
      background-repeat: no-repeat, no-repeat;
      background-position: right 54px top 14px, left bottom 122px;
      background-image: url(/v2/images/simplybook/enterprise/top-line.png), url(/v2/images/simplybook/enterprise/bottom-line.png); }
      @media (max-width: 1200px) {
        #sbm-enterprise .simple-fast-setup .setup-items {
          background-image: none; } }
      @media (max-width: 767px) {
        #sbm-enterprise .simple-fast-setup .setup-items {
          grid-template-columns: 1fr; } }
      #sbm-enterprise .simple-fast-setup .setup-items .s-item {
        padding-left: 161px;
        position: relative;
        min-height: 195px; }
        @media (max-width: 1024px) {
          #sbm-enterprise .simple-fast-setup .setup-items .s-item {
            min-height: auto;
            padding-left: 35px; } }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item .icon {
          position: absolute;
          left: 0;
          top: -24px;
          width: 105px;
          height: 105px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-background-size: 105px;
          background-size: 105px;
          background-color: #2d3547; }
          @media (max-width: 1024px) {
            #sbm-enterprise .simple-fast-setup .setup-items .s-item .icon {
              position: static;
              margin: 0 auto 10px auto; } }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item .text {
          color: #fff; }
          #sbm-enterprise .simple-fast-setup .setup-items .s-item .text .small-title {
            font-size: 22px;
            font-weight: 600;
            position: relative;
            padding-right: 17px;
            display: inline-block;
            background-color: #2d3547;
            margin: 0; }
            @media (max-width: 1200px) {
              #sbm-enterprise .simple-fast-setup .setup-items .s-item .text .small-title {
                padding-left: 0; } }
            #sbm-enterprise .simple-fast-setup .setup-items .s-item .text .small-title:before {
              display: inline-block;
              content: "";
              color: #06adef;
              font-size: 29px;
              position: absolute;
              left: -36px;
              top: -2px; }
          #sbm-enterprise .simple-fast-setup .setup-items .s-item .text .sb-text {
            color: #fff; }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-1 .text .small-title:before {
          content: "1."; }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-2 .text .small-title:before {
          content: "2."; }
        @media (max-width: 1200px) {
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-3 {
            grid-column-start: 2;
            grid-column-end: 3; } }
        @media (max-width: 767px) {
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-3 {
            grid-column: 1/-1; } }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-3 .text .small-title:before {
          content: "4."; }
        @media (max-width: 1200px) {
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-4 {
            grid-column-start: 1;
            grid-row: 2; } }
        @media (max-width: 767px) {
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-4 {
            grid-column: 1/-1;
            grid-row: 3; } }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-4 .text .small-title:before {
          content: "3."; }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-4 .icon {
          background-color: #2d3547; }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-5 {
          min-height: 140px; }
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-5 .text .small-title:before {
            content: "5."; }
        #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-6 {
          min-height: 140px; }
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-6 .text .small-title:before {
            content: "6.";
            background-color: #2d3547; }
          #sbm-enterprise .simple-fast-setup .setup-items .s-item.i-6 .icon {
            background-color: #2d3547; }
  #sbm-enterprise .enterprise-prices-plan {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      #sbm-enterprise .enterprise-prices-plan {
        padding-top: 35px; } }
    #sbm-enterprise .enterprise-prices-plan .title {
      font-size: 32px;
      line-height: 34px;
      font-family: "Mulish";
      font-weight: 800;
      color: #253246;
      margin-bottom: 70px; }
      @media (max-width: 1024px) {
        #sbm-enterprise .enterprise-prices-plan .title {
          margin-bottom: 30px; } }
    #sbm-enterprise .enterprise-prices-plan .pricing__table {
      color: #253246;
      max-width: 910px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        #sbm-enterprise .enterprise-prices-plan .pricing__table {
          display: none; } }
      #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile {
        display: none; }
        @media (max-width: 1024px) {
          #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile {
            display: block; } }
        #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header {
          align-items: flex-start;
          margin-bottom: 15px;
          padding: 0; }
          #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header .pricing__table-row--main {
            max-width: 70%; }
            #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header .pricing__table-row--main .pricing__table-item {
              width: 50% !important;
              text-align: left !important; }
              @media (max-width: 767px) {
                #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header .pricing__table-row--main .pricing__table-item {
                  width: 100% !important; }
                  #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header .pricing__table-row--main .pricing__table-item:first-child {
                    display: none; } }
          #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-header .pricing__table-row--additional .pricing__table-item {
            width: 100% !important; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main {
          align-items: stretch; }
          #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-wrapper {
            padding: 20px 30px;
            border-radius: 10px;
            background: #f1f6ff; }
            #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-wrapper--main {
              width: 70%;
              margin-right: 5px; }
              #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-wrapper--main .pricing__table-item {
                width: 50%;
                text-align: left; }
            #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-wrapper--additional {
              display: flex;
              width: 30%; }
          #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-row {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
            background: none; }
            #sbm-enterprise .enterprise-prices-plan .pricing__table--mobile .pricing__table-main .pricing__table-row:last-child {
              margin-bottom: 0; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-row, #sbm-enterprise .enterprise-prices-plan .pricing__table-header {
        display: flex;
        align-items: center; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-header {
        margin-bottom: 5px; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-header .pricing__table-row {
          padding: 0 30px; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-row--main {
        max-width: 750px;
        width: 100%;
        margin: 0 5px 0 0;
        flex: 0 1 auto; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-row--main .pricing__table-item {
          width: 30%; }
          #sbm-enterprise .enterprise-prices-plan .pricing__table-row--main .pricing__table-item:first-child {
            width: 95% !important;
            text-align: left !important; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-row--extended {
        flex: 1; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-row--extended .pricing__table-item {
          width: 100% !important;
          text-align: center !important; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-main {
        display: flex;
        align-items: center;
        margin-bottom: 5px; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-main .pricing__table-row {
          padding: 20px 30px;
          background: #f1f6ff; }
      #sbm-enterprise .enterprise-prices-plan .pricing__table-item {
        width: 20%;
        font-size: 16px;
        text-align: center; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-item--bold {
          font-weight: 600; }
        #sbm-enterprise .enterprise-prices-plan .pricing__table-item:first-child {
          width: 50%;
          text-align: left; }
    #sbm-enterprise .enterprise-prices-plan .pricing__additional {
      display: flex;
      align-items: center;
      max-width: 910px;
      margin: 0 auto;
      color: #253246; }
      @media (max-width: 1024px) {
        #sbm-enterprise .enterprise-prices-plan .pricing__additional {
          display: none; } }
      #sbm-enterprise .enterprise-prices-plan .pricing__additional-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        background: #f1f6ff; }
        #sbm-enterprise .enterprise-prices-plan .pricing__additional-row--main {
          max-width: 750px;
          width: 100%;
          margin: 0 5px 0 0;
          flex: 0 1 auto; }
          #sbm-enterprise .enterprise-prices-plan .pricing__additional-row--main .pricing__additional-item:first-child {
            width: 100%;
            text-align: left; }
        #sbm-enterprise .enterprise-prices-plan .pricing__additional-row--extended {
          flex: 1; }
          #sbm-enterprise .enterprise-prices-plan .pricing__additional-row--extended .pricing__additional-item {
            width: 100%;
            text-align: center; }
      #sbm-enterprise .enterprise-prices-plan .pricing__additional-item {
        width: 20%;
        font-size: 16px;
        text-align: center; }
        #sbm-enterprise .enterprise-prices-plan .pricing__additional-item--bold {
          font-weight: 600; }
    #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile {
      display: flex;
      align-items: center;
      max-width: 910px;
      color: #253246;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile {
          display: none; } }
      #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile .pricing__additional-row--main {
        width: 70%; }
        #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile .pricing__additional-row--main .pricing__additional-item {
          width: 50%;
          text-align: left; }
      #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile .pricing__additional-row--extended {
        width: 30%;
        flex: auto; }
        #sbm-enterprise .enterprise-prices-plan .pricing__additional--mobile .pricing__additional-row--extended .pricing__additional-item {
          text-align: left; }
    #sbm-enterprise .enterprise-prices-plan__notes {
      padding: 30px 0 60px;
      max-width: 910px;
      margin: 0 auto; }
      #sbm-enterprise .enterprise-prices-plan__notes-wrapper {
        padding-top: 10px; }
      #sbm-enterprise .enterprise-prices-plan__notes-text {
        position: relative;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.45;
        color: #788291; }
        #sbm-enterprise .enterprise-prices-plan__notes-text:last-child {
          margin-bottom: 0; }
  #sbm-enterprise .mail-enterprise-block {
    text-align: center;
    margin-bottom: 70px; }
    #sbm-enterprise .mail-enterprise-block .title {
      font-size: 26px;
      padding: 0;
      line-height: 30px;
      font-weight: 400;
      text-align: center;
      margin-bottom: 40px;
      color: #253246; }
      @media (max-width: 767px) {
        #sbm-enterprise .mail-enterprise-block .title {
          font-size: 21px; } }
      #sbm-enterprise .mail-enterprise-block .title a {
        color: #03a7f3;
        font-weight: bold; }
  #sbm-enterprise .animation-bounce {
    animation: move_marker 700ms ease-out infinite; }

@keyframes move_marker {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

.scheduling-software #header .top.title-medium {
  text-transform: uppercase; }
  .scheduling-software #header .top.title-medium h1 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.scheduling-software #sbm-online-scheduling .text {
  font-size: 26px;
  color: #2d3547;
  line-height: 1.5;
  margin-bottom: 70px;
  font-family: Mulish;
  font-weight: 600;
  text-align: center; }

.scheduling-software #sbm-online-scheduling .blocks-wrap {
  position: relative; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-bottom: 45px;
    text-align: left; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:last-of-type {
      padding-bottom: 0; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:nth-child(2n) {
      text-align: right; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:nth-child(2n) .item__text {
        padding-right: 35px; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:nth-child(7) .item__text, .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:nth-child(11) .item__text {
      align-self: flex-start; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:last-of-type:before {
      background: #fff;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 100%;
      top: 8px;
      z-index: 2;
      position: absolute;
      content: ''; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__image {
      display: block;
      margin: 0 auto;
      opacity: 0.5;
      transition: .3s ease-in-out; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__image-wrapper {
        width: 50%;
        align-self: center; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__text {
      width: 50%;
      color: #7a818f;
      line-height: 1.7;
      align-self: center;
      padding-left: 35px;
      font-size: 18px; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .progress-circle {
    content: '';
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 3px #fff;
    border: 2px solid #e8e8e8;
    left: 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 7px;
    transform: translateX(-50%);
    z-index: 3; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .active {
    border: 2px solid #fff;
    background: #06adef;
    animation: animCircle 1s forwards; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .active:before {
      content: '';
      position: absolute;
      width: 17px;
      height: 17px;
      border: 2px solid #fff;
      top: -2px;
      left: -2px;
      border-radius: 50px;
      animation: animPulse 1s forwards;
      animation-delay: 1s; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .primary {
    color: #06adef;
    transition: .3s ease-in-out; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .active-image {
    opacity: 1 !important; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .progress-line {
    position: absolute;
    border: 1px dashed #e8e8e8;
    left: 50%;
    height: 100%;
    top: 7px;
    transform: translateX(-50%);
    z-index: 1; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap .active-line {
    position: absolute;
    background: #06adef;
    width: 4px;
    left: 50%;
    border: none;
    top: 8px;
    border-radius: 50px;
    transform: translateX(-50%);
    z-index: 2; }

@keyframes animCircle {
  0% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 3px #fff; }
  50% {
    transform: translateX(-50%) scale(0.5);
    box-shadow: 0 0 0 3px #fff; }
  100% {
    transform: translateX(-50%) scale(1.3);
    box-shadow: 0 0 0 1px #fff; } }

@keyframes animPulse {
  0% {
    box-shadow: 0 0 0 0 #06adef;
    opacity: 0.6; }
  50% {
    box-shadow: 0 0 0 15px #06adef;
    opacity: 0; }
  100% {
    box-shadow: 0 0 0 0 #06adef;
    opacity: 0; } }

@media (max-width: 767px) {
  .scheduling-software #sbm-online-scheduling .text {
    font-size: 22px; }
  .scheduling-software #sbm-online-scheduling .blocks-wrap {
    padding-left: 35px; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .progress-line,
    .scheduling-software #sbm-online-scheduling .blocks-wrap .active-line {
      left: 10px; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row {
      position: relative;
      flex-direction: column;
      text-align: left;
      padding-bottom: 45px; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row:last-of-type:before {
        background: #fff;
        left: -25px;
        width: 4px;
        height: 100%;
        top: 8px;
        z-index: 3;
        position: absolute;
        content: ''; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__image {
        margin-left: 0; }
        .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__image-wrapper {
          width: 100%;
          margin-bottom: 20px; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .item__text {
        width: 100%;
        font-size: 16px;
        order: 2;
        padding: 0;
        text-align: left; }
      .scheduling-software #sbm-online-scheduling .blocks-wrap .flex__row .progress-circle {
        left: -25px; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .title-medium {
      margin-bottom: 10px; }
    .scheduling-software #sbm-online-scheduling .blocks-wrap .text {
      font-size: 20px; } }

.get-subscription-plan {
  background: #F2F5F7; }
  .get-subscription-plan #header {
    min-height: 110px !important;
    height: auto !important;
    padding: 78px 0 0 0 !important;
    background: transparent !important; }
  .get-subscription-plan .top.title-medium {
    display: none !important; }
  .get-subscription-plan #main {
    overflow: visible !important; }

.quiz--grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 18px;
  padding-bottom: 30px;
  flex-direction: column; }
  @media (min-width: 810px) {
    .quiz--grid {
      flex-direction: row; } }

.quiz--grid-item {
  flex: 1;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 16px; }
  .quiz--grid-item__tarifs {
    position: relative;
    width: 100%;
    transition: all 0.3s ease-out; }
    .quiz--grid-item__tarifs.plans-free {
      box-shadow: 0px 3px 8px 0px rgba(6, 173, 239, 0.15); }
    .quiz--grid-item__tarifs.plans-basic {
      box-shadow: 0px 3px 10px 0px rgba(120, 130, 145, 0.15); }
    .quiz--grid-item__tarifs.plans-standard {
      box-shadow: 0px 12px 8px 0px rgba(0, 211, 139, 0.15); }
    .quiz--grid-item__tarifs.plans-premium {
      box-shadow: 0px 3px 14px 0px rgba(255, 50, 89, 0.15); }
    .quiz--grid-item__tarifs.plans-contactus {
      box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15); }
    @media (min-width: 810px) {
      .quiz--grid-item__tarifs {
        position: sticky;
        top: 80px;
        min-width: 340px;
        max-width: 340px; } }
    .quiz--grid-item__tarifs .quiz--header {
      text-align: center; }

.quiz--header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #E7ECF7; }
  .quiz--header .title {
    padding: 0;
    margin: 0;
    font-weight: bolder;
    font-size: 20px; }

.quiz--sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #253246;
  margin-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Noto Sans', sans-serif; }

.quiz--list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  margin-bottom: 22px; }
  @media (min-width: 1000px) {
    .quiz--list {
      padding: 16px;
      border: 1px solid var(--border, #E7ECF7);
      background: rgba(241, 246, 255, 0.5); } }
  .quiz--list:last-child {
    margin-bottom: 0; }
  .quiz--list .quiz-entry {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #F3F5F7;
    background: #FFF;
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 8px 20px;
    align-self: stretch;
    min-height: 68px; }
    .quiz--list .quiz-entry .switch {
      position: relative;
      top: 0.2em; }
      .quiz--list .quiz-entry .switch .cmn-toggle-2 {
        margin: 0 !important; }
    .quiz--list .quiz-entry p, .quiz--list .quiz-entry .p {
      margin: 0;
      padding: 0;
      font-size: 16px;
      order: 2;
      color: #788291; }
    .quiz--list .quiz-entry.--select p, .quiz--list .quiz-entry.--select .p {
      order: unset; }

.quiz--list-header {
  padding-bottom: 6px; }
  .quiz--list-header .title {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif; }

#sbm-quiz-page {
  padding: 0; }
  @media (max-width: 1024px) {
    #sbm-quiz-page {
      padding: 20px 0; } }
  #sbm-quiz-page #quiz {
    width: 100%; }
  #sbm-quiz-page .quiz-body {
    font-style: normal;
    font-weight: 400; }
  #sbm-quiz-page .quiz-entry-dropdown {
    font-size: 16px;
    position: relative;
    border: 1px solid #D2E0E4;
    border-radius: 4px;
    height: 36px;
    padding-left: 15px;
    padding-right: 30px;
    text-align: center;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-image: url(/v2/images/simplybook/ics/down-arrow.svg);
    cursor: pointer; }
    #sbm-quiz-page .quiz-entry-dropdown:focus {
      outline: none; }
  #sbm-quiz-page .quiz-entry-checkbox {
    position: relative;
    display: inline-block;
    font-size: 1em;
    top: 10px;
    min-width: 50px; }
  #sbm-quiz-page .plans {
    position: relative;
    font-size: 2em;
    list-style-type: none;
    max-width: 340px;
    margin: 0 auto; }
    #sbm-quiz-page .plans .btn-bar {
      padding-top: 12px; }
      #sbm-quiz-page .plans .btn-bar .btn, #sbm-quiz-page .plans .btn-bar .sb-btn {
        white-space: normal;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        font-size: 16px;
        padding: 4px 26px;
        border-radius: 26px; }
        #sbm-quiz-page .plans .btn-bar .btn.btn--success, #sbm-quiz-page .plans .btn-bar .sb-btn.btn--success {
          background: #00D38B;
          color: #fff; }
    #sbm-quiz-page .plans table td {
      padding: 4px 0; }
    #sbm-quiz-page .plans li {
      display: none;
      padding: 20px 10px;
      padding-top: 0;
      position: relative;
      text-align: center;
      background: #ffffff; }
      #sbm-quiz-page .plans li table {
        margin-bottom: 10px; }
        #sbm-quiz-page .plans li table th {
          color: #06adef;
          font-size: 24px;
          padding: 5px 0;
          border: none;
          font-weight: 800;
          text-align: center; }
          @media (max-width: 767px) {
            #sbm-quiz-page .plans li table th {
              font-size: 21px; } }
        #sbm-quiz-page .plans li table td {
          font-size: 18px;
          border: none;
          width: 100%; }
          @media (max-width: 767px) {
            #sbm-quiz-page .plans li table td {
              font-size: 16px; } }
      #sbm-quiz-page .plans li .test {
        height: 34px; }
      #sbm-quiz-page .plans li .tr-price {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0; }
        #sbm-quiz-page .plans li .tr-price .price_container {
          position: relative;
          display: flex;
          align-items: baseline;
          justify-content: center;
          font-size: 16px;
          font-weight: 600;
          color: #253246; }
          #sbm-quiz-page .plans li .tr-price .price_container .per-month {
            align-self: flex-end;
            position: relative;
            padding-left: 12px;
            margin-bottom: 6px; }
            #sbm-quiz-page .plans li .tr-price .price_container .per-month.active {
              display: block; }
            #sbm-quiz-page .plans li .tr-price .price_container .per-month:before {
              display: block;
              content: "";
              width: 2px;
              height: 17px;
              background-color: #253246;
              position: absolute;
              left: 6px;
              top: 2px;
              transform: rotate(25deg); }
          #sbm-quiz-page .plans li .tr-price .price_container .per-year.price-period,
          #sbm-quiz-page .plans li .tr-price .price_container .cash.yearly {
            display: none; }
        #sbm-quiz-page .plans li .tr-price.Premium.plus {
          display: none !important; }
      #sbm-quiz-page .plans li.plans-basic .tr-price {
        display: none; }
        #sbm-quiz-page .plans li.plans-basic .tr-price.Basic {
          display: block; }
      #sbm-quiz-page .plans li.plans-standard .tr-price {
        display: none; }
        #sbm-quiz-page .plans li.plans-standard .tr-price.Standard {
          display: block; }
      #sbm-quiz-page .plans li.plans-premium .tr-price {
        display: none; }
        #sbm-quiz-page .plans li.plans-premium .tr-price.Premium {
          display: block; }
  #sbm-quiz-page .switch {
    display: inline-block; }
  #sbm-quiz-page .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  #sbm-quiz-page .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #sbm-quiz-page input.cmn-toggle-round-flat + label {
    padding: 0;
    width: 46px;
    height: 26px;
    border: 1px solid #E7ECF7;
    border-radius: 60px;
    transition: background 0.4s; }
  #sbm-quiz-page input.cmn-toggle-round-flat + label:before, #sbm-quiz-page input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: ""; }
  #sbm-quiz-page input.cmn-toggle-round-flat + label:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s; }
  #sbm-quiz-page input.cmn-toggle-round-flat:checked + label:after {
    background-color: #06adef; }
  #sbm-quiz-page input.cmn-toggle-round-flat + label:after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #ABBCCC;
    border-radius: 25px;
    transition: margin 0.4s, background 0.4s; }
  #sbm-quiz-page input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 20px; }

@media (max-width: 767px) {
  body.main-integrations #header {
    background-position: 35% center; } }

#main-integrations .ut-info-sidebar .sidebar .list li.active .cap:before {
  top: 4px; }

#main-integrations #ufo-tooltip {
  margin-top: 50px; }
  @media (max-width: 1366px) {
    #main-integrations #ufo-tooltip {
      display: none; } }

#main-integrations #accordion .panel {
  box-shadow: none;
  border: 1px solid #E7ECF7;
  border-radius: 0; }

#main-integrations #accordion .panel-heading {
  border-radius: 0;
  background-color: #fff;
  border: none;
  position: relative;
  padding: 0; }
  #main-integrations #accordion .panel-heading a {
    display: block;
    padding: 15px 15px 15px 35px;
    color: #253246;
    font-size: 18px;
    font-weight: 600;
    position: relative; }
    #main-integrations #accordion .panel-heading a:focus, #main-integrations #accordion .panel-heading a:active {
      text-decoration: none; }
    #main-integrations #accordion .panel-heading a.collapsed:after {
      transform: rotate(0deg); }
    #main-integrations #accordion .panel-heading a:after {
      display: block;
      content: "";
      position: absolute;
      width: 2px;
      height: 18px;
      left: 17px;
      top: 14px;
      background-color: #06adef;
      transition: all .3s ease;
      transform: rotate(90deg); }
    #main-integrations #accordion .panel-heading a:before {
      display: block;
      content: "";
      position: absolute;
      width: 18px;
      height: 2px;
      left: 9px;
      top: 22px;
      background-color: #06adef;
      transition: all .3s ease;
      transform: rotate(0deg); }

#main-integrations #general .desk .info .txt {
  font-size: 16px; }

#main-integrations #general .desk .info .list .item .cap {
  color: #3b3b3b; }

#main-integrations #general .mob .info .cap {
  color: #253246;
  font-size: 18px; }
  #main-integrations #general .mob .info .cap:not(:first-of-type) {
    margin-top: 15px; }

#main-integrations #general .mob .info .txt {
  margin-top: 12px;
  font-size: 16px; }

#main-integrations #payments #payment-list {
  font-size: 18px; }
  #main-integrations #payments #payment-list .title-big {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #main-integrations #payments #payment-list .title-big {
        margin-bottom: 20px; } }
  #main-integrations #payments #payment-list .subtitle {
    font-size: 16px; }

#main-integrations #payments #country-search {
  display: block;
  margin: 0 auto;
  max-width: 642px;
  width: 100%;
  font-size: 16px;
  position: relative; }
  #main-integrations #payments #country-search .search-wrapper {
    position: relative; }
    #main-integrations #payments #country-search .search-wrapper input {
      background-color: #fff;
      border: 1px solid #E7ECF7;
      width: 100%;
      height: 60px;
      padding: 0 30px 0 20px;
      border-radius: 0;
      color: #253246;
      transition: all .3s ease;
      margin-bottom: 30px; }
      #main-integrations #payments #country-search .search-wrapper input:focus {
        outline: none;
        border-color: #06adef; }
      #main-integrations #payments #country-search .search-wrapper input::-webkit-input-placeholder {
        color: #3d3d3d; }
      #main-integrations #payments #country-search .search-wrapper input:-moz-placeholder {
        color: #3d3d3d;
        opacity: 1; }
      #main-integrations #payments #country-search .search-wrapper input::-moz-placeholder {
        color: #3d3d3d;
        opacity: 1; }
      #main-integrations #payments #country-search .search-wrapper input:-ms-input-placeholder {
        color: #3d3d3d; }
      #main-integrations #payments #country-search .search-wrapper input:placeholder-shown {
        /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        color: #3d3d3d; }
      @media (max-width: 767px) {
        #main-integrations #payments #country-search .search-wrapper input {
          padding: 0 15px;
          margin-bottom: 15px;
          height: 45px; } }
    #main-integrations #payments #country-search .search-wrapper .fa {
      font-size: 26px;
      color: #788291;
      position: absolute;
      top: 17px;
      right: 17px; }
      @media (max-width: 767px) {
        #main-integrations #payments #country-search .search-wrapper .fa {
          top: 12px;
          right: 13px;
          font-size: 22px; } }
  #main-integrations #payments #country-search .list {
    background-color: #fff;
    border-left: 1px solid #E7ECF7;
    border-right: 1px solid #E7ECF7;
    border-bottom: 1px solid #E7ECF7;
    border-top: 0;
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    z-index: 100; }
    @media (max-width: 767px) {
      #main-integrations #payments #country-search .list {
        top: 45px; } }
    #main-integrations #payments #country-search .list a {
      display: block;
      color: #253246;
      font-size: 16px;
      padding: 10px 15px;
      font-family: "Mulish";
      transition: all .25s ease; }
      #main-integrations #payments #country-search .list a:hover {
        background-color: #06adef;
        color: #fff;
        text-decoration: none; }

#main-integrations #payments #country-list .list {
  column-count: 4;
  column-gap: 30px;
  border: 1px solid #E7ECF7;
  padding: 10px 20px 10px 20px; }
  @media (max-width: 1024px) {
    #main-integrations #payments #country-list .list {
      column-count: 3; } }
  @media (max-width: 767px) {
    #main-integrations #payments #country-list .list {
      column-count: 2;
      padding: 5px 10px; } }
  #main-integrations #payments #country-list .list .country-letter {
    width: 100%;
    font-family: "Mulish";
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 15px 0;
    color: #06adef; }
  #main-integrations #payments #country-list .list a {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    color: #3d3d3d;
    font-family: "Mulish";
    font-size: 16px; }
    #main-integrations #payments #country-list .list a:hover {
      color: #00AFF2;
      text-decoration: none; }

#main-integrations #payments #country-result #vmap {
  width: 650px;
  height: 400px; }
  @media (max-width: 1024px) {
    #main-integrations #payments #country-result #vmap {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #main-integrations #payments #country-result #vmap {
      width: 480px;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    #main-integrations #payments #country-result #vmap {
      width: 320px;
      height: 300px; } }

#main-integrations #payments #country-result .country-info {
  border: 1px solid #e0e0e0;
  padding: 60px 50px; }
  @media (max-width: 1024px) {
    #main-integrations #payments #country-result .country-info {
      padding: 30px 30px; } }
  @media (max-width: 767px) {
    #main-integrations #payments #country-result .country-info {
      padding: 15px 15px; } }
  #main-integrations #payments #country-result .country-info:before {
    content: '';
    border: solid #e0e0e0;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    left: 5px;
    background: #fff; }
    @media (max-width: 1024px) {
      #main-integrations #payments #country-result .country-info:before {
        display: none; } }
  #main-integrations #payments #country-result .country-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #main-integrations #payments #country-result .country-info ul li {
      width: 50%;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #main-integrations #payments #country-result .country-info ul li {
          width: 100%; } }
      #main-integrations #payments #country-result .country-info ul li a {
        font-size: 17px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: all .3s ease;
        width: auto; }
        #main-integrations #payments #country-result .country-info ul li a:hover {
          border-bottom-color: #06adef;
          text-decoration: none; }
        @media (max-width: 767px) {
          #main-integrations #payments #country-result .country-info ul li a {
            font-size: 14px; } }

#main-integrations #payments #country-result .button-wrap {
  text-align: center;
  margin: 20px 0;
  text-transform: capitalize; }

#main-integrations .reviews-wrap {
  background-color: #F2F5F7;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    #main-integrations .reviews-wrap {
      padding-top: 25px;
      padding-bottom: 25px; } }

@media (max-width: 767px) {
  body.main-features #header {
    background-position: 25% center; } }

#main-features {
  display: block; }
  #main-features .title-big {
    margin-bottom: 0; }
  #main-features .subtitle {
    font-size: 18px;
    padding-left: 30px;
    font-weight: 600;
    margin-top: 17px; }
  #main-features .controlAllTabs {
    font-size: 22px;
    border-radius: 30px;
    padding: 15px 29px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: "Mulish";
    margin-left: -15px;
    display: none; }
    @media (max-width: 767px) {
      #main-features .controlAllTabs {
        display: none !important;
        font-size: 16px; } }
    #main-features .controlAllTabs.open {
      display: inline-block; }
  #main-features .sidebar {
    border: 0;
    padding: 0; }
    #main-features .sidebar .list li .cap {
      display: block;
      font-weight: 700;
      font-family: "Mulish";
      font-size: 18px; }
      #main-features .sidebar .list li .cap:first-letter {
        text-transform: uppercase; }
    @media (max-width: 767px) {
      #main-features .sidebar .list li {
        display: inline-block;
        margin-right: 12px; }
        #main-features .sidebar .list li .cap {
          padding-bottom: 5px;
          border-bottom: 2px solid transparent; }
        #main-features .sidebar .list li.active .cap {
          border-bottom-color: #06adef; }
          #main-features .sidebar .list li.active .cap:before {
            display: none; } }
    #main-features .sidebar.affix-bottom {
      position: relative; }
    #main-features .sidebar.affix {
      top: 90px; }
      @media (max-width: 767px) {
        #main-features .sidebar.affix {
          top: 0;
          position: static; } }
  @media (max-width: 767px) {
    #main-features .desk {
      display: block; } }
  #main-features .desk .summary-info {
    font-size: 18px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      #main-features .desk .summary-info {
        margin-bottom: 30px; } }
    #main-features .desk .summary-info .cap {
      font-weight: bold;
      margin-bottom: 20px;
      color: #2D3547; }
  #main-features .desk .additional-info {
    position: relative;
    width: 100%; }
    #main-features .desk .additional-info .items-row:before, #main-features .desk .additional-info .items-row:after {
      content: " ";
      display: table; }
    #main-features .desk .additional-info .items-row:after {
      clear: both; }
    #main-features .desk .additional-info .items-row.active .item {
      display: block; }
    @media (max-width: 767px) {
      #main-features .desk .additional-info .items-row .item.wrapper {
        width: 100%; } }
    #main-features .desk .additional-info .item {
      position: relative;
      background: #ffffff;
      z-index: 2; }
      #main-features .desk .additional-info .item .cap {
        height: 38px;
        overflow: hidden;
        margin-bottom: 5px;
        font-weight: 700;
        color: #2D3547;
        text-align: center;
        font-family: "Mulish", sans-serif; }
      #main-features .desk .additional-info .item ul {
        list-style-type: initial !important;
        list-style-position: inside !important;
        margin-left: 40px !important; }
      #main-features .desk .additional-info .item ol {
        list-style-type: initial !important;
        list-style-position: inside !important;
        margin-left: 40px !important; }
      #main-features .desk .additional-info .item ul ul, #main-features .desk .additional-info .item ol ul {
        list-style-type: initial !important;
        list-style-position: inside !important;
        margin-left: 40px !important; }
      #main-features .desk .additional-info .item ol ol, #main-features .desk .additional-info .item ul ol {
        list-style-type: initial !important;
        list-style-position: inside !important;
        margin-left: 40px !important; }
      #main-features .desk .additional-info .item li {
        list-style: initial !important; }
      #main-features .desk .additional-info .item.active .controls .close {
        display: block; }
      #main-features .desk .additional-info .item.active .controls .details {
        display: none; }
      #main-features .desk .additional-info .item.fixed {
        position: absolute;
        z-index: 1; }
      #main-features .desk .additional-info .item .controls .details span:after {
        content: "";
        margin-bottom: 3px;
        margin-left: 7px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #06adef;
        border-right: 2px solid #06adef;
        transform: rotate(45deg); }
      #main-features .desk .additional-info .item .controls div span {
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: all .3s ease; }
        #main-features .desk .additional-info .item .controls div span:hover {
          border-bottom-color: #06adef; }
      #main-features .desk .additional-info .item .controls .close {
        display: none; }
      #main-features .desk .additional-info .item:nth-child(odd) {
        float: left;
        left: 0; }
      #main-features .desk .additional-info .item:nth-child(even) {
        right: 0;
        float: right; }
    #main-features .desk .additional-info .popup-content {
      display: none;
      text-align: left; }
      #main-features .desk .additional-info .popup-content .closePopup {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px; }
        #main-features .desk .additional-info .popup-content .closePopup:hover:before, #main-features .desk .additional-info .popup-content .closePopup:hover:after {
          background-color: #FF3259; }
        #main-features .desk .additional-info .popup-content .closePopup:after, #main-features .desk .additional-info .popup-content .closePopup:before {
          display: inline-block;
          content: "";
          width: 2px;
          height: 24px;
          background-color: #06adef;
          position: absolute;
          top: 3px;
          left: 14px;
          transition: all .3s ease; }
        #main-features .desk .additional-info .popup-content .closePopup:before {
          transform: rotate(45deg); }
        #main-features .desk .additional-info .popup-content .closePopup:after {
          transform: rotate(-45deg); }
  #main-features .mob {
    display: none; }
    #main-features .mob .summary-info .cap {
      font-weight: bold;
      margin-bottom: 15px; }
    #main-features .mob .summary-info .txt {
      margin-bottom: 15px; }
  #main-features .summary-info ul {
    list-style-type: initial !important;
    list-style-position: inside !important;
    margin-left: 40px !important; }
  #main-features .summary-info ol {
    list-style-type: initial !important;
    list-style-position: inside !important;
    margin-left: 40px !important; }
  #main-features .summary-info ul ul, #main-features .summary-info ol ul {
    list-style-type: initial !important;
    list-style-position: inside !important;
    margin-left: 40px !important; }
  #main-features .summary-info ol ol, #main-features .summary-info ul ol {
    list-style-type: initial !important;
    list-style-position: inside !important;
    margin-left: 40px !important; }
  #main-features .summary-info li {
    list-style: initial !important; }
  #main-features .controls {
    display: block;
    color: #06adef; }
    #main-features .controls .close {
      display: none;
      cursor: pointer; }
    #main-features .controls .details {
      cursor: pointer; }

.sub-page.reviews #feedback .title.with-decor {
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .sub-page.reviews #feedback .title.with-decor {
      margin-bottom: 25px; } }

.sub-page.reviews #feedback #feedback_content_wrapper {
  column-count: 2;
  column-gap: 30px; }
  @media (max-width: 767px) {
    .sub-page.reviews #feedback #feedback_content_wrapper {
      column-count: 1;
      column-gap: 15px; } }

.sub-page.reviews #feedback .feedback-item {
  padding: 25px;
  display: inline-block;
  width: 100%;
  border: 1px solid #E1E1E1;
  margin-bottom: 30px;
  transition: all .3s ease;
  text-align: center; }
  @media (max-width: 767px) {
    .sub-page.reviews #feedback .feedback-item {
      margin-bottom: 15px;
      padding: 15px; } }
  .sub-page.reviews #feedback .feedback-item:hover {
    border-color: #1AB6F3; }
  .sub-page.reviews #feedback .feedback-item .top .avatar {
    margin: 0 auto 17px auto;
    max-width: 180px; }
    .sub-page.reviews #feedback .feedback-item .top .avatar img {
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto; }
  .sub-page.reviews #feedback .feedback-item .top .cap {
    font-size: 20px;
    color: #00AFF2;
    font-weight: 600;
    margin: 25px 0 6px 0;
    float: none; }
  .sub-page.reviews #feedback .feedback-item .top .stars {
    float: none;
    display: inline-block;
    margin-bottom: 20px; }
  .sub-page.reviews #feedback .feedback-item .bottom .content {
    padding: 0;
    background-color: transparent; }
  .sub-page.reviews #feedback .feedback-item .bottom .txt {
    padding-top: 0;
    font-size: 18px; }
    @media (max-width: 767px) {
      .sub-page.reviews #feedback .feedback-item .bottom .txt {
        font-size: 16px; } }

.create-feedback-page {
  background-repeat: no-repeat;
  background-image: url(/v2/images/simplybook/create-feedback/small-airplane.png), url(/v2/images/simplybook/create-feedback/big-airplane.png);
  background-position: left 100px bottom 20%, right 100px top 20%; }
  @media (max-width: 767px) {
    .create-feedback-page .section-pd {
      padding: 20px 0; } }
  .create-feedback-page .thank-you {
    padding: 10px 15px 10px 0;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
    font-family: 'Caveat', cursive;
    color: #00AFF2; }
    @media (max-width: 767px) {
      .create-feedback-page .thank-you {
        margin: 13px 0;
        font-size: 21px; } }
    .create-feedback-page .thank-you .signature a {
      color: #00AFF2;
      text-decoration: underline; }
  .create-feedback-page .feedback-form {
    max-width: 610px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      .create-feedback-page .feedback-form {
        padding-left: 0;
        padding-right: 0; } }
    .create-feedback-page .feedback-form .zend_form #name-label label:before {
      display: none; }
    .create-feedback-page .feedback-form .zend_form label {
      font-size: 20px;
      font-weight: 400;
      margin-top: 25px;
      color: #253246;
      position: relative; }
      @media (max-width: 767px) {
        .create-feedback-page .feedback-form .zend_form label {
          margin-top: 5px;
          font-size: 16px; } }
      .create-feedback-page .feedback-form .zend_form label:before {
        content: "*";
        font-family: "Mulish";
        font-size: 22px;
        color: #FF3259;
        margin-right: 5px; }
    .create-feedback-page .feedback-form .zend_form input[type="text"] {
      color: #253246;
      height: 45px;
      line-height: 45px; }
    .create-feedback-page .feedback-form .zend_form input[type="text"], .create-feedback-page .feedback-form .zend_form textarea {
      border: 1px solid #D2E0E4;
      background-color: #fff;
      width: 100%;
      color: #253246;
      padding-left: 12px;
      padding-right: 40px;
      font-size: 18px;
      outline: none; }
      .create-feedback-page .feedback-form .zend_form input[type="text"]:focus, .create-feedback-page .feedback-form .zend_form textarea:focus {
        border-color: #00AEF2; }
    .create-feedback-page .feedback-form .zend_form textarea {
      padding: 10px 12px;
      resize: none;
      height: 200px; }
    .create-feedback-page .feedback-form .zend_form input[type="submit"] {
      padding: 17px 45px;
      border-radius: 30px;
      font-family: "Mulish";
      font-weight: 700;
      color: #fff;
      font-size: 22px;
      line-height: 25px;
      display: inline-block;
      transition: all .3s ease;
      border: none;
      background-color: #00AEF2;
      transition: all .3s ease; }
      .create-feedback-page .feedback-form .zend_form input[type="submit"]:hover {
        opacity: .7; }
      .create-feedback-page .feedback-form .zend_form input[type="submit"]:focus, .create-feedback-page .feedback-form .zend_form input[type="submit"]:active {
        outline: none; }
      @media (max-width: 767px) {
        .create-feedback-page .feedback-form .zend_form input[type="submit"] {
          font-size: 16px;
          padding: 11px 30px; } }
    .create-feedback-page .feedback-form .zend_form .errors {
      color: #EF3558;
      position: relative; }
      .create-feedback-page .feedback-form .zend_form .errors:after {
        display: block;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/v2/images/simplybook/reg/warning.png");
        width: 40px;
        height: 35px;
        position: absolute;
        right: 10px;
        top: -50px; }
    .create-feedback-page .feedback-form .conditions {
      font-size: 13px; }

.security-page {
  padding: 50px 0; }
  .security-page .top-txt {
    margin-top: 20px;
    margin-bottom: 35px; }
  .security-page p {
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 767px) {
      .security-page p {
        font-size: 16px; } }
  .security-page .column-counter {
    column-count: 2;
    column-gap: 30px; }
    @media (max-width: 767px) {
      .security-page .column-counter {
        column-count: 1; } }
    .security-page .column-counter .item {
      padding: 40px;
      border: 1px solid #E5EDEF;
      text-align: center;
      margin-bottom: 30px;
      transition: all .3s ease;
      width: 100%;
      display: inline-block; }
      @media (max-width: 1024px) {
        .security-page .column-counter .item {
          padding: 20px; } }
      .security-page .column-counter .item:hover {
        border-color: #1AB6F3; }
      .security-page .column-counter .item .icon {
        width: 135px;
        height: 135px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center; }
      .security-page .column-counter .item .item-title {
        font-weight: 700;
        font-size: 20px;
        font-family: "Mulish";
        color: #253246;
        margin-top: 8px;
        margin-bottom: 22px; }
        @media (max-width: 767px) {
          .security-page .column-counter .item .item-title {
            font-size: 20px; } }
      .security-page .column-counter .item .text {
        margin-bottom: 0; }
  .security-page .decor-element {
    margin-top: 15px;
    font-family: "Caveat", cursive;
    color: #00AFF2;
    font-size: 31px;
    line-height: 31px;
    max-width: 550px;
    text-align: center; }
    @media (max-width: 767px) {
      .security-page .decor-element {
        font-size: 24px;
        line-height: 26px; } }

.booking-templates-content {
  padding: 50px 0; }
  .booking-templates-content .top-txt {
    margin-top: 35px; }
  .booking-templates-content p {
    font-size: 18px; }
    @media (max-width: 767px) {
      .booking-templates-content p {
        font-size: 16px; } }
  .booking-templates-content .templates-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px; }
    .booking-templates-content .templates-items .item-wrap {
      padding: 15px;
      width: 50%; }
      @media (max-width: 767px) {
        .booking-templates-content .templates-items .item-wrap {
          width: 100%; } }
    .booking-templates-content .templates-items .item {
      border: 1px solid #F0F4F6;
      position: relative;
      height: 100%; }
      .booking-templates-content .templates-items .item:hover .coming-soon {
        visibility: visible;
        opacity: 1; }
        .booking-templates-content .templates-items .item:hover .coming-soon .txt {
          transform: scale(1); }
      .booking-templates-content .templates-items .item .coming-soon {
        visibility: hidden;
        opacity: 0;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 70;
        background-color: rgba(26, 182, 243, 0.67);
        transition: all .3s ease; }
        .booking-templates-content .templates-items .item .coming-soon .txt {
          color: #fff;
          margin: auto;
          font-size: 26px;
          font-family: "Mulish";
          font-weight: 700;
          transition: all .3s ease;
          transform: scale(0.5); }
          @media (max-width: 767px) {
            .booking-templates-content .templates-items .item .coming-soon .txt {
              font-size: 21px; } }
      .booking-templates-content .templates-items .item .img {
        height: 330px;
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative; }
        @media (max-width: 767px) {
          .booking-templates-content .templates-items .item .img {
            height: 200px; } }
        .booking-templates-content .templates-items .item .img .link {
          position: relative;
          left: 0;
          top: 0;
          opacity: 0;
          display: flex;
          width: 100%;
          height: 100%;
          z-index: 10;
          transition: all .3s ease;
          overflow: hidden; }
          .booking-templates-content .templates-items .item .img .link .text {
            color: #fff;
            margin: auto;
            font-size: 26px;
            font-family: "Mulish";
            font-weight: 700;
            transition: all .3s ease;
            transform: scale(0.5); }
            @media (max-width: 767px) {
              .booking-templates-content .templates-items .item .img .link .text {
                font-size: 21px; } }
          .booking-templates-content .templates-items .item .img .link:hover, .booking-templates-content .templates-items .item .img .link:active, .booking-templates-content .templates-items .item .img .link:focus {
            opacity: 1;
            text-decoration: none;
            background-color: rgba(26, 182, 243, 0.67); }
            .booking-templates-content .templates-items .item .img .link:hover .text, .booking-templates-content .templates-items .item .img .link:active .text, .booking-templates-content .templates-items .item .img .link:focus .text {
              transform: scale(1); }
      .booking-templates-content .templates-items .item .text {
        padding: 20px 45px;
        text-align: center; }
        @media (max-width: 767px) {
          .booking-templates-content .templates-items .item .text {
            padding: 20px; } }
        .booking-templates-content .templates-items .item .text .template-title {
          font-size: 22px;
          color: #253246;
          font-family: "Mulish";
          font-weight: 700;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .booking-templates-content .templates-items .item .text .template-title {
              font-size: 20px; } }
  .booking-templates-content .decor-element {
    margin-top: 55px;
    font-family: "Caveat", cursive;
    color: #00AFF2;
    font-size: 31px;
    line-height: 31px;
    max-width: 550px;
    margin-left: auto;
    text-align: center; }
    @media (max-width: 767px) {
      .booking-templates-content .decor-element {
        font-size: 24px;
        line-height: 26px; } }

@keyframes move-arrow {
  0% {
    bottom: 0px; }
  50% {
    bottom: 120px;
    transform: scale(1);
    left: 150px; }
  60% {
    transform: scale(0.8);
    bottom: 120px; }
  70% {
    transform: scale(1);
    bottom: 120px; }
  100% {
    bottom: 120px;
    left: 150px; } }

@keyframes show-click {
  0% {
    opacity: 0; }
  59% {
    opacity: 0; }
  60% {
    opacity: 1; }
  70% {
    opacity: 1; }
  71% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes block-lighting {
  0% {
    background-color: #D4F2FF;
    color: #00AFF2; }
  59% {
    background-color: #D4F2FF;
    color: #00AFF2; }
  60% {
    background-color: #00AFF2;
    color: #fff; }
  69% {
    color: #fff;
    background-color: #00AFF2; }
  70% {
    color: #fff;
    background-color: #00AFF2; }
  100% {
    color: #fff;
    background-color: #00AFF2; } }

@keyframes move-circle {
  0% {
    left: 0%; }
  10% {
    left: 40%; }
  20% {
    left: 20%; }
  30% {
    left: 30%; }
  40% {
    left: 40%; }
  50% {
    left: 50%; }
  60% {
    left: 40%; }
  70% {
    left: 70%; }
  80% {
    left: 80%; }
  90% {
    left: 90%; }
  100% {
    left: 97%; } }

@keyframes move-border {
  0% {
    width: 0%; }
  10% {
    width: 40%; }
  20% {
    width: 20%; }
  30% {
    width: 30%; }
  40% {
    width: 40%; }
  50% {
    width: 50%; }
  60% {
    width: 40%; }
  70% {
    width: 70%; }
  80% {
    width: 80%; }
  90% {
    width: 90%; }
  100% {
    width: 97%; } }

@keyframes counting {
  0% {
    content: "1"; }
  10% {
    content: "5"; }
  20% {
    content: "3"; }
  30% {
    content: "4"; }
  40% {
    content: "5"; }
  50% {
    content: "6"; }
  60% {
    content: "5"; }
  70% {
    content: "8"; }
  80% {
    content: "9"; }
  90% {
    content: "10"; }
  100% {
    content: "11"; } }

@keyframes move-user {
  0% {
    transform: rotate(-5deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg);
    transform-origin: center bottom; } }

.classes-page-section {
  padding: 45px 0 0 0;
  font-size: 18px; }
  @media (max-width: 767px) {
    .classes-page-section {
      font-size: 16px; } }
  .classes-page-section .text .bold {
    font-weight: 800;
    color: #253246; }
  .classes-page-section .text ul li {
    position: relative;
    padding-left: 16px; }
    .classes-page-section .text ul li:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 9px;
      background-color: #00AEF2;
      border-radius: 50%; }
  .classes-page-section .animations {
    margin-top: 25px; }
    .classes-page-section .animations .flex-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
    .classes-page-section .animations .title-with-check {
      font-size: 25px;
      color: #253246;
      position: relative;
      font-family: "Mulish";
      font-weight: 600;
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        .classes-page-section .animations .title-with-check {
          font-size: 20px; } }
      .classes-page-section .animations .title-with-check:after {
        display: inline-block;
        content: "";
        height: 25px;
        width: 13px;
        border-right: 4px solid #03A7F3;
        border-bottom: 4px solid #03A7F3;
        background-color: transparent;
        transform: rotate(45deg);
        position: absolute;
        left: -36px;
        top: 0; }
        @media (max-width: 767px) {
          .classes-page-section .animations .title-with-check:after {
            height: 20px;
            width: 10px;
            left: -24px; } }
    .classes-page-section .animations .text {
      padding-left: 25px; }
    @media (max-width: 767px) {
      .classes-page-section .animations .img {
        display: none; } }
    .classes-page-section .animations .first .text {
      padding-right: 50px;
      max-width: 68%; }
      @media (max-width: 767px) {
        .classes-page-section .animations .first .text {
          max-width: 100%;
          padding-right: 0; } }
    .classes-page-section .animations .first .img {
      width: 358px;
      overflow: hidden;
      height: 285px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/v2/images/simplybook/classes/animations/classes-timeline.png);
      position: relative; }
      .classes-page-section .animations .first .img .animation-block {
        width: 61px;
        height: 78px;
        display: flex;
        background-color: #D3F2FF;
        color: #00AEF2;
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        left: 117px;
        top: 76px;
        animation: block-lighting 2s infinite ease-out; }
        .classes-page-section .animations .first .img .animation-block .art {
          margin: auto; }
      .classes-page-section .animations .first .img .arrow {
        display: inline-block;
        position: absolute;
        width: 31px;
        height: 31px;
        bottom: 0px;
        animation: move-arrow 2s infinite ease-out;
        left: 290px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/classes/animations/classes-arrow.png); }
      .classes-page-section .animations .first .img .click {
        display: block;
        width: 23px;
        height: 23px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/classes/animations/classes-click.png);
        position: absolute;
        left: 139px;
        top: 122px;
        animation: show-click 2s infinite ease-out; }
    .classes-page-section .animations .second {
      margin-top: 70px; }
      @media (max-width: 767px) {
        .classes-page-section .animations .second {
          margin-top: 10px; } }
      .classes-page-section .animations .second .slider {
        max-width: 90%;
        padding-left: 60px;
        padding-right: 80px;
        min-height: 60px;
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-image: url(/v2/images/simplybook/classes/animations/classes-user.png), url(/v2/images/simplybook/classes/animations/classes-users.png);
        padding-top: 35px; }
        @media (max-width: 767px) {
          .classes-page-section .animations .second .slider {
            display: none; } }
        .classes-page-section .animations .second .slider .wrapper {
          position: relative; }
        .classes-page-section .animations .second .slider .circle {
          width: 24px;
          height: 24px;
          border-radius: 50%;
          border: 3px solid #00AEF2;
          position: absolute;
          top: -11px;
          background-color: #fff;
          z-index: 10;
          animation: move-circle 10s infinite; }
          .classes-page-section .animations .second .slider .circle:before {
            display: block;
            content: "1";
            font-size: 36px;
            font-weight: 600;
            font-family: "Mulish";
            color: #00AEF2;
            position: absolute;
            animation: counting 10s infinite;
            top: -55px;
            width: 100%;
            left: 0;
            text-align: center; }
        .classes-page-section .animations .second .slider .border {
          height: 3px;
          background-color: #00AEF2;
          width: 0%;
          animation: move-border 10s infinite;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 9; }
        .classes-page-section .animations .second .slider .dashes {
          border-bottom: 3px dashed #00AEF2;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .classes-page-section .animations .second .slider .cursor {
          display: inline-block;
          position: absolute;
          width: 31px;
          height: 31px;
          bottom: -33px;
          left: 0;
          margin-left: 10px;
          z-index: 30;
          animation: move-circle 10s infinite;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(/v2/images/simplybook/classes/animations/classes-arrow.png); }
      .classes-page-section .animations .second .text {
        padding-left: 40px; }
        @media (max-width: 767px) {
          .classes-page-section .animations .second .text {
            padding-left: 25px; } }
    .classes-page-section .animations .third {
      margin-top: 95px; }
      @media (max-width: 767px) {
        .classes-page-section .animations .third {
          margin-top: 10px; } }
      .classes-page-section .animations .third .text {
        max-width: 50%; }
        @media (max-width: 767px) {
          .classes-page-section .animations .third .text {
            max-width: 100%; } }
      .classes-page-section .animations .third .img {
        margin-left: auto;
        background-repeat: no-repeat;
        width: 303px;
        height: 139px;
        background-position: center center;
        background-image: url(/v2/images/simplybook/classes/animations/classes-group.png);
        position: relative;
        background-color: #fff; }
        .classes-page-section .animations .third .img .animated-user {
          position: absolute;
          left: 139px;
          top: -40px;
          width: 26px;
          height: 43px;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(/v2/images/simplybook/classes/animations/classes-user.png);
          animation: move-user 2s infinite; }
        .classes-page-section .animations .third .img .desk {
          position: absolute;
          width: 51px;
          height: 39px;
          left: 126px;
          top: 0px;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(/v2/images/simplybook/classes/animations/classes-desk.png); }
    .classes-page-section .animations .four {
      margin-top: 90px;
      padding-bottom: 90px; }
      @media (max-width: 767px) {
        .classes-page-section .animations .four {
          margin-top: 10px;
          padding-bottom: 0; } }
      .classes-page-section .animations .four .text {
        max-width: 50%; }
        @media (max-width: 767px) {
          .classes-page-section .animations .four .text {
            max-width: 100%; } }
      .classes-page-section .animations .four .img {
        width: 454px;
        height: 329px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/v2/images/simplybook/classes/animations/classes-icons.png);
        position: relative; }
        .classes-page-section .animations .four .img .text {
          display: inline-block;
          max-width: 129px;
          text-align: center;
          position: absolute;
          padding-left: 0; }
          .classes-page-section .animations .four .img .text.t-1 {
            top: 106px;
            left: -9px; }
          .classes-page-section .animations .four .img .text.t-2 {
            right: -15px;
            top: 106px; }
          .classes-page-section .animations .four .img .text.t-3 {
            top: 337px;
            left: -10px; }
          .classes-page-section .animations .four .img .text.t-4 {
            top: 337px;
            right: -15px; }
        .classes-page-section .animations .four .img .arrow {
          border-bottom: 3px dashed #00AEF2;
          width: 70px;
          position: absolute; }
          .classes-page-section .animations .four .img .arrow:after {
            position: absolute;
            display: block;
            content: "";
            width: 0;
            right: -7px;
            top: -3px;
            border-left: 7px solid #00AEF2;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent; }
          .classes-page-section .animations .four .img .arrow.a-1 {
            transform: rotate(45deg);
            left: 96px;
            top: 84px; }
          .classes-page-section .animations .four .img .arrow.a-2 {
            transform: rotate(135deg);
            right: 96px;
            top: 84px; }
          .classes-page-section .animations .four .img .arrow.a-3 {
            transform: rotate(-45deg);
            top: 260px;
            left: 96px; }
          .classes-page-section .animations .four .img .arrow.a-4 {
            transform: rotate(-135deg);
            top: 260px;
            right: 96px; }

#accept-payments-page {
  display: block; }
  #accept-payments-page .cap {
    margin-top: 0;
    font-size: 25px;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #2d3547;
    margin-bottom: 20px; }
  #accept-payments-page #payments {
    margin-top: 50px; }
    #accept-payments-page #payments .processors {
      margin-top: 40px; }
      #accept-payments-page #payments .processors .text-right a {
        font-size: 18px;
        font-weight: 600; }
    #accept-payments-page #payments .img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 150px;
      border: 1px solid #e0e0e0;
      margin-bottom: 30px;
      transition: box-shadow 0.3s ease-in-out;
      padding: 15px; }
      @media (max-width: 480px) {
        #accept-payments-page #payments .img {
          height: 115px; } }
      #accept-payments-page #payments .img img {
        transform: scale(0.8);
        filter: grayscale(100%);
        transition: filter 0.3s ease-in-out; }
      #accept-payments-page #payments .img:hover {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
        #accept-payments-page #payments .img:hover img {
          filter: grayscale(0); }
    #accept-payments-page #payments .cursive-font {
      font-size: 32px;
      color: #06adef; }
      #accept-payments-page #payments .cursive-font:hover {
        opacity: .7;
        text-decoration: none; }
  #accept-payments-page #managements {
    position: relative;
    margin-top: 40px; }
    #accept-payments-page #managements .column {
      padding-top: 25px;
      background: url("/v2/images/simplybook//accept-payments/payments-bg.jpg") no-repeat scroll;
      background-size: cover; }
      #accept-payments-page #managements .column .article {
        text-align: center;
        padding-bottom: 400px;
        max-width: 925px;
        margin: 0 auto; }
        #accept-payments-page #managements .column .article .txt {
          color: #2d3547; }
      #accept-payments-page #managements .column .carousel {
        display: none;
        transform: translate3d(0, 0, 0);
        width: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
        #accept-payments-page #managements .column .carousel.init {
          display: block; }
          #accept-payments-page #managements .column .carousel.init .carousel-row {
            margin-bottom: 30px; }
            #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper {
              position: relative;
              width: 100%;
              z-index: 5; }
              #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper .line {
                display: flex;
                justify-content: space-around;
                flex-wrap: nowrap;
                width: 2560px;
                position: relative;
                will-change: left; }
                #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper .line.cloned {
                  position: absolute;
                  top: 0; }
                #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper .line .image {
                  position: relative;
                  left: 0;
                  z-index: 2;
                  transform: translate3d(0, 0, 0); }
              #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper.blurred {
                z-index: 1;
                margin-top: -130px; }
                #accept-payments-page #managements .column .carousel.init .carousel-row .line-wrapper.blurred .image {
                  transform: scale(0.6);
                  filter: blur(3px); }
          #accept-payments-page #managements .column .carousel.init .carousel-row.first .line {
            animation: sliderOrigin 20s linear infinite; }
            #accept-payments-page #managements .column .carousel.init .carousel-row.first .line.cloned {
              animation: sliderClone 20s linear infinite; }
          #accept-payments-page #managements .column .carousel.init .carousel-row.first .blurred .line {
            animation: sliderOrigin 40s linear infinite; }
            #accept-payments-page #managements .column .carousel.init .carousel-row.first .blurred .line.cloned {
              animation: sliderClone 40s linear infinite; }
          #accept-payments-page #managements .column .carousel.init .carousel-row.second .line {
            animation: sliderOrigin 12s linear infinite; }
            #accept-payments-page #managements .column .carousel.init .carousel-row.second .line.cloned {
              animation: sliderClone 12s linear infinite; }
          #accept-payments-page #managements .column .carousel.init .carousel-row.second .blurred .line {
            animation: sliderOrigin 24s linear infinite; }
            #accept-payments-page #managements .column .carousel.init .carousel-row.second .blurred .line.cloned {
              animation: sliderClone 24s linear infinite; }

@keyframes sliderOrigin {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(2560px); } }

@keyframes sliderClone {
  0% {
    transform: translateX(-2560px); }
  100% {
    transform: translateX(0); } }
  #accept-payments-page #secure-payments {
    margin-top: 50px; }
    #accept-payments-page #secure-payments .article {
      max-width: 925px;
      margin: 0 auto; }
    #accept-payments-page #secure-payments .circle {
      position: relative;
      width: 300px;
      height: 300px;
      margin: 100px auto;
      border: 2px dashed #cccccc;
      border-radius: 50%;
      will-change: transform;
      animation: circleMove 40s linear infinite; }
      #accept-payments-page #secure-payments .circle .lock {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        will-change: transform;
        animation: circleMove 40s linear infinite reverse; }
        #accept-payments-page #secure-payments .circle .lock img {
          display: block; }
      #accept-payments-page #secure-payments .circle .item {
        position: absolute;
        will-change: transform;
        animation: circleMove 40s linear infinite reverse; }
        #accept-payments-page #secure-payments .circle .item.one {
          display: block;
          top: 30px;
          left: -25px; }
        #accept-payments-page #secure-payments .circle .item.two {
          display: block;
          width: 81px;
          right: 0;
          left: 0;
          top: -40px;
          margin: 0 auto; }
        #accept-payments-page #secure-payments .circle .item.three {
          display: block;
          top: 30px;
          right: -25px; }
        #accept-payments-page #secure-payments .circle .item.four {
          display: block;
          right: -30px;
          bottom: 41px; }
        #accept-payments-page #secure-payments .circle .item.five {
          display: block;
          width: 81px;
          right: 0;
          left: 0;
          bottom: -40px;
          margin: 0 auto; }
        #accept-payments-page #secure-payments .circle .item.six {
          display: block;
          left: -30px;
          bottom: 41px; }

@keyframes circleMove {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
    #accept-payments-page #secure-payments .info {
      align-items: center;
      border: 40px solid #def4ff;
      padding: 40px;
      margin-bottom: 100px; }
      #accept-payments-page #secure-payments .info:before, #accept-payments-page #secure-payments .info:after {
        content: " ";
        display: table; }
      #accept-payments-page #secure-payments .info:after {
        clear: both; }
      @media (max-width: 767px) {
        #accept-payments-page #secure-payments .info {
          text-align: center;
          display: block;
          margin-bottom: 50px;
          border: 10px solid #def4ff;
          padding: 10px; } }
      #accept-payments-page #secure-payments .info .img {
        width: 115px;
        float: left;
        margin-right: 30px; }
        @media (max-width: 767px) {
          #accept-payments-page #secure-payments .info .img {
            margin: 0 auto 30px;
            float: none; } }
      #accept-payments-page #secure-payments .info .article {
        padding-top: 10px; }
        #accept-payments-page #secure-payments .info .article .txt {
          font-size: 18px; }

#voice-booking-page {
  padding: 70px 0; }
  @media (max-width: 1024px) {
    #voice-booking-page {
      padding: 35px 0; } }
  #voice-booking-page .txt {
    font-size: 18px; }
    @media (max-width: 767px) {
      #voice-booking-page .txt {
        font-size: 16px; } }
  #voice-booking-page .ibob-details-items .details-title {
    padding-left: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      #voice-booking-page .ibob-details-items .details-title {
        margin-top: 30px;
        margin-bottom: 30px; } }
    #voice-booking-page .ibob-details-items .details-title:before {
      display: none; }
  #voice-booking-page .ibob-details-items .item {
    margin-bottom: 75px; }
    @media (max-width: 1024px) {
      #voice-booking-page .ibob-details-items .item {
        margin-bottom: 25px; } }
    #voice-booking-page .ibob-details-items .item.i-1 .text {
      padding-left: 45px; }
      @media (max-width: 1024px) {
        #voice-booking-page .ibob-details-items .item.i-1 .text {
          padding-left: 0; } }
    #voice-booking-page .ibob-details-items .item.i-2 .text {
      text-align: right; }
      @media (max-width: 1024px) {
        #voice-booking-page .ibob-details-items .item.i-2 .text {
          text-align: center; } }
    #voice-booking-page .ibob-details-items .item.i-2 .image {
      padding-left: 45px; }
      @media (max-width: 1024px) {
        #voice-booking-page .ibob-details-items .item.i-2 .image {
          padding-left: 0; } }
    @media (max-width: 1024px) {
      #voice-booking-page .ibob-details-items .item.i-2 {
        margin-bottom: 45px; }
        #voice-booking-page .ibob-details-items .item.i-2 .text {
          order: 2; }
        #voice-booking-page .ibob-details-items .item.i-2 .image {
          order: 1; } }
    #voice-booking-page .ibob-details-items .item.i-3 .text {
      padding-left: 45px; }
      @media (max-width: 1024px) {
        #voice-booking-page .ibob-details-items .item.i-3 .text {
          padding-left: 0; } }
    #voice-booking-page .ibob-details-items .item.i-4 .text {
      padding-right: 45px; }
      @media (max-width: 1024px) {
        #voice-booking-page .ibob-details-items .item.i-4 .text {
          padding-right: 0; } }
    @media (max-width: 1024px) {
      #voice-booking-page .ibob-details-items .item {
        margin-bottom: 22px; } }
    #voice-booking-page .ibob-details-items .item .flex-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      #voice-booking-page .ibob-details-items .item .flex-box .item-title {
        font-family: "Mulish";
        font-weight: 700;
        font-size: 25px;
        color: #3B3B3B;
        margin-bottom: 14px; }
        @media (max-width: 1024px) {
          #voice-booking-page .ibob-details-items .item .flex-box .item-title {
            font-size: 20px;
            margin-top: 15px; } }
      #voice-booking-page .ibob-details-items .item .flex-box .text {
        width: 50%; }
        @media (max-width: 1024px) {
          #voice-booking-page .ibob-details-items .item .flex-box .text {
            width: 100%;
            text-align: center; } }
      #voice-booking-page .ibob-details-items .item .flex-box .image {
        width: 50%; }
        @media (max-width: 1024px) {
          #voice-booking-page .ibob-details-items .item .flex-box .image {
            width: 100%;
            text-align: center; }
            #voice-booking-page .ibob-details-items .item .flex-box .image img {
              display: inline-block;
              max-width: 430px;
              width: 100%; } }
  #voice-booking-page .list li {
    position: relative;
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 32px; }
    @media (max-width: 1024px) {
      #voice-booking-page .list li {
        font-size: 16px;
        text-align: left;
        padding-left: 28px; } }
    #voice-booking-page .list li:after {
      display: inline-block;
      content: "";
      height: 25px;
      width: 13px;
      border-right: 4px solid #03A7F3;
      border-bottom: 4px solid #03A7F3;
      background-color: transparent;
      transform: rotate(45deg);
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 1024px) {
        #voice-booking-page .list li:after {
          width: 10px;
          height: 20px; } }
  #voice-booking-page .video-tutorials {
    padding-bottom: 0;
    padding-top: 0; }

#selling-features-page .title-sub {
  font-size: 18px; }

#selling-features-page .article {
  max-width: 730px;
  margin: 0 auto;
  padding: 50px 0; }
  #selling-features-page .article .presentation {
    display: block;
    margin: 0 0 40px; }
  #selling-features-page .article .more {
    color: #cccccc;
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-top: 20px;
    font-weight: 300; }
  #selling-features-page .article .cap {
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #2d3547;
    font-size: 25px;
    margin: 40px 0; }
    @media (max-width: 767px) {
      #selling-features-page .article .cap {
        margin: 20px 0; } }
  #selling-features-page .article .txt {
    font-size: 18px; }

#selling-features-page #product-sales {
  margin-top: 50px; }

#selling-features-page #add-ons {
  background: #fcfcfc;
  margin-top: 50px; }
  #selling-features-page #add-ons .presentation {
    position: relative; }
    #selling-features-page #add-ons .presentation .one {
      display: block; }
    #selling-features-page #add-ons .presentation .two {
      display: block;
      margin-left: 15px;
      margin-bottom: -115px; }
    #selling-features-page #add-ons .presentation .three {
      display: inline-block;
      margin-left: 80px; }
    #selling-features-page #add-ons .presentation .four {
      display: inline-block;
      margin-left: 80px; }

#selling-features-page .animated {
  animation-duration: 1300ms; }

@keyframes border_pulse {
  0% {
    padding: 10px;
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    padding: 20px;
    opacity: 0; } }

#intake-forms-soap-medical-history-page .article {
  padding: 50px 0; }
  #intake-forms-soap-medical-history-page .article .cap {
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #2d3547;
    font-size: 25px;
    margin: 40px 0; }
    @media (max-width: 767px) {
      #intake-forms-soap-medical-history-page .article .cap {
        margin: 20px 0; } }
  #intake-forms-soap-medical-history-page .article .txt {
    font-size: 18px; }

#intake-forms-soap-medical-history-page #intake-forms {
  margin-top: 50px; }
  #intake-forms-soap-medical-history-page #intake-forms .animation {
    display: flex;
    align-items: center;
    max-width: 440px;
    min-height: 200px;
    margin: 0 auto; }
    #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li {
      margin-bottom: 10px; }
      #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li:last-child {
        margin-bottom: 0; }
      #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li .btn {
        font-size: 18px;
        background: #def4ff;
        color: #2d3547;
        border-radius: 0; }
        @media (max-width: 767px) {
          #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li .btn {
            font-size: 14px;
            margin-right: 20px; } }
        #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li .btn.active, #intake-forms-soap-medical-history-page #intake-forms .animation .ui-nav li .btn:hover {
          color: #ffffff;
          background: #06adef;
          box-shadow: none; }
    #intake-forms-soap-medical-history-page #intake-forms .animation .ui-elements {
      margin-left: auto; }
      #intake-forms-soap-medical-history-page #intake-forms .animation .ui-elements .el {
        transition: opacity 1s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden; }
        #intake-forms-soap-medical-history-page #intake-forms .animation .ui-elements .el.active {
          opacity: 1;
          height: auto; }

#intake-forms-soap-medical-history-page #soap-info .presentation {
  border-bottom: 2px solid #dff4ff; }
  #intake-forms-soap-medical-history-page #soap-info .presentation .inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center; }
    #intake-forms-soap-medical-history-page #soap-info .presentation .inner .icon {
      min-height: 85px; }
    #intake-forms-soap-medical-history-page #soap-info .presentation .inner .text {
      font-size: 14px; }
      @media (max-width: 767px) {
        #intake-forms-soap-medical-history-page #soap-info .presentation .inner .text {
          margin-bottom: 40px; } }
    #intake-forms-soap-medical-history-page #soap-info .presentation .inner .dot {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      position: relative;
      bottom: -17px;
      border-radius: 50%;
      background: #06adef; }
      @media (max-width: 767px) {
        #intake-forms-soap-medical-history-page #soap-info .presentation .inner .dot {
          display: none; } }
      #intake-forms-soap-medical-history-page #soap-info .presentation .inner .dot .line {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #dff4ff;
        border-radius: 50%;
        background: transparent;
        padding: 10px;
        will-change: padding, opacity; }
        #intake-forms-soap-medical-history-page #soap-info .presentation .inner .dot .line.active {
          animation: border_pulse 1s infinite; }

#intake-forms-soap-medical-history-page #medical-history {
  margin-top: 75px;
  margin-bottom: 40px;
  padding: 10px 30px; }
  #intake-forms-soap-medical-history-page #medical-history .column {
    background: #def4ff; }
  #intake-forms-soap-medical-history-page #medical-history .animation {
    position: relative;
    margin-bottom: -50px; }
    @media (max-width: 767px) {
      #intake-forms-soap-medical-history-page #medical-history .animation {
        padding-top: 15px;
        margin-bottom: 0; }
        #intake-forms-soap-medical-history-page #medical-history .animation img {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
  #intake-forms-soap-medical-history-page #medical-history .text {
    font-size: 18px;
    line-height: 27px;
    margin-left: 50px;
    text-align: center;
    padding: 5% 0; }
    @media (max-width: 767px) {
      #intake-forms-soap-medical-history-page #medical-history .text {
        margin-left: inherit; } }

@keyframes photo {
  0% {
    transform: rotate(0deg); }
  12.5% {
    transform: rotate(7deg); }
  25% {
    transform: rotate(0deg); }
  37.5% {
    transform: rotate(-7deg); }
  50% {
    transform: rotate(0deg); }
  62.5% {
    transform: rotate(7deg); }
  75% {
    transform: rotate(0deg); }
  87.5% {
    transform: rotate(-7deg); }
  100% {
    transform: rotate(0deg); } }

#photo-gallery-instagram-share-page .article {
  padding: 0 0 50px; }
  #photo-gallery-instagram-share-page .article .cap {
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    color: #2d3547;
    font-size: 25px;
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      #photo-gallery-instagram-share-page .article .cap {
        margin: 0 0 20px; } }
  #photo-gallery-instagram-share-page .article .txt {
    font-size: 18px; }

#photo-gallery-instagram-share-page #personalize {
  position: relative;
  margin-top: 50px; }
  #photo-gallery-instagram-share-page #personalize .animation {
    position: relative;
    text-align: center;
    overflow: hidden; }
    #photo-gallery-instagram-share-page #personalize .animation .parallax {
      display: flex;
      justify-content: center;
      position: absolute;
      width: 100%; }
      #photo-gallery-instagram-share-page #personalize .animation .parallax div {
        width: 100%; }
    #photo-gallery-instagram-share-page #personalize .animation .preview {
      width: 100%;
      padding: 200px 0; }
      @media (max-width: 1024px) {
        #photo-gallery-instagram-share-page #personalize .animation .preview {
          padding: 100px 0; } }
      @media (max-width: 767px) {
        #photo-gallery-instagram-share-page #personalize .animation .preview {
          padding: 50px 0; } }
      #photo-gallery-instagram-share-page #personalize .animation .preview .row-text {
        margin-bottom: 150px; }
        #photo-gallery-instagram-share-page #personalize .animation .preview .row-text:last-child {
          margin-bottom: 0; }
        @media (max-width: 1024px) {
          #photo-gallery-instagram-share-page #personalize .animation .preview .row-text {
            margin-bottom: 100px; } }
      #photo-gallery-instagram-share-page #personalize .animation .preview .item {
        display: inline-flex;
        justify-content: space-between;
        max-width: 700px;
        text-align: left; }
        @media (max-width: 767px) {
          #photo-gallery-instagram-share-page #personalize .animation .preview .item {
            display: block; } }
        #photo-gallery-instagram-share-page #personalize .animation .preview .item .icon {
          flex: auto 0 0;
          margin-right: 90px; }
          @media (max-width: 767px) {
            #photo-gallery-instagram-share-page #personalize .animation .preview .item .icon {
              margin: 0;
              text-align: center; } }

#photo-gallery-instagram-share-page #gallery {
  background: #48a9ff;
  text-align: center;
  font-size: 32px; }
  #photo-gallery-instagram-share-page #gallery .rope {
    z-index: 2; }
  #photo-gallery-instagram-share-page #gallery .pins {
    position: relative;
    text-align: center;
    margin-top: -130px;
    z-index: 3; }
  #photo-gallery-instagram-share-page #gallery .photos {
    display: flex;
    z-index: 1;
    justify-content: center;
    position: relative;
    margin-top: -85px; }
    #photo-gallery-instagram-share-page #gallery .photos .photo {
      margin-right: 5px;
      position: relative;
      transform-origin: top;
      will-change: transform; }
      #photo-gallery-instagram-share-page #gallery .photos .photo.active {
        animation: photo 1s cubic-bezier(0, 0.27, 0.42, 0.98); }
      #photo-gallery-instagram-share-page #gallery .photos .photo-1 {
        display: block; }
      #photo-gallery-instagram-share-page #gallery .photos .photo-2 {
        display: block;
        top: 50px;
        right: 10px; }
      #photo-gallery-instagram-share-page #gallery .photos .photo-3 {
        display: block;
        top: 70px; }
      #photo-gallery-instagram-share-page #gallery .photos .photo-4 {
        display: block;
        top: 50px;
        left: 10px; }
      #photo-gallery-instagram-share-page #gallery .photos .photo-5 {
        display: block; }
      #photo-gallery-instagram-share-page #gallery .photos .photo:last-child {
        margin-right: 0; }
  #photo-gallery-instagram-share-page #gallery .cursive-font {
    color: #ffffff;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    padding: 75px 0 50px; }
    @media (max-width: 767px) {
      #photo-gallery-instagram-share-page #gallery .cursive-font {
        padding: 25px 0 25px; } }

#calsync-fixedstart-page {
  margin-top: 50px; }
  #calsync-fixedstart-page .article {
    padding: 0 0 50px; }
    #calsync-fixedstart-page .article .cap {
      font-weight: bold;
      font-family: "Mulish", sans-serif;
      color: #2d3547;
      font-size: 25px;
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        #calsync-fixedstart-page .article .cap {
          margin: 0 0 20px; } }
    #calsync-fixedstart-page .article .txt {
      font-size: 18px; }
  #calsync-fixedstart-page .banner {
    margin-top: 50px;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media (max-width: 767px) {
      #calsync-fixedstart-page .banner {
        background-attachment: scroll; } }
  #calsync-fixedstart-page #info {
    margin: 100px 0; }
    @media (max-width: 767px) {
      #calsync-fixedstart-page #info {
        margin: 50px 0; } }
    #calsync-fixedstart-page #info .animation-row {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        #calsync-fixedstart-page #info .animation-row.reverse {
          display: flex;
          flex-direction: column-reverse;
          justify-content: center; } }
      #calsync-fixedstart-page #info .animation-row:last-child {
        margin-bottom: 0; }
      #calsync-fixedstart-page #info .animation-row .animation-calendar {
        max-width: 574px;
        overflow: hidden;
        min-height: 290px; }
        @media (max-width: 1024px) {
          #calsync-fixedstart-page #info .animation-row .animation-calendar {
            background-image: url(/v2/images/simplybook/calsync-fixedstart/calendar/animation-calendar.png);
            background-size: contain;
            background-repeat: no-repeat; } }
        #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar {
          display: block;
          position: relative; }
          @media (max-width: 1024px) {
            #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar {
              display: none; } }
          #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar .pointer {
            animation: moveMain ease 10s infinite;
            position: absolute;
            right: 0;
            z-index: 5; }
            #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar .pointer .cursor {
              position: relative;
              will-change: transform;
              animation: cursor ease 10s infinite;
              z-index: 99; }
            #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar .pointer .click {
              will-change: opacity, transform;
              animation: click ease 10s infinite;
              margin-top: -45px;
              margin-left: -14px; }
          #calsync-fixedstart-page #info .animation-row .animation-calendar .calendar .cell {
            opacity: 0;
            animation: cell ease 10s infinite;
            position: absolute;
            top: 77px;
            left: 87px; }
        #calsync-fixedstart-page #info .animation-row .animation-calendar .book {
          position: absolute;
          margin-top: 30px;
          text-align: right; }
          @media (max-width: 1024px) {
            #calsync-fixedstart-page #info .animation-row .animation-calendar .book {
              display: none; } }
          #calsync-fixedstart-page #info .animation-row .animation-calendar .book .item {
            max-width: 180px;
            margin-bottom: 10px;
            opacity: 0; }
            #calsync-fixedstart-page #info .animation-row .animation-calendar .book .item:nth-child(1) {
              animation: book ease 10s infinite;
              animation-delay: 500ms; }
            #calsync-fixedstart-page #info .animation-row .animation-calendar .book .item:nth-child(2) {
              animation: book ease 10s infinite;
              animation-delay: 1000ms; }
            #calsync-fixedstart-page #info .animation-row .animation-calendar .book .item:nth-child(3) {
              animation: book ease 10s infinite;
              animation-delay: 1500ms; }

@keyframes moveMain {
  0% {
    transform: translate(0, 0); }
  22.5% {
    transform: translate(-185px, -149px); }
  25% {
    transform: translate(-185px, -149px); }
  60% {
    transform: translate(200px, -149px); }
  75% {
    transform: translate(200px, -149px); }
  100% {
    transform: translate(0, 0); } }

@keyframes book {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  25% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  30% {
    opacity: 1;
    transform: none; }
  65% {
    opacity: 1;
    transform: none; }
  70% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes cursor {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  22.5% {
    transform: scale(0.5); }
  25% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  62.5% {
    transform: scale(0.5); }
  65% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes click {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  22.5% {
    opacity: 1; }
  25% {
    opacity: 0; }
  60% {
    opacity: 0; }
  62.5% {
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes cell {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  22.5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  65% {
    opacity: 1; }
  70% {
    opacity: 1; }
  85% {
    opacity: 1; }
  86% {
    opacity: 0; }
  100% {
    opacity: 0; } }
      #calsync-fixedstart-page #info .animation-row .animation-services:hover {
        cursor: url("/v2/images/simplybook/calsync-fixedstart/calendar/cursor.png"), auto; }
      #calsync-fixedstart-page #info .animation-row .animation-services .list {
        display: flex;
        justify-content: space-around;
        max-width: 335px;
        margin: 0 auto; }
        #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item {
          display: inline-block;
          border: 1px solid #def4ff;
          border-radius: 3px;
          padding: 15px 10px;
          text-align: center; }
          #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .cap {
            padding: 10px 0; }
          #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .time {
            font-size: 21px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Mulish", sans-serif;
            padding: 0 0 10px;
            color: #06adef; }
            #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .time .colon {
              padding: 0 2px; }
          #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .rows {
            padding: 0 5px; }
            #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .rows div {
              background: #e2eaee;
              width: 100%;
              height: 11px; }
              #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item .rows div:last-child {
                width: 75%;
                margin: 5px auto 0; }
          #calsync-fixedstart-page #info .animation-row .animation-services .list .list-item:last-child {
            margin-right: 0; }
      #calsync-fixedstart-page #info .animation-row .animation-services .select {
        font-size: 21px;
        max-width: 210px;
        user-select: none;
        margin: 20px auto; }
        #calsync-fixedstart-page #info .animation-row .animation-services .select .cap {
          margin-bottom: 5px; }
        #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-toggle {
          position: relative;
          width: 100%;
          border: 3px solid #06adef; }
          #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-toggle .chosen {
            height: 45px;
            padding: 8px 10px; }
          #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-toggle .fa {
            position: absolute;
            font-size: 28px;
            right: 10px;
            top: 10px;
            color: #06adef; }
        #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-menu {
          width: 100%;
          box-shadow: none;
          border-radius: 0;
          padding: 5px;
          border: 3px solid #06adef; }
          #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-menu .link {
            color: #06adef;
            font-weight: bold;
            font-size: 18px;
            display: block;
            padding: 3px 20px;
            clear: both;
            line-height: 1.42857;
            white-space: nowrap; }
            #calsync-fixedstart-page #info .animation-row .animation-services .select .dropdown .dropdown-menu .link:hover {
              background-color: #f5f5f5; }
        #calsync-fixedstart-page #info .animation-row .animation-services .select .timing {
          margin-top: 20px; }
          #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs {
            display: flex;
            justify-content: space-between; }
            #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs .tab {
              display: flex;
              width: 100%;
              justify-content: space-between;
              align-items: center;
              height: 45px;
              border: 3px solid #06adef;
              padding: 0 10px; }
              #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs .tab:last-child {
                margin-left: 15px; }
              #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs .tab .counter .control {
                height: 9px;
                line-height: 9px; }
                #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs .tab .counter .control:last-child {
                  margin-top: 10px; }
                #calsync-fixedstart-page #info .animation-row .animation-services .select .timing .tabs .tab .counter .control .fa {
                  font-size: 28px;
                  height: 9px;
                  line-height: 9px;
                  color: #06adef; }
      @media (max-width: 767px) {
        #calsync-fixedstart-page #info .animation-row .animation-sync {
          max-width: 300px;
          margin: 0 auto; } }
      #calsync-fixedstart-page #info .animation-row .animation-sync .presentation {
        position: relative;
        max-width: 290px;
        margin-bottom: 30px; }
        #calsync-fixedstart-page #info .animation-row .animation-sync .presentation .sync {
          position: absolute;
          background: #06adef;
          border-radius: 50%;
          padding: 17px 15px;
          right: -15px;
          margin-top: -25px; }
      #calsync-fixedstart-page #info .animation-row .animation-sync .item {
        display: flex;
        align-items: center;
        margin-bottom: 45px; }
        #calsync-fixedstart-page #info .animation-row .animation-sync .item:last-child {
          margin-bottom: 0; }
        #calsync-fixedstart-page #info .animation-row .animation-sync .item .icon {
          margin-right: 15px;
          position: relative; }
          #calsync-fixedstart-page #info .animation-row .animation-sync .item .icon .check {
            position: absolute;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            bottom: -5px;
            right: -10px;
            background: url(/v2/images/simplybook/calsync-fixedstart/sync/check.png) no-repeat scroll;
            background-size: cover;
            width: 20px;
            height: 20px; }
            #calsync-fixedstart-page #info .animation-row .animation-sync .item .icon .check .border {
              display: block;
              position: absolute;
              width: 100%;
              height: 100%;
              border: 2px solid #06adef;
              border-radius: 50%;
              background: transparent;
              will-change: padding, opacity; }

.dotPulse {
  animation: dotPulse 1s linear; }

@keyframes dotPulse {
  0% {
    padding: 9px;
    opacity: 1; }
  25% {
    opacity: .5; }
  100% {
    padding: 15px;
    opacity: 0; } }

.syncRotation {
  animation: syncRotation 1s linear; }

@keyframes syncRotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

#sb_jobs {
  display: none; }
  #sb_jobs.active {
    display: block; }
  #sb_jobs .additional-info {
    position: relative;
    width: 100%; }
    #sb_jobs .additional-info .items-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      #sb_jobs .additional-info .items-row:after {
        content: " ";
        display: table;
        clear: both; }
      #sb_jobs .additional-info .items-row:before {
        content: " ";
        display: table; }
    #sb_jobs .additional-info .job-item {
      width: 100%;
      background-color: #fff;
      border: 1px solid #F4F4F4;
      transition: all .3s ease;
      padding: 0 15px;
      position: relative;
      z-index: 50;
      margin-bottom: -1px; }
      #sb_jobs .additional-info .job-item .jobs-form .job-title {
        padding-left: 0;
        padding-right: 0; }
      @media (max-width: 767px) {
        #sb_jobs .additional-info .job-item {
          width: 100%;
          padding: 15px 15px 0 15px; } }
    #sb_jobs .additional-info .sb_show_job {
      position: absolute;
      right: 20px;
      top: 31px;
      width: 26px;
      height: 26px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        #sb_jobs .additional-info .sb_show_job {
          top: 18px;
          right: 14px; } }
      #sb_jobs .additional-info .sb_show_job:after {
        display: block;
        content: "";
        position: absolute;
        width: 18px;
        height: 2px;
        left: 4px;
        top: 12px;
        background-color: #00AEF2; }
      #sb_jobs .additional-info .sb_show_job:before {
        display: block;
        content: "";
        position: absolute;
        width: 2px;
        height: 18px;
        left: 12px;
        top: 4px;
        background-color: #00AEF2;
        transition: all .3s ease; }
    #sb_jobs .additional-info .job-inner {
      height: 100%;
      position: relative; }
      #sb_jobs .additional-info .job-inner.active .sb_show_job:before {
        transform: rotate(90deg); }
    #sb_jobs .additional-info .job-title {
      color: #112745;
      font-size: 19px;
      font-weight: 600;
      font-family: "Mulish";
      padding: 30px 50px 30px 30px;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      text-overflow: ellipsis; }
      @media (max-width: 1024px) {
        #sb_jobs .additional-info .job-title {
          padding: 20px 50px 20px 20px;
          font-size: 16px; } }
      #sb_jobs .additional-info .job-title.hot {
        position: relative;
        padding-left: 60px;
        background-repeat: no-repeat;
        background-position: left 30px center;
        background-image: url(/v2/images/simplybook/hot.png); }
        @media (max-width: 1024px) {
          #sb_jobs .additional-info .job-title.hot {
            background-position: left 20px center;
            padding-left: 48px; } }
      #sb_jobs .additional-info .job-title.small {
        font-size: 20px;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        cursor: default; }
        @media (max-width: 1024px) {
          #sb_jobs .additional-info .job-title.small {
            font-size: 18px; } }
    #sb_jobs .additional-info .job-txt {
      font-size: 18px;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        #sb_jobs .additional-info .job-txt {
          font-size: 16px; } }
    #sb_jobs .additional-info .popup-wrap {
      display: none; }
    #sb_jobs .additional-info .popup-content {
      padding: 0 20px 20px 20px; }
      #sb_jobs .additional-info .popup-content .job-part {
        margin-top: 15px; }
        #sb_jobs .additional-info .popup-content .job-part ul li {
          font-size: 18px;
          margin-bottom: 8px; }
          @media (max-width: 1024px) {
            #sb_jobs .additional-info .popup-content .job-part ul li {
              font-size: 16px;
              margin-bottom: 5px; } }
      #sb_jobs .additional-info .popup-content .inner-form .form-flex {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-end; }
        #sb_jobs .additional-info .popup-content .inner-form .form-flex .form-item {
          padding: 0 15px;
          margin-top: 15px;
          width: 50%; }
          #sb_jobs .additional-info .popup-content .inner-form .form-flex .form-item fieldset {
            margin: 0; }
          @media (max-width: 767px) {
            #sb_jobs .additional-info .popup-content .inner-form .form-flex .form-item {
              width: 100%; } }
      #sb_jobs .additional-info .popup-content .inner-form .button-wrap {
        margin-top: 15px; }
  #sb_jobs .jobs-form {
    padding-top: 50px; }
    @media (max-width: 767px) {
      #sb_jobs .jobs-form {
        padding-top: 25px; } }
    #sb_jobs .jobs-form form label {
      font-size: 18px;
      color: #3B3B3B;
      font-weight: 300; }
    #sb_jobs .jobs-form form fieldset {
      margin-bottom: 24px; }
    #sb_jobs .jobs-form form input {
      width: 100%;
      display: block;
      border: 1px solid #E1E1E1;
      padding: 0 17px;
      transition: all .3s ease;
      height: 48px; }
      @media (max-width: 767px) {
        #sb_jobs .jobs-form form input {
          height: 40px; } }
      #sb_jobs .jobs-form form input:focus {
        outline: none;
        border-color: #03C1F3; }
      #sb_jobs .jobs-form form input[type="file"] {
        border: none;
        height: 0;
        width: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        visibility: hidden; }
    @media (max-width: 767px) {
      #sb_jobs .jobs-form form button[type="submit"] {
        margin-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px; } }
    #sb_jobs .jobs-form form .additional-cv a {
      color: #00AFF2; }
    #sb_jobs .jobs-form form .cv-label {
      font-weight: 600;
      font-family: "Mulish";
      padding-left: 29px;
      background-repeat: no-repeat;
      background-position: left center;
      color: #00AFF2;
      background-image: url(/v2/images/simplybook/cv-file.png);
      cursor: pointer; }
      #sb_jobs .jobs-form form .cv-label:hover {
        text-decoration: underline; }
    #sb_jobs .jobs-form form .sb_file_name {
      padding-left: 25px;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url(/v2/images/simplybook/cv-added-file.png); }
    #sb_jobs .jobs-form .v-btn-wrap button:focus, #sb_jobs .jobs-form .v-btn-wrap button:active {
      outline: none; }
    #sb_jobs .jobs-form .err {
      color: #a94442; }

#sb_jobs_success {
  display: none; }
  #sb_jobs_success.active {
    display: block; }
  #sb_jobs_success .v-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Mulish";
    margin-bottom: 15px;
    color: #00AFF2; }
    @media (max-width: 767px) {
      #sb_jobs_success .v-title {
        font-size: 24px; } }
  #sb_jobs_success .v-subtitle {
    font-size: 24px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #sb_jobs_success .v-subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      #sb_jobs_success .v-subtitle {
        margin-bottom: 20px; } }
  #sb_jobs_success .v-img {
    display: inline-block;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      #sb_jobs_success .v-img {
        margin-bottom: 20px; } }

#promotions-page {
  margin-top: 50px; }
  #promotions-page .scroll-view {
    position: relative;
    padding-top: 50px; }
    @media (max-width: 767px) {
      #promotions-page .scroll-view {
        padding-top: 100px; } }
    #promotions-page .scroll-view .s-row {
      display: flex;
      align-items: center; }
      #promotions-page .scroll-view .s-row:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        #promotions-page .scroll-view .s-row {
          flex-direction: column; }
          #promotions-page .scroll-view .s-row.reverse {
            flex-direction: column-reverse; } }
      #promotions-page .scroll-view .s-row .col {
        margin-bottom: 20px;
        position: relative;
        width: 100%; }
        #promotions-page .scroll-view .s-row .col.no-psevdo:before {
          display: none; }
        #promotions-page .scroll-view .s-row .col.start-line:before {
          top: 53px;
          padding-top: 0; }
        #promotions-page .scroll-view .s-row .col.end-line:before {
          top: -86%;
          content: ' '; }
        #promotions-page .scroll-view .s-row .col.end-line:after {
          position: absolute;
          content: ' ';
          display: block;
          width: 20px;
          height: 20px;
          top: 11%;
          border-radius: 50%;
          background: #def4ff;
          left: -82px; }
        @media (max-width: 1024px) {
          #promotions-page .scroll-view .s-row .col.end-line:after {
            left: -42px; } }
        @media (max-width: 767px) {
          #promotions-page .scroll-view .s-row .col.end-line:after {
            display: none; } }
        #promotions-page .scroll-view .s-row .col:before {
          content: '●';
          position: absolute;
          display: block;
          top: 0;
          background: #def4ff;
          color: #def4ff;
          text-indent: -9px;
          font-size: 32px;
          padding-top: 53px;
          line-height: 0;
          border-radius: 3px;
          width: 4px;
          height: 100%; }
        #promotions-page .scroll-view .s-row .col:nth-child(odd):before {
          right: -70px; }
        @media (max-width: 1024px) {
          #promotions-page .scroll-view .s-row .col:nth-child(odd):before {
            right: -30px; } }
        @media (max-width: 767px) {
          #promotions-page .scroll-view .s-row .col:nth-child(odd):before {
            display: none; } }
        #promotions-page .scroll-view .s-row .col:nth-child(even):before {
          left: -74px; }
        @media (max-width: 1024px) {
          #promotions-page .scroll-view .s-row .col:nth-child(even):before {
            left: -34px; } }
        @media (max-width: 767px) {
          #promotions-page .scroll-view .s-row .col:nth-child(even):before {
            display: none; } }
        #promotions-page .scroll-view .s-row .col:first-child {
          margin-right: 70px; }
          @media (max-width: 1024px) {
            #promotions-page .scroll-view .s-row .col:first-child {
              margin-right: 30px; } }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col:first-child {
              margin: 0; } }
        #promotions-page .scroll-view .s-row .col:last-child {
          margin-left: 70px; }
          @media (max-width: 1024px) {
            #promotions-page .scroll-view .s-row .col:last-child {
              margin-left: 30px; } }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col:last-child {
              margin: 0; } }
        #promotions-page .scroll-view .s-row .col #counter-canvas {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          font-weight: bolder;
          font-size: 80px; }
        #promotions-page .scroll-view .s-row .col .circular-canvas {
          position: relative;
          margin-top: 100px;
          width: 220px;
          height: 220px;
          margin: 0 auto;
          margin-top: 38px; }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col .circular-canvas {
              margin: 0px auto 30px auto; } }
        #promotions-page .scroll-view .s-row .col #circle1 {
          height: 190px;
          width: 190px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 2; }
        #promotions-page .scroll-view .s-row .col #shadowring {
          height: 40px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 50px;
          text-align: center;
          color: #06adef;
          font-size: 30px;
          font-weight: 300;
          z-index: 99; }
        #promotions-page .scroll-view .s-row .col #circle2 {
          height: 204px;
          width: 204px;
          background-color: #fff;
          border: 4px dashed #8791a0;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; }
        #promotions-page .scroll-view .s-row .col #num-percent {
          height: 110px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 56px;
          text-align: center;
          color: #06adef;
          font-size: 80px;
          font-weight: bolder;
          z-index: 99; }
        #promotions-page .scroll-view .s-row .col #present {
          display: flex;
          flex-direction: column;
          width: 290px;
          height: 250px;
          text-align: center;
          position: relative;
          justify-content: center;
          margin: 0 auto; }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col #present {
              margin-bottom: 40px;
              margin-top: 80px; } }
          #promotions-page .scroll-view .s-row .col #present #lottie {
            background-color: #fff;
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
            transform: translate3d(0, 0, 0);
            text-align: center;
            opacity: 1; }
        #promotions-page .scroll-view .s-row .col #happy-carousel {
          position: relative;
          text-align: center; }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col #happy-carousel {
              margin-bottom: 60px;
              margin-top: 100px; } }
          #promotions-page .scroll-view .s-row .col #happy-carousel .frame {
            display: table;
            margin: 0 auto;
            z-index: 1;
            position: relative; }
          #promotions-page .scroll-view .s-row .col #happy-carousel .carousel {
            max-width: 350px;
            margin: 0 auto; }
            @media (max-width: 1024px) {
              #promotions-page .scroll-view .s-row .col #happy-carousel .carousel {
                max-width: 320px; } }
          #promotions-page .scroll-view .s-row .col #happy-carousel .carousel {
            margin-top: -110px; }
            #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide {
              position: relative;
              margin: 0 10px;
              text-align: center;
              float: left;
              padding-bottom: 10px; }
              #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide.slick-current.slick-active .icon {
                opacity: 1; }
              #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide.slick-current.slick-active + .slick-active .icon {
                opacity: 1; }
              #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide img {
                display: inline-block; }
              #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide .icon {
                opacity: 0;
                transition: opacity 2s ease-in;
                position: absolute;
                bottom: 0;
                right: 10px; }
              @media (max-width: 767px) {
                #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide {
                  display: none; }
                  #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide:first-child {
                    display: inline-block;
                    float: none; }
                    #promotions-page .scroll-view .s-row .col #happy-carousel .carousel .slide:first-child .icon {
                      opacity: 1;
                      right: -10px; } }
        #promotions-page .scroll-view .s-row .col .article .cap {
          font-weight: bold;
          font-family: "Mulish", sans-serif;
          color: #2d3547;
          font-size: 25px;
          margin: 40px 0; }
          @media (max-width: 767px) {
            #promotions-page .scroll-view .s-row .col .article .cap {
              margin: 20px 0; } }
        #promotions-page .scroll-view .s-row .col .article .txt {
          font-size: 18px; }

#gdpr-page {
  display: block; }
  #gdpr-page .section {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      #gdpr-page .section {
        margin-bottom: 40px; } }
  #gdpr-page .cap {
    font-size: 22px;
    color: #06adef;
    font-weight: 400; }
  #gdpr-page .txt {
    font-size: 18px; }
  #gdpr-page h2.title {
    color: #2d3547;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-family: Mulish;
    font-weight: 600;
    padding: 60px 15px;
    font-size: 36px; }
    @media (max-width: 1024px) {
      #gdpr-page h2.title {
        font-size: 24px;
        padding: 30px 15px; } }
  #gdpr-page #text-content .checked-list .item {
    display: flex;
    font-size: 18px;
    margin-bottom: 20px; }
    #gdpr-page #text-content .checked-list .item:before {
      display: inline-block;
      content: "";
      height: 20px;
      width: 12px;
      flex: 12px 0 0;
      border-right: 4px solid #03a7f3;
      border-bottom: 4px solid #03a7f3;
      background-color: transparent;
      transform: rotate(45deg);
      margin-right: 15px; }
  #gdpr-page #text-content .txt {
    margin-top: 30px; }
  #gdpr-page #tabs .title {
    padding-top: 0; }
  #gdpr-page #tabs .tab {
    text-align: center;
    margin-bottom: 30px; }
    #gdpr-page #tabs .tab.left-tab {
      margin-right: 30px; }
      @media (max-width: 767px) {
        #gdpr-page #tabs .tab.left-tab {
          margin-right: 0; } }
    #gdpr-page #tabs .tab.right-tab {
      margin-left: 30px; }
      @media (max-width: 767px) {
        #gdpr-page #tabs .tab.right-tab {
          margin-left: 0; } }
    #gdpr-page #tabs .tab .icon {
      margin-bottom: 30px;
      height: 130px; }
    #gdpr-page #tabs .tab .cap {
      color: #06adef;
      margin-bottom: 15px;
      font-size: 22px;
      font-weight: 600; }
  #gdpr-page #access {
    text-align: center;
    background-color: #2d3547;
    color: #ffffff;
    padding: 0 0 60px; }
    @media (max-width: 767px) {
      #gdpr-page #access {
        padding: 0 0 20px; } }
    #gdpr-page #access .title {
      color: #ffffff; }
    #gdpr-page #access .tabs {
      max-width: 940px;
      margin: 0 auto 30px; }
      @media (max-width: 767px) {
        #gdpr-page #access .tabs .arrows {
          display: none; } }
      #gdpr-page #access .tabs .arrows,
      #gdpr-page #access .tabs .icon,
      #gdpr-page #access .tabs .cap,
      #gdpr-page #access .tabs .txt {
        margin-bottom: 20px; }
  #gdpr-page #articles .article {
    display: flex;
    font-size: 18px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #gdpr-page #articles .article {
        flex-direction: column;
        margin-bottom: 20px; }
        #gdpr-page #articles .article:nth-child(2n) {
          flex-direction: column-reverse; } }
    #gdpr-page #articles .article a,
    #gdpr-page #articles .article b {
      color: #06adef; }
    #gdpr-page #articles .article a {
      text-decoration: underline; }
    #gdpr-page #articles .article .icon {
      flex: 175px 0 0;
      text-align: center; }
      @media (max-width: 767px) {
        #gdpr-page #articles .article .icon {
          flex: auto;
          margin-bottom: 20px; } }

#website-builder {
  padding: 50px 0; }
  @media (max-width: 767px) {
    #website-builder {
      padding: 25px 0; } }
  #website-builder .builder-info {
    margin-top: 60px; }
    #website-builder .builder-info .flex-box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        #website-builder .builder-info .flex-box {
          margin-bottom: 15px; } }
      #website-builder .builder-info .flex-box .text-data .cap {
        font-weight: bold;
        font-family: "Mulish", sans-serif;
        color: #2d3547;
        font-size: 25px;
        margin: 0 0 20px 0; }
        @media (max-width: 767px) {
          #website-builder .builder-info .flex-box .text-data .cap {
            font-size: 22px; } }
      #website-builder .builder-info .flex-box:last-of-type {
        margin-bottom: 0; }
      #website-builder .builder-info .flex-box .img {
        width: 40%;
        text-align: center; }
        #website-builder .builder-info .flex-box .img img {
          display: inline-block; }
        @media (max-width: 767px) {
          #website-builder .builder-info .flex-box .img {
            margin-bottom: 35px;
            width: 100%; } }
      #website-builder .builder-info .flex-box .text-data {
        width: 60%; }
        @media (max-width: 767px) {
          #website-builder .builder-info .flex-box .text-data {
            width: 100%;
            text-align: center; } }
      #website-builder .builder-info .flex-box.img-left .text-data {
        padding-left: 65px; }
        @media (max-width: 767px) {
          #website-builder .builder-info .flex-box.img-left .text-data {
            padding-left: 0; } }
      @media (max-width: 767px) {
        #website-builder .builder-info .flex-box.img-right {
          flex-direction: column-reverse; } }
      #website-builder .builder-info .flex-box.img-right .text-data {
        padding-right: 65px;
        text-align: right; }
        @media (max-width: 767px) {
          #website-builder .builder-info .flex-box.img-right .text-data {
            padding-right: 0;
            text-align: center; } }

body.simplybook.sub-page.ezy100 #header {
  padding: 25px 0 0 0;
  min-height: 780px;
  height: auto; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.ezy100 #header {
      min-height: 470px; } }
  body.simplybook.sub-page.ezy100 #header .top.title-medium {
    margin: auto 0 0 0;
    padding: 0 0 50px 0; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.ezy100 #header .top.title-medium {
        padding: 0 0 25px 0; } }
    body.simplybook.sub-page.ezy100 #header .top.title-medium h1 {
      text-shadow: 0 0 29px #b76106; }
    body.simplybook.sub-page.ezy100 #header .top.title-medium #header-btn-bar {
      margin-top: 90px; }
      @media (max-width: 767px) {
        body.simplybook.sub-page.ezy100 #header .top.title-medium #header-btn-bar {
          margin-top: 15px; } }

.ezy100 .decor-wrap {
  padding: 0 0 45px 0; }
  @media (max-width: 767px) {
    .ezy100 .decor-wrap {
      padding: 0 0 30px 0; } }
  .ezy100 .decor-wrap .white-decor {
    padding-top: 25px;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    line-height: 39px;
    font-family: 'Caveat', cursive;
    text-shadow: 0 0 29px #b76106;
    position: relative; }
    .ezy100 .decor-wrap .white-decor .arrow {
      width: 58px;
      height: 69px;
      display: inline-block;
      position: absolute;
      right: 64px;
      top: -54px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/v2/images/simplybook/ics/white-arrow.png); }
      @media (max-width: 767px) {
        .ezy100 .decor-wrap .white-decor .arrow {
          display: none; } }
    @media (max-width: 767px) {
      .ezy100 .decor-wrap .white-decor {
        background-image: none;
        font-size: 26px;
        line-height: 33px;
        padding-top: 5px; } }

#ezy {
  padding: 110px 0;
  background-repeat: no-repeat;
  background-position: right -225px center;
  background-image: url("/v2/images/bottom_devices.png"); }
  @media (max-width: 1200px) {
    #ezy {
      -webkit-background-size: 700px;
      background-size: 700px; } }
  @media (max-width: 1024px) {
    #ezy {
      background-image: none; } }
  @media (max-width: 767px) {
    #ezy {
      padding: 45px 0; } }
  #ezy .details {
    max-width: 613px;
    padding-top: 1px; }
    #ezy .details .item {
      padding: 28px 0 28px 160px;
      margin-top: 40px;
      color: #2d3547;
      background-repeat: no-repeat;
      background-position: left 8px center;
      -webkit-background-size: 137px;
      background-size: 137px; }
      @media (max-width: 767px) {
        #ezy .details .item {
          -webkit-background-size: 110px;
          background-size: 110px;
          padding: 20px 0 20px 130px;
          margin-top: 20px; } }
      @media (max-width: 480px) {
        #ezy .details .item {
          padding: 130px 0 0 0;
          text-align: center;
          background-position: center top; } }
      #ezy .details .item.i-1 {
        background-image: url(/v2/images/main-sb-icons/design-300.png); }
      #ezy .details .item.i-2 {
        background-image: url(/v2/images/main-sb-icons/financial_dashboard-300.png);
        background-position: left center; }
        @media (max-width: 480px) {
          #ezy .details .item.i-2 {
            background-position: center top; } }
      #ezy .details .item.i-3 {
        background-image: url(/v2/images/main-sb-icons/any_unit-300.png);
        background-position: left center; }
        @media (max-width: 480px) {
          #ezy .details .item.i-3 {
            background-position: center top; } }
      #ezy .details .item.i-4 {
        background-image: url(/v2/images/main-sb-icons/approve_booking-300.png); }
      #ezy .details .item .item-caption {
        font-size: 22px;
        font-weight: 700; }
        @media (max-width: 480px) {
          #ezy .details .item .item-caption {
            font-size: 19px;
            margin-bottom: 10px; } }
  #ezy .button-wrap {
    padding-top: 55px; }
    #ezy .button-wrap .decor {
      padding: 40px 40px 0 40px;
      display: block;
      max-width: 500px;
      margin: 0 auto;
      color: #06adef;
      font-size: 32px;
      line-height: 39px;
      font-weight: 600;
      font-family: 'Caveat', cursive;
      background-repeat: no-repeat;
      background-position: right 20px top;
      background-image: url(/v2/images/simplybook/ics/arrow-top-right.png); }
      @media (max-width: 767px) {
        #ezy .button-wrap .decor {
          padding: 30px 30px 0 30px;
          background-image: none;
          font-size: 26px;
          line-height: 33px; } }

body.simplybook.sub-page.tw-ny #header {
  padding: 25px 0 0 0;
  min-height: 780px;
  height: auto; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.tw-ny #header {
      min-height: 470px; } }
  body.simplybook.sub-page.tw-ny #header .top.title-medium {
    position: absolute;
    left: 0;
    top: 78px;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex; }
    body.simplybook.sub-page.tw-ny #header .top.title-medium .column {
      width: 100%;
      margin: auto;
      padding-top: 135px; }
      @media (max-width: 767px) {
        body.simplybook.sub-page.tw-ny #header .top.title-medium .column {
          padding-top: 60px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .top.title-medium {
        padding: 0 0 25px 0; } }
    body.simplybook.sub-page.tw-ny #header .top.title-medium h1 {
      text-shadow: 0 0 29px #b76106; }
    body.simplybook.sub-page.tw-ny #header .top.title-medium #header-btn-bar {
      margin-top: 90px;
      width: 100%; }
      @media (max-width: 767px) {
        body.simplybook.sub-page.tw-ny #header .top.title-medium #header-btn-bar {
          margin-top: 15px;
          bottom: 50px; } }
  body.simplybook.sub-page.tw-ny #header .circle {
    left: 50%;
    transform: translateX(-50%);
    top: 78px;
    position: absolute;
    width: 633px;
    height: 369px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/v2/images/simplybook/asia-ny/circle.png"); }
    @media (max-width: 1366px) {
      body.simplybook.sub-page.tw-ny #header .circle {
        width: 460px;
        height: 269px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.tw-ny #header .circle {
        width: 400px;
        height: 236px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .circle {
        width: 300px;
        height: 175px; } }
  body.simplybook.sub-page.tw-ny #header .year {
    width: 483px;
    height: 271px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-image: url("/v2/images/simplybook/asia-ny/2019_year.png"); }
    @media (max-width: 1366px) {
      body.simplybook.sub-page.tw-ny #header .year {
        width: 350px;
        height: 162px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.tw-ny #header .year {
        width: 289px;
        height: 139px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .year {
        width: 217px;
        height: 93px; } }
  body.simplybook.sub-page.tw-ny #header .left-lamp,
  body.simplybook.sub-page.tw-ny #header .right-lamp {
    position: absolute;
    -webkit-background-size: 100%;
    background-size: 100%;
    top: 78px; }
  body.simplybook.sub-page.tw-ny #header .left-lamp {
    left: 50px;
    width: 500px;
    height: 634px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/v2/images/simplybook/asia-ny/lanterns_one.png"); }
    @media (max-width: 1366px) {
      body.simplybook.sub-page.tw-ny #header .left-lamp {
        left: 20px;
        width: 300px;
        height: 392px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.tw-ny #header .left-lamp {
        width: 220px;
        height: 288px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .left-lamp {
        width: 140px;
        height: 183px; } }
    @media (max-width: 480px) {
      body.simplybook.sub-page.tw-ny #header .left-lamp {
        display: none; } }
  body.simplybook.sub-page.tw-ny #header .right-lamp {
    right: 50px;
    width: 381px;
    height: 681px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/v2/images/simplybook/asia-ny/lanterns_two.png"); }
    @media (max-width: 1366px) {
      body.simplybook.sub-page.tw-ny #header .right-lamp {
        right: 20px;
        width: 300px;
        height: 536px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.tw-ny #header .right-lamp {
        width: 230px;
        height: 411px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .right-lamp {
        width: 155px;
        height: 277px; } }
    @media (max-width: 480px) {
      body.simplybook.sub-page.tw-ny #header .right-lamp {
        display: none; } }
  body.simplybook.sub-page.tw-ny #header .border-image {
    width: calc(100% - 20px);
    height: calc(100% - 98px);
    position: absolute;
    top: 88px;
    left: 10px;
    border: 80px solid transparent;
    z-index: 10;
    border-image: url("/v2/images/simplybook/asia-ny/frame.png");
    border-image-slice: 129;
    border-image-width: 130px; }
    @media (max-width: 1366px) {
      body.simplybook.sub-page.tw-ny #header .border-image {
        border-image-width: 94px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.tw-ny #header .border-image {
        border-image-width: 55px; } }

.tw-ny .decor-wrap {
  padding: 0 0 45px 0; }
  @media (max-width: 767px) {
    .tw-ny .decor-wrap {
      padding: 0 0 30px 0; } }
  .tw-ny .decor-wrap .white-decor {
    padding-top: 25px;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    line-height: 39px;
    font-family: 'Caveat', cursive;
    text-shadow: 0 0 29px #b76106;
    position: relative; }
    @media (max-width: 767px) {
      .tw-ny .decor-wrap .white-decor {
        background-image: none;
        font-size: 26px;
        line-height: 33px;
        padding-top: 5px; } }
    @media (max-width: 480px) {
      .tw-ny .decor-wrap .white-decor {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px; } }
    .tw-ny .decor-wrap .white-decor .arrow {
      width: 58px;
      height: 69px;
      display: inline-block;
      position: absolute;
      right: 64px;
      top: -54px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/v2/images/simplybook/ics/white-arrow.png); }
      @media (max-width: 767px) {
        .tw-ny .decor-wrap .white-decor .arrow {
          display: none; } }
  .tw-ny .decor-wrap.hide-arrow .white-decor .arrow {
    display: none; }

#asia_ny {
  padding: 110px 0;
  background-repeat: no-repeat;
  background-position: right -225px center;
  background-image: url("/v2/images/bottom_devices.png"); }
  @media (max-width: 1200px) {
    #asia_ny {
      -webkit-background-size: 700px;
      background-size: 700px; } }
  @media (max-width: 1024px) {
    #asia_ny {
      background-image: none; } }
  @media (max-width: 767px) {
    #asia_ny {
      padding: 45px 0; } }
  #asia_ny .details {
    max-width: 613px;
    padding-top: 1px; }
    #asia_ny .details .item {
      padding: 28px 0 28px 160px;
      margin-top: 40px;
      color: #2d3547;
      background-repeat: no-repeat;
      background-position: left 8px center;
      -webkit-background-size: 137px;
      background-size: 137px; }
      @media (max-width: 767px) {
        #asia_ny .details .item {
          -webkit-background-size: 110px;
          background-size: 110px;
          padding: 20px 0 20px 130px;
          margin-top: 20px; } }
      @media (max-width: 480px) {
        #asia_ny .details .item {
          padding: 130px 0 0 0;
          text-align: center;
          background-position: center top; } }
      #asia_ny .details .item.i-1 {
        background-image: url(/v2/images/main-sb-icons/design-300.png); }
      #asia_ny .details .item.i-2 {
        background-image: url(/v2/images/main-sb-icons/financial_dashboard-300.png);
        background-position: left center; }
        @media (max-width: 480px) {
          #asia_ny .details .item.i-2 {
            background-position: center top; } }
      #asia_ny .details .item.i-3 {
        background-image: url(/v2/images/main-sb-icons/any_unit-300.png);
        background-position: left center; }
        @media (max-width: 480px) {
          #asia_ny .details .item.i-3 {
            background-position: center top; } }
      #asia_ny .details .item.i-4 {
        background-image: url(/v2/images/main-sb-icons/approve_booking-300.png); }
      #asia_ny .details .item .item-caption {
        font-size: 22px;
        font-weight: 700; }
        @media (max-width: 480px) {
          #asia_ny .details .item .item-caption {
            font-size: 19px;
            margin-bottom: 10px; } }
  #asia_ny .button-wrap {
    padding-top: 55px; }
    #asia_ny .button-wrap .decor {
      padding: 40px 40px 0 40px;
      display: block;
      max-width: 450px;
      margin: 0 auto;
      color: #06adef;
      font-size: 21px;
      line-height: 39px;
      font-weight: 600;
      font-family: 'Caveat', cursive;
      background-repeat: no-repeat;
      background-position: right 20px top;
      background-image: url(/v2/images/simplybook/ics/arrow-top-right.png); }
      @media (max-width: 767px) {
        #asia_ny .button-wrap .decor {
          padding: 30px 30px 0 30px;
          background-image: none;
          font-size: 26px;
          line-height: 33px; } }
    #asia_ny .button-wrap .before-discount {
      color: #06adef;
      font-size: 21px;
      line-height: 39px;
      font-weight: 600;
      font-family: 'Caveat', cursive; }
      @media (max-width: 767px) {
        #asia_ny .button-wrap .before-discount {
          font-size: 26px;
          line-height: 33px; } }

@media (max-width: 767px) {
  body.sub-page.marketing-tools-page #header {
    background-position: top 70px left; } }

@media (min-width: 767px) {
  #sbm-marketing-tools .col-sm-6 {
    width: 50%; } }

#sbm-marketing-tools .text {
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 40;
  margin-bottom: 70px; }

#sbm-marketing-tools .nice-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  #sbm-marketing-tools .nice-item .nice-title {
    font-family: Mulish;
    font-weight: 600;
    font-size: 24px;
    color: #253246;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px; }
  #sbm-marketing-tools .nice-item .nice-content {
    padding: 20px; }
    @media (max-width: 767px) {
      #sbm-marketing-tools .nice-item .nice-content {
        padding: 15px; } }
    #sbm-marketing-tools .nice-item .nice-content .icon {
      width: 150px;
      height: 150px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 150px;
      margin: 0 auto 35px; }
      #sbm-marketing-tools .nice-item .nice-content .icon.mt--20 {
        margin-bottom: 15px; }
    #sbm-marketing-tools .nice-item .nice-content .sb-text {
      font-size: 18px;
      line-height: 1.5; }
      @media (max-width: 767px) {
        #sbm-marketing-tools .nice-item .nice-content .sb-text {
          font-size: 16px; } }
    #sbm-marketing-tools .nice-item .nice-content a {
      color: #06adef; }

.marketing-tools-page .wrap-pricing-block .title-big {
  text-align: center;
  padding: 0 10%;
  border: none; }
  .marketing-tools-page .wrap-pricing-block .title-big:before {
    display: none; }

.marketing-tools-page .wrap-pricing-block #sbm-prices .slick-track {
  padding-top: 30px;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .marketing-tools-page .wrap-pricing-block #sbm-prices .slick-track {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .marketing-tools-page .wrap-pricing-block #sbm-prices .slick-track {
      padding-top: 35px; } }

.marketing-tools-page .wrap-pricing-block #sbm-prices .vat-warning {
  top: -10px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .marketing-tools-page .wrap-pricing-block #sbm-prices .vat-warning {
      top: 0;
      margin-top: 15px; } }
  .marketing-tools-page .wrap-pricing-block #sbm-prices .vat-warning .title {
    margin-top: 0; }

.marketing-tools-page .wrap-pricing-block #sbm-prices .slick-track .phrase {
  display: none; }

.marketing-tools-page .wrap-pricing-block .sbm-button-wrap {
  text-align: center; }

body.cyber-monday-page {
  position: relative;
  /* Reviews slider customizing */ }
  body.cyber-monday-page #black_friday .phrase {
    display: none; }
  body.cyber-monday-page #header {
    height: 0;
    min-height: 78px;
    padding: 0;
    background: none; }
  @media (max-width: 767px) {
    body.cyber-monday-page #sbm-custom-reviews-section #custom_reviews {
      margin-top: 0; } }
  @media (min-width: 767px) {
    body.cyber-monday-page #sbm-custom-reviews-section .title-big {
      margin-top: 25px;
      display: flex; } }
  @media (min-width: 767px) {
    body.cyber-monday-page #sbm-custom-reviews-section .title-big--main-part {
      width: 100%; } }
  body.cyber-monday-page #sbm-custom-reviews-section .title-big-custom-font {
    position: relative;
    width: 65%;
    color: #00aff2;
    font-size: 32px;
    line-height: 39px;
    text-align: left;
    display: block;
    font-family: Caveat, cursive; }
    @media (max-width: 1024px) {
      body.cyber-monday-page #sbm-custom-reviews-section .title-big-custom-font {
        display: none; } }
    body.cyber-monday-page #sbm-custom-reviews-section .title-big-custom-font img {
      width: 75px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      left: -60px;
      top: -45px; }
  body.cyber-monday-page .ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all linear;
    display: flex; }
    body.cyber-monday-page .ajax-loader.loader-active {
      opacity: 1;
      visibility: visible;
      z-index: 2000; }
    body.cyber-monday-page .ajax-loader .ajax-loader-image {
      background-image: url("/v2/images/admin/ship.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 180px;
      height: 180px;
      position: relative;
      margin: auto;
      animation-name: pulse;
      animation-duration: 1.5s;
      animation-fill-mode: both;
      animation-iteration-count: infinite; }

#black_friday {
  background-image: url(/v2/images/simplybook/cyber-monday/cyber-monday-bg.svg);
  background-size: cover;
  background-position: 60% 50%;
  background-repeat: no-repeat;
  /* Popup customizing */
  /* Pricing block customizing */ }
  #black_friday .black-friday-logo {
    max-width: 600px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #black_friday .black-friday-logo {
        margin: -40px 0 -10px; } }
  #black_friday .cyber-button {
    position: relative;
    background: rgba(239, 53, 88, 0.6);
    border: 1px solid #fd617f;
    box-shadow: 0 0 40px 0 #ef3558, inset 0 0 20px 0 #ef3558;
    text-shadow: 0 0 10px #ef3558, 0 0 10px #ef3558;
    text-align: center; }
    #black_friday .cyber-button:hover {
      background: rgba(239, 53, 88, 0.9);
      opacity: 1; }
  #black_friday .discount-wrapper {
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }
    @media (max-width: 767px) {
      #black_friday .discount-wrapper {
        padding: 0 20px; } }
  #black_friday .discount-received {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 150px;
    text-align: center;
    background-image: url(/v2/images/simplybook/cyber-monday/cyber-monday-bg.svg);
    background-size: cover;
    background-position: 100%; }
    @media (max-width: 767px) {
      #black_friday .discount-received {
        padding: 45px 20px; } }
    #black_friday .discount-received .discount-title {
      color: #fff;
      font-weight: 700;
      font-family: "Mulish";
      font-size: 40px;
      line-height: 1;
      text-shadow: 5px 0 0 #852c52;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #black_friday .discount-received .discount-title {
          font-size: 25px;
          margin-bottom: 30px; } }
    #black_friday .discount-received .discount-description {
      color: #fff;
      font-size: 28px;
      line-height: 35px;
      text-shadow: 0 0 10px #fff;
      font-family: Caveat, cursive; }
      @media (max-width: 767px) {
        #black_friday .discount-received .discount-description {
          font-size: 22px;
          line-height: 30px; } }
    #black_friday .discount-received .discount-percentage {
      font-family: "Mulish";
      font-weight: bold;
      font-size: 150px;
      color: #fff;
      text-shadow: 6px 0 0 #852c52, -6px 0 0 #2a556f, 0 0 70px #ef3558;
      letter-spacing: 2px;
      line-height: 1;
      margin: 70px 0 80px; }
      @media (max-width: 767px) {
        #black_friday .discount-received .discount-percentage {
          font-size: 80px;
          margin: 35px 0 40px; } }
  #black_friday #sbm-prices #price-slider {
    margin-top: 0; }
  @media (min-width: 1024px) {
    #black_friday .slick-track {
      margin: 0 auto;
      padding-bottom: 70px;
      padding-top: 70px;
      width: 950px !important; } }
  #black_friday .slick-track .slick-slide {
    box-shadow: 0 0 70px 0 rgba(239, 53, 88, 0.8); }
    @media (max-width: 767px) {
      #black_friday .slick-track .slick-slide {
        box-shadow: 0 0 20px 0 rgba(239, 53, 88, 0.6); } }
  #black_friday .slick-track .price-tab .flip-container .flipper .header {
    background: linear-gradient(to right, #0587f1, #0092f4, #009cf5, #00a6f6, #04aff6); }
  #black_friday .slick-track .main .flip-container .flipper .header {
    background: linear-gradient(to right, #fcb420, #fdbd21, #fdc522, #fdce25, #fcd729); }
  @media (min-width: 1024px) {
    #black_friday .price-tab.slick-slide {
      width: 300px !important; } }
  #black_friday .per-month {
    display: none; }
  #black_friday .tr-extra.mg {
    display: none; }
  #black_friday .tr-price.mg {
    flex-direction: column;
    align-items: center; }
  #black_friday .old-price {
    position: relative;
    margin-bottom: 20px; }
    #black_friday .old-price:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #ff4879;
      top: 50%;
      left: 2px;
      transform: rotate(-15deg) translateY(-50%); }
  #black_friday .ufo-anchor {
    display: none; }
  #black_friday .get-discount {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center; }
    #black_friday .get-discount .decor {
      color: #fff;
      font-size: 28px;
      line-height: 39px;
      text-align: center;
      text-shadow: 0 0 20px #ef3558, 0 0 20px #ef3558;
      display: block;
      font-family: Caveat, cursive;
      margin-bottom: 30px; }
    #black_friday .get-discount .icon {
      width: 100px;
      height: 100px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      left: -40px;
      top: 15px; }
      @media (max-width: 767px) {
        #black_friday .get-discount .icon {
          display: none; } }
    #black_friday .get-discount input {
      max-width: 320px;
      margin: 0 auto;
      border: none;
      border-radius: 0;
      height: 50px;
      font-size: 16px;
      box-shadow: 0 0 25px 0 #ef3558;
      color: #2d3547; }
      @media (min-width: 767px) {
        #black_friday .get-discount input {
          font-size: 20px;
          max-width: 450px; } }
    #black_friday .get-discount .help-block.err {
      max-width: 320px;
      width: 100%;
      padding: 0 10px;
      margin: 0 auto;
      margin-top: 10px; }
      @media (min-width: 767px) {
        #black_friday .get-discount .help-block.err {
          max-width: 450px; } }
    #black_friday .get-discount .form-group:nth-child(2) {
      margin-top: 45px;
      margin-bottom: 0; }

/* Features block */
#sbm-features-section .title-big {
  text-align: center;
  padding: 0; }
  #sbm-features-section .title-big:before {
    display: none; }

#sbm-features-section .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center; }
  #sbm-features-section .flex-box .flex-item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px; }
    @media (min-width: 767px) {
      #sbm-features-section .flex-box .flex-item {
        width: 33.333%;
        padding: 0 25px;
        margin-bottom: 50px; } }
  #sbm-features-section .flex-box .content-title {
    font-weight: bold;
    font-size: 20px;
    font-family: "Mulish";
    color: #253246;
    margin: 10px 0 15px; }
    @media (min-width: 767px) {
      #sbm-features-section .flex-box .content-title {
        margin: 15px 0; } }
  #sbm-features-section .flex-box .icon {
    display: inline-block;
    width: 135px;
    height: 135px;
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: 50%; }

#sbm-features-section .text {
  font-weight: 300; }

#sbm-features-section .button-wrap {
  margin-top: 20px;
  text-align: center; }

.sub-page.pos #header .sbm-btn-demo {
  display: none; }

@media (max-width: 767px) {
  #pos {
    padding: 30px 0; } }

#pos .subtitles {
  font-weight: 600;
  font-family: "Mulish";
  font-size: 22px;
  color: #253246;
  margin-bottom: 50px;
  width: 100%;
  text-align: center; }
  @media (max-width: 1024px) {
    #pos .subtitles {
      font-size: 19px; } }
  #pos .subtitles p {
    margin-bottom: 0; }

#pos .media-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    #pos .media-section {
      margin-bottom: 34px; } }
  #pos .media-section .title-big {
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px; }
    #pos .media-section .title-big:before {
      top: -12px; }
      @media (max-width: 1024px) {
        #pos .media-section .title-big:before {
          height: 45px; } }
  #pos .media-section.s-1 .sb-text {
    width: 50%; }
    @media (max-width: 1024px) {
      #pos .media-section.s-1 .sb-text {
        width: 100%; } }
  #pos .media-section.s-1 .link {
    position: relative;
    margin: auto; }
    @media (max-width: 1024px) {
      #pos .media-section.s-1 .link {
        margin-top: 100px; } }
    #pos .media-section.s-1 .link .cursive-font {
      color: #06adef;
      font-size: 30px;
      position: absolute;
      top: -75px;
      left: 105px;
      padding-bottom: 50px;
      font-weight: 600;
      padding-right: 41px;
      background-image: url(/v2/images/simplybook/pos/arrow.svg);
      background-size: 29px;
      background-repeat: no-repeat;
      background-position: right top 27px; }
      @media (max-width: 480px) {
        #pos .media-section.s-1 .link .cursive-font {
          left: 10px;
          font-size: 24px; } }
    #pos .media-section.s-1 .link .icon {
      width: 397px;
      height: 282px;
      display: flex; }
      @media (max-width: 480px) {
        #pos .media-section.s-1 .link .icon {
          width: 300px;
          -webkit-background-size: 100%;
          background-size: 100%;
          height: 213px; } }
      #pos .media-section.s-1 .link .icon .video-popup {
        margin: auto; }
      #pos .media-section.s-1 .link .icon .decor {
        margin: auto;
        position: relative;
        top: -15px;
        cursor: pointer; }
  @media (max-width: 1024px) {
    #pos .media-section.s-2 {
      flex-direction: column; }
      #pos .media-section.s-2 .title-big {
        padding-left: 0;
        text-align: center;
        margin-top: 30px; }
        #pos .media-section.s-2 .title-big:before {
          display: none; } }
  #pos .media-section.s-2 .sb-text {
    width: 50%; }
    @media (max-width: 1024px) {
      #pos .media-section.s-2 .sb-text {
        width: auto;
        margin: auto; } }
    #pos .media-section.s-2 .sb-text p {
      position: relative;
      padding-left: 35px; }
      #pos .media-section.s-2 .sb-text p:before {
        display: block;
        content: "";
        width: 10px;
        height: 16px;
        border-right: 3px solid #06adef;
        border-bottom: 3px solid #06adef;
        position: absolute;
        transform: rotate(45deg);
        left: 8px;
        top: 2px; }
  #pos .media-section.s-2 img {
    max-width: 50%; }
    @media (max-width: 1024px) {
      #pos .media-section.s-2 img {
        max-width: none; } }
  #pos .media-section.s-3 .sb-text {
    width: 48%; }
    @media (max-width: 1024px) {
      #pos .media-section.s-3 .sb-text {
        width: 100%; } }
  #pos .media-section.s-3 img {
    margin: auto; }
  #pos .media-section.s-4 .sb-text {
    width: 60%; }
    @media (max-width: 1024px) {
      #pos .media-section.s-4 .sb-text {
        width: 100%; } }
  @media (max-width: 767px) {
    #pos .media-section.s-5 {
      margin-bottom: 0; } }
  #pos .media-section.s-5 .subtitles {
    text-align: center; }
  #pos .media-section.s-5 .sb-text-dots {
    width: 50%;
    margin-left: auto; }
    @media (max-width: 767px) {
      #pos .media-section.s-5 .sb-text-dots {
        width: 100%;
        margin-top: 35px; } }
    #pos .media-section.s-5 .sb-text-dots p {
      position: relative; }
      @media (max-width: 1024px) {
        #pos .media-section.s-5 .sb-text-dots p {
          padding-left: 40px; } }
      #pos .media-section.s-5 .sb-text-dots p:before {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #06adef;
        position: absolute;
        left: -28px;
        top: 7px; }
        @media (max-width: 1024px) {
          #pos .media-section.s-5 .sb-text-dots p:before {
            left: 16px;
            top: 5px; } }
    #pos .media-section.s-5 .sb-text-dots b {
      color: #2D3547; }
  #pos .media-section.s-5 img {
    margin: auto;
    max-width: 50%; }
  #pos .media-section.last-of-type {
    margin-bottom: 0; }

.pos-section .logo {
  max-width: 250px;
  margin: 0 auto 30px auto; }

.pos-section .title-big {
  padding-left: 0;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 24px; }
  @media (max-width: 1024px) {
    .pos-section .title-big {
      margin-bottom: 0;
      font-size: 21px;
      line-height: 28px; } }
  .pos-section .title-big:before {
    display: none; }

.pos-section .flex-box {
  margin: 0 auto 30px auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pos-section .flex-box div[class*="item-"] {
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    min-width: 155px;
    max-width: 155px;
    margin: 7px;
    padding-bottom: 10px; }
    .pos-section .flex-box div[class*="item-"] .icon {
      height: 105px;
      display: flex;
      width: 100%;
      margin-bottom: 15px; }
      .pos-section .flex-box div[class*="item-"] .icon img {
        margin: auto;
        max-width: 85px; }
    .pos-section .flex-box div[class*="item-"] span {
      margin: auto;
      font-size: 15px; }
    .pos-section .flex-box div[class*="item-"].item-1 img {
      max-width: 90px; }
    .pos-section .flex-box div[class*="item-"].item-2 img {
      max-width: 75px; }
    .pos-section .flex-box div[class*="item-"].item-4 img {
      max-width: 90px; }
    .pos-section .flex-box div[class*="item-"].item-5 img, .pos-section .flex-box div[class*="item-"].item-7 img {
      max-width: 70px; }

.pos-section .button-wrap {
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .pos-section .button-wrap {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .pos-section .button-wrap {
      margin-top: 0; } }

.directory-section {
  background: #F3F5F7;
  padding-top: 70px;
  padding-bottom: 25px; }
  @media (max-width: 1024px) {
    .directory-section {
      padding: 50px 0 25px 0; } }
  .directory-section .decor {
    color: #00AFF2;
    font-size: 32px;
    line-height: 1;
    display: block;
    font-family: 'Caveat', cursive;
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .directory-section .decor {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .directory-section .decor {
        font-size: 24px; } }
  .directory-section .directory-section-block .logo-directory {
    display: block;
    height: 110px;
    width: 230px;
    background: url("/v2/images/directory/new-directory/directory-logo.svg") no-repeat center;
    position: relative;
    margin: 0 auto; }
    .directory-section .directory-section-block .logo-directory:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: -70px;
      height: 70px;
      width: 70px;
      background: url("/v2/images/directory/new-directory/arrow-cursive.svg") no-repeat center;
      transform: scale(-1, 1) rotate(-22deg); }
  .directory-section .directory-section-block .directory-section--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .directory-section .directory-section-block .directory-section--header .title {
      color: #253246;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .directory-section .directory-section-block .directory-section--header .title {
          font-size: 26px; } }
    .directory-section .directory-section-block .directory-section--header .sub-title {
      color: #253246;
      margin-bottom: 15px; }
  .directory-section .directory-section-block .directory-part {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .directory-section .directory-section-block .directory-part {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; } }
    .directory-section .directory-section-block .directory-part .directory-part--first {
      text-align: left;
      padding: 20px 20px 0 0;
      width: 100%; }
      @media (max-width: 767px) {
        .directory-section .directory-section-block .directory-part .directory-part--first {
          text-align: center; } }
      .directory-section .directory-section-block .directory-part .directory-part--first .txt {
        color: #253246;
        margin-bottom: 0;
        max-width: 550px; }
        @media (max-width: 1024px) {
          .directory-section .directory-section-block .directory-part .directory-part--first .txt {
            max-width: 100%; } }
      @media (max-width: 1024px) {
        .directory-section .directory-section-block .directory-part .directory-part--first .btn-bar {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start; } }
      @media (max-width: 767px) {
        .directory-section .directory-section-block .directory-part .directory-part--first .btn-bar {
          justify-content: center; } }
      .directory-section .directory-section-block .directory-part .directory-part--first .btn-bar .sb-btn {
        margin: 5px 10px 0 0; }
        .directory-section .directory-section-block .directory-part .directory-part--first .btn-bar .sb-btn:last-child {
          margin-right: 0; }
        @media (max-width: 1024px) {
          .directory-section .directory-section-block .directory-part .directory-part--first .btn-bar .sb-btn {
            margin: 5px; } }
      @media (max-width: 1024px) {
        .directory-section .directory-section-block .directory-part .directory-part--first {
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .directory-section .directory-section-block .directory-part .directory-part--first {
          margin-bottom: 20px; } }
    .directory-section .directory-section-block .directory-part .directory-part--second {
      width: 350px;
      min-width: 350px; }
      .directory-section .directory-section-block .directory-part .directory-part--second img {
        margin-bottom: -60px; }
      @media (max-width: 1024px) {
        .directory-section .directory-section-block .directory-part .directory-part--second {
          width: 300px;
          min-width: 300px; }
          .directory-section .directory-section-block .directory-part .directory-part--second img {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .directory-section .directory-section-block .directory-part .directory-part--second {
          width: 250px;
          min-width: 250px; }
          .directory-section .directory-section-block .directory-part .directory-part--second img {
            margin-bottom: -45px; } }

.j-section {
  padding: 50px 15px;
  background-color: #2d3547; }
  @media (max-width: 767px) {
    .j-section {
      padding: 40px 15px; } }
  .j-section .j-review {
    max-width: 760px;
    margin: 0 auto; }
  .j-section .title-bold {
    color: #fff; }
  .j-section .text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    color: #fff; }
    .j-section .text .words {
      width: 57%; }
      @media (max-width: 1024px) {
        .j-section .text .words {
          width: 65%; } }
      @media (max-width: 767px) {
        .j-section .text .words {
          width: 100%; } }
    .j-section .text .name {
      font-weight: 600;
      width: 100%; }
    .j-section .text img {
      border: 4px solid #fff;
      border-radius: 50%;
      margin: 30px auto; }
      @media (max-width: 767px) {
        .j-section .text img {
          margin: 18px auto; } }
  .j-section .button-wrap {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .j-section .button-wrap {
        margin-top: 22px; } }

.medical-landing-page .m-block {
  padding: 65px 0; }
  @media (max-width: 767px) {
    .medical-landing-page .m-block {
      padding: 35px 0; } }
  .medical-landing-page .m-block.b-1 {
    padding-bottom: 10px; }
    .medical-landing-page .m-block.b-1 a {
      display: inline-block;
      transition: all .3s ease;
      margin-top: 25px; }
      .medical-landing-page .m-block.b-1 a:hover {
        opacity: .7; }
    .medical-landing-page .m-block.b-1 img {
      margin: 0 auto;
      display: block; }
  .medical-landing-page .m-block.b-2 .grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    grid-gap: 10px; }
    @media (max-width: 1024px) {
      .medical-landing-page .m-block.b-2 .grid {
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } }
    @media (max-width: 767px) {
      .medical-landing-page .m-block.b-2 .grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } }
  .medical-landing-page .m-block.b-2 .inner-block {
    border: 1px solid #E7ECF7;
    text-align: center;
    padding: 30px;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .medical-landing-page .m-block.b-2 .inner-block {
        padding: 15px; } }
    .medical-landing-page .m-block.b-2 .inner-block:hover {
      border-color: #06adef; }
    .medical-landing-page .m-block.b-2 .inner-block img {
      max-width: 135px;
      display: inline-block;
      margin-bottom: 15px; }
    .medical-landing-page .m-block.b-2 .inner-block .cap {
      color: #253246;
      margin: 15px 0;
      font-weight: 600;
      font-size: 18px; }
    @media (max-width: 1024px) {
      .medical-landing-page .m-block.b-2 .inner-block .sb-text br {
        display: none; } }
  .medical-landing-page .m-block.b-2 .bottom-button {
    margin-top: 45px; }
  .medical-landing-page .m-block.b-3 ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .medical-landing-page .m-block.b-3 ul li {
      width: calc(50% - 30px);
      margin: 15px;
      padding-left: 38px;
      position: relative;
      font-size: 18px; }
      @media (max-width: 767px) {
        .medical-landing-page .m-block.b-3 ul li {
          width: 100%;
          margin: 8px 0;
          font-size: 16px; } }
      .medical-landing-page .m-block.b-3 ul li:before {
        display: block;
        content: "";
        width: 10px;
        height: 20px;
        border-right: 2px solid #06adef;
        border-bottom: 2px solid #06adef;
        position: absolute;
        left: 0;
        top: 20px;
        transform: rotate(45deg); }
        @media (max-width: 767px) {
          .medical-landing-page .m-block.b-3 ul li:before {
            left: 6px;
            top: -3px; } }
      .medical-landing-page .m-block.b-3 ul li span {
        font-size: 18px;
        display: block;
        font-weight: 600;
        font-family: "Mulish";
        color: #253246;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .medical-landing-page .m-block.b-3 ul li span {
            font-size: 16px;
            margin-bottom: 8px; } }

.sub-page.packages-page #header {
  padding-top: 26px;
  min-height: 1px;
  max-height: auto;
  height: auto; }
  .sub-page.packages-page #header .top.title-medium {
    display: none; }
  @media (max-width: 767px) {
    .sub-page.packages-page #header {
      padding: 50px 0 20px 0; } }

.sub-page.packages-page-short #header {
  min-height: 528px;
  max-height: 528px;
  background-position: top 60px right 0%; }
  @media (max-width: 1366px) {
    .sub-page.packages-page-short #header {
      background-position: top 60px right 33%; } }
  @media (max-width: 1024px) {
    .sub-page.packages-page-short #header {
      min-height: 380px; } }
  .sub-page.packages-page-short #header .top.title-medium h1 {
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.5); }

#packages-page h1, #packages-page .h1, #packages-page h2, #packages-page .h2, #packages-page h3, #packages-page .h3 {
  margin-top: 0; }

#packages-page .package-section {
  padding: 60px 0; }
  #packages-page .package-section .title-big,
  #packages-page .package-section.support-section .title {
    font-size: 36px; }
    @media (max-width: 1024px) {
      #packages-page .package-section .title-big,
      #packages-page .package-section.support-section .title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #packages-page .package-section .title-big,
      #packages-page .package-section.support-section .title {
        font-size: 25px; } }
  #packages-page .package-section .ckeck-list li {
    padding-left: 40px;
    position: relative;
    display: flex;
    min-height: 36px;
    margin-bottom: 5px; }
    #packages-page .package-section .ckeck-list li:last-child {
      margin-bottom: 0; }
    #packages-page .package-section .ckeck-list li:before {
      display: block;
      content: "";
      width: 8px;
      height: 16px;
      border-right: 3px solid #06adef;
      border-bottom: 3px solid #06adef;
      position: absolute;
      left: 8px;
      top: 2px;
      transform: rotate(45deg); }

#packages-page .package-section.main-header-section {
  padding: 0;
  background: url("/v2/images/simplybook/package-page/girl-wall-bg.jpg") no-repeat;
  background-position: bottom right;
  background-size: cover; }
  @media (max-width: 767px) {
    #packages-page .package-section.main-header-section {
      background: url("/v2/images/simplybook/package-page/mob-main-bg.jpg") no-repeat;
      background-position: bottom right 24%; } }
  #packages-page .package-section.main-header-section .wrap .inner {
    height: 528px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      #packages-page .package-section.main-header-section .wrap .inner {
        justify-content: flex-start; } }
    #packages-page .package-section.main-header-section .wrap .inner .flex-item {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list {
        position: relative; }
        #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list .arrow-ico {
          display: inline-block;
          -webkit-background-size: contain;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: left top;
          position: absolute;
          width: 68px;
          height: 130px;
          top: -120px;
          right: -15px;
          left: auto;
          transform: rotate(-110deg); }
          @media (max-width: 767px) {
            #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list .arrow-ico {
              width: 50px;
              height: 100px;
              top: -100px;
              right: 10px; } }
        #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list li {
          font-family: 'Caveat', cursive;
          color: #2d3547;
          min-height: 40px;
          font-size: 26px;
          font-weight: bold; }
          @media (max-width: 767px) {
            #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list li {
              font-size: 22px;
              color: #fff;
              text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
              padding-right: 15px; } }
          #packages-page .package-section.main-header-section .wrap .inner .flex-item .main-check-list li:before {
            display: block;
            content: "";
            width: 40px;
            height: 40px;
            border: none;
            position: absolute;
            left: 0;
            top: -6px;
            transform: none;
            background: url("/v2/images/simplybook/package-page/checks-custom-1.png") no-repeat center top;
            background-size: contain; }
      #packages-page .package-section.main-header-section .wrap .inner .flex-item.item-2 {
        width: 280px;
        min-width: 280px;
        justify-content: flex-end; }
        @media (max-width: 767px) {
          #packages-page .package-section.main-header-section .wrap .inner .flex-item.item-2 {
            display: none; } }

#packages-page .section-welcome-package-block {
  padding-bottom: 40px; }
  #packages-page .section-welcome-package-block .text-block {
    margin-bottom: 60px; }
    #packages-page .section-welcome-package-block .text-block .title-big {
      margin-bottom: 30px; }
    #packages-page .section-welcome-package-block .text-block .title-sub {
      margin-bottom: 25px;
      padding-left: 25px; }
      #packages-page .section-welcome-package-block .text-block .title-sub:last-child {
        margin-bottom: 0px; }
    #packages-page .section-welcome-package-block .text-block.text-block-img-right {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #packages-page .section-welcome-package-block .text-block.text-block-img-right .text-block-content {
        width: calc(100% - 300px); }
        @media (max-width: 767px) {
          #packages-page .section-welcome-package-block .text-block.text-block-img-right .text-block-content {
            width: 100%; } }
      #packages-page .section-welcome-package-block .text-block.text-block-img-right .img-block {
        width: 260px;
        text-align: center; }
        @media (max-width: 767px) {
          #packages-page .section-welcome-package-block .text-block.text-block-img-right .img-block {
            padding-top: 20px;
            width: 100%; } }
    #packages-page .section-welcome-package-block .text-block:last-child {
      margin-bottom: 0; }

#packages-page .example-package-items-section {
  padding: 0; }
  #packages-page .example-package-items-section .wrap-example-package-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-around; }
    @media (max-width: 767px) {
      #packages-page .example-package-items-section .wrap-example-package-item {
        margin-left: 0;
        margin-right: 0; } }
    #packages-page .example-package-items-section .wrap-example-package-item .example-package-item {
      font-family: "Mulish";
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      width: calc(50% - 30px);
      max-width: 480px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin: 0 15px 15px 15px; }
      @media (max-width: 767px) {
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item {
          width: 100%;
          margin: 0 0 15px 0; } }
      #packages-page .example-package-items-section .wrap-example-package-item .example-package-item > div {
        width: 100%; }
      #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .image-block {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .image-block img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .image-block .title-block {
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px 30px;
          width: 100%;
          z-index: 10;
          color: #fff;
          font-size: 26px;
          font-weight: bold;
          text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3); }
          @media (max-width: 767px) {
            #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .image-block .title-block {
              font-size: 22px; } }
      #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list, #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .btn-bar {
        padding: 30px; }
        @media (max-width: 767px) {
          #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list, #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .btn-bar {
            padding: 25px 15px; } }
      #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        min-height: 28px;
        margin-bottom: 5px; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line:before {
          content: ' ';
          display: inline-block;
          width: 30px;
          height: 30px;
          min-width: 30px;
          background-position: center !important;
          background-size: 21px !important;
          background-repeat: no-repeat !important;
          margin-right: 10px; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line.service:before {
          background: url("/v2/images/simplybook/package-page/service-package.png"); }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line.product:before {
          background: url("/v2/images/simplybook/package-page/box-package.png"); }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line .name {
          font-weight: bold;
          margin-left: 0;
          margin-right: 15px;
          color: #2d3547; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .package-list .package-selected-line .count {
          color: #06adef;
          white-space: nowrap;
          margin-left: auto;
          margin-right: 0;
          font-weight: bold; }
      #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .btn-bar {
        margin-top: auto;
        margin-bottom: 0;
        padding-top: 0;
        text-align: center; }
        #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .btn-bar .btn-info {
          background: #06adef;
          cursor: default;
          padding: 17px 45px;
          font-family: "Mulish";
          font-weight: 700;
          color: #fff;
          font-size: 22px;
          line-height: 25px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 50px;
          border: none;
          border-radius: 100px;
          width: 100%;
          max-width: 320px; }
          @media (max-width: 767px) {
            #packages-page .example-package-items-section .wrap-example-package-item .example-package-item .btn-bar .btn-info {
              padding: 17px 20px;
              font-size: 16px;
              line-height: 1.2px; } }

#packages-page .section-of-package-feature .package-lists-block .list {
  margin-bottom: 50px; }
  #packages-page .section-of-package-feature .package-lists-block .list:last-child {
    margin-bottom: 0; }
  #packages-page .section-of-package-feature .package-lists-block .list .title {
    font-family: "Mulish";
    font-size: 25px;
    color: #2d3547;
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #packages-page .section-of-package-feature .package-lists-block .list .title {
        font-size: 20px; } }

#packages-page .section-of-package-feature .wrap-dell-laptop {
  text-align: center; }
  #packages-page .section-of-package-feature .wrap-dell-laptop .decor {
    position: relative;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #06adef;
    display: block;
    text-align: center;
    font-family: 'Caveat', cursive;
    padding: 0 40px; }
    #packages-page .section-of-package-feature .wrap-dell-laptop .decor:before, #packages-page .section-of-package-feature .wrap-dell-laptop .decor:after {
      content: " ";
      display: table; }
    #packages-page .section-of-package-feature .wrap-dell-laptop .decor:after {
      clear: both; }
    @media (max-width: 767px) {
      #packages-page .section-of-package-feature .wrap-dell-laptop .decor {
        font-size: 30px;
        padding: 0 25px; } }
  #packages-page .section-of-package-feature .wrap-dell-laptop .laptop-block {
    position: relative; }
    #packages-page .section-of-package-feature .wrap-dell-laptop .laptop-block .icon {
      display: inline-block;
      width: 75px;
      height: 30px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      position: absolute;
      right: -20px;
      top: -24px;
      transform: rotate(-98deg) scale(1, -1); }
    #packages-page .section-of-package-feature .wrap-dell-laptop .laptop-block .video-popup .preview:after {
      background: rgba(0, 0, 0, 0); }
    #packages-page .section-of-package-feature .wrap-dell-laptop .laptop-block .video-popup .play {
      top: 31.3%;
      font-size: 26px;
      width: 64px;
      height: 64px; }

#packages-page .support-section.package-sign-up-section .support-part.flex-box {
  max-width: 1030px;
  margin: 50px auto; }
  @media (max-width: 1024px) {
    #packages-page .support-section.package-sign-up-section .support-part.flex-box {
      margin: 30px auto; } }

#packages-page .support-section.package-sign-up-section .flex-item.first {
  height: 175px;
  width: 175px;
  min-width: 175px;
  background: url("/v2/images/simplybook/package-page/packge-include.png") no-repeat center; }

#packages-page .support-section.package-sign-up-section .flex-item.second .ckeck-list li {
  font-weight: bold;
  text-align: left; }
  @media (max-width: 1024px) {
    #packages-page .support-section.package-sign-up-section .flex-item.second .ckeck-list li {
      font-size: 16px; } }

#packages-page .support-section.package-sign-up-section .button-wrap .decor {
  margin-bottom: 40px; }

#packages-page .support-section.package-sign-up-section .button-wrap .icon {
  top: -15px; }

#packages-page .support-section.package-sign-up-section .capterra-block {
  margin-top: 36px;
  text-align: center; }
  #packages-page .support-section.package-sign-up-section .capterra-block .capterra-link {
    display: inline-block;
    margin-bottom: 10px; }
  #packages-page .support-section.package-sign-up-section .capterra-block .wrap-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px; }
    #packages-page .support-section.package-sign-up-section .capterra-block .wrap-rating .star-block {
      display: flex;
      margin-right: 10px; }
      #packages-page .support-section.package-sign-up-section .capterra-block .wrap-rating .star-block .fa {
        color: #ffe16f;
        margin-right: 6px; }
        #packages-page .support-section.package-sign-up-section .capterra-block .wrap-rating .star-block .fa:last-child {
          margin-right: 0; }

#packages-page .about-simply-package .text-block-content .title-sub {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    #packages-page .about-simply-package .text-block-content .title-sub {
      margin-bottom: 20px; } }
  #packages-page .about-simply-package .text-block-content .title-sub:last-child {
    margin-bottom: 0; }

#packages-page .about-simply-package .text-block-content .ckeck-list {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  #packages-page .about-simply-package .text-block-content.second {
    margin-top: 35px; } }

#packages-page .review-below-and-gdpr {
  background: url("/v2/images/simplybook/package-page/hospital-dlia-tebya-min.png") no-repeat top center;
  background-size: cover;
  position: relative; }
  #packages-page .review-below-and-gdpr .gdpr-badge {
    position: absolute;
    width: 160px;
    top: 18px;
    left: -7px;
    transition: all .25s ease;
    z-index: 10; }
    @media (max-width: 1024px) {
      #packages-page .review-below-and-gdpr .gdpr-badge {
        width: 120px; } }
    #packages-page .review-below-and-gdpr .gdpr-badge:hover {
      left: 0; }
  #packages-page .review-below-and-gdpr .wrap .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    flex-wrap: wrap; }
    #packages-page .review-below-and-gdpr .wrap .inner .title {
      color: #253246;
      font-family: "Mulish";
      font-weight: 500;
      margin: auto;
      font-size: 30px;
      text-align: center;
      padding: 30px 0 0 0;
      text-shadow: 0px 1px 20px #fff; }
      @media (max-width: 1366px) {
        #packages-page .review-below-and-gdpr .wrap .inner .title {
          font-size: 25px;
          font-weight: bold; } }
      @media (max-width: 1024px) {
        #packages-page .review-below-and-gdpr .wrap .inner .title {
          font-size: 18px; } }
      #packages-page .review-below-and-gdpr .wrap .inner .title.review-show-on-mob {
        display: none;
        width: 100%; }
        @media (max-width: 767px) {
          #packages-page .review-below-and-gdpr .wrap .inner .title.review-show-on-mob {
            display: block;
            max-width: 100%;
            padding-top: 20px;
            margin-bottom: 0; } }
      #packages-page .review-below-and-gdpr .wrap .inner .title.review-hide-on-mob {
        display: block; }
        @media (max-width: 767px) {
          #packages-page .review-below-and-gdpr .wrap .inner .title.review-hide-on-mob {
            display: none; } }
    #packages-page .review-below-and-gdpr .wrap .inner .flex-item {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 {
        width: calc(100% - 430px);
        padding: 30px 0; }
        @media (max-width: 1366px) {
          #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 {
            width: calc(100% - 340px); } }
        @media (max-width: 767px) {
          #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 {
            padding-top: 0;
            width: calc(100% - 130px); } }
        #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .wrap-reg-button {
          margin: 20px 0; }
        #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .user-info {
          margin: auto 0 0 auto; }
          #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .user-info span {
            text-align: right;
            font-style: italic;
            display: block;
            font-size: 20px;
            color: #253246;
            font-family: "Mulish";
            margin-bottom: 5px; }
            @media (max-width: 1024px) {
              #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .user-info span {
                font-size: 16px; } }
            @media (max-width: 1024px) {
              #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .user-info span {
                font-size: 14px; } }
            #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-1 .user-info span:last-child {
              margin-bottom: 0; }
      #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-2 {
        margin-left: 30px;
        width: 400px;
        justify-content: flex-end; }
        @media (max-width: 1366px) {
          #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-2 {
            width: 310px; } }
        @media (max-width: 767px) {
          #packages-page .review-below-and-gdpr .wrap .inner .flex-item.item-2 {
            margin-left: 0;
            width: 120px; } }

#packages-page .video-wrap {
  position: relative; }
  #packages-page .video-wrap .video {
    position: relative;
    width: 100%; }
    #packages-page .video-wrap .video .play-link {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex; }
      #packages-page .video-wrap .video .play-link .play-ico {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 31%;
        color: #fff;
        font-size: 24px;
        width: 62px;
        height: 62px;
        background-color: rgba(45, 53, 71, 0.6);
        text-align: center;
        line-height: 62px;
        border-radius: 50%;
        padding-left: 6px;
        transition: all .35s ease; }
      #packages-page .video-wrap .video .play-link:hover .play-ico {
        background-color: #2d3547; }

#packages-page .video-popup-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  height: 500px;
  display: none; }
  @media (max-width: 1024px) {
    #packages-page .video-popup-wrapper {
      max-width: 550px;
      height: 300px; } }
  @media (max-width: 767px) {
    #packages-page .video-popup-wrapper {
      max-width: 400px;
      height: 170px; } }
  #packages-page .video-popup-wrapper.active {
    display: block; }
  #packages-page .video-popup-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  #packages-page .video-popup-wrapper .close_popup {
    position: absolute;
    right: 0;
    top: -55px;
    z-index: 30;
    width: 40px;
    padding-left: 1px;
    height: 40px;
    background-color: #00AEF2;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s ease; }
    #packages-page .video-popup-wrapper .close_popup:hover {
      opacity: .7; }

.driving-instructors-page.sub-page #sbm-custom-reviews-section {
  padding: 80px 0;
  position: relative;
  z-index: 10;
  background-color: #fff; }
  @media (max-width: 1024px) {
    .driving-instructors-page.sub-page #sbm-custom-reviews-section {
      padding: 40px 0; } }
  .driving-instructors-page.sub-page #sbm-custom-reviews-section .review-companies {
    margin-top: 0; }

.driving-instructors-page.sub-page #driving-instructors.description-one {
  padding: 15px 0 60px; }
  @media (max-width: 1024px) {
    .driving-instructors-page.sub-page #driving-instructors.description-one {
      padding: 15px 0 20px; } }
  .driving-instructors-page.sub-page #driving-instructors.description-one .sb-text {
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .driving-instructors-page.sub-page #driving-instructors.description-one .sb-text {
        margin-bottom: 20px; } }
  .driving-instructors-page.sub-page #driving-instructors.description-one .check-list {
    margin: 0 20px; }
    @media (max-width: 1024px) {
      .driving-instructors-page.sub-page #driving-instructors.description-one .check-list {
        margin: 0 10px; } }
    @media (max-width: 1024px) {
      .driving-instructors-page.sub-page #driving-instructors.description-one .check-list li {
        font-size: 16px; } }

#driving-instructors-features {
  padding: 75px 0; }
  @media (max-width: 1024px) {
    #driving-instructors-features {
      padding: 40px 0; } }
  #driving-instructors-features .section-header {
    margin-bottom: 120px; }
    @media (max-width: 1200px) {
      #driving-instructors-features .section-header {
        margin-bottom: 30px; } }
    #driving-instructors-features .section-header .title-big {
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        #driving-instructors-features .section-header .title-big {
          margin-bottom: 10px; } }
      #driving-instructors-features .section-header .title-big:before {
        display: none; }
    #driving-instructors-features .section-header .subtitle {
      font-size: 30px;
      font-family: 'Caveat', cursive;
      color: #06adef;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 1024px) {
        #driving-instructors-features .section-header .subtitle {
          font-size: 24px; } }
  #driving-instructors-features .features-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Lines */ }
    @media (max-width: 1200px) {
      #driving-instructors-features .features-wrapper {
        align-items: flex-start;
        justify-content: space-around;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      #driving-instructors-features .features-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    #driving-instructors-features .features-wrapper .features-list {
      max-width: 260px; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-list {
          max-width: calc(50% - 30px); } }
      @media (max-width: 767px) {
        #driving-instructors-features .features-wrapper .features-list {
          max-width: calc(100% - 30px); } }
      #driving-instructors-features .features-wrapper .features-list__item {
        display: flex;
        align-items: center;
        margin-bottom: 50px; }
        @media (max-width: 1200px) {
          #driving-instructors-features .features-wrapper .features-list__item {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list__item {
            flex-direction: column; } }
      #driving-instructors-features .features-wrapper .features-list__icon {
        width: 75px;
        margin-right: 20px; }
        @media (max-width: 1200px) {
          #driving-instructors-features .features-wrapper .features-list__icon {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list__icon {
            margin-right: 0;
            margin-bottom: 15px; } }
      #driving-instructors-features .features-wrapper .features-list__title {
        font-size: 18px;
        font-weight: 600;
        color: #253246; }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list__title {
            text-align: center; } }
    #driving-instructors-features .features-wrapper .features-list:nth-child(1) {
      margin: 0 0 -10px; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-list:nth-child(1) {
          margin: 0 15px; } }
      #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item {
        flex-direction: row-reverse; }
        @media (max-width: 1200px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item {
            flex-direction: row; } }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item {
            flex-direction: column; } }
      #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__icon {
        margin-left: 20px;
        margin-right: 0; }
        @media (max-width: 1200px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__icon {
            margin-right: 20px;
            margin-left: 0; } }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__icon {
            margin-right: 0;
            margin-bottom: 15px; } }
      #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__title {
        text-align: right; }
        @media (max-width: 1200px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__title {
            text-align: left; } }
        @media (max-width: 767px) {
          #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__title {
            text-align: center; } }
    #driving-instructors-features .features-wrapper .features-list:nth-child(3) {
      margin: 0 0 -50px; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-list:nth-child(3) {
          margin: 0 15px; } }
    #driving-instructors-features .features-wrapper .features-image__wrapper {
      max-width: 600px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-image__wrapper {
          display: none; } }
    #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(1):before,
    #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(3):before {
      position: absolute;
      content: '';
      height: 100%;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(1):before,
        #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(3):before {
          display: none; } }
    #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(1):before {
      width: 325px;
      background: url(/v2/images/simplybook/sub-pages/driving-features-line-1.png);
      top: -65px;
      left: 255px; }
    #driving-instructors-features .features-wrapper .features-list:nth-child(1) .features-list__item:nth-child(3):before {
      width: 310px;
      background: url(/v2/images/simplybook/sub-pages/driving-features-line-2.png);
      top: -25px;
      left: 260px; }
    #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(1):before,
    #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(3):before {
      position: absolute;
      content: '';
      height: 100%;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center; }
      @media (max-width: 1200px) {
        #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(1):before,
        #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(3):before {
          display: none; } }
    #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(1):before {
      width: 300px;
      background: url(/v2/images/simplybook/sub-pages/driving-features-line-3.png);
      top: -60px;
      right: 280px; }
    #driving-instructors-features .features-wrapper .features-list:nth-child(3) .features-list__item:nth-child(3):before {
      width: 300px;
      background: url(/v2/images/simplybook/sub-pages/driving-features-line-4.png);
      top: -25px;
      right: 260px; }
  #driving-instructors-features .buttons-wrapper {
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 1200px) {
      #driving-instructors-features .buttons-wrapper {
        margin-top: 10px; } }
    #driving-instructors-features .buttons-wrapper .decor {
      color: #06adef;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.3;
      text-align: center;
      display: block;
      font-family: 'Caveat', cursive;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        #driving-instructors-features .buttons-wrapper .decor {
          font-size: 24px;
          margin-bottom: 15px; } }
    #driving-instructors-features .buttons-wrapper .sb-btn {
      position: relative; }
    #driving-instructors-features .buttons-wrapper .icon {
      background-image: url(/v2/images/arrow.png);
      width: 75px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left top;
      position: absolute;
      left: -100px;
      top: -20px;
      transform: rotate(-110deg); }
      @media (max-width: 1024px) {
        #driving-instructors-features .buttons-wrapper .icon {
          display: none; } }

#driving-instructors.description-two {
  padding: 75px 0 130px; }
  @media (max-width: 1024px) {
    #driving-instructors.description-two {
      padding: 40px 0; } }
  #driving-instructors.description-two .title-big {
    text-align: center;
    margin-bottom: 100px; }
    #driving-instructors.description-two .title-big:before {
      display: none; }
    @media (max-width: 1024px) {
      #driving-instructors.description-two .title-big {
        margin-bottom: 30px; } }
  #driving-instructors.description-two .cursive-font {
    position: relative;
    color: #06adef;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #driving-instructors.description-two .cursive-font {
        text-align: center; } }
    #driving-instructors.description-two .cursive-font:before {
      background-image: url(/v2/images/arrow.png);
      width: 80px;
      height: 80px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      content: "";
      top: -35px;
      left: -70px; }
      @media (max-width: 767px) {
        #driving-instructors.description-two .cursive-font:before {
          display: none; } }
  #driving-instructors.description-two .media-article {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 767px) {
      #driving-instructors.description-two .media-article {
        flex-direction: column; } }
    #driving-instructors.description-two .media-article .media-article__video {
      position: relative;
      max-width: 40%;
      flex-basis: 40%; }
      @media (max-width: 767px) {
        #driving-instructors.description-two .media-article .media-article__video {
          max-width: 100%;
          flex-basis: 100%; } }
      #driving-instructors.description-two .media-article .media-article__video .video {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: block; }
        #driving-instructors.description-two .media-article .media-article__video .video .play-link {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: flex; }
          #driving-instructors.description-two .media-article .media-article__video .video .play-link .icon {
            color: #fff;
            font-size: 24px;
            width: 60px;
            height: 60px;
            background-color: #253246;
            text-align: center;
            line-height: 63px;
            margin: auto;
            border-radius: 50%;
            padding-left: 6px;
            transition: all .35s ease; }
            #driving-instructors.description-two .media-article .media-article__video .video .play-link .icon:hover {
              background-color: #253246; }
      #driving-instructors.description-two .media-article .media-article__video .video-popup-wrapper {
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        max-width: 750px;
        background-color: #fff;
        height: 500px; }
        #driving-instructors.description-two .media-article .media-article__video .video-popup-wrapper .close_popup {
          position: absolute;
          right: 0;
          top: -55px;
          z-index: 30;
          width: 40px;
          padding-left: 1px;
          height: 40px;
          background-color: #00AEF2;
          color: #fff;
          font-size: 22px;
          text-align: center;
          line-height: 41px;
          cursor: pointer;
          border-radius: 50%;
          transition: all .3s ease; }
          #driving-instructors.description-two .media-article .media-article__video .video-popup-wrapper .close_popup:hover {
            opacity: .7; }
        #driving-instructors.description-two .media-article .media-article__video .video-popup-wrapper iframe {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 20; }
    #driving-instructors.description-two .media-article .media-article__content {
      max-width: 50%;
      flex-basis: 50%; }
      @media (max-width: 767px) {
        #driving-instructors.description-two .media-article .media-article__content {
          max-width: 100%;
          flex-basis: 100%; } }
      #driving-instructors.description-two .media-article .media-article__content .steps-list {
        margin: 0 0 40px 10px; }
        @media (max-width: 767px) {
          #driving-instructors.description-two .media-article .media-article__content .steps-list {
            margin: 0 10px 20px; } }
        #driving-instructors.description-two .media-article .media-article__content .steps-list__item {
          position: relative;
          display: flex;
          align-items: center;
          font-size: 20px;
          color: #253246;
          font-family: 'Mulish', sans-serif;
          font-weight: 600; }
          @media (max-width: 767px) {
            #driving-instructors.description-two .media-article .media-article__content .steps-list__item {
              font-size: 16px; } }
          #driving-instructors.description-two .media-article .media-article__content .steps-list__item.check {
            margin: 5px 0 0 35px; }
            @media (max-width: 767px) {
              #driving-instructors.description-two .media-article .media-article__content .steps-list__item.check {
                margin: 5px 0 0 30px; } }
            #driving-instructors.description-two .media-article .media-article__content .steps-list__item.check:before {
              display: block;
              content: "";
              width: 10px;
              height: 15px;
              border-right: 3px solid #06adef;
              border-bottom: 3px solid #06adef;
              position: absolute;
              left: -30px;
              top: 3px;
              transform: rotate(45deg); }
              @media (max-width: 767px) {
                #driving-instructors.description-two .media-article .media-article__content .steps-list__item.check:before {
                  top: 0;
                  left: -25px; } }
        #driving-instructors.description-two .media-article .media-article__content .steps-list__number {
          font-family: 'Caveat', cursive;
          color: #06adef;
          font-size: 30px;
          margin: 0 20px 0 0; }
          @media (max-width: 767px) {
            #driving-instructors.description-two .media-article .media-article__content .steps-list__number {
              font-size: 24px; } }
      #driving-instructors.description-two .media-article .media-article__content .sb-text {
        margin: 0 0 0 10px; }

#driving-instructors.description-three {
  padding: 100px 0 170px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #driving-instructors.description-three {
      padding: 40px 0; } }
  #driving-instructors.description-three .items-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 85px; }
    @media (max-width: 1024px) {
      #driving-instructors.description-three .items-wrapper {
        margin-top: 40px;
        flex-direction: column; } }
    #driving-instructors.description-three .items-wrapper .items-row {
      max-width: calc(50% - 30px);
      padding: 0 10px; }
      @media (max-width: 1024px) {
        #driving-instructors.description-three .items-wrapper .items-row {
          max-width: 100%;
          padding: 0; } }
      #driving-instructors.description-three .items-wrapper .items-row__item {
        display: flex;
        margin-bottom: 100px; }
        @media (max-width: 1024px) {
          #driving-instructors.description-three .items-wrapper .items-row__item {
            margin-bottom: 40px; } }
        #driving-instructors.description-three .items-wrapper .items-row__item.mg-custom {
          margin-bottom: 30px; }
        @media (max-width: 1024px) {
          #driving-instructors.description-three .items-wrapper .items-row__item .sb-text {
            margin-bottom: 0; } }
      #driving-instructors.description-three .items-wrapper .items-row__image {
        max-width: 100px;
        flex-shrink: 0;
        margin-right: 40px; }
        @media (max-width: 1024px) {
          #driving-instructors.description-three .items-wrapper .items-row__image {
            max-width: 70px;
            margin-right: 20px; } }
      #driving-instructors.description-three .items-wrapper .items-row__title {
        font-size: 24px;
        font-weight: 600;
        color: #253246;
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          #driving-instructors.description-three .items-wrapper .items-row__title {
            margin-bottom: 15px;
            font-size: 20px; } }
    #driving-instructors.description-three .items-wrapper .items-image {
      max-height: 550px; }
      #driving-instructors.description-three .items-wrapper .items-image img {
        max-height: 550px;
        position: absolute;
        right: -40%; }
      @media (max-width: 1024px) {
        #driving-instructors.description-three .items-wrapper .items-image {
          display: none; } }
  #driving-instructors.description-three .buttons-wrapper {
    margin-top: 15px; }
    @media (max-width: 1024px) {
      #driving-instructors.description-three .buttons-wrapper {
        margin-top: 0; } }
    #driving-instructors.description-three .buttons-wrapper .sb-btn {
      margin: 10px; }

.sub-page.driving-school #header .top.title-medium .main-title-small {
  position: relative;
  max-width: 620px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  text-align: left;
  font-family: 'Caveat', cursive; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #header .top.title-medium .main-title-small {
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 15px; } }
  .sub-page.driving-school #header .top.title-medium .main-title-small:before {
    background-image: url("/v2/images/arrow2.png");
    width: 75px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    content: '';
    left: 10px;
    top: 70px;
    transform: rotate(-115deg); }
    @media (max-width: 1024px) {
      .sub-page.driving-school #header .top.title-medium .main-title-small:before {
        display: none; } }

.sub-page.driving-school #main #about-driving-school-booking-system .media-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-content {
    max-width: 55%;
    flex-basis: 55%; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-content {
        max-width: 100%;
        flex-basis: 100%;
        order: 2; } }
    .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-content .sb-text:nth-child(1) {
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-content .sb-text:nth-child(1) {
          margin-bottom: 10px; } }
    .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-content .sb-text:nth-child(2) {
      margin-bottom: 0; }
  .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video {
    position: relative;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video {
        margin-bottom: 20px; } }
    .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .play-link {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex; }
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .play-link:hover .play-ico {
        background-color: #000000; }
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .play-link .play-ico {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 35%;
        color: #fff;
        font-size: 20px;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        line-height: 52px;
        border-radius: 50px;
        padding-left: 5px;
        transition: all .2s ease; }
    .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .video-popup-wrapper {
      position: fixed;
      left: 50%;
      top: 50%;
      margin: 0;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      max-width: 750px;
      background-color: #fff;
      height: 480px;
      display: none; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .video-popup-wrapper {
          height: 320px; } }
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .video-popup-wrapper .close_popup {
        position: absolute;
        right: 0;
        top: -55px;
        z-index: 30;
        width: 40px;
        padding-left: 1px;
        height: 40px;
        background-color: #00aef2;
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 41px;
        cursor: pointer;
        border-radius: 50px;
        transition: all .2s ease; }
        .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .video-popup-wrapper .close_popup:hover {
          opacity: .7; }
      .sub-page.driving-school #main #about-driving-school-booking-system .media-article .article-video .video-popup-wrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20; }

.sub-page.driving-school #main .support-section.pos-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .sub-page.driving-school #main .support-section.pos-section .title-big {
    margin-bottom: 25px; }
  .sub-page.driving-school #main .support-section.pos-section p.decor {
    color: #00AFF2;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    display: block;
    font-family: 'Caveat', cursive;
    margin-bottom: 90px; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main .support-section.pos-section p.decor {
        font-size: 24px;
        margin-bottom: 40px; } }
  @media (min-width: 1025px) {
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-5 {
      padding-left: 100px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-1 {
      right: 0;
      padding-left: 90px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-3 {
      right: 20px;
      bottom: -10px;
      padding-left: 90px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-6 {
      left: 40px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-4 {
      min-height: 85px;
      left: -120px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-5 {
      left: -150px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"].item-2 {
      padding-left: 90px; }
    .sub-page.driving-school #main .support-section.pos-section .circle div[class*="item-"] span {
      font-size: 18px; } }
  .sub-page.driving-school #main .support-section.pos-section .button-wrap .sb-btn .icon {
    left: -80px;
    transform: rotate(-120deg); }

@media (max-width: 1024px) {
  .sub-page.driving-school #main #driving-advantages {
    padding-bottom: 20px; } }

@media (min-width: 1025px) {
  .sub-page.driving-school #main #driving-advantages {
    padding-bottom: 30px; } }

.sub-page.driving-school #main #driving-advantages .title-big {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-advantages .title-big {
      margin-bottom: 15px; } }
  .sub-page.driving-school #main #driving-advantages .title-big.custom {
    font-size: 24px;
    padding-left: 0; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #driving-advantages .title-big.custom {
        font-size: 20px; } }
    .sub-page.driving-school #main #driving-advantages .title-big.custom:before {
      display: none; }

.sub-page.driving-school #main #driving-advantages .sb-text {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-advantages .sb-text {
      margin-bottom: 10px; } }

.sub-page.driving-school #main #driving-advantages .advantages-article {
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-advantages .advantages-article {
      margin-bottom: 30px; } }

.sub-page.driving-school #main #driving-advantages .button-wrap {
  text-align: center;
  margin-top: 10px; }

.sub-page.driving-school #main #driving-advantages .media-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 50px; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-advantages .media-article {
      padding: 30px 0; } }
  .sub-page.driving-school #main #driving-advantages .media-article .article-image {
    max-width: 50%;
    flex-basis: 50%; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #driving-advantages .media-article .article-image {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px; }
        .sub-page.driving-school #main #driving-advantages .media-article .article-image img {
          display: block;
          margin: 0 auto; } }
  .sub-page.driving-school #main #driving-advantages .media-article .article-content {
    max-width: 50%;
    flex-basis: 50%; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #driving-advantages .media-article .article-content {
        max-width: 100%;
        flex-basis: 100%;
        order: 2; } }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-advantages .media-article.s-2 {
      padding: 0 0 30px; } }
  @media (min-width: 1025px) {
    .sub-page.driving-school #main #driving-advantages .media-article.s-2 {
      padding: 50px 0 0; }
      .sub-page.driving-school #main #driving-advantages .media-article.s-2 .sb-text {
        margin-bottom: 60px; }
      .sub-page.driving-school #main #driving-advantages .media-article.s-2 .article-content {
        max-width: 60%;
        flex-basis: 60%; } }
  .sub-page.driving-school #main #driving-advantages .media-article.s-2 .article-image {
    display: flex;
    flex-direction: column;
    align-self: flex-start; }
    @media (min-width: 1025px) {
      .sub-page.driving-school #main #driving-advantages .media-article.s-2 .article-image {
        max-width: 40%;
        flex-basis: 40%; } }
    .sub-page.driving-school #main #driving-advantages .media-article.s-2 .article-image img {
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #driving-advantages .media-article.s-2 .article-image img {
          max-height: 350px; } }
  .sub-page.driving-school #main #driving-advantages .media-article .decor {
    color: #00AFF2;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    display: block;
    font-family: 'Caveat', cursive;
    padding: 0 15px; }
    .sub-page.driving-school #main #driving-advantages .media-article .decor:last-child {
      text-align: right; }

.sub-page.driving-school #main #grow-with-us {
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #grow-with-us {
      padding-bottom: 30px; } }
  .sub-page.driving-school #main #grow-with-us .subheading {
    margin: 0 20px 40px; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #grow-with-us .subheading {
        margin: 0 0 15px; } }
  .sub-page.driving-school #main #grow-with-us .media-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 70px;
    border: 2px solid #eaeaec;
    margin: 15px 20px; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #grow-with-us .media-article {
        padding: 15px;
        margin: 15px 0; } }
    .sub-page.driving-school #main #grow-with-us .media-article img {
      width: 100px; }
    .sub-page.driving-school #main #grow-with-us .media-article .content-title {
      font-weight: bold;
      font-size: 20px;
      font-family: 'Mulish', sans-serif;
      color: #253246;
      line-height: 1.3;
      margin-top: 25px;
      margin-bottom: 15px; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #grow-with-us .media-article .content-title {
          margin-top: 20px;
          margin-bottom: 10px; } }
    .sub-page.driving-school #main #grow-with-us .media-article .sb-text {
      text-align: center;
      font-weight: 300;
      margin: 0; }

.sub-page.driving-school #main #driving-features .articles-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .sub-page.driving-school #main #driving-features .articles-wrapper .left-article,
  .sub-page.driving-school #main #driving-features .articles-wrapper .right-article {
    max-width: 50%;
    flex-basis: 50%; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #driving-features .articles-wrapper .left-article,
      .sub-page.driving-school #main #driving-features .articles-wrapper .right-article {
        max-width: 100%;
        flex-basis: 100%; } }
    .sub-page.driving-school #main #driving-features .articles-wrapper .left-article .title-big,
    .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .title-big {
      font-size: 30px;
      line-height: 1.3; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #driving-features .articles-wrapper .left-article .title-big,
        .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .title-big {
          font-size: 24px; } }
  @media (max-width: 1024px) {
    .sub-page.driving-school #main #driving-features .articles-wrapper .left-article {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .sub-page.driving-school #main #driving-features .articles-wrapper .left-article .article-content {
      margin: 0 40px 0 20px; }
      .sub-page.driving-school #main #driving-features .articles-wrapper .left-article .article-content .sb-text {
        margin-bottom: 40px; } }
  .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .article-list {
    padding: 0 30px; }
    @media (max-width: 1024px) {
      .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .article-list {
        padding: 0; } }
    .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .article-list li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .article-list li {
          margin-bottom: 15px; } }
      .sub-page.driving-school #main #driving-features .articles-wrapper .right-article .article-list li:before {
        display: block;
        content: "";
        width: 8px;
        height: 16px;
        border-right: 3px solid #06adef;
        border-bottom: 3px solid #06adef;
        position: absolute;
        left: 8px;
        top: 2px;
        transform: rotate(45deg); }

body.simplybook.tw-goonlinenow {
  width: 100%;
  overflow-x: hidden; }
  body.simplybook.tw-goonlinenow #header {
    height: 78px;
    min-height: auto;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important; }
    body.simplybook.tw-goonlinenow #header .top.title-medium {
      display: none; }
  body.simplybook.tw-goonlinenow #footer {
    font-family: 'Noto Sans', sans-serif !important; }
  body.simplybook.tw-goonlinenow .highlight {
    font-weight: 500;
    color: #0590c7;
    opacity: 0.8; }
  body.simplybook.tw-goonlinenow .beauty-asia-faq__item-text {
    text-align: left; }
  body.simplybook.tw-goonlinenow .tw-faq-section {
    background: #F1F6FF; }
    body.simplybook.tw-goonlinenow .tw-faq-section__title {
      margin-bottom: 40px;
      text-align: center; }
    body.simplybook.tw-goonlinenow .tw-faq-section__items {
      display: grid;
      gap: 8px;
      max-width: 780px;
      margin: 0 auto; }
    body.simplybook.tw-goonlinenow .tw-faq-section__item {
      padding: 20px;
      border-bottom: 1px solid #E7ECF7;
      transition: .3s ease; }
      body.simplybook.tw-goonlinenow .tw-faq-section__item:hover, body.simplybook.tw-goonlinenow .tw-faq-section__item.active {
        border-color: #06adef; }
        body.simplybook.tw-goonlinenow .tw-faq-section__item:hover .tw-faq-section__item-header-toggle, body.simplybook.tw-goonlinenow .tw-faq-section__item.active .tw-faq-section__item-header-toggle {
          color: #06adef; }
      body.simplybook.tw-goonlinenow .tw-faq-section__item.active {
        border-color: #06adef; }
        body.simplybook.tw-goonlinenow .tw-faq-section__item.active .tw-faq-section__item-header {
          margin-bottom: 12px; }
        body.simplybook.tw-goonlinenow .tw-faq-section__item.active .tw-faq-section__item-header-toggle {
          transform: rotate(180deg); }
    body.simplybook.tw-goonlinenow .tw-faq-section__item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      transition: .3s ease;
      cursor: pointer; }
    body.simplybook.tw-goonlinenow .tw-faq-section__item-header-toggle {
      font-size: 24px;
      color: #AABBCC;
      transition: .3s ease; }
    body.simplybook.tw-goonlinenow .tw-faq-section__item-content {
      max-height: 0;
      overflow: hidden;
      transition: .3s ease; }

.goonlinenow-section {
  position: relative;
  padding: 70px 0; }
  .goonlinenow-section--wrapper {
    overflow: hidden; }
  .goonlinenow-section .btn-bar {
    display: block !important; }

.goonlinenow__row {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap; }

.goonlinenow__col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1024px) {
    .goonlinenow__col {
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }

.goonlinenow__checklist {
  display: inline-block; }
  .goonlinenow__checklist-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px; }
    .goonlinenow__checklist-item:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      content: "\f00c";
      margin-right: 10px;
      color: #00AEF2; }

.goonlinenow__main {
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px; }
  @media (max-width: 1024px) {
    .goonlinenow__main {
      padding-top: 90px; } }
  @media (max-width: 1450px) {
    .goonlinenow__main {
      padding-bottom: 100px; } }
  .goonlinenow__main .wave {
    position: absolute;
    bottom: -118px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2700px; }
    @media (max-width: 1450px) {
      .goonlinenow__main .wave {
        min-width: 1460px;
        bottom: -68px; } }
  .goonlinenow__main .btn-bar {
    width: 100%; }
  .goonlinenow__main .show-on-mob {
    text-align: center;
    display: none;
    margin-bottom: 25px;
    padding: 0 22px;
    width: 100%;
    order: 9; }
    @media (max-width: 1024px) {
      .goonlinenow__main .show-on-mob {
        display: block; } }
    .goonlinenow__main .show-on-mob .title {
      font-weight: bold; }
    .goonlinenow__main .show-on-mob .title--h1 {
      margin-bottom: 8px; }
  .goonlinenow__main .blue-text-row {
    position: relative;
    display: inline-block;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    color: #06ADEF;
    font-size: 14px; }
    .goonlinenow__main .blue-text-row .icon {
      right: -25px;
      position: absolute;
      top: -6px;
      width: 55px;
      height: 34px;
      background-repeat: no-repeat;
      transform: rotate(140deg); }
  .goonlinenow__main .goonlinenow__content-header.show-on-desk {
    text-align: left;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .goonlinenow__main .goonlinenow__content-header.show-on-desk {
        display: none; } }
    .goonlinenow__main .goonlinenow__content-header.show-on-desk .title {
      font-weight: bold; }
    .goonlinenow__main .goonlinenow__content-header.show-on-desk .title--h1 {
      margin-bottom: 8px; }
  .goonlinenow__main .goonlinenow__checklist {
    color: #182E45;
    padding-left: 20px;
    margin-bottom: 30px; }
  .goonlinenow__main .goonlinenow__row {
    flex-wrap: nowrap; }
    @media (max-width: 1024px) {
      .goonlinenow__main .goonlinenow__row {
        flex-direction: column-reverse;
        justify-content: center; } }
  .goonlinenow__main .goonlinenow__col-picture {
    width: 540px;
    min-width: 540px;
    text-align: center; }
    @media (max-width: 1024px) {
      .goonlinenow__main .goonlinenow__col-picture {
        width: 100%;
        min-width: unset;
        max-width: 585px;
        margin-bottom: 25px; } }
    .goonlinenow__main .goonlinenow__col-picture img {
      max-height: 400px; }
  .goonlinenow__main .goonlinenow__col-content {
    width: 100%; }
    @media (max-width: 1024px) {
      .goonlinenow__main .goonlinenow__col-content {
        padding-right: 15px;
        text-align: center; } }

.goonlinenow--features {
  position: relative; }
  .goonlinenow--features .goonlinenow--features_list {
    --gap: 20px;
    --gap2: 12px;
    --columns4: 4;
    --columns2: 2;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: var(--gap);
    align-items: stretch;
    justify-content: center; }
    @media (max-width: 1024px) {
      .goonlinenow--features .goonlinenow--features_list {
        gap: var(--gap2); } }
  .goonlinenow--features .goonlinenow--features_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: calc((100% / var(--columns4)) - var(--gap) + (var(--gap) / var(--columns4)));
    min-height: 190px;
    border-radius: 17px;
    padding: 22px 16px; }
    @media (max-width: 1024px) {
      .goonlinenow--features .goonlinenow--features_item {
        width: calc((100% / var(--columns2)) - var(--gap2) + (var(--gap2) / var(--columns2))); } }
    .goonlinenow--features .goonlinenow--features_item.v1 {
      background: rgba(241, 246, 255, 0.8); }
    .goonlinenow--features .goonlinenow--features_item.v2 {
      background: rgba(255, 248, 234, 0.8); }
    .goonlinenow--features .goonlinenow--features_item.v3 {
      background: rgba(216, 244, 255, 0.7); }
    .goonlinenow--features .goonlinenow--features_item.v4 {
      background: rgba(0, 211, 139, 0.1); }
    .goonlinenow--features .goonlinenow--features_item .title--h3 {
      margin-bottom: 8px; }
  .goonlinenow--features .goonlinenow--features_picture {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    margin-bottom: 20px; }

.goonlinenow__integration {
  background: #f1f6ff; }
  .goonlinenow__integration .goonlinenow__integration-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap; }
  .goonlinenow__integration .goonlinenow__integration-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #788291;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .goonlinenow__integration .goonlinenow__integration-item--wrapper {
      width: 33.33%;
      padding: 10px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .goonlinenow__integration .goonlinenow__integration-item--wrapper {
          width: 50%;
          max-width: 290px; } }
      @media (max-width: 767px) {
        .goonlinenow__integration .goonlinenow__integration-item--wrapper {
          width: 100%;
          max-width: 380px; } }
  .goonlinenow__integration .goonlinenow__integration-picture {
    display: inline-block;
    margin-bottom: 20px; }
    .goonlinenow__integration .goonlinenow__integration-picture img {
      max-height: 60px; }
  .goonlinenow__integration .goonlinenow__integration-content {
    margin-top: auto;
    margin-bottom: 0; }
  .goonlinenow__integration .goonlinenow__integration-title {
    font-size: 20px;
    color: #253246;
    margin-bottom: 10px; }
  .goonlinenow__integration .goonlinenow__integration-text {
    font-weight: 400; }
  .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(1) .goonlinenow__integration-picture img {
    max-height: 220px; }
  @media (max-width: 1024px) {
    .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(1) {
      max-width: 100%;
      width: 100%;
      order: 3; }
      .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(1) .goonlinenow__integration-item {
        max-width: 300px;
        margin: 0 auto; } }
    @media (max-width: 1024px) and (max-width: 767px) {
      .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(1) .goonlinenow__integration-item {
        max-width: 360px; } }
  @media (min-width: 1024px) {
    .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(1) .goonlinenow__integration-item {
      padding-top: 13.5%; } }
  .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(2) .goonlinenow__integration-item:first-child, .goonlinenow__integration .goonlinenow__integration-item--wrapper:nth-child(3) .goonlinenow__integration-item:first-child {
    margin-bottom: 20px; }

.goonlinenow__benefits {
  padding-bottom: 10px; }
  .goonlinenow__benefits-header {
    margin-bottom: 75px;
    text-align: center; }
    @media (max-width: 767px) {
      .goonlinenow__benefits-header {
        margin-bottom: 55px; } }
  .goonlinenow__benefits .benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px; }
  .goonlinenow__benefits .benefits__item {
    width: calc(33.33% - 30px);
    max-width: 340px;
    margin: 0 15px 50px 15px;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4; }
    @media (max-width: 1024px) {
      .goonlinenow__benefits .benefits__item {
        padding: 0 10px;
        width: calc(50% - 30px);
        max-width: 480px; } }
    @media (max-width: 767px) {
      .goonlinenow__benefits .benefits__item {
        width: calc(100% - 30px);
        max-width: 480px;
        margin-bottom: 20px;
        padding: 0; } }
    .goonlinenow__benefits .benefits__item-title {
      font-size: 20px;
      margin-bottom: 8px; }
  .goonlinenow__benefits .benefits__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #253246;
    background: #f1f6ff;
    font-size: 24px; }

.goonlinenow__cross-platform {
  position: relative;
  padding-bottom: 130px; }
  @media (max-width: 880px) {
    .goonlinenow__cross-platform {
      padding-bottom: 70px; } }
  .goonlinenow__cross-platform .wave {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2700px;
    z-index: -1; }
    @media (max-width: 1450px) {
      .goonlinenow__cross-platform .wave {
        min-width: 1460px;
        bottom: -36px; } }
  .goonlinenow__cross-platform .goonlinenow__row {
    justify-content: center;
    margin: 0;
    gap: 32px;
    flex-direction: column; }
    @media (min-width: 880px) {
      .goonlinenow__cross-platform .goonlinenow__row {
        flex-direction: row; } }
  .goonlinenow__cross-platform .goonlinenow__col {
    flex: 1; }
  .goonlinenow__cross-platform .goonlinenow__col-picture {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px; }
    .goonlinenow__cross-platform .goonlinenow__col-picture:before, .goonlinenow__cross-platform .goonlinenow__col-picture:after {
      content: '';
      display: block;
      position: absolute;
      background: #f1f6ff;
      border-radius: 50%;
      aspect-ratio: 1/1;
      z-index: 1; }
    .goonlinenow__cross-platform .goonlinenow__col-picture:before {
      height: 100%;
      aspect-ratio: 1/1;
      top: -50px;
      right: -100px; }
    .goonlinenow__cross-platform .goonlinenow__col-picture:after {
      height: 60px;
      left: -20px;
      top: 30px; }
    .goonlinenow__cross-platform .goonlinenow__col-picture img {
      position: relative;
      height: auto;
      width: 100%;
      max-width: 524px;
      z-index: 2; }

.goonlinenow__brunches .brunches__list-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.goonlinenow__brunches .brunches__list-slick {
  margin: 0; }
  .goonlinenow__brunches .brunches__list-slick img {
    max-height: 193px;
    display: inline-block; }

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

.goonlinenow__brunches .brunches__picture {
  display: block;
  width: 100%;
  margin-bottom: 18px; }

.goonlinenow__brunches .brunches__list-wrapper .brunches__list .slick-dots {
  padding-top: 40px;
  position: relative;
  bottom: 0; }
  .goonlinenow__brunches .brunches__list-wrapper .brunches__list .slick-dots li {
    width: auto;
    display: inline-block;
    text-align: center; }
    .goonlinenow__brunches .brunches__list-wrapper .brunches__list .slick-dots li button {
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #E7ECF7;
      border: 1px solid #E7ECF7; }
    .goonlinenow__brunches .brunches__list-wrapper .brunches__list .slick-dots li.slick-active button {
      background: #06adef;
      border: 1px solid #06adef; }

.goonlinenow__brunches .curcive-wrapper {
  display: block;
  text-align: center;
  padding-top: 26px; }
  .goonlinenow__brunches .curcive-wrapper .curcive {
    color: #06adef;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.3px; }
    .goonlinenow__brunches .curcive-wrapper .curcive .icon {
      position: relative; }
      .goonlinenow__brunches .curcive-wrapper .curcive .icon svg {
        position: absolute;
        left: -16px;
        bottom: -26px;
        transform: rotate(44deg);
        z-index: -1; }

.goonlinenow__software {
  padding-top: 36px;
  z-index: 3;
  color: #253246;
  font-weight: bold;
  font-size: 14px; }
  .goonlinenow__software .goonlinenow__checklist {
    margin-bottom: 20px; }
    .goonlinenow__software .goonlinenow__checklist-item {
      margin-bottom: 8px; }
  .goonlinenow__software .software__title {
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .goonlinenow__software .software__title {
        text-align: center; } }
  .goonlinenow__software .software__txt {
    font-size: 14px; }
  .goonlinenow__software .software__row {
    justify-content: space-between;
    gap: 40px; }
    @media (max-width: 1024px) {
      .goonlinenow__software .software__row {
        justify-content: center;
        flex-direction: column; } }
  .goonlinenow__software .software__col-content {
    flex: 1;
    max-width: 640px; }
  .goonlinenow__software .software__col-picture {
    width: 420px;
    text-align: center; }
    @media (max-width: 1024px) {
      .goonlinenow__software .software__col-picture {
        width: 340px; } }
  .goonlinenow__software .software__mockup {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .goonlinenow__software .software__mockup {
        zoom: 0.7; } }
    .goonlinenow__software .software__mockup-item {
      position: relative;
      width: 33.33%;
      background: #FFFFFF;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
      border-radius: 20px;
      max-width: 120px;
      height: 120px;
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .goonlinenow__software .software__mockup-item:nth-child(1), .goonlinenow__software .software__mockup-item:nth-child(3) {
        bottom: -55px; }
      .goonlinenow__software .software__mockup-item:nth-child(5), .goonlinenow__software .software__mockup-item:nth-child(7) {
        top: -55px; }
      .goonlinenow__software .software__mockup-item:nth-child(2) {
        top: -20px; }
      .goonlinenow__software .software__mockup-item:nth-child(6) {
        bottom: -20px; }
      .goonlinenow__software .software__mockup-item img {
        height: 90px; }
      .goonlinenow__software .software__mockup-item--main {
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        background: transparent; }
        .goonlinenow__software .software__mockup-item--main img {
          height: 120px; }
  .goonlinenow__software .software-informer {
    padding: 18px;
    background: #f1f6ff;
    border-radius: 8px; }
    .goonlinenow__software .software-informer .software__row {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-direction: row;
      gap: 20px;
      margin: 0;
      padding: 0; }
      @media (max-width: 640px) {
        .goonlinenow__software .software-informer .software__row {
          flex-direction: column; } }
      .goonlinenow__software .software-informer .software__row .software__col {
        flex: 1; }
        .goonlinenow__software .software-informer .software__row .software__col > .p {
          font-size: 14px; }
        .goonlinenow__software .software-informer .software__row .software__col ul {
          margin: 0;
          padding: 0; }
          .goonlinenow__software .software-informer .software__row .software__col ul li {
            position: relative;
            display: flex;
            padding-left: 10px;
            font-size: 12px; }
            .goonlinenow__software .software-informer .software__row .software__col ul li:before {
              content: '';
              display: block;
              height: 4px;
              width: 4px;
              border-radius: 50%;
              position: absolute;
              top: 0.5em;
              left: 0;
              background: #06adef; }

.goonlinenow__steps .topline {
  top: -110px !important; }
  @media (max-width: 1680px) {
    .goonlinenow__steps .topline {
      top: -77px !important; } }

.goonlinenow__steps .p-subtitle {
  font-size: 18px;
  color: #253246;
  font-weight: 500;
  margin-bottom: 15px; }

.goonlinenow__steps .container .step-list__item {
  padding-top: 35px;
  width: calc(33.33% - 30px);
  max-width: unset; }
  @media (max-width: 1024px) {
    .goonlinenow__steps .container .step-list__item {
      width: calc(50% - 30px);
      max-width: 360px; } }
  @media (max-width: 767px) {
    .goonlinenow__steps .container .step-list__item {
      width: calc(100% - 30px); } }
  .goonlinenow__steps .container .step-list__item-picture img {
    max-height: 200px; }
  .goonlinenow__steps .container .step-list__item-number {
    position: relative;
    bottom: -28px;
    line-height: 66px; }
  .goonlinenow__steps .container .step-list__item-title {
    position: relative;
    font-size: 30px;
    margin-bottom: 12px;
    z-index: 2; }
  .goonlinenow__steps .container .step-list__item-content {
    padding-top: 10px; }
    .goonlinenow__steps .container .step-list__item-content p {
      font-size: 18px;
      color: #788291;
      font-weight: normal;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }

.goonlinenow__success-transformation .show-on-mob {
  text-align: center;
  margin-bottom: 25px;
  display: none; }
  @media (max-width: 767px) {
    .goonlinenow__success-transformation .show-on-mob {
      display: block; } }

.goonlinenow__success-transformation .goonlinenow__row {
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .goonlinenow__success-transformation .goonlinenow__row {
      flex-direction: column;
      text-align: center; } }

.goonlinenow__success-transformation .goonlinenow__checklist-item {
  margin-bottom: 10px; }

.goonlinenow__success-transformation .goonlinenow__col-picture {
  text-align: center;
  position: relative;
  padding: 35px 30px;
  width: 450px;
  min-width: 450px; }
  @media (max-width: 767px) {
    .goonlinenow__success-transformation .goonlinenow__col-picture {
      width: 100%;
      min-width: unset;
      max-width: 450px;
      margin-bottom: 25px; } }
  .goonlinenow__success-transformation .goonlinenow__col-picture:before, .goonlinenow__success-transformation .goonlinenow__col-picture:after {
    content: '';
    display: block;
    position: absolute;
    background: #f1f6ff;
    border-radius: 20px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .goonlinenow__success-transformation .goonlinenow__col-picture:before, .goonlinenow__success-transformation .goonlinenow__col-picture:after {
        opacity: 0.3; } }
  .goonlinenow__success-transformation .goonlinenow__col-picture:before {
    width: 25%;
    height: 30%;
    top: 0;
    left: 0; }
  .goonlinenow__success-transformation .goonlinenow__col-picture:after {
    width: 36%;
    height: 40%;
    bottom: 0;
    right: 0; }
  .goonlinenow__success-transformation .goonlinenow__col-picture img {
    position: relative;
    z-index: 3;
    max-height: 300px; }

.goonlinenow__success-transformation .goonlinenow__col-content {
  width: 100%;
  max-width: 600px; }
  .goonlinenow__success-transformation .goonlinenow__col-content .title {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .goonlinenow__success-transformation .goonlinenow__col-content .title {
        display: none; } }
  .goonlinenow__success-transformation .goonlinenow__col-content .btn-bar {
    width: 100%;
    padding-top: 10px; }

.goonlinenow__widget .goonlinenow__widget-container {
  position: relative;
  padding: 20px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .goonlinenow__widget .goonlinenow__widget-container:before, .goonlinenow__widget .goonlinenow__widget-container:after {
    content: '';
    display: block;
    position: absolute;
    background: #f1f6ff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    z-index: -1; }
  .goonlinenow__widget .goonlinenow__widget-container:before {
    height: 160px;
    aspect-ratio: 1/1;
    top: -30px;
    right: -50px; }
  .goonlinenow__widget .goonlinenow__widget-container:after {
    height: 50%;
    left: -90px;
    top: -60px; }
  .goonlinenow__widget .goonlinenow__widget-container iframe {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }

.g-marketing {
  padding: 120px 0; }
  @media (max-width: 767px) {
    .g-marketing {
      padding: 90px 0; } }
  .g-marketing__header {
    margin-bottom: 32px;
    text-align: center; }
  .g-marketing__header-title {
    margin-bottom: 12px; }
  .g-marketing__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px 77px; }
    @media (max-width: 1024px) {
      .g-marketing__wrapper {
        gap: 50px 32px; } }
    @media (max-width: 767px) {
      .g-marketing__wrapper {
        flex-direction: column; } }
  .g-marketing__media {
    width: 100%;
    max-width: 540px; }
    .g-marketing__media img {
      display: block;
      width: 100%; }
    @media (max-width: 1024px) {
      .g-marketing__media {
        max-width: 450px; } }
  .g-marketing__list {
    display: grid;
    gap: 32px 0;
    width: 100%;
    max-width: 485px; }
    @media (max-width: 767px) {
      .g-marketing__list {
        max-width: 100%;
        gap: 24px 0; } }
  .g-marketing__list-item {
    display: flex;
    gap: 0 24px; }
  .g-marketing__list-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 10px;
    line-height: 1;
    font-size: 22px;
    color: #253246;
    background: #f1f6ff; }
  .g-marketing__list-item-content {
    display: grid;
    gap: 8px; }
  .g-marketing__footer {
    margin-top: 75px;
    text-align: center; }
    @media (max-width: 767px) {
      .g-marketing__footer {
        margin-top: 50px; } }

.g-cases {
  padding: 115px 0;
  background: #f1f6ff; }
  @media (max-width: 767px) {
    .g-cases {
      padding: 80px 0; } }
  .g-cases__header {
    margin-bottom: 65px;
    text-align: center; }
  .g-cases__items {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap; }
  .g-cases__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    padding: 30px 50px;
    border-radius: 24px;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    text-align: center;
    background: #fff; }
  .g-cases__item-image {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 35px; }
    .g-cases__item-image img {
      display: block;
      width: 100%; }
  .g-cases__item-title {
    margin-top: auto;
    margin-bottom: 12px; }
  .g-cases__item-text {
    margin-bottom: 24px; }
  .g-cases__item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #f1f6ff;
    color: #253246;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    height: 46px;
    line-height: 1;
    width: 100%;
    max-width: 180px;
    cursor: pointer; }
    .g-cases__item-btn:hover, .g-cases__item-btn:active {
      background: #d8e6ff;
      text-decoration: none; }

.title {
  color: #253246;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Mulish", sans-serif; }
  .title--h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .title--h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .title--h1 {
        font-size: 30px; } }
  .title--h2 {
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 480px) {
      .title--h2 {
        font-size: 26px; } }
  .title--h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0; }

.p {
  color: #253246;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6; }
  .p--secondary {
    color: #788291; }

@media (max-width: 1024px) {
  body.sub-page.default.brazilian-beauty #header #header-btn-bar {
    margin-top: 15px; } }

body.sub-page.default.brazilian-beauty #header .braz-lap {
  display: none;
  position: absolute;
  bottom: -75px;
  right: 0; }
  @media (max-width: 1800px) {
    body.sub-page.default.brazilian-beauty #header .braz-lap {
      max-width: 500px;
      bottom: auto;
      top: 230px; } }
  @media (max-width: 1500px) {
    body.sub-page.default.brazilian-beauty #header .braz-lap {
      max-width: 420px; } }
  @media (max-width: 1366px) {
    body.sub-page.default.brazilian-beauty #header .braz-lap {
      max-width: 380px; } }
  @media (max-width: 1280px) {
    body.sub-page.default.brazilian-beauty #header .braz-lap {
      display: none; } }

body.sub-page.default.brazilian-beauty #header .header-description p {
  font-size: 16px;
  color: #253246;
  padding: 30px 30% 0 30%;
  text-align: center;
  line-height: 26px;
  font-family: "Noto Sans";
  font-weight: 400; }
  @media (max-width: 1200px) {
    body.sub-page.default.brazilian-beauty #header .header-description p {
      padding-left: 15%;
      padding-right: 15%; } }
  @media (max-width: 1024px) {
    body.sub-page.default.brazilian-beauty #header .header-description p {
      padding-top: 15px; } }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty #header .header-description p {
      padding-left: 0;
      padding-right: 0; } }

body.sub-page.default.brazilian-beauty #header .top.title-medium .header-description p {
  display: none; }

body.sub-page.default.brazilian-beauty #header .top.title-medium h1 {
  display: none; }

body.sub-page.default.brazilian-beauty #header .top.title-medium .video-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  background-color: #222;
  width: 705px;
  height: 439px; }
  @media (max-width: 1200px) {
    body.sub-page.default.brazilian-beauty #header .top.title-medium .video-block {
      top: 83px;
      width: 526px;
      height: 328px; } }
  @media (max-width: 480px) {
    body.sub-page.default.brazilian-beauty #header .top.title-medium .video-block {
      width: 100%; } }

body.sub-page.default.brazilian-beauty #header .top.title-medium h1 {
  padding: 0 22%;
  line-height: 45px;
  color: #253246;
  text-shadow: none; }
  @media (max-width: 1200px) {
    body.sub-page.default.brazilian-beauty #header .top.title-medium h1 {
      padding: 0 12%;
      line-height: 35px; } }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty #header .top.title-medium h1 {
      padding: 0; } }

body.sub-page.default.brazilian-beauty #sbm-landing-blog {
  background-color: #fff; }
  body.sub-page.default.brazilian-beauty #sbm-landing-blog .item {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty #sbm-landing-blog .item {
        flex-wrap: wrap; } }
    body.sub-page.default.brazilian-beauty #sbm-landing-blog .item .img {
      width: 40%; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty #sbm-landing-blog .item .img {
          width: 100%; } }
    body.sub-page.default.brazilian-beauty #sbm-landing-blog .item .content {
      width: 60%; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty #sbm-landing-blog .item .content {
          width: 100%; }
          body.sub-page.default.brazilian-beauty #sbm-landing-blog .item .content .very-small-title {
            height: auto;
            margin-bottom: 15px; } }

body.sub-page.default.brazilian-beauty #sbm-prices .tarrifs {
  padding-top: 150px; }
  @media (max-width: 1024px) {
    body.sub-page.default.brazilian-beauty #sbm-prices .tarrifs {
      padding-top: 65px; } }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty #sbm-prices .tarrifs {
      padding-top: 30px; } }
  body.sub-page.default.brazilian-beauty #sbm-prices .tarrifs .grid .price-tab.for-reading .cursive-font {
    font-size: 31px; }
  body.sub-page.default.brazilian-beauty #sbm-prices .tarrifs .grid .inner .list li:nth-child(even) {
    background-color: #fff; }

body.sub-page.default.brazilian-beauty #sbm-prices .sbm-button-wrap {
  text-align: center; }
  body.sub-page.default.brazilian-beauty #sbm-prices .sbm-button-wrap .tooltip-block {
    max-width: 330px;
    margin: 35px auto;
    position: relative; }
    body.sub-page.default.brazilian-beauty #sbm-prices .sbm-button-wrap .tooltip-block:before {
      display: block;
      content: "*";
      font-family: "Mulish";
      position: absolute;
      left: -18px;
      top: -13px;
      font-size: 40px;
      color: #FF3259; }

body.sub-page.default.brazilian-beauty .advantages {
  padding-top: 65px;
  padding-bottom: 30px; }
  body.sub-page.default.brazilian-beauty .advantages .items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px; }
    body.sub-page.default.brazilian-beauty .advantages .items .item {
      width: 33.333%;
      padding: 10px;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        body.sub-page.default.brazilian-beauty .advantages .items .item {
          width: 50%; } }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty .advantages .items .item {
          width: 100%;
          max-width: 400px;
          margin: 0 auto 15px auto; } }
      body.sub-page.default.brazilian-beauty .advantages .items .item .icon {
        margin: 0 auto 30px auto;
        width: 120px;
        height: 120px;
        background-repeat: no-repeat;
        background-position: center center; }
      body.sub-page.default.brazilian-beauty .advantages .items .item h5 {
        font-weight: 600;
        font-size: 20px;
        color: #253246; }
        @media (max-width: 767px) {
          body.sub-page.default.brazilian-beauty .advantages .items .item h5 br {
            display: none; } }
      body.sub-page.default.brazilian-beauty .advantages .items .item p {
        margin-top: 15px;
        color: #788291;
        font-size: 15px;
        line-height: 24px; }
  body.sub-page.default.brazilian-beauty .advantages .link {
    text-align: center; }
    body.sub-page.default.brazilian-beauty .advantages .link a {
      border-bottom: 1px solid transparent;
      transition: all .3s ease; }
      body.sub-page.default.brazilian-beauty .advantages .link a:hover {
        border-bottom-color: #06adef;
        text-decoration: none; }

body.sub-page.default.brazilian-beauty .banner .flex {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner .flex {
      display: block; } }

body.sub-page.default.brazilian-beauty .banner .img img {
  width: 100%;
  max-width: 600px;
  display: block; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner .img img {
      max-width: 350px;
      margin: 20px auto; } }

@media (max-width: 767px) {
  body.sub-page.default.brazilian-beauty .banner .text {
    text-align: center; }
    body.sub-page.default.brazilian-beauty .banner .text p br {
      display: none; } }

body.sub-page.default.brazilian-beauty .banner .text h4 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Mulish";
  font-weight: 600;
  color: #253246;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    body.sub-page.default.brazilian-beauty .banner .text h4 {
      font-size: 24px;
      line-height: 30px; }
      body.sub-page.default.brazilian-beauty .banner .text h4 br {
        display: none; } }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner .text h4 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 15px; } }

body.sub-page.default.brazilian-beauty .banner.b-1 {
  padding: 40px 0; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner.b-1 {
      padding: 30px 0; }
      body.sub-page.default.brazilian-beauty .banner.b-1 .img {
        margin-top: 50px; } }
  body.sub-page.default.brazilian-beauty .banner.b-1 .text {
    padding-left: 45px; }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty .banner.b-1 .text {
        padding: 0; } }

body.sub-page.default.brazilian-beauty .banner.b-2 {
  padding: 70px 0;
  background-color: #ffe8e8; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner.b-2 {
      padding: 45px 0; } }
  body.sub-page.default.brazilian-beauty .banner.b-2 .title a {
    color: #FF3259; }
  body.sub-page.default.brazilian-beauty .banner.b-2 .text {
    max-width: 50%;
    padding-right: 45px; }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty .banner.b-2 .text {
        max-width: 100%;
        padding-right: 0; } }

body.sub-page.default.brazilian-beauty .banner.b-3 {
  padding: 100px 0; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner.b-3 {
      padding: 35px 0; } }
  body.sub-page.default.brazilian-beauty .banner.b-3 .text {
    padding-left: 70px;
    max-width: 50%; }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty .banner.b-3 .text {
        padding: 0;
        max-width: 100%;
        margin-top: 30px; } }

body.sub-page.default.brazilian-beauty .banner-slider {
  background-color: #f9fdff;
  padding: 70px 0; }
  @media (max-width: 767px) {
    body.sub-page.default.brazilian-beauty .banner-slider {
      padding: 35px 0; } }
  body.sub-page.default.brazilian-beauty .banner-slider .title {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-family: "Mulish";
    font-weight: 600;
    color: #253246;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      body.sub-page.default.brazilian-beauty .banner-slider .title {
        font-size: 25px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty .banner-slider .title {
        font-size: 23px;
        line-height: 29px; } }
  body.sub-page.default.brazilian-beauty .banner-slider .three-images {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      body.sub-page.default.brazilian-beauty .banner-slider .three-images {
        flex-wrap: wrap; } }
    body.sub-page.default.brazilian-beauty .banner-slider .three-images > div {
      padding: 0 35px;
      text-align: center; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty .banner-slider .three-images > div {
          padding: 0;
          margin-bottom: 20px; }
          body.sub-page.default.brazilian-beauty .banner-slider .three-images > div .img {
            display: flex;
            align-items: center;
            flex-direction: column; } }
      body.sub-page.default.brazilian-beauty .banner-slider .three-images > div img {
        box-shadow: 0 16px 18px rgba(0, 0, 0, 0.05); }
      body.sub-page.default.brazilian-beauty .banner-slider .three-images > div .sb-btn {
        margin-top: 40px; }
        @media (max-width: 767px) {
          body.sub-page.default.brazilian-beauty .banner-slider .three-images > div .sb-btn {
            margin-top: 20px; } }
    body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:first-child {
      width: 30%; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:first-child {
          width: 100%; } }
    body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:nth-child(2) {
      width: 40%; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:nth-child(2) {
          width: 100%; }
          body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:nth-child(2) img {
            max-width: 323px; } }
    body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:last-child {
      width: 30%; }
      @media (max-width: 767px) {
        body.sub-page.default.brazilian-beauty .banner-slider .three-images > div:last-child {
          width: 100%; } }

.famous-store .top.title-medium .logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/v2/images/simplybook/new/simplybook.svg");
  width: 220px;
  height: 35px;
  -webkit-background-size: 100%;
  background-size: 100%; }

.famous-store .top.title-medium h1 {
  line-height: 50px;
  color: #253246; }

.famous-store .top.title-medium .header-description .sb-btn {
  padding-left: 75px;
  padding-right: 75px;
  margin: 25px 0 20px 0;
  background-repeat: no-repeat;
  background-position: left 19px center;
  -webkit-background-size: 26px;
  background-size: 26px;
  background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/ics/send.svg); }
  @media (max-width: 767px) {
    .famous-store .top.title-medium .header-description .sb-btn {
      padding-left: 65px;
      padding-right: 35px; } }

.famous-store .top.title-medium .header-description .text {
  font-weight: 400;
  color: #253246;
  font-size: 18px; }
  @media (max-width: 767px) {
    .famous-store .top.title-medium .header-description .text {
      font-size: 16px;
      line-height: 24px; } }
  .famous-store .top.title-medium .header-description .text a {
    background-repeat: no-repeat;
    background-position: right top -1px;
    -webkit-background-size: 21px;
    background-size: 21px;
    display: inline-block;
    padding-right: 34px;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    transition: all .25s ease;
    background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/ics/arrow-right.svg); }
    @media (max-width: 767px) {
      .famous-store .top.title-medium .header-description .text a {
        background-position: right top; } }
    .famous-store .top.title-medium .header-description .text a:hover {
      text-decoration: none;
      border-bottom: 2px solid #06adef; }

.famous-store .f-tabs {
  background-color: #f1f6ff;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .famous-store .f-tabs {
      padding: 30px 0; } }
  .famous-store .f-tabs .tw-tabs {
    display: flex; }
    .famous-store .f-tabs .tw-tabs .slick-dots {
      position: static; }
      .famous-store .f-tabs .tw-tabs .slick-dots li.slick-active button {
        background-color: #D2D9E2; }
      .famous-store .f-tabs .tw-tabs .slick-dots li button {
        border-radius: 50%;
        border: 2px solid #D2D9E2;
        width: 12px;
        height: 12px; }
        .famous-store .f-tabs .tw-tabs .slick-dots li button:before {
          display: none; }
    @media (max-width: 767px) {
      .famous-store .f-tabs .tw-tabs {
        flex-wrap: wrap; } }
    .famous-store .f-tabs .tw-tabs .content {
      width: calc(70% - 40px);
      min-height: 480px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .famous-store .f-tabs .tw-tabs .content {
          min-height: auto;
          width: 100%;
          order: 1; } }
      .famous-store .f-tabs .tw-tabs .content .item {
        display: none; }
        .famous-store .f-tabs .tw-tabs .content .item.active {
          display: block; }
    .famous-store .f-tabs .tw-tabs .controls {
      width: 30%;
      margin-left: 40px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .famous-store .f-tabs .tw-tabs .controls {
          min-height: auto;
          width: 100%;
          margin-left: 0;
          display: flex;
          order: 0;
          margin-bottom: 15px; } }
      .famous-store .f-tabs .tw-tabs .controls .tab-btn {
        background-color: #fff;
        padding: 30px 25px 30px 95px;
        font-size: 20px;
        color: #253246;
        transition: all .3s ease;
        cursor: pointer;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .famous-store .f-tabs .tw-tabs .controls .tab-btn {
            width: 20%;
            height: 50px;
            font-size: 0;
            padding: 0;
            background-position: center center !important;
            -webkit-background-size: 30px !important;
            background-size: 30px !important; } }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn:hover, .famous-store .f-tabs .tw-tabs .controls .tab-btn.active {
          transform: scale(1.02);
          box-shadow: 0 0 18px rgba(37, 50, 70, 0.15);
          z-index: 20;
          position: relative; }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn.t-1 {
          -webkit-background-size: 52px;
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: left 22px center;
          background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/icons/bars.svg); }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn.t-2 {
          -webkit-background-size: 52px;
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: left 22px center;
          background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/icons/account.svg); }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn.t-3 {
          -webkit-background-size: 52px;
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: left 22px center;
          background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/icons/megaphone.svg); }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn.t-4 {
          -webkit-background-size: 52px;
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: left 22px center;
          background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/icons/calendar.svg); }
        .famous-store .f-tabs .tw-tabs .controls .tab-btn.t-5 {
          -webkit-background-size: 52px;
          background-size: 52px;
          background-repeat: no-repeat;
          background-position: left 22px center;
          background-image: url(/v2/images/simplybook/sub-pages/famous-store-tw/icons/review.svg); }

.famous-store .f-slider {
  margin-top: 40px;
  padding: 50px 0;
  background-color: #f1f6ff; }
  @media (max-width: 767px) {
    .famous-store .f-slider {
      padding: 30px 0; } }
  .famous-store .f-slider .titles .title-big {
    padding-left: 0;
    text-align: center;
    color: #06adef;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .famous-store .f-slider .titles .title-big {
        font-size: 24px; } }
    .famous-store .f-slider .titles .title-big:before {
      display: none; }
  .famous-store .f-slider .titles .subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #253246; }
    @media (max-width: 767px) {
      .famous-store .f-slider .titles .subtitle {
        font-size: 18px; } }
  .famous-store .f-slider .slider {
    margin-top: 45px;
    user-select: text; }
    @media (max-width: 767px) {
      .famous-store .f-slider .slider {
        margin-top: 30px; } }
    .famous-store .f-slider .slider .item {
      background-color: #fff;
      margin: 15px;
      padding: 25px;
      box-shadow: 0 0 18px rgba(37, 50, 70, 0.15);
      text-align: center; }
      @media (max-width: 767px) {
        .famous-store .f-slider .slider .item {
          padding: 15px; } }
      .famous-store .f-slider .slider .item .img {
        max-width: 170px;
        display: flex;
        margin: 0 auto;
        min-height: 170px;
        max-height: 170px; }
        .famous-store .f-slider .slider .item .img img {
          margin: auto; }
      .famous-store .f-slider .slider .item .sub-title {
        font-size: 22px;
        color: #06adef;
        font-weight: 600;
        margin: 35px 0; }
        @media (max-width: 767px) {
          .famous-store .f-slider .slider .item .sub-title {
            margin: 10px 0;
            font-size: 20px; } }
      .famous-store .f-slider .slider .item .text {
        font-size: 15px;
        color: #253246;
        text-align: left;
        line-height: 25px;
        margin-bottom: 70px; }
        @media (max-width: 767px) {
          .famous-store .f-slider .slider .item .text {
            margin-bottom: 10px;
            font-size: 14px; } }
      .famous-store .f-slider .slider .item .sb-btn {
        font-size: 18px;
        padding: 12px 30px; }
        @media (max-width: 767px) {
          .famous-store .f-slider .slider .item .sb-btn {
            font-size: 16px;
            padding: 10px 20px; } }
  .famous-store .f-slider .slick-dots li.slick-active button {
    background-color: #D2D9E2; }
  .famous-store .f-slider .slick-dots li button {
    border-radius: 50%;
    border: 2px solid #D2D9E2;
    width: 12px;
    height: 12px; }
    .famous-store .f-slider .slick-dots li button:before {
      display: none; }

.famous-store .f-white-section {
  padding: 80px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .famous-store .f-white-section {
      padding: 35px 0; } }
  .famous-store .f-white-section .title-big {
    text-align: center;
    padding-left: 0;
    color: #253246; }
    @media (max-width: 767px) {
      .famous-store .f-white-section .title-big {
        line-height: 31px; } }
    .famous-store .f-white-section .title-big:before {
      display: none; }
  .famous-store .f-white-section .sb-btn {
    margin: 5px; }

body.sub-page.linepage {
  width: 100%;
  overflow-x: hidden; }
  body.sub-page.linepage #header {
    height: 78px;
    min-height: auto;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important; }
    body.sub-page.linepage #header .top.title-medium {
      display: none; }
  body.sub-page.linepage #footer {
    font-family: 'Noto Sans', sans-serif !important; }
  body.sub-page.linepage .p {
    margin: 0; }
  body.sub-page.linepage .tw-line-cover {
    padding: 100px 0 170px; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-cover {
        padding: 90px 0; } }
    body.sub-page.linepage .tw-line-cover__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-cover__wrapper {
          flex-direction: column;
          text-align: center; } }
    body.sub-page.linepage .tw-line-cover__media {
      width: 100%;
      max-width: 550px;
      flex-shrink: 0; }
    body.sub-page.linepage .tw-line-cover__btns-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 16px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-cover__btns-wrapper {
          justify-content: center; } }
    body.sub-page.linepage .tw-line-cover__btn-icon {
      margin-right: 4px; }
  body.sub-page.linepage .tw-line-marketing {
    position: relative;
    padding: 15px 0 115px;
    background: #F1F6FF; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-marketing {
        padding: 60px 0 70px; } }
    body.sub-page.linepage .tw-line-marketing__shape {
      position: absolute;
      bottom: 100%; }
    body.sub-page.linepage .tw-line-marketing__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 120px; }
      @media (max-width: 1366px) {
        body.sub-page.linepage .tw-line-marketing__wrapper {
          gap: 80px; } }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-marketing__wrapper {
          gap: 60px;
          flex-direction: column-reverse; } }
    body.sub-page.linepage .tw-line-marketing__media {
      position: relative;
      flex-shrink: 0;
      z-index: 1;
      text-align: center;
      max-width: 500px; }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-marketing__media {
          max-width: 80%; } }
      body.sub-page.linepage .tw-line-marketing__media img {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 0 auto; }
      body.sub-page.linepage .tw-line-marketing__media:before {
        position: absolute;
        width: 420px;
        height: 420px;
        content: '';
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: #E7ECF7;
        z-index: -1; }
        @media (max-width: 767px) {
          body.sub-page.linepage .tw-line-marketing__media:before {
            width: 320px;
            height: 320px; } }
    body.sub-page.linepage .tw-line-marketing__media-text {
      margin-bottom: 22px;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      color: #06adef; }
    body.sub-page.linepage .tw-line-marketing__content {
      width: 100%;
      max-width: 35%;
      text-align: center; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-marketing__content {
          max-width: 100%; } }
    body.sub-page.linepage .tw-line-marketing__title {
      margin-bottom: 16px; }
    body.sub-page.linepage .tw-line-marketing__text {
      margin-bottom: 24px; }
    body.sub-page.linepage .tw-line-marketing__list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px 16px; }
    body.sub-page.linepage .tw-line-marketing__list-item {
      display: grid;
      gap: 6px;
      padding: 16px 24px 12px 24px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 2px 2px 15px 0px rgba(45, 51, 72, 0.1);
      background: #FFF; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-marketing__list-item {
          flex-basis: 30%; } }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-marketing__list-item {
          flex-basis: 45%; } }
    body.sub-page.linepage .tw-line-marketing__list-item-icon {
      font-size: 16px;
      font-weight: 400;
      color: #06adef; }
    body.sub-page.linepage .tw-line-marketing__list-item-text {
      margin: 0;
      line-height: 28px; }
  body.sub-page.linepage .tw-line-promo {
    padding: 115px 0 100px; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-promo {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-promo--v2 .tw-line-promo__media {
      max-width: 550px; }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-promo--v2 .tw-line-promo__media {
          max-width: 90%; } }
      body.sub-page.linepage .tw-line-promo--v2 .tw-line-promo__media:before {
        width: 420px;
        height: 420px;
        top: -65px; }
        @media (max-width: 1024px) {
          body.sub-page.linepage .tw-line-promo--v2 .tw-line-promo__media:before {
            top: -20px; } }
        @media (max-width: 767px) {
          body.sub-page.linepage .tw-line-promo--v2 .tw-line-promo__media:before {
            width: 250px;
            height: 250px; } }
    body.sub-page.linepage .tw-line-promo__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 100px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-promo__wrapper {
          gap: 60px 0;
          flex-direction: column; } }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-promo__content {
        max-width: 600px; } }
    body.sub-page.linepage .tw-line-promo__title {
      margin-bottom: 16px; }
    body.sub-page.linepage .tw-line-promo__text {
      margin-bottom: 16px; }
    body.sub-page.linepage .tw-line-promo__label {
      position: relative;
      display: block;
      margin-bottom: 32px;
      color: #06adef; }
      body.sub-page.linepage .tw-line-promo__label:before {
        content: '';
        display: block;
        position: absolute;
        height: 60px;
        width: 60px;
        top: -45px;
        left: -70px;
        background: url("/v2/images/simplybook/main-page/arrow.svg") no-repeat;
        background-size: contain;
        transform: scale(-1, -1); }
        @media (max-width: 767px) {
          body.sub-page.linepage .tw-line-promo__label:before {
            display: none; } }
    body.sub-page.linepage .tw-line-promo__list {
      display: grid;
      gap: 8px;
      margin-bottom: 24px;
      margin-left: 5px; }
    body.sub-page.linepage .tw-line-promo__list-item {
      display: inline-flex;
      align-items: baseline;
      gap: 16px; }
      body.sub-page.linepage .tw-line-promo__list-item:before {
        display: block;
        content: "";
        width: 8px;
        height: 16px;
        border-right: 3px solid #06adef;
        border-bottom: 3px solid #06adef;
        transform: rotate(45deg); }
    body.sub-page.linepage .tw-line-promo__media {
      position: relative;
      max-width: 350px;
      width: 100%; }
      body.sub-page.linepage .tw-line-promo__media:before {
        position: absolute;
        width: 400px;
        height: 400px;
        content: '';
        left: 50%;
        top: -7px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: #E7ECF7;
        z-index: -1; }
    body.sub-page.linepage .tw-line-promo__media-text {
      margin-top: 20px;
      font-size: 20px;
      color: #06adef;
      text-align: center; }
  body.sub-page.linepage .tw-line-integration {
    padding: 80px 0 100px; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-integration {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-integration__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 48px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-integration__wrapper {
          flex-direction: column-reverse;
          text-align: center; } }
    body.sub-page.linepage .tw-line-integration__media {
      width: 100%;
      max-width: 530px; }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-integration__media {
          max-width: 95%; } }
    body.sub-page.linepage .tw-line-integration__content {
      display: grid;
      gap: 16px; }
    body.sub-page.linepage .tw-line-integration__subtitle {
      color: #06adef; }
  body.sub-page.linepage .tw-line-guide {
    padding: 100px 0;
    background: #F1F6FF; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-guide {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-guide__header {
      margin-bottom: 32px;
      text-align: center; }
    body.sub-page.linepage .tw-line-guide__articles {
      display: grid;
      gap: 80px;
      max-width: 985px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-guide__articles {
          gap: 70px; } }
    body.sub-page.linepage .tw-line-guide__article {
      display: flex;
      align-items: center;
      gap: 64px; }
      body.sub-page.linepage .tw-line-guide__article:nth-child(even) {
        justify-content: end;
        flex-direction: row-reverse; }
        @media (max-width: 1024px) {
          body.sub-page.linepage .tw-line-guide__article:nth-child(even) {
            flex-direction: column; } }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-guide__article {
          gap: 32px;
          flex-direction: column;
          text-align: center; } }
    body.sub-page.linepage .tw-line-guide__article-content {
      width: 100%;
      max-width: 480px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-guide__article-content {
          max-width: 100%; } }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-guide__article-media {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.sub-page.linepage .tw-line-guide__article-media {
        max-width: 90%; } }
    body.sub-page.linepage .tw-line-guide__article-title {
      margin-bottom: 16px; }
    body.sub-page.linepage .tw-line-guide__article-stats {
      display: flex;
      gap: 70px;
      margin-top: 8px; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-guide__article-stats {
          justify-content: center; } }
    body.sub-page.linepage .tw-line-guide__article-stats-col {
      display: grid;
      gap: 4px; }
      body.sub-page.linepage .tw-line-guide__article-stats-col.positive .tw-line-guide__article-stats-col-title,
      body.sub-page.linepage .tw-line-guide__article-stats-col.positive .tw-line-guide__article-stats-col-item i {
        color: #00D38B; }
      body.sub-page.linepage .tw-line-guide__article-stats-col.negative .tw-line-guide__article-stats-col-title,
      body.sub-page.linepage .tw-line-guide__article-stats-col.negative .tw-line-guide__article-stats-col-item i {
        color: #FF3259; }
    body.sub-page.linepage .tw-line-guide__article-stats-col-title {
      margin-bottom: 4px;
      font-size: 20px;
      font-weight: 600; }
    body.sub-page.linepage .tw-line-guide__article-stats-col-item {
      display: flex;
      align-items: center;
      gap: 12px;
      line-height: 28px; }
    body.sub-page.linepage .tw-line-guide__article-media-data {
      display: flex;
      margin-top: 12px;
      text-align: center; }
    body.sub-page.linepage .tw-line-guide__article-media-data-item {
      font-size: 12px;
      color: #06adef; }
      body.sub-page.linepage .tw-line-guide__article-media-data-item:nth-child(1) {
        margin-left: 5px;
        margin-right: 40px; }
      body.sub-page.linepage .tw-line-guide__article-media-data-item:nth-child(2) {
        margin-right: 40px; }
      body.sub-page.linepage .tw-line-guide__article-media-data-item:nth-child(3) {
        margin-right: 30px; }
  body.sub-page.linepage .tw-line-pay {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-pay {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-pay__wrapper {
      display: flex;
      gap: 40px 80px;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-pay__wrapper {
          flex-direction: column; } }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-pay__content {
        text-align: center; } }
    body.sub-page.linepage .tw-line-pay__title {
      margin-bottom: 16px; }
    body.sub-page.linepage .tw-line-pay__media {
      width: 100%;
      max-width: 470px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-pay__media {
          max-width: 95%; } }
  body.sub-page.linepage .tw-line-video {
    padding: 100px 0; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-video {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-video__title {
      margin-bottom: 32px;
      text-align: center; }
    body.sub-page.linepage .tw-line-video__media-wrapper {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
    body.sub-page.linepage .tw-line-video__label {
      position: relative;
      margin-bottom: 16px;
      font-size: 24px;
      text-align: right;
      color: #06adef; }
      @media (max-width: 767px) {
        body.sub-page.linepage .tw-line-video__label {
          margin-right: 30px; } }
      body.sub-page.linepage .tw-line-video__label:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 85px;
        bottom: -65px;
        right: -55px;
        background: url("/v2/images/simplybook/sub-pages/linepage/video-label-arrow.svg") no-repeat center;
        z-index: 1; }
    body.sub-page.linepage .tw-line-video__media {
      position: relative;
      max-height: 360px;
      padding: 5px;
      border: 2px solid #E7ECF7;
      border-radius: 15px; }
    body.sub-page.linepage .tw-line-video__media-trigger {
      position: absolute;
      width: 90px;
      height: 90px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      text-decoration: none;
      z-index: 1; }
      body.sub-page.linepage .tw-line-video__media-trigger svg path {
        transition: .2s ease; }
      body.sub-page.linepage .tw-line-video__media-trigger:hover svg path {
        opacity: .7; }
  body.sub-page.linepage .tw-line-review {
    padding: 100px 0;
    background: #F1F6FF; }
    @media (max-width: 1024px) {
      body.sub-page.linepage .tw-line-review {
        padding: 70px 0; } }
    body.sub-page.linepage .tw-line-review__title {
      margin-bottom: 50px;
      text-align: center; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-review__title {
          margin-bottom: 40px; } }
    body.sub-page.linepage .tw-line-review__items {
      display: flex;
      justify-content: space-between;
      gap: 15px 70px;
      flex-wrap: wrap; }
    body.sub-page.linepage .tw-line-review__item {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 45px;
      border-radius: 15px;
      background: #FFF; }
      @media (max-width: 1024px) {
        body.sub-page.linepage .tw-line-review__item {
          padding: 15px;
          flex: 100%; } }
    body.sub-page.linepage .tw-line-review__item-author {
      margin: 0 auto 25px auto;
      border-radius: 50%;
      overflow: hidden; }
      body.sub-page.linepage .tw-line-review__item-author img {
        display: block;
        max-width: 150px;
        height: auto; }
    body.sub-page.linepage .tw-line-review__item-company {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
      text-align: center; }
    body.sub-page.linepage .tw-line-review__item-name {
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 600;
      line-height: 42px; }
    body.sub-page.linepage .tw-line-review__item-text {
      font-size: 14px; }
  body.sub-page.linepage .tw-faq-section {
    padding: 100px 0;
    background: #F1F6FF; }
    body.sub-page.linepage .tw-faq-section__title {
      margin-bottom: 40px;
      text-align: center; }
    body.sub-page.linepage .tw-faq-section__items {
      display: grid;
      gap: 8px;
      max-width: 780px;
      margin: 0 auto; }
    body.sub-page.linepage .tw-faq-section__item {
      padding: 24px;
      border-bottom: 1px solid #E7ECF7;
      transition: .3s ease; }
      body.sub-page.linepage .tw-faq-section__item:hover, body.sub-page.linepage .tw-faq-section__item.active {
        border-color: #06adef; }
        body.sub-page.linepage .tw-faq-section__item:hover .tw-faq-section__item-header-toggle, body.sub-page.linepage .tw-faq-section__item.active .tw-faq-section__item-header-toggle {
          color: #06adef; }
      body.sub-page.linepage .tw-faq-section__item.active {
        border-color: #06adef; }
        body.sub-page.linepage .tw-faq-section__item.active .tw-faq-section__item-header {
          margin-bottom: 12px; }
        body.sub-page.linepage .tw-faq-section__item.active .tw-faq-section__item-header-toggle {
          transform: rotate(180deg); }
    body.sub-page.linepage .tw-faq-section__item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      transition: .3s ease;
      cursor: pointer; }
    body.sub-page.linepage .tw-faq-section__item-header-toggle {
      font-size: 24px;
      color: #AABBCC;
      transition: .3s ease; }
    body.sub-page.linepage .tw-faq-section__item-content {
      max-height: 0;
      overflow: hidden;
      transition: .3s ease; }
  body.sub-page.linepage .p .highlight,
  body.sub-page.linepage .title .highlight,
  body.sub-page.linepage .sb-text .highlight {
    color: #06adef; }
  body.sub-page.linepage .p .bold,
  body.sub-page.linepage .sb-text .bold,
  body.sub-page.linepage .title .bold {
    font-weight: 600; }
  body.sub-page.linepage .p .dark {
    color: #253246; }
  body.sub-page.linepage .p--small {
    font-size: 14px; }

body.simplybook.landing-one {
  /* Features */
  /* Templates */ }
  body.simplybook.landing-one #header {
    min-height: auto;
    height: auto;
    min-height: 78px;
    padding: 0;
    background: none; }
  body.simplybook.landing-one #sbm-cover {
    position: relative;
    padding: 150px 0 100px; }
    @media (max-width: 1024px) {
      body.simplybook.landing-one #sbm-cover {
        padding: 100px 0; } }
    @media (max-width: 767px) {
      body.simplybook.landing-one #sbm-cover {
        padding: 40px 0; } }
    body.simplybook.landing-one #sbm-cover .article-layout {
      display: flex; }
      body.simplybook.landing-one #sbm-cover .article-layout .article-content {
        max-width: 100%;
        flex-basis: 100%;
        /* Companies */ }
        @media (max-width: 1200px) {
          body.simplybook.landing-one #sbm-cover .article-layout .article-content {
            max-width: 100%;
            flex-basis: 100%; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .title-big {
          font-size: 42px;
          line-height: 1.3;
          padding: 0;
          margin-bottom: 20px; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .title-big {
              font-size: 28px; } }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .title-big:before {
            display: none; }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-wrapper {
          position: relative;
          text-align: left;
          overflow: hidden;
          width: 100%; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-wrapper {
              position: relative;
              left: 0;
              top: 0;
              height: 75px; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-list {
          position: relative;
          display: inline-block;
          overflow: visible !important;
          vertical-align: top;
          list-style: none;
          width: 100%; }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word {
          width: 100%;
          padding: 0px 0px 20px 0px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          color: #06adef;
          line-height: 1em; }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word span:nth-child(1) {
            position: relative;
            padding-bottom: 5px; }
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word span:nth-child(1) .line {
              position: absolute;
              content: '';
              bottom: 0px;
              left: 0;
              background: #06adef; }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(2) {
          top: 2em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(2) {
              top: 3em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(3) {
          top: 4em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(3) {
              top: 7em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(4) {
          top: 6em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(4) {
              top: 7em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(5) {
          top: 8em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(5) {
              top: 9em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(6) {
          top: 10em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(6) {
              top: 11em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(7) {
          top: 12em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(7) {
              top: 13em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(8) {
          top: 14em; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .slider-word:nth-child(8) {
              top: 15em; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper {
          max-width: 50%;
          position: relative;
          display: flex;
          justify-content: center;
          padding-top: 80px;
          margin: -10px 0; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper {
              padding-top: 50px; } }
          @media (max-width: 767px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper {
              padding-top: 20px; } }
          @media (max-width: 1200px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper {
              justify-content: flex-start;
              max-width: 100%; } }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper [class*=sbm-btn] {
            margin: 10px 0;
            transition: all .3s ease; }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .sbm-btn-reg .sb-btn {
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15); }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .decor {
            color: #00AFF2;
            font-size: 32px;
            line-height: 1.3;
            display: block;
            position: absolute;
            font-family: 'Caveat', cursive;
            margin: 0 auto;
            bottom: -70px; }
            @media (max-width: 1200px) {
              body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .decor {
                left: 150px; } }
            @media (max-width: 767px) {
              body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .decor {
                display: none; } }
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .decor:before {
              background-image: url(/v2/images/simplybook/pos/arrow.svg);
              width: 70px;
              height: 70px;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: 0 0;
              position: absolute;
              content: "";
              top: -15px;
              left: -85px;
              transform: scale(-1) rotate(-15deg); }
              @media (max-width: 1200px) {
                body.simplybook.landing-one #sbm-cover .article-layout .article-content .buttons-wrapper .decor:before {
                  top: -5px;
                  left: -80px;
                  transform: scale(-1) rotate(-30deg); } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies {
          margin-top: 150px;
          display: flex;
          max-width: 50%;
          justify-content: center; }
          @media (max-width: 1024px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies {
              margin-top: 150px; } }
          @media (max-width: 767px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies {
              margin-top: 50px; } }
          @media (max-width: 1200px) {
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies {
              max-width: 100%;
              justify-content: flex-start; } }
          body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items {
            display: flex;
            align-items: flex-end;
            flex-wrap: wrap;
            opacity: .7; }
            @media (max-width: 767px) {
              body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items {
                margin: 0 -20px; } }
            body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item {
              margin: 0 25px;
              text-align: center;
              transition: all .3s ease; }
              @media (max-width: 767px) {
                body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item {
                  margin: 0 20px; }
                  body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item:last-child {
                    display: none; } }
              body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item .logo {
                margin-bottom: 15px; }
                body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item .logo img {
                  display: inline-block;
                  max-width: 140px;
                  max-height: 35px; }
              body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item .stars {
                display: flex;
                justify-content: center;
                width: 100%;
                float: right;
                margin-bottom: 10px; }
                body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item .stars .star {
                  margin-right: 3px;
                  width: 15px;
                  height: 15px;
                  display: inline-block;
                  background-repeat: no-repeat;
                  background-position: 50%;
                  background-size: contain;
                  background-image: url(/v2/images/simplybook/ics/star.png); }
                body.simplybook.landing-one #sbm-cover .article-layout .article-content .review-companies .items .item .stars .rate {
                  font-weight: 800;
                  font-family: Mulish;
                  color: #2d3547;
                  font-size: 14px;
                  margin-left: 15px;
                  display: inline-block; }
      body.simplybook.landing-one #sbm-cover .article-layout .article-media {
        max-width: 40%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 1200px) {
          body.simplybook.landing-one #sbm-cover .article-layout .article-media {
            display: none; } }
        body.simplybook.landing-one #sbm-cover .article-layout .article-media img {
          max-height: 750px; }
  @media (min-width: 1025px) {
    body.simplybook.landing-one #sbm-custom-reviews-section #custom_reviews .slick-slide {
      max-width: 820px;
      padding: 60px; } }
  body.simplybook.landing-one #sbm-custom-reviews-section #custom_reviews .slick-slide .review-logo {
    width: auto;
    max-height: 60px !important;
    border-radius: 0 !important; }
    @media (min-width: 1025px) {
      body.simplybook.landing-one #sbm-custom-reviews-section #custom_reviews .slick-slide .review-logo {
        width: auto;
        max-height: 60px !important;
        margin: 0 auto 30px !important; } }
  body.simplybook.landing-one #sbm-custom-reviews-section #custom_reviews .slick-slide .stars {
    display: none; }
  body.simplybook.landing-one #sbm-custom-reviews-section .button-wrap {
    margin-top: 90px; }
  body.simplybook.landing-one #sbm-features-tabs-section .tab-content .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    body.simplybook.landing-one #sbm-features-tabs-section .tab-content .flex-box .flex-item {
      padding: 0 35px; }
    body.simplybook.landing-one #sbm-features-tabs-section .tab-content .flex-box .content-title {
      font-weight: 600; }
    body.simplybook.landing-one #sbm-features-tabs-section .tab-content .flex-box .text {
      max-width: 100%; }
  body.simplybook.landing-one #sbm-features-tabs-section .button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px; }
    @media (max-width: 1024px) {
      body.simplybook.landing-one #sbm-features-tabs-section .button-wrap {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      body.simplybook.landing-one #sbm-features-tabs-section .button-wrap {
        margin-top: 30px; } }
    body.simplybook.landing-one #sbm-features-tabs-section .button-wrap .decor {
      color: #00AFF2;
      font-size: 32px;
      line-height: 1.3;
      display: block;
      position: relative;
      font-family: 'Caveat', cursive;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        body.simplybook.landing-one #sbm-features-tabs-section .button-wrap .decor {
          font-size: 24px;
          margin-bottom: 20px; } }
      body.simplybook.landing-one #sbm-features-tabs-section .button-wrap .decor:before {
        background-image: url(/v2/images/simplybook/pos/arrow.svg);
        width: 80px;
        height: 80px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        content: "";
        right: -100px;
        top: -5px;
        transform: rotate(-20deg); }
        @media (max-width: 767px) {
          body.simplybook.landing-one #sbm-features-tabs-section .button-wrap .decor:before {
            width: 60px;
            height: 60px;
            right: -65px;
            top: -15px;
            transform: rotate(-30deg); } }
  body.simplybook.landing-one #sbm-templates-section {
    padding: 40px 0 80px; }
    @media (max-width: 1024px) {
      body.simplybook.landing-one #sbm-templates-section {
        padding: 40px 0; } }
    body.simplybook.landing-one #sbm-templates-section .left-block .text {
      color: #788291; }

/* Padding fix */
#sbm-custom-reviews-section {
  padding: 80px 0; }
  @media (max-width: 1024px) {
    #sbm-custom-reviews-section {
      padding: 40px 0; } }

#sbm-features-tabs-section {
  padding: 80px 0 40px; }
  @media (max-width: 1024px) {
    #sbm-features-tabs-section {
      padding: 40px 0; } }

#sbm-payment-logos {
  padding: 60px 0; }
  @media (max-width: 1024px) {
    #sbm-payment-logos {
      padding: 30px 0; } }

#support-section {
  padding: 60px 0; }
  @media (max-width: 1024px) {
    #support-section {
      padding: 40px 0; } }

.sub-page.zapier-page .title {
  color: #253246;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-family: "Mulish", sans-serif; }
  .sub-page.zapier-page .title--h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .sub-page.zapier-page .title--h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .sub-page.zapier-page .title--h1 {
        font-size: 30px;
        margin-bottom: 25px; } }
  .sub-page.zapier-page .title--h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .title--h2 {
        margin-bottom: 5px; } }
    @media (max-width: 480px) {
      .sub-page.zapier-page .title--h2 {
        font-size: 26px; } }
    .sub-page.zapier-page .title--h2-alt {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0.1em; }
      @media (max-width: 1024px) {
        .sub-page.zapier-page .title--h2-alt {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .sub-page.zapier-page .title--h2-alt {
          font-size: 20px; } }
  .sub-page.zapier-page .title--h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0; }
  .sub-page.zapier-page .title--h4 {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .title--h4 {
        font-size: 16px; } }
  .sub-page.zapier-page .title .highlight {
    color: #00AFF2; }

.sub-page.zapier-page #header {
  padding-top: 26px;
  min-height: 1px;
  max-height: auto;
  height: auto; }
  .sub-page.zapier-page #header .top.title-medium {
    display: none; }

.sub-page.zapier-page .cursive {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-family: "Caveat", cursive;
  font-weight: 500;
  color: #00AFF2; }
  @media (max-width: 767px) {
    .sub-page.zapier-page .cursive {
      font-size: 22px; } }

.sub-page.zapier-page .sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent; }
  .sub-page.zapier-page .sb-btn:focus {
    outline: 0 !important; }
  .sub-page.zapier-page .sb-btn .ico {
    margin-right: 10px; }

.sub-page.zapier-page .arrow {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/v2/images/arrow.png");
  min-height: 30px; }

.sub-page.zapier-page .zapier-section .zapier--container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item {
    width: 45%; }
    .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item.zapier--item-picture {
      width: 50%; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item.zapier--item-picture {
          width: 100%;
          text-align: center; } }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item {
        width: 100%;
        text-align: center; } }
    .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item .p--subtitle {
      margin-bottom: 15px; }
    .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item .efficiency--info-list li {
      display: flex;
      align-items: flex-start;
      min-height: 30px;
      padding: 6px 0;
      font-family: "Mulish", sans-serif;
      font-weight: bold;
      color: #253246; }
      .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item .efficiency--info-list li .ico {
        font-size: 20px;
        display: inline-block;
        width: 44px;
        min-width: 44px;
        text-align: center;
        margin-right: 5px; }
    .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item.zapier--item-picture {
      text-align: right; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section .zapier--container .zapier--container-item.zapier--item-picture {
          text-align: center;
          margin-top: 20px; } }

.sub-page.zapier-page .zapier-section.zapier-main-section {
  position: relative;
  overflow: hidden;
  background: #64d8ff;
  padding-bottom: 0; }
  .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container {
    max-width: 100%;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url("/v2/images/simplybook/zapier-landing/hand-zapier.jpg") no-repeat;
    background-position: top left;
    background-size: 380px; }
    @media (max-width: 1366px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container {
        min-height: 600px;
        background-size: 360px; } }
    @media (max-width: 1024px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container {
        min-height: 420px;
        background-size: 270px;
        background-position: top left -44px; } }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container {
        min-height: 420px;
        background-size: 250px;
        background-position: bottom -30px left -44px; } }
    @media (max-width: 640px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container {
        min-height: auto;
        background: none; } }
    .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content {
      position: relative;
      width: 100%;
      max-width: 70%;
      text-align: right;
      padding-right: 70px;
      padding-bottom: 22%;
      z-index: 3; }
      @media (max-width: 1024px) {
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content {
          max-width: 77%;
          padding-top: 30px;
          padding-right: 40px; } }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content {
          padding-right: 0;
          text-align: center;
          padding-bottom: 150px; } }
      @media (max-width: 640px) {
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content {
          max-width: 100%;
          padding-top: 80px;
          padding-bottom: 120px; } }
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .zapier--content-header {
        margin-bottom: 50px; }
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .zapier--content-header .title {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap;
          justify-content: flex-end; }
          @media (max-width: 767px) {
            .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .zapier--content-header .title {
              justify-content: center; } }
          .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .zapier--content-header .title .divider {
            display: inline-block;
            width: 100%; }
            @media (max-width: 767px) {
              .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .zapier--content-header .title .divider {
                display: none; } }
      .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end; }
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar .btn-row .btn--secondary {
          display: none; }
        @media (max-width: 767px) {
          .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar {
            justify-content: center;
            align-items: center; } }
        .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar .cursive {
          color: #253246; }
          @media (max-width: 767px) {
            .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar .cursive {
              padding: 10px 30px 0 30px; } }
          .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar .cursive .arrow {
            position: absolute;
            width: 38px;
            height: 70px;
            top: -54px;
            left: auto;
            right: -55px;
            background: url("/v2/images/simplybook/zapier-landing/arrow-black.svg") no-repeat;
            transform: scale(1, -1) rotate(10deg); }
            @media (max-width: 767px) {
              .sub-page.zapier-page .zapier-section.zapier-main-section .zapier--container .zapier--content .btn-bar .cursive .arrow {
                top: -42px;
                right: -22px;
                transform: scale(1, -1) rotate(0deg); } }
  .sub-page.zapier-page .zapier-section.zapier-main-section .shape {
    position: absolute;
    width: 122%;
    bottom: 0;
    left: auto;
    right: -5%; }
    @media (min-width: 1920px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .shape {
        left: 0;
        right: auto; } }
    @media (min-width: 767px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .shape {
        width: 110%; } }
    @media (min-width: 640px) {
      .sub-page.zapier-page .zapier-section.zapier-main-section .shape {
        right: 0; } }

.sub-page.zapier-page .zapier-section.efficiency-section {
  padding-bottom: 0; }

.sub-page.zapier-page .zapier-section .efficiency--header {
  text-align: center;
  margin-bottom: 50px; }
  .sub-page.zapier-page .zapier-section .efficiency--header .title {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section .efficiency--header .title {
        margin-bottom: 15px; } }

.sub-page.zapier-page .zapier-section.business-tools-section {
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .sub-page.zapier-page .zapier-section.business-tools-section .business-tools--header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.business-tools-section .business-tools--header {
        margin-bottom: 30px; } }
    .sub-page.zapier-page .zapier-section.business-tools-section .business-tools--header .p--subtitle {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto; }
  .sub-page.zapier-page .zapier-section.business-tools-section .logos-list {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px; }
    .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li,
    .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a {
      width: calc(25% - 30px);
      margin: 0 15px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: 150px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li,
        .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a {
          height: auto;
          min-height: 80px;
          flex: none;
          margin: 10px 0;
          padding: 0 10px;
          width: 33.33%; } }
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li:before,
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a:before {
        content: "";
        display: block;
        height: 1px;
        width: 1px;
        position: relative; }
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li img,
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a img {
        height: 66px; }
        @media (max-width: 767px) {
          .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li img,
          .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a img {
            max-height: 46px;
            max-width: 45px; }
            .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li img.freshbooks,
            .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a img.freshbooks {
              max-width: 100%; } }
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li .txt,
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a .txt {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 20px;
        width: 100%;
        font-weight: bold;
        color: #253246; }
    .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a {
      padding: 0;
      margin: 0;
      width: 100%; }
      .sub-page.zapier-page .zapier-section.business-tools-section .logos-list li > a:hover .txt {
        color: #00AFF2; }
  .sub-page.zapier-page .zapier-section.business-tools-section .zapier--container {
    margin-bottom: 40px; }
    .sub-page.zapier-page .zapier-section.business-tools-section .zapier--container .zapier--container-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.business-tools-section .zapier--container .zapier--container-item {
          width: 100%;
          justify-content: center;
          text-align: center; } }
  .sub-page.zapier-page .zapier-section.business-tools-section .scheme {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    transform: rotate(90deg); }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme {
        margin-bottom: 20px;
        transform: rotate(0); } }
    .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item {
      position: relative;
      width: 30%;
      text-align: left;
      display: flex;
      align-items: center;
      height: 70px; }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item.scheme--item-1:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 0;
        width: 48%;
        height: 15px;
        background: url("/v2/images/simplybook/zapier-landing/long-arrow.svg") no-repeat right center;
        background-size: contain; }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item.scheme--item-2:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        margin-top: 0;
        right: -17px;
        width: 48%;
        height: 15px;
        background: url("/v2/images/simplybook/zapier-landing/long-arrow.svg") no-repeat right center;
        background-size: contain;
        transform: rotate(-30deg); }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item.scheme--item-2:after {
        content: "";
        display: block;
        position: absolute;
        top: 75%;
        margin-top: 0;
        right: -17px;
        width: 48%;
        height: 15px;
        background: url("/v2/images/simplybook/zapier-landing/long-arrow.svg") no-repeat right center;
        background-size: contain;
        transform: rotate(30deg); }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item.scheme--item-3 {
        flex-direction: column;
        height: auto;
        width: 70px; }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item img {
        height: 60px;
        max-width: 66px;
        transform: rotate(-90deg); }
        @media (max-width: 767px) {
          .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item img {
            height: 50px;
            max-width: 52px;
            transform: rotate(0); } }
      .sub-page.zapier-page .zapier-section.business-tools-section .scheme .scheme--item.scheme--item-inner {
        width: 100%;
        height: 100px;
        text-align: center;
        justify-content: center; }
  .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar .cursive {
      display: inline-flex;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      margin-bottom: 25px;
      line-height: 1.2;
      padding: 0 30px;
      max-width: 520px; }
      .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar .cursive .divider {
        display: inline-block;
        width: 100%; }
      .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar .cursive .arrow {
        background-image: url("/v2/images/simplybook/zapier-landing/arrow.svg");
        width: 40px;
        height: 70px;
        bottom: -55px;
        left: auto;
        right: -12px;
        transform: scale(-1, -1) rotate(180deg); }
    .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar .sb-btn {
      position: relative;
      max-width: 250px; }
      .sub-page.zapier-page .zapier-section.business-tools-section .btn-bar .sb-btn .arrow {
        position: absolute;
        right: -80px;
        bottom: 50%;
        width: 70px;
        height: 40px;
        transform: scale(1, -1) rotate(50deg); }
  .sub-page.zapier-page .zapier-section.business-tools-section .top-shape {
    position: absolute;
    top: 40px;
    left: auto;
    right: -24%;
    height: 100%;
    width: 180%;
    min-width: 1600px;
    z-index: -1;
    box-shadow: 0 -20px 30px -5px rgba(86, 153, 196, 0.1);
    border-radius: 80% 30% 0 0; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.business-tools-section .top-shape {
        right: -50%;
        border-radius: 80% 20% 0 0;
        top: 70px; } }
    @media (min-width: 1440px) {
      .sub-page.zapier-page .zapier-section.business-tools-section .top-shape {
        top: 70px;
        border-radius: 70% 30% 0 0; } }

.sub-page.zapier-page .zapier-section.templates-section {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 30px;
  background: transparent; }
  @media (max-width: 1024px) {
    .sub-page.zapier-page .zapier-section.templates-section {
      padding-top: 140px; } }
  .sub-page.zapier-page .zapier-section.templates-section #sbm-templates-section {
    padding: 0;
    background: transparent; }
  .sub-page.zapier-page .zapier-section.templates-section .button-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 3;
    margin-top: 50px; }
    .sub-page.zapier-page .zapier-section.templates-section .button-wrap .sb-btn {
      margin: 0; }
  .sub-page.zapier-page .zapier-section.templates-section .shape.top-shape {
    background: #f2f5f7;
    height: 600px;
    position: absolute;
    width: 180%;
    min-width: 1200px;
    top: -522px;
    right: -5%;
    border-radius: 0 0 15% 95%; }
  .sub-page.zapier-page .zapier-section.templates-section .shape.bottom-shape {
    height: 102%;
    min-height: 1000px;
    width: 200%;
    position: absolute;
    top: auto;
    left: -50%;
    bottom: 48px;
    box-shadow: inset 0px -20px 40px -5px rgba(86, 153, 196, 0.1);
    border-radius: 0 0 50% 50%;
    z-index: -1; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.templates-section .shape.bottom-shape {
        width: 100%;
        min-width: 2800px;
        left: 50%;
        transform: translateX(-50%); } }

.sub-page.zapier-page .zapier-section.gmb-trial-section {
  padding: 50px 0 25px 0; }
  @media (max-width: 767px) {
    .sub-page.zapier-page .zapier-section.gmb-trial-section {
      padding-bottom: 25px; } }
  .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 25px auto; }
  .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__container {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__container {
        flex-direction: column;
        align-items: center; } }
  .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__picture {
    max-width: 50%;
    flex-basis: 50%;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__picture {
        width: 100%;
        max-width: 60%;
        flex-basis: 60%;
        margin-bottom: 30px; } }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__picture img {
      display: block;
      max-width: 100%;
      max-height: 400px;
      width: auto;
      margin-left: auto; }
  @media (max-width: 767px) {
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list {
      display: inline-block; } }
  .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list li {
    color: #253246;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list li {
        margin-bottom: 15px;
        text-align: left; } }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list li:last-child {
      margin-bottom: 0; }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list li .bold {
      font-weight: 600; }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__list li i {
      width: 25px;
      height: 20px;
      font-size: 20px;
      color: #00AFF2;
      text-align: center;
      margin-right: 20px; }
  .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content {
    margin-left: 50px; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
        margin: 0;
        text-align: center; } }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .sb-btn {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .sb-btn {
          margin-top: 20px; } }
    .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .cursive {
      position: relative;
      margin: 40px 0 0 15px;
      font-size: 22px; }
      @media (max-width: 1024px) {
        .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .cursive {
          margin: 30px 0 15px; } }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .cursive {
          margin: 25px 0 0;
          display: inline-block;
          padding: 0 30px; } }
      .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .cursive .arrow {
        position: absolute;
        width: 75px;
        height: 40px;
        bottom: -10px;
        left: -50px;
        transform: scale(-1, 1) rotate(150deg); }
        @media (max-width: 767px) {
          .sub-page.zapier-page .zapier-section.gmb-trial-section .trial__content .cursive .arrow {
            left: 0;
            bottom: -15px; } }

.sub-page.zapier-page .zapier-section.gmb-tutorial-section {
  background: #f2f5f7;
  padding-top: 0; }
  .sub-page.zapier-page .zapier-section.gmb-tutorial-section .shape-tutorial-section {
    background: #fff; }
    @media (max-width: 1024px) {
      .sub-page.zapier-page .zapier-section.gmb-tutorial-section .shape-tutorial-section {
        margin-bottom: 40px; } }
    .sub-page.zapier-page .zapier-section.gmb-tutorial-section .shape-tutorial-section path {
      fill: #f2f5f7; }
  .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__container {
        margin-bottom: 70px; } }
  .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__content {
    max-width: 40%;
    margin-bottom: 70px;
    text-align: left; }
    @media (max-width: 1024px) {
      .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__content {
        width: 100%;
        max-width: 640px;
        text-align: center;
        margin-bottom: 20px; } }
  .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture {
    position: relative;
    max-width: 50%;
    width: 100%; }
    @media (max-width: 1024px) {
      .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture {
        max-width: 100%; } }
    .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture img {
      display: block;
      margin: 0 auto; }
    .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture .sb-btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 100px;
      min-width: 222px;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture .sb-btn {
          bottom: 0px; } }
    .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture .cursive {
      font-size: 22px;
      position: absolute;
      left: -100px;
      bottom: 100px; }
      .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture .cursive .arrow {
        position: absolute;
        height: 35px;
        width: 90px;
        bottom: -60px;
        right: -50px;
        transform: rotate(210deg); }
      @media (max-width: 1024px) {
        .sub-page.zapier-page .zapier-section.gmb-tutorial-section .tutorial__picture .cursive {
          display: none; } }

.sub-page.zapier-page #sbm-payment-logos {
  padding: 60px 0 25px 0;
  background: #f2f5f7; }

.more-bookings-slider {
  background: #253246;
  padding-top: 70px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .more-bookings-slider {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .more-bookings-slider .header--section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: center; }
    @media (max-width: 767px) {
      .more-bookings-slider .header--section {
        margin-bottom: 20px; } }
    .more-bookings-slider .header--section .title {
      font-size: 30px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .more-bookings-slider .header--section .title {
          font-size: 26px; } }
    .more-bookings-slider .header--section .title,
    .more-bookings-slider .header--section .sub-title {
      color: #fff; }
      .more-bookings-slider .header--section .title .highlight,
      .more-bookings-slider .header--section .sub-title .highlight {
        color: #00AFF2; }
  .more-bookings-slider .bookings-slider--row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .more-bookings-slider .bookings-slider--row {
        flex-direction: column;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; } }
    .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main {
      width: calc(100% - 500px);
      padding-right: 30px;
      text-align: center; }
      @media (max-width: 1024px) {
        .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main {
          max-width: 700px;
          margin: 0 auto;
          width: 100%;
          padding-right: 0; } }
      .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main .book-sl--main.slick-slider {
        margin-bottom: 0; }
      .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main .decor {
        display: inline-flex;
        position: relative;
        text-align: center;
        padding-top: 0;
        font-family: "Caveat", cursive;
        color: #00AFF2;
        font-size: 24px; }
        @media (max-width: 1024px) {
          .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main .decor {
            display: none; } }
        .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-main .decor .arrow:before {
          content: '';
          display: block;
          position: absolute;
          top: -10px;
          left: -50px;
          background: url("/v2/images/simplybook/main-page/arrow.svg") no-repeat;
          background-size: contain;
          height: 70px;
          width: 70px;
          transform: scale(-1, -1) rotate(-20deg); }
    .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav {
      width: 500px; }
      @media (max-width: 1024px) {
        .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav {
          width: 100%; } }
      @media (max-width: 767px) {
        .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav {
          width: calc(100% + 30px);
          margin: 0 -15px; } }
      .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider {
        margin-bottom: 0;
        width: 100%; }
        .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list {
          width: 100%; }
          @media (min-width: 768px) {
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list {
              padding: 0 !important; } }
          @media (min-width: 768px) {
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track {
              width: 100% !important;
              transform: none !important; } }
          .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 154px;
            padding: 25px 10px 15px 10px;
            margin-bottom: 0;
            border-radius: 10px;
            cursor: pointer;
            transition: .3s ease; }
            @media (min-width: 768px) {
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item {
                width: calc(33.33% - 5px) !important; } }
            @media (max-width: 767px) {
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item {
                min-width: 250px;
                max-width: 250px;
                transform: scale(0.94);
                background: rgba(0, 0, 0, 0.16);
                transition: all 0.4s ease-in;
                padding: 25px 15px 15px 15px; } }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-icon {
              height: 34px;
              min-width: 60px;
              margin-bottom: 12px;
              text-align: center; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-icon img, .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-icon svg {
                height: 34px;
                display: inline-block; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-icon svg path {
                fill: #abbccc;
                transition: 0.2s ease; }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-txt {
              text-align: center;
              padding: 0 5px; }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-name {
              font-size: 16px;
              display: block;
              width: 100%;
              line-height: 1.3;
              text-align: center;
              color: #abbccc;
              min-height: 36px;
              transition: 0.2s ease; }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item a {
              font-size: 14px;
              visibility: hidden;
              opacity: 0;
              padding: 4px 0; }
              @media (max-width: 767px) {
                .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item a {
                  font-size: 16px; } }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current {
              background: rgba(0, 0, 0, 0.2);
              opacity: 1; }
              @media (max-width: 767px) {
                .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current {
                  transform: scale(1); } }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current .book-sl--nav-icon svg path {
                fill: #fff; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current .book-sl--nav-name {
                color: #fff; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current a {
                opacity: 1;
                visibility: visible; }
            .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover {
              opacity: 1; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover .book-sl--nav-icon svg path {
                fill: #fff; }
              .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover .book-sl--nav-name {
                color: #fff; }

.sbm-benefits #header {
  background: none;
  height: auto;
  min-height: 78px;
  padding: 0; }

.sbm-benefits .title {
  color: #253246;
  font-family: "Mulish", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em; }
  @media (max-width: 767px) {
    .sbm-benefits .title {
      font-size: 24px; } }
  .sbm-benefits .title .highlight {
    color: #06adef; }

.sbm-benefits .slick-dots {
  bottom: -55px; }
  .sbm-benefits .slick-dots li button {
    border-radius: 50%;
    border: 2px solid #D2D9E2;
    width: 12px;
    height: 12px; }
    .sbm-benefits .slick-dots li button:before {
      content: ""; }
  .sbm-benefits .slick-dots li.slick-active button {
    background-color: #D2D9E2; }

.sbm-benefits .benefits-cover {
  padding: 190px 0 150px;
  background: url("/v2/images/simplybook/benefits-scheduling-software/benefits-cover.jpg") no-repeat center center;
  background-size: cover; }
  @media (min-width: 1920px) {
    .sbm-benefits .benefits-cover {
      background-size: contain; } }
  @media (max-width: 767px) {
    .sbm-benefits .benefits-cover {
      padding: 50px 0; } }
  .sbm-benefits .benefits-cover__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .sbm-benefits .benefits-cover__title {
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-cover__title {
        margin-bottom: 30px; } }
  .sbm-benefits .benefits-cover__footer {
    position: relative;
    margin: -8px; }
    .sbm-benefits .benefits-cover__footer--desktop {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-cover__footer--desktop {
          display: none; } }
    .sbm-benefits .benefits-cover__footer--mobile {
      display: none; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-cover__footer--mobile {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; } }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-cover__footer .blue {
        padding: 11px 70px; } }
  .sbm-benefits .benefits-cover__mobile-slider {
    max-width: 300px;
    margin: 90px 0 0; }
  .sbm-benefits .benefits-cover__mobile-image {
    max-width: 300px;
    width: 100%; }
  .sbm-benefits .benefits-cover__btn {
    margin: 8px; }
  .sbm-benefits .benefits-cover__cursive {
    position: absolute;
    top: 90px;
    left: 0;
    color: #06adef;
    font-size: 18px;
    font-family: 'Caveat', cursive;
    font-weight: bold; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-cover__cursive {
        left: 30px; } }
    .sbm-benefits .benefits-cover__cursive:before {
      width: 65px;
      height: 35px;
      position: absolute;
      content: '';
      left: -50px;
      top: -40px;
      transform: rotate(-90deg) scaleX(-1);
      background: url(/v2/images/arrow.png) no-repeat center;
      background-size: contain; }

.sbm-benefits #sbm-custom-reviews-section.benefits-review {
  padding: 0 0 70px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items {
      max-width: 500px;
      margin: 0 auto; } }
  .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item {
    margin: 20px 10px; }
    @media (min-width: 1024px) {
      .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item {
        margin: 0 25px; } }
    .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item.finances .logo {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item.finances .logo {
          margin-bottom: 20px; } }
    .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item .logo {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item .logo {
          margin-bottom: 15px; } }
      @media (min-width: 1024px) {
        .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item .logo img {
          max-width: 170px;
          max-height: 40px;
          margin: 0 auto; } }
    @media (min-width: 1024px) {
      .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item .stars .star {
        width: 17px;
        height: 17px;
        background-size: cover; } }
    @media (min-width: 1024px) {
      .sbm-benefits #sbm-custom-reviews-section.benefits-review .review-companies .items .item .stars .rate {
        height: 17px;
        font-size: 15px;
        margin-left: 15px; } }

.sbm-benefits .benefits-reviews {
  background: #f3f5f7;
  padding: 70px 0 60px; }
  .sbm-benefits .benefits-reviews__wrapper {
    max-width: 850px;
    margin: 0 auto;
    text-align: center; }
  .sbm-benefits .benefits-reviews__title {
    margin-bottom: 45px;
    text-align: center; }
  .sbm-benefits .benefits-reviews__cursive {
    position: relative;
    display: block;
    color: #06adef;
    font-size: 30px;
    font-family: 'Caveat', cursive;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-reviews__cursive {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-reviews__cursive {
        display: inline-block;
        font-size: 24px;
        padding: 0;
        text-align: center; } }
    .sbm-benefits .benefits-reviews__cursive:before {
      width: 85px;
      height: 35px;
      position: absolute;
      content: '';
      right: -75px;
      bottom: -40px;
      transform: rotate(80deg) scaleX(-1);
      background: url(/v2/images/arrow.png) no-repeat center;
      background-size: contain; }
      @media (max-width: 1024px) {
        .sbm-benefits .benefits-reviews__cursive:before {
          width: 65px;
          right: -10px;
          bottom: -30px; } }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-reviews__cursive:before {
          width: 60px;
          right: -55px;
          bottom: -30px; } }
  .sbm-benefits .benefits-reviews__slider {
    margin-bottom: 50px; }
  .sbm-benefits .benefits-reviews__item {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-reviews__item {
        flex-direction: column; } }
    .sbm-benefits .benefits-reviews__item-image {
      width: 145px;
      height: 145px;
      border-radius: 50%;
      object-fit: none;
      margin-right: 40px; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-reviews__item-image {
          width: 70px;
          height: 70px;
          object-fit: cover;
          margin: 0 0 20px 0; } }
    .sbm-benefits .benefits-reviews__item-author {
      color: #253246;
      text-align: left; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-reviews__item-author {
          text-align: center; } }
    .sbm-benefits .benefits-reviews__item-name {
      font-weight: 500; }
    .sbm-benefits .benefits-reviews__item-text {
      color: #7a818f;
      text-align: left;
      margin: 25px 0 0 0; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-reviews__item-text {
          margin: 15px 0 0 0; } }
  .sbm-benefits .benefits-reviews__btn {
    margin-top: 45px; }

.sbm-benefits .benefits-whatever {
  padding: 70px 0; }
  @media (max-width: 1024px) {
    .sbm-benefits .benefits-whatever {
      padding: 70px 0 45px; } }
  .sbm-benefits .benefits-whatever__title {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 60px; }
  .sbm-benefits .benefits-whatever__slider .slick-dots {
    bottom: -75px; }
  .sbm-benefits .benefits-whatever__item {
    width: 500px;
    transform: scale(0.8);
    transition: .3s ease; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-whatever__item {
        transform: none !important; } }
    .sbm-benefits .benefits-whatever__item.slick-center {
      transform: scale(1); }
    .sbm-benefits .benefits-whatever__item .item__image-wrapper {
      height: 280px;
      overflow: hidden;
      transition: .3s ease; }
    .sbm-benefits .benefits-whatever__item .item__image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .sbm-benefits .benefits-whatever__item .item__text {
      color: #253246;
      text-align: center;
      margin-top: 40px;
      padding: 0 20px; }
  .sbm-benefits .benefits-whatever__footer {
    margin-top: 120px;
    text-align: center; }

.sbm-benefits .benefits-list {
  padding: 70px 0 55px; }
  .sbm-benefits .benefits-list__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .sbm-benefits .benefits-list__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 150px; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-list__row {
        flex-direction: column;
        justify-content: center; } }
  .sbm-benefits .benefits-list__title {
    margin-bottom: 55px; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-list__title {
        margin-bottom: 30px; } }
  .sbm-benefits .benefits-list__column {
    max-width: calc(50% - 35px); }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-list__column {
        max-width: 100%; }
        .sbm-benefits .benefits-list__column:first-child {
          margin-bottom: 50px; } }
  .sbm-benefits .benefits-list__text {
    display: flex;
    align-items: baseline;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #253246; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-list__text {
        margin-left: 10px; } }
  .sbm-benefits .benefits-list__icon {
    font-size: 14px;
    color: #06adef;
    margin-right: 10px; }
  .sbm-benefits .benefits-list__footer {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: -8px; }
    @media (max-width: 480px) {
      .sbm-benefits .benefits-list__footer {
        flex-direction: column;
        width: 100%; } }
  .sbm-benefits .benefits-list__btn {
    margin: 8px; }
  .sbm-benefits .benefits-list__cursive {
    position: absolute;
    max-width: 250px;
    top: -80px;
    right: 30px;
    color: #06adef;
    font-size: 20px;
    font-family: 'Caveat', cursive;
    font-weight: bold;
    text-align: right; }
    @media (max-width: 480px) {
      .sbm-benefits .benefits-list__cursive {
        max-width: 300px;
        top: -65px;
        right: auto;
        text-align: center; } }
    .sbm-benefits .benefits-list__cursive:before {
      width: 75px;
      height: 35px;
      position: absolute;
      content: '';
      right: -75px;
      bottom: -30px;
      transform: rotate(70deg) scaleX(-1);
      background: url(/v2/images/arrow.png) no-repeat center;
      background-size: contain; }
      @media (max-width: 480px) {
        .sbm-benefits .benefits-list__cursive:before {
          right: -25px;
          bottom: -45px;
          transform: rotate(80deg) scaleX(-1); } }

.sbm-benefits .benefits-customer {
  padding: 90px 0 100px;
  background: #253246; }
  @media (max-width: 767px) {
    .sbm-benefits .benefits-customer {
      padding: 65px 0; } }
  .sbm-benefits .benefits-customer__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-customer__wrapper {
        align-items: center;
        flex-direction: column; } }
  .sbm-benefits .benefits-customer__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 65px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background: #fff; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-customer__image-wrapper {
        margin-right: 45px; } }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-customer__image-wrapper {
        width: 150px;
        height: 150px;
        margin: 0; } }
    .sbm-benefits .benefits-customer__image-wrapper:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 245px;
      height: 245px;
      border-radius: 50%;
      border: 1px solid #def4ff;
      opacity: .5; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-customer__image-wrapper:before {
          width: 175px;
          height: 175px; } }
  .sbm-benefits .benefits-customer__content {
    max-width: 600px; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-customer__content {
        max-width: 450px; } }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-customer__content {
        max-width: 100%;
        text-align: center;
        margin-top: 35px; } }
  .sbm-benefits .benefits-customer__text {
    font-size: 20px;
    color: #fff;
    margin: 0; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-customer__text {
        font-size: 18px; } }
    .sbm-benefits .benefits-customer__text .bold {
      font-weight: 500; }
  .sbm-benefits .benefits-customer__btn {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-customer__btn {
        margin-top: 25px; } }

.sbm-benefits .why-sbm {
  padding: 70px 0; }
  .sbm-benefits .why-sbm__title {
    max-width: 450px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 1024px) {
      .sbm-benefits .why-sbm__title {
        margin-bottom: 20px; } }
  .sbm-benefits .why-sbm__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .sbm-benefits .why-sbm__item {
    position: relative;
    max-width: calc(33.333% - 120px);
    margin: 50px 60px;
    width: 100%;
    text-align: center; }
    @media (max-width: 1024px) {
      .sbm-benefits .why-sbm__item {
        max-width: calc(50% - 50px);
        margin: 30px 25px; } }
    @media (max-width: 767px) {
      .sbm-benefits .why-sbm__item {
        max-width: 100%;
        margin: 20px 0; } }
    .sbm-benefits .why-sbm__item--circle:before {
      position: absolute;
      content: '';
      width: 17px;
      height: 17px;
      border: 3px solid #06adef;
      background: #def4ff;
      border-radius: 50px;
      left: 50%;
      transform: translateX(-50%);
      bottom: -56px; }
      @media (max-width: 1024px) {
        .sbm-benefits .why-sbm__item--circle:before {
          display: none; } }
    .sbm-benefits .why-sbm__item--circle:after {
      position: absolute;
      content: '';
      width: 115%;
      height: 3px;
      bottom: -50px;
      background: #def4ff;
      z-index: -1; }
      @media (max-width: 1024px) {
        .sbm-benefits .why-sbm__item--circle:after {
          display: none; } }
    .sbm-benefits .why-sbm__item--first:after {
      left: 50%; }
    .sbm-benefits .why-sbm__item--second:after {
      left: 50%;
      transform: translateX(-50%); }
    .sbm-benefits .why-sbm__item--third:after {
      right: 50%; }
    .sbm-benefits .why-sbm__item-icon {
      max-width: 85px;
      margin: 0 auto; }
    .sbm-benefits .why-sbm__item-text {
      color: #253246;
      margin: 15px 0 0 0; }
  .sbm-benefits .why-sbm__footer {
    margin: -8px; }
    @media (max-width: 1024px) {
      .sbm-benefits .why-sbm__footer {
        text-align: center;
        margin: 25px -8px -8px -8px; } }
  .sbm-benefits .why-sbm__btn {
    margin: 8px; }

.sbm-benefits .benefits-faq {
  padding: 60px 0; }
  .sbm-benefits .benefits-faq__title {
    text-align: center;
    margin-bottom: 50px; }
  .sbm-benefits .benefits-faq__list {
    max-width: calc(50% - 50px);
    width: 100%;
    margin: 0 25px; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-faq__list {
        max-width: 100%;
        margin: 0 0 25px; }
        .sbm-benefits .benefits-faq__list:last-child {
          margin-bottom: 0; } }
    .sbm-benefits .benefits-faq__list-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -25px; }
      @media (max-width: 1024px) {
        .sbm-benefits .benefits-faq__list-wrapper {
          margin: 0; } }
  .sbm-benefits .benefits-faq__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    transition: .3s ease;
    cursor: pointer; }
    .sbm-benefits .benefits-faq__item:hover, .sbm-benefits .benefits-faq__item.active {
      border-color: #06adef; }
    .sbm-benefits .benefits-faq__item.active .benefits-faq__item-title:before {
      transform: rotate(90deg); }
    .sbm-benefits .benefits-faq__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .sbm-benefits .benefits-faq__item {
        margin-bottom: 25px; } }
    .sbm-benefits .benefits-faq__item-title {
      position: relative;
      color: #253246;
      font-size: 18px;
      font-weight: 700;
      padding-left: 30px; }
      .sbm-benefits .benefits-faq__item-title:before, .sbm-benefits .benefits-faq__item-title:after {
        display: block;
        content: "";
        position: absolute;
        width: 4px;
        height: 18px;
        left: 0;
        top: 3px;
        background-color: #06adef;
        transition: all .3s ease; }
      .sbm-benefits .benefits-faq__item-title:after {
        transform: rotate(90deg); }
    .sbm-benefits .benefits-faq__item-text {
      overflow: hidden;
      margin: 0;
      transition: .3s ease; }
      .sbm-benefits .benefits-faq__item-text.expanded {
        padding-top: 30px; }
    .sbm-benefits .benefits-faq__item-list {
      display: flex;
      align-items: baseline;
      margin: 10px 0 0 10px; }
    .sbm-benefits .benefits-faq__item-icon {
      color: #06adef;
      margin-right: 10px;
      font-size: 14px; }
  .sbm-benefits .benefits-faq__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-faq__footer {
        margin-top: 45px; } }
  .sbm-benefits .benefits-faq__cursive {
    position: relative;
    color: #06adef;
    font-size: 24px;
    font-family: 'Caveat', cursive;
    font-weight: bold;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .sbm-benefits .benefits-faq__cursive {
        margin-top: 30px; } }
    .sbm-benefits .benefits-faq__cursive:before {
      width: 85px;
      height: 35px;
      position: absolute;
      content: '';
      left: -70px;
      top: 40px;
      transform: rotate(-90deg);
      background: url(/v2/images/arrow.png) no-repeat center;
      background-size: contain; }
      @media (max-width: 767px) {
        .sbm-benefits .benefits-faq__cursive:before {
          width: 70px;
          left: -60px;
          top: 35px; } }

.membership-landing-page .mbs-items {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .membership-landing-page .mbs-items {
      padding: 25px 0; } }
  .membership-landing-page .mbs-items .wrap {
    padding: 15px;
    width: 50%; }
    @media (max-width: 767px) {
      .membership-landing-page .mbs-items .wrap {
        padding: 8px 0;
        width: 100%; } }
    .membership-landing-page .mbs-items .wrap:nth-child(3n) .mbs-item {
      border: 1px solid #E7ECF7; }
    .membership-landing-page .mbs-items .wrap:nth-child(2) .mbs-item:before, .membership-landing-page .mbs-items .wrap:nth-child(5) .mbs-item:before {
      display: block;
      content: "";
      width: 80px;
      height: 80px;
      background-color: transparent;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      border-left: 1px solid #E7ECF7;
      border-bottom: 1px solid #E7ECF7; }
    .membership-landing-page .mbs-items .wrap:nth-child(5) .mbs-item:before {
      left: auto;
      right: 0;
      transform: rotate(270deg); }
    .membership-landing-page .mbs-items .wrap:nth-child(3n - 2) .mbs-item {
      background-color: rgba(6, 173, 239, 0.15); }
    .membership-landing-page .mbs-items .wrap:last-child .mbs-item {
      background-color: transparent;
      border: 1px solid #E7ECF7; }

.membership-landing-page .mbs-item {
  padding: 30px;
  position: relative; }
  .membership-landing-page .mbs-item .sb-text span[data-target] {
    color: #06adef;
    cursor: pointer; }
    .membership-landing-page .mbs-item .sb-text span[data-target]:hover {
      text-decoration: underline; }
  .membership-landing-page .mbs-item .sb-text a {
    text-decoration: none; }
    .membership-landing-page .mbs-item .sb-text a:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .membership-landing-page .mbs-item {
      padding: 25px 15px;
      text-align: center; } }
  .membership-landing-page .mbs-item .caption {
    font-size: 28px;
    font-weight: 800;
    color: #253246;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .membership-landing-page .mbs-item .caption {
        font-size: 23px;
        margin-bottom: 15px; } }
  .membership-landing-page .mbs-item .sb-text {
    margin-bottom: 30px; }
  .membership-landing-page .mbs-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

body.sub-page.membership-landing-page #header .top.title-medium h1 {
  padding-right: 30%;
  padding-left: 30%; }
  @media (max-width: 1024px) {
    body.sub-page.membership-landing-page #header .top.title-medium h1 {
      padding-left: 0;
      padding-right: 0; } }

.google-business-cover.custom-cover {
  text-align: center; }
  .google-business-cover.custom-cover .title {
    padding: 0; }
  .google-business-cover.custom-cover .cc-btns-wrap {
    position: relative;
    display: inline-block; }
    .google-business-cover.custom-cover .cc-btns-wrap .cursive-font {
      position: absolute;
      left: 0;
      top: 125px;
      font-size: 24px;
      color: #06adef; }
      @media (max-width: 767px) {
        .google-business-cover.custom-cover .cc-btns-wrap .cursive-font {
          position: static;
          margin-top: 20px;
          display: inline-block; }
          .google-business-cover.custom-cover .cc-btns-wrap .cursive-font br {
            display: none; }
          .google-business-cover.custom-cover .cc-btns-wrap .cursive-font img {
            display: none; } }
      .google-business-cover.custom-cover .cc-btns-wrap .cursive-font img {
        position: absolute;
        max-width: 36px;
        height: auto;
        width: 100%;
        transform: rotate(180deg);
        left: -45px;
        top: -51px; }

.google-business .sb-btn {
  padding: 12px 25px;
  font-size: 18px; }

.google-business #header .title-medium {
  margin: 0; }

.google-business #sbm-custom-reviews-section {
  padding: 25px 0; }
  .google-business #sbm-custom-reviews-section .review-companies {
    margin-top: 0; }

.google-business .content-s .title {
  text-align: center;
  font-weight: 800;
  font-family: "Mulish";
  font-size: 36px; }
  @media (max-width: 1366px) {
    .google-business .content-s .title {
      font-size: 32px; } }
  @media (max-width: 1024px) {
    .google-business .content-s .title {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .google-business .content-s .title {
      font-size: 24px; } }
  .google-business .content-s .title span {
    color: #06adef; }

.google-business .content-s .content {
  display: flex;
  align-items: center;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .google-business .content-s .content {
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .google-business .content-s .content {
      margin-top: 45px; } }
  @media (max-width: 767px) {
    .google-business .content-s .content {
      margin-top: 35px; } }

.google-business .content-s .text {
  width: 55%; }
  @media (max-width: 767px) {
    .google-business .content-s .text {
      width: 100%; } }

.google-business .content-s .img {
  width: 45%; }
  @media (max-width: 767px) {
    .google-business .content-s .img {
      width: 100%;
      max-width: 420px;
      margin-top: 45px;
      margin-left: auto;
      margin-right: auto; } }

.google-business .gb-section-1 .content {
  justify-content: space-between; }

.google-business .gb-section-1 .title {
  color: #253246; }

.google-business .gb-section-1 .check-list li {
  margin-bottom: 21px; }

.google-business .gb-section-2 {
  background-color: #2d3547; }
  .google-business .gb-section-2 .content {
    justify-content: center; }
  .google-business .gb-section-2 .title {
    color: #fff; }
  .google-business .gb-section-2 .img {
    padding-right: 45px;
    width: 27%; }
    @media (max-width: 767px) {
      .google-business .gb-section-2 .img {
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 30px;
        order: 2; } }
  @media (max-width: 767px) {
    .google-business .gb-section-2 .list {
      order: 1; } }
  .google-business .gb-section-2 .sb-text,
  .google-business .gb-section-2 li {
    color: #fff; }
  .google-business .gb-section-2 .check-list li {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .google-business .gb-section-2 .check-list li {
        margin-bottom: 15px; } }
  .google-business .gb-section-2 .sb-text {
    padding-left: 29px; }
  .google-business .gb-section-2 .sbm-button-wrap {
    margin-top: 30px; }
    .google-business .gb-section-2 .sbm-button-wrap .cursive-font {
      font-size: 24px;
      line-height: 29px;
      color: #06adef;
      text-align: center;
      position: relative;
      display: inline-block;
      margin-bottom: 35px; }
    .google-business .gb-section-2 .sbm-button-wrap .sb-btn {
      position: relative; }
      .google-business .gb-section-2 .sbm-button-wrap .sb-btn img {
        position: absolute;
        left: -70px;
        top: -40px;
        max-width: 36px;
        height: auto;
        width: 100%;
        transform: rotateX(180deg) rotate(210deg); }

.google-business .gb-section-3 {
  color: #253246; }
  .google-business .gb-section-3 .list {
    width: 55%;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .google-business .gb-section-3 .list {
        width: 100%;
        padding-right: 0; } }
  .google-business .gb-section-3 .video {
    position: relative;
    width: 45%; }
    @media (max-width: 767px) {
      .google-business .gb-section-3 .video {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; } }
    .google-business .gb-section-3 .video .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex; }
      .google-business .gb-section-3 .video .overlay .play {
        margin: auto;
        color: #fff;
        font-size: 29px;
        width: 75px;
        height: 75px;
        background-color: rgba(37, 50, 70, 0.6);
        text-align: center;
        line-height: 77px;
        border-radius: 50%;
        padding-left: 6px;
        transition: all .35s ease;
        cursor: pointer; }
        .google-business .gb-section-3 .video .overlay .play:hover {
          background-color: #253246; }
  .google-business .gb-section-3 .bottom-content .title {
    margin-top: 85px;
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      .google-business .gb-section-3 .bottom-content .title {
        margin-top: 50px;
        margin-bottom: 45px; } }
    @media (max-width: 767px) {
      .google-business .gb-section-3 .bottom-content .title {
        margin-top: 40px;
        margin-bottom: 30px; } }
  .google-business .gb-section-3 .nice-blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .google-business .gb-section-3 .nice-item {
    width: 48.7%; }
    @media (max-width: 767px) {
      .google-business .gb-section-3 .nice-item {
        width: 100%; } }
    .google-business .gb-section-3 .nice-item .nice-title {
      font-size: 18px; }
      .google-business .gb-section-3 .nice-item .nice-title .sb_show_nice {
        left: 20px;
        top: 17px; }
    .google-business .gb-section-3 .nice-item .nice-content .sb-text {
      margin-top: 0; }
  .google-business .gb-section-3 .sb-text {
    margin-top: 40px;
    color: #253246; }
  .google-business .gb-section-3 .buttons-wrap {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .google-business .gb-section-3 .buttons-wrap {
        margin-top: 25px; } }
    .google-business .gb-section-3 .buttons-wrap .cursive-font {
      font-size: 24px;
      color: #06adef;
      display: inline-block;
      margin-bottom: 20px; }
    .google-business .gb-section-3 .buttons-wrap .sb-btn {
      margin: 0 5px;
      position: relative; }
      .google-business .gb-section-3 .buttons-wrap .sb-btn img {
        position: absolute;
        left: -70px;
        top: -8px;
        transform: rotate(-208deg);
        max-width: 36px;
        height: auto; }

.google-business .gb-section-4 {
  background-color: #2d3547;
  color: #fff; }
  .google-business .gb-section-4 .sb-text {
    color: #fff;
    margin: 40px 0; }
    @media (max-width: 767px) {
      .google-business .gb-section-4 .sb-text {
        margin: 25px 0; } }
  .google-business .gb-section-4 .check-list li {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .google-business .gb-section-4 .check-list li {
        margin-bottom: 20px; } }

.sbm-covid-testing .covid-btn {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #49accd;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-btn:after {
      margin-left: 10px !important;
      opacity: 1 !important; } }
  .sbm-covid-testing .covid-btn:hover {
    text-decoration: none;
    color: #fff; }
    .sbm-covid-testing .covid-btn:hover:after {
      margin-left: 10px;
      opacity: 1; }
  .sbm-covid-testing .covid-btn:after {
    display: inline-flex;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: -16px;
    background-image: url(/v2/images/simplybook/covid-2019/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    transition: .3s ease; }

.sbm-covid-testing .covid-cover {
  position: relative;
  margin-top: 50px;
  padding: 120px 0 80px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-cover {
      margin-top: 0;
      padding: 60px 0; } }
  .sbm-covid-testing .covid-cover:before, .sbm-covid-testing .covid-cover:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: -1; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cover:before, .sbm-covid-testing .covid-cover:after {
        display: none; } }
  .sbm-covid-testing .covid-cover:before {
    background: #ecf7fa;
    width: 130px;
    height: 130px;
    bottom: 250px;
    left: 10px; }
  .sbm-covid-testing .covid-cover:after {
    background: #f1f1f1;
    width: 50px;
    height: 50px;
    bottom: 220px;
    left: 120px; }
  .sbm-covid-testing .covid-cover__wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .covid-cover__wrapper {
        flex-direction: column; } }
  .sbm-covid-testing .covid-cover__content {
    max-width: 45%;
    padding: 20px 0; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .covid-cover__content {
        max-width: 100%;
        text-align: center; } }
  .sbm-covid-testing .covid-cover__title {
    color: #000;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cover__title {
        font-size: 40px; } }
    .sbm-covid-testing .covid-cover__title--small {
      display: block;
      margin-bottom: 10px;
      font-size: 40px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .sbm-covid-testing .covid-cover__title--small {
          font-size: 32px; } }
  .sbm-covid-testing .covid-cover__subtitle {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #000; }
  .sbm-covid-testing .covid-cover__btn {
    margin-top: 25px; }
  .sbm-covid-testing .covid-cover__image {
    width: 100%;
    max-width: 50%;
    padding-left: 100px; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .covid-cover__image {
        padding-left: 0;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cover__image {
        max-width: 300px;
        margin-bottom: 30px; } }

.sbm-covid-testing .covid-help {
  background: #f1f1f1; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-help {
      padding-bottom: 50px; } }
  .sbm-covid-testing .covid-help__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-help__wrapper {
        flex-direction: column; } }
  .sbm-covid-testing .covid-help__image {
    width: 235px;
    height: 235px;
    overflow: hidden;
    margin: -20px 0; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-help__image {
        margin-top: -50px; } }
  .sbm-covid-testing .covid-help__content {
    width: 100%;
    max-width: calc(100% - 295px);
    margin-left: 40px; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-help__content {
        max-width: 80%;
        margin: 40px 0 0;
        text-align: center; } }
  .sbm-covid-testing .covid-help__text {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1em;
    color: #000; }
    .sbm-covid-testing .covid-help__text--bold {
      margin-bottom: 5px;
      font-weight: 600;
      letter-spacing: normal; }

.sbm-covid-testing .help-advantages {
  padding: 100px 0 50px; }
  @media (max-width: 767px) {
    .sbm-covid-testing .help-advantages {
      padding: 70px 0 40px; } }
  .sbm-covid-testing .help-advantages__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto; }
  .sbm-covid-testing .help-advantages__item {
    max-width: 33.333%;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .help-advantages__item {
        max-width: calc(33.333% - 30px);
        margin: 0 15px 50px; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .help-advantages__item {
        max-width: calc(50% - 30px);
        margin: 0 15px 30px; } }
  .sbm-covid-testing .help-advantages__icon {
    width: 70px;
    margin: 0 auto 10px; }
  .sbm-covid-testing .help-advantages__text {
    max-width: 300px;
    margin: 0 auto;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
    color: #000; }

.sbm-covid-testing .covid-info {
  padding: 100px 0 65px;
  background: #f1f1f1 url("/v2/images/simplybook/covid-2019/covid-info.jpg") no-repeat right center;
  background-size: contain; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-info {
      padding: 60px 0;
      background: #f1f1f1; } }
  .sbm-covid-testing .covid-info__wrapper {
    max-width: 40%; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-info__wrapper {
        max-width: 100%;
        text-align: center; } }
  .sbm-covid-testing .covid-info__title {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px; }
  .sbm-covid-testing .covid-info__text {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px; }

.sbm-covid-testing .covid-car {
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-car {
      padding: 60px 0 20px; } }
  .sbm-covid-testing .covid-car__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-car__wrapper {
        flex-direction: column;
        justify-content: center; } }
  .sbm-covid-testing .covid-car__content {
    max-width: 46%; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-car__content {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
  .sbm-covid-testing .covid-car__title {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px; }
  .sbm-covid-testing .covid-car__subtitle {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px; }
  .sbm-covid-testing .covid-car__text {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.2; }
  .sbm-covid-testing .covid-car__image {
    max-width: 50%; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-car__image {
        max-width: 80%; } }

.sbm-covid-testing .why-simplybook {
  padding-top: 60px; }
  .sbm-covid-testing .why-simplybook__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .sbm-covid-testing .why-simplybook__wrapper {
        flex-direction: column-reverse; } }
  .sbm-covid-testing .why-simplybook__image {
    max-width: 35%; }
    @media (max-width: 767px) {
      .sbm-covid-testing .why-simplybook__image {
        max-width: 60%; } }
  .sbm-covid-testing .why-simplybook__content {
    max-width: 35%; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .why-simplybook__content {
        max-width: 55%; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .why-simplybook__content {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
  .sbm-covid-testing .why-simplybook__title {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 15px; }
  .sbm-covid-testing .why-simplybook__text {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1.2; }
    .sbm-covid-testing .why-simplybook__text--second {
      margin-top: 15px; }

.sbm-covid-testing .qs-system {
  padding: 95px 0 0;
  background: #f3f5f7;
  color: #141414; }
  @media (max-width: 1024px) {
    .sbm-covid-testing .qs-system {
      padding: 70px 0 0; } }
  @media (max-width: 767px) {
    .sbm-covid-testing .qs-system {
      padding: 60px 0 0; } }
  .sbm-covid-testing .qs-system__header {
    margin-bottom: 60px;
    font-family: 'Mulish', sans-serif;
    text-align: center; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .qs-system__header {
        margin-bottom: 40px; } }
    .sbm-covid-testing .qs-system__header-title {
      max-width: 380px;
      margin: 0 auto 15px;
      font-size: 24px;
      font-weight: 700; }
    .sbm-covid-testing .qs-system__header-subtitle {
      font-size: 18px; }
  .sbm-covid-testing .qs-system__wrapper {
    display: flex; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .qs-system__wrapper {
        flex-direction: column-reverse; } }
  .sbm-covid-testing .qs-system__image {
    max-width: 50%;
    align-self: flex-end; }
    .sbm-covid-testing .qs-system__image--mob {
      display: none; }
    .sbm-covid-testing .qs-system__image--desktop {
      display: block; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .qs-system__image {
        max-width: 85%;
        align-self: center; }
        .sbm-covid-testing .qs-system__image--mob {
          display: block; }
        .sbm-covid-testing .qs-system__image--desktop {
          display: none; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .qs-system__image {
        max-width: 100%; } }
  .sbm-covid-testing .qs-system__content {
    max-width: 40%;
    margin-left: 80px;
    padding-bottom: 60px; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .qs-system__content {
        max-width: 100%;
        margin: 0 0 50px;
        padding-bottom: 0;
        text-align: center; } }
  .sbm-covid-testing .qs-system__title {
    margin-bottom: 5px;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 600; }
  .sbm-covid-testing .qs-system__text {
    margin-bottom: 40px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .qs-system__text {
        margin-bottom: 25px; } }
    .sbm-covid-testing .qs-system__text:last-of-type {
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        .sbm-covid-testing .qs-system__text:last-of-type {
          margin-bottom: 40px; } }
    .sbm-covid-testing .qs-system__text--highlighted {
      font-size: 18px;
      font-weight: 600; }
  .sbm-covid-testing .qs-system__btn {
    margin: 0 15px; }
    @media (max-width: 767px) {
      .sbm-covid-testing .qs-system__btn {
        margin: 5px 0; } }
    .sbm-covid-testing .qs-system__btn-wrapper {
      margin: 0 -15px; }
      @media (max-width: 767px) {
        .sbm-covid-testing .qs-system__btn-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin: 0; } }
  .sbm-covid-testing .qs-system__link {
    margin: 0 15px;
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #141414; }
    @media (max-width: 767px) {
      .sbm-covid-testing .qs-system__link {
        margin: 5px 0; } }

.sbm-covid-testing .covid-cta {
  padding: 70px 0 90px;
  background: #141414;
  color: #fff; }
  @media (max-width: 767px) {
    .sbm-covid-testing .covid-cta {
      padding: 60px 0; } }
  .sbm-covid-testing .covid-cta__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .covid-cta__wrapper {
        justify-content: space-around; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cta__wrapper {
        flex-direction: column;
        justify-content: center; } }
  .sbm-covid-testing .covid-cta__content {
    max-width: 40%; }
    @media (max-width: 1024px) {
      .sbm-covid-testing .covid-cta__content {
        max-width: 50%; } }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cta__content {
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center; } }
  .sbm-covid-testing .covid-cta__title {
    font-family: 'Mulish', sans-serif;
    font-size: 32px;
    font-weight: 600; }
  .sbm-covid-testing .covid-cta__email {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #fff; }
  .sbm-covid-testing .covid-cta__text {
    margin-bottom: 40px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2; }
  .sbm-covid-testing .covid-cta__cursive {
    position: relative;
    font-family: 'Caveat', sans-serif;
    font-size: 24px;
    margin-left: 45px; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cta__cursive {
        display: none; } }
    .sbm-covid-testing .covid-cta__cursive:before {
      position: absolute;
      content: '';
      width: 45px;
      height: 45px;
      left: -50px;
      bottom: -40px;
      background: url("/v2/images/simplybook/covid-2019/arrow-cursive.svg") no-repeat center;
      background-size: contain;
      transform: rotate(75deg) scaleX(-1); }
  .sbm-covid-testing .covid-cta__image {
    width: 100%;
    max-width: 30%; }
    @media (max-width: 767px) {
      .sbm-covid-testing .covid-cta__image {
        max-width: 50%; } }

.sbm-online-services .title {
  font-family: "Mulish";
  font-weight: bold;
  color: #253246;
  line-height: 1.25; }
  .sbm-online-services .title .highlight {
    color: #06adef; }
  .sbm-online-services .title.title--h1 {
    line-height: 1.1;
    font-size: 40px; }
    @media (max-width: 767px) {
      .sbm-online-services .title.title--h1 {
        font-size: 28px; } }
  .sbm-online-services .title.title--h2 {
    font-size: 30px; }
    @media (max-width: 1024px) {
      .sbm-online-services .title.title--h2 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .sbm-online-services .title.title--h2 {
        font-size: 24px; } }
  .sbm-online-services .title.title--h3 {
    font-size: 30px; }
    @media (max-width: 767px) {
      .sbm-online-services .title.title--h3 {
        font-size: 22px; } }
  .sbm-online-services .title.title--h4 {
    font-size: 20px; }

.sbm-online-services .p {
  color: #253246; }

.sbm-online-services .sb-btn {
  outline: none; }

.sbm-online-services .cursive-font {
  color: #06adef;
  font-size: 26px;
  line-height: 1.1; }

.sbm-online-services .online-services--header {
  position: relative;
  padding: 150px 0 80px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .sbm-online-services .online-services--header {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .sbm-online-services .online-services--header {
      margin-top: 0;
      padding: 30px 0 60px 0; } }
  .sbm-online-services .online-services--header .online-services--wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--header .online-services--wrapper {
        flex-direction: column; } }
  .sbm-online-services .online-services--header .online-services--content {
    max-width: 45%;
    padding: 20px 20px 20px 0; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--header .online-services--content {
        max-width: 100%;
        text-align: center;
        padding: 20px 0; } }
    .sbm-online-services .online-services--header .online-services--content .title--h1 {
      margin-bottom: 10px; }
    .sbm-online-services .online-services--header .online-services--content #header-btn-bar {
      margin: 0 -10px 0 -10px;
      padding-top: 20px;
      text-align: left; }
      .sbm-online-services .online-services--header .online-services--content #header-btn-bar [class*="sbm-btn"] {
        margin: 5px; }
      @media (max-width: 1024px) {
        .sbm-online-services .online-services--header .online-services--content #header-btn-bar {
          text-align: center; } }
  .sbm-online-services .online-services--header .online-services--picture {
    width: 100%;
    max-width: 50%;
    padding-left: 50px; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--header .online-services--picture {
        padding-left: 0;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .sbm-online-services .online-services--header .online-services--picture {
        max-width: 300px;
        margin-bottom: 10px; } }
  .sbm-online-services .online-services--header .app-links {
    display: flex;
    margin: 30px -5px -5px -5px; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--header .app-links {
        justify-content: center;
        margin: 30px -5px 0; } }
    .sbm-online-services .online-services--header .app-links__link {
      display: block;
      max-width: 135px;
      width: 100%;
      margin: 5px;
      filter: invert(0.5) sepia(1) hue-rotate(180deg) saturate(0.6) brightness(1);
      transition: .3s ease; }
      .sbm-online-services .online-services--header .app-links__link:hover {
        filter: none; }
  .sbm-online-services .online-services--header .review-companies {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--header .review-companies {
        padding-top: 10px; } }
    .sbm-online-services .online-services--header .review-companies .items--v2 {
      display: flex;
      margin: 0 auto; }

.sbm-online-services .online-services--card .online-services-card--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media (max-width: 1024px) {
    .sbm-online-services .online-services--card .online-services-card--wrapper {
      flex-direction: column;
      max-width: 600px; } }
  .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--picture {
    text-align: center;
    padding-right: 70px;
    max-width: 48%; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--picture {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px; }
        .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--picture img {
          max-width: 320px; } }
    .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--picture img {
      max-height: 320px; }
  .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--content {
    max-width: 52%; }
    @media (max-width: 1024px) {
      .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0; } }
    .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--content .title {
      margin-bottom: 10px; }
      .sbm-online-services .online-services--card .online-services-card--wrapper .online-services-card--content .title .highlight {
        color: #06adef; }
  .sbm-online-services .online-services--card .online-services-card--wrapper .btn-bar {
    padding-top: 15px; }
    .sbm-online-services .online-services--card .online-services-card--wrapper .btn-bar .sb-btn .ico {
      margin-right: 10px; }

.sbm-online-services .online-services--card.online-services--card-dark {
  background-color: #253246; }
  @media (max-width: 1024px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--wrapper {
      max-width: 100%;
      flex-direction: row; } }
  @media (max-width: 767px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--wrapper {
      flex-direction: column; } }
  .sbm-online-services .online-services--card.online-services--card-dark .title,
  .sbm-online-services .online-services--card.online-services--card-dark .p {
    color: #fff; }
  @media (max-width: 1024px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--picture {
      padding-right: 30px;
      width: 48%;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--picture {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--content {
      width: 52%;
      text-align: left; } }
  @media (max-width: 767px) {
    .sbm-online-services .online-services--card.online-services--card-dark .online-services-card--content {
      width: 100%;
      text-align: center; } }

.sbm-online-services .online-services--card.online-services--card-grey {
  background-color: #f1f6ff; }

.sbm-online-services .online-services--features {
  padding: 70px 0 20px 0; }
  .sbm-online-services .online-services--features .title--h2 {
    margin-bottom: 45px;
    text-align: center; }
  .sbm-online-services .online-services--features .online-features--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px; }
    @media (max-width: 767px) {
      .sbm-online-services .online-services--features .online-features--list {
        margin: 0;
        justify-content: space-around; } }
    .sbm-online-services .online-services--features .online-features--list .online-features--item {
      display: inline-block;
      width: calc(33.33% - 40px);
      max-width: 300px;
      margin: 0 15px 45px 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .sbm-online-services .online-services--features .online-features--list .online-features--item {
          display: flex;
          align-items: center;
          width: 100%;
          max-width: 500px;
          text-align: left;
          margin: 0 0 20px 0; }
          .sbm-online-services .online-services--features .online-features--list .online-features--item:last-child {
            margin-bottom: 30px; } }
      .sbm-online-services .online-services--features .online-features--list .online-features--item .online-features--picture {
        display: inline-block;
        max-width: 100px;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .sbm-online-services .online-services--features .online-features--list .online-features--item .online-features--picture {
            margin: 0 20px 0 0;
            width: 80px;
            height: 80px; } }
  .sbm-online-services .online-services--features .btn-bar {
    text-align: center;
    padding-bottom: 15px; }
    .sbm-online-services .online-services--features .btn-bar .sb-btn {
      margin-bottom: 25px; }
    .sbm-online-services .online-services--features .btn-bar .cursive-font {
      display: block;
      max-width: 470px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .sbm-online-services .online-services--features .btn-bar .cursive-font {
          width: 100%;
          max-width: 80%; } }
      .sbm-online-services .online-services--features .btn-bar .cursive-font .arrow {
        position: relative; }
        .sbm-online-services .online-services--features .btn-bar .cursive-font .arrow img {
          height: 32px;
          width: 82px;
          min-width: 82px;
          position: absolute;
          top: -10px;
          left: -75px;
          transform: scale(-1, 1) rotate(90deg); }

.sbm-online-services .online-services-card--gruveo {
  padding: 60px 0; }
  .sbm-online-services .online-services-card--gruveo .video-calls {
    background: transparent;
    padding: 0; }
    .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper {
          flex-direction: column;
          width: 100%;
          max-width: 700px;
          margin: 0 auto;
          text-align: center; } }
      .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .educational-online--content {
        width: 50%; }
        @media (max-width: 1024px) {
          .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .educational-online--content {
            width: 100%; } }
      .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .educational-online--picture {
        width: 50%;
        padding-left: 30px; }
        @media (max-width: 1024px) {
          .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .educational-online--picture {
            width: 100%; } }
        .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .educational-online--picture .video-calls__image {
          width: auto;
          max-width: 100%;
          padding: 0; }
      .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .title--h2 {
        margin-bottom: 10px; }
      .sbm-online-services .online-services-card--gruveo .video-calls.gruveo--wrapper .video-calls__btn-wrapper {
        padding-top: 20px; }

.sbm-online-services .online-services-card--review {
  padding: 60px 0;
  background-color: #f1f6ff; }
  .sbm-online-services .online-services-card--review .cursive-font {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    position: relative;
    color: #06adef;
    font-size: 28px;
    margin-bottom: 25px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .sbm-online-services .online-services-card--review .cursive-font {
        padding-right: 0;
        justify-content: center; } }
    .sbm-online-services .online-services-card--review .cursive-font .arrow {
      position: relative;
      min-height: 20px;
      min-width: 20px; }
      @media (max-width: 767px) {
        .sbm-online-services .online-services-card--review .cursive-font .arrow {
          display: none; } }
      .sbm-online-services .online-services-card--review .cursive-font .arrow img {
        position: absolute;
        display: inline-block;
        top: 46px;
        right: -70px;
        min-width: 82px;
        width: 82px;
        height: 33px;
        transform: scale(1, -1) rotate(100deg); }
        @media (max-width: 767px) {
          .sbm-online-services .online-services-card--review .cursive-font .arrow img {
            right: 0;
            position: relative; } }
  .sbm-online-services .online-services-card--review .meeting--review-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 940px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .sbm-online-services .online-services-card--review .meeting--review-wrapper {
        max-width: 500px;
        flex-direction: column;
        text-align: center; } }
    .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--picture {
      min-width: 140px;
      text-align: center; }
      @media (max-width: 767px) {
        .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--picture {
          margin-bottom: 20px; } }
      .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--picture img {
        height: 140px; }
    .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--content {
      padding: 0 50px; }
      @media (max-width: 767px) {
        .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--content {
          padding: 0; } }
      .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--content .btn-bar {
        margin: 0 -10px;
        padding-top: 10px; }
        .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--content .btn-bar .sb-btn, .sbm-online-services .online-services-card--review .meeting--review-wrapper .educational-online--content .btn-bar .link {
          margin: 10px;
          display: inline-flex; }

.sbm-online-services .wrap-implementing-card {
  padding: 60px 0; }
  .sbm-online-services .wrap-implementing-card .title--h2 {
    text-align: center;
    margin-bottom: 35px; }
  .sbm-online-services .wrap-implementing-card .implementing-card--content {
    display: flex;
    width: 100%;
    max-width: 840px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .sbm-online-services .wrap-implementing-card .implementing-card--content {
        flex-wrap: wrap; } }
    .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--item-chart {
      width: 100%;
      position: relative;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--item-chart {
          order: 5;
          max-width: 500px;
          margin: 0 auto;
          padding-bottom: 95px; } }
      .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--item-chart ul {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around; }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--item-chart ul li {
          text-align: center;
          font-size: 14px;
          color: #06adef; }
          @media (max-width: 600px) {
            .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--item-chart ul li {
              writing-mode: vertical-lr;
              width: 25%;
              text-align: left;
              padding-left: 9%; } }
    .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators {
      width: auto;
      white-space: nowrap;
      padding-top: 70px; }
      @media (max-width: 767px) {
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators {
          width: 48%;
          padding-top: 0;
          text-align: center;
          white-space: normal; } }
      .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators .title--h4 {
        white-space: nowrap;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold; }
      .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators ul li {
        margin-bottom: 10px;
        display: flex;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators ul li {
            white-space: normal;
            justify-content: center; } }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators ul li .ico {
          margin-left: 10px; }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators ul li:last-child {
          margin-bottom: 0; }
      .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.increase {
        padding-left: 15px; }
        @media (max-width: 767px) {
          .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.increase {
            padding: 0; } }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.increase .title--h4 {
          color: #4cb481; }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.increase ul li .ico {
          color: #4cb481; }
      .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.reduce {
        padding-right: 15px; }
        @media (max-width: 767px) {
          .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.reduce {
            padding: 0; } }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.reduce .title--h4 {
          color: #ff2e5a; }
        .sbm-online-services .wrap-implementing-card .implementing-card--content .implementing-card--item.implementing-card--indicators.reduce ul li .ico {
          color: #ff2e5a; }

.sbm-online-services .support-section .title {
  color: #fff; }

.sbm-online-services #sbm-prices {
  padding-bottom: 50px; }
  .sbm-online-services #sbm-prices .sbm-button-wrap.ufo-anchor {
    text-align: center; }
    .sbm-online-services #sbm-prices .sbm-button-wrap.ufo-anchor .tooltip-block {
      padding-top: 15px; }

.sbm-online-services.sbm-online--education .online-services--features .online-features--list {
  justify-content: space-around; }
  .sbm-online-services.sbm-online--education .online-services--features .online-features--list .online-features--item {
    width: calc(25% - 40px); }
    @media (max-width: 1024px) {
      .sbm-online-services.sbm-online--education .online-services--features .online-features--list .online-features--item {
        width: calc(50% - 40px);
        max-width: 300px; } }
    @media (max-width: 767px) {
      .sbm-online-services.sbm-online--education .online-services--features .online-features--list .online-features--item {
        width: 100%;
        max-width: 500px; } }

.sbm-online-services.sbm-online--music .online-music-services--card {
  padding: 20px 0; }
  @media (max-width: 1024px) {
    .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper {
      flex-direction: column-reverse; } }
  .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--picture {
    padding: 0; }
  .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content {
    padding-right: 20px; }
    .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content .btn-bar .sb-btn {
      margin-bottom: 25px; }
    .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font {
      position: relative; }
      @media (max-width: 1024px) {
        .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font {
          max-width: 84%;
          margin: 0 auto; } }
      .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font .arrow {
        position: relative; }
        .sbm-online-services.sbm-online--music .online-music-services--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font .arrow img {
          height: 28px;
          min-width: 70px;
          width: 70px;
          position: absolute;
          left: -56px;
          bottom: 98%;
          transform: scale(1, -1) rotate(-84deg); }

.sbm-online-services.sbm-online--music .our-clients--card {
  padding: 60px 0;
  background-color: #f1f6ff; }
  .sbm-online-services.sbm-online--music .our-clients--card .title--h2 {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 25px auto; }
  .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px; }
    @media (max-width: 500px) {
      .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list {
        margin: 0 auto; } }
    .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item {
      width: calc(33.33% - 30px);
      max-width: 400px;
      margin: 15px; }
      @media (max-width: 767px) {
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item {
          width: calc(50% - 30px); } }
      @media (max-width: 500px) {
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item {
          width: 100%;
          margin: 0 0 15px 0; } }
      .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transition: all 0.2s ease;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        padding-bottom: 25px;
        border-radius: 20px; }
        @media (max-width: 767px) {
          .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a {
            background: #fff; } }
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a .our-clients--card-picture {
          position: relative;
          height: 1px;
          padding-top: 60.6%;
          margin-bottom: 15px;
          border-radius: 20px 20px 0 0;
          overflow: hidden; }
          .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a .our-clients--card-picture img {
            position: absolute;
            width: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            object-fit: cover; }
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a .title--h4 {
          margin-bottom: 10px;
          padding: 0 20px;
          font-size: 18px; }
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a .our-clients--card-phantom-link {
          opacity: 0;
          padding: 0 20px; }
          @media (max-width: 1024px) {
            .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a .our-clients--card-phantom-link {
              opacity: 1; } }
        .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a:hover {
          background: #fff;
          box-shadow: 0px 3px 20px -10px rgba(37, 50, 70, 0.3); }
          .sbm-online-services.sbm-online--music .our-clients--card .our-clients--card-list .our-clients--card-item a:hover .our-clients--card-phantom-link {
            opacity: 1; }

.sbm-online-services.sbm-online--music .more-bookings-slider {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 70px; }
  .sbm-online-services.sbm-online--music .more-bookings-slider .title, .sbm-online-services.sbm-online--music .more-bookings-slider .sub-title {
    color: #253246; }
  @media (max-width: 767px) {
    .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item {
      background: rgba(241, 246, 255, 0.3); } }
  .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-icon svg path {
    fill: #727987; }
  .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item .book-sl--nav-name {
    color: #727987; }
  .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current {
    background: rgba(241, 246, 255, 0.9); }
    .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current .book-sl--nav-icon svg path {
      fill: #253246; }
    .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item.slick-current .book-sl--nav-name {
      color: #253246; }
  .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover {
    opacity: 1; }
    .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover .book-sl--nav-icon svg path {
      fill: #253246; }
    .sbm-online-services.sbm-online--music .more-bookings-slider .bookings-slider--row .book-sl--item.book-sl--item-nav .slick-slider .slick-list .slick-track .book-sl--nav-item:hover .book-sl--nav-name {
      color: #253246; }

.sbm-online-services.sbm-online--music .online-services--card-grey .online-services-card--wrapper {
  padding: 65px 0; }

@media (max-width: 1024px) {
  .sbm-online-services.sbm-online--meetings .online-services--features {
    padding-top: 20px; } }

.sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid {
  padding-top: 50px; }
  @media (max-width: 1024px) {
    .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid {
      padding-top: 0; } }
  .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid .heading {
    font-size: 20px;
    font-weight: 600; }
  .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid .online-services-card--content {
    position: relative;
    padding-right: 50px; }
    @media (max-width: 1024px) {
      .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid .online-services-card--content {
        padding-right: 0; } }
    .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid .online-services-card--content:before {
      position: absolute;
      content: '';
      top: -70px;
      left: -100px;
      width: 100px;
      height: 100px;
      background: url("/v2/images/simplybook/online-services-landings/virus.jpg") no-repeat center;
      background-size: contain; }
      @media (max-width: 1200px) {
        .sbm-online-services.sbm-online--meetings .online-services--card.online-meetings--covid .online-services-card--content:before {
          display: none; } }

.sbm-online-services.sbm-online--meetings .online-meetings--card {
  padding: 20px 0; }
  .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper {
    max-width: 100%; }
    @media (max-width: 1024px) {
      .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper {
        flex-direction: column-reverse; } }
    .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--picture {
      padding: 0; }
    .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content {
      padding-right: 100px; }
      @media (max-width: 1024px) {
        .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content {
          padding-right: 0; } }
      .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content .btn-bar .sb-btn {
        margin-bottom: 25px; }
      .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font {
        position: relative; }
        @media (max-width: 1024px) {
          .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font {
            max-width: 84%;
            margin: 0 auto; } }
        .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font .arrow {
          position: relative; }
          .sbm-online-services.sbm-online--meetings .online-meetings--card .online-services-card--wrapper .online-services-card--content .btn-bar .cursive-font .arrow img {
            height: 28px;
            min-width: 70px;
            width: 70px;
            position: absolute;
            left: -56px;
            bottom: 98%;
            transform: scale(1, -1) rotate(-84deg); }

.sbm-queueing-system .qs-cover {
  padding: 190px 0 110px; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .qs-cover {
      padding: 100px 0 70px; } }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-cover {
      padding: 60px 0; } }
  .sbm-queueing-system .qs-cover__badge {
    position: absolute;
    width: 200px;
    top: 115px;
    left: -7px;
    transition: all .25s ease; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-cover__badge {
        left: 0;
        top: 80%;
        bottom: -40px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-cover__badge {
        display: none; } }
    .sbm-queueing-system .qs-cover__badge:hover {
      left: 0; }
  .sbm-queueing-system .qs-cover__wrapper {
    position: relative; }
  .sbm-queueing-system .qs-cover__content {
    max-width: 580px;
    margin-left: 150px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-cover__content {
        max-width: 750px;
        margin: 0 auto;
        text-align: center; } }
  .sbm-queueing-system .qs-cover__title {
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #253246; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-cover__title {
        font-size: 32px;
        line-height: 36px; } }
  .sbm-queueing-system .qs-cover__text {
    margin-bottom: 30px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #253246; }
  .sbm-queueing-system .qs-cover__image {
    position: relative;
    margin-top: -70px;
    z-index: -1; }
    .sbm-queueing-system .qs-cover__image--mob {
      display: none; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-cover__image {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-cover__image--desktop {
        display: none; }
      .sbm-queueing-system .qs-cover__image--mob {
        display: block; } }
  .sbm-queueing-system .qs-cover__label {
    position: absolute;
    right: 0;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    padding: 0 40px;
    border-radius: 50%;
    box-shadow: -8px 8px 15px 0 rgba(37, 50, 70, 0.1);
    background: #fff; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-cover__label {
        display: none; } }
    .sbm-queueing-system .qs-cover__label-text {
      margin: 0;
      font-size: 16px;
      color: #253246;
      text-align: center; }

.sbm-queueing-system .sbm-solution {
  background: #f3f5f7; }
  @media (max-width: 767px) {
    .sbm-queueing-system .sbm-solution {
      padding: 50px 0; } }
  .sbm-queueing-system .sbm-solution__wrapper {
    display: flex;
    align-items: center;
    margin-left: 150px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .sbm-solution__wrapper {
        margin: 0;
        justify-content: center; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .sbm-solution__wrapper {
        flex-direction: column; } }
  .sbm-queueing-system .sbm-solution__image {
    width: 225px;
    height: 225px;
    margin: -25px 0; }
    @media (max-width: 767px) {
      .sbm-queueing-system .sbm-solution__image {
        width: 200px;
        height: 200px;
        margin: 0; } }
  .sbm-queueing-system .sbm-solution__text {
    max-width: 580px;
    margin-left: 80px;
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #253246; }
    @media (max-width: 767px) {
      .sbm-queueing-system .sbm-solution__text {
        max-width: 100%;
        margin: 20px 0 0;
        text-align: center; } }

.sbm-queueing-system .qs-benefits {
  padding: 100px 0 40px; }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-benefits {
      padding: 60px 0; } }
  .sbm-queueing-system .qs-benefits__list {
    display: flex;
    flex-wrap: wrap; }
  .sbm-queueing-system .qs-benefits__item {
    width: calc(33.333% - 150px);
    margin: 0 75px 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-benefits__item {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 30px;
        text-align: left; }
        .sbm-queueing-system .qs-benefits__item:last-child {
          margin-bottom: 0; } }
    .sbm-queueing-system .qs-benefits__item-icon {
      max-width: 90px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-benefits__item-icon {
          max-width: 60px;
          margin: 0 10px 0 0; } }
    .sbm-queueing-system .qs-benefits__item-title {
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246; }

.sbm-queueing-system .covid-cta {
  padding-bottom: 80px; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .covid-cta {
      padding-bottom: 50px; } }
  .sbm-queueing-system .covid-cta__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    border-radius: 20px;
    background: #f1f6ff; }
    @media (max-width: 767px) {
      .sbm-queueing-system .covid-cta__wrapper {
        padding: 40px 30px;
        flex-direction: column; } }
  .sbm-queueing-system .covid-cta__image {
    max-width: 270px; }
    @media (max-width: 767px) {
      .sbm-queueing-system .covid-cta__image {
        margin-bottom: 10px; } }
  .sbm-queueing-system .covid-cta__content {
    max-width: 60%;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .sbm-queueing-system .covid-cta__content {
        max-width: 100%;
        margin-left: 0;
        text-align: center; } }
  .sbm-queueing-system .covid-cta__title {
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #253246; }
  .sbm-queueing-system .covid-cta__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #253246; }
  .sbm-queueing-system .covid-cta__btn {
    background: #fff;
    color: #253246; }
    .sbm-queueing-system .covid-cta__btn:hover {
      background: #06adef;
      color: #fff; }

.sbm-queueing-system .qs-problem {
  position: relative;
  padding: 80px 0 200px;
  background: #f3f5f7; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .qs-problem {
      padding: 70px 0 120px; } }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-problem {
      padding: 60px 0 80px; } }
  .sbm-queueing-system .qs-problem__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-problem__wrapper {
        flex-direction: column; } }
  .sbm-queueing-system .qs-problem__image {
    width: 100%;
    max-width: 35%; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-problem__image {
        max-width: 40%;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-problem__image {
        max-width: 70%; } }
  .sbm-queueing-system .qs-problem__content {
    width: 100%;
    max-width: 50%;
    margin-left: 50px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-problem__content {
        max-width: 100%;
        margin: 0;
        text-align: center; } }
  .sbm-queueing-system .qs-problem__title {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #253246;
    margin-bottom: 15px; }
  .sbm-queueing-system .qs-problem__text {
    font-size: 16px;
    line-height: 22px;
    color: #253246;
    margin-bottom: 25px; }
  .sbm-queueing-system .qs-problem__decorative {
    font-family: 'Mulish', sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #d7dfef; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-problem__decorative {
        font-size: 50px; } }
  .sbm-queueing-system .qs-problem__shape {
    position: absolute;
    bottom: 0; }

.sbm-queueing-system .qs-solution {
  position: relative;
  padding: 10px 0 100px;
  overflow: hidden;
  background: #fff; }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-solution {
      padding: 40px 0 60px; } }
  .sbm-queueing-system .qs-solution:after {
    position: absolute;
    content: '';
    width: 150%;
    height: 100%;
    left: -25%;
    bottom: 0;
    border-radius: 50%;
    box-shadow: inset 18px -25px 46px 0px rgba(86, 153, 196, 0.08);
    z-index: 0; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-solution:after {
        height: 20%; } }
  .sbm-queueing-system .qs-solution__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-solution__wrapper {
        flex-direction: column-reverse; } }
  .sbm-queueing-system .qs-solution__image {
    position: relative;
    width: 100%;
    max-width: 50%; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-solution__image {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-solution__image {
        max-width: 100%; } }
  .sbm-queueing-system .qs-solution__content {
    width: 100%;
    max-width: 50%;
    margin-right: 50px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-solution__content {
        max-width: 100%;
        margin: 0;
        text-align: center; } }
  .sbm-queueing-system .qs-solution__title {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #253246;
    margin-bottom: 15px; }
  .sbm-queueing-system .qs-solution__text {
    font-size: 16px;
    line-height: 22px;
    color: #253246;
    margin-bottom: 25px; }
  .sbm-queueing-system .qs-solution__decorative {
    font-family: 'Mulish', sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #d7dfef; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-solution__decorative {
        font-size: 50px; } }

.sbm-queueing-system .qs-work {
  padding: 100px 0 50px; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .qs-work {
      padding: 70px 0 0; } }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-work {
      padding: 60px 0; } }
  .sbm-queueing-system .qs-work__header {
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-work__header {
        margin-bottom: 40px; } }
    .sbm-queueing-system .qs-work__header-title {
      margin-bottom: 15px;
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #253246; }
    .sbm-queueing-system .qs-work__header-subtitle {
      max-width: 520px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 22px;
      color: #253246; }
  .sbm-queueing-system .qs-work__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -90px;
    counter-reset: item; }
    @media (max-width: 1200px) {
      .sbm-queueing-system .qs-work__list {
        margin: 0; } }
  .sbm-queueing-system .qs-work__item {
    position: relative;
    width: calc(33.333% - 180px);
    padding: 30px 0;
    margin: 0 90px 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-work__item {
        width: 100%;
        padding: 0 0 0 50px;
        margin: 0 0 50px;
        text-align: left; }
        .sbm-queueing-system .qs-work__item:last-child {
          margin-bottom: 30px; } }
    .sbm-queueing-system .qs-work__item:before {
      position: absolute;
      counter-increment: item;
      content: counter(item);
      font-family: 'Mulish', sans-serif;
      font-size: 240px;
      font-weight: 700;
      color: #F1F6FF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-work__item:before {
          font-size: 70px;
          top: 50%;
          left: 0;
          transform: translateY(-50%); } }
    .sbm-queueing-system .qs-work__item-header {
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-work__item-header {
          display: flex;
          align-items: center;
          margin-bottom: 10px; } }
    .sbm-queueing-system .qs-work__item-icon {
      margin-bottom: 20px;
      font-size: 30px;
      color: #253246; }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-work__item-icon {
          margin: 0 15px 0 0; } }
    .sbm-queueing-system .qs-work__item-title {
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246; }
    .sbm-queueing-system .qs-work__item-text {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      color: #253246; }
  .sbm-queueing-system .qs-work__article {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 130px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-work__article {
        flex-direction: column;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-work__article {
        margin-bottom: 60px; }
        .sbm-queueing-system .qs-work__article:last-child {
          margin-bottom: 0; } }
    .sbm-queueing-system .qs-work__article--first {
      margin-top: 130px; }
      @media (max-width: 1024px) {
        .sbm-queueing-system .qs-work__article--first {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-work__article--first {
          margin-top: 30px; } }
    .sbm-queueing-system .qs-work__article--second {
      padding-top: 130px; }
      @media (max-width: 1024px) {
        .sbm-queueing-system .qs-work__article--second {
          padding-top: 0;
          flex-direction: column-reverse; } }
      .sbm-queueing-system .qs-work__article--second .qs-work__article-image {
        position: absolute;
        width: 100%;
        z-index: -1; }
        @media (max-width: 1024px) {
          .sbm-queueing-system .qs-work__article--second .qs-work__article-image {
            position: static; } }
      .sbm-queueing-system .qs-work__article--second .qs-work__article-content {
        max-width: 35%; }
        @media (max-width: 1024px) {
          .sbm-queueing-system .qs-work__article--second .qs-work__article-content {
            max-width: 100%; } }
    .sbm-queueing-system .qs-work__article-image {
      width: 42%; }
      @media (max-width: 1024px) {
        .sbm-queueing-system .qs-work__article-image {
          width: 40%;
          margin-bottom: 30px; } }
      .sbm-queueing-system .qs-work__article-image--mob {
        display: none; }
      @media (max-width: 767px) {
        .sbm-queueing-system .qs-work__article-image {
          width: 80%; }
          .sbm-queueing-system .qs-work__article-image--desktop {
            display: none; }
          .sbm-queueing-system .qs-work__article-image--mob {
            display: block; } }
    .sbm-queueing-system .qs-work__article-content {
      max-width: 50%;
      margin-left: 100px; }
      @media (max-width: 1024px) {
        .sbm-queueing-system .qs-work__article-content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-queueing-system .qs-work__article-title {
      margin-bottom: 15px;
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246; }
    .sbm-queueing-system .qs-work__article-text {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      color: #253246; }
  .sbm-queueing-system .qs-work__label {
    position: absolute;
    right: 0;
    bottom: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 175px;
    padding: 0 40px;
    border-radius: 50%;
    box-shadow: -8px 8px 15px 0 rgba(37, 50, 70, 0.1);
    background: #fff; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-work__label {
        bottom: 150px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-work__label {
        display: none; } }
    .sbm-queueing-system .qs-work__label-text {
      margin: 0;
      font-size: 16px;
      color: #253246;
      text-align: center; }

.sbm-queueing-system .qs-client-care {
  padding: 80px 0;
  background: #f3f5f7; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .qs-client-care {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .sbm-queueing-system .qs-client-care {
      padding: 60px 0; } }
  .sbm-queueing-system .qs-client-care__wrapper {
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-client-care__wrapper {
        flex-direction: column; } }
  .sbm-queueing-system .qs-client-care__image {
    position: relative;
    width: 100%;
    max-width: 50%; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-client-care__image {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-client-care__image {
        max-width: 80%; } }
  .sbm-queueing-system .qs-client-care__content {
    width: 100%;
    max-width: 50%;
    margin-left: 100px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-client-care__content {
        max-width: 100%;
        margin: 0;
        text-align: center; } }
  .sbm-queueing-system .qs-client-care__title {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #253246;
    margin-bottom: 15px; }
  .sbm-queueing-system .qs-client-care__text {
    font-size: 16px;
    line-height: 22px;
    color: #253246;
    margin-bottom: 25px; }
  .sbm-queueing-system .qs-client-care__label {
    position: absolute;
    left: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 175px;
    padding: 0 40px;
    border-radius: 50%;
    box-shadow: -8px 8px 15px 0 rgba(37, 50, 70, 0.1);
    background: #fff; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .qs-client-care__label {
        left: -50px;
        bottom: 50px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .qs-client-care__label {
        display: none; } }
    .sbm-queueing-system .qs-client-care__label-text {
      margin: 0;
      font-size: 16px;
      color: #253246;
      text-align: center; }

.sbm-queueing-system .about-qs {
  padding: 110px 0; }
  @media (max-width: 1024px) {
    .sbm-queueing-system .about-qs {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .sbm-queueing-system .about-qs {
      padding: 60px 0; } }
  .sbm-queueing-system .about-qs__header {
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .sbm-queueing-system .about-qs__header {
        margin-bottom: 40px; } }
    .sbm-queueing-system .about-qs__header-title {
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #253246; }
  .sbm-queueing-system .about-qs__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .about-qs__wrapper {
        flex-direction: column-reverse; } }
  .sbm-queueing-system .about-qs__content {
    max-width: 45%;
    margin-right: 100px; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .about-qs__content {
        max-width: 100%;
        margin: 0;
        text-align: center; } }
  .sbm-queueing-system .about-qs__image {
    max-width: 45%; }
    @media (max-width: 1024px) {
      .sbm-queueing-system .about-qs__image {
        max-width: 50%;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .sbm-queueing-system .about-qs__image {
        max-width: 80%;
        margin-bottom: 20px; } }
  .sbm-queueing-system .about-qs__text {
    font-size: 16px;
    line-height: 22px;
    color: #253246;
    margin-bottom: 25px; }

.sbm-public-sector {
  overflow-x: hidden; }
  .sbm-public-sector .ps-cover {
    padding: 190px 0 110px; }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-cover {
        padding: 100px 0 70px; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-cover {
        padding: 60px 0; } }
    .sbm-public-sector .ps-cover__badge {
      position: absolute;
      width: 200px;
      top: 115px;
      left: -7px;
      transition: all .25s ease; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-cover__badge {
          left: 0;
          top: 80%;
          bottom: -40px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-cover__badge {
          display: none; } }
      .sbm-public-sector .ps-cover__badge:hover {
        left: 0; }
    .sbm-public-sector .ps-cover__wrapper {
      position: relative; }
    .sbm-public-sector .ps-cover__content {
      max-width: 580px;
      margin-left: 150px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-cover__content {
          max-width: 750px;
          margin: 0 auto;
          text-align: center; } }
    .sbm-public-sector .ps-cover__title {
      margin-bottom: 10px;
      font-family: 'Mulish', sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 50px;
      color: #253246; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-cover__title {
          font-size: 32px;
          line-height: 36px; } }
    .sbm-public-sector .ps-cover__text {
      margin-bottom: 30px;
      font-family: 'Mulish', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      color: #253246; }
    .sbm-public-sector .ps-cover__image {
      position: relative;
      margin-top: -125px;
      z-index: -1; }
      .sbm-public-sector .ps-cover__image--mob {
        display: none; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-cover__image {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-cover__image--desktop {
          display: none; }
        .sbm-public-sector .ps-cover__image--mob {
          display: block; } }
  .sbm-public-sector .sbm-solution {
    background: #f3f5f7; }
    @media (max-width: 767px) {
      .sbm-public-sector .sbm-solution {
        padding: 50px 0; } }
    .sbm-public-sector .sbm-solution__wrapper {
      display: flex;
      align-items: center;
      margin-left: 150px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .sbm-solution__wrapper {
          margin: 0;
          justify-content: center; } }
      @media (max-width: 767px) {
        .sbm-public-sector .sbm-solution__wrapper {
          flex-direction: column; } }
    .sbm-public-sector .sbm-solution__image {
      width: 225px;
      height: 225px;
      margin: -25px 0; }
      @media (max-width: 767px) {
        .sbm-public-sector .sbm-solution__image {
          width: 200px;
          height: 200px;
          margin: 0; } }
    .sbm-public-sector .sbm-solution__text {
      max-width: 580px;
      margin-left: 80px;
      margin-bottom: 0;
      font-family: 'Mulish', sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      color: #253246; }
      @media (max-width: 767px) {
        .sbm-public-sector .sbm-solution__text {
          max-width: 100%;
          margin: 20px 0 0;
          text-align: center; } }
  .sbm-public-sector .ps-benefits {
    padding: 100px 0 40px; }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-benefits {
        padding: 60px 0; } }
    .sbm-public-sector .ps-benefits__list {
      display: flex;
      flex-wrap: wrap; }
    .sbm-public-sector .ps-benefits__item {
      width: calc(33.333% - 150px);
      margin: 0 75px 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-benefits__item {
          width: 100%;
          display: flex;
          align-items: center;
          margin: 0 0 30px;
          text-align: left; }
          .sbm-public-sector .ps-benefits__item:last-child {
            margin-bottom: 0; } }
      .sbm-public-sector .ps-benefits__item-icon {
        max-width: 90px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-benefits__item-icon {
            max-width: 60px;
            margin: 0 10px 0 0; } }
      .sbm-public-sector .ps-benefits__item-title {
        font-family: 'Mulish', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #253246; }
  .sbm-public-sector .covid-cta {
    padding-bottom: 80px; }
    @media (max-width: 1024px) {
      .sbm-public-sector .covid-cta {
        padding-bottom: 50px; } }
    .sbm-public-sector .covid-cta__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto;
      padding: 25px 0;
      border-radius: 20px;
      background: #f1f6ff; }
      @media (max-width: 767px) {
        .sbm-public-sector .covid-cta__wrapper {
          padding: 40px 30px;
          flex-direction: column; } }
    .sbm-public-sector .covid-cta__image {
      max-width: 270px; }
      @media (max-width: 767px) {
        .sbm-public-sector .covid-cta__image {
          margin-bottom: 10px; } }
    .sbm-public-sector .covid-cta__content {
      max-width: 60%;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sbm-public-sector .covid-cta__content {
          max-width: 100%;
          margin-left: 0;
          text-align: center; } }
    .sbm-public-sector .covid-cta__title {
      margin-bottom: 10px;
      font-family: 'Mulish', sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 32px;
      color: #253246; }
    .sbm-public-sector .covid-cta__text {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 22px;
      color: #253246; }
    .sbm-public-sector .covid-cta__btn {
      background: #fff;
      color: #253246; }
      .sbm-public-sector .covid-cta__btn:hover {
        background: #06adef;
        color: #fff; }
  .sbm-public-sector .ps-problem {
    position: relative;
    padding: 80px 0 200px;
    background: #f3f5f7; }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-problem {
        padding: 70px 0 120px; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-problem {
        padding: 60px 0 80px; } }
    .sbm-public-sector .ps-problem__wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-problem__wrapper {
          flex-direction: column; } }
    .sbm-public-sector .ps-problem__image {
      width: 100%;
      max-width: 35%; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-problem__image {
          max-width: 40%;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-problem__image {
          max-width: 70%; } }
    .sbm-public-sector .ps-problem__content {
      width: 100%;
      max-width: 50%;
      margin-left: 50px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-problem__content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-public-sector .ps-problem__title {
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      color: #253246;
      margin-bottom: 15px; }
    .sbm-public-sector .ps-problem__text {
      font-size: 16px;
      line-height: 22px;
      color: #253246;
      margin-bottom: 25px; }
    .sbm-public-sector .ps-problem__decorative {
      font-family: 'Mulish', sans-serif;
      font-size: 80px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      color: #d7dfef; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-problem__decorative {
          font-size: 50px; } }
    .sbm-public-sector .ps-problem__shape {
      position: absolute;
      bottom: 0; }
  .sbm-public-sector .ps-solution {
    position: relative;
    padding: 60px 0 100px;
    overflow: hidden;
    background: #fff; }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-solution {
        padding: 40px 0 60px; } }
    .sbm-public-sector .ps-solution__wrapper {
      position: relative;
      display: flex;
      align-items: center;
      z-index: 1; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-solution__wrapper {
          flex-direction: column-reverse; } }
    .sbm-public-sector .ps-solution__image {
      position: relative;
      width: 100%;
      max-width: 50%; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-solution__image {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-solution__image {
          max-width: 100%; } }
    .sbm-public-sector .ps-solution__content {
      width: 100%;
      max-width: 50%;
      margin-right: 50px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-solution__content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-public-sector .ps-solution__title {
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246;
      margin-bottom: 15px; }
    .sbm-public-sector .ps-solution__text {
      font-size: 16px;
      line-height: 22px;
      color: #253246;
      margin-bottom: 25px; }
    .sbm-public-sector .ps-solution__decorative {
      font-family: 'Mulish', sans-serif;
      font-size: 80px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      color: #d7dfef; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-solution__decorative {
          font-size: 50px; } }
  .sbm-public-sector .ps-organized {
    padding: 50px 0 80px; }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-organized {
        padding: 40px 0 70px; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-organized {
        padding: 30px 0 60px; } }
    .sbm-public-sector .ps-organized__wrapper {
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-organized__wrapper {
          flex-direction: column; } }
    .sbm-public-sector .ps-organized__image {
      position: relative;
      width: 100%;
      max-width: 50%; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-organized__image {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-organized__image {
          max-width: 80%; } }
    .sbm-public-sector .ps-organized__content {
      width: 100%;
      max-width: 50%;
      margin-left: 100px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-organized__content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-public-sector .ps-organized__title {
      margin-bottom: 15px;
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246; }
    .sbm-public-sector .ps-organized__text {
      margin-bottom: 25px;
      font-size: 16px;
      line-height: 22px;
      color: #253246; }
  .sbm-public-sector .ps-work {
    padding: 100px 0;
    background: #f3f5f7; }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-work {
        padding: 70px 0; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-work {
        padding: 60px 0; } }
    .sbm-public-sector .ps-work__header {
      margin-bottom: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-work__header {
          margin-bottom: 40px; } }
      .sbm-public-sector .ps-work__header-title {
        margin-bottom: 15px;
        font-family: 'Mulish', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #253246; }
      .sbm-public-sector .ps-work__header-subtitle {
        max-width: 520px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 22px;
        color: #253246; }
    .sbm-public-sector .ps-work__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -90px;
      counter-reset: item; }
      @media (max-width: 1200px) {
        .sbm-public-sector .ps-work__list {
          margin: 0; } }
    .sbm-public-sector .ps-work__item {
      position: relative;
      width: calc(33.333% - 180px);
      padding: 30px 0;
      margin: 0 90px 50px;
      text-align: center;
      z-index: 1; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-work__item {
          width: calc(33.333% - 60px);
          margin: 0 30px 50px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-work__item {
          width: 100%;
          padding: 0 0 0 50px;
          margin: 0 0 50px;
          text-align: left; }
          .sbm-public-sector .ps-work__item:last-child {
            margin-bottom: 30px; } }
      .sbm-public-sector .ps-work__item:before {
        position: absolute;
        counter-increment: item;
        content: counter(item);
        font-family: 'Mulish', sans-serif;
        font-size: 240px;
        font-weight: 700;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-work__item:before {
            font-size: 70px;
            top: 50%;
            left: 0;
            transform: translateY(-50%); } }
      .sbm-public-sector .ps-work__item-header {
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-work__item-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px; } }
      .sbm-public-sector .ps-work__item-icon {
        margin-bottom: 20px;
        font-size: 30px;
        color: #253246; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-work__item-icon {
            margin: 0 15px 0 0; } }
      .sbm-public-sector .ps-work__item-title {
        font-family: 'Mulish', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #253246; }
      .sbm-public-sector .ps-work__item-text {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #253246; }
    .sbm-public-sector .ps-work__footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 450px;
      margin: 40px auto 0;
      text-align: center; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-work__footer {
          margin: 20px auto 0; } }
      .sbm-public-sector .ps-work__footer-info {
        margin: 25px 0 0;
        font-size: 14px;
        font-weight: 400;
        color: #253246; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-work__footer-info {
            font-size: 16px; } }
  .sbm-public-sector .ps-security {
    position: relative;
    min-height: auto;
    z-index: 2; }
    @media (min-width: 1025px) {
      .sbm-public-sector .ps-security {
        padding: 85px 0; } }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-security {
        padding-top: 40px;
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-security {
        padding-top: 50px;
        padding-bottom: 30px; } }
    .sbm-public-sector .ps-security__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__wrapper {
          flex-direction: column; } }
      .sbm-public-sector .ps-security__wrapper .show-on-mob {
        text-align: center;
        margin-bottom: 15px;
        display: none; }
        .sbm-public-sector .ps-security__wrapper .show-on-mob .ps-security__title--mobile {
          display: block; }
          @media (max-width: 767px) {
            .sbm-public-sector .ps-security__wrapper .show-on-mob .ps-security__title--mobile {
              margin-bottom: 5px; } }
        .sbm-public-sector .ps-security__wrapper .show-on-mob .ps-security__subtitle--mobile {
          display: block; }
        @media (max-width: 1024px) {
          .sbm-public-sector .ps-security__wrapper .show-on-mob {
            display: block; } }
    .sbm-public-sector .ps-security__media {
      width: 100%;
      display: flex;
      flex-direction: column;
      max-width: 35%;
      flex-basis: 35%; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__media {
          max-width: 380px;
          margin: 5px auto 20px; } }
    .sbm-public-sector .ps-security__content {
      max-width: calc(50% - 60px);
      margin-left: 60px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-public-sector .ps-security__title {
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #253246; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__title {
          display: none; } }
      .sbm-public-sector .ps-security__title .highlight {
        color: #06adef; }
    .sbm-public-sector .ps-security__subtitle {
      margin-bottom: 15px;
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #253246; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__subtitle {
          display: none; } }
    .sbm-public-sector .ps-security__text {
      margin-bottom: 25px;
      font-size: 16px;
      line-height: 22px;
      color: #253246; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__text {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-security__text {
          margin-bottom: 15px; } }
    .sbm-public-sector .ps-security__btn {
      background: #f3f5f7;
      color: #253246; }
      .sbm-public-sector .ps-security__btn:hover {
        background: #06adef;
        color: #fff; }
    .sbm-public-sector .ps-security__logos {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin: 70px -30px 0; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-security__logos {
          margin-top: 30px; }
          .sbm-public-sector .ps-security__logos img {
            min-width: 100px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-security__logos {
          margin-left: -20px;
          margin-right: -20px; } }
      .sbm-public-sector .ps-security__logos li {
        margin: 0 15px; }
        @media (max-width: 767px) {
          .sbm-public-sector .ps-security__logos li {
            margin-bottom: 20px; } }
        .sbm-public-sector .ps-security__logos li img {
          min-width: 110px; }
  .sbm-public-sector .ps-about-us {
    position: relative;
    padding: 110px 0;
    z-index: 1; }
    @media (max-width: 1024px) {
      .sbm-public-sector .ps-about-us {
        padding: 70px 0; } }
    @media (max-width: 767px) {
      .sbm-public-sector .ps-about-us {
        padding: 60px 0; } }
    .sbm-public-sector .ps-about-us:before {
      position: absolute;
      content: '';
      width: 150%;
      height: 100%;
      left: -25%;
      top: -100%;
      border-radius: 50%;
      box-shadow: inset 18px -25px 46px 0px rgba(86, 153, 196, 0.08);
      z-index: 0; }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-about-us:before {
          height: 20%;
          top: -20%; } }
    .sbm-public-sector .ps-about-us__wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-about-us__wrapper {
          flex-direction: column-reverse; } }
    .sbm-public-sector .ps-about-us__content {
      max-width: 45%;
      margin-right: 100px; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-about-us__content {
          max-width: 100%;
          margin: 0;
          text-align: center; } }
    .sbm-public-sector .ps-about-us__image {
      max-width: 50%; }
      @media (max-width: 1024px) {
        .sbm-public-sector .ps-about-us__image {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .sbm-public-sector .ps-about-us__image {
          max-width: 80%;
          margin-bottom: 20px; } }
    .sbm-public-sector .ps-about-us__title {
      margin-bottom: 10px;
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #253246; }
    .sbm-public-sector .ps-about-us__text {
      font-size: 16px;
      line-height: 22px;
      color: #253246;
      margin-bottom: 25px; }

.categories-for-asia__wrapper.beauty-asia__wrapper .title .highlight {
  color: #ff476a; }

.categories-for-asia__wrapper.fitness-asia__wrapper .as-section__category-carousel {
  background: #f1f6ff; }
  .categories-for-asia__wrapper.fitness-asia__wrapper .as-section__category-carousel:after {
    background: #f1f6ff; }

.categories-for-asia__wrapper .container {
  width: 100%;
  max-width: 1200px; }

.categories-for-asia__wrapper .section-header {
  margin-bottom: 45px;
  text-align: center; }

.categories-for-asia__wrapper .vertical {
  writing-mode: vertical-lr; }

.categories-for-asia__wrapper .title {
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  color: #253246;
  line-height: 1.3; }
  .categories-for-asia__wrapper .title .highlight {
    color: #06adef; }
  .categories-for-asia__wrapper .title.title--h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .categories-for-asia__wrapper .title.title--h1 {
        font-size: 36px; } }
  .categories-for-asia__wrapper .title.title--h2 {
    font-size: 30px; }
    @media (max-width: 767px) {
      .categories-for-asia__wrapper .title.title--h2 {
        font-size: 26px; } }
  .categories-for-asia__wrapper .title.title--h3 {
    font-size: 20px; }
    @media (max-width: 767px) {
      .categories-for-asia__wrapper .title.title--h3 {
        font-size: 18px; } }

.categories-for-asia__wrapper .btn-bar {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .categories-for-asia__wrapper .btn-bar .sb-btn {
    margin: 5px; }

.categories-for-asia__wrapper .app-links {
  display: flex;
  margin: 5px -5px -5px -5px; }
  @media (max-width: 1024px) {
    .categories-for-asia__wrapper .app-links {
      justify-content: center;
      margin: 5px -5px 5px; } }
  .categories-for-asia__wrapper .app-links__link {
    display: block;
    max-width: 135px;
    width: 100%;
    margin: 5px;
    filter: invert(0.5) sepia(1) hue-rotate(180deg) saturate(0.6) brightness(1);
    transition: .3s ease; }
    .categories-for-asia__wrapper .app-links__link:hover {
      filter: none; }

.categories-for-asia__wrapper .review-companies {
  margin-top: 30px;
  text-align: center; }

.categories-for-asia__wrapper .features__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .categories-for-asia__wrapper .features__list {
      max-width: 500px; } }
  .categories-for-asia__wrapper .features__list li {
    min-height: 100px;
    width: calc(33.33% - 60px);
    max-width: 300px;
    margin: 0 20px 30px;
    text-align: center;
    transition: all 0.2s ease; }
    @media (max-width: 767px) {
      .categories-for-asia__wrapper .features__list li {
        display: flex;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        min-height: 10px;
        margin: 0 0 20px 0;
        text-align: left; }
        .categories-for-asia__wrapper .features__list li:last-child {
          margin-bottom: 0; } }
  .categories-for-asia__wrapper .features__list picture {
    position: relative;
    display: block;
    max-width: 100px;
    max-height: 100px;
    flex-shrink: 0;
    margin: 0 auto 10px; }
    @media (max-width: 767px) {
      .categories-for-asia__wrapper .features__list picture {
        margin: 0 10px 0 0;
        min-width: 80px;
        height: 80px;
        width: 80px; } }
  .categories-for-asia__wrapper .features__list .title--h3 {
    margin-bottom: 7px;
    font-size: 18px; }
  .categories-for-asia__wrapper .features__list p {
    min-height: 40px; }

.categories-for-asia__wrapper .slick-dots {
  padding-top: 20px;
  position: relative;
  bottom: 0; }
  .categories-for-asia__wrapper .slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #253246; }
    .categories-for-asia__wrapper .slick-dots li button:before {
      display: none; }
  .categories-for-asia__wrapper .slick-dots li.slick-active button {
    background: #253246; }

.beauty-asia-faq__title {
  text-align: center;
  margin-bottom: 50px; }

.beauty-asia-faq__list {
  max-width: calc(50% - 50px);
  width: 100%;
  margin: 0 25px; }
  @media (max-width: 1024px) {
    .beauty-asia-faq__list {
      max-width: 100%;
      margin: 0; } }
  .beauty-asia-faq__list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px; }
    @media (max-width: 1024px) {
      .beauty-asia-faq__list-wrapper {
        margin: 0; } }

.beauty-asia-faq__item {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  transition: .3s ease;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .beauty-asia-faq__item {
      margin-bottom: 25px; } }
  .beauty-asia-faq__item:hover, .beauty-asia-faq__item.active {
    border-color: #ff476a; }
  .beauty-asia-faq__item.active .beauty-asia-faq__item-title:before {
    transform: rotate(90deg); }
  .beauty-asia-faq__item-title {
    position: relative;
    color: #253246;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px; }
    .beauty-asia-faq__item-title:before, .beauty-asia-faq__item-title:after {
      display: block;
      content: "";
      position: absolute;
      width: 4px;
      height: 18px;
      left: 0;
      top: 3px;
      background-color: #ff476a;
      transition: all .3s ease; }
    .beauty-asia-faq__item-title:after {
      transform: rotate(90deg); }
  .beauty-asia-faq__item-text {
    overflow: hidden;
    margin: 0;
    transition: .3s ease; }
    .beauty-asia-faq__item-text.expanded {
      padding-top: 30px; }

.as-section__wrapper {
  overflow-x: hidden; }

.as-section.main-top-section {
  padding-top: 130px;
  padding-bottom: 60px; }
  .as-section.main-top-section #header-btn-bar {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .as-section.main-top-section #header-btn-bar {
        justify-content: center; } }
    .as-section.main-top-section #header-btn-bar .sbm-btn-reg, .as-section.main-top-section #header-btn-bar .sbm-btn-demo {
      margin: 5px; }
  .as-section.main-top-section .category--container {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .as-section.main-top-section .category--container {
        flex-direction: column;
        flex-wrap: wrap; } }
    .as-section.main-top-section .category--container .category--content {
      width: auto;
      max-width: 58%;
      text-align: left;
      padding-right: 80px; }
      .as-section.main-top-section .category--container .category--content .section-header {
        text-align: left;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .as-section.main-top-section .category--container .category--content .section-header {
            text-align: center; } }
      @media (max-width: 1024px) {
        .as-section.main-top-section .category--container .category--content {
          width: 100%;
          max-width: 800px;
          text-align: center;
          padding: 0;
          margin: 0 auto 20px auto; } }
    .as-section.main-top-section .category--container .category--picture {
      width: 50%; }
      @media (max-width: 1024px) {
        .as-section.main-top-section .category--container .category--picture {
          width: 100%;
          max-width: 500px; } }

.as-section__category-carousel {
  padding: 50px 0 10px 0;
  margin-bottom: 50px;
  background: #ffebef;
  position: relative; }
  .as-section__category-carousel:after {
    content: "";
    display: block;
    position: absolute;
    min-width: 180%;
    height: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    background: #ffebef;
    bottom: -50px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .as-section__category-carousel:after {
        min-width: 220%; } }
  .as-section__category-carousel .container {
    position: relative;
    z-index: 2; }
  .as-section__category-carousel .section-header {
    text-align: center; }
  .as-section__category-carousel .btn-bar {
    display: block;
    text-align: center; }

.as-section .beauty-asia__carousel-item {
  padding: 15px;
  text-align: center;
  color: #253246; }
  .as-section .beauty-asia__carousel-item .item__picture {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 180px;
    text-align: center;
    margin: 0 auto 15px auto; }
    .as-section .beauty-asia__carousel-item .item__picture img {
      display: inline-block;
      height: 150px; }
  .as-section .beauty-asia__carousel-item .item__title {
    padding-top: 5px;
    font-size: 25px; }

.as-section__chart-section {
  padding: 20px 0 50px 0; }
  .as-section__chart-section .section-header {
    margin-bottom: 50px; }
  .as-section__chart-section .chart-section__chart {
    padding: 40px 30px;
    box-shadow: 0px 0px 30px -10px rgba(37, 50, 70, 0.15);
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto; }
    @media (max-width: 990px) {
      .as-section__chart-section .chart-section__chart {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .as-section__chart-section .chart-section__chart {
        padding: 25px 15px; } }
  .as-section__chart-section .chart-section__body-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #253246;
    margin-bottom: 100px;
    padding-left: 40px; }
    @media (max-width: 990px) {
      .as-section__chart-section .chart-section__body-row {
        padding-left: 0;
        flex-direction: column;
        justify-content: center; } }
  .as-section__chart-section .chart-section__title {
    position: relative; }
    .as-section__chart-section .chart-section__title.vertical {
      position: absolute;
      margin: 0 20px 0 0;
      letter-spacing: 2px;
      font-weight: 300;
      left: 0; }
      @media (max-width: 990px) {
        .as-section__chart-section .chart-section__title.vertical {
          position: relative;
          writing-mode: unset !important;
          margin: 0 0 20px 0; } }
  .as-section__chart-section .chart-section__scroll {
    width: 100%; }
    @media (max-width: 767px) {
      .as-section__chart-section .chart-section__scroll {
        overflow: auto;
        padding: 10px 0 42px 0; } }
  .as-section__chart-section .chart-section__chart-content {
    width: 100%;
    padding-left: 60px;
    position: relative; }
    @media (max-width: 767px) {
      .as-section__chart-section .chart-section__chart-content {
        padding-left: 50px;
        min-width: 640px; } }
    .as-section__chart-section .chart-section__chart-content:before, .as-section__chart-section .chart-section__chart-content:after {
      content: '';
      display: block;
      height: 80%;
      width: 30%;
      position: absolute;
      top: 0;
      background: #ffebef;
      z-index: -1; }
    .as-section__chart-section .chart-section__chart-content:before {
      width: 35%;
      left: 60px; }
      @media (max-width: 767px) {
        .as-section__chart-section .chart-section__chart-content:before {
          left: 50px; } }
    .as-section__chart-section .chart-section__chart-content:after {
      right: 0;
      width: 25%; }
  .as-section__chart-section .chart-section__item {
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 990px) {
      .as-section__chart-section .chart-section__item {
        min-height: 50px; } }
    .as-section__chart-section .chart-section__item:first-child {
      border-top: 1px solid #ccc; }
    .as-section__chart-section .chart-section__item:last-child {
      border-bottom: none; }
    .as-section__chart-section .chart-section__item-cart-line {
      border: none;
      height: 80%;
      width: calc(100% - 60px);
      position: absolute;
      top: 0;
      left: 60px;
      z-index: 1;
      overflow: hidden;
      background: url(/v2/images/simplybook/beauty-landing--asia/chart-line.png) no-repeat;
      background-size: contain;
      background-position: top 40px center; }
      @media (max-width: 767px) {
        .as-section__chart-section .chart-section__item-cart-line {
          width: calc(100% - 50px);
          left: 50px;
          background-size: 620px; } }
      .as-section__chart-section .chart-section__item-cart-line .item-cart-line__data {
        display: flex;
        justify-content: space-between; }
      .as-section__chart-section .chart-section__item-cart-line .item-cart-line__item {
        padding: 5px;
        margin: 5px;
        font-size: 14px;
        width: 50%;
        text-align: right; }
  .as-section__chart-section .chart-section__percent-val {
    position: absolute;
    left: -50px;
    top: -13px; }
  .as-section__chart-section .chart-section__time {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 80px; }
    .as-section__chart-section .chart-section__time-val {
      font-weight: 600;
      writing-mode: vertical-lr; }
  .as-section__chart-section .chart-section__users-row {
    margin-top: -80px; }
    .as-section__chart-section .chart-section__users-row .btn-bar {
      text-align: center;
      display: block;
      padding-top: 25px; }
  .as-section__chart-section .chart-section__users {
    display: flex;
    justify-content: center;
    margin: 0 -35px 0 -35px; }
    @media (max-width: 767px) {
      .as-section__chart-section .chart-section__users {
        margin: 0 -15px 0 -15px;
        flex-wrap: wrap; } }
    .as-section__chart-section .chart-section__users-item {
      margin: 5px 35px;
      text-align: center; }
      @media (max-width: 767px) {
        .as-section__chart-section .chart-section__users-item {
          margin: 5px 15px 25px 15px; }
          .as-section__chart-section .chart-section__users-item:last-child {
            margin-bottom: 0; } }
    .as-section__chart-section .chart-section__users-img {
      height: 150px;
      width: 150px;
      border-radius: 50%;
      border: 15px solid #fff;
      box-shadow: 0px 0px 30px -10px rgba(37, 50, 70, 0.15);
      display: inline-block;
      margin: 0 auto 20px auto;
      background: #ccc;
      overflow: hidden; }
      @media (max-width: 767px) {
        .as-section__chart-section .chart-section__users-img {
          margin-bottom: 8px; } }
    .as-section__chart-section .chart-section__users-title {
      font-weight: 300;
      font-size: 18px; }

.as-section__features {
  padding: 50px 0; }
  .as-section__features .btn-bar {
    margin: 0;
    display: block;
    padding-top: 20px;
    text-align: center; }

.as-section__reviews {
  position: relative;
  padding: 80px 0 150px 0;
  overflow: hidden; }
  @media (max-width: 480px) {
    .as-section__reviews {
      padding: 60px 0 110px 0; } }
  .as-section__reviews .category--shape {
    position: absolute;
    width: 100%;
    min-width: 3000px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1920px) {
      .as-section__reviews .category--shape {
        min-width: 1940px; } }
    @media (max-width: 1600px) {
      .as-section__reviews .category--shape {
        min-width: 1600px; } }
    @media (max-width: 1440px) {
      .as-section__reviews .category--shape {
        min-width: 1440px; } }
    @media (max-width: 1200px) {
      .as-section__reviews .category--shape {
        min-width: 1200px; } }
    @media (max-width: 768px) {
      .as-section__reviews .category--shape {
        min-width: 768px; } }
    @media (max-width: 480px) {
      .as-section__reviews .category--shape {
        min-width: 480px; } }
    .as-section__reviews .category--shape path {
      fill: #fff; }
    .as-section__reviews .category--shape--top {
      top: -340px; }
      @media (max-width: 1920px) {
        .as-section__reviews .category--shape--top {
          top: -220px; } }
      @media (max-width: 1600px) {
        .as-section__reviews .category--shape--top {
          top: -180px; } }
      @media (max-width: 1440px) {
        .as-section__reviews .category--shape--top {
          top: -156px; } }
      @media (max-width: 1200px) {
        .as-section__reviews .category--shape--top {
          top: -130px; } }
      @media (max-width: 768px) {
        .as-section__reviews .category--shape--top {
          top: -76px; } }
      @media (max-width: 480px) {
        .as-section__reviews .category--shape--top {
          top: -50px; } }
    .as-section__reviews .category--shape--bottom {
      bottom: -410px; }
      @media (max-width: 1920px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -240px; } }
      @media (max-width: 1600px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -190px; } }
      @media (max-width: 1440px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -160px; } }
      @media (max-width: 1200px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -120px; } }
      @media (max-width: 768px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -46px; } }
      @media (max-width: 480px) {
        .as-section__reviews .category--shape--bottom {
          bottom: -30px; } }
  .as-section__reviews .reviews__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .as-section__reviews .reviews__list {
        margin: 0; } }
  .as-section__reviews .reviews__item {
    width: calc(50% - 30px);
    max-width: 420px;
    margin: 10px 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .as-section__reviews .reviews__item {
        width: 100%;
        margin: 10px 0;
        max-width: 600px; } }
  .as-section__reviews .reviews__item-content {
    padding: 30px 25px 90px 25px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    height: 100%; }
  .as-section__reviews .reviews__item-image {
    display: block;
    text-align: center;
    margin-bottom: 25px; }
  .as-section__reviews .reviews__item-text {
    margin-bottom: 25px;
    text-align: left;
    font-size: 15px; }
  .as-section__reviews .reviews__item-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 210px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 5px 20px;
    font-size: 16px;
    color: #253246;
    background: #f1f6ff; }
    .as-section__reviews .reviews__item-link .ico {
      margin-left: 25px; }
    .as-section__reviews .reviews__item-link:hover, .as-section__reviews .reviews__item-link:active {
      color: #253246;
      background: #f1f6ff; }

.as-section__discount {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .as-section__discount {
      text-align: center; } }
  .as-section__discount .section-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .as-section__discount .section-header .title svg {
      width: auto;
      max-height: 48px;
      margin: 0 5px; }
  .as-section__discount .discount__key-point--wrapper {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    max-width: 1100px;
    margin-bottom: -400px; }
    @media (max-width: 1024px) {
      .as-section__discount .discount__key-point--wrapper {
        max-width: 890px;
        margin-bottom: -360px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .as-section__discount .discount__key-point--wrapper {
        position: relative;
        max-width: 500px;
        margin-bottom: -80px; } }
    @media (max-width: 540px) {
      .as-section__discount .discount__key-point--wrapper {
        max-width: 300px;
        margin-bottom: 0;
        min-height: 350px; } }
  .as-section__discount .discount__key-point--item {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .as-section__discount .discount__key-point--item {
        flex-wrap: wrap; } }
    .as-section__discount .discount__key-point--item:nth-child(1) {
      margin-bottom: -20px; }
      @media (max-width: 1024px) {
        .as-section__discount .discount__key-point--item:nth-child(1) {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .as-section__discount .discount__key-point--item:nth-child(1) .discount__key-point--logo {
          width: 100%;
          margin-bottom: 15px; }
          .as-section__discount .discount__key-point--item:nth-child(1) .discount__key-point--logo img {
            max-width: 220px; } }
    .as-section__discount .discount__key-point--item:nth-child(2) {
      max-width: 980px; }
      @media (max-width: 767px) {
        .as-section__discount .discount__key-point--item:nth-child(2) .discount__key-point--couple {
          position: absolute;
          right: 0;
          top: 80px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 312px; } }
      @media (max-width: 540px) {
        .as-section__discount .discount__key-point--item:nth-child(2) .discount__key-point--couple {
          top: 66px;
          width: 140px;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .as-section__discount .discount__key-point--item:nth-child(2) .discount__key-point--img {
          position: absolute;
          left: -110px;
          bottom: -280px; } }
    .as-section__discount .discount__key-point--item img {
      max-height: 300px; }
      @media (max-width: 1024px) {
        .as-section__discount .discount__key-point--item img {
          max-height: 260px;
          max-width: 260px; } }
  .as-section__discount .discount__key-point--txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #253246;
    line-height: 1;
    background: #ffebef;
    height: 160px;
    width: 160px; }
    @media (max-width: 1024px) {
      .as-section__discount .discount__key-point--txt {
        font-size: 20px;
        height: 140px;
        width: 140px; } }
    .as-section__discount .discount__key-point--txt.point-1 {
      height: 176px;
      width: 176px;
      position: relative; }
      .as-section__discount .discount__key-point--txt.point-1:before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 0;
        background: #ff476a; }
      @media (max-width: 1024px) {
        .as-section__discount .discount__key-point--txt.point-1 {
          height: 156px;
          width: 156px; }
          .as-section__discount .discount__key-point--txt.point-1:before {
            width: 40px;
            height: 40px; } }
      @media (max-width: 540px) {
        .as-section__discount .discount__key-point--txt.point-1 {
          height: 140px;
          width: 140px; } }
    .as-section__discount .discount__key-point--txt.point-2 {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .as-section__discount .discount__key-point--txt.point-2 {
          margin-left: 0; } }
    .as-section__discount .discount__key-point--txt.point-3 {
      background: #ff476a;
      margin-top: -55px;
      color: #fff;
      z-index: -1; }
      @media (max-width: 767px) {
        .as-section__discount .discount__key-point--txt.point-3 {
          margin-top: 0;
          z-index: 0; } }
      @media (max-width: 540px) {
        .as-section__discount .discount__key-point--txt.point-3 {
          left: -78px; } }
  .as-section__discount .asian-model {
    margin-left: 15%; }
    @media (max-width: 1024px) {
      .as-section__discount .asian-model {
        max-height: 480px;
        margin-left: -30px; } }
    @media (max-width: 767px) {
      .as-section__discount .asian-model {
        margin-left: 20%;
        max-height: 420px; } }
  .as-section__discount .category--shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-49%);
    width: 106%;
    fill: #ffebef; }

.as-section__steps {
  padding: 50px 0; }
  .as-section__steps .section-header {
    margin-bottom: 60px; }
  .as-section__steps .steps-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    .as-section__steps .steps-content:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .as-section__steps .steps-content {
        flex-direction: column; } }
    .as-section__steps .steps-content__item {
      width: 100%;
      max-width: 47%;
      text-align: center; }
      @media (max-width: 767px) {
        .as-section__steps .steps-content__item {
          max-width: 500px;
          margin: 0 auto; } }
      .as-section__steps .steps-content__item-txt {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 325px;
        text-align: center;
        padding-top: 30px; }
        @media (max-width: 767px) {
          .as-section__steps .steps-content__item-txt {
            margin-top: 20px;
            margin-bottom: 40px; } }
        .as-section__steps .steps-content__item-txt .number {
          position: absolute;
          content: '';
          font-size: 240px;
          font-weight: 600;
          line-height: 1;
          font-family: "Mulish", sans-serif;
          color: #F1F6FF;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -1; }
        .as-section__steps .steps-content__item-txt picture {
          width: 35px;
          margin-bottom: 10px; }
        .as-section__steps .steps-content__item-txt .title {
          font-size: 24px; }
        .as-section__steps .steps-content__item-txt .p, .as-section__steps .steps-content__item-txt .link {
          font-size: 20px; }
      .as-section__steps .steps-content__item-img {
        border-radius: 20px;
        box-shadow: 0px 0px 30px -10px rgba(37, 50, 70, 0.15);
        overflow: hidden;
        position: relative;
        height: 320px; }
        @media (max-width: 1024px) {
          .as-section__steps .steps-content__item-img {
            height: 220px; } }
        .as-section__steps .steps-content__item-img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          object-fit: cover; }
  .as-section__steps .step-content__2 {
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .as-section__steps .step-content__2 {
        flex-direction: column; } }

.as-section__line-bot {
  background: #ffebef;
  padding: 60px 0; }
  .as-section__line-bot .line-bot__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .as-section__line-bot .line-bot__content {
        flex-direction: column; } }
  .as-section__line-bot .line-bot__picture {
    max-width: 340px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .as-section__line-bot .line-bot__picture {
        margin-right: 0;
        margin-bottom: 20px; } }
    .as-section__line-bot .line-bot__picture img {
      height: auto; }
  .as-section__line-bot .line-bot__data {
    max-width: 500px; }
  .as-section__line-bot .line-bot__list-item {
    position: relative;
    padding-left: 30px;
    color: #253246;
    margin-bottom: 15px; }
    .as-section__line-bot .line-bot__list-item:before {
      color: #ff476a;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 600;
      content: "\f00c"; }
    .as-section__line-bot .line-bot__list-item:last-child {
      margin-bottom: 0; }
  .as-section__line-bot .btn-bar {
    text-align: center;
    display: block; }
    .as-section__line-bot .btn-bar .decor {
      text-align: center;
      font-weight: 500;
      color: #ff476a;
      font-size: 22px;
      margin: 0 auto 38px auto; }
      .as-section__line-bot .btn-bar .decor i {
        position: relative;
        color: #00c900;
        font-size: 50px;
        margin: 0 10px; }
    .as-section__line-bot .btn-bar .btn--primary {
      position: relative; }
      .as-section__line-bot .btn-bar .btn--primary .ico {
        margin-left: 15px; }
      .as-section__line-bot .btn-bar .btn--primary .icon {
        position: absolute;
        bottom: 28%;
        left: 107%;
        display: block;
        height: 70px;
        width: 42px;
        transform: rotate(34deg);
        background-repeat: no-repeat; }

.as-section__iframe-form {
  padding: 50px 0;
  background: #fcfcfc; }
  .as-section__iframe-form .wrap-iframe-form {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 583px;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .as-section__iframe-form .wrap-iframe-form {
        max-width: 340px;
        height: 724px; } }
    .as-section__iframe-form .wrap-iframe-form iframe {
      display: block;
      width: 100% !important;
      height: 100% !important; }

.as-section-faq {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .as-section-faq {
      padding: 60px 0; } }

.as-section__second-carousel {
  padding: 50px 0; }

.beauty-asia.as-section__reviews {
  background: #ffebef; }

.beauty-asia.as-section__benefits {
  position: relative;
  background: #ffebef;
  padding-top: 50px;
  padding-bottom: 130px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .beauty-asia.as-section__benefits {
      padding-bottom: 100px; } }
  @media (max-width: 540px) {
    .beauty-asia.as-section__benefits {
      padding-bottom: 80px; } }
  .beauty-asia.as-section__benefits .container {
    position: relative;
    z-index: 2; }
  .beauty-asia.as-section__benefits .benefits__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -15px 45px -15px;
    flex-wrap: wrap; }
  .beauty-asia.as-section__benefits .benefits__item {
    width: calc(33.33% - 30px);
    margin: 5px 15px;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #253246; }
    .beauty-asia.as-section__benefits .benefits__item img {
      max-height: 70px;
      margin-bottom: 10px; }
  .beauty-asia.as-section__benefits .btn-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center; }
  .beauty-asia.as-section__benefits .category--shape {
    position: absolute;
    bottom: auto;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    fill: #fff; }
    @media (max-width: 540px) {
      .beauty-asia.as-section__benefits .category--shape {
        top: 92%; } }

.fitness-asia .fitness-carousel__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 0; }

.fitness-asia .fitness-carousel__header {
  width: 48%;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .fitness-asia .fitness-carousel__header {
      width: 100%;
      padding-top: 0; } }
  .fitness-asia .fitness-carousel__header .title.title--h3 {
    font-size: 30px; }
    @media (max-width: 1024px) {
      .fitness-asia .fitness-carousel__header .title.title--h3 {
        font-size: 22px; } }

.fitness-asia .fitness-carousel__image-part {
  width: 49%; }
  @media (max-width: 767px) {
    .fitness-asia .fitness-carousel__image-part {
      width: 100%; } }
  .fitness-asia .fitness-carousel__image-part img {
    max-height: 386px; }

.fitness-asia .fitness-carousel__title-one {
  margin-bottom: 20px; }

.fitness-asia.as-section__line-bot {
  background: #f1f6ff; }
  .fitness-asia.as-section__line-bot .line-bot__picture img {
    max-height: 300px; }
  .fitness-asia.as-section__line-bot .line-bot__list-item:before {
    color: #06adef; }
  .fitness-asia.as-section__line-bot .btn-bar .decor {
    color: #253246; }
    .fitness-asia.as-section__line-bot .btn-bar .decor img {
      margin: 0 5px;
      max-height: 40px;
      max-width: 54px; }

.fitness-asia.as-section__reviews {
  background: #a1e4ff; }
  @media (max-width: 480px) {
    .fitness-asia.as-section__reviews {
      padding: 60px 0 110px 0; } }

.fitness-asia.as-section__steps {
  padding-top: 0;
  padding-bottom: 70px; }
  .fitness-asia.as-section__steps .steps-content__item-txt .p {
    color: #253246; }

.fitness-asia.as-section__iframe-form .wrap-iframe-form {
  height: 656px; }

.fitness-asia-faq {
  padding: 60px 0; }

@media (min-width: 767px) {
  .tw-asia .title--show-on-mob {
    display: none; } }

@media (max-width: 767px) {
  .tw-asia .title--hide-on-mob {
    display: none !important; } }

.tw-asia .features--shape--bottom {
  position: absolute;
  top: -10px;
  width: 100%;
  min-width: 2560px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-filter: drop-shadow(0 -25px 15px rgba(45, 53, 71, 0.03));
  filter: drop-shadow(0 -25px 15px rgba(45, 53, 71, 0.03)); }
  @media (max-width: 1921px) {
    .tw-asia .features--shape--bottom {
      min-width: 1920px;
      top: 10px; } }
  @media (max-width: 1681px) {
    .tw-asia .features--shape--bottom {
      min-width: 1680px;
      top: 20px; } }
  @media (max-width: 1440px) {
    .tw-asia .features--shape--bottom {
      min-width: 1440px;
      top: 40px; } }
  @media (max-width: 1024px) {
    .tw-asia .features--shape--bottom {
      min-width: 1024px;
      top: -140px; } }
  @media (max-width: 767px) {
    .tw-asia .features--shape--bottom {
      min-width: 768px;
      top: -100px; } }
  @media (max-width: 480px) {
    .tw-asia .features--shape--bottom {
      min-width: 480px;
      top: -80px; } }
  .tw-asia .features--shape--bottom path {
    fill: #fff; }

.tw-asia__hero-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px; }
  @media (max-width: 1024px) {
    .tw-asia__hero-row {
      flex-direction: column;
      text-align: center; } }
  .tw-asia__hero-row--item-content {
    width: 580px;
    min-width: 580px; }
    @media (max-width: 1024px) {
      .tw-asia__hero-row--item-content {
        width: 100%;
        max-width: 600px;
        min-width: 200px; } }
  .tw-asia__hero-row--item-picture {
    width: 100%;
    position: relative; }
    .tw-asia__hero-row--item-picture img {
      position: absolute;
      top: 0;
      transform: translateY(-48%);
      left: 0;
      height: 681px;
      min-width: 681px; }
      @media (max-width: 1024px) {
        .tw-asia__hero-row--item-picture img {
          position: static;
          transform: none;
          height: auto;
          min-width: 200px;
          max-width: 681px;
          margin-top: -60px;
          pointer-events: none; } }
      @media (max-width: 767px) {
        .tw-asia__hero-row--item-picture img {
          max-width: 100%; } }
      @media (max-width: 480px) {
        .tw-asia__hero-row--item-picture img {
          margin-top: -20px; } }
  .tw-asia__hero-row .section-header {
    text-align: left;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .tw-asia__hero-row .section-header {
        text-align: center; } }

.tw-asia__chart-section {
  position: relative;
  padding: 170px 0 0 0;
  z-index: 2; }
  @media (max-width: 1024px) {
    .tw-asia__chart-section {
      padding: 0; } }
  .tw-asia__chart-section .section-header .title--h2 {
    margin-bottom: 15px; }

.tw-asia__chart-phantom {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 20px; }

.tw-asia__chart-picture {
  display: block;
  min-width: 800px; }
  @media (max-width: 766px) {
    .tw-asia__chart-picture {
      min-width: 607px; } }
  .tw-asia__chart-picture img {
    height: 550px; }
    @media (max-width: 766px) {
      .tw-asia__chart-picture img {
        height: 417px; } }

.tw-asia__onlinebooking-table {
  padding-top: 50px; }
  .tw-asia__onlinebooking-table .section-header .title--h2 {
    margin-bottom: 15px; }
  .tw-asia__onlinebooking-table .onlinebooking-table {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 30px -10px rgba(37, 50, 70, 0.2);
    background: #fff;
    z-index: 3; }
    @media (max-width: 1024px) {
      .tw-asia__onlinebooking-table .onlinebooking-table {
        padding: 0;
        box-shadow: none;
        flex-wrap: wrap;
        justify-content: space-around; } }
    .tw-asia__onlinebooking-table .onlinebooking-table--item {
      width: calc(25% - 20px);
      margin: 10px; }
      @media (max-width: 1024px) {
        .tw-asia__onlinebooking-table .onlinebooking-table--item {
          width: calc(100% - 40px);
          max-width: 390px;
          margin: 0 10px 100px 10px;
          padding: 15px;
          background: #fff;
          box-shadow: 0px 5px 30px -10px rgba(37, 50, 70, 0.2);
          border-radius: 10px; }
          .tw-asia__onlinebooking-table .onlinebooking-table--item:last-child {
            margin-bottom: 0; } }
      @media (max-width: 767px) {
        .tw-asia__onlinebooking-table .onlinebooking-table--item {
          width: 100%;
          margin-left: 0;
          margin-right: 0; } }
      .tw-asia__onlinebooking-table .onlinebooking-table--item-header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 52px;
        margin-top: -50px;
        margin-bottom: 15px;
        padding: 5px 15px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 6px 20px -10px rgba(37, 50, 70, 0.25);
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #253246; }
        .tw-asia__onlinebooking-table .onlinebooking-table--item-header svg {
          height: 30px; }
      .tw-asia__onlinebooking-table .onlinebooking-table--item-list-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
        min-height: 48px;
        padding: 8px 10px;
        margin: 0;
        font-size: 14px;
        color: #7a95c7;
        background: #fff;
        border-radius: 3px; }
        .tw-asia__onlinebooking-table .onlinebooking-table--item-list-item:nth-child(odd) {
          background: #f1f6ff; }
        @media (max-width: 1024px) {
          .tw-asia__onlinebooking-table .onlinebooking-table--item-list-item {
            justify-content: flex-start;
            text-align: left; } }
      .tw-asia__onlinebooking-table .onlinebooking-table--item-title-cel {
        display: none; }
        @media (max-width: 1024px) {
          .tw-asia__onlinebooking-table .onlinebooking-table--item-title-cel {
            display: block;
            margin-right: 10px;
            width: 48%;
            min-width: 48%;
            color: #253246; } }
      @media (max-width: 1024px) {
        .tw-asia__onlinebooking-table .onlinebooking-table--item__title {
          display: none; } }
      .tw-asia__onlinebooking-table .onlinebooking-table--item__title .onlinebooking-table--item-header {
        box-shadow: none;
        background: transparent; }
      .tw-asia__onlinebooking-table .onlinebooking-table--item__title .onlinebooking-table--item-list-item {
        font-weight: 500;
        color: #253246; }

.tw-asia__steps-list {
  position: relative;
  padding: 160px 0 60px 0;
  background: #f1f6ff; }
  @media (max-width: 1680px) {
    .tw-asia__steps-list {
      padding-top: 130px; } }
  @media (max-width: 1024px) {
    .tw-asia__steps-list {
      padding-top: 110px; } }
  .tw-asia__steps-list .section-header .title--h2 {
    margin-bottom: 15px; }
  .tw-asia__steps-list .btn-bar {
    display: block;
    padding-top: 30px;
    text-align: center; }
  .tw-asia__steps-list .container {
    position: relative;
    z-index: 2; }
  .tw-asia__steps-list .step-list {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .tw-asia__steps-list .step-list__item {
      position: relative;
      width: calc(25% - 30px);
      max-width: 286px;
      margin: 0 15px 30px 15px;
      padding: 20px 20px 60px;
      background: #FFFFFF;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
      border-radius: 20px;
      text-align: center; }
      @media (max-width: 1023px) {
        .tw-asia__steps-list .step-list__item {
          width: calc(50% - 30px);
          max-width: 310px; } }
      @media (max-width: 540px) {
        .tw-asia__steps-list .step-list__item {
          padding: 0 5px 60px 5px;
          width: 100%;
          max-width: 160px;
          margin: 0 5px 40px 5px; } }
      .tw-asia__steps-list .step-list__item-picture {
        display: inline-block;
        text-align: center; }
      .tw-asia__steps-list .step-list__item-content {
        padding-top: 38px; }
        .tw-asia__steps-list .step-list__item-content .p {
          color: #253246;
          position: relative;
          font-size: 20px;
          font-weight: bold;
          z-index: 3; }
      .tw-asia__steps-list .step-list__item-number {
        position: absolute;
        font-weight: bolder;
        font-family: "Mulish", sans-serif;
        left: 0;
        bottom: 32px;
        font-size: 150px;
        line-height: 120px;
        text-align: center;
        color: #F2F6FF;
        width: 100%;
        z-index: 0;
        pointer-events: none; }
      .tw-asia__steps-list .step-list__item-arrow {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -23px;
        width: 74px;
        margin: 0 auto; }
      .tw-asia__steps-list .step-list__item:nth-child(1) .step-list__item-arrow svg path {
        fill: #FF3259; }
      .tw-asia__steps-list .step-list__item:nth-child(2) .step-list__item-arrow svg path {
        fill: #00D38B; }
      .tw-asia__steps-list .step-list__item:nth-child(3) .step-list__item-arrow svg path {
        fill: #06ADEF; }
      .tw-asia__steps-list .step-list__item:nth-child(4) .step-list__item-arrow svg path {
        fill: #FEC439; }
  .tw-asia__steps-list .topline {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff; }
    @media (max-width: 1680px) {
      .tw-asia__steps-list .topline {
        min-width: 1680px;
        top: -50px; } }
    .tw-asia__steps-list .topline path {
      fill: #f1f6ff !important; }

.tw-asia__category-carousel {
  position: relative;
  background: #f1f6ff;
  padding: 100px 0 150px 0;
  display: flex;
  align-items: center;
  min-height: 50vh; }
  @media (max-width: 1920px) {
    .tw-asia__category-carousel {
      padding: 80px 0 110px 0; } }
  @media (max-width: 1024px) {
    .tw-asia__category-carousel {
      padding: 70px 0 70px 0; } }
  @media (max-width: 480px) {
    .tw-asia__category-carousel {
      padding: 50px 0; } }
  .tw-asia__category-carousel .container {
    position: relative;
    z-index: 2; }
  .tw-asia__category-carousel .categories-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 540px) {
      .tw-asia__category-carousel .categories-list {
        margin: 0 -10px; } }
  .tw-asia__category-carousel .categories-list__item {
    width: calc(20% - 30px);
    max-width: 170px;
    margin: 15px;
    text-align: center; }
    @media (max-width: 1023px) {
      .tw-asia__category-carousel .categories-list__item {
        width: calc(33.33% - 30px);
        margin-bottom: 30px;
        max-width: 225px; } }
    @media (max-width: 540px) {
      .tw-asia__category-carousel .categories-list__item {
        width: calc(50% - 20px);
        margin: 0 10px 30px 10px; } }
    .tw-asia__category-carousel .categories-list__item-picture {
      display: inline-block;
      margin-bottom: 10px;
      background: #fff;
      border-radius: 50%;
      padding: 1px;
      text-align: center; }
      .tw-asia__category-carousel .categories-list__item-picture img {
        border-radius: 50%; }
    .tw-asia__category-carousel .categories-list__item-text {
      color: #253246; }
  .tw-asia__category-carousel .category--shape {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: #fff;
    z-index: 1; }
    @media (max-width: 1920px) {
      .tw-asia__category-carousel .category--shape {
        min-width: 1920px; } }
    @media (max-width: 1440px) {
      .tw-asia__category-carousel .category--shape {
        min-width: 1460px; } }
    @media (max-width: 1024px) {
      .tw-asia__category-carousel .category--shape {
        min-width: 1060px; } }
    @media (max-width: 769px) {
      .tw-asia__category-carousel .category--shape {
        min-width: 780px; } }
    @media (max-width: 480px) {
      .tw-asia__category-carousel .category--shape {
        min-width: 480px; } }
    .tw-asia__category-carousel .category--shape path {
      fill: #f1f6ff !important; }
    .tw-asia__category-carousel .category--shape--top {
      top: -150px; }
      @media (max-width: 1920px) {
        .tw-asia__category-carousel .category--shape--top {
          top: -140px; } }
      @media (max-width: 1440px) {
        .tw-asia__category-carousel .category--shape--top {
          top: -100px; } }
      @media (max-width: 850px) {
        .tw-asia__category-carousel .category--shape--top {
          top: -80px; } }
      @media (max-width: 769px) {
        .tw-asia__category-carousel .category--shape--top {
          top: -45px; } }
    .tw-asia__category-carousel .category--shape--bottom {
      bottom: -100px; }
      @media (max-width: 1440px) {
        .tw-asia__category-carousel .category--shape--bottom {
          bottom: -60px; } }
      @media (max-width: 850px) {
        .tw-asia__category-carousel .category--shape--bottom {
          bottom: -45px; } }
      @media (max-width: 769px) {
        .tw-asia__category-carousel .category--shape--bottom {
          bottom: -30px; } }
  .tw-asia__category-carousel .btn-bar {
    display: block;
    text-align: center;
    padding-top: 15px; }

.tw-asia__check-list--item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px; }
  .tw-asia__check-list--item-icon {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    height: 20px;
    width: 30px;
    color: #06adef; }
    .tw-asia__check-list--item-icon svg {
      height: 16px; }

.tw-asia__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .tw-asia__row {
      flex-direction: column; } }
  .tw-asia__row-item {
    width: 50%; }
    @media (max-width: 767px) {
      .tw-asia__row-item {
        width: 100%;
        max-width: 480px; } }
    .tw-asia__row-item--content-left {
      padding-right: 40px; }
      @media (max-width: 767px) {
        .tw-asia__row-item--content-left {
          padding-right: 0; } }
    .tw-asia__row-item--content-right {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .tw-asia__row-item--content-right {
          padding-left: 0; } }
    .tw-asia__row-item--picture {
      text-align: center;
      max-width: 480px; }

.tw-asia__items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px; }
  @media (max-width: 1024px) {
    .tw-asia__items-list {
      margin: 0 -10px; } }
  @media (max-width: 767px) {
    .tw-asia__items-list {
      margin: 0; } }
  .tw-asia__items-list--item {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px 15px;
    max-width: 360px;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 25px; }
    @media (max-width: 1024px) {
      .tw-asia__items-list--item {
        width: calc(33.33% - 10px);
        margin: 0 5px 15px 5px; } }
    @media (max-width: 767px) {
      .tw-asia__items-list--item {
        width: 100%;
        margin: 0 0 15px 0; } }
    .tw-asia__items-list--item-title {
      font-family: "Mulish", sans-serif;
      font-size: 20px;
      color: #253246; }
    .tw-asia__items-list--item-title-sub {
      font-size: 16px;
      color: #253246; }
    .tw-asia__items-list--item-deskr {
      font-size: 14px;
      line-height: 1.6; }

.tw-asia__easy-booking {
  position: relative;
  padding: 60px 0;
  z-index: 3; }
  .tw-asia__easy-booking .section-header {
    margin-bottom: 60px; }
    .tw-asia__easy-booking .section-header .title {
      font-size: 70px;
      line-height: 70px;
      font-weight: bolder;
      color: #F1F8FE; }
      @media (max-width: 1200px) {
        .tw-asia__easy-booking .section-header .title {
          font-size: 5.6vw;
          line-height: 1; } }
  .tw-asia__easy-booking .tw-asia__row {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .tw-asia__easy-booking .tw-asia__row {
        margin-bottom: 50px; } }
    .tw-asia__easy-booking .tw-asia__row:last-child {
      margin-bottom: 0; }
      .tw-asia__easy-booking .tw-asia__row:last-child .tw-asia__row-item--picture {
        max-width: 500px; }
        .tw-asia__easy-booking .tw-asia__row:last-child .tw-asia__row-item--picture img {
          max-height: 500px; }
    @media (max-width: 767px) {
      .tw-asia__easy-booking .tw-asia__row:nth-child(2) img, .tw-asia__easy-booking .tw-asia__row:nth-child(3) img {
        margin-bottom: 20px; } }
    .tw-asia__easy-booking .tw-asia__row .title {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .tw-asia__easy-booking .tw-asia__row .title {
          text-align: center; } }
    @media (max-width: 767px) {
      .tw-asia__easy-booking .tw-asia__row-item--picture {
        order: -5; } }
    .tw-asia__easy-booking .tw-asia__row-item--picture img {
      max-height: 314px; }

.tw-asia__brands {
  position: relative;
  padding: 50px 0;
  z-index: 3; }
  .tw-asia__brands .tw-asia__items-list--item {
    position: relative;
    text-align: center;
    padding-bottom: 80px; }
    .tw-asia__brands .tw-asia__items-list--item-pd {
      padding: 30px 20px 20px 20px; }
    .tw-asia__brands .tw-asia__items-list--item-picture {
      display: inline-block;
      margin-bottom: 20px;
      overflow: hidden;
      height: 105px;
      width: 105px;
      border-radius: 50%; }
      .tw-asia__brands .tw-asia__items-list--item-picture img {
        border-radius: 50%; }
    .tw-asia__brands .tw-asia__items-list--item-title {
      margin-bottom: 10px;
      font-weight: bold; }
    .tw-asia__brands .tw-asia__items-list--item-title-sub {
      margin-bottom: 20px;
      text-align: center; }
    .tw-asia__brands .tw-asia__items-list--item .btn-bar {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center; }
      .tw-asia__brands .tw-asia__items-list--item .btn-bar a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 20px;
        height: 48px;
        border-radius: 25px;
        min-width: 160px;
        font-size: 16px;
        font-weight: bold;
        color: #253246;
        background: #f1f6ff; }
        .tw-asia__brands .tw-asia__items-list--item .btn-bar a:hover, .tw-asia__brands .tw-asia__items-list--item .btn-bar a:active {
          background: #d8e6ff; }

.tw-asia__discounts {
  position: relative;
  padding: 120px 0 60px 0;
  background: #f1f6ff; }
  @media (max-width: 1680px) {
    .tw-asia__discounts {
      padding-top: 90px; } }
  .tw-asia__discounts .container {
    position: relative;
    z-index: 2; }
  .tw-asia__discounts .tw-asia__row .title {
    margin-bottom: 15px; }
  @media (max-width: 1024px) {
    .tw-asia__discounts .tw-asia__row-item--picture {
      padding-top: 30px; } }
  .tw-asia__discounts .btn-bar {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-top: 35px; }
  .tw-asia__discounts .topline {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff; }
    @media (max-width: 1680px) {
      .tw-asia__discounts .topline {
        min-width: 1680px;
        top: -50px; } }
    .tw-asia__discounts .topline path {
      fill: #f1f6ff !important; }

.tw-asia__activation-system {
  padding: 60px 0; }
  .tw-asia__activation-system .activation-system__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .tw-asia__activation-system .activation-system__row {
        flex-direction: column; } }
    .tw-asia__activation-system .activation-system__row:last-child {
      margin-bottom: 0; }
    .tw-asia__activation-system .activation-system__row-item--content {
      width: 250px;
      text-align: center; }
      @media (max-width: 767px) {
        .tw-asia__activation-system .activation-system__row-item--content {
          width: 100%;
          max-width: 300px;
          margin-bottom: 0;
          order: -5; } }
      .tw-asia__activation-system .activation-system__row-item--content picture {
        display: inline-block;
        margin-bottom: 10px; }
        .tw-asia__activation-system .activation-system__row-item--content picture img {
          height: 30px; }
      .tw-asia__activation-system .activation-system__row-item--content p {
        color: #253246;
        font-size: 20px;
        letter-spacing: 0.5px;
        font-weight: bold; }
    .tw-asia__activation-system .activation-system__row-item--picture {
      display: inline-block;
      width: calc(100% - 250px);
      max-width: 500px;
      text-align: center; }
      @media (max-width: 767px) {
        .tw-asia__activation-system .activation-system__row-item--picture {
          width: 100%; } }
  .tw-asia__activation-system .btn-bar {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-top: 35px; }

.tw-asia__blog {
  padding: 70px 0;
  background: #f1f6ff; }
  .tw-asia__blog .tw-asia__items-list--item {
    position: relative;
    padding-bottom: 90px; }
    .tw-asia__blog .tw-asia__items-list--item-picture {
      display: inline-block;
      margin-bottom: 20px; }
    .tw-asia__blog .tw-asia__items-list--item-title {
      padding: 0 25px;
      text-align: center;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: bold; }
    .tw-asia__blog .tw-asia__items-list--item-deskr {
      padding: 0 25px 20px 25px;
      line-height: 1.7; }
    .tw-asia__blog .tw-asia__items-list--item .btn-bar {
      position: absolute;
      bottom: 36px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center; }
      .tw-asia__blog .tw-asia__items-list--item .btn-bar a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 20px;
        height: 48px;
        border-radius: 25px;
        min-width: 160px;
        font-size: 16px;
        font-weight: bold;
        color: #253246;
        background: #f1f6ff; }
        .tw-asia__blog .tw-asia__items-list--item .btn-bar a:hover, .tw-asia__blog .tw-asia__items-list--item .btn-bar a:active {
          background: #d8e6ff; }
  .tw-asia__blog .btn-bar {
    display: block;
    white-space: 100%;
    padding-top: 30px;
    text-align: center; }

.tw-asia__faq {
  padding: 60px 0; }
  .tw-asia__faq .beauty-asia-faq__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: unset;
    max-width: unset; }
    @media (max-width: 767px) {
      .tw-asia__faq .beauty-asia-faq__list {
        margin: 0; } }
  .tw-asia__faq .beauty-asia-faq__item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
    padding: 30px;
    border: none;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 25px;
    transition: .3s ease;
    cursor: default; }
    @media (max-width: 1024px) {
      .tw-asia__faq .beauty-asia-faq__item {
        width: calc(50% - 30px);
        max-width: 400px; } }
    @media (max-width: 767px) {
      .tw-asia__faq .beauty-asia-faq__item {
        width: 100%;
        max-width: unset;
        margin: 0 0 20px 0;
        padding: 20px; } }
    .tw-asia__faq .beauty-asia-faq__item-picture {
      display: block;
      text-align: center;
      margin-bottom: 15px; }
      .tw-asia__faq .beauty-asia-faq__item-picture img {
        height: 100px; }
    .tw-asia__faq .beauty-asia-faq__item-title {
      text-align: center;
      font-family: "Mulish", sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #253246;
      margin-bottom: 15px;
      padding: 0; }
      .tw-asia__faq .beauty-asia-faq__item-title:before, .tw-asia__faq .beauty-asia-faq__item-title:after {
        display: none; }
    .tw-asia__faq .beauty-asia-faq__item-text {
      max-height: unset !important;
      height: auto !important;
      text-align: center;
      font-size: 15px;
      line-height: 1.6; }

@media (max-width: 767px) {
  .tw-asia__subpage .tw-asia.main-top-section {
    padding-top: 40px; } }

.tw-asia__subpage .tw-asia__hero-row #header-btn-bar {
  padding-top: 15px; }

.tw-asia__subpage .tw-asia__hero-row--item-picture {
  text-align: center; }
  @media (max-width: 1024px) {
    .tw-asia__subpage .tw-asia__hero-row--item-picture {
      padding-top: 20px; } }
  .tw-asia__subpage .tw-asia__hero-row--item-picture img {
    position: relative;
    min-width: unset;
    height: auto;
    max-height: 327px;
    transform: none;
    margin: 0; }

.tw-asia__subpage .tw-asia__learn-discounts {
  padding: 60px 0; }
  @media (max-width: 1024px) {
    .tw-asia__subpage .tw-asia__learn-discounts {
      padding-top: 30px; } }
  .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item {
    background: #f1f6ff;
    box-shadow: none; }
    .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item-pd {
      width: 100%;
      max-width: 290px;
      margin-left: auto;
      margin-right: auto;
      padding: 25px;
      text-align: center; }
    .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item-picture {
      display: inline-block;
      margin-bottom: 20px; }
      .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item-picture img {
        max-height: 140px; }
    .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item-title {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 20px; }
    .tw-asia__subpage .tw-asia__learn-discounts .tw-asia__items-list--item-deskr {
      color: #253246; }

.tw-asia__subpage .tw-asia__easy-booking-subpage {
  padding: 60px 0;
  background: #f1f6ff; }
  .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--content {
    max-width: 500px;
    text-align: center; }
    .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--content-txt {
      color: #253246; }
    .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--content .btn-bar {
      padding-top: 20px;
      text-align: center;
      justify-content: center;
      color: #253246;
      width: 100%;
      margin: 0; }
      @media (max-width: 1024px) {
        .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--content .btn-bar {
          padding-top: 10px; } }
      .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--content .btn-bar a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 45px;
        font-weight: 500;
        font-size: 16px;
        border-radius: 25px;
        padding: 5px 25px;
        min-width: 120px;
        background: #fff;
        color: #253246; }
  .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--picture-s1 img {
    max-height: 406px; }
  .tw-asia__subpage .tw-asia__easy-booking-subpage .tw-asia__row-item--picture-s2 img {
    max-height: 300px !important; }

.tw-asia__subpage .tw-asia__learn-category {
  position: relative;
  padding: 50px 0 70px 0;
  overflow: hidden; }
  .tw-asia__subpage .tw-asia__learn-category .container {
    position: relative;
    z-index: 2; }
  .tw-asia__subpage .tw-asia__learn-category .section-header p {
    max-width: 500px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto; }
  .tw-asia__subpage .tw-asia__learn-category .btn-bar {
    text-align: center;
    display: block; }
  .tw-asia__subpage .tw-asia__learn-category .learn-category__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 20px -15px; }
    @media (max-width: 640px) {
      .tw-asia__subpage .tw-asia__learn-category .learn-category__list {
        margin-left: -5px;
        margin-right: -5px; } }
  .tw-asia__subpage .tw-asia__learn-category .learn-category__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
    width: calc(33.33% - 30px);
    margin: 0 15px 20px 15px;
    background: #FFFFFF;
    padding: 25px;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 20px; }
    @media (max-width: 640px) {
      .tw-asia__subpage .tw-asia__learn-category .learn-category__item {
        padding: 25px 12px;
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px; } }
  .tw-asia__subpage .tw-asia__learn-category .learn-category__picture {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px; }
    .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-sport, .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-meetings {
      background: #F1F6FF; }
    .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-beauty, .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-nails {
      background: #FDEAEE; }
    .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-medical {
      background: #D8F4FF; }
    .tw-asia__subpage .tw-asia__learn-category .learn-category__picture-events {
      background: #FFF8EA; }
    .tw-asia__subpage .tw-asia__learn-category .learn-category__picture img {
      height: 40px; }
  .tw-asia__subpage .tw-asia__learn-category-shape {
    width: 300%;
    min-width: 2200px;
    height: 200%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    box-shadow: inset 0px 10px 36px 6px rgba(37, 50, 70, 0.2);
    z-index: 0; }

.tw-asia__subpage .tw-asia__gallery {
  padding-top: 40px; }
  .tw-asia__subpage .tw-asia__gallery .btn-bar {
    display: block;
    text-align: center;
    padding-top: 15px; }

.tw-asia__subpage .tw-asia__gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1024px) {
    .tw-asia__subpage .tw-asia__gallery-list {
      margin-left: -5px;
      margin-right: -5px; } }
  .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item {
    display: block;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px; }
    @media (max-width: 1024px) {
      .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item {
        width: calc(25% - 10px);
        margin: 0 5px 10px 5px; } }
    @media (max-width: 767px) {
      .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item {
        width: calc(33.33% - 10px); } }
    @media (max-width: 640px) {
      .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item {
        width: calc(50% - 10px); } }
    .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item a {
      display: block;
      position: relative;
      padding-bottom: 70.6%;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0px 0px 15px -5px rgba(37, 50, 70, 0.2); }
      .tw-asia__subpage .tw-asia__gallery-list .tw-asia__gallery-item a img {
        display: block;
        position: absolute;
        width: 100%;
        object-fit: cover; }

.tw-asia__subpage .tw-asia__widget {
  padding-top: 60px; }
  @media (max-width: 1024px) {
    .tw-asia__subpage .tw-asia__widget {
      padding-top: 40px; } }

.enterprise-twhk--wrapper .highlight,
.enterprise-twhk--wrapper .highlighted {
  color: #06ADEF; }

.enterprise-twhk--main {
  padding: 150px 0 30px 0;
  position: relative;
  z-index: 3; }
  @media (max-width: 1800px) {
    .enterprise-twhk--main {
      padding-bottom: 50px; } }
  @media (max-width: 1366px) {
    .enterprise-twhk--main {
      padding-bottom: 80px; } }
  @media (max-width: 1024px) {
    .enterprise-twhk--main {
      padding-bottom: 40px; } }
  @media (max-width: 640px) {
    .enterprise-twhk--main {
      padding-top: 80px; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row {
        flex-direction: column-reverse; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row--item .section-header {
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item .section-header {
        text-align: center; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row--item span.show-on-mob {
    width: 100%;
    display: none; }
    @media (max-width: 1200px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item span.show-on-mob {
        display: block; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row--item span.hide-on-mob {
    width: 100%;
    display: block; }
    @media (max-width: 1200px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item span.hide-on-mob {
        display: none; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row--item-content {
    width: 100%;
    max-width: 800px;
    margin-right: 50px; }
    @media (max-width: 1024px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item-content {
        margin-right: 0; } }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-content .btn-bar {
      padding-top: 33px; }
      @media (max-width: 1024px) {
        .enterprise-twhk--main .enterprise-twhk__hero-row--item-content .btn-bar {
          display: block;
          width: 100%;
          text-align: center; } }
  .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture {
    display: block;
    width: 466px;
    min-width: 466px;
    position: relative;
    margin-right: 16px; }
    @media (max-width: 1024px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture {
        margin: 0 0 90px 0; } }
    @media (max-width: 640px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture {
        zoom: 0.76;
        margin-bottom: 110px; } }
    @media (max-width: 420px) {
      .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture {
        zoom: 0.7; } }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image {
      position: absolute;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      background: #ffff;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1); }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-1 {
      top: -46px;
      left: 60px;
      width: 90px;
      height: 90px; }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-3 {
      width: 78px;
      height: 78px;
      left: -40px;
      bottom: 58px; }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-2 {
      top: -60px;
      right: -29px;
      width: 136px;
      height: 136px; }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-4 {
      bottom: -60px;
      left: 46px;
      width: 165px;
      height: 165px; }
    .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-5 {
      height: 130px;
      width: 130px;
      bottom: -60px;
      right: 28px; }
      .enterprise-twhk--main .enterprise-twhk__hero-row--item-picture .hero-picture__sub-image-5 img {
        height: 64px; }

.enterprise-twhk--sub-top {
  position: relative;
  padding: 200px 0 80px 0;
  text-align: center;
  background: #f1f6ff;
  overflow: hidden; }
  @media (max-width: 1920px) {
    .enterprise-twhk--sub-top {
      padding-top: 170px; } }
  @media (max-width: 1800px) {
    .enterprise-twhk--sub-top {
      padding-top: 136px;
      padding-bottom: 70px; } }
  @media (max-width: 1024px) {
    .enterprise-twhk--sub-top {
      padding: 100px 0 70px 0; } }
  @media (max-width: 640px) {
    .enterprise-twhk--sub-top {
      padding: 75px 0 60px 0; } }
  @media (max-width: 400px) {
    .enterprise-twhk--sub-top {
      padding: 70px 0 50px 0; } }
  .enterprise-twhk--sub-top .container {
    position: relative;
    z-index: 3; }
  .enterprise-twhk--sub-top .title--h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 30px; }
  .enterprise-twhk--sub-top p {
    max-width: 520px;
    margin: 0 auto; }
  .enterprise-twhk--sub-top .features--shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    min-width: 2600px;
    background: #fff;
    z-index: 1; }
    .enterprise-twhk--sub-top .features--shape path {
      fill: #f1f6ff; }
    @media (max-width: 1920px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 1920px; } }
    @media (max-width: 1800px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 1800px; } }
    @media (max-width: 1600px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 1600px; } }
    @media (max-width: 1440px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 1440px; } }
    @media (max-width: 1366px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 1200px; } }
    @media (max-width: 1024px) {
      .enterprise-twhk--sub-top .features--shape {
        min-width: 480px; } }

.enterprise-twhk--advantages {
  padding: 60px 0; }
  .enterprise-twhk--advantages-wrapper {
    max-width: 900px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .enterprise-twhk--advantages-wrapper {
        max-width: 500px; } }
  .enterprise-twhk--advantages_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -12px; }
    @media (max-width: 480px) {
      .enterprise-twhk--advantages_list {
        margin-left: 0;
        margin-right: 0;
        justify-content: center; } }
    .enterprise-twhk--advantages_list li {
      width: calc(33.33% - 24px);
      max-width: 210px;
      margin: 20px 12px;
      display: flex;
      align-items: center;
      min-width: 48px;
      color: #253246;
      font-size: 16px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .enterprise-twhk--advantages_list li {
          width: calc(50% - 24px);
          margin-top: 14px;
          margin-bottom: 14px; } }
      @media (max-width: 480px) {
        .enterprise-twhk--advantages_list li {
          width: 100%;
          margin: 14px 0;
          max-width: 300px; } }
      .enterprise-twhk--advantages_list li .icon {
        display: inline-block;
        min-width: 34px;
        width: 34px;
        text-align: center;
        margin-right: 20px; }
        .enterprise-twhk--advantages_list li .icon svg {
          height: 25px; }
          .enterprise-twhk--advantages_list li .icon svg path {
            fill: #253246; }

.enterprise-twhk--ul-list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px; }
  @media (max-width: 830px) {
    .enterprise-twhk--ul-list3 {
      justify-content: center; } }
  @media (max-width: 630px) {
    .enterprise-twhk--ul-list3 {
      margin-left: 0;
      margin-right: 0; } }
  .enterprise-twhk--ul-list3 li {
    width: calc(33.33% - 24px);
    max-width: 384px;
    margin: 12px; }
    @media (max-width: 830px) {
      .enterprise-twhk--ul-list3 li {
        width: calc(50% - 24px); } }
    @media (max-width: 630px) {
      .enterprise-twhk--ul-list3 li {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }

.enterprise-twhk--solution {
  padding: 70px 0 80px 0;
  background: #f1f6ff; }
  .enterprise-twhk--solution-list__item {
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center; }
    .enterprise-twhk--solution-list__item-img {
      display: block; }
    .enterprise-twhk--solution-list__item-content {
      padding: 32px 25px; }
    .enterprise-twhk--solution-list__item-title {
      font-size: 20px;
      font-weight: bold;
      color: #253246;
      margin-bottom: 10px; }
    .enterprise-twhk--solution-list__item-txt {
      font-size: 14px;
      line-height: 1.5; }

.enterprise-twhk--locations {
  padding: 60px 0; }
  .enterprise-twhk--locations .section-header {
    margin-bottom: 36px; }
  .enterprise-twhk--locations .locations-list {
    justify-content: center; }
    .enterprise-twhk--locations .locations-list--item {
      text-align: center;
      margin-bottom: 25px;
      max-width: 320px; }
      .enterprise-twhk--locations .locations-list--item-picture {
        display: block;
        margin-bottom: 20px; }
      .enterprise-twhk--locations .locations-list--item-title {
        font-family: 'Source Han Sans CN';
        letter-spacing: 1px;
        font-size: 30px;
        font-weight: bold; }

.enterprise-twhk--corporate-customers {
  padding-top: 20px; }
  .enterprise-twhk--corporate-customers .section-header .has-subtitle {
    margin-bottom: 10px; }
  .enterprise-twhk--corporate-customers .section-header .p--subtitle {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 1200px) {
    .enterprise-twhk--corporate-customers .corporate-customers--list {
      justify-content: center; } }
  @media (max-width: 640px) {
    .enterprise-twhk--corporate-customers .corporate-customers--list {
      margin: 0; } }
  .enterprise-twhk--corporate-customers .corporate-customers--list-item {
    position: relative;
    width: calc(25% - 24px);
    max-width: 285px;
    background: #f1f6ff;
    padding: 30px 25px;
    border-radius: 20px;
    color: #253246; }
    @media (max-width: 1200px) {
      .enterprise-twhk--corporate-customers .corporate-customers--list-item {
        width: calc(50% - 24px);
        margin-left: 12px;
        margin-right: 12px; } }
    @media (max-width: 640px) {
      .enterprise-twhk--corporate-customers .corporate-customers--list-item {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: flex-start;
        padding: 0;
        background: transparent; } }
    .enterprise-twhk--corporate-customers .corporate-customers--list-item:after {
      content: '';
      display: block;
      width: 100%;
      max-width: 75%;
      height: 7px;
      border-radius: 10px;
      position: absolute;
      bottom: -3px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: #06ADEF; }
      @media (max-width: 640px) {
        .enterprise-twhk--corporate-customers .corporate-customers--list-item:after {
          height: 2px;
          left: auto;
          max-width: 70%;
          bottom: 0; } }
    .enterprise-twhk--corporate-customers .corporate-customers--list-item-i2:after {
      background: #ED064F; }
    .enterprise-twhk--corporate-customers .corporate-customers--list-item-i3:after {
      background: #00D38B; }
    .enterprise-twhk--corporate-customers .corporate-customers--list-item-i3:after {
      background: #FEC439; }
  .enterprise-twhk--corporate-customers .corporate-customers--list-picture {
    display: block;
    text-align: center;
    margin-bottom: 25px; }
    .enterprise-twhk--corporate-customers .corporate-customers--list-picture img {
      height: 100px; }
    @media (max-width: 640px) {
      .enterprise-twhk--corporate-customers .corporate-customers--list-picture {
        min-width: 80px;
        width: 80px;
        height: 80px;
        margin: 0 15px 0 0; }
        .enterprise-twhk--corporate-customers .corporate-customers--list-picture img {
          height: auto; } }
  .enterprise-twhk--corporate-customers .corporate-customers--list-txt {
    font-size: 15px; }

.enterprise-twhk--security {
  position: relative;
  overflow: hidden;
  padding: 90px 0 150px 0; }
  .enterprise-twhk--security:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    min-width: 5000px;
    height: 200%;
    border-radius: 0 0 90% 30%;
    box-shadow: inset 0px -20px 35px rgba(37, 50, 70, 0.08);
    z-index: 1; }
  .enterprise-twhk--security .container {
    position: relative;
    z-index: 5; }
  .enterprise-twhk--security .title--h2 {
    font-size: 40px !important;
    margin-bottom: 15px; }
  .enterprise-twhk--security .p {
    margin-bottom: 30px; }
  .enterprise-twhk--security .enterprise-twhk--sub-picture {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 220px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 20px;
    text-align: center; }
  .enterprise-twhk--security .enterprise-twhk--sub-picture-1 {
    top: 30px;
    left: 55px; }
  .enterprise-twhk--security .enterprise-twhk--sub-picture-2 {
    right: 28px;
    top: 128px; }
    @media (max-width: 640px) {
      .enterprise-twhk--security .enterprise-twhk--sub-picture-2 {
        top: 142px; } }
  .enterprise-twhk--security .enterprise-twhk--sub-picture-3 {
    left: 10px;
    bottom: 10px; }
  .enterprise-twhk--security-row {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .enterprise-twhk--security-row {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .enterprise-twhk--security-row__item {
      width: 100%;
      max-width: 600px; }
      @media (max-width: 1024px) {
        .enterprise-twhk--security-row__item {
          max-width: 800px;
          text-align: center; } }
      .enterprise-twhk--security-row__item-picture {
        position: relative;
        width: 500px;
        min-width: 500px;
        min-height: 330px;
        margin-right: 40px; }
        @media (max-width: 1024px) {
          .enterprise-twhk--security-row__item-picture {
            margin-right: auto;
            margin-left: auto; } }
        @media (max-width: 640px) {
          .enterprise-twhk--security-row__item-picture {
            min-height: 370px;
            width: 420px;
            min-width: unset; } }
        @media (max-width: 480px) {
          .enterprise-twhk--security-row__item-picture {
            zoom: 0.8; } }
      @media (max-width: 1024px) {
        .enterprise-twhk--security-row__item-content {
          margin-bottom: 30px; } }

.enterprise-twhk--solution-plan {
  padding: 30px 0 0 0; }
  .enterprise-twhk--solution-plan .solution-plan--title {
    margin-bottom: 10px; }
  .enterprise-twhk--solution-plan .solution-plan--txt {
    margin-bottom: 20px; }
  .enterprise-twhk--solution-plan .solution-plan--row {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .enterprise-twhk--solution-plan .solution-plan--row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; } }
  .enterprise-twhk--solution-plan .solution-plan--item {
    width: 100%;
    max-width: 700px; }
    .enterprise-twhk--solution-plan .solution-plan--item .btn-bar {
      display: block;
      width: 100%; }
    @media (max-width: 1024px) {
      .enterprise-twhk--solution-plan .solution-plan--item-content {
        margin-bottom: 40px; } }
    .enterprise-twhk--solution-plan .solution-plan--item-picture {
      display: block;
      text-align: center;
      width: 600px;
      min-width: 600px;
      margin-left: 40px; }
      @media (max-width: 1024px) {
        .enterprise-twhk--solution-plan .solution-plan--item-picture {
          min-width: unset;
          width: 100%;
          max-width: 600px;
          margin: 0 auto; } }

.enterprise-twhk--easy-create {
  padding: 100px 0 20px 0; }
  .enterprise-twhk--easy-create .highlighted {
    color: #FF3259; }
  .enterprise-twhk--easy-create .easy-create--list-item {
    display: flex;
    align-items: flex-start;
    color: #788291;
    font-size: 14px;
    margin-bottom: 50px;
    max-width: 320px; }
    @media (max-width: 1024px) {
      .enterprise-twhk--easy-create .easy-create--list-item {
        width: calc(50% - 24px);
        max-width: 470px; } }
    @media (max-width: 767px) {
      .enterprise-twhk--easy-create .easy-create--list-item {
        width: calc(100% - 24px);
        margin-bottom: 30px; } }
  .enterprise-twhk--easy-create .easy-create--list-title {
    font-size: 20px;
    color: #253246;
    margin-bottom: 5px; }
  .enterprise-twhk--easy-create .easy-create--list-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f6ff;
    margin-right: 20px; }
    .enterprise-twhk--easy-create .easy-create--list-icon svg {
      height: 30px; }
      .enterprise-twhk--easy-create .easy-create--list-icon svg path {
        fill: #253246; }

.enterprise-twhk--blog .tw-asia__items-list--item-picture {
  display: block;
  overflow: hidden; }
  .enterprise-twhk--blog .tw-asia__items-list--item-picture img {
    margin-top: -4px; }

.enterprise-twhk--digital-transformation {
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  background: url(/v2/images/simplybook/asia-tw/enterprise/enterprise-twhk--map.png) no-repeat top 190px center;
  background-size: 1080px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .enterprise-twhk--digital-transformation {
      padding-bottom: 80px; } }
  .enterprise-twhk--digital-transformation .section-header {
    margin-bottom: 60px; }
    .enterprise-twhk--digital-transformation .section-header .subtitle {
      padding-top: 5px;
      font-size: 18px;
      font-weight: 500;
      color: #788291; }
  .enterprise-twhk--digital-transformation .digital-transformation--shadow-line {
    position: absolute;
    top: 0;
    left: 50%;
    height: 140%;
    width: 130%;
    transform: translateX(-50%);
    box-shadow: inset 0px 20px 35px rgba(37, 50, 70, 0.06); }
  .enterprise-twhk--digital-transformation .container {
    position: relative;
    z-index: 4; }
  .enterprise-twhk--digital-transformation .digital-transformation--map-wrapper {
    max-width: 900px;
    margin: 0 auto; }
  .enterprise-twhk--digital-transformation .digital-transformation--list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    min-height: 540px; }
  .enterprise-twhk--digital-transformation .digital-transformation--list-item {
    display: flex; }
    .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1;
      width: 150px;
      height: 150px;
      background: #FFFFFF;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
      border-radius: 50%; }
      @media (min-width: 767px) {
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-1, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-3 {
          left: 90px; }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-4, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-6 {
          right: 90px; }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-1, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-4 {
          top: 0; }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-2, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-5 {
          top: 50%;
          transform: translateY(-50%); }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-2 {
          left: 0; }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-5 {
          right: 0; }
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-3, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-6 {
          bottom: 0; } }
      @media (max-width: 1024px) {
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767px) {
        .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture {
          width: 90px;
          height: 90px; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-1, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-2, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-3 {
            left: 10px;
            top: 35px;
            transform: none; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-2 {
            left: 0;
            right: 0;
            margin: 0 auto;
            top: -25px; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-3 {
            left: auto;
            right: 10px; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-4, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-5, .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-6 {
            left: 10px;
            top: auto;
            bottom: 35px;
            transform: none; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-5 {
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -25px; }
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture.item-6 {
            left: auto;
            right: 10px; } }
      .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture img {
        height: 90px; }
        @media (max-width: 1024px) {
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture img {
            height: 70px; } }
        @media (max-width: 767px) {
          .enterprise-twhk--digital-transformation .digital-transformation--list-item .beauty-asia-faq__item-picture img {
            height: 50px; } }
  .enterprise-twhk--digital-transformation .digital-transformation--list-item--admin {
    display: inline-block; }
    .enterprise-twhk--digital-transformation .digital-transformation--list-item--admin img {
      max-height: 293px; }

.enterprise-twhk--technical-partners {
  position: relative;
  padding: 50px 0;
  background: #f1f6ff; }
  .enterprise-twhk--technical-partners .ico {
    position: absolute;
    top: 116%;
    transform: rotate(90deg) translateX(-50%);
    font-size: 72px;
    color: #fff;
    margin-left: -64px;
    text-shadow: 12px 0px 12px rgba(37, 50, 70, 0.06); }
    @media (min-width: 1170px) {
      .enterprise-twhk--technical-partners .ico {
        margin: 0 auto;
        left: 97%;
        top: 50%;
        transform: translateY(-50%); } }
    .enterprise-twhk--technical-partners .ico.ico--big {
      font-size: 150px; }
    .enterprise-twhk--technical-partners .ico.small-1 {
      margin-left: 70px;
      margin-top: 5px; }
      @media (min-width: 1170px) {
        .enterprise-twhk--technical-partners .ico.small-1 {
          margin-left: 0;
          left: auto;
          right: -100px;
          margin-top: -100px; } }
    .enterprise-twhk--technical-partners .ico.small-2 {
      margin-left: -130px;
      margin-top: 5px; }
      @media (min-width: 1170px) {
        .enterprise-twhk--technical-partners .ico.small-2 {
          left: auto;
          right: -100px;
          margin-top: 100px;
          margin-left: 0; } }
  .enterprise-twhk--technical-partners .technical-partners__row {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    text-align: center; }
    @media (min-width: 1170px) {
      .enterprise-twhk--technical-partners .technical-partners__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -15px; } }
  .enterprise-twhk--technical-partners .technical-partners__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 600px;
    padding: 35px;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    border-radius: 20px;
    z-index: 3; }
    @media (min-width: 1170px) {
      .enterprise-twhk--technical-partners .technical-partners__item {
        max-width: 500px;
        margin: 15px;
        width: calc(46% - 30px); } }
    @media (max-width: 1170px) {
      .enterprise-twhk--technical-partners .technical-partners__item-stop-do-this {
        margin-bottom: 140px; } }
    .enterprise-twhk--technical-partners .technical-partners__item .title {
      font-size: 20px;
      color: #253246;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
    .enterprise-twhk--technical-partners .technical-partners__item p {
      margin-bottom: 20px; }
      .enterprise-twhk--technical-partners .technical-partners__item p:last-child {
        margin-bottom: 0; }
  .enterprise-twhk--technical-partners .technical-partners__item-let-sb .title {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .enterprise-twhk--technical-partners .technical-partners__item-let-sb .title:before {
      content: '';
      display: block;
      min-width: 23px;
      width: 23px;
      height: 23px;
      margin-right: 10px;
      background: url(/v2/images/simplybook/asia-tw/enterprise/smile.png) no-repeat;
      background-position: center;
      background-size: 22px; }
  .enterprise-twhk--technical-partners .stop-do-this--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 600px) {
      .enterprise-twhk--technical-partners .stop-do-this--list {
        margin: 0; } }
    .enterprise-twhk--technical-partners .stop-do-this--list li {
      width: calc(49% - 20px);
      margin: 5px 10px;
      position: relative;
      padding-left: 30px;
      font-size: 18px;
      background: url(/v2/images/simplybook/asia-tw/enterprise/sad.png) no-repeat;
      background-position: top 2px left;
      background-size: 22px; }
      @media (max-width: 600px) {
        .enterprise-twhk--technical-partners .stop-do-this--list li {
          margin-left: 0;
          margin-right: 0;
          width: 100%; } }

.enterprise-twhk--goals-digital-transformation {
  padding: 60px 0; }
  .enterprise-twhk--goals-digital-transformation .enterprise-twhk--goals-digital-trans-list .enterprise-twhk--solution-list__item {
    padding: 35px 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1); }
    .enterprise-twhk--goals-digital-transformation .enterprise-twhk--goals-digital-trans-list .enterprise-twhk--solution-list__item img {
      max-height: 168px; }
    .enterprise-twhk--goals-digital-transformation .enterprise-twhk--goals-digital-trans-list .enterprise-twhk--solution-list__item .enterprise-twhk--solution-list__item-content {
      padding: 50px 0 0 0; }

.enterprise-twhk--fag .beauty-asia-faq__item {
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
  display: grid;
  display: inline-block;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  vertical-align: top; }
  .enterprise-twhk--fag .beauty-asia-faq__item-text {
    position: relative;
    max-height: 48px !important; }
    .enterprise-twhk--fag .beauty-asia-faq__item-text .phantom-toggler {
      position: absolute;
      right: 0;
      bottom: 0;
      background: #fff;
      display: inline-flex;
      align-items: center;
      padding: 4px 5px;
      font-weight: bold;
      color: #06ADEF;
      cursor: pointer;
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 1; }
      .enterprise-twhk--fag .beauty-asia-faq__item-text .phantom-toggler:before {
        display: block;
        content: "";
        width: 35px;
        height: 100%;
        top: 0;
        left: -35px;
        position: absolute;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.31) 1%, rgba(255, 255, 255, 0.83) 61%, #fff 80%); }
  .enterprise-twhk--fag .beauty-asia-faq__item.active .beauty-asia-faq__item-text {
    max-height: 100% !important; }
    .enterprise-twhk--fag .beauty-asia-faq__item.active .beauty-asia-faq__item-text .phantom-toggler {
      position: relative;
      margin-left: 30px;
      margin-right: 0; }

.enterprise-twhk--fag .beauty-asia-faq__list {
  display: block;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  column-count: 3;
  column-gap: 20px;
  column-fill: initial; }
  @media (max-width: 1024px) {
    .enterprise-twhk--fag .beauty-asia-faq__list {
      column-count: 2; } }
  @media (max-width: 767px) {
    .enterprise-twhk--fag .beauty-asia-faq__list {
      column-count: 1; } }

body.simplybook.tw-googlereserve {
  width: 100%;
  overflow-x: hidden; }
  body.simplybook.tw-googlereserve #header {
    height: 78px;
    min-height: auto;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important; }
    body.simplybook.tw-googlereserve #header .top.title-medium {
      display: none; }
  body.simplybook.tw-googlereserve #footer {
    font-family: 'Noto Sans', sans-serif !important; }

.googlereserve-section {
  position: relative;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .googlereserve-section {
      padding: 50px 0; } }
  .googlereserve-section--wrapper {
    overflow: hidden; }
  .googlereserve-section .btn-bar {
    display: block !important; }

.googlereserve__row {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap; }

.googlereserve__col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1024px) {
    .googlereserve__col {
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }

.googlereserve__main {
  padding-bottom: 140px; }
  @media (max-width: 1024px) {
    .googlereserve__main {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .googlereserve__main {
      padding-bottom: 80px; } }
  .googlereserve__main .container {
    position: relative;
    z-index: 3; }
  .googlereserve__main .section-header {
    width: 100%; }
  .googlereserve__main .show-on-mob {
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    display: none;
    order: 10; }
    @media (max-width: 1024px) {
      .googlereserve__main .show-on-mob {
        display: block; } }
  .googlereserve__main .googlereserve__row {
    flex-wrap: nowrap; }
    @media (max-width: 1024px) {
      .googlereserve__main .googlereserve__row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center; } }
  .googlereserve__main .googlereserve__col {
    width: 100%; }
    .googlereserve__main .googlereserve__col .section-header {
      text-align: left;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .googlereserve__main .googlereserve__col .section-header {
          display: none; } }
      @media (min-width: 1100px) {
        .googlereserve__main .googlereserve__col .section-header .title--h2 {
          font-size: 41px; } }
    .googlereserve__main .googlereserve__col p {
      color: #253246; }
    .googlereserve__main .googlereserve__col .btn-bar {
      padding-top: 25px; }
    .googlereserve__main .googlereserve__col-picture {
      min-width: 567px;
      width: 567px; }
      @media (max-width: 1024px) {
        .googlereserve__main .googlereserve__col-picture {
          min-width: unset;
          width: 100%;
          max-width: 567px;
          margin-bottom: 25px; } }

.googlereserve__advantages {
  padding-top: 40px;
  background: #f1f6ff; }
  @media (max-width: 480px) {
    .googlereserve__advantages {
      padding-top: 36px; } }
  .googlereserve__advantages .topline {
    position: absolute;
    width: 100%;
    min-width: 2600px;
    top: -226px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
    z-index: 1; }
    @media (max-width: 1920px) {
      .googlereserve__advantages .topline {
        min-width: 1920px;
        top: -190px; } }
    @media (max-width: 1440px) {
      .googlereserve__advantages .topline {
        min-width: 1440px;
        top: -150px; } }
    @media (max-width: 1024px) {
      .googlereserve__advantages .topline {
        min-width: 1100px;
        top: -100px; } }
    @media (max-width: 767px) {
      .googlereserve__advantages .topline {
        min-width: 770px;
        top: -66px; } }
    @media (max-width: 480px) {
      .googlereserve__advantages .topline {
        min-width: 480px;
        top: -56px; } }
  .googlereserve__advantages .container {
    position: relative;
    z-index: 3; }
  .googlereserve__advantages .goonlinenow__checklist-item {
    margin-bottom: 25px;
    color: #253246;
    font-weight: 300; }
    .googlereserve__advantages .goonlinenow__checklist-item:before {
      font-weight: bold;
      margin-right: 20px; }
    .googlereserve__advantages .goonlinenow__checklist-item:last-child {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .googlereserve__advantages .googlereserve__col {
      max-width: 506px; } }
  .googlereserve__advantages .googlereserve__col-picture {
    text-align: center; }
    @media (max-width: 1024px) {
      .googlereserve__advantages .googlereserve__col-picture {
        margin-bottom: 30px; } }
    .googlereserve__advantages .googlereserve__col-picture img {
      max-height: 300px; }

.googlereserve__advantages2 {
  padding-bottom: 50px; }
  .googlereserve__advantages2 .advantage2__item-body {
    padding: 40px 25px;
    text-align: center; }
    @media (max-width: 1024px) {
      .googlereserve__advantages2 .advantage2__item-body {
        padding: 30px 20px; } }
  .googlereserve__advantages2 .advantage2__item-title {
    font-size: 30px;
    color: #06adef;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .googlereserve__advantages2 .advantage2__item-title {
        font-size: 24px; } }
  .googlereserve__advantages2 .advantage2__item-txt {
    padding-left: 10px;
    padding-right: 10px;
    color: #253246; }

.googlereserve__easy-booking {
  padding-bottom: 45px; }
  @media (max-width: 1024px) {
    .googlereserve__easy-booking {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .googlereserve__easy-booking .section-header {
      margin-bottom: 55px; } }
  .googlereserve__easy-booking .easy-booking__item {
    background: transparent;
    box-shadow: none;
    text-align: center;
    margin-bottom: 50px;
    transition: all 0.2s ease-out; }
    .googlereserve__easy-booking .easy-booking__item:hover {
      transform: translateY(-4px);
      text-decoration: none !important; }
    @media (max-width: 1024px) {
      .googlereserve__easy-booking .easy-booking__item {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .googlereserve__easy-booking .easy-booking__item {
        margin-bottom: 35px; } }
    .googlereserve__easy-booking .easy-booking__item-picture {
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .googlereserve__easy-booking .easy-booking__item-picture {
          margin-bottom: 10px; } }
    .googlereserve__easy-booking .easy-booking__item-title {
      font-size: 16px;
      letter-spacing: 1px;
      color: #000;
      font-weight: 300; }

.googlereserve__examples .googlereserve__row {
  justify-content: center; }

.googlereserve__examples .googlereserve__col-title {
  text-align: center;
  padding-bottom: 95px; }

.googlereserve__examples .googlereserve__col-carousel {
  min-width: 480px;
  text-align: center; }
  @media (max-width: 767px) {
    .googlereserve__examples .googlereserve__col-carousel {
      min-width: unset;
      width: 100%;
      max-width: 480px; } }

.googlereserve__examples .examples__wrapper {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%; }
  .googlereserve__examples .examples__wrapper .examples__figures {
    position: absolute;
    z-index: 1; }
    .googlereserve__examples .examples__wrapper .examples__figures-square {
      height: 60px;
      width: 60px;
      border: 5px solid #58A65C;
      transform: rotate(136deg);
      top: 20px;
      right: 100%; }
      @media (max-width: 767px) {
        .googlereserve__examples .examples__wrapper .examples__figures-square {
          display: none; } }
    .googlereserve__examples .examples__wrapper .examples__figures-circle {
      border-radius: 50%; }
      .googlereserve__examples .examples__wrapper .examples__figures-circle--big {
        border: 5px solid #F3BE42;
        width: 145px;
        height: 145px;
        left: -50px;
        bottom: 25%; }
        @media (max-width: 767px) {
          .googlereserve__examples .examples__wrapper .examples__figures-circle--big {
            display: none; } }
      .googlereserve__examples .examples__wrapper .examples__figures-circle--small {
        right: 10px;
        bottom: 28%;
        width: 40px;
        height: 40px;
        border: 5px solid #5087ED;
        z-index: 4; }
        @media (max-width: 767px) {
          .googlereserve__examples .examples__wrapper .examples__figures-circle--small {
            display: none; } }
      .googlereserve__examples .examples__wrapper .examples__figures-circle--big-grey {
        background: #E7ECF7;
        top: -18%;
        right: -18%;
        height: 310px;
        width: 310px; }
      .googlereserve__examples .examples__wrapper .examples__figures-circle--small-grey {
        background: #E7ECF7;
        width: 32px;
        height: 32px;
        top: -50px;
        left: 50%;
        transform: translateX(-50%); }

.googlereserve__examples .examples-carousel {
  position: relative;
  z-index: 2; }
  .googlereserve__examples .examples-carousel .slick-list {
    border: 15px solid #f1f6ff;
    border-radius: 20px;
    box-sizing: border-box; }
    .googlereserve__examples .examples-carousel .slick-list img {
      max-height: 256px; }
    @media (max-width: 767px) {
      .googlereserve__examples .examples-carousel .slick-list {
        border: 8px;
        border-radius: 10px; } }

.googlereserve__google-book-steps {
  position: relative; }
  .googlereserve__google-book-steps .shape {
    position: absolute;
    width: 102%;
    top: 15px;
    left: 50%;
    transform: rotate(4deg) translateX(-50%);
    pointer-events: none;
    min-height: 90px;
    background: #fff;
    height: 90px;
    box-shadow: inset 0px 24px 44px -40px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .googlereserve__google-book-steps .container {
    position: relative;
    z-index: 3; }
  .googlereserve__google-book-steps .google-book-steps__list {
    margin: 0 -40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around; }
    @media (max-width: 767px) {
      .googlereserve__google-book-steps .google-book-steps__list {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        justify-content: center; } }
  .googlereserve__google-book-steps .google-book-steps__item {
    width: calc(33.33% - 80px);
    max-width: 210px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .googlereserve__google-book-steps .google-book-steps__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 90px; }
        .googlereserve__google-book-steps .google-book-steps__item:last-child {
          margin-bottom: 0; } }
    .googlereserve__google-book-steps .google-book-steps__item .arrow {
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translate(32%, -50%); }
      @media (max-width: 1110px) {
        .googlereserve__google-book-steps .google-book-steps__item .arrow {
          transform: translate(10%, -50%); } }
      @media (max-width: 1040px) {
        .googlereserve__google-book-steps .google-book-steps__item .arrow {
          transform: translate(7%, -50%); } }
      @media (max-width: 1024px) {
        .googlereserve__google-book-steps .google-book-steps__item .arrow {
          transform: translate(7%, -50%);
          zoom: 0.7; } }
      @media (max-width: 900px) {
        .googlereserve__google-book-steps .google-book-steps__item .arrow {
          zoom: 0.5; } }
      @media (max-width: 767px) {
        .googlereserve__google-book-steps .google-book-steps__item .arrow {
          left: 0;
          right: 0;
          margin: 0 auto;
          transform: translate(0, 0) rotate(90deg);
          top: calc(100% + 40px);
          height: 112px;
          width: 130px; } }
  .googlereserve__google-book-steps .google-book-steps__mokup {
    display: inline-block;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .googlereserve__google-book-steps .google-book-steps__mokup {
        margin-bottom: 8px; } }
  .googlereserve__google-book-steps .google-book-steps__title {
    color: #000;
    font-weight: normal; }

.googlereserve__one-interface {
  overflow: hidden;
  text-align: center; }
  .googlereserve__one-interface .section-header {
    margin-bottom: 20px; }
  .googlereserve__one-interface .one-interface__mokup {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    .googlereserve__one-interface .one-interface__mokup:before, .googlereserve__one-interface .one-interface__mokup:after {
      content: '';
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      background: #f1f6ff; }
    .googlereserve__one-interface .one-interface__mokup:before {
      width: 80px;
      height: 80px;
      top: 5%;
      left: 30%; }
    .googlereserve__one-interface .one-interface__mokup:after {
      width: 160px;
      height: 160px;
      top: 2%;
      left: 122%; }
    .googlereserve__one-interface .one-interface__mokup picture {
      position: relative;
      text-align: center;
      display: inline-block; }
      @media (max-width: 1024px) {
        .googlereserve__one-interface .one-interface__mokup picture {
          margin-left: -20px;
          margin-right: -20px; } }
    .googlereserve__one-interface .one-interface__mokup-image--back {
      position: absolute;
      min-width: calc(100% + 280px);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
    .googlereserve__one-interface .one-interface__mokup-image--front {
      max-height: 500px;
      position: relative;
      z-index: 2; }

.googlereserve__easy-booking2 .section-header .title {
  margin-bottom: 10px; }

.googlereserve__easy-booking2 .section-header p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.googlereserve__easy-booking2 .easy-booking2__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center; }

.googlereserve__easy-booking2 .easy-booking2__item {
  margin: 0 10px 20px 10px;
  width: calc(33.33% - 20px);
  max-width: 380px;
  padding: 25px;
  text-align: center;
  background: #f1f6ff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  color: #000; }
  @media (max-width: 767px) {
    .googlereserve__easy-booking2 .easy-booking2__item {
      width: calc(50% - 20px); } }
  @media (max-width: 540px) {
    .googlereserve__easy-booking2 .easy-booking2__item {
      width: calc(100% - 20px); } }
  .googlereserve__easy-booking2 .easy-booking2__item-picture {
    display: inline-block;
    margin-top: 0;
    margin-bottom: auto; }
    .googlereserve__easy-booking2 .easy-booking2__item-picture img {
      height: 74px; }
  .googlereserve__easy-booking2 .easy-booking2__item-content {
    padding-top: 20px; }
  .googlereserve__easy-booking2 .easy-booking2__item-title {
    font-size: 20px;
    margin-bottom: 8px; }

.googlereserve__easy-booking2 .easy-booking2__btn-bar {
  text-align: center;
  padding-top: 30px; }

.googlereserve__integration {
  background: #f1f6ff;
  text-align: center; }
  .googlereserve__integration .integration__list {
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap; }
    .googlereserve__integration .integration__list-item {
      width: calc(33.33% - 30px);
      margin: 0 15px 20px 15px;
      display: flex;
      flex-direction: column;
      text-align: center;
      padding: 70px 20px 50px 20px;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .googlereserve__integration .integration__list-item {
          width: calc(50% - 30px); } }
      @media (max-width: 540px) {
        .googlereserve__integration .integration__list-item {
          width: calc(100% - 30px); } }
      .googlereserve__integration .integration__list-item--picture {
        display: inline-block;
        margin-top: 0;
        margin-bottom: auto; }
        .googlereserve__integration .integration__list-item--picture img {
          max-height: 220px; }
      .googlereserve__integration .integration__list-item--content {
        padding-top: 50px;
        margin-top: auto;
        margin-bottom: 0; }
        .googlereserve__integration .integration__list-item--content p {
          color: #000;
          font-size: 16px; }
  .googlereserve__integration .integration__btn-bar {
    padding-top: 20px; }

body.simplybook.sub-page.quicksetup #header {
  height: 77px;
  min-height: auto;
  padding: 0;
  font-family: 'Noto Sans', sans-serif !important; }

body.simplybook.sub-page.quicksetup .sections-overflow {
  overflow: hidden; }

body.simplybook.sub-page.quicksetup .quicksetup-cover {
  padding: 120px 0 100px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-cover {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-cover {
      padding: 90px 0 70px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__wrapper {
        flex-direction: column;
        justify-content: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__content {
    flex: 1;
    max-width: 425px;
    margin-right: 70px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__content {
        max-width: 500px;
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__image {
    width: 100%;
    max-width: 45%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__image {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__image {
        max-width: 90%; } }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__title {
    max-width: 330px;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__title {
        margin: 0 auto 50px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__btns {
    max-width: 460px;
    margin: 0 -5px; }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__btn {
    margin: 0 5px; }
  body.simplybook.sub-page.quicksetup .quicksetup-cover__cursive {
    position: relative;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #06adef;
    text-align: right; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__cursive {
        margin-right: -50px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-cover__cursive {
        margin-right: 0;
        text-align: center; } }
    body.simplybook.sub-page.quicksetup .quicksetup-cover__cursive .icon {
      position: absolute;
      right: -10px;
      top: -55px;
      width: 55px;
      height: 40px;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        body.simplybook.sub-page.quicksetup .quicksetup-cover__cursive .icon {
          display: none; } }

body.simplybook.sub-page.quicksetup .quicksetup-feature {
  padding: 130px 0;
  background: #F1F6FF; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-feature {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-feature {
      padding: 70px 0; } }
  body.simplybook.sub-page.quicksetup .quicksetup-feature__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-feature__wrapper {
        flex-direction: column; } }
  body.simplybook.sub-page.quicksetup .quicksetup-feature__image {
    width: 100%;
    max-width: 40%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-feature__image {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-feature__image {
        max-width: 90%; } }
  body.simplybook.sub-page.quicksetup .quicksetup-feature__content {
    flex: 1;
    max-width: 520px;
    margin-left: 110px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-feature__content {
        max-width: 700px;
        margin-left: 0;
        margin-top: 40px;
        text-align: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-feature__title {
    margin-bottom: 30px; }
  body.simplybook.sub-page.quicksetup .quicksetup-feature__text {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-feature__text {
        margin-bottom: 30px; } }

body.simplybook.sub-page.quicksetup .quicksetup-list {
  padding: 140px 0 200px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-list {
      padding: 100px 0 120px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-list {
      padding: 70px 0 90px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-list__list {
    display: flex;
    margin: 0 -30px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-list__list {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-list__list {
        margin: 0; } }
  body.simplybook.sub-page.quicksetup .quicksetup-list__item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: calc(33.333% - 60px);
    margin: 0 30px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-list__item {
        max-width: calc(50% - 60px);
        margin: 0 30px 30px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-list__item {
        max-width: 100%;
        margin: 0 0 30px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-list__item-icon {
    width: 63px;
    margin-right: 30px;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-list__item-icon {
        margin-right: 15px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-list__item-title {
    margin-bottom: 15px; }

body.simplybook.sub-page.quicksetup .quicksetup-features {
  position: relative;
  padding: 100px 0 130px;
  background: #F1F6FF; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-features {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-features {
      padding: 90px 0 70px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-features .topline {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1; }
    @media (max-width: 1680px) {
      body.simplybook.sub-page.quicksetup .quicksetup-features .topline {
        min-width: 1680px;
        top: -50px; } }
    body.simplybook.sub-page.quicksetup .quicksetup-features .topline path {
      fill: #f1f6ff !important; }
  body.simplybook.sub-page.quicksetup .quicksetup-features__header {
    margin-bottom: 60px;
    text-align: center; }
  body.simplybook.sub-page.quicksetup .quicksetup-features__header-title {
    margin-bottom: 20px; }
  body.simplybook.sub-page.quicksetup .quicksetup-features__header-text {
    font-size: 22px; }
  body.simplybook.sub-page.quicksetup .quicksetup-features__wrapper {
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-features__wrapper {
        flex-direction: column;
        margin: 0; } }
  body.simplybook.sub-page.quicksetup .quicksetup-features__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: calc(33.333% - 30px);
    margin: 0 15px;
    padding: 40px 30px 60px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    background: #fff; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-features__card {
        max-width: 500px;
        margin: 0 auto 30px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-features__card {
        padding: 40px 25px 40px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-features__card-image {
    max-width: 255px;
    margin: 0 auto 45px; }
  body.simplybook.sub-page.quicksetup .quicksetup-features__card-title {
    margin-bottom: 20px; }

body.simplybook.sub-page.quicksetup .quicksetup-articles {
  padding: 140px 0 170px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-articles {
      padding: 100px 0 120px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-articles {
      padding: 70px 0 100px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 140px; }
    body.simplybook.sub-page.quicksetup .quicksetup-articles__article:last-of-type {
      margin-bottom: 80px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article {
        margin-bottom: 100px; }
        body.simplybook.sub-page.quicksetup .quicksetup-articles__article:last-of-type {
          margin-bottom: 60px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article {
        margin-bottom: 70px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-right {
        flex-direction: column-reverse; } }
    body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-right .quicksetup-articles__article-content {
      margin-right: 80px; }
      @media (max-width: 1024px) {
        body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-right .quicksetup-articles__article-content {
          margin-top: 50px;
          margin-right: 0; } }
      @media (max-width: 767px) {
        body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-right .quicksetup-articles__article-content {
          margin-top: 40px; } }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-left {
        flex-direction: column; } }
    body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-left .quicksetup-articles__article-content {
      margin-left: 80px; }
      @media (max-width: 1024px) {
        body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-left .quicksetup-articles__article-content {
          margin-top: 50px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        body.simplybook.sub-page.quicksetup .quicksetup-articles__article--image-left .quicksetup-articles__article-content {
          margin-top: 40px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-image {
    width: 100%;
    max-width: 35%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-image {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-image {
        max-width: 80%; } }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-articles__article-content {
      text-align: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-text {
    margin-bottom: 30px;
    font-size: 22px; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-text {
        font-size: 18px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-list {
    margin-bottom: 45px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-list {
        margin-bottom: 30px; } }
    body.simplybook.sub-page.quicksetup .quicksetup-articles__article-list li {
      display: flex;
      align-items: baseline;
      margin-bottom: 10px; }
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-list li:last-child {
        margin-bottom: 0; }
      body.simplybook.sub-page.quicksetup .quicksetup-articles__article-list li svg {
        margin-right: 15px;
        flex-shrink: 0; }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-btns-wrapper {
    margin: 0 -5px; }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-btn {
    margin: 0 5px;
    color: #253246;
    background: #f1f6ff; }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__article-btn--red {
    color: #fff;
    background: #FF3259; }
  body.simplybook.sub-page.quicksetup .quicksetup-articles__footer {
    text-align: center; }

body.simplybook.sub-page.quicksetup .quicksetup-steps {
  position: relative;
  padding: 90px 0 110px;
  background: #f1f6ff; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-steps {
      padding: 90px 0 100px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-steps {
      padding: 90px 0 70px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-steps .topline {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1; }
    @media (max-width: 1680px) {
      body.simplybook.sub-page.quicksetup .quicksetup-steps .topline {
        min-width: 1680px;
        top: -50px; } }
    body.simplybook.sub-page.quicksetup .quicksetup-steps .topline path {
      fill: #f1f6ff !important; }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__header {
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-steps__header {
        margin-bottom: 50px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__header-title {
    margin-bottom: 20px; }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__steps-list {
    display: flex; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-steps__steps-list {
        flex-direction: column; } }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 20px);
    margin: 0 10px;
    padding: 50px 40px 80px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 2px 2px 15px 0 rgba(45, 51, 72, 0.1);
    background: #FFFFFF; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-steps__step {
        width: 500px;
        margin: 0 auto 50px;
        padding: 40px 40px 60px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-steps__step {
        width: 100%;
        padding: 30px 25px 50px; } }
    body.simplybook.sub-page.quicksetup .quicksetup-steps__step:nth-child(1) .quicksetup-steps__step-arrow svg path {
      fill: #FF3259; }
    body.simplybook.sub-page.quicksetup .quicksetup-steps__step:nth-child(2) .quicksetup-steps__step-arrow svg path {
      fill: #00D38B; }
    body.simplybook.sub-page.quicksetup .quicksetup-steps__step:nth-child(3) .quicksetup-steps__step-arrow svg path {
      fill: #06adef; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-steps__step-image {
      margin-bottom: 20px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__step-content {
    margin-top: auto; }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__step-counter {
    margin-bottom: 15px;
    font-size: 90px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #d5e0f0; }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__step-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.quicksetup .quicksetup-steps__step-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 100px;
    margin: 0 auto; }

body.simplybook.sub-page.quicksetup .quicksetup-benefit {
  padding: 150px 0 75px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-benefit {
      padding: 100px 0 50px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.quicksetup .quicksetup-benefit {
      padding: 70px 0 50px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-benefit__wrapper {
        flex-direction: column; } }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__image {
    width: 100%;
    max-width: 40%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-benefit__image {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-benefit__image {
        max-width: 80%; } }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__content {
    margin-left: 100px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-benefit__content {
        max-width: 700px;
        margin-left: 0;
        margin-top: 40px;
        text-align: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__title {
    margin-bottom: 35px; }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__list-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px; }
    body.simplybook.sub-page.quicksetup .quicksetup-benefit__list-item:last-child {
      margin-bottom: 0; }
    body.simplybook.sub-page.quicksetup .quicksetup-benefit__list-item svg {
      margin-right: 15px;
      flex-shrink: 0; }
    body.simplybook.sub-page.quicksetup .quicksetup-benefit__list-item .highlight {
      color: #06adef; }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__text {
    margin: 25px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #253246; }
  body.simplybook.sub-page.quicksetup .quicksetup-benefit__btn {
    margin-top: 50px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-benefit__btn {
        margin-top: 30px; } }

body.simplybook.sub-page.quicksetup .quicksetup-security {
  padding: 75px 0 80px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.quicksetup .quicksetup-security {
      padding: 50px 0 70px; } }
  body.simplybook.sub-page.quicksetup .quicksetup-security__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-security__wrapper {
        flex-direction: column-reverse; } }
  body.simplybook.sub-page.quicksetup .quicksetup-security__image {
    width: 100%;
    max-width: 45%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-security__image {
        max-width: 500px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .quicksetup-security__image {
        max-width: 90%; } }
  body.simplybook.sub-page.quicksetup .quicksetup-security__content {
    flex: 1;
    margin-right: 90px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-security__content {
        max-width: 700px;
        margin-right: 0;
        margin-top: 50px;
        text-align: center; } }
  body.simplybook.sub-page.quicksetup .quicksetup-security__title {
    margin-bottom: 20px; }
  body.simplybook.sub-page.quicksetup .quicksetup-security__subtitle {
    margin-bottom: 30px;
    font-size: 22px; }
  body.simplybook.sub-page.quicksetup .quicksetup-security__text {
    margin-bottom: 100px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .quicksetup-security__text {
        margin-bottom: 50px; } }

@media (max-width: 767px) {
  body.simplybook.sub-page.quicksetup .goonlinenow__faq .section-header {
    margin-bottom: 0; } }

body.simplybook.sub-page.quicksetup .goonlinenow__faq .section-header .title {
  margin-bottom: 15px; }

body.simplybook.sub-page.quicksetup .title {
  color: #253246;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Mulish", sans-serif; }
  body.simplybook.sub-page.quicksetup .title--h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.quicksetup .title--h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.quicksetup .title--h1 {
        font-size: 30px; } }
  body.simplybook.sub-page.quicksetup .title--h2 {
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 480px) {
      body.simplybook.sub-page.quicksetup .title--h2 {
        font-size: 26px; } }
  body.simplybook.sub-page.quicksetup .title--h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0; }

body.simplybook.sub-page.quicksetup .p {
  color: #253246;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6; }
  body.simplybook.sub-page.quicksetup .p--secondary {
    color: #788291; }

body.simplybook.sub-page.m-calendar #header {
  height: 77px;
  min-height: auto;
  padding: 0;
  font-family: 'Noto Sans', sans-serif !important; }

body.simplybook.sub-page.m-calendar .sections-overflow {
  overflow: hidden; }

body.simplybook.sub-page.m-calendar .m-calendar-cover {
  padding: 120px 0 65px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.m-calendar .m-calendar-cover {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-cover {
      padding: 90px 0 70px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-cover__wrapper {
        flex-direction: column-reverse;
        justify-content: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__content {
    flex: 1; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-cover__content {
        max-width: 650px;
        margin: 0 auto;
        text-align: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__image {
    width: 100%;
    max-width: 400px;
    margin-left: 100px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-cover__image {
        margin-left: 0;
        margin-bottom: 40px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__title {
    margin-bottom: 20px; }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__text {
    margin-bottom: 50px; }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__btns {
    display: flex;
    margin: 0 -5px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-cover__btns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: -5px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-cover__btn {
    margin: 0 5px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-cover__btn {
        margin: 5px; } }

body.simplybook.sub-page.m-calendar .m-calendar-list {
  padding: 65px 0; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-list {
      padding: 50px 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-list__list {
    display: flex;
    margin: 0 -30px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-list__list {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-list__list {
        margin: 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-list__item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: calc(33.333% - 100px);
    margin: 0 50px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-list__item {
        max-width: calc(50% - 60px);
        margin: 0 30px 30px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-list__item {
        max-width: 100%;
        margin: 0 0 30px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-list__item-icon {
    width: 63px;
    margin-right: 20px;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-list__item-icon {
        margin-right: 15px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-list__item-title {
    margin-bottom: 10px; }

body.simplybook.sub-page.m-calendar .m-calendar-table {
  padding: 75px 0 140px; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-table {
      padding: 70px 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-table__header {
    margin-bottom: 55px;
    text-align: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__header-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__header-text {
    font-size: 22px !important; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-table__header-text {
        font-size: 18px !important; } }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-wrapper {
    overflow-x: auto;
    margin-bottom: 50px; }
    body.simplybook.sub-page.m-calendar .m-calendar-table__table-wrapper:last-child {
      margin-bottom: 0; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table {
    display: block;
    width: 100%;
    white-space: nowrap; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-header {
    border-top: 3px solid #F2F5FA;
    border-bottom: 3px solid #F2F5FA; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-header-item {
    padding: 25px 20px 15px 25px;
    font-size: 20px !important;
    font-weight: 600 !important; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-table__table-header-item {
        font-size: 18px !important; } }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-row:nth-child(even) {
    background: #f1f6ff; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column {
    padding: 30px 20px 25px 25px; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column--first {
    display: flex;
    align-items: center;
    min-width: 300px; }
    body.simplybook.sub-page.m-calendar .m-calendar-table__table-column--first .m-calendar-table__table-column-title {
      font-weight: 600; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column--multiple {
    text-align: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-icon {
    width: 34px;
    height: 34px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-icon {
        width: 25px;
        height: 25px;
        margin-right: 25px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-title {
    margin-bottom: 5px;
    font-size: 20px !important; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-title {
        font-size: 16px !important; } }
  body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-text {
    margin: 0; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-table__table-column-text {
        font-size: 14px; } }

body.simplybook.sub-page.m-calendar .m-calendar-social {
  padding: 95px 0 110px;
  background: #f1f6ff; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-social {
      padding: 80px 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-social__header {
    max-width: 685px;
    margin: 0 auto 55px;
    text-align: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-social__header-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.m-calendar .m-calendar-social__header-text {
    font-size: 22px !important; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-social__header-text {
        font-size: 18px !important; } }
  body.simplybook.sub-page.m-calendar .m-calendar-social__wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-social__wrapper {
        flex-direction: column; } }
  body.simplybook.sub-page.m-calendar .m-calendar-social__image {
    width: 100%;
    max-width: 50%;
    flex-shrink: 0;
    margin-right: 80px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-social__image {
        max-width: 500px;
        margin-right: 0;
        margin-bottom: 60px; } }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.m-calendar .m-calendar-social__content {
      max-width: 750px;
      margin: 0 auto;
      text-align: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-social__review {
    display: flex;
    align-items: center;
    margin-bottom: 55px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-social__review {
        justify-content: center;
        margin-bottom: 45px;
        text-align: left; } }
  body.simplybook.sub-page.m-calendar .m-calendar-social__review-image {
    width: 84px;
    height: 84px;
    margin-right: 15px;
    flex-shrink: 0; }
  body.simplybook.sub-page.m-calendar .m-calendar-social__review-title {
    color: #788291 !important; }
  body.simplybook.sub-page.m-calendar .m-calendar-social__review-text {
    max-width: 360px; }
  body.simplybook.sub-page.m-calendar .m-calendar-social__title {
    max-width: 245px;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-social__title {
        margin: 0 auto 15px; } }

body.simplybook.sub-page.m-calendar .m-calendar-features {
  padding: 140px 0 280px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.m-calendar .m-calendar-features {
      padding: 140px 0 230px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-features {
      padding: 80px 0 150px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-features__wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-features__wrapper {
        flex-direction: column;
        align-items: flex-start; } }
  body.simplybook.sub-page.m-calendar .m-calendar-features__content {
    width: 100%;
    max-width: 45%;
    margin-right: 100px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-features__content {
        max-width: 750px;
        margin: 0 auto 70px;
        text-align: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-features__title {
    margin-bottom: 35px; }
  body.simplybook.sub-page.m-calendar .m-calendar-features__text {
    margin-bottom: 55px; }
  body.simplybook.sub-page.m-calendar .m-calendar-features__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -35px; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-features__list {
        margin: 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-features__item {
    display: flex;
    width: 100%;
    max-width: calc(50% - 60px);
    margin: 0 30px 35px; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-features__item {
        max-width: 100%;
        margin: 0 0 30px; }
        body.simplybook.sub-page.m-calendar .m-calendar-features__item:last-child {
          margin-bottom: 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-features__item-icon {
    width: 63px;
    height: 63px;
    flex-shrink: 0;
    margin-right: 20px; }
  body.simplybook.sub-page.m-calendar .m-calendar-features__item-title {
    margin-bottom: 10px; }

body.simplybook.sub-page.m-calendar .m-calendar-numbers {
  position: relative;
  padding: 110px 0 120px;
  background: #F1F6FF; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-numbers {
      padding: 70px 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-numbers .topline {
    position: absolute;
    width: 100%;
    min-width: 2560px;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  body.simplybook.sub-page.m-calendar .m-calendar-numbers__list {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-numbers__list {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-numbers__item {
    text-align: center;
    font-family: 'Mulish', sans-serif; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-numbers__item {
        margin-bottom: 50px; }
        body.simplybook.sub-page.m-calendar .m-calendar-numbers__item:last-child {
          margin-bottom: 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-numbers__item-number {
    margin-bottom: 35px;
    font-size: 55px;
    font-weight: 600;
    color: #06ADEF; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-numbers__item-number {
        font-size: 40px;
        margin-bottom: 20px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-numbers__item-text {
    font-size: 22px !important; }

body.simplybook.sub-page.m-calendar .m-calendar-steps {
  position: relative;
  padding: 140px 0 75px; }
  @media (max-width: 1024px) {
    body.simplybook.sub-page.m-calendar .m-calendar-steps {
      padding: 90px 0 75px; } }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-steps {
      padding: 90px 0 70px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__header {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__header-title {
    margin-bottom: 20px; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__header-text {
    font-size: 22px !important; }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-steps__header-text {
        font-size: 18px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__steps-list {
    display: flex; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-steps__steps-list {
        flex-direction: column; } }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 20px);
    margin: 0 10px;
    padding: 40px 30px 70px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 2px 2px 15px 0 rgba(45, 51, 72, 0.1);
    background: #FFFFFF; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-steps__step {
        width: 500px;
        margin: 0 auto 50px;
        padding: 40px 40px 60px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .m-calendar-steps__step {
        width: 100%;
        padding: 30px 25px 50px; } }
    body.simplybook.sub-page.m-calendar .m-calendar-steps__step:nth-child(1) .m-calendar-steps__step-arrow svg path {
      fill: #FF3259; }
    body.simplybook.sub-page.m-calendar .m-calendar-steps__step:nth-child(2) .m-calendar-steps__step-arrow svg path {
      fill: #00D38B; }
    body.simplybook.sub-page.m-calendar .m-calendar-steps__step:nth-child(3) .m-calendar-steps__step-arrow svg path {
      fill: #06adef; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step-image {
    max-height: 160px;
    margin-bottom: 20px; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step-content {
    margin-top: auto; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step-counter {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #d5e0f0; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__step-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 100px;
    margin: 0 auto; }
  body.simplybook.sub-page.m-calendar .m-calendar-steps__footer {
    margin-top: 85px;
    text-align: center; }

body.simplybook.sub-page.m-calendar .m-calendar-articles {
  padding: 75px 0 80px; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .m-calendar-articles {
      padding: 60px 0; } }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__header {
    margin-bottom: 55px;
    text-align: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__article {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px; }
    body.simplybook.sub-page.m-calendar .m-calendar-articles__article:nth-child(even) {
      flex-direction: row-reverse;
      align-items: center; }
    body.simplybook.sub-page.m-calendar .m-calendar-articles__article:last-child {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-articles__article {
        max-width: 650px;
        flex-direction: column;
        margin-bottom: 70px; }
        body.simplybook.sub-page.m-calendar .m-calendar-articles__article:nth-child(even) {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__article-image {
    max-width: 45%;
    width: 100%;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-articles__article-image {
        max-width: 450px;
        margin: 0 auto 30px; } }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__article-content {
    max-width: 45%;
    width: 100%; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .m-calendar-articles__article-content {
        max-width: 100%;
        text-align: center; } }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__article-title {
    margin-bottom: 15px; }
  body.simplybook.sub-page.m-calendar .m-calendar-articles__article-text {
    margin-bottom: 50px; }

@media (max-width: 767px) {
  body.simplybook.sub-page.m-calendar .goonlinenow__faq .section-header {
    margin-bottom: 0; } }

body.simplybook.sub-page.m-calendar .goonlinenow__faq .section-header .title {
  margin-bottom: 15px; }

body.simplybook.sub-page.m-calendar .goonlinenow__faq .section-header .p {
  font-size: 22px !important; }
  @media (max-width: 767px) {
    body.simplybook.sub-page.m-calendar .goonlinenow__faq .section-header .p {
      font-size: 18px !important; } }

body.simplybook.sub-page.m-calendar .title {
  color: #253246;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Mulish", sans-serif; }
  body.simplybook.sub-page.m-calendar .title--h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      body.simplybook.sub-page.m-calendar .title--h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      body.simplybook.sub-page.m-calendar .title--h1 {
        font-size: 30px; } }
  body.simplybook.sub-page.m-calendar .title--h2 {
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 480px) {
      body.simplybook.sub-page.m-calendar .title--h2 {
        font-size: 26px; } }
  body.simplybook.sub-page.m-calendar .title--h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0; }

body.simplybook.sub-page.m-calendar .p {
  color: #253246;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6; }
  body.simplybook.sub-page.m-calendar .p--secondary {
    color: #788291; }

body.simplybook.tw-retail {
  width: 100%;
  overflow-x: hidden; }
  body.simplybook.tw-retail #header {
    height: 78px;
    min-height: auto;
    padding: 0;
    font-family: 'Noto Sans', sans-serif !important; }
    body.simplybook.tw-retail #header .top.title-medium {
      display: none; }
  body.simplybook.tw-retail #footer {
    font-family: 'Noto Sans', sans-serif !important; }
  body.simplybook.tw-retail .tw-retail-cover {
    padding: 100px 0; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-cover {
        padding: 100px 0 70px; } }
    body.simplybook.tw-retail .tw-retail-cover__wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-cover__wrapper {
          flex-direction: column; } }
    body.simplybook.tw-retail .tw-retail-cover__content {
      width: 100%;
      max-width: 45%;
      margin-right: 60px; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-cover__content {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 50px;
          text-align: center; } }
    body.simplybook.tw-retail .tw-retail-cover__image {
      width: 100%;
      max-width: 55%; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-cover__image {
          max-width: 600px; } }
    body.simplybook.tw-retail .tw-retail-cover__title {
      margin-bottom: 20px; }
    body.simplybook.tw-retail .tw-retail-cover__text {
      margin-bottom: 50px; }
    body.simplybook.tw-retail .tw-retail-cover__btns-wrapper {
      display: flex;
      align-items: center;
      margin: 0 -5px; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-cover__btns-wrapper {
          justify-content: center; } }
    body.simplybook.tw-retail .tw-retail-cover__btn {
      margin: 0 5px; }
  body.simplybook.tw-retail .tw-retail-list {
    padding: 90px 0 70px; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-list {
        padding: 70px 0; } }
    body.simplybook.tw-retail .tw-retail-list__header {
      margin-bottom: 55px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-list__header-title {
      width: 100%;
      max-width: 630px;
      margin: 0 auto 15px; }
    body.simplybook.tw-retail .tw-retail-list__list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 70px 20px;
      margin: 0 10px;
      border-radius: 20px;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1); }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-list__list {
          padding: 40px 0 0; } }
    body.simplybook.tw-retail .tw-retail-list__item {
      width: 100%;
      flex: 255px 1 1;
      margin: 0 57.5px; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-list__item {
          margin: 0 30px 40px;
          text-align: center; } }
    body.simplybook.tw-retail .tw-retail-list__item-image {
      max-height: 75px;
      margin-bottom: 25px; }
    body.simplybook.tw-retail .tw-retail-list__item-title {
      margin-bottom: 12px;
      font-size: 24px; }
  body.simplybook.tw-retail .tw-retail-benefit {
    padding: 70px 0; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-benefit {
        padding: 60px 0; } }
    body.simplybook.tw-retail .tw-retail-benefit__header {
      margin-bottom: 55px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-benefit__header-title {
      margin-bottom: 15px; }
    body.simplybook.tw-retail .tw-retail-benefit__header-text {
      max-width: 620px;
      margin: 0 auto; }
    body.simplybook.tw-retail .tw-retail-benefit__image {
      width: 100%;
      max-width: 1040px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-benefit__image {
          max-width: 600px; } }
  body.simplybook.tw-retail .tw-retail-articles {
    padding: 70px 0; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-articles {
        padding: 60px 0; } }
    body.simplybook.tw-retail .tw-retail-articles__header {
      margin-bottom: 80px;
      text-align: center; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-articles__header {
          margin-bottom: 60px; } }
    body.simplybook.tw-retail .tw-retail-articles__header-title {
      margin-bottom: 15px; }
    body.simplybook.tw-retail .tw-retail-articles__article {
      display: flex;
      align-items: center;
      margin-bottom: 90px; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-articles__article {
          flex-direction: column-reverse;
          margin-bottom: 80px; } }
      body.simplybook.tw-retail .tw-retail-articles__article:last-child {
        margin-bottom: 0; }
    @media (min-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(even) .tw-retail-articles__article-left {
        margin-right: 35px; } }
    @media (max-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(even) .tw-retail-articles__article-left {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(even) .tw-retail-articles__article-number {
        margin-right: 50px; } }
    @media (max-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(even) .tw-retail-articles__article-number {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(odd) {
        flex-direction: row-reverse; } }
    @media (min-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(odd) .tw-retail-articles__article-left {
        flex-direction: row-reverse;
        margin-left: 35px; } }
    @media (max-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(odd) .tw-retail-articles__article-left {
        margin-left: 0; } }
    @media (min-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(odd) .tw-retail-articles__article-number {
        margin-left: 50px; } }
    @media (max-width: 1024px) {
      body.simplybook.tw-retail .tw-retail-articles__article:nth-child(odd) .tw-retail-articles__article-number {
        margin-left: 0; } }
    body.simplybook.tw-retail .tw-retail-articles__article-left {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-articles__article-left {
          max-width: 600px;
          flex-direction: column;
          justify-content: center;
          text-align: center; } }
    body.simplybook.tw-retail .tw-retail-articles__article-right {
      width: 100%;
      max-width: 50%;
      flex-shrink: 0; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-articles__article-right {
          max-width: 450px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-articles__article-right {
          max-width: 90%; } }
    body.simplybook.tw-retail .tw-retail-articles__article-number {
      font-family: 'Mulish', sans-serif;
      font-size: 128px;
      font-weight: 600;
      line-height: 1;
      color: #E7ECF7; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-articles__article-number {
          font-size: 80px;
          margin-bottom: 20px; } }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-articles__article-number {
          margin-bottom: 10px; } }
    body.simplybook.tw-retail .tw-retail-articles__article-title {
      margin-bottom: 25px; }
  body.simplybook.tw-retail .tw-retail-cta {
    padding: 70px 0; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-cta {
        padding: 60px 0; } }
    body.simplybook.tw-retail .tw-retail-cta__header {
      margin-bottom: 55px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-cta__header-title {
      margin-bottom: 15px; }
    body.simplybook.tw-retail .tw-retail-cta__image {
      position: relative;
      margin-bottom: 50px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-cta__circle-one, body.simplybook.tw-retail .tw-retail-cta__circle-two, body.simplybook.tw-retail .tw-retail-cta__circle-three {
      position: absolute;
      border-radius: 50%;
      background: #F1F6FF;
      z-index: -1; }
    body.simplybook.tw-retail .tw-retail-cta__circle-one {
      width: 450px;
      height: 450px;
      left: -40px;
      top: -100px; }
      @media (max-width: 1024px) {
        body.simplybook.tw-retail .tw-retail-cta__circle-one {
          width: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-cta__circle-one {
          width: 100px;
          height: 100px;
          left: 0;
          top: -40px; } }
    body.simplybook.tw-retail .tw-retail-cta__circle-two {
      width: 90px;
      height: 90px;
      right: 90px;
      top: -85px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-cta__circle-two {
          width: 30px;
          height: 30px;
          right: 20px;
          top: -40px; } }
    body.simplybook.tw-retail .tw-retail-cta__circle-three {
      width: 160px;
      height: 160px;
      bottom: -160px;
      right: -60px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-cta__circle-three {
          width: 60px;
          height: 60px;
          bottom: -80px;
          right: 0; } }
    body.simplybook.tw-retail .tw-retail-cta__footer {
      text-align: center; }
  body.simplybook.tw-retail .tw-retail-reports {
    padding: 80px 0 100px; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-reports {
        padding: 60px 0 70px; } }
    body.simplybook.tw-retail .tw-retail-reports__header {
      margin-bottom: 70px;
      text-align: center; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-reports__header {
          margin-bottom: 50px; } }
    body.simplybook.tw-retail .tw-retail-reports__header-title {
      margin-bottom: 20px; }
    body.simplybook.tw-retail .tw-retail-reports__header-text {
      max-width: 870px;
      margin: 0 auto; }
    body.simplybook.tw-retail .tw-retail-reports__list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 985px;
      margin: 0 auto;
      gap: 65px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-reports__list {
          gap: 45px; } }
    body.simplybook.tw-retail .tw-retail-reports__item {
      flex-basis: 285px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-reports__item {
          flex-basis: 100%;
          text-align: center; } }
    body.simplybook.tw-retail .tw-retail-reports__item-image {
      margin-bottom: 15px; }
    body.simplybook.tw-retail .tw-retail-reports__item-title {
      margin-bottom: 10px; }
  body.simplybook.tw-retail .tw-retail-features {
    padding: 70px 0; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-features {
        padding: 60px 0; } }
    body.simplybook.tw-retail .tw-retail-features__header {
      margin-bottom: 55px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-features__list-wrapper {
      position: relative; }
    body.simplybook.tw-retail .tw-retail-features__list-wrapper-shape {
      position: absolute;
      width: 1200px;
      top: 120px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-features__list-wrapper-shape {
          top: 50%;
          transform: translate(-50%, 50%); } }
    body.simplybook.tw-retail .tw-retail-features__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -17.5px -35px; }
    body.simplybook.tw-retail .tw-retail-features__item {
      width: 100%;
      flex: 350px 1 1;
      margin: 0 17.5px 35px;
      padding: 55px 45px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
      background: #fff; }
    body.simplybook.tw-retail .tw-retail-features__item-image {
      width: 100%;
      max-width: 100px;
      margin-bottom: 25px; }
    body.simplybook.tw-retail .tw-retail-features__item-title {
      margin-bottom: 20px; }
    body.simplybook.tw-retail .tw-retail-features__footer {
      margin-top: 50px;
      text-align: center; }
  body.simplybook.tw-retail .tw-retail-sm {
    padding: 70px 0 140px; }
    @media (max-width: 767px) {
      body.simplybook.tw-retail .tw-retail-sm {
        padding: 60px 0 120px; } }
    body.simplybook.tw-retail .tw-retail-sm__header {
      margin-bottom: 55px;
      text-align: center; }
    body.simplybook.tw-retail .tw-retail-sm__frame-wrapper {
      position: relative;
      width: 100%;
      max-width: 990px;
      margin: 0 auto; }
    body.simplybook.tw-retail .tw-retail-sm__frame {
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
      background: #fff; }
    body.simplybook.tw-retail .tw-retail-sm__frame-circle-one, body.simplybook.tw-retail .tw-retail-sm__frame-circle-two, body.simplybook.tw-retail .tw-retail-sm__frame-circle-three {
      position: absolute;
      border-radius: 50%;
      background: #F1F6FF;
      z-index: -1; }
    body.simplybook.tw-retail .tw-retail-sm__frame-circle-one {
      width: 330px;
      height: 330px;
      left: -100px;
      top: -60px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-sm__frame-circle-one {
          width: 150px;
          height: 150px;
          left: -50px;
          top: -40px; } }
    body.simplybook.tw-retail .tw-retail-sm__frame-circle-two {
      width: 210px;
      height: 210px;
      top: -45px;
      right: -60px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-sm__frame-circle-two {
          width: 100px;
          height: 100px;
          top: -30px;
          right: -10px; } }
    body.simplybook.tw-retail .tw-retail-sm__frame-circle-three {
      width: 120px;
      height: 120px;
      left: -30px;
      bottom: -30px; }
      @media (max-width: 767px) {
        body.simplybook.tw-retail .tw-retail-sm__frame-circle-three {
          width: 80px;
          height: 80px;
          left: -20px;
          bottom: -20px; } }
  body.simplybook.tw-retail .p .highlight {
    color: #06adef; }

.error-page div[id*="b_"] {
  display: none; }

.error-page .error-section {
  min-height: 100vh;
  padding: 40px 0; }

.error-page .error-pre {
  margin-bottom: 20px;
  font-family: 'Mulish', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #253246; }
  @media (max-width: 767px) {
    .error-page .error-pre {
      margin-bottom: 10px;
      font-size: 24px; } }

.error-page .error-title {
  padding: 0;
  margin-bottom: 10px;
  font-size: 32px;
  color: #253246;
  border: none;
  text-align: center;
  font-weight: bolder; }
  @media (max-width: 767px) {
    .error-page .error-title {
      font-size: 30px; } }

.error-page .error-subtitle {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #788291;
  text-align: center; }
  @media (max-width: 767px) {
    .error-page .error-subtitle {
      font-size: 18px; } }

.error-page .error-text {
  margin-bottom: 5px;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #253246; }
  .error-page .error-text--secondary {
    color: #7a818f; }

.error-page .error-btn {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  line-height: 1;
  letter-spacing: .01em;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 12px 35px;
  border-radius: 50px;
  outline: 0;
  border: none;
  background: #06adef;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  transition: all .22s ease; }
  .error-page .error-btn:hover {
    background: #0589bd; }

.error-page .ep-404 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 12px;
  gap: 60px;
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden; }
  .error-page .ep-404--header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 8px; }
    .error-page .ep-404--header-image {
      max-height: 130px;
      margin-bottom: 14px; }
  .error-page .ep-404--grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px 16px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 1230px) {
      .error-page .ep-404--grid {
        flex-direction: row; } }
  .error-page .ep-404--row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 5px;
    gap: 12px;
    padding: 16px 18px 28px; }
    @media (min-width: 1230px) {
      .error-page .ep-404--row {
        padding: 16px 26px 25px; } }
    .error-page .ep-404--row_item-picture {
      position: relative;
      flex: unset;
      display: flex;
      flex-direction: column;
      min-width: 130px;
      width: 130px; }
      @media (min-width: 1230px) {
        .error-page .ep-404--row_item-picture {
          flex: 1; } }
      .error-page .ep-404--row_item-picture .ep-404-image-bird {
        position: absolute;
        top: -60px;
        min-width: 160px;
        width: 160px; }
        @media (min-width: 1230px) {
          .error-page .ep-404--row_item-picture .ep-404-image-bird {
            top: -86px;
            min-width: 240px;
            width: 240px; } }
      .error-page .ep-404--row_item-picture .logo {
        margin-top: auto;
        margin-bottom: 0; }
        .error-page .ep-404--row_item-picture .logo img {
          position: static;
          padding: 0;
          margin: 0; }
    .error-page .ep-404--row_item-content {
      position: relative;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 14px;
      z-index: 2; }
      .error-page .ep-404--row_item-content .btn-bar {
        margin-top: auto;
        margin-bottom: 0; }
      @media (min-width: 1230px) {
        .error-page .ep-404--row_item-content {
          min-width: 200px; } }
    .error-page .ep-404--row .p--primary {
      font-size: 14px; }
    .error-page .ep-404--row .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 22px;
      font-weight: 600;
      font-size: 16px;
      min-height: 42px;
      min-width: 160px;
      border-radius: 36px;
      outline: none;
      border: none; }
      .error-page .ep-404--row .btn--primary {
        background: #06adef;
        color: #fff; }
      .error-page .ep-404--row .btn--primary-sm {
        background: #FEC439;
        color: #253246; }
    .error-page .ep-404--row .logo {
      position: relative;
      top: -4px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 130px;
      min-width: 130px;
      height: 34px;
      padding: 4px 10px;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0px 0px 22px -4px rgba(37, 50, 70, 0.2); }
      .error-page .ep-404--row .logo img {
        width: 100px;
        min-width: 100px; }
      @media (min-width: 1230px) {
        .error-page .ep-404--row .logo {
          width: 184px;
          min-width: 184px;
          height: 48px; }
          .error-page .ep-404--row .logo img {
            width: 140px;
            min-width: 140px; } }
  .error-page .ep-404--column {
    width: 100%;
    max-width: 480px; }
    @media (min-width: 1230px) {
      .error-page .ep-404--column {
        flex-grow: 1;
        flex-basis: 440px; } }
    .error-page .ep-404--column_or {
      width: 100%;
      max-width: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: #788291;
      font-size: 22px;
      font-weight: 300; }
      .error-page .ep-404--column_or:before, .error-page .ep-404--column_or:after {
        content: '';
        display: block;
        flex: 1;
        height: 1px;
        background: #E7ECF7; }
      @media (min-width: 1230px) {
        .error-page .ep-404--column_or {
          flex-basis: 190px; } }
    .error-page .ep-404--column_sb .ep-404--row {
      background: #f8faff; }
      .error-page .ep-404--column_sb .ep-404--row .ep-404-image-bird {
        margin-left: -32px; }
      .error-page .ep-404--column_sb .ep-404--row .logo {
        margin-left: -26px; }
        @media (min-width: 1230px) {
          .error-page .ep-404--column_sb .ep-404--row .logo {
            margin-left: -62px; } }
    .error-page .ep-404--column_sm .ep-404--row {
      flex-direction: row-reverse;
      background: #FFF8EA; }
      .error-page .ep-404--column_sm .ep-404--row .logo {
        margin-left: 26px; }
        @media (min-width: 1230px) {
          .error-page .ep-404--column_sm .ep-404--row .logo {
            margin-left: 84px;
            margin-right: -84px; } }

.error-page .error-404 {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  min-height: 100dvh; }
  .error-page .error-404__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; }
  .error-page .error-404__image, .error-page .error-404__picture {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    .error-page .error-404__image.image_404, .error-page .error-404__picture.image_404 {
      max-height: 400px;
      max-width: 100%;
      width: auto;
      margin-bottom: 50px; }
  .error-page .error-404__title {
    margin-bottom: 12px;
    font-weight: bolder; }
  .error-page .error-404__subtitle {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; }
  .error-page .error-404__solutions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .error-page .error-404__solutions {
        flex-direction: column;
        margin-top: 75px; } }
  .error-page .error-404__solution {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 500px;
    flex-shrink: 0;
    padding: 25px 30px;
    border-radius: 5px;
    text-align: left; }
    @media (max-width: 1300px) {
      .error-page .error-404__solution {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .error-page .error-404__solution {
        max-width: 500px; } }
    @media (max-width: 480px) {
      .error-page .error-404__solution {
        padding: 10px 8px 30px; } }
    .error-page .error-404__solution--sb {
      background: #f1f6ff; }
      .error-page .error-404__solution--sb .error-404__solution-image {
        left: 10px;
        top: -60px; }
        @media (max-width: 1300px) {
          .error-page .error-404__solution--sb .error-404__solution-image {
            left: -20px; } }
        @media (max-width: 767px) {
          .error-page .error-404__solution--sb .error-404__solution-image {
            left: -10px; } }
      .error-page .error-404__solution--sb .error-404__solution-label {
        left: -45px; }
        @media (max-width: 767px) {
          .error-page .error-404__solution--sb .error-404__solution-label {
            left: -10px; } }
      .error-page .error-404__solution--sb .error-404__solution-btn {
        color: #fff;
        background: #06adef; }
    .error-page .error-404__solution--sm {
      flex-direction: row-reverse;
      background: #FFF8EA; }
      .error-page .error-404__solution--sm .error-404__solution-image {
        right: 40px;
        top: -50px; }
        @media (max-width: 1300px) {
          .error-page .error-404__solution--sm .error-404__solution-image {
            right: 20px; } }
        @media (max-width: 767px) {
          .error-page .error-404__solution--sm .error-404__solution-image {
            right: 0; } }
      .error-page .error-404__solution--sm .error-404__solution-label {
        right: -35px; }
        @media (max-width: 767px) {
          .error-page .error-404__solution--sm .error-404__solution-label {
            right: -10px; } }
      .error-page .error-404__solution--sm .error-404__solution-btn {
        color: #fff;
        background: #fec439; }
  .error-page .error-404__solution-image {
    position: absolute;
    max-width: 240px; }
    @media (max-width: 1300px) {
      .error-page .error-404__solution-image {
        max-width: 200px; } }
    @media (max-width: 480px) {
      .error-page .error-404__solution-image {
        max-width: 170px; } }
  .error-page .error-404__solution-content {
    width: 100%;
    max-width: 200px; }
    @media (max-width: 480px) {
      .error-page .error-404__solution-content {
        max-width: 160px; } }
  .error-page .error-404__solution-title {
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .error-page .error-404__solution-title {
        margin-bottom: 8px;
        font-size: 16px !important; } }
  .error-page .error-404__solution-text {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .error-page .error-404__solution-text {
        margin-bottom: 15px;
        font-size: 14px !important; } }
  .error-page .error-404__solution-label {
    position: absolute;
    display: flex;
    max-height: 50px;
    bottom: 25px;
    padding: 13px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(45, 51, 72, 0.1);
    background: #fff; }
    @media (max-width: 480px) {
      .error-page .error-404__solution-label {
        max-width: 140px;
        max-height: 35px;
        padding: 10px 22px;
        bottom: 35px; } }
  .error-page .error-404__solutions-divider {
    display: flex;
    align-items: center;
    margin: 0 15px;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .error-page .error-404__solutions-divider {
        margin: 40px 0 55px; } }
    .error-page .error-404__solutions-divider:before {
      margin-right: 15px; }
    .error-page .error-404__solutions-divider:after {
      margin-left: 15px; }
    .error-page .error-404__solutions-divider:before, .error-page .error-404__solutions-divider:after {
      display: flex;
      content: '';
      width: 78px;
      height: 1px;
      background: #E7ECF7; }
      @media (max-width: 1300px) {
        .error-page .error-404__solutions-divider:before, .error-page .error-404__solutions-divider:after {
          width: 50px; } }
  .error-page .error-404 .p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0B3052; }
    .error-page .error-404 .p--secondary {
      color: #788291; }
  .error-page .error-404 .title {
    color: #0B3052;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-family: 'Mulish', sans-serif; }
    .error-page .error-404 .title--h2 {
      font-size: 30px;
      line-height: 1.2; }
    .error-page .error-404 .title--h3 {
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0; }
  .error-page .error-404 .btn {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    min-height: 45px;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 12px 35px;
    border-radius: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }

.error-page .error-500 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  text-align: center; }
  .error-page .error-500__image {
    margin: 0 auto 50px; }
    .error-page .error-500__image.image_500 {
      max-height: 350px;
      max-width: 100%;
      width: auto; }

.error-page .error-blocked {
  display: flex;
  align-items: center;
  text-align: center; }
  .error-page .error-blocked__image {
    display: block;
    margin: 0 auto 50px;
    max-height: 330px;
    height: auto;
    max-width: 100%; }
  .error-page .error-blocked__title {
    margin-bottom: 10px;
    font-size: 32px;
    color: #253246; }
    @media (max-width: 767px) {
      .error-page .error-blocked__title {
        font-size: 30px; } }
  .error-page .error-blocked__subtitle {
    margin: 0 auto 40px; }
    .error-page .error-blocked__subtitle--red span {
      color: #ff3259; }

.error-page .error-overload {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .error-page .error-overload .error-overload__image {
    margin-bottom: 50px; }
  .error-page .error-overload__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .error-page .error-overload__content {
    text-align: center; }
  .error-page .error-overload__title {
    margin-bottom: 20px;
    font-size: 32px;
    color: #253246; }
    @media (max-width: 767px) {
      .error-page .error-overload__title {
        font-size: 30px; } }
  .error-page .error-overload__text {
    margin-bottom: 12px;
    font-size: 18px;
    max-width: 500px; }
    .error-page .error-overload__text.--small {
      font-size: 14px; }
  .error-page .error-overload__btn {
    margin-top: 30px; }

@media (max-width: 767px) {
  .error-page.partner-whitelabel .error-wrapper {
    text-align: center; } }

.error-page.partner-whitelabel .error-wrapper .error-page_picture {
  display: inline-block;
  margin-bottom: 12px;
  color: #788291; }
  .error-page.partner-whitelabel .error-wrapper .error-page_picture svg {
    max-width: 100%;
    height: 230px; }

.error-page.partner-whitelabel .error-wrapper .title-404 {
  font-size: 24px; }

.error-page.partner-whitelabel .error-wrapper .title--h2 {
  margin-bottom: 12px;
  font-size: 30px; }
  @media (min-width: 767px) {
    .error-page.partner-whitelabel .error-wrapper .title--h2 {
      font-size: 42px; } }

/*==================================*/
a .menu-icon.about-us {
  background-image: url(/v2/images/simplybook/menu-icon/about-us.png);
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 23px;
  background-position: -2px -2px; }

a:hover .menu-icon.about-us {
  background-position: -2px -29px; }

a .menu-icon.developers {
  background-image: url(/v2/images/simplybook/menu-icon/developers.png);
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 23px;
  background-position: -2px -2px; }

a:hover .menu-icon.developers {
  background-position: -2px -29px; }

a .menu-icon.faq {
  background-image: url(/v2/images/simplybook/menu-icon/faq.png);
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 23px;
  background-position: -2px -2px; }

a:hover .menu-icon.faq {
  background-position: -2px -29px; }

a .menu-icon.features {
  background-image: url(/v2/images/simplybook/menu-icon/features.png);
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -2px -2px; }

a:hover .menu-icon.features {
  background-position: -2px -28px; }

a .menu-icon.how-it-works {
  background-image: url(/v2/images/simplybook/menu-icon/how-it-works.png);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  background-position: -2px -2px; }

a:hover .menu-icon.how-it-works {
  background-position: -2px -31px; }

a .menu-icon.integrations {
  background-image: url(/v2/images/simplybook/menu-icon/integrations.png);
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  background-position: -2px -2px; }

a:hover .menu-icon.integrations {
  background-position: -2px -27px; }

a .menu-icon.plugins {
  background-image: url(/v2/images/simplybook/menu-icon/plugins.png);
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  background-position: -2px -2px; }

a:hover .menu-icon.plugins {
  background-position: -2px -27px; }

a .menu-icon.reviews {
  background-image: url(/v2/images/simplybook/menu-icon/reviews.png);
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  background-position: -2px -2px; }

a:hover .menu-icon.reviews {
  background-position: -2px -29px; }

a .menu-icon.sign-up {
  background-image: url(/v2/images/simplybook/menu-icon/sign-up.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 25px;
  background-position: -2px -2px;
  display: none; }
  @media (max-width: 767px) {
    a .menu-icon.sign-up {
      display: block; } }

a:hover .menu-icon.sign-up {
  background-position: -2px -26px; }

a .menu-icon.terms {
  background-image: url(/v2/images/simplybook/menu-icon/terms.png);
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  background-position: -2px -2px; }

a:hover .menu-icon.terms {
  background-position: -2px -29px; }

a .menu-icon.enterprise {
  background-image: url(/v2/images/simplybook/menu-icon/enterprise.png);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 22px;
  background-position: -2px -2px; }

a:hover .menu-icon.enterprise {
  background-position: -2px -28px; }

[class*='ft-icon-'] {
  width: 36px;
  background-image: url("/v2/images/simplybook/features/feature-icons.png");
  background-repeat: no-repeat;
  display: block; }

li .ft-icon-1 {
  height: 33px;
  background-position: -5px -5px; }

li:hover .ft-icon-1, li.active .ft-icon-1 {
  background-position: -603px -5px; }

li .ft-icon-2 {
  height: 33px;
  background-position: -649px -5px; }

li:hover .ft-icon-2, li.active .ft-icon-2 {
  background-position: -695px -5px; }

li .ft-icon-3 {
  height: 31px;
  background-position: -741px -5px; }

li:hover .ft-icon-3, li.active .ft-icon-3 {
  background-position: -787px -5px; }

li .ft-icon-4 {
  height: 34px;
  background-position: -833px -5px; }

li:hover .ft-icon-4, li.active .ft-icon-4 {
  background-position: -879px -5px; }

li .ft-icon-5 {
  height: 32px;
  background-position: -925px -5px; }

li:hover .ft-icon-5, li.active .ft-icon-5 {
  background-position: -971px -5px; }

li .ft-icon-6 {
  height: 45px;
  background-position: -1017px -5px; }

li:hover .ft-icon-6, li.active .ft-icon-6 {
  background-position: -1063px -5px; }

li .ft-icon-7 {
  height: 36px;
  background-position: -1109px -5px; }

li:hover .ft-icon-7, li.active .ft-icon-7 {
  background-position: -1155px -5px; }

li .ft-icon-8 {
  height: 38px;
  background-position: -1201px -5px; }

li:hover .ft-icon-8, li.active .ft-icon-8 {
  background-position: -1247px -5px; }

li .ft-icon-9 {
  width: 37px;
  height: 27px;
  background-position: -1293px -5px; }

li:hover .ft-icon-9, li.active .ft-icon-9 {
  background-position: -1340px -5px; }

li .ft-icon-10 {
  height: 25px;
  background-position: -51px -5px; }

li:hover .ft-icon-10, li.active .ft-icon-10 {
  background-position: -97px -5px; }

li .ft-icon-11 {
  height: 31px;
  background-position: -143px -5px; }

li:hover .ft-icon-11, li.active .ft-icon-11 {
  background-position: -189px -5px; }

li .ft-icon-12 {
  height: 44px;
  background-position: -235px -5px; }

li:hover .ft-icon-12, li.active .ft-icon-12 {
  background-position: -281px -5px; }

li .ft-icon-13 {
  height: 36px;
  background-position: -327px -5px; }

li:hover .ft-icon-13, li.active .ft-icon-13 {
  background-position: -373px -5px; }

li .ft-icon-14 {
  height: 38px;
  background-position: -419px -5px; }

li:hover .ft-icon-14, li.active .ft-icon-14 {
  background-position: -465px -5px; }

li .ft-icon-15 {
  height: 36px;
  background-position: -511px -5px; }

li:hover .ft-icon-15, li.active .ft-icon-15 {
  background-position: -557px -5px; }

[class*='ft-icon-'] {
  width: 36px;
  background-image: url("/v2/images/simplybook/features/feature-icons.png");
  background-repeat: no-repeat;
  display: block; }

.in-icon {
  width: 47px;
  background-image: url("/v2/images/simplybook/features/integration-icons.png");
  background-repeat: no-repeat;
  display: block; }

li .in-icon-Bitcons {
  width: 23px;
  height: 32px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Bitcons.png"); }

li:hover .in-icon-Bitcons, li.active .in-icon-Bitcons {
  background-position: -2px -38px; }

li .in-icon-Comming-Up {
  width: 34px;
  height: 33px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Comming-Up.png"); }

li:hover .in-icon-Comming-Up, li.active .in-icon-Comming-Up {
  background-position: -2px -39px; }

li .in-icon-Dwolla {
  width: 17px;
  height: 29px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Dwolla.png"); }

li:hover .in-icon-Dwolla, li.active .in-icon-Dwolla {
  background-position: -2px -35px; }

li .in-icon-Facebook {
  width: 13px;
  height: 26px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Facebook.png"); }

li:hover .in-icon-Facebook, li.active .in-icon-Facebook {
  background-position: -2px -32px; }

li .in-icon-fb-messanger {
  width: 29px;
  height: 28px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/fb-messanger.png"); }

li:hover .in-icon-fb-messanger, li.active .in-icon-fb-messanger {
  background-position: -2px -34px; }

li .in-icon-Google-words {
  width: 25px;
  height: 25px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Google-words.png"); }

li:hover .in-icon-Google-words, li.active .in-icon-Google-words {
  background-position: -2px -31px; }

li .in-icon-Google-analytics {
  width: 41px;
  height: 22px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Google-analytics.png"); }

li:hover .in-icon-Google-analytics, li.active .in-icon-Google-analytics {
  background-position: -2px -28px; }

li .in-icon-Google-Calendar {
  width: 26px;
  height: 25px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Google-Calendar.png"); }

li:hover .in-icon-Google-Calendar, li.active .in-icon-Google-Calendar {
  background-position: -2px -31px; }

li .in-icon-Gruveo {
  width: 28px;
  height: 27px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Gruveo.png"); }

li:hover .in-icon-Gruveo, li.active .in-icon-Gruveo {
  background-position: -2px -33px; }

li .in-icon-Joomla {
  width: 25px;
  height: 25px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Joomla.png"); }

li:hover .in-icon-Joomla, li.active .in-icon-Joomla {
  background-position: -2px -31px; }

li .in-icon-PayPal {
  width: 26px;
  height: 26px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/PayPal.png"); }

li:hover .in-icon-PayPal, li.active .in-icon-PayPal {
  background-position: -2px -32px; }

li .in-icon-Skrill {
  width: 39px;
  height: 13px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Skrill.png"); }

li:hover .in-icon-Skrill, li.active .in-icon-Skrill {
  background-position: -2px -19px; }

li .in-icon-stripe {
  width: 47px;
  height: 19px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/stripe.png"); }

li:hover .in-icon-stripe, li.active .in-icon-stripe {
  background-position: -2px -25px; }

li .in-icon-transmail {
  width: 23px;
  height: 28px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/transmail.png"); }

li:hover .in-icon-transmail, li.active .in-icon-transmail {
  background-position: -2px -34px; }

li .in-icon-Wordpress {
  width: 27px;
  height: 27px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Wordpress.png"); }

li:hover .in-icon-Wordpress, li.active .in-icon-Wordpress {
  background-position: -2px -33px; }

li .in-icon-Your-website {
  width: 29px;
  height: 29px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Your-website.png"); }

li:hover .in-icon-Your-website, li.active .in-icon-Your-website {
  background-position: -2px -35px; }

li .in-icon-Zapier {
  width: 37px;
  height: 37px;
  background-position: -2px -2px;
  background-image: url("/v2/images/simplybook/integrations/Zapier.png"); }

li:hover .in-icon-Zapier, li.active .in-icon-Zapier {
  background-position: -2px -43px; }

#tooltip-bar {
  position: relative;
  text-align: center; }
  #tooltip-bar .tooltip {
    display: block;
    margin: 20px auto;
    text-transform: uppercase;
    text-align: center;
    color: #3d3d3d;
    font-size: 10px; }
  #tooltip-bar .btn {
    font-size: 55px;
    font-weight: 700;
    border-radius: 64px;
    overflow: hidden;
    margin: 0 auto;
    border: 0;
    transition: background 0.3s ease-in-out;
    padding: 0; }
    #tooltip-bar .btn a {
      display: block;
      text-decoration: none;
      font-size: 2.25rem;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 20px 50px; }
      @media (max-width: 767px) {
        #tooltip-bar .btn a {
          font-size: 32px;
          padding: 15px 30px; } }

.mod-bar-btn {
  z-index: 99;
  text-align: center;
  margin: 0 auto; }
  .mod-bar-btn .cd-timeline-block {
    display: inline-block;
    vertical-align: top;
    border-radius: 37px;
    margin: 10px;
    max-width: inherit; }
    .mod-bar-btn .cd-timeline-block .try-it-button {
      min-width: inherit;
      opacity: 1; }
      .mod-bar-btn .cd-timeline-block .try-it-button a {
        font-size: 25px;
        padding: 15px 60px; }
        @media (max-width: 767px) {
          .mod-bar-btn .cd-timeline-block .try-it-button a {
            padding: 10px 30px; } }
      .mod-bar-btn .cd-timeline-block .try-it-button:hover {
        opacity: .9; }
    .mod-bar-btn .cd-timeline-block.green .cd-timeline-img.try-it-button {
      background-color: #38bd6a !important; }
    .mod-bar-btn .cd-timeline-block.yellow .cd-timeline-img.try-it-button {
      background-color: #ffc600 !important; }
    .mod-bar-btn .cd-timeline-block.blue .cd-timeline-img.try-it-button {
      background-color: #03c2f3 !important; }
    .mod-bar-btn .cd-timeline-block.orange .cd-timeline-img.try-it-button {
      background-color: #ff9900 !important; }
    .mod-bar-btn .cd-timeline-block a {
      display: block;
      color: #FFFFFF;
      text-transform: inherit;
      font-size: 1.5rem;
      text-decoration: none;
      font-weight: bold;
      padding: 20px 40px; }
      @media (max-width: 1024px) {
        .mod-bar-btn .cd-timeline-block a {
          padding: 15px 35px; } }
      @media (max-width: 767px) {
        .mod-bar-btn .cd-timeline-block a {
          padding: 15px 25px; } }
    .mod-bar-btn .cd-timeline-block .tooltip {
      position: absolute;
      width: 100%;
      display: block;
      left: 0;
      right: 0;
      margin-top: 5px;
      font-size: 14px; }
  .mod-bar-btn .cd-timeline-block .cd-timeline-img.try-it-button {
    min-width: inherit; }
  .mod-bar-btn.with-tooltip .try-it-button {
    height: inherit;
    padding: inherit; }
    .mod-bar-btn.with-tooltip .try-it-button a {
      line-height: inherit;
      padding: 25px 50px;
      font-size: 21px; }
      @media (max-width: 767px) {
        .mod-bar-btn.with-tooltip .try-it-button a {
          font-size: 18px;
          padding: 20px 25px; } }

.mod-features {
  text-align: center; }
  .mod-features .row {
    margin-bottom: 30px; }
  .mod-features li {
    position: relative;
    margin-bottom: 150px; }
    .mod-features li.active {
      display: block; }
    .mod-features li .img {
      min-height: 140px; }
    .mod-features li .cap {
      color: #3d3d3d;
      font-size: 25px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 10px; }
    .mod-features li .txt {
      font-size: 18px;
      color: #3d3d3d; }

.mod-brands {
  max-width: 1440px;
  margin: 0 auto; }
  .mod-brands ul {
    padding: 0 15px;
    text-align: center; }
    .mod-brands ul li {
      display: inline-block;
      vertical-align: middle;
      margin: .5em;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1366px) {
        .mod-brands ul li {
          margin: 1em; } }

.promo-list {
  position: relative; }
  .promo-list li {
    position: relative;
    font-size: 18px;
    display: block;
    padding-left: 115px; }
    .promo-list li:before {
      display: block;
      content: "";
      position: absolute;
      width: 3px;
      height: calc(100% + 10px);
      padding-bottom: 35px;
      left: 85px;
      top: 9px;
      background-color: #D5F4FF; }
    .promo-list li:after {
      display: block;
      content: "";
      width: 17px;
      height: 17px;
      border: 3px solid #00AEF2;
      background-color: #D5F4FF;
      border-radius: 50%;
      position: absolute;
      left: 78px;
      top: 5px; }
    .promo-list li img {
      display: none; }
    .promo-list li:last-of-type:before {
      display: none; }

#header .mod-radio {
  margin: 20px 10%;
  font-size: 18px; }
  @media (max-width: 1024px) {
    #header .mod-radio {
      width: 200px;
      margin: 20px auto;
      font-size: 16px; } }
  @media (max-width: 767px) {
    #header .mod-radio {
      width: inherit;
      margin: 15px 0;
      min-height: 25px; } }
  #header .mod-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  #header .mod-radio label {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    white-space: nowrap;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: whitesmoke;
    border-radius: 50%;
    background-color: #fbfbfb;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 767px) {
      #header .mod-radio label {
        width: 20px;
        height: 20px; } }
    #header .mod-radio label:before {
      content: "";
      display: block;
      transition: background-color .2s, border .2s; }
  #header .mod-radio input:checked + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #03a7f3;
    width: 12px;
    height: 12px;
    border-radius: 50%; }
  #header .mod-radio .price {
    color: #3d3d3d;
    text-align: center;
    position: relative;
    top: -7px;
    padding-left: 35px;
    text-transform: uppercase; }
    #header .mod-radio .price span {
      display: inline-block;
      line-height: 1; }
      #header .mod-radio .price span:nth-child(1) {
        font-size: 40px;
        vertical-align: bottom;
        font-weight: bold; }
      #header .mod-radio .price span:nth-child(2) {
        font-size: 35px; }
      #header .mod-radio .price span:nth-child(3) {
        font-size: 16px;
        text-align: right; }

.company-list .cap {
  font-size: 2.25rem;
  margin-bottom: 30px; }

.company-list li {
  margin-bottom: 15px; }
  .company-list li .mod-radio {
    float: left;
    width: 30px;
    margin-right: 5px; }
    .company-list li .mod-radio input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .company-list li .mod-radio label {
      display: block;
      position: relative;
      width: 25px;
      height: 25px;
      white-space: nowrap;
      cursor: pointer;
      border-style: solid;
      border-width: 1px;
      border-color: whitesmoke;
      border-radius: 50%;
      background-color: #fbfbfb;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .company-list li .mod-radio label:before {
        content: "";
        display: block;
        transition: background-color .2s, border .2s; }
    .company-list li .mod-radio input:checked + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #03a7f3;
      width: 12px;
      height: 12px;
      border-radius: 50%; }
  .company-list li .login-openid {
    display: block;
    overflow: hidden;
    font-size: 1rem; }

#ufo-tooltip {
  position: absolute;
  text-align: right;
  left: 0;
  max-width: 100%;
  z-index: 998;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%); }
  #ufo-tooltip #close_ufo_tooltip {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    color: #00AEF2;
    cursor: pointer;
    width: 30px;
    height: 30px; }
    #ufo-tooltip #close_ufo_tooltip:before, #ufo-tooltip #close_ufo_tooltip:after {
      top: 8px;
      left: 14px;
      position: absolute;
      display: block;
      content: "";
      width: 2px;
      height: 14px;
      background-color: #06adef;
      transition: all .3s ease; }
    #ufo-tooltip #close_ufo_tooltip:before {
      transform: rotate(45deg); }
    #ufo-tooltip #close_ufo_tooltip:after {
      transform: rotate(-45deg); }
    #ufo-tooltip #close_ufo_tooltip:hover:before, #ufo-tooltip #close_ufo_tooltip:hover:after {
      background-color: #FF3259; }
  #ufo-tooltip.active {
    transform: translateX(0); }
  @media (max-width: 1215px) {
    #ufo-tooltip {
      transform: translateX(-100%); } }
  #ufo-tooltip .img {
    text-align: left;
    position: relative;
    margin-top: 10px;
    cursor: pointer; }
  #ufo-tooltip .window {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
    text-align: center;
    width: 290px;
    display: inline-block;
    margin-left: 65px; }
    @media (max-width: 359px) {
      #ufo-tooltip .window {
        padding: 15px;
        width: 240px; } }
    #ufo-tooltip .window .cap {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 20px; }
      @media (max-width: 359px) {
        #ufo-tooltip .window .cap {
          font-size: 16px;
          margin-bottom: 10px; } }
      #ufo-tooltip .window .cap a {
        display: block;
        margin: 5px 0 0; }
    #ufo-tooltip .window a.btn {
      padding: 10px 30px;
      color: #ffffff;
      font-size: 16px;
      white-space: normal;
      border-radius: 30px;
      background-color: #00AEF2;
      border: none;
      transition: all .3s ease; }
      #ufo-tooltip .window a.btn:hover {
        opacity: .7; }
      @media (max-width: 359px) {
        #ufo-tooltip .window a.btn {
          font-size: 14px; } }
    #ufo-tooltip .window:after {
      content: "";
      display: block;
      position: absolute;
      background: url("/v2/images/simplybook/border-ufo.png") no-repeat scroll;
      width: 30px;
      height: 37px;
      left: -14px;
      bottom: -14px; }

.sb-btn {
  border-radius: 1000px;
  color: #ffffff;
  background: #06adef;
  text-align: center;
  font-weight: 600; }
  .sb-btn:hover {
    opacity: .9;
    color: #ffffff; }
  .sb-btn.is-small {
    padding: 15px 40px;
    font-size: 20px; }
  .sb-btn.is-big {
    padding: 15px 60px;
    font-size: 25px; }
  .sb-btn.is-tiny {
    padding: 6px 24px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    min-height: 28px;
    font-weight: normal; }

.sb-link.blue {
  color: #06adef;
  padding: 4px 0;
  line-height: 1.2;
  display: inline-flex;
  min-height: 20px;
  font-size: 12px; }

body:after {
  content: "";
  transition: background 0.3s ease-in-out; }

.utBlur {
  cursor: pointer;
  display: none;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.ut-popup {
  position: fixed;
  margin: 0 auto;
  z-index: 1001; }

.video-popup {
  position: relative; }
  .video-popup .play,
  .video-popup .decor.custom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 29px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transition: all .35s ease;
    background-color: rgba(45, 53, 71, 0.6); }
    .video-popup .play .fa,
    .video-popup .decor.custom .fa {
      padding-left: 6px; }
    .video-popup .play:hover,
    .video-popup .decor.custom:hover {
      background-color: #2d3547; }
  .video-popup .preview {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .video-popup .preview:hover .play {
      background-color: #2d3547; }
    .video-popup .preview img {
      width: 100%; }
    .video-popup .preview:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25); }
  .video-popup .modal iframe {
    width: 100%;
    height: 345px; }
    @media (max-width: 767px) {
      .video-popup .modal iframe {
        margin-top: 50px; } }
  .video-popup .modal .close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 30;
    width: 40px;
    height: 40px;
    background-color: #00AEF2;
    color: #fff;
    padding-left: 1px;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s ease; }
    .video-popup .modal .close:hover {
      opacity: .7; }

.stars {
  float: right;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .stars {
      float: none;
      margin: 0 auto; }
      .stars .inner {
        margin: 0 auto; } }
  .stars .inner {
    background-image: url("/v2/images/simplybook/star-sprite.png"); }
  .stars.zero-stars .inner {
    width: 150px;
    height: 29px;
    background-position: -3px -3px; }
  .stars.one-stars .inner {
    width: 151px;
    height: 29px;
    background-position: -3px -38px; }
  .stars.two-stars .inner {
    width: 152px;
    height: 29px;
    background-position: -3px -73px; }
  .stars.three-stars .inner {
    width: 153px;
    height: 29px;
    background-position: -3px -108px; }
  .stars.four-stars .inner {
    width: 154px;
    height: 29px;
    background-position: -3px -143px; }
  .stars.five-stars .inner {
    width: 155px;
    height: 29px;
    background-position: -3px -178px; }

.ut-info-sidebar {
  font-size: 18px;
  margin-top: 85px; }
  @media (max-width: 1366px) {
    .ut-info-sidebar {
      margin-top: 40px; } }
  @media (max-width: 1024px) {
    .ut-info-sidebar {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .ut-info-sidebar {
      margin-top: 15px; } }
  .ut-info-sidebar .mob {
    display: none; }
    @media (max-width: 767px) {
      .ut-info-sidebar .mob {
        display: block; } }
  .ut-info-sidebar .desk {
    display: block; }
    @media (max-width: 767px) {
      .ut-info-sidebar .desk {
        display: none; } }
  .ut-info-sidebar .title {
    padding-left: 20px; }
  .ut-info-sidebar .sidebar {
    border: 1px solid #e0e0e0;
    padding: 70px 55px; }
    @media (max-width: 1024px) {
      .ut-info-sidebar .sidebar {
        padding: 30px 35px; } }
    @media (max-width: 767px) {
      .ut-info-sidebar .sidebar {
        padding: 15px 30px; } }
    .ut-info-sidebar .sidebar .list > li {
      margin-bottom: 25px; }
      .ut-info-sidebar .sidebar .list > li .cap {
        position: relative;
        cursor: pointer;
        text-decoration: none;
        color: #253246;
        font-weight: 600;
        transition: all .3s ease; }
      .ut-info-sidebar .sidebar .list > li:hover .cap, .ut-info-sidebar .sidebar .list > li.active .cap {
        color: #03a7f3; }
      .ut-info-sidebar .sidebar .list > li.active .cap:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-top: 3px solid #06adef;
        border-right: 3px solid #06adef;
        position: absolute;
        transform: rotate(45deg);
        top: 2px;
        left: -28px;
        transition: all .3s ease; }
      .ut-info-sidebar .sidebar .list > li.active .cap:hover:before {
        left: -22px; }
      @media (max-width: 767px) {
        .ut-info-sidebar .sidebar .list > li {
          margin-bottom: 15px; } }
  .ut-info-sidebar .info .list > li {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px; }
    @media (max-width: 1024px) {
      .ut-info-sidebar .info .list > li {
        margin-bottom: -15px; } }
    .ut-info-sidebar .info .list > li .item {
      width: 48%;
      margin-bottom: 30px;
      text-align: center; }
      .ut-info-sidebar .info .list > li .item .inner {
        border: 1px solid #e0e0e0;
        padding: 40px 30px;
        height: 100%;
        transition: all .3s ease; }
        .ut-info-sidebar .info .list > li .item .inner:hover {
          border-color: #06adef; }
        .ut-info-sidebar .info .list > li .item .inner .img {
          max-width: 100px;
          min-height: 100px;
          margin: 0 auto 20px; }
        .ut-info-sidebar .info .list > li .item .inner .cap {
          margin-bottom: 10px;
          font-weight: bold; }
        @media (max-width: 1024px) {
          .ut-info-sidebar .info .list > li .item .inner {
            padding: 20px 15px; } }
      @media (max-width: 1024px) {
        .ut-info-sidebar .info .list > li .item {
          margin-bottom: 15px; } }
    .ut-info-sidebar .info .list > li.active {
      display: flex; }

.ut-info-tabs {
  padding-top: 0 !important; }
  .ut-info-tabs nav.bar {
    padding: 45px 15px 0;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto; }
    @media (max-width: 767px) {
      .ut-info-tabs nav.bar {
        padding-top: 20px; } }
    .ut-info-tabs nav.bar li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .ut-info-tabs nav.bar li {
          margin: 0 8px; } }
      .ut-info-tabs nav.bar li.active a {
        text-decoration: none;
        border-bottom-color: #00AEF2; }
      .ut-info-tabs nav.bar li a {
        display: inline-block;
        font-size: 24px;
        color: #253246;
        position: relative;
        z-index: 100;
        font-family: "Mulish";
        font-weight: 700;
        padding: 7px 18px;
        white-space: nowrap;
        border-bottom: 4px solid transparent;
        transition: all .4s ease; }
        @media (max-width: 1024px) {
          .ut-info-tabs nav.bar li a {
            font-size: 18px; } }
        .ut-info-tabs nav.bar li a:hover {
          text-decoration: none;
          border-bottom-color: #00AEF2; }
  .ut-info-tabs article {
    display: none; }
    .ut-info-tabs article.active {
      display: block; }

.id-tabs {
  padding-top: 45px;
  background-color: #fff;
  text-align: center; }
  @media (max-width: 767px) {
    .id-tabs {
      padding-top: 20px; } }
  .id-tabs input[type="radio"] {
    display: none; }
    .id-tabs input[type="radio"]:checked + label {
      border-bottom-color: #00AEF2; }
    .id-tabs input[type="radio"]#id-tab-1:checked ~ .content-blocks .content.c-1 {
      display: block; }
    .id-tabs input[type="radio"]#id-tab-2:checked ~ .content-blocks .content.c-2 {
      display: block; }
    .id-tabs input[type="radio"]#id-tab-3:checked ~ .content-blocks .content.c-3 {
      display: block; }
    .id-tabs input[type="radio"]#id-tab-4:checked ~ .content-blocks .content.c-4 {
      display: block; }
    .id-tabs input[type="radio"]#id-tab-5:checked ~ .content-blocks .content.c-5 {
      display: block; }
  .id-tabs label {
    display: inline-block;
    font-size: 24px;
    color: #253246;
    position: relative;
    cursor: pointer;
    z-index: 100;
    font-family: "Mulish";
    font-weight: 700;
    padding: 7px 18px;
    margin: 0 15px;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
    transition: all .4s ease; }
    @media (max-width: 1024px) {
      .id-tabs label {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .id-tabs label {
        margin: 0 8px; } }
    .id-tabs label:hover {
      text-decoration: none;
      border-bottom-color: #00AEF2; }
  .id-tabs .content {
    display: none;
    text-align: left;
    padding-top: 45px;
    white-space: normal; }
    @media (max-width: 767px) {
      .id-tabs .content {
        padding-top: 20px; } }

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