@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:500");
@font-face {
  font-family: "L";
  src: url("../fonts/LINETOCIRCULARPROBOOK.eot");
  src: url("../fonts/LINETOCIRCULARPROBOOK.eot") format("embedded-opentype"), url("../fonts/LINETOCIRCULARPROBOOK.woff2") format("woff2"), url("../fonts/LINETOCIRCULARPROBOOK.woff") format("woff"), url("../fonts/LINETOCIRCULARPROBOOK.ttf") format("truetype"), url("../fonts/LINETOCIRCULARPROBOOK.svg#L") format("svg");
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "L";
  src: url("../fonts/LINETOCIRCULARPROMEDIUM.eot");
  src: url("../fonts/LINETOCIRCULARPROMEDIUM.eot") format("embedded-opentype"), url("../fonts/LINETOCIRCULARPROMEDIUM.woff2") format("woff2"), url("../fonts/LINETOCIRCULARPROMEDIUM.woff") format("woff"), url("../fonts/LINETOCIRCULARPROMEDIUM.ttf") format("truetype"), url("../fonts/LINETOCIRCULARPROMEDIUM.svg#L") format("svg");
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "L";
  src: url("../fonts/LINETOCIRCULARPROBOLD.eot");
  src: url("../fonts/LINETOCIRCULARPROBOLD.eot") format("embedded-opentype"), url("../fonts/LINETOCIRCULARPROBOLD.woff2") format("woff2"), url("../fonts/LINETOCIRCULARPROBOLD.woff") format("woff"), url("../fonts/LINETOCIRCULARPROBOLD.ttf") format("truetype"), url("../fonts/LINETOCIRCULARPROBOLD.svg#L") format("svg");
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* ----- clear fix for floats ----- */
.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* hides clearfix from IE-mac */
.clearfix {
  display: block; }

/* end hide from IE-mac */
.grid {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row; }

div[class*='col-'] {
  display: block;
  flex-basis: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }
  div[class*='col-'] .grid {
    width: 100%; }
  div[class*='col-'] div[class*='col-']:first-child {
    padding-left: 0; }
  div[class*='col-'] div[class*='col-']:last-child {
    padding-right: 0; }
  div[class*='col-'].block {
    display: block; }

.container, .container-fluid {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 20px; }

[class*="visible"] {
  display: none; }

[class*="hidden"] {
  display: block; }

.grid div.col-24-xs {
  flex-grow: 24;
  flex-basis: 100%;
  max-width: 100%; }

.grid div.col-23-xs {
  flex-grow: 23;
  flex-basis: 95.8333333333%;
  max-width: 95.8333333333%; }

.grid div.col-22-xs {
  flex-grow: 22;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.grid div.col-21-xs {
  flex-grow: 21;
  flex-basis: 87.5%;
  max-width: 87.5%; }

.grid div.col-20-xs {
  flex-grow: 20;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.grid div.col-19-xs {
  flex-grow: 19;
  flex-basis: 79.1666666667%;
  max-width: 79.1666666667%; }

.grid div.col-18-xs {
  flex-grow: 18;
  flex-basis: 75%;
  max-width: 75%; }

.grid div.col-17-xs {
  flex-grow: 17;
  flex-basis: 70.8333333333%;
  max-width: 70.8333333333%; }

.grid div.col-16-xs {
  flex-grow: 16;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.grid div.col-15-xs {
  flex-grow: 15;
  flex-basis: 62.5%;
  max-width: 62.5%; }

.grid div.col-14-xs {
  flex-grow: 14;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.grid div.col-13-xs {
  flex-grow: 13;
  flex-basis: 54.1666666667%;
  max-width: 54.1666666667%; }

.grid div.col-12-xs {
  flex-grow: 12;
  flex-basis: 50%;
  max-width: 50%; }

.grid div.col-11-xs {
  flex-grow: 11;
  flex-basis: 45.8333333333%;
  max-width: 45.8333333333%; }

.grid div.col-10-xs {
  flex-grow: 10;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.grid div.col-9-xs {
  flex-grow: 9;
  flex-basis: 37.5%;
  max-width: 37.5%; }

.grid div.col-8-xs {
  flex-grow: 8;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.grid div.col-7-xs {
  flex-grow: 7;
  flex-basis: 29.1666666667%;
  max-width: 29.1666666667%; }

.grid div.col-6-xs {
  flex-grow: 6;
  flex-basis: 25%;
  max-width: 25%; }

.grid div.col-5-xs {
  flex-grow: 5;
  flex-basis: 20.8333333333%;
  max-width: 20.8333333333%; }

.grid div.col-4-xs {
  flex-grow: 4;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.grid div.col-3-xs {
  flex-grow: 3;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.grid div.col-2-xs {
  flex-grow: 2;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.grid div.col-1-xs {
  flex-grow: 1;
  flex-basis: 4.1666666667%;
  max-width: 4.1666666667%; }

.grid div.order-24-xs {
  order: 24; }

.grid div.order-23-xs {
  order: 23; }

.grid div.order-22-xs {
  order: 22; }

.grid div.order-21-xs {
  order: 21; }

.grid div.order-20-xs {
  order: 20; }

.grid div.order-19-xs {
  order: 19; }

.grid div.order-18-xs {
  order: 18; }

.grid div.order-17-xs {
  order: 17; }

.grid div.order-16-xs {
  order: 16; }

.grid div.order-15-xs {
  order: 15; }

.grid div.order-14-xs {
  order: 14; }

.grid div.order-13-xs {
  order: 13; }

.grid div.order-12-xs {
  order: 12; }

.grid div.order-11-xs {
  order: 11; }

.grid div.order-10-xs {
  order: 10; }

.grid div.order-9-xs {
  order: 9; }

.grid div.order-8-xs {
  order: 8; }

.grid div.order-7-xs {
  order: 7; }

.grid div.order-6-xs {
  order: 6; }

.grid div.order-5-xs {
  order: 5; }

.grid div.order-4-xs {
  order: 4; }

.grid div.order-3-xs {
  order: 3; }

.grid div.order-2-xs {
  order: 2; }

.grid div.order-1-xs {
  order: 1; }

.hcenter-xs {
  justify-content: center; }

.hspace-between-xs {
  justify-content: space-between; }

.hstart-xs {
  justify-content: flex-start; }

.hend-xs {
  justify-content: flex-end; }

.vstart-xs {
  align-items: flex-start; }

.vend-xs {
  align-items: flex-end; }

.vcenter-xs {
  align-items: center;
  height: 100%; }

.vstretch-xs {
  align-items: stretch; }

.vcenter-self-xs {
  align-self: center; }

.vright-self-xs {
  align-self: flex-end; }

.visible-xs {
  display: block; }
  .visible-xs.table {
    display: table; }

.hidden-xs {
  display: none; }

@media all and (min-width: 480px) {
  .container {
    max-width: 480px; }
  .grid div.col-24-m {
    flex-grow: 24;
    flex-basis: 100%;
    max-width: 100%; }
  .grid div.col-23-m {
    flex-grow: 23;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%; }
  .grid div.col-22-m {
    flex-grow: 22;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .grid div.col-21-m {
    flex-grow: 21;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .grid div.col-20-m {
    flex-grow: 20;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .grid div.col-19-m {
    flex-grow: 19;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%; }
  .grid div.col-18-m {
    flex-grow: 18;
    flex-basis: 75%;
    max-width: 75%; }
  .grid div.col-17-m {
    flex-grow: 17;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%; }
  .grid div.col-16-m {
    flex-grow: 16;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .grid div.col-15-m {
    flex-grow: 15;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .grid div.col-14-m {
    flex-grow: 14;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .grid div.col-13-m {
    flex-grow: 13;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%; }
  .grid div.col-12-m {
    flex-grow: 12;
    flex-basis: 50%;
    max-width: 50%; }
  .grid div.col-11-m {
    flex-grow: 11;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%; }
  .grid div.col-10-m {
    flex-grow: 10;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .grid div.col-9-m {
    flex-grow: 9;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .grid div.col-8-m {
    flex-grow: 8;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .grid div.col-7-m {
    flex-grow: 7;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%; }
  .grid div.col-6-m {
    flex-grow: 6;
    flex-basis: 25%;
    max-width: 25%; }
  .grid div.col-5-m {
    flex-grow: 5;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%; }
  .grid div.col-4-m {
    flex-grow: 4;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .grid div.col-3-m {
    flex-grow: 3;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .grid div.col-2-m {
    flex-grow: 2;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .grid div.col-1-m {
    flex-grow: 1;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%; }
  .grid div.order-24-m {
    order: 24; }
  .grid div.order-23-m {
    order: 23; }
  .grid div.order-22-m {
    order: 22; }
  .grid div.order-21-m {
    order: 21; }
  .grid div.order-20-m {
    order: 20; }
  .grid div.order-19-m {
    order: 19; }
  .grid div.order-18-m {
    order: 18; }
  .grid div.order-17-m {
    order: 17; }
  .grid div.order-16-m {
    order: 16; }
  .grid div.order-15-m {
    order: 15; }
  .grid div.order-14-m {
    order: 14; }
  .grid div.order-13-m {
    order: 13; }
  .grid div.order-12-m {
    order: 12; }
  .grid div.order-11-m {
    order: 11; }
  .grid div.order-10-m {
    order: 10; }
  .grid div.order-9-m {
    order: 9; }
  .grid div.order-8-m {
    order: 8; }
  .grid div.order-7-m {
    order: 7; }
  .grid div.order-6-m {
    order: 6; }
  .grid div.order-5-m {
    order: 5; }
  .grid div.order-4-m {
    order: 4; }
  .grid div.order-3-m {
    order: 3; }
  .grid div.order-2-m {
    order: 2; }
  .grid div.order-1-m {
    order: 1; }
  .hcenter-m {
    justify-content: center; }
  .hspace-between-m {
    justify-content: space-between; }
  .hstart-m {
    justify-content: flex-start; }
  .hend-m {
    justify-content: flex-end; }
  .vstart-m {
    align-items: flex-start; }
  .vend-m {
    align-items: flex-end; }
  .vcenter-m {
    align-items: center;
    height: 100%; }
  .vstretch-m {
    align-items: stretch; }
  .vcenter-self-m {
    align-self: center; }
  .vright-self-m {
    align-self: flex-end; }
  .visible-m {
    display: block; }
    .visible-m.table {
      display: table; }
  .hidden-m {
    display: none; } }

@media all and (min-width: 768px) {
  .container {
    max-width: 768px; }
  .grid div.col-24-sm {
    flex-grow: 24;
    flex-basis: 100%;
    max-width: 100%; }
  .grid div.col-23-sm {
    flex-grow: 23;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%; }
  .grid div.col-22-sm {
    flex-grow: 22;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .grid div.col-21-sm {
    flex-grow: 21;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .grid div.col-20-sm {
    flex-grow: 20;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .grid div.col-19-sm {
    flex-grow: 19;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%; }
  .grid div.col-18-sm {
    flex-grow: 18;
    flex-basis: 75%;
    max-width: 75%; }
  .grid div.col-17-sm {
    flex-grow: 17;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%; }
  .grid div.col-16-sm {
    flex-grow: 16;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .grid div.col-15-sm {
    flex-grow: 15;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .grid div.col-14-sm {
    flex-grow: 14;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .grid div.col-13-sm {
    flex-grow: 13;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%; }
  .grid div.col-12-sm {
    flex-grow: 12;
    flex-basis: 50%;
    max-width: 50%; }
  .grid div.col-11-sm {
    flex-grow: 11;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%; }
  .grid div.col-10-sm {
    flex-grow: 10;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .grid div.col-9-sm {
    flex-grow: 9;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .grid div.col-8-sm {
    flex-grow: 8;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .grid div.col-7-sm {
    flex-grow: 7;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%; }
  .grid div.col-6-sm {
    flex-grow: 6;
    flex-basis: 25%;
    max-width: 25%; }
  .grid div.col-5-sm {
    flex-grow: 5;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%; }
  .grid div.col-4-sm {
    flex-grow: 4;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .grid div.col-3-sm {
    flex-grow: 3;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .grid div.col-2-sm {
    flex-grow: 2;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .grid div.col-1-sm {
    flex-grow: 1;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%; }
  .grid div.order-24-sm {
    order: 24; }
  .grid div.order-23-sm {
    order: 23; }
  .grid div.order-22-sm {
    order: 22; }
  .grid div.order-21-sm {
    order: 21; }
  .grid div.order-20-sm {
    order: 20; }
  .grid div.order-19-sm {
    order: 19; }
  .grid div.order-18-sm {
    order: 18; }
  .grid div.order-17-sm {
    order: 17; }
  .grid div.order-16-sm {
    order: 16; }
  .grid div.order-15-sm {
    order: 15; }
  .grid div.order-14-sm {
    order: 14; }
  .grid div.order-13-sm {
    order: 13; }
  .grid div.order-12-sm {
    order: 12; }
  .grid div.order-11-sm {
    order: 11; }
  .grid div.order-10-sm {
    order: 10; }
  .grid div.order-9-sm {
    order: 9; }
  .grid div.order-8-sm {
    order: 8; }
  .grid div.order-7-sm {
    order: 7; }
  .grid div.order-6-sm {
    order: 6; }
  .grid div.order-5-sm {
    order: 5; }
  .grid div.order-4-sm {
    order: 4; }
  .grid div.order-3-sm {
    order: 3; }
  .grid div.order-2-sm {
    order: 2; }
  .grid div.order-1-sm {
    order: 1; }
  .hcenter-sm {
    justify-content: center; }
  .hspace-between-sm {
    justify-content: space-between; }
  .hstart-sm {
    justify-content: flex-start; }
  .hend-sm {
    justify-content: flex-end; }
  .vstart-sm {
    align-items: flex-start; }
  .vend-sm {
    align-items: flex-end; }
  .vcenter-sm {
    align-items: center;
    height: 100%; }
  .vstretch-sm {
    align-items: stretch; }
  .vcenter-self-sm {
    align-self: center; }
  .vright-self-sm {
    align-self: flex-end; }
  .visible-sm {
    display: block; }
    .visible-sm.table {
      display: table; }
  .hidden-sm {
    display: none; } }

@media all and (min-width: 1024px) {
  .container {
    max-width: 1024px; }
  .grid div.col-24-md {
    flex-grow: 24;
    flex-basis: 100%;
    max-width: 100%; }
  .grid div.col-23-md {
    flex-grow: 23;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%; }
  .grid div.col-22-md {
    flex-grow: 22;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .grid div.col-21-md {
    flex-grow: 21;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .grid div.col-20-md {
    flex-grow: 20;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .grid div.col-19-md {
    flex-grow: 19;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%; }
  .grid div.col-18-md {
    flex-grow: 18;
    flex-basis: 75%;
    max-width: 75%; }
  .grid div.col-17-md {
    flex-grow: 17;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%; }
  .grid div.col-16-md {
    flex-grow: 16;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .grid div.col-15-md {
    flex-grow: 15;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .grid div.col-14-md {
    flex-grow: 14;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .grid div.col-13-md {
    flex-grow: 13;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%; }
  .grid div.col-12-md {
    flex-grow: 12;
    flex-basis: 50%;
    max-width: 50%; }
  .grid div.col-11-md {
    flex-grow: 11;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%; }
  .grid div.col-10-md {
    flex-grow: 10;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .grid div.col-9-md {
    flex-grow: 9;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .grid div.col-8-md {
    flex-grow: 8;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .grid div.col-7-md {
    flex-grow: 7;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%; }
  .grid div.col-6-md {
    flex-grow: 6;
    flex-basis: 25%;
    max-width: 25%; }
  .grid div.col-5-md {
    flex-grow: 5;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%; }
  .grid div.col-4-md {
    flex-grow: 4;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .grid div.col-3-md {
    flex-grow: 3;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .grid div.col-2-md {
    flex-grow: 2;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .grid div.col-1-md {
    flex-grow: 1;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%; }
  .grid div.order-24-md {
    order: 24; }
  .grid div.order-23-md {
    order: 23; }
  .grid div.order-22-md {
    order: 22; }
  .grid div.order-21-md {
    order: 21; }
  .grid div.order-20-md {
    order: 20; }
  .grid div.order-19-md {
    order: 19; }
  .grid div.order-18-md {
    order: 18; }
  .grid div.order-17-md {
    order: 17; }
  .grid div.order-16-md {
    order: 16; }
  .grid div.order-15-md {
    order: 15; }
  .grid div.order-14-md {
    order: 14; }
  .grid div.order-13-md {
    order: 13; }
  .grid div.order-12-md {
    order: 12; }
  .grid div.order-11-md {
    order: 11; }
  .grid div.order-10-md {
    order: 10; }
  .grid div.order-9-md {
    order: 9; }
  .grid div.order-8-md {
    order: 8; }
  .grid div.order-7-md {
    order: 7; }
  .grid div.order-6-md {
    order: 6; }
  .grid div.order-5-md {
    order: 5; }
  .grid div.order-4-md {
    order: 4; }
  .grid div.order-3-md {
    order: 3; }
  .grid div.order-2-md {
    order: 2; }
  .grid div.order-1-md {
    order: 1; }
  .hcenter-md {
    justify-content: center; }
  .hspace-between-md {
    justify-content: space-between; }
  .hstart-md {
    justify-content: flex-start; }
  .hend-md {
    justify-content: flex-end; }
  .vstart-md {
    align-items: flex-start; }
  .vend-md {
    align-items: flex-end; }
  .vcenter-md {
    align-items: center;
    height: 100%; }
  .vstretch-md {
    align-items: stretch; }
  .vcenter-self-md {
    align-self: center; }
  .vright-self-md {
    align-self: flex-end; }
  .visible-md {
    display: block; }
    .visible-md.table {
      display: table; }
  .hidden-md {
    display: none; } }

@media all and (min-width: 1300px) {
  .container {
    max-width: 1300px; }
  .grid div.col-24-lg {
    flex-grow: 24;
    flex-basis: 100%;
    max-width: 100%; }
  .grid div.col-23-lg {
    flex-grow: 23;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%; }
  .grid div.col-22-lg {
    flex-grow: 22;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .grid div.col-21-lg {
    flex-grow: 21;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .grid div.col-20-lg {
    flex-grow: 20;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .grid div.col-19-lg {
    flex-grow: 19;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%; }
  .grid div.col-18-lg {
    flex-grow: 18;
    flex-basis: 75%;
    max-width: 75%; }
  .grid div.col-17-lg {
    flex-grow: 17;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%; }
  .grid div.col-16-lg {
    flex-grow: 16;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .grid div.col-15-lg {
    flex-grow: 15;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .grid div.col-14-lg {
    flex-grow: 14;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .grid div.col-13-lg {
    flex-grow: 13;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%; }
  .grid div.col-12-lg {
    flex-grow: 12;
    flex-basis: 50%;
    max-width: 50%; }
  .grid div.col-11-lg {
    flex-grow: 11;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%; }
  .grid div.col-10-lg {
    flex-grow: 10;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .grid div.col-9-lg {
    flex-grow: 9;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .grid div.col-8-lg {
    flex-grow: 8;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .grid div.col-7-lg {
    flex-grow: 7;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%; }
  .grid div.col-6-lg {
    flex-grow: 6;
    flex-basis: 25%;
    max-width: 25%; }
  .grid div.col-5-lg {
    flex-grow: 5;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%; }
  .grid div.col-4-lg {
    flex-grow: 4;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .grid div.col-3-lg {
    flex-grow: 3;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .grid div.col-2-lg {
    flex-grow: 2;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .grid div.col-1-lg {
    flex-grow: 1;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%; }
  .grid div.order-24-lg {
    order: 24; }
  .grid div.order-23-lg {
    order: 23; }
  .grid div.order-22-lg {
    order: 22; }
  .grid div.order-21-lg {
    order: 21; }
  .grid div.order-20-lg {
    order: 20; }
  .grid div.order-19-lg {
    order: 19; }
  .grid div.order-18-lg {
    order: 18; }
  .grid div.order-17-lg {
    order: 17; }
  .grid div.order-16-lg {
    order: 16; }
  .grid div.order-15-lg {
    order: 15; }
  .grid div.order-14-lg {
    order: 14; }
  .grid div.order-13-lg {
    order: 13; }
  .grid div.order-12-lg {
    order: 12; }
  .grid div.order-11-lg {
    order: 11; }
  .grid div.order-10-lg {
    order: 10; }
  .grid div.order-9-lg {
    order: 9; }
  .grid div.order-8-lg {
    order: 8; }
  .grid div.order-7-lg {
    order: 7; }
  .grid div.order-6-lg {
    order: 6; }
  .grid div.order-5-lg {
    order: 5; }
  .grid div.order-4-lg {
    order: 4; }
  .grid div.order-3-lg {
    order: 3; }
  .grid div.order-2-lg {
    order: 2; }
  .grid div.order-1-lg {
    order: 1; }
  .hcenter-lg {
    justify-content: center; }
  .hspace-between-lg {
    justify-content: space-between; }
  .hstart-lg {
    justify-content: flex-start; }
  .hend-lg {
    justify-content: flex-end; }
  .vstart-lg {
    align-items: flex-start; }
  .vend-lg {
    align-items: flex-end; }
  .vcenter-lg {
    align-items: center;
    height: 100%; }
  .vstretch-lg {
    align-items: stretch; }
  .vcenter-self-lg {
    align-self: center; }
  .vright-self-lg {
    align-self: flex-end; }
  .visible-lg {
    display: block; }
    .visible-lg.table {
      display: table; }
  .hidden-lg {
    display: none; } }

@media all and (min-width: 1700px) {
  .container {
    max-width: 1700px; }
  .grid div.col-24-xlg {
    flex-grow: 24;
    flex-basis: 100%;
    max-width: 100%; }
  .grid div.col-23-xlg {
    flex-grow: 23;
    flex-basis: 95.8333333333%;
    max-width: 95.8333333333%; }
  .grid div.col-22-xlg {
    flex-grow: 22;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .grid div.col-21-xlg {
    flex-grow: 21;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .grid div.col-20-xlg {
    flex-grow: 20;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .grid div.col-19-xlg {
    flex-grow: 19;
    flex-basis: 79.1666666667%;
    max-width: 79.1666666667%; }
  .grid div.col-18-xlg {
    flex-grow: 18;
    flex-basis: 75%;
    max-width: 75%; }
  .grid div.col-17-xlg {
    flex-grow: 17;
    flex-basis: 70.8333333333%;
    max-width: 70.8333333333%; }
  .grid div.col-16-xlg {
    flex-grow: 16;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .grid div.col-15-xlg {
    flex-grow: 15;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .grid div.col-14-xlg {
    flex-grow: 14;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .grid div.col-13-xlg {
    flex-grow: 13;
    flex-basis: 54.1666666667%;
    max-width: 54.1666666667%; }
  .grid div.col-12-xlg {
    flex-grow: 12;
    flex-basis: 50%;
    max-width: 50%; }
  .grid div.col-11-xlg {
    flex-grow: 11;
    flex-basis: 45.8333333333%;
    max-width: 45.8333333333%; }
  .grid div.col-10-xlg {
    flex-grow: 10;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .grid div.col-9-xlg {
    flex-grow: 9;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .grid div.col-8-xlg {
    flex-grow: 8;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .grid div.col-7-xlg {
    flex-grow: 7;
    flex-basis: 29.1666666667%;
    max-width: 29.1666666667%; }
  .grid div.col-6-xlg {
    flex-grow: 6;
    flex-basis: 25%;
    max-width: 25%; }
  .grid div.col-5-xlg {
    flex-grow: 5;
    flex-basis: 20.8333333333%;
    max-width: 20.8333333333%; }
  .grid div.col-4-xlg {
    flex-grow: 4;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .grid div.col-3-xlg {
    flex-grow: 3;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .grid div.col-2-xlg {
    flex-grow: 2;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .grid div.col-1-xlg {
    flex-grow: 1;
    flex-basis: 4.1666666667%;
    max-width: 4.1666666667%; }
  .grid div.order-24-xlg {
    order: 24; }
  .grid div.order-23-xlg {
    order: 23; }
  .grid div.order-22-xlg {
    order: 22; }
  .grid div.order-21-xlg {
    order: 21; }
  .grid div.order-20-xlg {
    order: 20; }
  .grid div.order-19-xlg {
    order: 19; }
  .grid div.order-18-xlg {
    order: 18; }
  .grid div.order-17-xlg {
    order: 17; }
  .grid div.order-16-xlg {
    order: 16; }
  .grid div.order-15-xlg {
    order: 15; }
  .grid div.order-14-xlg {
    order: 14; }
  .grid div.order-13-xlg {
    order: 13; }
  .grid div.order-12-xlg {
    order: 12; }
  .grid div.order-11-xlg {
    order: 11; }
  .grid div.order-10-xlg {
    order: 10; }
  .grid div.order-9-xlg {
    order: 9; }
  .grid div.order-8-xlg {
    order: 8; }
  .grid div.order-7-xlg {
    order: 7; }
  .grid div.order-6-xlg {
    order: 6; }
  .grid div.order-5-xlg {
    order: 5; }
  .grid div.order-4-xlg {
    order: 4; }
  .grid div.order-3-xlg {
    order: 3; }
  .grid div.order-2-xlg {
    order: 2; }
  .grid div.order-1-xlg {
    order: 1; }
  .hcenter-xlg {
    justify-content: center; }
  .hspace-between-xlg {
    justify-content: space-between; }
  .hstart-xlg {
    justify-content: flex-start; }
  .hend-xlg {
    justify-content: flex-end; }
  .vstart-xlg {
    align-items: flex-start; }
  .vend-xlg {
    align-items: flex-end; }
  .vcenter-xlg {
    align-items: center;
    height: 100%; }
  .vstretch-xlg {
    align-items: stretch; }
  .vcenter-self-xlg {
    align-self: center; }
  .vright-self-xlg {
    align-self: flex-end; }
  .visible-xlg {
    display: block; }
    .visible-xlg.table {
      display: table; }
  .hidden-xlg {
    display: none; } }

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

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0 !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  font-size: 0;
  width: 20px;
  height: 9px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  border: 0;
  cursor: pointer;
  z-index: 99;
  transition: all .3s ease;
  display: block; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

.slick-lightbox .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 18px; }
  .slick-lightbox .slick-arrow.slick-prev {
    transform: translateY(-50%) scaleX(-1); }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.fc-icon,
body .fc {
  font-size: 1em; }

.fc-button-group,
.fc-icon {
  display: inline-block; }

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0; }

.fc-icon,
.fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none; }

.fc {
  direction: ltr;
  text-align: left; }

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

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center; }

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #009ed9; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: none; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  background: #d7d7d7; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.ui-widget .fc-disabled-day {
  background-image: none; }

.fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle; }

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none; }

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer; }

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }

.fc td,
.fc th {
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

a[data-goto]:hover {
  text-decoration: underline; }

.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent; }

.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }

.fc-scroller {
  -webkit-overflow-scrolling: touch; }

.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden; }

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  font-weight: 400; }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad; }

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none; }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block; }

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; }

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; }

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px; }

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  display: none; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
  display: none; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1; }

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em; }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-day-top.fc-other-month {
  opacity: .3; }

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px; }

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey; }

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em; }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }

.fc-time-grid table {
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative; }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6; }

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top: 0; }

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0; }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event.fc-selected {
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; }

.fc-time-grid-event .fc-content {
  overflow: hidden; }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
  line-height: 100%; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: middle; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none; }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0"; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px; }

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.fc-rtl .fc-list-view {
  direction: rtl; }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

.fc .fc-list-table {
  table-layout: auto; }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: 700; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

.fc-list-item.fc-has-url {
  cursor: pointer; }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  text-decoration: underline; }

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  background-color: #eee; }

.fc-widget-content {
  border-top: 1px solid #009ed9 !important;
  position: relative; }
  .fc-widget-content:last-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 143px);
    border-right: 1px solid #009ed9;
    top: 0;
    right: 0px; }
  .fc-widget-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 143px);
    border-left: 1px solid #009ed9;
    top: 0;
    left: 0px; }

tr[data-time="18:00:00"] .fc-axis.fc-time, tr[data-time="19:00:00"] .fc-axis.fc-time, tr[data-time="20:00:00"] .fc-axis.fc-time {
  border-bottom: 1px solid #009ed9 !important; }

hr.fc-divider {
  display: none !important; }

.fc-day-header {
  color: #fff;
  text-transform: uppercase;
  background-size: 14px;
  font-weight: 500; }
  .fc-day-header span {
    display: block;
    padding: 20px 0;
    background: #009ed9; }

.fc-time-grid-event .fc-time {
  display: none !important; }

.fc-time-grid-event.pattern.titled .fc-content {
  background: #00aeef;
  padding: 15px 0;
  width: calc(100% - 12px); }

.fc-time-grid-event.pattern.titled .fc-time {
  display: inline-block !important;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  margin-right: 5px; }
  @media (max-width: 1699px) {
    .fc-time-grid-event.pattern.titled .fc-time {
      display: block;
      margin-right: 0; } }

.fc-time-grid-event.pattern.titled .fc-title {
  display: inline-block !important;
  font-weight: 300;
  font-size: 15px;
  color: #fff; }

.fc-event {
  text-align: center;
  color: #484848 !important;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0;
  border: 0;
  background: transparent; }
  @media (max-width: 768px) {
    .fc-event {
      font-size: 13px; } }
  .fc-event.pattern:before {
    background: transparent url(../img/pattern.png); }
  .fc-event:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #fbd037;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fc-event.pink:before {
    background: #e691bc; }
  .fc-event.green:before {
    background: #67fb37; }
  .fc-event.blue:before {
    background: #67eaff; }
  .fc-event.red:before {
    background: #fb3737; }
  .fc-event.red .fc-title {
    color: #fff; }
  .fc-event.purple:before {
    background: #7b33f1; }
  .fc-event.purple .fc-title {
    color: #fff; }
  .fc-event .fc-bg {
    display: none; }

.fc-time-grid-event .fc-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; }

@media (max-width: 768px) {
  .fc-slats {
    position: absolute; } }

.fc-time-grid .fc-slats td {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  height: 47px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .fc-time-grid .fc-slats td {
      height: 35px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px; } }

.fc .fc-axis {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .fc .fc-axis {
      padding-left: 10px;
      padding-right: 10px; } }

.table-footer .fc-widget-content {
  padding: 0 !important; }

.table-footer .grid {
  width: 100%;
  flex-wrap: nowrap; }
  .table-footer .grid > div {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    width: 17%;
    line-height: 1.5;
    padding: 50px 10px;
    position: relative; }
    .table-footer .grid > div:last-child:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      border-right: 1px dashed #009ed9;
      top: 0;
      right: 0; }
    .table-footer .grid > div:nth-child(3):before, .table-footer .grid > div:nth-child(4):before {
      left: -1px; }
    .table-footer .grid > div:before {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      border-left: 1px dashed #009ed9;
      top: 0;
      left: 0; }
  .table-footer .grid span {
    display: block;
    color: #96e2ff; }

.fc-widget-header .fc-axis {
  position: relative;
  border-left: 1px solid; }
  .fc-widget-header .fc-axis:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../img/icon-clock.svg) no-repeat;
    background-size: 100%;
    background-position: center center; }

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

* {
  box-sizing: border-box; }

body {
  font-family: "L", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #828282;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 100px; }
  body ::selection {
    background: #000;
    color: #fff; }
  @media (max-width: 1199px) {
    body.mobile-menu main {
      opacity: .3;
      filter: blur(5px); }
    body.mobile-menu header .menu-open span {
      opacity: 0; }
      body.mobile-menu header .menu-open span:first-child {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(45deg);
        margin: 0; }
      body.mobile-menu header .menu-open span:last-child {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-45deg);
        margin: 0; }
    body.mobile-menu #mobile-menu {
      transform: none;
      box-shadow: 0 30px 20px 5px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 767px) {
    body {
      padding-top: 65px; }
      body.home {
        padding-top: 65px; } }
  @media (max-width: 675px) {
    body {
      padding-top: 120px; } }

main {
  overflow: hidden;
  transition: all .3s ease; }
  main ul, main ol {
    margin-left: 20px; }

input, button, select, textarea {
  outline: 0 !important;
  font-family: "L", Helvetica, Arial, sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

a {
  outline: 0 !important;
  text-decoration: none !important;
  color: #00aeef; }
  @media (min-width: 1025px) {
    a:hover {
      color: #000; } }

strong {
  font-weight: 400; }

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

svg {
  width: 100%; }

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

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

.hide {
  display: none !important; }

h2 {
  font-size: 36px;
  color: #484848;
  font-weight: 700;
  text-align: center; }
  h2.title {
    padding: 110px 0 70px;
    position: relative; }
    h2.title:before {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 60px;
      background: #00aeef;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
      @media (max-width: 479px) {
        h2.title:before {
          height: 40px; } }
    @media (max-width: 1023px) {
      h2.title {
        padding-bottom: 45px;
        padding-top: 100px; } }
    @media (max-width: 479px) {
      h2.title {
        padding: 45px 0 30px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 23px; } }

h3 {
  font-size: 30px;
  color: #484848;
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea; }
  @media (max-width: 479px) {
    h3 {
      font-size: 20px; } }

.btn {
  position: relative; }
  .btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 160px;
    font-weight: 500;
    color: #f5f5f5;
    width: 100%;
    display: block;
    margin-top: -20px;
    pointer-events: none; }
    @media (max-width: 1299px) {
      .btn span {
        font-size: 135px;
        margin-top: -30px; } }
    @media (max-width: 1023px) {
      .btn span {
        font-size: 100px;
        margin-top: -40px; } }
    @media (max-width: 767px) {
      .btn span {
        font-size: 60px; } }
    @media (max-width: 479px) {
      .btn span {
        font-size: 40px; } }
  .btn a {
    display: inline-block;
    vertical-align: top;
    background: #00aeef;
    padding: 19px 20px 18px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 5px rgba(0, 174, 239, 0.3);
    max-width: 340px;
    width: 100%; }
    @media (min-width: 1025px) {
      .btn a:hover:after {
        opacity: 0;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        transition: all .3s ease; }
      .btn a:hover:before {
        animation: shine .5s ease 0s 1 forwards; } }
    .btn a:before {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(20deg);
      background: rgba(255, 255, 255, 0.5);
      opacity: 0; }
    .btn a:after {
      content: '';
      display: block;
      position: absolute;
      width: 90%;
      height: 90%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #00aeef; }
    @media (max-width: 479px) {
      .btn a {
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 1px; } }

@keyframes shine {
  0% {
    opacity: 0;
    left: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 150%; } }

.book, .simpay-payment-btn, .gform_button {
  display: inline-block;
  vertical-align: top;
  background: #00aeef;
  padding: 17px 45px 15px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 2px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px 5px rgba(0, 174, 239, 0.2);
  min-width: 180px;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .book:hover:before, .simpay-payment-btn:hover:before, .gform_button:hover:before {
      animation: shine .3s ease 0s 1 forwards; } }
  .book:before, .simpay-payment-btn:before, .gform_button:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(20deg);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0; }
  @media (max-width: 1023px) {
    .book, .simpay-payment-btn, .gform_button {
      min-width: 155px;
      padding-left: 35px;
      padding-right: 35px; } }
  @media (max-width: 479px) {
    .book, .simpay-payment-btn, .gform_button {
      padding-left: 23px;
      padding-right: 23px; } }
  .book.green, .simpay-payment-btn.green, .gform_button.green {
    background-color: #cfe873;
    color: #000 !important; }
  .book.green-alt, .simpay-payment-btn.green-alt, .gform_button.green-alt {
    background: none;
    border: 1px solid #cfe873;
    color: #cfe873 !important;
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: "L", Helvetica, Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 0 20px 5px rgba(191, 239, 0, 0.2);
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100px; }
    .book.green-alt .header-button-inside, .simpay-payment-btn.green-alt .header-button-inside, .gform_button.green-alt .header-button-inside {
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .book.green-alt:before, .simpay-payment-btn.green-alt:before, .gform_button.green-alt:before {
      width: 100px;
      height: 300px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(20deg);
      background: rgba(255, 255, 255, 0.5);
      opacity: 0; }
  .book.blue-alt, .simpay-payment-btn.blue-alt, .gform_button.blue-alt {
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #fff !important;
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: "L", Helvetica, Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 0 20px 5px rgba(0, 174, 239, 0.2);
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 100px; }
    .book.blue-alt .header-button-inside, .simpay-payment-btn.blue-alt .header-button-inside, .gform_button.blue-alt .header-button-inside {
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .book.blue-alt:before, .simpay-payment-btn.blue-alt:before, .gform_button.blue-alt:before {
      width: 100px;
      height: 300px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(20deg);
      background: rgba(255, 255, 255, 0.5);
      opacity: 0; }
    @media (max-width: 479px) {
      .book.blue-alt, .simpay-payment-btn.blue-alt, .gform_button.blue-alt {
        width: 100%;
        height: auto;
        padding: 17px 20px 15px;
        font-size: 15px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 500;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 0px;
        box-shadow: 0 0 10px 2px rgba(0, 174, 239, 0.2); }
        .book.blue-alt .header-button-inside, .simpay-payment-btn.blue-alt .header-button-inside, .gform_button.blue-alt .header-button-inside {
          width: 100%;
          position: relative;
          top: 0;
          left: 0;
          transform: none; } }

.dropdown {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  position: relative; }
  .dropdown.active .list {
    opacity: 1;
    visibility: visible; }
  .dropdown.active .selected i {
    transform: scaleY(-1); }
  .dropdown .list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #1e1e1e;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease; }
    .dropdown .list a {
      display: block;
      padding: 16px 45px 14px;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 2px;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-weight: 500;
      position: relative;
      transition: all .2s ease;
      background: #000; }
      @media (min-width: 1025px) {
        .dropdown .list a:hover {
          color: #00aeef; } }
      .dropdown .list a.active {
        color: #00aeef !important; }
      @media (max-width: 1023px) {
        .dropdown .list a {
          padding-left: 10px;
          padding-right: 10px; } }
  .dropdown .selected {
    padding: 16px 0 14px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border: 1px solid #1e1e1e;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease; }
    @media (min-width: 1025px) {
      .dropdown .selected:hover {
        border-color: #fff; } }
    .dropdown .selected i {
      display: inline-block;
      vertical-align: top;
      width: 9px;
      height: 5px;
      background: url(../img/arrow-dropdown.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      margin-left: 5px;
      margin-top: 3px; }
  @media (max-width: 1023px) {
    .dropdown {
      width: 155px; } }
  @media (max-width: 479px) {
    .dropdown {
      width: 140px; } }

.btn-white {
  color: #484848;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 0 14px 7px rgba(194, 194, 194, 0.27);
  display: block;
  max-width: 340px;
  padding: 25px 30px;
  line-height: 1.3;
  width: 100%;
  transition: all .2s ease; }
  @media (min-width: 1025px) {
    .btn-white:hover {
      color: #00aeef;
      box-shadow: 0 0 14px 7px rgba(0, 174, 239, 0.1); } }
  .btn-white span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    display: block; }
    .btn-white span.video:after {
      content: '';
      display: block;
      position: absolute;
      background: url(../img/video-play-blue.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 10px;
      height: 14px;
      margin-left: 2px; }
    .btn-white span.plus:after {
      content: '';
      display: block;
      position: absolute;
      background: url(../img/icon-plus.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px; }
    .btn-white span.comments {
      border: 0;
      width: 46px;
      height: 40px;
      background: url(../img/comments.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      border-radius: 0; }
    .btn-white span.download {
      border: 0;
      width: 28px;
      height: 28px;
      background: url(../img/icon-download.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      border-radius: 0; }
    .btn-white span.gmaps {
      border: 0;
      width: 30px;
      height: 30px;
      background: url(../img/gmaps.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      border-radius: 0; }
  @media (max-width: 479px) {
    .btn-white {
      padding-top: 15px;
      padding-bottom: 15px; } }

.book-container {
  position: relative;
  padding-bottom: 75%;
  height: 800px;
  overflow: hidden; }
  .book-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.scroll {
  /* 	#mobile-menu {
		height: calc(100vh - 70px);

		@media (max-width: 767px) {
			height: calc(100vh - 65px);
		}
	} */ }
  body.scroll header {
    height: 70px; }
    body.scroll header .menu li ul {
      margin-top: -16px; }
    body.scroll header .menu li.drop:after {
      bottom: 16px; }
    body.scroll header ~ .menu-dropdown {
      top: 70px; }
      body.scroll header ~ .menu-dropdown.small {
        top: 86px; }
    body.scroll header .menu-dropdown.small {
      top: 86px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 999;
  transition: all .3s ease; }
  header.logo-only .logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  header .logo {
    width: 246px;
    height: 40px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      header .logo {
        width: 185px;
        height: 30px; } }
    @media (max-width: 479px) {
      header .logo {
        left: 20px; } }
  header .menu {
    position: absolute;
    top: 50%;
    width: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 350px; }
    header .menu li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      @media (min-width: 1025px) {
        header .menu li:hover ul {
          opacity: 1;
          visibility: visible; } }
      header .menu li.drop {
        position: relative; }
        header .menu li.drop.hover:after {
          opacity: 1; }
        header .menu li.drop:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7px 7px 7px;
          border-color: transparent transparent #000000 transparent;
          bottom: 1px;
          left: 50%;
          transform: translateX(-50%);
          transition: all .3s ease;
          opacity: 0;
          pointer-events: none; }
        header .menu li.drop a:after {
          display: none; }
      header .menu li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        width: 200px;
        margin-top: -1px;
        padding: 12px 0;
        opacity: 0;
        transition: all .3s ease;
        visibility: hidden; }
        header .menu li ul li {
          display: block; }
          header .menu li ul li a {
            padding: 15px 20px;
            text-align: left;
            transition: all .2s ease; }
            @media (min-width: 1025px) {
              header .menu li ul li a:hover {
                color: #fff;
                background: #00aeef; } }
            header .menu li ul li a:after {
              display: none; }
      header .menu li a {
        display: block;
        padding: 45px 17px;
        letter-spacing: 2px;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #211f1f;
        text-transform: uppercase;
        position: relative; }
        header .menu li a.active {
          color: #c7df6d; }
        @media (min-width: 1025px) {
          header .menu li a:hover:after {
            width: calc(100% - 40px); } }
        header .menu li a:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 3px;
          background: #c7df6d;
          left: 50%;
          bottom: 30px;
          transform: translateX(-50%);
          transition: all .2s ease; }
        @media (max-width: 1380px) {
          header .menu li a {
            padding-left: 14px;
            padding-right: 14px; } }
        @media (max-width: 1320px) {
          header .menu li a {
            padding-left: 10px;
            padding-right: 10px; }
            header .menu li a.active:after {
              width: calc(100% - 20px); } }
  @media (max-width: 1320px) and (min-width: 1025px) {
    header .menu li a:hover:after {
      width: calc(100% - 20px); } }
        @media (max-width: 1299px) {
          header .menu li a {
            padding-left: 5px;
            padding-right: 5px; }
            header .menu li a.active:after {
              width: calc(100% - 10px); } }
  @media (max-width: 1299px) and (min-width: 1025px) {
    header .menu li a:hover:after {
      width: calc(100% - 10px); } }
    @media (max-width: 1499px) {
      header .menu {
        left: 320px; } }
    @media (max-width: 1399px) {
      header .menu {
        left: 320px;
        text-align: left; } }
    @media (max-width: 1299px) {
      header .menu {
        left: 300px; } }
    @media (max-width: 1199px) {
      header .menu {
        transform: translate(-50%, -50%);
        display: none; } }
  header .menu-open {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 42px;
    height: 25px; }
    header .menu-open span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 3px;
      background: #000;
      transition: all .3s ease; }
      header .menu-open span:first-child {
        margin-top: -10px; }
      header .menu-open span:last-child {
        margin-top: 10px; }
    @media (max-width: 1199px) {
      header .menu-open {
        display: block; } }
    @media (max-width: 479px) {
      header .menu-open {
        right: 20px; } }
  header .booking {
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    position: absolute; }
    header .booking .book {
      min-width: 160px; }
    header .booking .dropdown {
      width: 160px; }
      header .booking .dropdown .selected {
        color: #211f1f;
        border-color: #eaeaea; }
        @media (min-width: 1025px) {
          header .booking .dropdown .selected:hover {
            border-color: #00aeef; } }
        header .booking .dropdown .selected i {
          background-image: url(../img/arrow-dropdown-black.png); }
      header .booking .dropdown .list {
        background: #fff;
        border-color: #eaeaea; }
        header .booking .dropdown .list a {
          color: #211f1f;
          background: #fff;
          padding: 16px 20px 14px; }
          @media (min-width: 1025px) {
            header .booking .dropdown .list a:hover {
              color: #00aeef; } }
    @media (max-width: 1199px) {
      header .booking {
        right: 112px; } }
    @media (max-width: 675px) {
      header .booking {
        right: auto;
        right: initial;
        top: auto;
        top: initial;
        transform: translateY(100%);
        width: 100%;
        left: 0;
        background: #fff;
        bottom: 0;
        text-align: center;
        padding-bottom: 15px;
        transition: all .3s ease;
        max-height: 60px; } }
    @media (max-width: 479px) {
      header .booking .book, header .booking .dropdown {
        min-width: 44%; } }
  @media (max-width: 767px) {
    header {
      height: 65px !important; } }

.menu-dropdown {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 999;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  overflow: auto; }
  .menu-dropdown.small {
    width: 220px;
    top: 101px;
    left: auto; }
    .menu-dropdown.small .block {
      margin: 0;
      width: auto; }
    .menu-dropdown.small a {
      display: block;
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      padding: 18px;
      text-align: left;
      border-bottom: 1px solid #333;
      transition: all .3s ease;
      border-top: 0;
      text-transform: none;
      letter-spacing: 0;
      font-family: "L", Helvetica, Arial, sans-serif; }
  .menu-dropdown .container {
    padding: 20px 0; }
  .menu-dropdown.active {
    opacity: 1;
    visibility: visible; }
  .menu-dropdown .grid {
    margin-left: -20px;
    margin-right: -20px; }
    .menu-dropdown .grid.nowrap {
      margin: 0; }
  .menu-dropdown .block {
    margin: 0 20px 0px;
    width: calc(20% - 40px); }
  .menu-dropdown .group {
    width: 990px;
    margin-right: 20px; }
    .menu-dropdown .group .block {
      width: calc(33% - 40px); }
    .menu-dropdown .group .group-head {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 700;
      color: #00aeef; }
      @media (max-width: 1699px) {
        .menu-dropdown .group .group-head {
          font-size: 22px; } }
    .menu-dropdown .group + .group {
      width: 645px;
      margin-right: 0; }
      .menu-dropdown .group + .group .block {
        width: calc(50% - 40px); }
    .menu-dropdown .group .grid + .group-head {
      margin-top: 16px; }
    @media (max-width: 1699px) {
      .menu-dropdown .group {
        width: 790px; }
        .menu-dropdown .group + .group {
          width: 450px; } }
    @media (max-width: 1333px) {
      .menu-dropdown .group {
        width: 750px; }
        .menu-dropdown .group + .group {
          width: 450px; } }
    @media (max-width: 1299px) {
      .menu-dropdown .group {
        width: 590px; }
        .menu-dropdown .group + .group {
          width: 350px; } }
  .menu-dropdown a {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #333;
    transition: all .3s ease; }
    @media (min-width: 1025px) {
      .menu-dropdown a:hover {
        color: #c7df6d;
        border-color: #c7df6d; } }
    @media (max-width: 1699px) {
      .menu-dropdown a {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .menu-dropdown {
      top: 65px !important;
      height: calc(100vh - 65px); } }

#mobile-menu {
  display: none;
  width: 300px;
  height: calc(100vh - 100px);
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  transition: all .3s ease;
  transform: translateX(100%);
  overflow: auto; }
  #mobile-menu ul {
    padding-top: 15px; }
    #mobile-menu ul li {
      display: block; }
      #mobile-menu ul li a {
        display: block;
        letter-spacing: 2px;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #211f1f;
        text-transform: uppercase;
        padding: 15px 30px; }
        #mobile-menu ul li a.active {
          color: #c7df6d; }
      #mobile-menu ul li ul {
        display: none;
        padding-top: 0;
        padding-left: 10px; }
        #mobile-menu ul li ul a {
          color: #828282; }
  @media (max-width: 1199px) {
    #mobile-menu {
      display: block; } }
  @media (max-width: 767px) {
    #mobile-menu {
      height: calc(100vh - 65px); } }
  @media (max-width: 675px) {
    #mobile-menu {
      height: calc(100vh - 124px); } }

footer {
  background: #000; }
  footer .sep {
    border-bottom: 1px solid #1e1e1e; }
  footer .logo {
    display: block;
    width: 211px;
    height: 34px;
    background: url(../img/logo-white.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    margin: 70px 0; }
    @media (max-width: 1023px) {
      footer .logo {
        margin: 45px 0; } }
    @media (max-width: 767px) {
      footer .logo {
        display: none; } }
  footer .logos {
    padding: 60px 0; }
    footer .logos a {
      display: block;
      margin-right: 70px;
      margin-bottom: 40px;
      transition: all .2s ease;
      opacity: 0.3; }
      @media (min-width: 1025px) {
        footer .logos a:hover {
          opacity: 1; } }
      @media (max-width: 1699px) {
        footer .logos a {
          margin-right: 50px; } }
    @media (max-width: 1023px) {
      footer .logos {
        display: none; } }
  @media (max-width: 767px) {
    footer .text-right {
      text-align: center;
      padding: 30px 0; }
      footer .text-right .book, footer .text-right .dropdown {
        min-width: 216px; } }
  @media (max-width: 479px) {
    footer .text-right .book, footer .text-right .dropdown {
      min-width: 48%; } }
  footer .links {
    padding: 60px 0; }
    footer .links + .links {
      padding-top: 10px; }
      @media (max-width: 767px) {
        footer .links + .links {
          padding-top: 22px; } }
    footer .links a {
      color: #828282;
      font-size: 13px;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      display: block;
      letter-spacing: 0.5px;
      transition: all .2s ease; }
      @media (min-width: 1025px) {
        footer .links a:hover {
          color: #00aeef; } }
      footer .links a + a {
        margin-top: 30px; }
        @media (max-width: 767px) {
          footer .links a + a {
            margin-top: 20px; } }
      footer .links a.title {
        text-transform: uppercase;
        color: #fff; }
        @media (min-width: 1025px) {
          footer .links a.title:hover {
            color: #00aeef; } }
      @media (max-width: 479px) {
        footer .links a {
          font-size: 12px; } }
    @media (max-width: 1023px) {
      footer .links {
        padding: 45px 0; } }
    @media (max-width: 767px) {
      footer .links {
        padding: 30px 0; } }
  @media (max-width: 767px) {
    footer .col-12-xs .links {
      padding-top: 0; } }
  footer .copy {
    padding: 75px 0;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      footer .copy {
        padding: 45px 0; } }
    @media (max-width: 767px) {
      footer .copy {
        padding: 30px 0; } }
    @media (max-width: 479px) {
      footer .copy {
        max-width: 215px; } }
  footer .other > a {
    color: #828282;
    font-size: 13px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: top;
    transition: all .2s ease; }
    @media (min-width: 1025px) {
      footer .other > a:hover {
        color: #fff; } }
    @media (max-width: 479px) {
      footer .other > a {
        font-size: 12px; } }
  footer .other .socials {
    display: inline-block;
    vertical-align: top;
    margin-left: 70px; }
    footer .other .socials a {
      display: inline-block;
      vertical-align: top;
      margin: 0 6px;
      width: 50px;
      height: 50px;
      border: 1px solid #1e1e1e;
      border-radius: 50%;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1025px) {
        footer .other .socials a:hover:before {
          left: 50%; } }
      footer .other .socials a:before {
        content: '';
        display: block;
        position: absolute;
        width: 150%;
        height: 150%;
        background: rgba(255, 255, 255, 0.2);
        top: 45%;
        left: -100%;
        transform: translate(-50%, -50%) rotate(25deg);
        transition: all .2s ease; }
      footer .other .socials a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center; }
      footer .other .socials a.facebook:after {
        background-image: url(../img/icon-facebook.png);
        background-size: auto 16px; }
        @media (max-width: 479px) {
          footer .other .socials a.facebook:after {
            background-size: auto 14px; } }
      footer .other .socials a.instagram:after {
        background-image: url(../img/icon-instagram2.png);
        background-size: auto 20px; }
        @media (max-width: 479px) {
          footer .other .socials a.instagram:after {
            background-size: auto 18px; } }
      footer .other .socials a.twitter:after {
        background-image: url(../img/icon-twitter.png);
        background-size: auto 14px; }
        @media (max-width: 479px) {
          footer .other .socials a.twitter:after {
            background-size: auto 12px; } }
      @media (max-width: 479px) {
        footer .other .socials a {
          width: 40px;
          height: 40px;
          margin: 0 4px; } }
    @media (max-width: 767px) {
      footer .other .socials {
        margin-left: 0; } }
  @media (max-width: 767px) {
    footer .other {
      padding-top: 30px; } }

form {
  margin-left: -30px;
  margin-right: -30px; }
  form > div {
    transition: all .5s ease; }
  form.sent > div {
    opacity: .3; }
  form.sent .message {
    opacity: 1;
    visibility: visible; }
  form .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    line-height: 1.5;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden; }
    form .message .inside {
      max-width: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      form .message .inside strong {
        color: #000;
        font-weight: 900; }
      form .message .inside a {
        color: #000;
        transition: all .3s ease; }
        @media (min-width: 1025px) {
          form .message .inside a:hover {
            color: #000; } }
  form .field, form .simpay-form-control {
    position: relative;
    margin-left: 30px;
    margin-right: 30px; }
    form .field.select:after, form .simpay-form-control.select:after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 7px;
      background: url(../img/arrow-dropdown-black.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      bottom: 24px;
      right: 20px; }
    form .field.check input, form .simpay-form-control.check input {
      display: none; }
      form .field.check input:checked + span:before, form .simpay-form-control.check input:checked + span:before {
        border-color: #00aeef;
        background: #00aeef; }
    form .field.check label, form .simpay-form-control.check label {
      position: relative;
      padding-left: 40px;
      cursor: pointer;
      line-height: 1.3;
      min-height: 45px; }
      form .field.check label span:before, form .simpay-form-control.check label span:before {
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 2px;
        left: 0;
        border: 2px solid #eaeaea;
        transition: all .3s ease; }
      @media (max-width: 767px) {
        form .field.check label, form .simpay-form-control.check label {
          min-height: 33px;
          font-size: 18px; } }
      @media (max-width: 479px) {
        form .field.check label, form .simpay-form-control.check label {
          font-size: 16px; } }
    form .field.file, form .simpay-form-control.file {
      position: relative;
      margin-top: 0 !important; }
      form .field.file label, form .simpay-form-control.file label {
        display: inline-block;
        vertical-align: top;
        background: #00aeef;
        padding: 19px 20px 18px 55px;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 500;
        z-index: 1;
        box-shadow: 0 0 20px 5px rgba(0, 174, 239, 0.3);
        max-width: 195px;
        width: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        form .field.file label:before, form .simpay-form-control.file label:before {
          content: '';
          display: block;
          position: absolute;
          width: 20px;
          height: 20px;
          background: url(../img/icon-upload.svg) no-repeat;
          background-size: 100%;
          background-position: center center;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
        @media (max-width: 767px) {
          form .field.file label, form .simpay-form-control.file label {
            top: 20px;
            transform: translateX(-50%);
            left: 50%; } }
      form .field.file span, form .simpay-form-control.file span {
        font-weight: 300;
        font-size: 20px;
        padding-left: 215px;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
        border-bottom: 1px solid #eaeaea;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 767px) {
          form .field.file span, form .simpay-form-control.file span {
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 100px;
            padding-bottom: 20px;
            text-align: center; } }
      form .field.file input, form .simpay-form-control.file input {
        position: absolute;
        left: -9999999em; }
    form .field.border, form .simpay-form-control.border {
      border-top: 1px solid #eaeaea;
      padding-top: 30px;
      margin-bottom: 30px; }
    form .field + .field, form .simpay-form-control + .field {
      margin-top: 43px; }
    form .field ::-webkit-input-placeholder, form .simpay-form-control ::-webkit-input-placeholder {
      color: #999999;
      opacity: 1 !important; }
    form .field ::-moz-placeholder, form .simpay-form-control ::-moz-placeholder {
      color: #999999;
      opacity: 1 !important; }
    form .field :-ms-input-placeholder, form .simpay-form-control :-ms-input-placeholder {
      color: #999999;
      opacity: 1 !important; }
    form .field label, form .simpay-form-control label {
      display: block;
      color: #000;
      font-size: 20px;
      font-weight: 500; }
      form .field label.min, form .simpay-form-control label.min {
        margin-bottom: 25px;
        min-height: 55px; }
        @media (max-width: 1699px) {
          form .field label.min, form .simpay-form-control label.min {
            min-height: 78px; } }
      @media (max-width: 767px) {
        form .field label, form .simpay-form-control label {
          font-size: 18px; } }
      @media (max-width: 479px) {
        form .field label, form .simpay-form-control label {
          font-size: 16px; } }
    form .field .simpay-field-error label, form .simpay-form-control .simpay-field-error label {
      color: #ee0101;
      font-size: 10px;
      font-weight: 700;
      text-align: left; }
    form .field input, form .field select, form .field textarea, form .simpay-form-control input, form .simpay-form-control select, form .simpay-form-control textarea {
      font-family: "L", Helvetica, Arial, sans-serif;
      color: #00aeef;
      font-size: 20px;
      font-weight: 300;
      padding: 16px 0;
      border: 0;
      background: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-bottom: 1px solid #eaeaea;
      width: 100%;
      transition: all .3s ease; }
      @media (max-width: 767px) {
        form .field input, form .field select, form .field textarea, form .simpay-form-control input, form .simpay-form-control select, form .simpay-form-control textarea {
          font-size: 18px; } }
      @media (max-width: 479px) {
        form .field input, form .field select, form .field textarea, form .simpay-form-control input, form .simpay-form-control select, form .simpay-form-control textarea {
          font-size: 16px;
          padding: 10px 0; } }
    form .field input:focus, form .field textarea:focus, form .simpay-form-control input:focus, form .simpay-form-control textarea:focus {
      border-bottom-color: #00aeef; }
    form .field textarea, form .simpay-form-control textarea {
      height: 420px;
      padding: 0;
      line-height: 60px;
      background: url(../img/textarea-bg.jpg); }
      @media (max-width: 1023px) {
        form .field textarea, form .simpay-form-control textarea {
          height: 180px; } }
    form .field .btn a, form .simpay-form-control .btn a {
      border: 1px solid #eaeaea;
      background: none;
      box-shadow: none;
      color: #211f1f;
      padding-top: 20px;
      padding-bottom: 16px;
      font-size: 13px;
      transition: all .3s ease; }
      form .field .btn a.active, form .simpay-form-control .btn a.active {
        background: #00aeef;
        color: #fff;
        border-color: #00aeef; }
      @media (min-width: 1025px) {
        form .field .btn a:hover, form .simpay-form-control .btn a:hover {
          background: #00aeef;
          color: #fff;
          border-color: #00aeef; } }
      form .field .btn a:before, form .field .btn a:after, form .simpay-form-control .btn a:before, form .simpay-form-control .btn a:after {
        display: none; }
    @media (max-width: 1299px) {
      form .field, form .simpay-form-control {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (max-width: 1023px) {
      form .field:first-child, form .simpay-form-control:first-child {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      form .field, form .simpay-form-control {
        margin-left: 0;
        margin-right: 0; } }
  form .inline .field {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 479px) {
      form .inline .field {
        display: block; } }
  form .action {
    padding: 60px 0; }
  @media (max-width: 1299px) {
    form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 1023px) {
    form {
      margin-left: 0;
      margin-right: 0; } }

.content.white form .field label {
  color: #fff; }

.content.white form .field input, .content.white form .field select, .content.white form .field textarea {
  color: #fff; }

.content.white form .message {
  background: rgba(171, 226, 249, 0.8);
  color: #000; }

.describe-more {
  background: #f6f6f6;
  margin: 0 30px;
  padding: 0 20px;
  width: 100%;
  display: none;
  transition: margin-bottom .01s ease; }
  .describe-more.active {
    margin-bottom: -30px; }
  .describe-more .block {
    display: none; }
    .describe-more .block.show {
      display: block; }
  .describe-more h2 {
    padding: 60px 0 30px; }
    @media (max-width: 1023px) {
      .describe-more h2 {
        padding-top: 30px !important; } }
  .describe-more .content {
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    max-width: 750px;
    margin: 0 auto 75px;
    line-height: 1.5;
    text-align: center; }
    .describe-more .content p + p {
      padding-top: 30px; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%; }
  .formError + input, .formError + select {
    border-color: #EE0101 !important; }
    .formError + input + label, .formError + select + label {
      color: #EE0101 !important; }
      .formError + input + label span, .formError + select + label span {
        color: #EE0101 !important; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.formError .formErrorContent, .simpay-field-error {
  width: 100%;
  position: relative;
  color: #ee0101;
  min-width: 120px;
  font-size: 10px;
  padding-top: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.formErrorArrow {
  display: none; }

.gform_wrapper ul.gform_fields li.gfield {
  display: block; }

.each-time {
  display: inline-block;
  margin-bottom: 5px; }
  .each-time input[type="radio"] {
    display: none; }
    .each-time input[type="radio"]:checked + label {
      background: #00aeef;
      color: #fff; }
  .each-time label {
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #f3f3f3;
    display: inline-block; }

@media (max-width: 767px) {
  body.clinics section.intro .bg {
    height: 500px !important; } }

@media (max-width: 479px) {
  body.clinics section.intro .bg {
    height: 400px !important; } }

@media (max-width: 767px) {
  body.single-clinic section.intro .bg {
    position: absolute;
    height: 100% !important; } }

@media (max-width: 767px) {
  body.single-clinic section.intro .inside {
    position: relative;
    top: auto;
    top: initial;
    transform: none;
    left: auto;
    left: initial;
    padding-bottom: 80px;
    padding-top: 40px; } }

body.page-id-415 section.intro .bg {
  height: 350px !important; }

section.intro {
  position: relative;
  background: #000000; }
  section.intro + section.team, section.intro + section.content-split, section.intro + section.forma {
    margin-top: -30px; }
    @media (max-width: 479px) {
      section.intro + section.team, section.intro + section.content-split, section.intro + section.forma {
        margin-top: -20px; } }
  section.intro + section.blue {
    margin-top: -100px; }
  section.intro + section.clinics {
    margin-top: 130px; }
    section.intro + section.clinics .slick-arrow {
      margin-top: 0; }
    @media (max-width: 479px) {
      section.intro + section.clinics {
        margin-top: 90px; } }
  section.intro.bgvideo .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    section.intro.bgvideo .video video {
      transition: all .3s ease; }
  section.intro.smaller .bg {
    height: 400px; }
    @media (max-width: 767px) {
      section.intro.smaller .bg {
        height: 200px !important; } }
    @media (max-width: 479px) {
      section.intro.smaller .bg {
        height: 150px !important; } }
  @media (max-width: 767px) {
    section.intro.smaller.promo .bg {
      height: 250px !important; } }
  @media (max-width: 479px) {
    section.intro.smaller.promo .bg {
      height: 250px !important; } }
  section.intro.promo .buttons {
    margin-top: 30px; }
    @media (max-width: 767px) {
      section.intro.promo .buttons {
        margin-top: 20px; } }
  section.intro.promo .inside .text {
    font-size: 40px; }
    @media (max-width: 767px) {
      section.intro.promo .inside .text {
        font-size: 30px; } }
    @media (max-width: 479px) {
      section.intro.promo .inside .text {
        font-size: 20px; } }
  section.intro.promo h2.subtitle {
    font-size: 27px;
    line-height: 1.2;
    color: #cfe873;
    margin-top: 15px; }
    @media (max-width: 767px) {
      section.intro.promo h2.subtitle {
        font-size: 20px; } }
    @media (max-width: 479px) {
      section.intro.promo h2.subtitle {
        font-size: 16px;
        line-height: 1.1;
        margin-top: 10px; } }
  section.intro .bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
    opacity: .7; }
    @media (max-width: 767px) {
      section.intro .bg {
        height: 400px !important; }
        section.intro .bg.smaller {
          height: 200px !important; } }
    @media (max-width: 479px) {
      section.intro .bg {
        height: 300px !important; }
        section.intro .bg.smaller {
          height: 150px !important; } }
  section.intro .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    z-index: 9; }
    section.intro .inside + .btn-white {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%); }
      section.intro .inside + .btn-white:before {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 30px;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: #00aeef; }
        @media (max-width: 767px) {
          section.intro .inside + .btn-white:before {
            height: 15px;
            top: -15px; } }
      section.intro .inside + .btn-white:after {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 30px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: #00aeef; }
        @media (max-width: 767px) {
          section.intro .inside + .btn-white:after {
            height: 15px;
            bottom: -15px; } }
      @media (max-width: 479px) {
        section.intro .inside + .btn-white {
          max-width: 90%; } }
    section.intro .inside .message {
      margin-bottom: -70px; }
      @media (max-width: 767px) {
        section.intro .inside .message {
          margin-bottom: -50px; }
          section.intro .inside .message img {
            max-width: 75%; } }
      @media (max-width: 479px) {
        section.intro .inside .message {
          margin-bottom: -25px; } }
    section.intro .inside .text {
      font-size: 60px;
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      transition: color .3s ease;
      padding: 0 30px; }
      section.intro .inside .text.blur {
        color: rgba(255, 255, 255, 0.1); }
        section.intro .inside .text.blur ~ div {
          opacity: .1; }
        section.intro .inside .text.blur .drop:before {
          transform: translateY(-50%) scaleY(-1); }
        section.intro .inside .text.blur .drop .list {
          opacity: 1;
          visibility: visible;
          transition: all .3s ease; }
      section.intro .inside .text .drop {
        position: relative;
        color: #cfe873;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block; }
        section.intro .inside .text .drop:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 14px;
          background: rgba(207, 232, 115, 0.3);
          left: 0;
          bottom: 10px; }
          @media (max-width: 767px) {
            section.intro .inside .text .drop:after {
              bottom: 4px;
              height: 10px; } }
          @media (max-width: 479px) {
            section.intro .inside .text .drop:after {
              height: 5px; } }
        section.intro .inside .text .drop:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 0;
          width: 21px;
          height: 12px;
          background: url(../img/arrow-dropdown.png) no-repeat;
          background-size: 100%;
          background-position: center center;
          transform: translateY(-50%); }
          @media (max-width: 479px) {
            section.intro .inside .text .drop:before {
              width: 10px;
              height: 6px; } }
        section.intro .inside .text .drop em {
          font-style: normal;
          position: relative; }
        section.intro .inside .text .drop .list {
          position: absolute;
          top: 100%;
          left: 0;
          margin-top: -10px;
          opacity: 0;
          visibility: hidden;
          transition: all 0s ease;
          text-align: left;
          background: rgba(207, 232, 115, 0.3);
          padding: 5px;
          font-size: 25px;
          width: 300px;
          padding-top: 5px;
          z-index: 9; }
          section.intro .inside .text .drop .list a {
            color: #cfe873; }
            section.intro .inside .text .drop .list a:last-child:after {
              display: none; }
            section.intro .inside .text .drop .list a:after {
              content: ', ';
              display: inline; }
            section.intro .inside .text .drop .list a.active {
              display: none !important; }
          @media (max-width: 767px) {
            section.intro .inside .text .drop .list {
              margin-top: -4px;
              left: 50%;
              transform: translateX(-50%); } }
        @media (max-width: 479px) {
          section.intro .inside .text .drop {
            padding-right: 20px; } }
      section.intro .inside .text a {
        color: #cfe873; }
        section.intro .inside .text a:hover {
          color: #deef9f; }
      @media (max-width: 1023px) {
        section.intro .inside .text {
          font-size: 48px;
          max-width: 90%; } }
      @media (max-width: 767px) {
        section.intro .inside .text {
          font-size: 38px; } }
      @media (max-width: 479px) {
        section.intro .inside .text {
          font-size: 24px;
          max-width: 100%; } }
  section.intro .header-buttons.above {
    margin-bottom: -50px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      section.intro .header-buttons.above {
        margin-bottom: -20px;
        margin-top: 10px; } }
  section.intro .header-buttons.bellow {
    margin-top: 20px;
    margin-bottom: -20px; }
    @media (max-width: 767px) {
      section.intro .header-buttons.bellow {
        margin-bottom: -10px;
        margin-top: 10px; } }
  section.intro .header-buttons.under {
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      section.intro .header-buttons.under {
        margin-bottom: 0; } }
  section.intro .header-buttons .header-button {
    margin-bottom: 10px;
    margin-right: 10px; }
    section.intro .header-buttons .header-button:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      section.intro .header-buttons .header-button {
        margin-right: 0; } }
    section.intro .header-buttons .header-button.green-alt {
      margin-right: 50px;
      margin-bottom: 0px; }
      section.intro .header-buttons .header-button.green-alt:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        section.intro .header-buttons .header-button.green-alt {
          margin-right: 10px; } }
      @media (max-width: 599px) {
        section.intro .header-buttons .header-button.green-alt {
          margin-right: 0; } }
  section.intro .buttons {
    transition: all .5s ease;
    margin-top: 40px; }
    section.intro .buttons.with-header-text {
      margin-top: 30px; }
    section.intro .buttons .call {
      display: inline-block;
      vertical-align: top;
      padding: 16px 0 14px;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff !important;
      letter-spacing: 2px;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-weight: 500;
      position: relative;
      z-index: 1;
      border: 1px solid #fff;
      width: 180px;
      margin-left: 5px; }
      section.intro .buttons .call a {
        color: #fff !important; }
      @media (max-width: 479px) {
        section.intro .buttons .call {
          width: 130px;
          letter-spacing: .2px;
          margin-left: -4px; } }
    section.intro .buttons .book + .call {
      border-left: 0; }
    section.intro .buttons .header-text {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      section.intro .buttons {
        margin-top: 30px; } }
  section.intro .address {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    transition: all .5s ease; }
    @media (max-width: 767px) {
      section.intro .address {
        margin-top: 25px;
        padding: 0 20px; } }
    @media (max-width: 479px) {
      section.intro .address {
        font-size: 18px; } }
  section.intro .email {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    transition: all .5s ease; }
    section.intro .email a {
      color: #cfe873; }
    @media (max-width: 767px) {
      section.intro .email {
        margin-top: 15px;
        padding: 0 20px; } }
    @media (max-width: 479px) {
      section.intro .email {
        font-size: 16px;
        word-break: break-all; } }
  section.intro .open {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    transition: all .5s ease; }
    @media (max-width: 767px) {
      section.intro .open {
        margin-top: 25px;
        padding: 0 20px; } }
    @media (max-width: 479px) {
      section.intro .open {
        font-size: 18px; } }
  section.intro .header-text {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    transition: all .5s ease; }
    section.intro .header-text.below {
      margin-bottom: 20px;
      margin-top: 20px; }
    section.intro .header-text.above {
      margin-top: 30px;
      margin-bottom: -10px; }
    section.intro .header-text a {
      color: #cfe873; }
      section.intro .header-text a:hover {
        color: #deef9f; }
    @media (max-width: 767px) {
      section.intro .header-text {
        margin-top: 25px;
        padding: 0 20px; } }
    @media (max-width: 479px) {
      section.intro .header-text {
        font-size: 18px; } }

body.home section.intro .bg {
  height: 680px; }

body.home section.intro .inside {
  transform: translate(-50%, -60%); }
  @media (max-width: 767px) {
    body.home section.intro .inside {
      transform: translate(-50%, -80%); } }
  body.home section.intro .inside .inside-message {
    margin-top: 30px;
    line-height: 1.3;
    background: #00aeef;
    width: 420px;
    position: relative;
    left: 50%;
    color: #fff;
    padding: 20px;
    transform: translateX(-50%);
    text-align: center;
    max-width: 100%; }
    body.home section.intro .inside .inside-message h1 {
      font-size: 22px;
      text-transform: uppercase;
      margin: 6px 0;
      line-height: 1.2; }

body.home section.intro .bottom-box {
  padding: 25px 30px;
  z-index: 10;
  position: absolute;
  width: 400px;
  bottom: -50px;
  background: #fff;
  right: 10%;
  text-align: left; }
  body.home section.intro .bottom-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: left; }
  @media (max-width: 1024px) {
    body.home section.intro .bottom-box {
      width: 350px;
      bottom: -30px;
      padding: 20px 25px; }
      body.home section.intro .bottom-box h2 {
        font-size: 25px; } }
  @media (max-width: 767px) {
    body.home section.intro .bottom-box {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      bottom: -20px; }
      body.home section.intro .bottom-box h2 {
        font-size: 22px; } }

@media (max-width: 767px) {
  body.home section.intro .inside .text {
    font-size: 24px; }
  body.home section.intro .bg {
    height: 500px !important; } }

@media (max-width: 675px) {
  body.home section.intro {
    margin-top: 60px; } }

body.camberwell .buttons {
  margin-top: 20px; }

body.camberwell .email {
  margin-top: 5px; }

body.camberwell .address {
  margin-top: 20px; }

body.camberwell section.intro .header-buttons.under {
  margin-top: 20px; }

.camberwell-section, .header-buttons {
  position: relative; }
  @media (max-width: 767px) {
    .camberwell-section .bg, .header-buttons .bg {
      max-height: 100%; } }

.section-buttons {
  display: flex;
  flex-wrap: wrap; }
  .section-buttons .button {
    display: block;
    height: 400px;
    width: 33.333333333%;
    margin: 0;
    position: relative;
    transition: all .2s ease;
    color: #fff;
    background: #000;
    overflow: hidden; }
    .section-buttons .button .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 100%;
      opacity: .7;
      transition: all .2s ease; }
    .section-buttons .button .inside-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      font-weight: 600;
      transition: all .2s ease;
      color: #fff;
      text-align: center; }
    .section-buttons .button:hover .bg {
      transform: scale(1.1); }
    .section-buttons .button:hover .inside-button {
      color: #cfe873; }
  .section-buttons.count-4 .button {
    width: 25%; }
  .section-buttons.count-5 .button {
    width: 20%; }
  @media (max-width: 767px) {
    .section-buttons .button {
      height: 300px; }
      .section-buttons .button .inside-button {
        font-size: 28px; }
    .section-buttons.count-4 .button, .section-buttons.count-5 .button {
      width: 50%; } }
  @media (max-width: 479px) {
    .section-buttons .button .inside-button {
      font-size: 25px; }
    .section-buttons.count-4 .button, .section-buttons .button, .section-buttons.count-5 .button {
      width: 100%;
      height: 150px; } }

@media all and (min-width: 768px) {
  section.intro.animated .text {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.intro.animated .buttons .book, section.intro.animated .buttons .call {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.2s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.2s cubic-bezier(0.7, 0, 0.3, 1); }
  section.intro.animated .address, section.intro.animated .email {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  section.intro.animated .inside + .btn-white {
    opacity: 1;
    transition: all .5s ease .6s; }
  section.intro .text {
    transform: translateY(50px);
    opacity: 0; }
  section.intro .buttons .book {
    transform: translateX(-50px);
    opacity: 0; }
  section.intro .buttons .call {
    transform: translateX(50px);
    opacity: 0; }
  section.intro .address, section.intro .email {
    transform: translateY(50px);
    opacity: 0; }
  section.intro .inside + .btn-white {
    opacity: 0; } }

section.noheader-intro {
  padding: 20px 0;
  height: 150px; }
  section.noheader-intro .inside .text {
    color: #fff; }

.css-typing p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden; }

.css-typing p:nth-child(1) {
  width: 7.3em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.css-typing p:nth-child(2) {
  width: 11.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.css-typing p:nth-child(3) {
  width: 7.3em;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink 0.5s step-end infinite alternate;
  animation: type3 5s steps(20, end), blink 0.5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes type {
  0% {
    width: 0; }
  99.9% {
    border-right: .15em solid orange; }
  100% {
    border: none; } }

@-webkit-keyframes type {
  0% {
    width: 0; }
  99.9% {
    border-right: .15em solid orange; }
  100% {
    border: none; } }

@keyframes type2 {
  0% {
    width: 0; }
  1% {
    opacity: 1; }
  99.9% {
    border-right: .15em solid orange; }
  100% {
    opacity: 1;
    border: none; } }

@-webkit-keyframes type2 {
  0% {
    width: 0; }
  1% {
    opacity: 1; }
  99.9% {
    border-right: .15em solid orange; }
  100% {
    opacity: 1;
    border: none; } }

@keyframes type3 {
  0% {
    width: 0; }
  1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes type3 {
  0% {
    width: 0; }
  1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blink {
  50% {
    border-color: transparent; } }

@-webkit-keyframes blink {
  50% {
    border-color: tranparent; } }

.typewriter h1 {
  color: #fff;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em;
  /* Adjust as needed */
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite; }

/* The typing effect */
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }

section.locations {
  padding: 80px 0; }
  section.locations .nowrap {
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      section.locations .nowrap {
        flex-wrap: wrap; } }
  section.locations a {
    display: block;
    position: relative;
    max-width: 820px;
    padding: 0 30px; }
    section.locations a:first-child {
      margin-top: -200px; }
      section.locations a:first-child:after {
        content: '';
        display: block;
        position: absolute;
        width: 80px;
        height: 32px;
        background: url(../img/chain.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        top: 251px;
        right: -50px; }
        @media (max-width: 1699px) {
          section.locations a:first-child:after {
            width: 60px;
            height: 24px;
            right: -30px;
            top: 185px; } }
        @media (max-width: 1299px) {
          section.locations a:first-child:after {
            width: 45px;
            height: 18px;
            right: -15px;
            top: 139px; } }
        @media (max-width: 1023px) {
          section.locations a:first-child:after {
            width: 32px;
            height: 13px;
            background-image: url(../img/chain-mobile.png);
            right: -32px;
            top: 170px; } }
        @media (max-width: 767px) {
          section.locations a:first-child:after {
            display: none; } }
      @media (max-width: 1699px) {
        section.locations a:first-child {
          margin-left: 20px;
          margin-top: -145px; } }
      @media (max-width: 1299px) {
        section.locations a:first-child {
          margin-left: 0;
          transform: translateX(35px);
          margin-top: -110px; } }
      @media (max-width: 1023px) {
        section.locations a:first-child {
          transform: none;
          margin-right: 32px;
          margin-top: -86px; } }
      @media (max-width: 767px) {
        section.locations a:first-child {
          margin-top: -60px;
          margin-bottom: 50px; } }
    @media (min-width: 1025px) {
      section.locations a:hover .hover {
        opacity: 1; } }
    section.locations a > img {
      position: absolute;
      bottom: 25px;
      left: 0; }
      @media (max-width: 1023px) {
        section.locations a > img {
          left: 15px;
          z-index: 9; } }
    section.locations a .thumb {
      width: 760px;
      height: 500px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      position: relative;
      z-index: 0; }
      @media (max-width: 1699px) {
        section.locations a .thumb {
          width: 560px;
          height: 368px; } }
      @media (max-width: 1299px) {
        section.locations a .thumb {
          width: 422px;
          height: 277px; } }
      @media (max-width: 1023px) {
        section.locations a .thumb {
          width: 336px;
          height: 300px; } }
      @media (max-width: 767px) {
        section.locations a .thumb {
          width: 100%;
          height: auto;
          height: initial;
          padding-bottom: 85%; } }
    section.locations a .hover {
      z-index: 2;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 30px;
      width: 760px;
      height: 500px;
      opacity: 0;
      transition: all .3s ease; }
      section.locations a .hover .city {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%;
        text-align: center; }
        section.locations a .hover .city:after {
          background: #fff; }
      section.locations a .hover + .city {
        margin-top: -35px;
        position: relative;
        z-index: 1; }
        @media (max-width: 1299px) {
          section.locations a .hover + .city {
            margin-top: -28px; } }
        @media (max-width: 479px) {
          section.locations a .hover + .city {
            margin-top: -17px; } }
      @media (max-width: 1699px) {
        section.locations a .hover {
          width: 560px;
          height: 368px; } }
    section.locations a .city {
      font-size: 60px;
      font-weight: 700;
      color: #cfe873;
      text-align: center; }
      section.locations a .city:after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 3px;
        background: #cfe873;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 767px) {
          section.locations a .city:after {
            bottom: -20px; } }
        @media (max-width: 479px) {
          section.locations a .city:after {
            width: 40px;
            height: 2px; } }
      @media (max-width: 1299px) {
        section.locations a .city {
          font-size: 48px; } }
      @media (max-width: 479px) {
        section.locations a .city {
          font-size: 36px; } }
    @media (max-width: 1023px) {
      section.locations a {
        padding: 0; } }
    @media (max-width: 767px) {
      section.locations a {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        width: 100%; }
        section.locations a > img {
          display: none; } }
  @media (max-width: 1023px) {
    section.locations {
      padding-top: 30px;
      padding-bottom: 60px; } }

@media all and (min-width: 768px) {
  section.locations.animated a {
    opacity: 1; }
    section.locations.animated a > img {
      opacity: 1;
      transform: none;
      transition: transform 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.locations.animated .city {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  section.locations a {
    transition: opacity .5s ease;
    opacity: 0; }
    section.locations a > img {
      opacity: 0;
      transform: translateX(50px); }
  section.locations .city {
    transform: translateY(50px);
    opacity: 0; } }

section.referrals {
  text-align: center; }
  section.referrals.booking {
    padding: 150px 0 50px;
    border-bottom: 1px solid #e8e8e8; }
    section.referrals.booking .btn + .btn a {
      background: none;
      box-shadow: none;
      border: 1px solid #eaeaea;
      color: #211f1f;
      margin-top: 60px;
      transition: all .3s ease; }
      @media (min-width: 1025px) {
        section.referrals.booking .btn + .btn a:hover {
          border-color: #00aeef; } }
      section.referrals.booking .btn + .btn a:after {
        content: '';
        display: block;
        position: absolute;
        display: none; }
      section.referrals.booking .btn + .btn a:before {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 20px;
        background: #00aeef;
        left: 50%;
        transform: translateX(-50%);
        top: -39px;
        animation: none !important;
        opacity: 1; }
      section.referrals.booking .btn + .btn a em {
        font-style: normal;
        color: #00aeef; }
    @media (max-width: 479px) {
      section.referrals.booking {
        padding-top: 70px;
        border-bottom: 0;
        padding-bottom: 10px; }
        section.referrals.booking .btn span {
          font-size: 38px; } }
  section.referrals.only-button {
    padding: 150px 0; }
    @media (max-width: 1299px) {
      section.referrals.only-button {
        padding: 100px 0; } }
    @media (max-width: 767px) {
      section.referrals.only-button {
        padding: 70px 0; } }
    @media (max-width: 479px) {
      section.referrals.only-button {
        padding: 50px 0; } }
  section.referrals.two-buttons .btn a + a {
    margin-left: 15px; }
    @media (max-width: 767px) {
      section.referrals.two-buttons .btn a + a {
        margin-left: 0;
        margin-top: 20px; } }
  @media (max-width: 767px) {
    section.referrals h2 {
      padding-top: 0;
      padding-bottom: 50px;
      position: relative;
      z-index: 9; }
      section.referrals h2:before {
        display: none; } }
  @media (max-width: 479px) {
    section.referrals h2 {
      padding-bottom: 40px; } }

@media all and (min-width: 768px) {
  section.referrals.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.referrals.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.referrals.animated .btn {
    opacity: 1;
    transition: all .3s .5s ease; }
    section.referrals.animated .btn span {
      opacity: 1;
      letter-spacing: 0px;
      transition: letter-spacing 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.referrals.animated.only-button .btn, section.referrals.animated.only-button .btn span {
    transition-delay: 0s !important; }
  section.referrals h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.referrals h2:before {
      max-height: 0; }
  section.referrals .btn {
    opacity: 0; }
    section.referrals .btn span {
      letter-spacing: -10px;
      opacity: 0; } }

section.video {
  position: relative;
  padding-top: 100px; }
  section.video .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    cursor: pointer;
    transition: all .5s ease; }
    section.video .bg.hidden {
      opacity: 0;
      visibility: hidden; }
    section.video .bg:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../img/video-pattern.png);
      top: 0;
      left: 0;
      opacity: .3;
      z-index: 2; }
    section.video .bg .image {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  section.video .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; }
    @media (min-width: 1025px) {
      section.video .play:hover:before {
        transform: scale(1.15); } }
    section.video .play:before {
      content: '';
      display: block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #00aeef;
      transition: all .2s ease;
      z-index: 0; }
      @media (max-width: 479px) {
        section.video .play:before {
          width: 40px;
          height: 40px; } }
    section.video .play:after {
      content: '';
      display: block;
      position: absolute;
      top: 27px;
      left: 32px;
      width: 20px;
      height: 28px;
      background: url(../img/video-play.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      z-index: 1; }
      @media (max-width: 479px) {
        section.video .play:after {
          width: 10px;
          height: 14px;
          top: 14px;
          left: 16px; } }
    section.video .play span {
      display: block;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 20px;
      text-align: center;
      margin-top: 15px; }
  section.video .frame {
    padding-bottom: 56.25%;
    position: relative; }
  section.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  @media (max-width: 1023px) {
    section.video {
      padding-top: 60px; } }
  @media (max-width: 479px) {
    section.video {
      padding-top: 30px; } }

@media all and (min-width: 768px) {
  section.video {
    opacity: 0; }
    section.video.animated {
      opacity: 1;
      transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); } }

section.partners {
  padding-top: 60px; }
  section.partners:last-child {
    margin-bottom: 60px; }
    @media (max-width: 479px) {
      section.partners:last-child {
        margin-bottom: 0px; } }
  @media (max-width: 1199px) {
    section.partners .container {
      padding: 0; } }
  section.partners .inside {
    position: relative;
    padding-bottom: 75px; }
    section.partners .inside h2.title {
      padding: 110px 0 20px; }
    section.partners .inside:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 30px);
      background: #f8f7f3;
      top: 30px;
      left: 0;
      z-index: 0; }
      @media (max-width: 479px) {
        section.partners .inside:before {
          top: 20px; } }
    @media (max-width: 1023px) {
      section.partners .inside {
        padding-bottom: 45px; } }
    @media (max-width: 479px) {
      section.partners .inside {
        padding-bottom: 30px; } }
  section.partners .slider {
    position: relative;
    z-index: 1;
    text-align: center; }
    section.partners .slider div {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      width: 16%;
      margin-top: 30px; }
      @media (max-width: 1023px) {
        section.partners .slider div {
          width: 33%;
          padding: 15px 0; } }
      @media (max-width: 479px) {
        section.partners .slider div {
          width: 49%; } }
    section.partners .slider img {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1299px) {
        section.partners .slider img {
          width: 90%; } }
      @media (max-width: 1023px) {
        section.partners .slider img {
          width: 100%; } }
      @media (max-width: 479px) {
        section.partners .slider img {
          width: 70%; } }
  @media (max-width: 479px) {
    section.partners {
      padding-top: 30px; }
      section.partners h2.title {
        padding-bottom: 30px;
        padding-top: 60px; } }

@media all and (min-width: 768px) {
  section.partners.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.partners.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.partners.animated .slider div {
    opacity: 1;
    transition: all .5s ease; }
    section.partners.animated .slider div:nth-child(1) {
      transition-delay: .4s; }
    section.partners.animated .slider div:nth-child(2) {
      transition-delay: .5s; }
    section.partners.animated .slider div:nth-child(3) {
      transition-delay: .6s; }
    section.partners.animated .slider div:nth-child(4) {
      transition-delay: .7s; }
    section.partners.animated .slider div:nth-child(5) {
      transition-delay: .8s; }
    section.partners.animated .slider div:nth-child(6) {
      transition-delay: .9s; }
  section.partners h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.partners h2:before {
      max-height: 0; }
  section.partners .slider div {
    opacity: 0; } }

section.instagram {
  margin-top: 60px; }
  section.instagram + section.clinics {
    margin-top: 0; }
  section.instagram h2 {
    position: relative;
    margin-bottom: 30px; }
    section.instagram h2 span {
      text-transform: uppercase;
      color: #484848;
      font-size: 13px;
      font-weight: 500;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      letter-spacing: 0.5px;
      padding-left: 25px;
      display: inline-block; }
      section.instagram h2 span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 17px;
        background: url(../img/icon-instagram.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        margin-top: -1px; }
      @media (max-width: 1023px) {
        section.instagram h2 span {
          width: 105px;
          overflow: hidden;
          white-space: nowrap;
          height: 21px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        section.instagram h2 span {
          right: auto;
          right: initial;
          left: 50%;
          transform: translateX(-50%);
          top: auto;
          top: initial;
          bottom: -30px; } }
  section.instagram .slider {
    position: relative;
    z-index: 1;
    margin: 0 -30px;
    text-align: center; }
    @media (max-width: 1699px) {
      section.instagram .slider {
        margin: 0 -20px; } }
    @media (max-width: 1023px) {
      section.instagram .slider {
        margin: 0 -15px; } }
    section.instagram .slider .slick-track {
      display: inline-block; }
  section.instagram .slick-dots {
    bottom: -45px;
    left: 30px;
    position: absolute; }
    section.instagram .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
      section.instagram .slick-dots li.slick-active button:before {
        background: #00aeef; }
    section.instagram .slick-dots button {
      display: block;
      width: 20px;
      height: 20px;
      background: none;
      border: 0;
      font-size: 0;
      cursor: pointer;
      position: relative; }
      section.instagram .slick-dots button:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #d5d5d5;
        transition: all .3s ease; }
    @media (max-width: 767px) {
      section.instagram .slick-dots {
        width: 100%;
        text-align: center;
        left: 0; } }
  section.instagram .slide {
    margin: 30px 30px 45px;
    box-shadow: 0 15px 20px 5px rgba(0, 0, 0, 0.05);
    display: block; }
    @media (min-width: 1025px) {
      section.instagram .slide:hover .thumb .bg {
        transform: scale(1.1); }
      section.instagram .slide:hover .title {
        color: #00aeef; } }
    section.instagram .slide .thumb {
      padding-bottom: 90%;
      position: relative;
      overflow: hidden; }
      section.instagram .slide .thumb .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all .3s ease; }
    section.instagram .slide .inside {
      padding: 40px 30px;
      min-height: 290px;
      text-align: left; }
      @media (max-width: 1699px) {
        section.instagram .slide .inside {
          min-height: 290px; } }
      @media (max-width: 1299px) {
        section.instagram .slide .inside {
          min-height: 265px; } }
      @media (max-width: 767px) {
        section.instagram .slide .inside {
          min-height: auto;
          min-height: initial; } }
      @media (max-width: 479px) {
        section.instagram .slide .inside {
          padding: 25px 20px; } }
    section.instagram .slide .likes {
      color: #484848;
      display: block;
      padding-left: 30px;
      position: relative; }
      section.instagram .slide .likes:before {
        content: '';
        display: block;
        position: absolute;
        background: url(../img/icon-heart.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 18px; }
    section.instagram .slide .title {
      margin: 30px 0 20px;
      font-size: 18px;
      color: #484848;
      font-weight: 500;
      transition: all .3s ease; }
    section.instagram .slide .tags {
      color: #828282;
      line-height: 1.8; }
    @media (max-width: 1699px) {
      section.instagram .slide {
        margin: 20px 20px 35px; } }
    @media (max-width: 1023px) {
      section.instagram .slide {
        margin: 20px 15px 35px; } }
  section.instagram .slick-arrow {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
    section.instagram .slick-arrow.slick-next {
      margin-left: 50px; }
    section.instagram .slick-arrow.slick-prev {
      margin-left: -50px;
      transform: translateX(-50%) scaleX(-1); }
    @media (max-width: 767px) {
      section.instagram .slick-arrow {
        bottom: 5px; } }
  section.instagram .slider-nav {
    position: relative;
    height: 130px;
    z-index: 0;
    margin-top: -30px; }
    section.instagram .slider-nav .link {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      text-transform: uppercase;
      color: #484848;
      font-size: 13px;
      font-weight: 500;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      letter-spacing: 0.5px;
      padding-right: 40px;
      display: inline-block;
      transition: all .3s ease; }
      @media (min-width: 1025px) {
        section.instagram .slider-nav .link:hover {
          color: #00aeef; } }
      section.instagram .slider-nav .link:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 20px;
        height: 9px;
        background: url(../img/arrow.png) no-repeat;
        background-size: 100%;
        background-position: center center;
        margin-top: -1px; }
      @media (max-width: 767px) {
        section.instagram .slider-nav .link {
          display: none; } }
    @media (max-width: 479px) {
      section.instagram .slider-nav {
        height: 100px; } }
  @media (max-width: 479px) {
    section.instagram {
      margin-top: 30px; } }

@media all and (min-width: 768px) {
  section.instagram.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.instagram.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.instagram.animated h2 span {
      opacity: 1;
      transition: all .5s .5s ease; }
  section.instagram.animated .slide.slick-active {
    opacity: 1;
    transition: all .5s .3s ease; }
    section.instagram.animated .slide.slick-active .likes {
      color: #484848;
      padding-left: 30px;
      transition: all 0.5s 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
  section.instagram.animated .slide.slick-current + .slide {
    transition-delay: .5s; }
    section.instagram.animated .slide.slick-current + .slide .likes {
      transition-delay: .8s; }
    section.instagram.animated .slide.slick-current + .slide + .slide {
      transition-delay: .7s; }
      section.instagram.animated .slide.slick-current + .slide + .slide .likes {
        transition-delay: 1s; }
      section.instagram.animated .slide.slick-current + .slide + .slide + .slide {
        transition-delay: .9s; }
        section.instagram.animated .slide.slick-current + .slide + .slide + .slide .likes {
          transition-delay: 1.2s; }
  section.instagram h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.instagram h2:before {
      max-height: 0; }
    section.instagram h2 span {
      opacity: 0; }
  section.instagram .slide.slick-active {
    opacity: 0; }
    section.instagram .slide.slick-active .likes {
      color: #fff;
      padding-left: 20px; } }

.grey {
  background: #f5f5f5;
  margin-bottom: 80px; }
  .grey.nomargin {
    margin-bottom: 0; }
    .grey.nomargin h2 {
      margin-top: 0; }
  .grey h2 {
    margin-top: -30px; }
    @media (max-width: 479px) {
      .grey h2 {
        margin-top: -20px;
        padding-bottom: 30px; } }

@media all and (min-width: 768px) {
  .grey.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    .grey.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .grey h2 {
    transform: translateY(50px);
    opacity: 0; }
    .grey h2:before {
      max-height: 0; } }

section.blue {
  margin-bottom: 140px; }
  section.blue.big {
    margin-bottom: 70px; }
    @media (max-width: 1699px) {
      section.blue.big.ask .text {
        max-width: 342px; } }
    @media (max-width: 1299px) {
      section.blue.big.ask .text {
        max-width: calc(100% - 250px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      section.blue.big.ask .text {
        max-width: calc(100% - 40px); } }
    @media (max-width: 479px) {
      section.blue.big.ask .text {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px; } }
    @media (max-width: 1699px) {
      section.blue.big.ask .btn-white {
        right: 60px;
        max-width: 300px; } }
    @media (max-width: 1299px) {
      section.blue.big.ask .btn-white {
        max-width: 340px;
        right: auto;
        right: initial;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 479px) {
      section.blue.big.ask .btn-white {
        max-width: 90%; } }
    @media (max-width: 1299px) {
      section.blue.big.ask .inside {
        padding: 20px 0; } }
    @media (max-width: 1299px) {
      section.blue.big.ask .img {
        margin-bottom: -230px;
        width: calc(100% - 250px); } }
    @media (max-width: 767px) {
      section.blue.big.ask .img {
        width: calc(100% - 40px);
        margin-bottom: 30px;
        margin-top: -15px; } }
    @media (max-width: 1299px) {
      section.blue.big.ask .left {
        margin-bottom: 195px; } }
    @media (max-width: 767px) {
      section.blue.big.ask .left {
        margin-bottom: 0;
        position: relative;
        z-index: 9;
        font-size: 36px; } }
    section.blue.big + section.articles {
      margin-top: 50px;
      z-index: 9;
      position: relative; }
    section.blue.big .inside {
      padding: 140px 0; }
      @media (max-width: 1299px) {
        section.blue.big .inside {
          padding: 70px 0; } }
      @media (max-width: 1023px) {
        section.blue.big .inside {
          padding: 50px 0; } }
      @media (max-width: 479px) {
        section.blue.big .inside {
          padding: 30px 0; } }
    section.blue.big .img {
      top: 60px;
      height: 450px; }
      @media (max-width: 1299px) {
        section.blue.big .img {
          top: auto;
          top: initial;
          margin: 50px auto -130px;
          width: calc(100% - 150px); } }
      @media (max-width: 1023px) {
        section.blue.big .img {
          width: calc(100% - 120px);
          margin-bottom: -100px; } }
      @media (max-width: 767px) {
        section.blue.big .img {
          height: auto;
          height: initial;
          padding-bottom: 67%; } }
      @media (max-width: 479px) {
        section.blue.big .img {
          width: calc(100% - 40px);
          margin-top: 25px; } }
    section.blue.big .left {
      font-size: 100px;
      max-width: 960px; }
      @media (max-width: 1299px) {
        section.blue.big .left {
          text-align: center;
          font-size: 60px;
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        section.blue.big .left {
          font-size: 36px; } }
      @media (max-width: 479px) {
        section.blue.big .left {
          font-size: 24px;
          margin-bottom: 25px; } }
    section.blue.big .text {
      max-width: 400px;
      margin-left: 55px; }
      @media (max-width: 1023px) {
        section.blue.big .text {
          font-size: 22px; } }
      @media (max-width: 767px) {
        section.blue.big .text {
          font-size: 20px;
          padding-left: 25px;
          padding-right: 25px; } }
      @media (max-width: 479px) {
        section.blue.big .text {
          font-size: 18px; } }
    @media (max-width: 479px) {
      section.blue.big {
        margin-bottom: 110px; } }
  @media (max-width: 1299px) {
    section.blue.why .btn-white {
      right: 75px; } }
  @media (max-width: 1023px) {
    section.blue.why .btn-white {
      right: auto;
      right: initial;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 479px) {
    section.blue.why .btn-white {
      max-width: 90%; } }
  @media (max-width: 1299px) {
    section.blue.why .note .text {
      max-width: 335px; } }
  @media (max-width: 1023px) {
    section.blue.why .note .text {
      max-width: 100%;
      font-size: 36px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    section.blue.why .note .text {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 479px) {
    section.blue.why .note .text {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    section.blue.why .note {
      margin-top: 30px;
      float: none;
      max-width: 100%;
      margin-right: 0;
      padding-left: 60px;
      padding-right: 60px; }
      section.blue.why .note:before {
        display: none; } }
  @media (max-width: 767px) {
    section.blue.why .note {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1023px) {
    section.blue.why .subtitle {
      display: none; } }
  @media (max-width: 1023px) {
    section.blue.why .inside {
      padding-top: 25px; } }
  @media (max-width: 479px) {
    section.blue.why {
      margin-bottom: 60px; } }
  @media (max-width: 1199px) {
    section.blue .container {
      padding: 0; } }
  section.blue .inside {
    background: #00aeef;
    color: #fff;
    padding: 25px 0 50px; }
    @media (max-width: 1299px) {
      section.blue .inside {
        padding-top: 70px; } }
    @media (max-width: 767px) {
      section.blue .inside {
        padding-top: 40px; } }
    @media (max-width: 479px) {
      section.blue .inside {
        padding-bottom: 25px; } }
  section.blue .title {
    opacity: 0.1;
    text-align: center;
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    position: relative; }
    @media (max-width: 1699px) {
      section.blue .title {
        font-size: 130px; } }
    @media (max-width: 1299px) {
      section.blue .title {
        font-size: 100px; } }
    @media (max-width: 767px) {
      section.blue .title {
        font-size: 60px; } }
    @media (max-width: 479px) {
      section.blue .title {
        font-size: 40px;
        margin-bottom: 5px; } }
  section.blue .subtitle {
    color: #fbd079;
    position: absolute;
    top: 95px;
    left: 80px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 50px;
    font-size: 12px;
    display: block; }
    section.blue .subtitle:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 1px;
      background: #fff;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      margin-top: -1px; }
    @media (max-width: 1299px) {
      section.blue .subtitle {
        top: 60px; } }
    @media (max-width: 767px) {
      section.blue .subtitle {
        display: none; } }
  section.blue .img {
    width: 512px;
    height: 526px;
    position: absolute;
    left: 50%;
    top: 132px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1; }
    section.blue .img.profile {
      height: 495px; }
      @media (max-width: 1699px) {
        section.blue .img.profile {
          height: 465px;
          z-index: 0; } }
      @media (max-width: 1299px) {
        section.blue .img.profile {
          display: none; } }
    @media (max-width: 1299px) {
      section.blue .img {
        height: 425px;
        position: relative;
        top: auto;
        top: initial;
        left: auto;
        left: initial;
        transform: none;
        margin: -25px auto -350px; } }
    @media (max-width: 767px) {
      section.blue .img {
        margin-top: -15px;
        width: calc(100% - 40px);
        height: auto;
        height: initial;
        padding-bottom: 75%;
        margin-bottom: -120px; } }
    @media (max-width: 479px) {
      section.blue .img {
        margin-bottom: -80px; } }
  section.blue .grid {
    z-index: 2;
    position: relative; }
  section.blue .left {
    font-weight: 700;
    font-size: 50px;
    max-width: 670px;
    margin-left: 110px; }
    section.blue .left.q {
      color: #b7e4e7;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      max-width: 465px;
      margin-left: 60px;
      position: relative; }
      section.blue .left.q .author {
        position: absolute;
        bottom: -130px;
        left: -60px;
        font-weight: 500;
        text-transform: uppercase;
        color: #484848;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        width: 515px;
        border-bottom: 1px solid #e8e8e8;
        padding: 27px 60px; }
        section.blue .left.q .author:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          background: url(../img/icon-quote.svg) no-repeat;
          background-size: 100%;
          background-position: center center;
          width: 27px;
          height: 18px; }
        @media (max-width: 1023px) {
          section.blue .left.q .author {
            color: #fff;
            border-bottom: 0;
            border-top: 1px solid #fff;
            left: 0;
            width: 100%; }
            section.blue .left.q .author:after {
              right: 60px; } }
        @media (max-width: 767px) {
          section.blue .left.q .author {
            padding-left: 20px; }
            section.blue .left.q .author:after {
              right: 20px; } }
      @media (max-width: 1299px) {
        section.blue .left.q {
          padding-right: 0; } }
      @media (max-width: 1023px) {
        section.blue .left.q {
          padding-right: 60px;
          padding-left: 60px;
          margin-left: 0;
          width: 100%;
          max-width: 100%; } }
      @media (max-width: 767px) {
        section.blue .left.q {
          padding-left: 20px;
          padding-right: 20px; } }
    @media (max-width: 1699px) {
      section.blue .left {
        margin-left: 60px; } }
    @media (max-width: 1299px) {
      section.blue .left {
        max-width: 100%;
        padding-right: 70px; } }
    @media (max-width: 767px) {
      section.blue .left {
        font-size: 36px; } }
    @media (max-width: 479px) {
      section.blue .left {
        font-size: 24px;
        margin-left: 45px;
        padding-right: 45px; } }
  section.blue .text {
    color: #b7e4e7;
    font-size: 24px;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 1699px) {
      section.blue .text {
        font-size: 20px; } }
    @media (max-width: 1299px) {
      section.blue .text {
        font-size: 24px; } }
    @media (max-width: 767px) {
      section.blue .text {
        font-size: 20px;
        padding: 0 50px; } }
    @media (max-width: 479px) {
      section.blue .text {
        font-size: 18px;
        text-align: left;
        padding: 0 45px; } }
  section.blue .quote {
    max-width: 470px;
    padding-top: 110px;
    position: relative;
    margin-top: -60px;
    float: right;
    margin-right: 60px; }
    section.blue .quote:before {
      content: '';
      display: block;
      position: absolute;
      width: 61px;
      height: 39px;
      background: url(../img/quote.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        section.blue .quote:before {
          width: 30px;
          height: 20px; } }
    section.blue .quote .icon {
      margin: 32px auto 16px;
      display: block;
      width: 50px;
      height: 50px;
      border: 2px solid #80d7f7;
      border-radius: 50%;
      position: relative; }
      section.blue .quote .icon:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center; }
      section.blue .quote .icon.facebook:after {
        background-image: url(../img/icon-facebook.png);
        background-size: auto 16px; }
    section.blue .quote .author {
      font-size: 14px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-weight: 500; }
    @media (max-width: 1699px) {
      section.blue .quote {
        max-width: 290px; } }
    @media (max-width: 1299px) {
      section.blue .quote {
        max-width: 600px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 185px;
        padding-top: 65px; } }
    @media (max-width: 1023px) {
      section.blue .quote {
        margin-top: 90px; } }
    @media (max-width: 767px) {
      section.blue .quote {
        margin-top: 30px;
        padding-top: 40px; } }
  section.blue .note {
    max-width: 470px;
    padding-top: 110px;
    position: relative;
    margin-top: -60px;
    float: right;
    margin-right: 60px; }
    section.blue .note:before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 53px;
      background: url(../img/note.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    section.blue .note .text {
      font-size: 44px;
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
      max-width: 430px; }
  section.blue .link {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: -80px;
    right: 20px;
    text-transform: uppercase;
    color: #484848;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    width: 530px;
    padding: 30px 0;
    text-align: center;
    transition: all .2s ease; }
    @media (min-width: 1025px) {
      section.blue .link:hover {
        color: #00aeef; } }
    section.blue .link:after {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 9px;
      background: url(../img/arrow.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      margin-left: 18px;
      margin-top: 1px; }
    @media (max-width: 1699px) {
      section.blue .link {
        width: 370px; } }
    @media (max-width: 1299px) {
      section.blue .link {
        width: calc(100% - 60px);
        right: auto;
        right: initial;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 767px) {
      section.blue .link {
        width: 100%; } }
  section.blue .btn-white {
    position: absolute;
    bottom: -30px;
    right: 140px; }
  section.blue .address {
    font-size: 24px;
    line-height: 1.5;
    padding-left: 30px; }
    section.blue .address .icon {
      width: 22px;
      height: 37px;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center center; }
      section.blue .address .icon.phone {
        background-image: url(../img/icon-phone.svg);
        background-size: auto 21px; }
      section.blue .address .icon.location {
        background-image: url(../img/icon-location.svg);
        background-size: auto 24px; }
      section.blue .address .icon.mail {
        background-image: url(../img/icon-mail.svg);
        background-size: auto 16px; }
      @media (max-width: 1023px) {
        section.blue .address .icon {
          margin-right: 5px;
          height: 34px; } }
    section.blue .address a {
      color: #cfe873; }
    section.blue .address .text {
      margin-left: 10px;
      text-align: left; }
      @media (max-width: 479px) {
        section.blue .address .text {
          margin-left: -8px; } }
    section.blue .address .space {
      margin-top: 45px; }
      section.blue .address .space.description {
        margin-top: 20px; }
        section.blue .address .space.description .text {
          margin-left: 0;
          padding-right: 10px; }
          @media (max-width: 767px) {
            section.blue .address .space.description .text {
              padding-left: 0; } }
        @media (max-width: 1299px) {
          section.blue .address .space.description {
            margin-top: 0; } }
        @media (max-width: 767px) {
          section.blue .address .space.description {
            margin-top: 20px; } }
      @media (max-width: 1299px) {
        section.blue .address .space {
          margin-top: 0; } }
    @media (max-width: 1699px) {
      section.blue .address {
        padding-left: 75px; } }
    @media (max-width: 1023px) {
      section.blue .address {
        padding-left: 60px; } }
    @media (max-width: 479px) {
      section.blue .address {
        padding-left: 20px; } }
  @media (max-width: 479px) {
    section.blue {
      margin-bottom: 110px; } }

@media all and (min-width: 768px) {
  section.blue.animated .left, section.blue.animated .subtitle {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.blue.animated .address {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1); } }
  @media all and (min-width: 768px) and (max-width: 1299px) {
    section.blue.animated .address {
      transition-delay: .2s, .2s; } }

@media all and (min-width: 768px) {
  section.blue.animated .subtitle {
    transition-delay: .2s, .2s; }
  section.blue.animated .img {
    opacity: 1;
    margin-left: 0;
    transition: opacity 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1), margin 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); } }
  @media all and (min-width: 768px) and (max-width: 1299px) {
    section.blue.animated .img {
      margin-left: auto;
      margin-right: auto; } }

@media all and (min-width: 768px) {
  section.blue.animated .quote:before, section.blue.animated .quote .text, section.blue.animated .quote .icon, section.blue.animated .quote .author, section.blue.animated .note:before, section.blue.animated .note .text, section.blue.animated .note .icon, section.blue.animated .note .author {
    opacity: 1;
    transition: all .3s ease; }
  section.blue.animated .quote:before, section.blue.animated .note:before {
    transition-delay: .5s; }
  section.blue.animated .quote .text, section.blue.animated .note .text {
    transition-delay: .7s; }
  section.blue.animated .quote .icon, section.blue.animated .note .icon {
    transition-delay: .8s; }
  section.blue.animated .quote .author, section.blue.animated .note .author {
    transition-delay: 1s; }
  section.blue.animated .link {
    opacity: 1;
    transition: all .3s 1.2s ease; }
  section.blue.animated .title {
    opacity: .1;
    transition: all .3s ease; }
  section.blue.animated.big .text {
    opacity: 1;
    transition: all .5s .5s ease; }
  section.blue.animated .btn-white {
    opacity: 1;
    transform: none;
    transition: all .5s .7s ease; } }
  @media all and (min-width: 768px) and (max-width: 1299px) {
    section.blue.animated .btn-white {
      transform: translateX(-50%); } }

@media all and (min-width: 768px) {
  section.blue .left, section.blue .subtitle {
    transform: translateX(-50px);
    opacity: 0; }
  section.blue .img {
    opacity: 0;
    margin-left: -50px; }
  section.blue .quote:before, section.blue .quote .text, section.blue .quote .icon, section.blue .quote .author, section.blue .note:before, section.blue .note .text, section.blue .note .icon, section.blue .note .author {
    opacity: 0; }
  section.blue .link, section.blue .title {
    opacity: 0; }
  section.blue .address {
    opacity: 0;
    transform: translateX(50px); }
  section.blue .btn-white {
    opacity: 0;
    transform: translateY(-20px); }
  section.blue.big .text {
    opacity: 0; } }

@media (max-width: 1199px) {
  section.stories .container {
    padding: 0; } }

section.stories .slider {
  margin: 0 0px; }
  @media (max-width: 1299px) {
    section.stories .slider {
      margin: 0; } }

section.stories a {
  display: block;
  margin: 0 10px 60px 0;
  width: calc(25% - 60px);
  overflow: hidden;
  position: relative;
  background: #000; }
  section.stories a:last-child {
    margin-right: 0px; }
  @media (min-width: 1025px) {
    section.stories a:hover .bg {
      transform: translate(-50%, -50%) scale(1.1); } }
  section.stories a .inside {
    padding-bottom: 61%; }
    @media (max-width: 1023px) {
      section.stories a .inside {
        padding-bottom: 0;
        height: 350px; } }
    @media (max-width: 767px) {
      section.stories a .inside {
        height: 200px; } }
  section.stories a .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
    transition: all .3s ease; }
  section.stories a .title {
    position: absolute;
    top: 40px;
    left: 45px;
    width: 100%;
    padding-right: 45px;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 21px;
    color: #fff; }
    section.stories a .title:after {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      background: #cfe873;
      bottom: 0;
      left: 0; }
    @media (min-width: 1300px) {
      section.stories a .title {
        top: 20px;
        font-size: 33px; } }
    @media (max-width: 767px) {
      section.stories a .title {
        top: 20px;
        left: 20px;
        font-size: 24px; }
        section.stories a .title:after {
          width: 40px;
          height: 2px; } }
  section.stories a .action {
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 10px;
    left: 45px;
    width: calc(100% - 90px);
    color: #fff;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    padding-bottom: 30px; }
    section.stories a .action:after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 9px;
      background: url(../img/arrow.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    @media (min-width: 1300px) {
      section.stories a .action {
        bottom: 0;
        padding-top: 20px; } }
    @media (max-width: 767px) {
      section.stories a .action {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px; } }
  @media (max-width: 1299px) {
    section.stories a {
      margin-right: 15px;
      margin-left: 15px;
      width: 100%; } }
  @media (max-width: 1023px) {
    section.stories a {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    section.stories a {
      margin-left: 5px;
      margin-right: 5px; } }

@media all and (min-width: 768px) {
  section.stories.animated .slick-slide {
    opacity: 1;
    transition: all .5s .3s ease; }
    section.stories.animated .slick-slide + .slick-slide {
      transition-delay: .5s; }
      section.stories.animated .slick-slide + .slick-slide .title {
        transition-delay: .5s, .5s; }
        section.stories.animated .slick-slide + .slick-slide .title:after {
          transition-delay: .7s, .7s; }
      section.stories.animated .slick-slide + .slick-slide .action {
        transition-delay: .9s; }
      section.stories.animated .slick-slide + .slick-slide + .slick-slide {
        transition-delay: .7s; }
        section.stories.animated .slick-slide + .slick-slide + .slick-slide .title {
          transition-delay: .7s, .7s; }
          section.stories.animated .slick-slide + .slick-slide + .slick-slide .title:after {
            transition-delay: .9s, .9s; }
        section.stories.animated .slick-slide + .slick-slide + .slick-slide .action {
          transition-delay: 1.1s; }
    section.stories.animated .slick-slide .title {
      transform: none;
      opacity: 1;
      transition: transform 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      section.stories.animated .slick-slide .title:after {
        transform: none;
        opacity: 1;
        transition: transform 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.stories.animated .slick-slide .action {
      opacity: 1;
      transition: opacity .5s .5s ease; }
  section.stories .slick-slide {
    opacity: 0; }
  section.stories .title {
    transform: translateY(30px);
    opacity: 0; }
    section.stories .title:after {
      transform: translateY(20px);
      opacity: 0; }
  section.stories .action {
    opacity: 0; } }

section.code {
  padding-top: 75px; }
  section.code + section.blocks {
    margin-top: -30px; }
    @media (max-width: 479px) {
      section.code + section.blocks {
        margin-top: -20px; } }
  section.code:last-child {
    margin-bottom: 60px; }
    @media (max-width: 479px) {
      section.code:last-child {
        margin-bottom: 0; } }
  @media (max-width: 1199px) {
    section.code .container {
      padding: 0; } }
  section.code .inside {
    background: #f6f6f6;
    width: 100%;
    padding: 75px 20px; }
    @media (max-width: 479px) {
      section.code .inside {
        padding: 30px 20px 50px; } }
  section.code .btn {
    text-align: center; }
  section.code .field {
    margin: 70px auto 40px;
    width: 720px;
    position: relative;
    border: 1px solid #dedede;
    padding: 10px 0; }
    section.code .field ::-webkit-input-placeholder {
      color: #cdcdcd; }
    section.code .field ::-moz-placeholder {
      color: #cdcdcd; }
    section.code .field :-ms-input-placeholder {
      color: #cdcdcd; }
    section.code .field input:focus::-webkit-input-placeholder {
      opacity: 0 !important; }
    section.code .field input:focus::-moz-placeholder {
      opacity: 0 !important; }
    section.code .field input:focus:-ms-input-placeholder {
      opacity: 0 !important; }
    section.code .field input {
      -webkit-appearance: none;
      background: none;
      font-family: "L", Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #0fb3f0;
      font-size: 60px;
      width: 100%;
      border: 0;
      width: 25%;
      text-align: center; }
      @media (max-width: 767px) {
        section.code .field input {
          font-size: 36px; } }
      @media (max-width: 479px) {
        section.code .field input {
          font-size: 26px; } }
    @media (max-width: 1023px) {
      section.code .field {
        margin-top: 40px;
        width: 640px; } }
    @media (max-width: 767px) {
      section.code .field {
        width: 380px; } }
    @media (max-width: 479px) {
      section.code .field {
        width: 100%; } }
  @media (max-width: 1023px) {
    section.code h2 {
      font-size: 30px; } }
  @media (max-width: 479px) {
    section.code h2 {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    section.code {
      padding-top: 45px; } }

@media all and (min-width: 768px) {
  section.code.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.code.animated input {
    opacity: 1;
    transition: all .5s ease; }
    section.code.animated input:nth-child(1) {
      transition-delay: .5s; }
    section.code.animated input:nth-child(2) {
      transition-delay: .7s; }
    section.code.animated input:nth-child(3) {
      transition-delay: .9s; }
    section.code.animated input:nth-child(4) {
      transition-delay: 1.1s; }
  section.code h2 {
    transform: translateY(50px);
    opacity: 0; }
  section.code input {
    opacity: 0; } }

section.blocks .grid + .grid {
  margin: 0 -30px; }
  @media (max-width: 1699px) {
    section.blocks .grid + .grid {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    section.blocks .grid + .grid {
      margin: 0; } }

section.blocks h2 span {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  color: #f5f5f5;
  font-weight: 500;
  display: block;
  width: 100%; }
  @media (max-width: 1299px) {
    section.blocks h2 span {
      font-size: 135px;
      top: 75px; } }
  @media (max-width: 1023px) {
    section.blocks h2 span {
      font-size: 100px; } }
  @media (max-width: 767px) {
    section.blocks h2 span {
      font-size: 70px;
      top: 77px; } }
  @media (max-width: 479px) {
    section.blocks h2 span {
      font-size: 40px;
      top: 50px; } }

@media (max-width: 767px) {
  section.blocks h2.title {
    padding-top: 60px; } }

@media (max-width: 479px) {
  section.blocks h2.title {
    padding-top: 25px; } }

section.blocks a {
  display: block;
  text-align: center;
  padding: 0 30px; }
  @media (min-width: 1025px) {
    section.blocks a:hover .thumb .bg {
      transform: scale(1.1); }
    section.blocks a:hover .more {
      border-color: #00aeef;
      color: #00aeef; } }
  section.blocks a .thumb {
    padding-bottom: 67%;
    position: relative;
    overflow: hidden; }
    section.blocks a .thumb .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transition: all .2s ease; }
      section.blocks a .thumb .bg:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/gradient.png) no-repeat;
        background-size: 100%;
        background-position: bottom center; }
  section.blocks a .title {
    color: #000;
    font-size: 36px;
    position: relative;
    margin-bottom: 50px;
    margin-top: -20px;
    font-weight: 700; }
    section.blocks a .title:after {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      background: #cfe873;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1299px) {
      section.blocks a .title {
        font-size: 30px;
        padding: 0 20px; } }
  section.blocks a .more {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 180px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 16px 0 14px;
    color: #000;
    transition: all .2s ease; }
  @media (max-width: 1699px) {
    section.blocks a {
      padding: 0 15px; } }
  @media (max-width: 1023px) {
    section.blocks a {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    section.blocks a {
      margin-top: 30px !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

@media (max-width: 1023px) {
  section.blocks .col-12-sm:first-child a, section.blocks .col-12-sm:nth-child(2) a {
    margin-top: 0; } }

@media all and (min-width: 768px) {
  section.blocks.animated h2 span {
    opacity: 1;
    letter-spacing: 0px;
    transition: letter-spacing 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.blocks.animated a {
    opacity: 1;
    transition: all .5s ease; }
  section.blocks.animated .col-6-md a {
    transition-delay: .5s; }
  section.blocks.animated .col-6-md:nth-child(2) a {
    transition-delay: .7s; }
  section.blocks.animated .col-6-md:nth-child(3) a {
    transition-delay: .9s; }
  section.blocks.animated .col-6-md:nth-child(4) a {
    transition-delay: 1.1s; }
  section.blocks h2 span {
    letter-spacing: -10px;
    opacity: 0; }
  section.blocks a {
    opacity: 0; } }

section.split {
  background: #00aeef;
  position: relative;
  margin-top: 60px; }
  section.split.full {
    background: #000; }
  section.split + section.recent {
    margin-top: 110px; }
    @media (max-width: 479px) {
      section.split + section.recent {
        margin-top: 60px; } }
  section.split:last-child {
    margin-bottom: 130px; }
    @media (max-width: 479px) {
      section.split:last-child {
        margin-bottom: 60px; } }
  @media (max-width: 1299px) {
    section.split.q .img {
      width: 50%;
      height: 100%;
      position: absolute;
      padding-bottom: 0; } }
  @media (max-width: 479px) {
    section.split.q .img {
      width: 100%; } }
  section.split .img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0; }
    section.split .img.full {
      width: 100%;
      opacity: .5; }
    section.split .img h2 {
      display: none; }
    section.split .img .text {
      display: none; }
    @media (max-width: 1299px) {
      section.split .img {
        position: relative;
        width: 100%;
        padding-bottom: 50%; }
        section.split .img h2 {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block; } }
    @media (max-width: 767px) {
      section.split .img {
        padding-bottom: 75%; } }
    @media (max-width: 479px) {
      section.split .img h2 {
        font-size: 30px;
        width: 100%; } }
  section.split .quote:before {
    content: '';
    display: block;
    position: absolute;
    width: 61px;
    height: 39px;
    background: url(../img/quote.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media (max-width: 479px) {
      section.split .quote:before {
        width: 30px;
        height: 20px; } }
  section.split .quote .text {
    text-align: center;
    font-weight: 500;
    font-size: 60px;
    max-width: 1000px;
    color: #fff;
    margin: 0 auto;
    padding: 140px 0 130px;
    z-index: 1;
    position: relative; }
    section.split .quote .text .author {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: #80d7f7;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      text-align: left;
      line-height: 1.5;
      padding-left: 60px;
      margin-left: 20px; }
      section.split .quote .text .author.terms {
        color: #ffffff; }
      section.split .quote .text .author:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 3px;
        background: #80d7f7;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      section.split .quote .text .author span {
        color: #fff;
        display: block; }
      @media (max-width: 767px) {
        section.split .quote .text .author {
          display: block;
          margin: 40px auto 0;
          text-align: center;
          padding: 0; }
          section.split .quote .text .author:before {
            top: -20px;
            left: 50%;
            transform: translateX(-50%); } }
    @media (max-width: 1199px) {
      section.split .quote .text {
        max-width: 800px; } }
    @media (max-width: 1023px) {
      section.split .quote .text {
        max-width: 630px;
        font-size: 50px; } }
    @media (max-width: 767px) {
      section.split .quote .text {
        font-size: 36px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 479px) {
      section.split .quote .text {
        padding-top: 100px;
        font-size: 24px;
        line-height: 1.4; } }
  section.split .quote .author {
    position: absolute;
    z-index: 1; }
  section.split .quote.part:before {
    width: 50px;
    height: 50px;
    background-image: url(../img/plus.png); }
    @media (max-width: 767px) {
      section.split .quote.part:before {
        width: 25px;
        height: 25px; } }
    @media (max-width: 479px) {
      section.split .quote.part:before {
        top: -12px; } }
  section.split .quote.part .text {
    text-align: left;
    max-width: 702px;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 1299px) {
      section.split .quote.part .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        max-width: 900px;
        width: 100%; } }
    @media (max-width: 1023px) {
      section.split .quote.part .text {
        max-width: 100%;
        padding: 55px 75px; } }
    @media (max-width: 767px) {
      section.split .quote.part .text {
        padding: 30px; } }
  section.split .quote.part .desc {
    color: #b7e4e7;
    font-size: 24px;
    line-height: 1.5;
    padding: 55px; }
    section.split .quote.part .desc p + p {
      padding-top: 20px; }
    section.split .quote.part .desc strong {
      color: #fff;
      font-weight: 300; }
    @media (max-width: 1299px) {
      section.split .quote.part .desc {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      section.split .quote.part .desc {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 479px) {
      section.split .quote.part .desc {
        font-size: 16px;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0; } }
  section.split .quote.plus:before {
    width: 50px;
    height: 50px;
    background-image: url(../img/plus.png); }
    @media (max-width: 767px) {
      section.split .quote.plus:before {
        width: 25px;
        height: 25px; } }
    @media (max-width: 479px) {
      section.split .quote.plus:before {
        top: -12px; } }
  section.split .quote.advert .text .advert-text p {
    margin-top: 20px;
    font-size: 35px; }
  section.split .quote.advert .text .advert-text a {
    color: #fff; }
  section.split .quote.none:before {
    width: 0px;
    height: 0px;
    background-image: none; }
    @media (max-width: 767px) {
      section.split .quote.none:before {
        width: 0px;
        height: 0px; } }
    @media (max-width: 479px) {
      section.split .quote.none:before {
        top: 0px; } }
  section.split .btn-white {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%); }
    @media (max-width: 479px) {
      section.split .btn-white {
        width: calc(100% - 40px); } }
  section.split .slick-dots {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%); }
    section.split .slick-dots li {
      display: block; }
      section.split .slick-dots li + li {
        margin-top: 10px; }
      section.split .slick-dots li.slick-active button::after {
        opacity: 1; }
      section.split .slick-dots li button {
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        background: none;
        font-size: 0;
        border: 0;
        cursor: pointer; }
        section.split .slick-dots li button:after {
          content: '';
          display: block;
          position: absolute;
          width: 2px;
          height: 20px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all .3s ease;
          opacity: 0.4;
          background: #fff; }
    @media (max-width: 1365px) {
      section.split .slick-dots {
        right: 50px; } }
    @media (max-width: 767px) {
      section.split .slick-dots {
        right: auto;
        right: initial;
        top: auto;
        top: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px; }
        section.split .slick-dots li {
          display: inline-block;
          vertical-align: top; }
          section.split .slick-dots li + li {
            margin-top: 0;
            margin-left: 10px; }
          section.split .slick-dots li button:after {
            width: 100%;
            height: 2px; } }
  section.split h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    text-align: center;
    padding: 55px 0; }
    @media (max-width: 1299px) {
      section.split h2 {
        font-size: 60px;
        display: none; } }
  section.split h3 {
    color: #fff;
    font-size: 30px;
    display: block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 700; }
    section.split h3:after {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      background: #fff;
      bottom: 0;
      left: 0; }
    @media (max-width: 1299px) {
      section.split h3 {
        padding-bottom: 25px;
        margin-bottom: 25px; } }
    @media (max-width: 479px) {
      section.split h3 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        section.split h3:after {
          width: 40px;
          height: 2px; } }
  section.split .content {
    padding: 55px 70px;
    color: #000;
    font-size: 18px; }
    section.split .content.white {
      font-size: 24px;
      color: #b7e4e7; }
      section.split .content.white p {
        padding-bottom: 50px; }
        @media (max-width: 1299px) {
          section.split .content.white p {
            padding-bottom: 35px; } }
        @media (max-width: 479px) {
          section.split .content.white p {
            padding-bottom: 15px; } }
    section.split .content p {
      padding-bottom: 30px;
      line-height: 1.5; }
      section.split .content p:last-child {
        padding-bottom: 0; }
      section.split .content p + h3 {
        margin-top: 10px; }
      @media (max-width: 1299px) {
        section.split .content p {
          font-size: 18px; } }
      @media (max-width: 479px) {
        section.split .content p {
          font-size: 16px;
          padding-bottom: 15px; } }
    @media (max-width: 1299px) {
      section.split .content {
        padding: 30px; }
        section.split .content.column {
          column-count: 2;
          column-gap: 60px; } }
    @media (max-width: 767px) {
      section.split .content {
        padding-left: 0;
        padding-right: 0; }
        section.split .content.column {
          column-count: 1; } }
  section.split .content-under-btn {
    position: absolute;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    opacity: 0;
    transition: transform 0.5s 0.6s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    margin-top: 60px;
    font-size: 20px;
    text-align: center; }
  @media (max-width: 479px) {
    section.split {
      margin-top: 30px; } }

@media all and (min-width: 768px) {
  section.split.animated .img {
    opacity: 1;
    transition: all .5s .5s ease; }
    section.split.animated .img.full {
      opacity: .7; }
  section.split.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.7s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.7s cubic-bezier(0.7, 0, 0.3, 1); } }
  @media all and (min-width: 768px) and (max-width: 1299px) {
    section.split.animated h2 {
      transform: translate(-50%, -50%); } }

@media all and (min-width: 768px) {
  section.split.animated .btn-white {
    transform: translateY(50%) translateX(-50%);
    opacity: 1;
    transition: transform 0.5s 0.6s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
  section.split.animated .quote:before {
    opacity: 1;
    transition: all .5s .7s ease; }
  section.split.animated .quote .text {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); } }

@media all and (min-width: 768px) and (max-width: 1299px) {
  section.split.animated .quote.part .text {
    transform: translate(-50%, -50%); } }

@media all and (min-width: 768px) {
  section.split.animated .quote.part .desc {
    opacity: 1;
    transition: all .5s ease; }
  section.split.animated .content {
    opacity: 1;
    transition: all .5s ease; }
  section.split.animated .content-under-btn {
    transform: translateY(50%) translateX(-50%);
    opacity: 1; }
  section.split h2 {
    transform: translateY(50px);
    opacity: 0; }
  section.split .img, section.split .content {
    opacity: 0; }
  section.split .btn-white {
    transform: translateY(0) translateX(-50%);
    opacity: 0; }
  section.split .quote:before {
    opacity: 0; }
  section.split .quote.part .desc {
    opacity: 0; }
  section.split .quote .text {
    transform: translateY(50px);
    opacity: 0; } }

body.camberwell section.split .quote .text {
  font-size: 40px; }
  @media (max-width: 1023px) {
    body.camberwell section.split .quote .text {
      font-size: 30px; } }
  @media (max-width: 767px) {
    body.camberwell section.split .quote .text {
      font-size: 30px; } }
  @media (max-width: 479px) {
    body.camberwell section.split .quote .text {
      font-size: 24px;
      padding: 100px 20px 50px;
      line-height: 1; } }

section.recent .grid + .grid {
  margin: 0 -30px; }
  @media (max-width: 1299px) {
    section.recent .grid + .grid {
      margin: 0 -15px; } }

section.recent .btn {
  text-align: center; }

section.recent .block {
  margin: 0 30px 60px;
  display: block;
  text-align: center;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  position: relative; }
  @media (min-width: 1025px) {
    section.recent .block:hover .thumb .bg {
      transform: scale(1.1); }
    section.recent .block:hover .title {
      color: #00aeef; } }
  section.recent .block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 9px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 100%;
    background-position: center center; }
    @media (max-width: 479px) {
      section.recent .block:after {
        bottom: 20px; } }
  section.recent .block.big {
    box-shadow: none;
    position: relative;
    overflow: hidden; }
    section.recent .block.big .thumb .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0; }
    section.recent .block.big .title {
      position: relative;
      z-index: 1;
      color: #fff;
      padding-top: 27.8%; }
      @media (max-width: 1699px) {
        section.recent .block.big .title {
          padding-top: 29%; } }
      @media (max-width: 1023px) {
        section.recent .block.big .title {
          font-size: 36px; } }
      @media (max-width: 479px) {
        section.recent .block.big .title {
          font-size: 24px; } }
    @media (max-width: 1023px) {
      section.recent .block.big {
        margin-bottom: 30px; } }
  section.recent .block .thumb {
    overflow: hidden; }
    section.recent .block .thumb .bg {
      padding-bottom: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transition: all .3s ease; }
  section.recent .block .title {
    font-size: 36px;
    color: #484848;
    font-weight: 700;
    padding: 40px 10px 80px;
    transition: all .2s ease; }
    @media (max-width: 1299px) {
      section.recent .block .title {
        font-size: 30px; } }
    @media (max-width: 479px) {
      section.recent .block .title {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 45px; } }
  @media (max-width: 1299px) {
    section.recent .block {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    section.recent .block {
      margin-bottom: 30px; } }

@media all and (min-width: 768px) {
  section.recent.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.recent.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.recent.animated .block {
    opacity: 1;
    transform: none !important;
    transition: transform 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.recent.animated .block.big {
      transition-delay: 0s; }
  section.recent h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.recent h2:before {
      max-height: 0; }
  section.recent .block {
    opacity: 0; }
  section.recent .order-2-xs .block {
    transform: translateX(50px); }
  section.recent .order-3-xs .block {
    transform: translateX(-50px); } }

section.clinics {
  position: relative;
  margin-top: 60px; }
  section.clinics a {
    display: block; }
    @media (min-width: 1025px) {
      section.clinics a:hover .thumb .bg {
        transform: scale(1.1); }
      section.clinics a:hover .title {
        color: #00aeef; } }
    section.clinics a:not(.slick-active) .thumb .bg {
      opacity: .5; }
    section.clinics a:not(.slick-active) .title {
      opacity: 0; }
    section.clinics a .thumb {
      background: #000000;
      overflow: hidden; }
      section.clinics a .thumb .bg {
        padding-bottom: 66%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all .3s ease; }
    section.clinics a .title {
      font-size: 13px;
      text-transform: uppercase;
      color: #211f1f;
      text-align: center;
      padding: 18px;
      border-bottom: 1px solid #e8e8e8;
      margin-left: 5px;
      margin-right: 5px;
      transition: all .2s ease; }
  section.clinics .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arrow-slider.svg);
    width: 24px;
    height: 22px;
    margin-top: -20px; }
    section.clinics .slick-arrow.slick-next {
      right: 50px; }
      @media (max-width: 1699px) {
        section.clinics .slick-arrow.slick-next {
          right: 30px; } }
      @media (max-width: 767px) {
        section.clinics .slick-arrow.slick-next {
          right: 8px; } }
    section.clinics .slick-arrow.slick-prev {
      left: 50px;
      transform: translateY(-50%) scaleX(-1); }
      @media (max-width: 1699px) {
        section.clinics .slick-arrow.slick-prev {
          left: 30px; } }
      @media (max-width: 767px) {
        section.clinics .slick-arrow.slick-prev {
          left: 8px; } }
    @media (max-width: 767px) {
      section.clinics .slick-arrow {
        width: 12px;
        height: 12px; } }
  @media (max-width: 1023px) {
    section.clinics {
      margin-top: 30px; } }

.contact-details-inside {
  text-align: center; }

.google-review {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001; }
  .google-review img {
    max-width: 220px; }
  @media (max-width: 768px) {
    .google-review {
      left: 50%;
      transform: translate(-50%); }
      .google-review img {
        max-width: 130px; } }

.under-intro {
  margin-top: 100px; }
  .under-intro .book {
    margin-right: 20px;
    margin-bottom: 20px; }
    .under-intro .book:last-child {
      margin-right: 0; }
  @media (max-width: 479px) {
    .under-intro {
      margin-top: 80px; }
      .under-intro .book {
        margin-bottom: 15px;
        margin-right: 0; } }

@media all and (min-width: 768px) {
  section.clinics.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.clinics.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.clinics.animated .slider {
    opacity: 1;
    transition: all .5s .3s ease; }
  section.clinics h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.clinics h2:before {
      max-height: 0; }
  section.clinics .slider {
    opacity: 0; } }

.clinic-popup {
  animation: fadeIn ease 1s forwards;
  display: block !important;
  position: fixed;
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  top: 0px; }
  .clinic-popup .clinic-popup-inner {
    max-width: 95%;
    width: 600px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    font-size: 22px;
    line-height: 1.1;
    text-align: center; }
    .clinic-popup .clinic-popup-inner h1 {
      font-size: 50px;
      line-height: 1.2;
      letter-spacing: -1px;
      margin-bottom: 15px; }
    .clinic-popup .clinic-popup-inner h2 {
      line-height: 1.2; }
    .clinic-popup .clinic-popup-inner .small {
      font-size: 16px; }
    .clinic-popup .clinic-popup-inner p + p, .clinic-popup .clinic-popup-inner h1 + p, .clinic-popup .clinic-popup-inner h2 + p {
      margin-top: 20px; }
    .clinic-popup .clinic-popup-inner strong, .clinic-popup .clinic-popup-inner b {
      color: #cfe873; }
  .clinic-popup.green .clinic-popup-inner {
    background-color: #cfe873;
    color: #484848; }
    .clinic-popup.green .clinic-popup-inner strong, .clinic-popup.green .clinic-popup-inner b {
      color: #fff; }
  .clinic-popup.blue .clinic-popup-inner {
    background-color: #00aeef;
    color: #484848; }
    .clinic-popup.blue .clinic-popup-inner strong, .clinic-popup.blue .clinic-popup-inner b {
      color: #fff; }
  .clinic-popup .close-popup {
    right: -40px;
    top: -45px;
    position: absolute;
    font-size: 25px;
    padding: 5px 18px 11px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer; }
  .clinic-popup.hide {
    animation: fadeOut ease 1s forwards;
    visibility: hidden;
    transition: visibility 2s linear; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

section.contact-form {
  margin-top: -30px; }
  @media (max-width: 1023px) {
    section.contact-form h2 {
      padding-bottom: 10px; } }

@media all and (min-width: 768px) {
  section.contact-form.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.contact-form.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.contact-form.animated form {
    opacity: 1;
    transition: all .5s .3s ease; }
  section.contact-form h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.contact-form h2:before {
      max-height: 0; }
  section.contact-form form {
    opacity: 0; } }

section.sepa {
  margin-top: -135px; }
  section.sepa + section.articles, section.sepa + section.team {
    margin-top: -30px; }
    @media (max-width: 767px) {
      section.sepa + section.articles, section.sepa + section.team {
        margin-top: 30px; } }
  @media (max-width: 1023px) {
    section.sepa .col-12-md:first-child .inside {
      padding-bottom: 0; } }
  section.sepa .grid {
    background: #211f1f;
    color: #fff;
    font-size: 18px;
    line-height: 1.8; }
    @media (max-width: 479px) {
      section.sepa .grid {
        font-size: 16px; } }
  section.sepa .inside {
    padding: 60px; }
    @media (max-width: 1023px) {
      section.sepa .inside {
        padding: 30px; } }
    @media (max-width: 479px) {
      section.sepa .inside {
        padding: 20px; } }
  @media (max-width: 767px) {
    section.sepa .container {
      padding: 0; } }
  @media (max-width: 767px) {
    section.sepa {
      margin-top: -15px; } }

@media all and (min-width: 768px) {
  section.sepa.animated .grid {
    background: #211f1f;
    transition: all .5s ease; }
  section.sepa.animated .col-12-md .inside {
    transform: none !important;
    opacity: 1 !important;
    transition: transform 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  section.sepa .grid {
    background: transparent; }
  section.sepa .col-12-md:first-child .inside {
    transform: translateX(-50px);
    opacity: 0; }
  section.sepa .col-12-md:last-child .inside {
    transform: translateX(50px);
    opacity: 0; } }

@media (max-width: 767px) {
  section.articles .articles-grid {
    flex-direction: column-reverse; } }

section.articles .heading {
  margin: 0 -20px 35px; }
  section.articles .heading + .grid {
    margin: 0 -20px; }
    @media (max-width: 1299px) {
      section.articles .heading + .grid {
        margin: 0 -15px; } }
  section.articles .heading .left {
    width: calc(20% - 40px);
    margin: 0 20px; }
    @media (max-width: 1299px) {
      section.articles .heading .left {
        display: none; } }
  section.articles .heading .middle {
    width: calc(60% - 40px);
    text-align: center;
    margin: 0 20px; }
    section.articles .heading .middle h2 {
      padding-bottom: 20px;
      padding-top: 85px;
      pointer-events: none; }
      @media (max-width: 767px) {
        section.articles .heading .middle h2 {
          padding-top: 60px; } }
    section.articles .heading .middle .subtitle {
      font-size: 16px;
      color: #999999;
      padding: 0 20px;
      line-height: 1.5; }
    @media (max-width: 1299px) {
      section.articles .heading .middle {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  section.articles .heading .right {
    width: calc(20% - 40px);
    margin: 0 20px; }
    @media (max-width: 1299px) {
      section.articles .heading .right {
        display: none; } }

section.articles .btn a {
  border: 1px solid #eaeaea;
  background: none;
  box-shadow: none;
  color: #211f1f;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 13px;
  text-align: left;
  transition: all .3s ease; }
  @media (min-width: 1025px) {
    section.articles .btn a:hover {
      border-color: #00aeef; } }
  section.articles .btn a:before {
    display: none; }
  section.articles .btn a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 10px;
    left: auto;
    left: initial;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/arrow-right.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    border: 0;
    opacity: 1 !important; }

@media (max-width: 1299px) {
  section.articles .btn {
    width: calc(33% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  section.articles .btn {
    width: 100%;
    text-align: center; } }

section.articles .article-list {
  display: flex; }

@media (min-width: 1025px) {
  section.articles a.block:hover {
    border-top-color: #00aeef; }
    section.articles a.block:hover .title {
      color: #00aeef; }
    section.articles a.block:hover .bg {
      opacity: 0.6; }
    section.articles a.block:hover .more {
      background: #00aeef;
      color: #fff;
      box-shadow: none; } }

section.articles .block {
  margin: 0 15px 30px;
  width: calc(25% - 30px);
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  transition: all .3s ease; }
  section.articles .block.video .title {
    pointer-events: none; }
  section.articles .block.video .bg {
    cursor: pointer;
    opacity: 1; }
    @media (min-width: 1025px) {
      section.articles .block.video .bg:hover:before {
        transform: translate(-50%, -50%) scale(1.1); } }
    section.articles .block.video .bg:before {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #00aeef;
      border-radius: 50%;
      transition: all .3s ease; }
    section.articles .block.video .bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(../img/video-play.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      width: 13px;
      height: 18px;
      margin-left: 1px; }
  section.articles .block.play .bg {
    opacity: 0;
    visibility: hidden; }
  section.articles .block .title {
    min-height: 130px;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    padding: 0 25px;
    line-height: 1.2;
    transition: all .3s ease;
    position: relative;
    z-index: 9; }
    @media (max-width: 1699px) {
      section.articles .block .title {
        padding: 0 20px; } }
    @media (max-width: 1299px) {
      section.articles .block .title {
        min-height: 75px;
        padding: 0; } }
    @media (max-width: 1023px) {
      section.articles .block .title {
        min-height: 95px; } }
    @media (max-width: 767px) {
      section.articles .block .title {
        min-height: auto;
        min-height: initial;
        padding-bottom: 20px; } }
  section.articles .block .thumb {
    margin-top: -74px;
    position: relative;
    z-index: 0; }
    section.articles .block .thumb .bg {
      opacity: 1;
      padding-bottom: 75%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 2;
      transition: all .3s ease; }
      section.articles .block .thumb .bg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/gradient-top.png) no-repeat;
        background-size: 100%;
        background-position: top center; }
    section.articles .block .thumb iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    @media (max-width: 1299px) {
      section.articles .block .thumb {
        margin-top: 0; } }
  section.articles .block .more {
    text-align: center;
    color: #211f1f;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 17px 0 15px;
    box-shadow: 0 5px 10px rgba(194, 194, 194, 0.2);
    width: calc(100% - 60px);
    margin: -22px auto 0;
    position: relative;
    z-index: 9;
    background: #fff;
    transition: all .3s ease; }
  @media (max-width: 1299px) {
    section.articles .block {
      width: calc(33% - 30px);
      margin-left: 15px;
      margin-right: 15px; }
      section.articles .block:nth-child(4), section.articles .block:nth-child(5) {
        display: none; } }
  @media (max-width: 767px) {
    section.articles .block {
      width: 100%;
      padding-top: 20px; } }

@media all and (min-width: 768px) {
  section.articles.animated h2, section.articles.animated .subtitle {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.articles.animated h2:before, section.articles.animated .subtitle:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.articles.animated .subtitle {
    transition-delay: .3s, .3s; }
  section.articles.animated .btn {
    opacity: 1;
    transition: all .5s .5s ease; }
  section.articles.animated .block {
    opacity: 1;
    transition: all .5s .5s ease; }
    section.articles.animated .block:nth-child(2) {
      transition-delay: .6s; }
    section.articles.animated .block:nth-child(3) {
      transition-delay: .7s; }
    section.articles.animated .block:nth-child(4) {
      transition-delay: .8s; }
    section.articles.animated .block:nth-child(5) {
      transition-delay: .9s; }
  section.articles h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.articles h2:before {
      max-height: 0; }
  section.articles .subtitle {
    transform: translateY(20px);
    opacity: 0; }
  section.articles .btn, section.articles .block {
    opacity: 0; } }

.sidebar {
  width: calc(100% - 30px);
  margin-left: 20px;
  background: #fff;
  padding: 25px 30px 30px;
  box-shadow: 0 11px 11px 6px rgba(0, 0, 0, 0.03); }
  .sidebar h2 {
    font-size: 28px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left; }
  .sidebar ul.tag-list {
    margin-left: 0; }
    .sidebar ul.tag-list li {
      display: block;
      position: relative;
      color: #211f1f;
      font-size: 18px;
      line-height: 1.4;
      padding-left: 25px; }
      .sidebar ul.tag-list li + li {
        margin-top: 5px; }
      .sidebar ul.tag-list li:before {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 10px;
        left: 0;
        border-radius: 50%;
        background: #cfe873; }
      @media (max-width: 479px) {
        .sidebar ul.tag-list li {
          font-size: 16px; } }
  @media (max-width: 768px) {
    .sidebar {
      padding: 20px;
      margin-top: 20px; }
      .sidebar h2 {
        font-size: 20px; } }

section.team {
  padding-top: 100px;
  position: relative;
  margin-top: 60px; }
  section.team + section.team {
    padding-top: 40px;
    margin-top: 10px; }
    section.team + section.team:before {
      height: 30px; }
  section.team.slider {
    padding-top: 55px;
    padding-bottom: 30px; }
    section.team.slider:before {
      display: none; }
    @media (max-width: 479px) {
      section.team.slider h2 {
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media (max-width: 479px) {
      section.team.slider .member .name {
        font-size: 24px; } }
    section.team.slider .slick-arrow {
      position: absolute;
      bottom: 0px; }
      section.team.slider .slick-arrow.slick-prev {
        left: 160px;
        transform: scaleX(-1); }
        @media (max-width: 1699px) {
          section.team.slider .slick-arrow.slick-prev {
            left: 117px; } }
        @media (max-width: 1023px) {
          section.team.slider .slick-arrow.slick-prev {
            left: 115px; } }
      section.team.slider .slick-arrow.slick-next {
        right: 160px; }
        @media (max-width: 1699px) {
          section.team.slider .slick-arrow.slick-next {
            right: 117px; } }
        @media (max-width: 1023px) {
          section.team.slider .slick-arrow.slick-next {
            right: 115px; } }
    section.team.slider .slick-dots {
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
      section.team.slider .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px; }
        section.team.slider .slick-dots li.slick-active button:before {
          background: #00aeef; }
      section.team.slider .slick-dots button {
        display: block;
        width: 20px;
        height: 20px;
        background: none;
        border: 0;
        font-size: 0;
        cursor: pointer;
        position: relative; }
        section.team.slider .slick-dots button:before {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #d5d5d5;
          transition: all .3s ease; }
      @media (max-width: 767px) {
        section.team.slider .slick-dots {
          display: none !important; } }
  section.team.header {
    padding-top: 130px; }
    section.team.header .member {
      border-bottom: 1px solid #eaeaea; }
    @media (max-width: 1023px) {
      section.team.header {
        padding-top: 160px; } }
  @media (max-width: 767px) {
    section.team.header, section.team.header + section.team {
      padding-top: 120px !important; }
      section.team.header .member, section.team.header + section.team .member {
        width: 100% !important;
        border-bottom: 1px solid #eaeaea; }
        section.team.header .member .name, section.team.header .member .title, section.team.header + section.team .member .name, section.team.header + section.team .member .title {
          font-size: 24px; }
        section.team.header .member .bio, section.team.header + section.team .member .bio {
          margin-bottom: 5px;
          text-align: center;
          padding-bottom: 0; }
        section.team.header .member .heading:after, section.team.header + section.team .member .heading:after {
          width: 40px;
          height: 2px;
          bottom: -10px; } }
  @media (max-width: 479px) {
    section.team.header .member .heading, section.team.header + section.team .member .heading {
      bottom: -50px; }
      section.team.header .member .heading:after, section.team.header + section.team .member .heading:after {
        bottom: -5px; }
    section.team.header .member .name, section.team.header + section.team .member .name {
      padding-bottom: 0; }
    section.team.header .member .bio, section.team.header + section.team .member .bio {
      padding: 0;
      font-size: 16px; } }
  @media (max-width: 479px) {
    section.team.header {
      padding-top: 85px !important; } }
  @media (max-width: 767px) {
    section.team.header + section.team {
      padding-top: 0 !important; } }
  section.team:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 60px;
    background: #00aeef;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  section.team.five .member {
    width: calc(20% - 60px); }
    @media (max-width: 1699px) {
      section.team.five .member {
        width: calc(20% - 30px);
        margin: 15px 15px 0; } }
    @media (max-width: 1299px) {
      section.team.five .member {
        width: calc(25% - 30px); } }
    @media (max-width: 1023px) {
      section.team.five .member {
        width: calc(33% - 30px);
        margin-top: 30px; } }
    @media (max-width: 479px) {
      section.team.five .member {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 20px; } }
  section.team > span {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    z-index: 0;
    font-weight: 500;
    color: #f5f5f5;
    font-size: 160px;
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media (max-width: 1299px) {
      section.team > span {
        font-size: 100px;
        top: 70px; } }
    @media (max-width: 1023px) {
      section.team > span {
        max-width: 80%;
        font-size: 88px;
        top: 50px;
        line-height: 0.9; } }
    @media (max-width: 767px) {
      section.team > span {
        font-size: 60px; } }
    @media (max-width: 479px) {
      section.team > span {
        font-size: 40px; } }
  section.team .grid {
    margin: 0 -30px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1699px) {
      section.team .grid {
        margin: 0 -15px; } }
    @media (max-width: 479px) {
      section.team .grid {
        margin: 0 -5px; } }
  section.team h2 {
    margin-bottom: 20px; }
  @media (min-width: 1025px) {
    section.team a.member:hover .thumb .bg {
      transform: scale(1.1) translateY(-3.7%); }
    section.team a.member:hover .more {
      background: #00aeef;
      color: #fff;
      border-color: #00aeef; } }
  section.team .member {
    display: block;
    margin: 30px 30px 0;
    padding-bottom: 20px;
    width: calc(25% - 60px);
    overflow: hidden; }
    section.team .member .heading {
      position: absolute;
      padding-bottom: 30px;
      z-index: 9;
      bottom: -70px;
      left: 0;
      width: 100%; }
      section.team .member .heading:after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 3px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #cfe873; }
        @media (max-width: 479px) {
          section.team .member .heading:after {
            width: 30px;
            height: 2px;
            bottom: 10px; } }
      @media (max-width: 767px) {
        section.team .member .heading {
          padding-bottom: 15px;
          bottom: -55px; } }
      @media (max-width: 479px) {
        section.team .member .heading {
          bottom: -60px; } }
    section.team .member .name {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      color: #000;
      margin-top: -15px;
      position: relative;
      z-index: 1;
      padding: 0 30px; }
      @media (max-width: 767px) {
        section.team .member .name {
          font-size: 21px;
          padding: 0 20px 10px; } }
      @media (max-width: 479px) {
        section.team .member .name {
          font-size: 18px;
          padding: 0 2px 20px; } }
    section.team .member .title {
      font-size: 25px;
      font-weight: 700;
      text-align: center;
      color: #979797;
      position: relative;
      z-index: 1;
      margin-top: 5px; }
    section.team .member .thumb {
      position: relative;
      z-index: 0;
      margin-bottom: 100px; }
      section.team .member .thumb .bg {
        padding-bottom: 75%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 2;
        transition: all .3s ease; }
        section.team .member .thumb .bg:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(../img/gradient.png) no-repeat;
          background-size: 100%;
          background-position: bottom center; }
      @media (max-width: 767px) {
        section.team .member .thumb {
          margin-bottom: 85px; } }
      @media (max-width: 479px) {
        section.team .member .thumb {
          margin-bottom: 70px; } }
    section.team .member .bio {
      font-size: 16px;
      color: #000;
      line-height: 1.5;
      padding: 0 30px 30px;
      position: relative; }
    @media (max-width: 1299px) {
      section.team .member {
        margin: 15px 15px 0;
        width: calc(25% - 30px); } }
    @media (max-width: 1023px) {
      section.team .member {
        width: calc(50% - 30px);
        margin-top: 30px; } }
  section.team .more {
    text-align: center;
    color: #211f1f;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 17px 0 15px;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    background: #fff;
    border: 1px solid #eaeaea;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      section.team .more {
        max-width: 100%; } }

@media (max-width: 1023px) {
  .accordion {
    padding: 30px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eaeaea; }
    .accordion:before {
      display: none !important; }
    .accordion.active .acc-body {
      display: flex; }
    .accordion.active h2 {
      color: #00aeef; }
      .accordion.active h2:after {
        background-image: url(../img/arrow-dropdown-blue.svg);
        transform: translateY(-50%) scaleY(-1); }
    .accordion h2 {
      margin-bottom: 0 !important; }
      .accordion h2:after {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 8px;
        background: url(../img/arrow-dropdown-black.svg) no-repeat;
        background-size: 100%;
        background-position: center center;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }

@media (max-width: 767px) {
  .accordion h2 {
    font-size: 24px;
    text-align: left; } }

@media (max-width: 479px) {
  .accordion {
    padding: 17px 0 !important; }
    .accordion h2 {
      font-size: 18px; } }

@media (max-width: 1023px) {
  .acc-heading {
    margin: 0 !important; } }

@media (max-width: 1023px) {
  .acc-body .member {
    width: calc(33% - 30px) !important; } }

@media (max-width: 767px) {
  .acc-body .member {
    width: calc(50% - 30px) !important; } }

@media (max-width: 479px) {
  .acc-body .member {
    width: calc(50% - 10px) !important; } }

@media (max-width: 1023px) {
  .acc-body {
    display: none;
    padding-top: 40px; } }

@media (max-width: 479px) {
  .acc-body {
    padding-top: 0; } }

@media all and (min-width: 768px) {
  section.team:before {
    max-height: 0; }
  section.team.animated:before {
    max-height: 50px;
    transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.team.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.team.animated .member {
    opacity: 1;
    transition: all .5s ease; }
    section.team.animated .member:nth-child(1) {
      transition-delay: 0.2s; }
    section.team.animated .member:nth-child(2) {
      transition-delay: 0.3s; }
    section.team.animated .member:nth-child(3) {
      transition-delay: 0.4s; }
    section.team.animated .member:nth-child(4) {
      transition-delay: 0.5s; }
    section.team.animated .member:nth-child(5) {
      transition-delay: 0.6s; }
    section.team.animated .member:nth-child(6) {
      transition-delay: 0.7s; }
    section.team.animated .member:nth-child(7) {
      transition-delay: 0.8s; }
    section.team.animated .member:nth-child(8) {
      transition-delay: 0.9s; }
    section.team.animated .member:nth-child(9) {
      transition-delay: 1s; }
    section.team.animated .member:nth-child(10) {
      transition-delay: 1.1s; }
    section.team.animated .member:nth-child(11) {
      transition-delay: 1.2s; }
    section.team.animated .member:nth-child(12) {
      transition-delay: 1.3s; }
    section.team.animated .member:nth-child(13) {
      transition-delay: 1.4s; }
    section.team.animated .member:nth-child(14) {
      transition-delay: 1.5s; }
    section.team.animated .member:nth-child(15) {
      transition-delay: 1.6s; }
    section.team.animated .member:nth-child(16) {
      transition-delay: 1.7s; }
    section.team.animated .member:nth-child(17) {
      transition-delay: 1.8s; }
    section.team.animated .member:nth-child(18) {
      transition-delay: 1.9s; }
    section.team.animated .member:nth-child(19) {
      transition-delay: 2s; }
    section.team.animated .member:nth-child(20) {
      transition-delay: 2.1s; }
  section.team h2 {
    transform: translateY(50px);
    opacity: 0; }
  section.team .member {
    opacity: 0; } }

section.content-split + section.content {
  padding-top: 60px;
  border-top: 1px solid #eaeaea; }
  @media (max-width: 479px) {
    section.content-split + section.content {
      padding-top: 30px;
      margin-top: 30px; } }

section.content-split h3 {
  text-align: right;
  padding-right: 55px;
  font-size: 30px;
  font-weight: 700;
  color: #00aeef; }
  @media (max-width: 1023px) {
    section.content-split h3 {
      text-align: left;
      padding-right: 0; } }
  @media (max-width: 479px) {
    section.content-split h3 {
      font-size: 20px; } }

section.content-split .inside {
  margin: 30px 0;
  padding-left: 55px;
  border-left: 1px solid #eaeaea;
  color: #484848;
  font-size: 18px;
  line-height: 1.5; }
  section.content-split .inside a {
    color: #00aeef; }
  @media (max-width: 1023px) {
    section.content-split .inside {
      padding-left: 0;
      margin: 0;
      margin-top: 25px;
      border: 0; } }
  @media (max-width: 479px) {
    section.content-split .inside {
      font-size: 16px;
      margin: 15px 0 0; } }

.additonal-privacy {
  margin-top: 40px; }
  .additonal-privacy:first-child {
    margin-top: 0; }

section.content {
  margin-top: 60px; }
  section.content:last-child {
    margin-bottom: 60px; }
    @media (max-width: 479px) {
      section.content:last-child {
        margin-bottom: 30px; } }
  section.content.alt p {
    color: #211f1f; }
    section.content.alt p + h3 {
      margin-top: 50px; }
    section.content.alt p + ul, section.content.alt p + ol {
      margin-top: 25px; }
      section.content.alt p + ul + p, section.content.alt p + ol + p {
        margin-top: 25px; }
  section.content.alt h3 + p, section.content.alt h3 + ul, section.content.alt h3 + ol {
    padding-top: 25px; }
  section.content.alt ul {
    margin-left: 0; }
    section.content.alt ul + h3 {
      margin-top: 50px; }
    section.content.alt ul li {
      display: block;
      position: relative;
      color: #211f1f;
      font-size: 18px;
      line-height: 1.4;
      padding-left: 25px; }
      section.content.alt ul li + li {
        margin-top: 5px; }
      section.content.alt ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 10px;
        left: 0;
        border-radius: 50%;
        background: #cfe873; }
      @media (max-width: 479px) {
        section.content.alt ul li {
          font-size: 16px; } }
  section.content.alt ol {
    counter-reset: counter;
    margin-left: 0; }
    section.content.alt ol + h3 {
      margin-top: 50px; }
    section.content.alt ol[start="1"] {
      counter-reset: counter 0; }
    section.content.alt ol[start="2"] {
      counter-reset: counter 1; }
    section.content.alt ol[start="3"] {
      counter-reset: counter 2; }
    section.content.alt ol[start="4"] {
      counter-reset: counter 3; }
    section.content.alt ol[start="5"] {
      counter-reset: counter 4; }
    section.content.alt ol[start="6"] {
      counter-reset: counter 5; }
    section.content.alt ol[start="7"] {
      counter-reset: counter 6; }
    section.content.alt ol[start="8"] {
      counter-reset: counter 7; }
    section.content.alt ol[start="9"] {
      counter-reset: counter 8; }
    section.content.alt ol[start="10"] {
      counter-reset: counter 9; }
    section.content.alt ol[start="11"] {
      counter-reset: counter 10; }
    section.content.alt ol[start="12"] {
      counter-reset: counter 11; }
    section.content.alt ol[start="13"] {
      counter-reset: counter 12; }
    section.content.alt ol[start="14"] {
      counter-reset: counter 13; }
    section.content.alt ol[start="15"] {
      counter-reset: counter 14; }
    section.content.alt ol[start="16"] {
      counter-reset: counter 15; }
    section.content.alt ol[start="17"] {
      counter-reset: counter 16; }
    section.content.alt ol[start="18"] {
      counter-reset: counter 17; }
    section.content.alt ol[start="19"] {
      counter-reset: counter 18; }
    section.content.alt ol[start="20"] {
      counter-reset: counter 19; }
    section.content.alt ol[start="21"] {
      counter-reset: counter 20; }
    section.content.alt ol[start="22"] {
      counter-reset: counter 21; }
    section.content.alt ol[start="23"] {
      counter-reset: counter 22; }
    section.content.alt ol[start="24"] {
      counter-reset: counter 23; }
    section.content.alt ol[start="25"] {
      counter-reset: counter 24; }
    section.content.alt ol[start="26"] {
      counter-reset: counter 25; }
    section.content.alt ol[start="27"] {
      counter-reset: counter 26; }
    section.content.alt ol[start="28"] {
      counter-reset: counter 27; }
    section.content.alt ol[start="29"] {
      counter-reset: counter 28; }
    section.content.alt ol[start="30"] {
      counter-reset: counter 29; }
    section.content.alt ol[start="31"] {
      counter-reset: counter 30; }
    section.content.alt ol[start="32"] {
      counter-reset: counter 31; }
    section.content.alt ol[start="33"] {
      counter-reset: counter 32; }
    section.content.alt ol[start="34"] {
      counter-reset: counter 33; }
    section.content.alt ol[start="35"] {
      counter-reset: counter 34; }
    section.content.alt ol[start="36"] {
      counter-reset: counter 35; }
    section.content.alt ol[start="37"] {
      counter-reset: counter 36; }
    section.content.alt ol[start="38"] {
      counter-reset: counter 37; }
    section.content.alt ol[start="39"] {
      counter-reset: counter 38; }
    section.content.alt ol[start="40"] {
      counter-reset: counter 39; }
    section.content.alt ol[start="41"] {
      counter-reset: counter 40; }
    section.content.alt ol[start="42"] {
      counter-reset: counter 41; }
    section.content.alt ol[start="43"] {
      counter-reset: counter 42; }
    section.content.alt ol[start="44"] {
      counter-reset: counter 43; }
    section.content.alt ol[start="45"] {
      counter-reset: counter 44; }
    section.content.alt ol[start="46"] {
      counter-reset: counter 45; }
    section.content.alt ol[start="47"] {
      counter-reset: counter 46; }
    section.content.alt ol[start="48"] {
      counter-reset: counter 47; }
    section.content.alt ol[start="49"] {
      counter-reset: counter 48; }
    section.content.alt ol[start="50"] {
      counter-reset: counter 49; }
    section.content.alt ol[start="51"] {
      counter-reset: counter 50; }
    section.content.alt ol[start="52"] {
      counter-reset: counter 51; }
    section.content.alt ol[start="53"] {
      counter-reset: counter 52; }
    section.content.alt ol[start="54"] {
      counter-reset: counter 53; }
    section.content.alt ol[start="55"] {
      counter-reset: counter 54; }
    section.content.alt ol[start="56"] {
      counter-reset: counter 55; }
    section.content.alt ol[start="57"] {
      counter-reset: counter 56; }
    section.content.alt ol[start="58"] {
      counter-reset: counter 57; }
    section.content.alt ol[start="59"] {
      counter-reset: counter 58; }
    section.content.alt ol[start="60"] {
      counter-reset: counter 59; }
    section.content.alt ol[start="61"] {
      counter-reset: counter 60; }
    section.content.alt ol[start="62"] {
      counter-reset: counter 61; }
    section.content.alt ol[start="63"] {
      counter-reset: counter 62; }
    section.content.alt ol[start="64"] {
      counter-reset: counter 63; }
    section.content.alt ol[start="65"] {
      counter-reset: counter 64; }
    section.content.alt ol[start="66"] {
      counter-reset: counter 65; }
    section.content.alt ol[start="67"] {
      counter-reset: counter 66; }
    section.content.alt ol[start="68"] {
      counter-reset: counter 67; }
    section.content.alt ol[start="69"] {
      counter-reset: counter 68; }
    section.content.alt ol[start="70"] {
      counter-reset: counter 69; }
    section.content.alt ol[start="71"] {
      counter-reset: counter 70; }
    section.content.alt ol[start="72"] {
      counter-reset: counter 71; }
    section.content.alt ol[start="73"] {
      counter-reset: counter 72; }
    section.content.alt ol[start="74"] {
      counter-reset: counter 73; }
    section.content.alt ol[start="75"] {
      counter-reset: counter 74; }
    section.content.alt ol[start="76"] {
      counter-reset: counter 75; }
    section.content.alt ol[start="77"] {
      counter-reset: counter 76; }
    section.content.alt ol[start="78"] {
      counter-reset: counter 77; }
    section.content.alt ol[start="79"] {
      counter-reset: counter 78; }
    section.content.alt ol[start="80"] {
      counter-reset: counter 79; }
    section.content.alt ol[start="81"] {
      counter-reset: counter 80; }
    section.content.alt ol[start="82"] {
      counter-reset: counter 81; }
    section.content.alt ol[start="83"] {
      counter-reset: counter 82; }
    section.content.alt ol[start="84"] {
      counter-reset: counter 83; }
    section.content.alt ol[start="85"] {
      counter-reset: counter 84; }
    section.content.alt ol[start="86"] {
      counter-reset: counter 85; }
    section.content.alt ol[start="87"] {
      counter-reset: counter 86; }
    section.content.alt ol[start="88"] {
      counter-reset: counter 87; }
    section.content.alt ol[start="89"] {
      counter-reset: counter 88; }
    section.content.alt ol[start="90"] {
      counter-reset: counter 89; }
    section.content.alt ol[start="91"] {
      counter-reset: counter 90; }
    section.content.alt ol[start="92"] {
      counter-reset: counter 91; }
    section.content.alt ol[start="93"] {
      counter-reset: counter 92; }
    section.content.alt ol[start="94"] {
      counter-reset: counter 93; }
    section.content.alt ol[start="95"] {
      counter-reset: counter 94; }
    section.content.alt ol[start="96"] {
      counter-reset: counter 95; }
    section.content.alt ol[start="97"] {
      counter-reset: counter 96; }
    section.content.alt ol[start="98"] {
      counter-reset: counter 97; }
    section.content.alt ol[start="99"] {
      counter-reset: counter 98; }
    section.content.alt ol[start="100"] {
      counter-reset: counter 99; }
    section.content.alt ol li {
      display: block;
      position: relative;
      color: #211f1f;
      font-size: 18px;
      line-height: 1.4;
      padding-left: 32px; }
      section.content.alt ol li + li {
        margin-top: 5px; }
      section.content.alt ol li:before {
        content: counter(counter, decimal-leading-zero);
        counter-increment: counter;
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        color: #cfe873; }
      @media (max-width: 479px) {
        section.content.alt ol li {
          font-size: 16px; } }
  section.content.alt .col-12-md {
    padding-right: 25px; }
    section.content.alt .col-12-md + .col-12-md {
      padding-left: 25px;
      padding-right: 0; }
    @media (max-width: 1023px) {
      section.content.alt .col-12-md {
        padding: 0; }
        section.content.alt .col-12-md + .col-12-md {
          padding-top: 50px;
          padding-left: 0; } }
  section.content.promo {
    padding: 100px 0 55px;
    margin-bottom: 0;
    margin-top: 0; }
    section.content.promo div.btn {
      margin-top: 30px; }
    section.content.promo ol[type=i] {
      list-style: lower-roman;
      padding-left: 20px; }
    section.content.promo h2 {
      margin-bottom: 30px;
      text-align: left; }
      @media (max-width: 479px) {
        section.content.promo h2 {
          margin-bottom: 0;
          padding-bottom: 20px; } }
    section.content.promo h3 {
      padding-bottom: 18px; }
      section.content.promo h3 + p, section.content.promo h3 + ul, section.content.promo h3 + ol {
        padding-top: 20px; }
    section.content.promo p + p {
      margin-top: 20px; }
    section.content.promo p + h3 {
      margin-top: 40px; }
    section.content.promo p + ul, section.content.promo p + ol {
      margin-top: 20px; }
      section.content.promo p + ul + p, section.content.promo p + ol + p {
        margin-top: 20px; }
    section.content.promo ol + h2, section.content.promo li + h2, section.content.promo p + h2 {
      padding-top: 30px; }
  section.content h2 {
    margin-bottom: 40px; }
    @media (max-width: 479px) {
      section.content h2 {
        margin-bottom: 25px; } }
  section.content p {
    line-height: 1.5;
    font-size: 18px;
    color: #484848; }
    section.content p + p {
      margin-top: 30px; }
    @media (max-width: 479px) {
      section.content p {
        font-size: 16px; }
        section.content p + p {
          margin-top: 15px; } }
  section.content .columns {
    column-count: 2;
    column-gap: 90px; }
    @media (max-width: 1023px) {
      section.content .columns {
        column-count: 1; } }
  section.content img.alignleft {
    float: left;
    margin-right: 20px; }
  section.content img.alignright {
    float: right;
    margin-left: 20px; }

.code {
  padding: 40px 0; }
  @media (max-width: 479px) {
    .code {
      padding: 20px; } }

section.staff .grid + .grid {
  margin: 0 -20px; }

section.staff h2 {
  padding-bottom: 20px;
  padding-top: 85px; }
  @media (max-width: 479px) {
    section.staff h2 {
      padding-top: 45px; } }

section.staff .subtitle {
  font-size: 16px;
  color: #999999;
  padding: 0 20px;
  line-height: 1.5;
  text-align: center; }
  @media (max-width: 479px) {
    section.staff .subtitle {
      padding: 0; } }

section.staff .quote {
  width: calc(20% - 40px);
  margin: 30px 20px 0;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  display: block; }
  section.staff .quote .text {
    font-size: 16px;
    color: #000000;
    line-height: 1.5; }
  section.staff .quote .author {
    padding: 25px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 500;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    position: relative; }
    section.staff .quote .author:after {
      content: '';
      display: block;
      position: absolute;
      width: 27px;
      height: 18px;
      background: url(../img/icon-quote.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  @media (max-width: 1299px) {
    section.staff .quote {
      width: calc(25% - 40px); } }
  @media (max-width: 1023px) {
    section.staff .quote {
      width: calc(33% - 40px); } }
  @media (max-width: 767px) {
    section.staff .quote {
      width: calc(50% - 40px); } }
  @media (max-width: 479px) {
    section.staff .quote {
      width: 100%;
      margin-top: 15px; } }

section.staff .image {
  margin-bottom: 15px; }
  section.staff .image .bg {
    width: 80px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    section.staff .image .bg:after {
      content: '';
      display: block;
      position: absolute;
      width: 65px;
      height: 15px;
      background: #fff;
      bottom: 0;
      right: 0; }
    section.staff .image .bg:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #fff transparent;
      bottom: 0;
      left: 0; }

section.join-us {
  margin-bottom: 120px; }
  section.join-us:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 60px;
    background: #00aeef;
    left: 50%;
    top: -100px;
    transform: translateX(-50%); }

@media all and (min-width: 768px) {
  section.staff.animated h2, section.staff.animated .subtitle {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.staff.animated h2:before, section.staff.animated .subtitle:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.staff.animated .subtitle {
    transition-delay: .3s, .3s; }
  section.staff.animated .quote {
    opacity: 1;
    transition: all .5s .5s ease; }
    section.staff.animated .quote:nth-child(2) {
      transition-delay: 0.7s; }
    section.staff.animated .quote:nth-child(3) {
      transition-delay: 0.8s; }
    section.staff.animated .quote:nth-child(4) {
      transition-delay: 0.9s; }
    section.staff.animated .quote:nth-child(5) {
      transition-delay: 1s; }
    section.staff.animated .quote:nth-child(6) {
      transition-delay: 1.1s; }
    section.staff.animated .quote:nth-child(7) {
      transition-delay: 1.2s; }
    section.staff.animated .quote:nth-child(8) {
      transition-delay: 1.3s; }
    section.staff.animated .quote:nth-child(9) {
      transition-delay: 1.4s; }
    section.staff.animated .quote:nth-child(10) {
      transition-delay: 1.5s; }
    section.staff.animated .quote:nth-child(11) {
      transition-delay: 1.6s; }
    section.staff.animated .quote:nth-child(12) {
      transition-delay: 1.7s; }
    section.staff.animated .quote:nth-child(13) {
      transition-delay: 1.8s; }
    section.staff.animated .quote:nth-child(14) {
      transition-delay: 1.9s; }
    section.staff.animated .quote:nth-child(15) {
      transition-delay: 2s; }
  section.staff h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.staff h2:before {
      max-height: 0; }
  section.staff .subtitle {
    transform: translateY(20px);
    opacity: 0; }
  section.staff .quote {
    opacity: 0; } }

section.about + section.about {
  margin-top: 80px; }
  @media (max-width: 1023px) {
    section.about + section.about {
      margin-top: 20px; } }

section.about.right h2 {
  margin-left: 55px;
  display: inline-block;
  margin-bottom: 50px; }
  section.about.right h2:after {
    left: auto;
    left: initial;
    right: 0; }
    @media (max-width: 1699px) {
      section.about.right h2:after {
        right: 28px; } }
  @media (max-width: 1023px) {
    section.about.right h2 {
      margin-bottom: 0;
      margin-left: 30px;
      display: block; }
      section.about.right h2:after {
        right: auto;
        right: initial;
        left: 0; } }
  @media (max-width: 767px) {
    section.about.right h2 {
      margin-left: 0; } }

section.about.right .img {
  margin-top: 0;
  height: 100%;
  margin-left: -78px;
  width: calc(100% + 78px); }
  section.about.right .img:after {
    display: none; }
  @media (max-width: 1023px) {
    section.about.right .img {
      width: 100%;
      margin-left: 0; } }

section.about .col-12-md {
  position: relative; }

section.about h2 {
  color: #cfe873;
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-left: -50px;
  padding-top: 70px;
  position: relative;
  z-index: 9; }
  section.about h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #cfe873;
    bottom: 0;
    left: 0; }
  @media (max-width: 1023px) {
    section.about h2 {
      font-size: 30px;
      margin-left: 30px;
      padding-top: 30px;
      display: block;
      width: calc(100% - 60px);
      margin-top: -90px;
      padding-left: 30px;
      padding-right: 30px;
      background: rgba(255, 255, 255, 0.95); }
      section.about h2:after {
        left: 30px !important; } }
  @media (max-width: 767px) {
    section.about h2 {
      margin-left: 0;
      width: calc(100% - 30px); } }
  @media (max-width: 479px) {
    section.about h2 {
      font-size: 20px;
      padding: 20px; }
      section.about h2:after {
        width: 40px;
        height: 2px;
        left: 20px !important; } }

section.about .desc {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  padding: 60px;
  background: #fff;
  position: relative;
  z-index: 9; }
  @media (max-width: 1299px) {
    section.about .desc {
      padding: 30px; } }
  @media (max-width: 1023px) {
    section.about .desc {
      padding: 30px 60px; } }
  @media (max-width: 767px) {
    section.about .desc {
      padding: 30px; } }
  @media (max-width: 479px) {
    section.about .desc {
      font-size: 16px;
      padding: 20px 10px 20px 20px; } }

section.about .img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% + 100px);
  height: calc(100% + 80px);
  top: 0;
  left: 0;
  margin-top: -80px; }
  section.about .img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: calc(100% - 80px);
    background: #fff;
    top: 80px;
    right: 0; }
  @media (max-width: 1023px) {
    section.about .img {
      position: relative;
      width: 100%;
      height: auto;
      height: initial;
      margin-top: 0;
      padding-bottom: 60%; }
      section.about .img:after {
        display: none; } }

@media (max-width: 1023px) {
  section.about {
    margin-top: -30px; } }

section.about.promo .img {
  margin-top: -40px; }
  @media (max-width: 1023px) {
    section.about.promo .img {
      margin-top: 0;
      padding-bottom: 40%; } }

section.about.promo h2 {
  margin-left: 60px; }
  @media (max-width: 1023px) {
    section.about.promo h2 {
      margin-left: 0; } }

section.about.promo .btn {
  margin-left: 60px;
  margin-top: 30px; }
  @media (max-width: 1023px) {
    section.about.promo .btn {
      margin-left: 20px; } }

section.about.promo .desc {
  padding: 30px 60px; }
  section.about.promo .desc h3 {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-top: 10px; }
    section.about.promo .desc h3:first-child {
      margin-top: 0px; }
  section.about.promo .desc ol[type=i] {
    list-style: lower-roman;
    padding-left: 20px; }
  section.about.promo .desc ul {
    list-style: initial;
    padding-left: 20px; }
  @media (max-width: 767px) {
    section.about.promo .desc {
      padding: 30px; } }

section.about.promo.right h2 {
  margin-bottom: 0;
  padding-top: 30px; }
  section.about.promo.right h2:after {
    left: 0;
    right: auto; }

@media (max-width: 1023px) {
  section.about.promo {
    margin-top: -10px; } }

@media all and (min-width: 768px) {
  section.about.animated .img, section.about.animated h2 {
    transform: none !important;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.about.animated .desc {
    opacity: 1;
    transition: all .5s .4s ease; }
  section.about .img {
    transform: translateX(-50px);
    opacity: 0; }
  section.about h2 {
    transform: translateX(50px);
    opacity: 0; }
  section.about .desc {
    opacity: 0; }
  section.about.right .img {
    transform: translateX(50px); }
  section.about.right h2 {
    transform: translateX(-50px); } }

section.choose {
  margin-top: 80px; }
  section.choose .btn {
    text-align: center; }
  @media (max-width: 1023px) {
    section.choose {
      margin-top: 40px; }
      section.choose h2 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    section.choose .col-12-sm + .col-12-sm {
      padding-top: 30px; } }
  @media (max-width: 479px) {
    section.choose h2 {
      font-size: 24px; } }

@media all and (min-width: 768px) {
  section.choose.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.choose.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.choose.animated .btn {
    opacity: 1;
    transition: all .5s .3s ease; }
  section.choose h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.choose h2:before {
      max-height: 0; }
  section.choose .btn {
    opacity: 0; } }

section.split-grey {
  margin-top: 80px; }
  @media (max-width: 479px) {
    section.split-grey .container {
      padding: 0; } }
  section.split-grey .inside {
    padding: 70px 60px;
    background: #f6f6f6; }
    @media (max-width: 1023px) {
      section.split-grey .inside {
        padding: 30px; } }
    @media (max-width: 479px) {
      section.split-grey .inside {
        padding: 30px 20px; } }
  section.split-grey .desc {
    color: #000;
    line-height: 1.5;
    font-size: 18px; }
    @media (max-width: 479px) {
      section.split-grey .desc {
        font-size: 16px; } }
  section.split-grey h2 {
    text-align: left;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative; }
    section.split-grey h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      bottom: 0;
      left: 0;
      background: #cfe873; }
    @media (max-width: 1023px) {
      section.split-grey h2 {
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      section.split-grey h2 {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
  section.split-grey .col-12-md {
    position: relative; }
  section.split-grey .img {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%; }
    @media (max-width: 1023px) {
      section.split-grey .img {
        position: relative;
        height: auto;
        height: initial;
        padding-bottom: 60%; } }
  @media (max-width: 479px) {
    section.split-grey {
      margin-top: 30px; } }

@media all and (min-width: 768px) {
  section.split-grey.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.split-grey.animated h2:after {
      max-width: 50px;
      transition: max-width 0.5s 0.2s cubic-bezier(0.7, 0, 0.3, 1); }
  section.split-grey.animated .desc, section.split-grey.animated .img {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  section.split-grey.animated .img {
    transition-delay: 0s, 0s; }
  section.split-grey h2 {
    transform: translateX(-50px);
    opacity: 0; }
    section.split-grey h2:after {
      max-width: 0;
      overflow: hidden; }
  section.split-grey .desc {
    transform: translateX(-50px);
    opacity: 0; }
  section.split-grey .img {
    transform: translateX(50px);
    opacity: 0; } }

section.forma {
  margin-top: 60px;
  overflow: hidden; }
  section.forma h2 {
    padding-top: 85px; }
    @media (max-width: 1299px) {
      section.forma h2 {
        padding-bottom: 30px; } }
    @media (max-width: 479px) {
      section.forma h2 {
        padding-top: 50px; } }
  section.forma .hidden-sm .field {
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%; }
  section.forma .col-1p5-sm {
    display: block;
    flex-basis: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1024px) {
      section.forma .col-1p5-sm {
        flex-grow: 1;
        flex-basis: 20%;
        max-width: 20%; } }
    @media (max-width: 1023px) {
      section.forma .col-1p5-sm {
        flex-basis: 33%;
        max-width: 33%; }
        section.forma .col-1p5-sm .field {
          margin-top: 0 !important; } }
    @media (max-width: 767px) {
      section.forma .col-1p5-sm {
        flex-basis: 50%;
        max-width: 50%; } }
  section.forma .col-1p4-sm {
    display: block;
    flex-basis: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1024px) {
      section.forma .col-1p4-sm {
        flex-grow: 1;
        flex-basis: 25%;
        max-width: 25%; } }
    @media (max-width: 1023px) {
      section.forma .col-1p4-sm {
        flex-basis: 25%;
        max-width: 25%; }
        section.forma .col-1p4-sm .field {
          margin-top: 0 !important; } }
    @media (max-width: 767px) {
      section.forma .col-1p4-sm {
        flex-basis: 50%;
        max-width: 50%; } }
  section.forma .details {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    margin-top: 40px;
    position: relative; }
    section.forma .details .left {
      max-width: 1320px; }
      section.forma .details .left .field {
        margin-top: 40px; }
        @media (max-width: 479px) {
          section.forma .details .left .field {
            margin-top: 20px; } }
      @media (max-width: 1699px) {
        section.forma .details .left {
          max-width: 920px; } }
      @media (max-width: 1299px) {
        section.forma .details .left {
          max-width: 100%; } }
    section.forma .details .right {
      position: absolute;
      top: 80px;
      right: 0;
      max-width: 300px;
      background: #00aeef;
      width: 100%;
      padding-bottom: 15px;
      font-size: 20px;
      font-weight: 500; }
      section.forma .details .right .title {
        text-align: center;
        display: block;
        color: #000;
        padding: 25px 10px;
        border-bottom: 1px solid #33bef2; }
      section.forma .details .right .list {
        margin-top: 15px; }
      section.forma .details .right a {
        display: block;
        padding: 15px 15px 15px 60px;
        position: relative;
        color: #fff; }
        section.forma .details .right a:before {
          content: '';
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          border: 2px solid #fff;
          top: 50%;
          transform: translateY(-50%);
          left: 25px;
          border-radius: 50%; }
      @media (max-width: 1299px) {
        section.forma .details .right {
          display: none; } }
    section.forma .details .heading {
      font-size: 30px;
      font-weight: 700;
      color: #484848;
      position: relative;
      padding: 23px 40px;
      background: #f6f6f6;
      margin-top: 60px; }
      section.forma .details .heading:last-child {
        background: none;
        margin-top: 50px; }
      section.forma .details .heading > span {
        color: #999999;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        font-weight: 500; }
        section.forma .details .heading > span span {
          color: #00aeef; }
      @media (max-width: 1023px) {
        section.forma .details .heading {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 35px;
          padding-right: 35px; } }
      @media (max-width: 767px) {
        section.forma .details .heading {
          font-size: 24px;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 479px) {
        section.forma .details .heading {
          font-size: 20px;
          margin-top: 30px; } }
    section.forma .details .field textarea {
      height: 180px; }
  section.forma .action {
    margin-top: 50px;
    background: #f6f6f6;
    text-align: center;
    padding: 55px 20px; }
    section.forma .action .desc {
      margin-top: 50px;
      line-height: 1.5; }
    @media (max-width: 1023px) {
      section.forma .action {
        margin-left: -20px;
        margin-right: -20px; }
        section.forma .action .desc {
          max-width: 610px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 40px; } }
    @media (max-width: 479px) {
      section.forma .action {
        padding: 25px 20px; }
        section.forma .action .desc {
          margin-top: 25px; } }

@media all and (min-width: 768px) {
  section.forma.animated form {
    opacity: 1;
    transition: all .5s ease; }
  section.forma.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    section.forma.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
  section.forma h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.forma h2:before {
      max-height: 0; }
  section.forma form {
    opacity: 0; } }

section.title {
  margin-top: 60px; }
  section.title h2 {
    padding-bottom: 0; }
  @media (max-width: 479px) {
    section.title {
      margin-top: 30px; } }

@media all and (min-width: 768px) {
  section.title.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
    section.title.animated h2:before {
      max-height: 50px;
      transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.title h2 {
    transform: translateY(50px);
    opacity: 0; }
    section.title h2:before {
      max-height: 0; } }

section.profiles {
  margin-top: 30px; }
  section.profiles .container > .grid {
    margin: 0 -30px; }
    @media (max-width: 1699px) {
      section.profiles .container > .grid {
        margin: 0 -15px; } }
  section.profiles div.each-profile {
    display: block;
    margin: 30px 30px 0;
    position: relative; }
    section.profiles div.each-profile:hover .hover {
      opacity: 1; }
    section.profiles div.each-profile:hover .name {
      border-color: transparent; }
    @media (max-width: 1699px) {
      section.profiles div.each-profile {
        margin: 15px 15px 0; } }
  section.profiles .thumb .bg {
    padding-bottom: 76%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    section.profiles .thumb .bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../img/gradient.png) no-repeat;
      background-size: 100%;
      background-position: bottom center; }
  section.profiles .name {
    text-transform: uppercase;
    font-size: 13px;
    color: #211f1f;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 10px;
    transition: all .3s ease; }
    section.profiles .name .job-title {
      color: #939393;
      margin-top: 5px;
      font-size: 12px;
      text-transform: none;
      font-style: italic; }
  section.profiles .hover {
    position: absolute;
    top: 20px;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 90px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: -0.61px 6.973px 14px 0px rgba(194, 194, 194, 0.27);
    background: #fff;
    padding: 30px;
    z-index: 9;
    transition: all .3s ease;
    opacity: 0; }
    section.profiles .hover .bio {
      font-size: 16px;
      line-height: 1.3;
      color: #484848;
      position: relative; }
      section.profiles .hover .bio p {
        margin-bottom: 15px; }
      section.profiles .hover .bio:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/gradient.png) no-repeat;
        background-size: 100%;
        background-position: bottom center;
        display: none; }
    section.profiles .hover .action {
      margin-top: 25px;
      padding-top: 25px;
      border-top: 1px solid #e8e8e8;
      font-size: 13px;
      color: #00aeef;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.2;
      display: none; }
      section.profiles .hover .action .avatar {
        width: 38px;
        height: 38px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 50%; }
    @media (max-width: 479px) {
      section.profiles .hover {
        overflow: auto; } }

@media all and (min-width: 768px) {
  section.profiles.animated .col-12-sm, section.profiles.animated .contact-details-inside {
    opacity: 1;
    transition: all .5s ease; }
    section.profiles.animated .col-12-sm:nth-child(2), section.profiles.animated .contact-details-inside:nth-child(2) {
      transition-delay: .2s; }
    section.profiles.animated .col-12-sm:nth-child(3), section.profiles.animated .contact-details-inside:nth-child(3) {
      transition-delay: .4s; }
    section.profiles.animated .col-12-sm:nth-child(4), section.profiles.animated .contact-details-inside:nth-child(4) {
      transition-delay: .6s; }
  section.profiles .col-12-sm, section.profiles .contact-details-inside {
    opacity: 0; } }

section.calendar {
  background: #00aeef; }
  section.calendar.calendar2 {
    border-top: 1px solid #009ed9; }
  section.calendar h2 {
    padding: 80px 0;
    color: #000; }
    @media (max-width: 1023px) {
      section.calendar h2 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0; } }
    @media (max-width: 767px) {
      section.calendar h2 {
        max-width: 100%;
        padding-bottom: 80px; } }
  section.calendar p.calendar-subtitle {
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
    margin-top: -50px; }
    @media (max-width: 1023px) {
      section.calendar p.calendar-subtitle {
        margin-top: -10px; } }
    @media (max-width: 767px) {
      section.calendar p.calendar-subtitle {
        margin-top: -50px; } }
  section.calendar .grid {
    position: relative; }
  @media (max-width: 1023px) {
    section.calendar #calendar, section.calendar #calendar2 {
      width: 1260px; } }
  @media (max-width: 1023px) and (max-width: 768px) {
    section.calendar #calendar, section.calendar #calendar2 {
      width: 800px; } }
  @media (max-width: 1023px) {
    section.calendar .grid + .grid {
      overflow-x: scroll;
      margin-right: -20px; } }
  section.calendar .prev, section.calendar .next {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(1);
    color: #fff;
    padding: 16px 0 14px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-top: -22px;
    display: none; }
    @media (min-width: 1025px) {
      section.calendar .prev:hover:after, section.calendar .next:hover:after {
        animation: shine .3s ease 0s 1 forwards; } }
    section.calendar .prev:after, section.calendar .next:after {
      content: '';
      display: block;
      position: absolute;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%) rotate(20deg);
      background: rgba(255, 255, 255, 0.5);
      opacity: 0; }
    section.calendar .prev:before, section.calendar .next:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 10px;
      background: url(../img/arrow-white.svg) no-repeat;
      background-size: 100%;
      background-position: center center;
      transform: translateY(-50%);
      top: 50%; }
    @media (max-width: 767px) {
      section.calendar .prev, section.calendar .next {
        top: auto;
        top: initial;
        transform: none;
        bottom: 20px;
        width: 50%; } }
  section.calendar .prev {
    left: 0px;
    padding-left: 70px;
    padding-right: 30px; }
    section.calendar .prev:before {
      transform: translateY(-50%) scaleX(-1);
      left: 30px; }
      @media (max-width: 479px) {
        section.calendar .prev:before {
          left: 18px; } }
    @media (max-width: 479px) {
      section.calendar .prev {
        padding-right: 10px;
        padding-left: 50px; } }
  section.calendar .next {
    right: 0px;
    padding-left: 30px;
    padding-right: 70px; }
    section.calendar .next:before {
      right: 30px; }
      @media (max-width: 479px) {
        section.calendar .next:before {
          right: 18px; } }
    @media (max-width: 767px) {
      section.calendar .next {
        border-left: 0; } }
    @media (max-width: 479px) {
      section.calendar .next {
        padding-left: 13px;
        padding-right: 50px; } }

.grey.nomargin section.filler {
  padding-top: 55px;
  padding-bottom: 80px; }
  .grey.nomargin section.filler .col-12-md {
    padding-top: 30px;
    padding-bottom: 0; }
  @media (max-width: 1023px) {
    .grey.nomargin section.filler {
      padding-bottom: 55px; } }
  @media (max-width: 479px) {
    .grey.nomargin section.filler {
      padding: 30px 0; }
      .grey.nomargin section.filler h2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

section.filler .col-12-md {
  padding: 80px 40px; }
  @media (max-width: 1299px) {
    section.filler .col-12-md {
      padding: 80px 20px; } }
  @media (max-width: 1023px) {
    section.filler .col-12-md {
      padding: 0 20px; }
      section.filler .col-12-md + .col-12-md {
        padding-top: 30px !important; } }

section.filler + section.partners {
  padding-top: 20px; }

section.filler + section.team.slider {
  padding-top: 0;
  margin-top: 0; }

section.filler p {
  font-size: 16px;
  color: #000;
  line-height: 1.5; }
  section.filler p + p {
    padding-top: 20px; }
  @media (max-width: 479px) {
    section.filler p {
      font-size: 14px; } }

section.filler h2 {
  margin-bottom: 30px; }

@media (max-width: 1023px) {
  section.filler {
    padding: 80px 0; } }

@media (max-width: 767px) {
  section.filler {
    padding: 50px 0; } }

section.filler.terms h2 {
  text-align: left; }

section.filler.terms .terms-inside {
  font-size: 14px;
  line-height: 20px; }

@media all and (min-width: 768px) {
  section.filler.animated h2 {
    transform: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  section.filler.animated .col-12-md, section.filler.animated .contact-details-inside {
    opacity: 1; }
  section.filler h2 {
    transform: translateY(50px);
    opacity: 0; }
  section.filler .col-12-md, section.filler .contact-details-inside {
    opacity: 0;
    transition: all .3s ease; }
    section.filler .col-12-md + .col-12-md, section.filler .contact-details-inside + .col-12-md {
      transition-delay: .2s; } }

section.feedback a.choose-clinic.active, section.feedback a.choose-member.active, section.feedback a.choose-leader.active {
  position: relative; }
  section.feedback a.choose-clinic.active .thumb:before, section.feedback a.choose-member.active .thumb:before, section.feedback a.choose-leader.active .thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00aeef;
    z-index: 1000;
    opacity: 0.4; }

section.feedback.team .member .thumb {
  margin-bottom: 60px; }

section.feedback.team .member .heading {
  padding-bottom: 20px;
  bottom: -52px; }

section.feedback.team .member .name {
  font-size: 20px; }

section.feedback h2.title, #feedbackform h2.title {
  font-size: 25px;
  padding: 90px 0 20px; }
  section.feedback h2.title.further-comments, #feedbackform h2.title.further-comments {
    padding: 60px 0 20px; }

.question .question-description {
  width: 520px;
  display: inline-block;
  color: #2e859f;
  margin-bottom: 10px; }
  .question .question-description div {
    display: inline-block; }
    .question .question-description div:first-child {
      float: left; }
    .question .question-description div:last-child {
      float: right; }

.question .btn-group {
  margin-bottom: 10px; }
  .question .btn-group .btn {
    background: none;
    background-color: #00aeef;
    padding: 7px 16px;
    border: 0;
    color: #fff;
    font-size: 18px; }
    .question .btn-group .btn.active {
      color: #fff;
      background: #cfe873; }
    .question .btn-group .btn.survey-description {
      background: #9a9a9a;
      font-size: 12px;
      width: 60px;
      padding: 5px 5px;
      top: -9px; }
      .question .btn-group .btn.survey-description.agree {
        background: #257736; }
      .question .btn-group .btn.survey-description.disagree {
        background: #651f1f; }
  .question .btn-group .btn + .btn {
    margin-left: 1px; }
  @media (max-width: 479px) {
    .question .btn-group {
      margin: 0 -10px 10px; }
      .question .btn-group .btn {
        padding: 7px 12px;
        font-size: 15px; }
        .question .btn-group .btn.survey-description {
          font-size: 10px;
          width: 50px; }
      .question .btn-group .btn + .btn {
        margin-left: 0; } }

.question .submit {
  border: 0;
  margin: 30px 0; }
  .question .submit:disabled {
    background-color: #ccc; }

.question #comments {
  padding: 10px 20px;
  font-size: 20px;
  width: 400px; }

.comment-section .question-comment {
  margin: 10px 0 20px;
  width: 500px;
  max-width: 100%;
  padding: 5px 7px;
  font-size: 16px; }

.form-message {
  font-size: 20px;
  margin-bottom: 50px; }
  .form-message h2 {
    padding-bottom: 20px; }

main.pd {
  overflow: visible; }

section.content {
  margin-bottom: 40px; }
  section.content ul.typeahead__list li.typeahead__item {
    padding-left: 0;
    list-style-type: none; }
    section.content ul.typeahead__list li.typeahead__item:before {
      display: none; }

#pdform .submit {
  cursor: pointer; }
  #pdform .submit.disabled {
    background: #CCC !important;
    cursor: auto; }

form.simpay-checkout-form {
  margin-top: 20px; }
  form.simpay-checkout-form p + p {
    margin-top: 0; }

.commoninjuries-article .aside {
  margin-left: 4.1666666667%; }
  @media (max-width: 768px) {
    .commoninjuries-article .aside {
      margin-left: 0;
      margin-top: 10px; } }

.common-btn {
  text-align: center;
  margin-top: -14px; }
  .common-btn .commoninjuries-btn {
    margin-top: -30px; }
    .common-btn .commoninjuries-btn .arrow {
      box-sizing: border-box;
      height: 10px;
      width: 10px;
      border-style: solid;
      border-color: white;
      border-width: 0px 2px 2px 0px;
      transform: rotate(45deg) translateY(-1px);
      transition: all 150ms ease-in-out;
      display: inline-block;
      margin-left: 5px;
      left: 0;
      position: relative; }
    .common-btn .commoninjuries-btn.active .arrow {
      transform: rotate(-135deg) translateY(-4px);
      left: 3px; }

#commoninjuries {
  background: #051823;
  padding: 50px 0 70px;
  margin: 0; }
  #commoninjuries .articles-body .slick-list {
    padding-bottom: 0 !important; }

.articles-body {
  position: relative;
  height: auto; }
  @media (max-width: 768px) {
    .articles-body {
      padding-bottom: 30px; } }
  .articles-body .each-article {
    position: relative;
    width: 30%;
    height: 190px;
    background: #fff;
    padding: 30px 20px;
    margin: 10px 20px;
    transition: all .3s ease;
    box-shadow: 0 15px 20px 5px rgba(0, 0, 0, 0.05); }
    .articles-body .each-article:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .articles-body .each-article {
        padding: 20px;
        height: 150px;
        margin: 5px;
        box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.05); } }
    .articles-body .each-article .content {
      width: 60%;
      left: 40%;
      position: absolute;
      padding: 0 20px;
      top: 50%;
      transform: translateY(-50%); }
      .articles-body .each-article .content h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .articles-body .each-article .content p {
        line-height: 1.8;
        font-size: 14px;
        color: #828282;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .articles-body .each-article .content .more {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding-top: 15px;
        text-transform: uppercase;
        color: #484848; }
      @media (max-width: 768px) {
        .articles-body .each-article .content h3 {
          font-size: 16px; }
        .articles-body .each-article .content p {
          line-height: 1.4; } }
    .articles-body .each-article .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 40%;
      height: 100%;
      overflow: hidden; }
      .articles-body .each-article .thumb .bg {
        transition: all .3s ease;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
        max-height: calc(100vh - 100px); }
    .articles-body .each-article:hover .bg {
      transform: scale(1.1) translateY(-3.7%); }
    .articles-body .each-article:hover h3, .articles-body .each-article:hover .more {
      color: #00aeef; }
  .articles-body .slick-list {
    padding-bottom: 30px; }
  .articles-body .slick-dots {
    bottom: -45px;
    left: 30px;
    position: absolute; }
    @media (max-width: 767px) {
      .articles-body .slick-dots {
        bottom: -35px; } }
    .articles-body .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
      .articles-body .slick-dots li.slick-active button:before {
        background: #00aeef; }
    .articles-body .slick-dots button {
      display: block;
      width: 20px;
      height: 20px;
      background: none;
      border: 0;
      font-size: 0;
      cursor: pointer;
      position: relative; }
      .articles-body .slick-dots button:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #d5d5d5;
        transition: all .3s ease; }
    @media (max-width: 767px) {
      .articles-body .slick-dots {
        width: 100%;
        text-align: center;
        left: 0;
        margin-left: 0; } }
  .articles-body .slick-arrow {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
    .articles-body .slick-arrow.slick-next {
      margin-left: 50px; }
    .articles-body .slick-arrow.slick-prev {
      margin-left: -50px;
      transform: translateX(-50%) scaleX(-1); }
    @media (max-width: 767px) {
      .articles-body .slick-arrow {
        bottom: 5px; } }

section.content.commoninjuries-article {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f9fafb;
  line-height: 1.5;
  font-size: 18px;
  color: #484848; }
  @media (max-width: 768px) {
    section.content.commoninjuries-article {
      padding-top: 30px; } }
  section.content.commoninjuries-article h2 {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.2; }
  section.content.commoninjuries-article h3 {
    padding-bottom: 15px;
    border-bottom: 0;
    font-size: 25px;
    margin-top: 20px; }
  section.content.commoninjuries-article p {
    margin-bottom: 20px; }
    section.content.commoninjuries-article p + p {
      margin-top: 0; }
  section.content.commoninjuries-article ul {
    margin-left: 0;
    margin-bottom: 20px; }
    section.content.commoninjuries-article ul li {
      display: block;
      position: relative;
      color: #211f1f;
      font-size: 18px;
      line-height: 1.4;
      padding-left: 25px; }
      section.content.commoninjuries-article ul li + li {
        margin-top: 5px; }
      section.content.commoninjuries-article ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 10px;
        left: 0;
        border-radius: 50%;
        background: #cfe873; }
      @media (max-width: 479px) {
        section.content.commoninjuries-article ul li {
          font-size: 16px; } }
  section.content.commoninjuries-article ol {
    counter-reset: counter;
    margin-left: 0;
    margin-bottom: 10px; }
    section.content.commoninjuries-article ol[start="1"] {
      counter-reset: counter-1; }
    section.content.commoninjuries-article ol[start="2"] {
      counter-reset: counter-2; }
    section.content.commoninjuries-article ol[start="3"] {
      counter-reset: counter-3; }
    section.content.commoninjuries-article ol[start="4"] {
      counter-reset: counter-4; }
    section.content.commoninjuries-article ol[start="5"] {
      counter-reset: counter-5; }
    section.content.commoninjuries-article ol[start="6"] {
      counter-reset: counter-6; }
    section.content.commoninjuries-article ol[start="7"] {
      counter-reset: counter-7; }
    section.content.commoninjuries-article ol[start="8"] {
      counter-reset: counter-8; }
    section.content.commoninjuries-article ol[start="9"] {
      counter-reset: counter-9; }
    section.content.commoninjuries-article ol[start="10"] {
      counter-reset: counter-10; }
    section.content.commoninjuries-article ol[start="11"] {
      counter-reset: counter-11; }
    section.content.commoninjuries-article ol[start="12"] {
      counter-reset: counter-12; }
    section.content.commoninjuries-article ol[start="13"] {
      counter-reset: counter-13; }
    section.content.commoninjuries-article ol[start="14"] {
      counter-reset: counter-14; }
    section.content.commoninjuries-article ol[start="15"] {
      counter-reset: counter-15; }
    section.content.commoninjuries-article ol[start="16"] {
      counter-reset: counter-16; }
    section.content.commoninjuries-article ol[start="17"] {
      counter-reset: counter-17; }
    section.content.commoninjuries-article ol[start="18"] {
      counter-reset: counter-18; }
    section.content.commoninjuries-article ol[start="19"] {
      counter-reset: counter-19; }
    section.content.commoninjuries-article ol[start="20"] {
      counter-reset: counter-20; }
    section.content.commoninjuries-article ol[start="21"] {
      counter-reset: counter-21; }
    section.content.commoninjuries-article ol[start="22"] {
      counter-reset: counter-22; }
    section.content.commoninjuries-article ol[start="23"] {
      counter-reset: counter-23; }
    section.content.commoninjuries-article ol[start="24"] {
      counter-reset: counter-24; }
    section.content.commoninjuries-article ol[start="25"] {
      counter-reset: counter-25; }
    section.content.commoninjuries-article ol[start="26"] {
      counter-reset: counter-26; }
    section.content.commoninjuries-article ol[start="27"] {
      counter-reset: counter-27; }
    section.content.commoninjuries-article ol[start="28"] {
      counter-reset: counter-28; }
    section.content.commoninjuries-article ol[start="29"] {
      counter-reset: counter-29; }
    section.content.commoninjuries-article ol[start="30"] {
      counter-reset: counter-30; }
    section.content.commoninjuries-article ol[start="31"] {
      counter-reset: counter-31; }
    section.content.commoninjuries-article ol[start="32"] {
      counter-reset: counter-32; }
    section.content.commoninjuries-article ol[start="33"] {
      counter-reset: counter-33; }
    section.content.commoninjuries-article ol[start="34"] {
      counter-reset: counter-34; }
    section.content.commoninjuries-article ol[start="35"] {
      counter-reset: counter-35; }
    section.content.commoninjuries-article ol[start="36"] {
      counter-reset: counter-36; }
    section.content.commoninjuries-article ol[start="37"] {
      counter-reset: counter-37; }
    section.content.commoninjuries-article ol[start="38"] {
      counter-reset: counter-38; }
    section.content.commoninjuries-article ol[start="39"] {
      counter-reset: counter-39; }
    section.content.commoninjuries-article ol[start="40"] {
      counter-reset: counter-40; }
    section.content.commoninjuries-article ol[start="41"] {
      counter-reset: counter-41; }
    section.content.commoninjuries-article ol[start="42"] {
      counter-reset: counter-42; }
    section.content.commoninjuries-article ol[start="43"] {
      counter-reset: counter-43; }
    section.content.commoninjuries-article ol[start="44"] {
      counter-reset: counter-44; }
    section.content.commoninjuries-article ol[start="45"] {
      counter-reset: counter-45; }
    section.content.commoninjuries-article ol[start="46"] {
      counter-reset: counter-46; }
    section.content.commoninjuries-article ol[start="47"] {
      counter-reset: counter-47; }
    section.content.commoninjuries-article ol[start="48"] {
      counter-reset: counter-48; }
    section.content.commoninjuries-article ol[start="49"] {
      counter-reset: counter-49; }
    section.content.commoninjuries-article ol[start="50"] {
      counter-reset: counter-50; }
    section.content.commoninjuries-article ol[start="51"] {
      counter-reset: counter-51; }
    section.content.commoninjuries-article ol[start="52"] {
      counter-reset: counter-52; }
    section.content.commoninjuries-article ol[start="53"] {
      counter-reset: counter-53; }
    section.content.commoninjuries-article ol[start="54"] {
      counter-reset: counter-54; }
    section.content.commoninjuries-article ol[start="55"] {
      counter-reset: counter-55; }
    section.content.commoninjuries-article ol[start="56"] {
      counter-reset: counter-56; }
    section.content.commoninjuries-article ol[start="57"] {
      counter-reset: counter-57; }
    section.content.commoninjuries-article ol[start="58"] {
      counter-reset: counter-58; }
    section.content.commoninjuries-article ol[start="59"] {
      counter-reset: counter-59; }
    section.content.commoninjuries-article ol[start="60"] {
      counter-reset: counter-60; }
    section.content.commoninjuries-article ol[start="61"] {
      counter-reset: counter-61; }
    section.content.commoninjuries-article ol[start="62"] {
      counter-reset: counter-62; }
    section.content.commoninjuries-article ol[start="63"] {
      counter-reset: counter-63; }
    section.content.commoninjuries-article ol[start="64"] {
      counter-reset: counter-64; }
    section.content.commoninjuries-article ol[start="65"] {
      counter-reset: counter-65; }
    section.content.commoninjuries-article ol[start="66"] {
      counter-reset: counter-66; }
    section.content.commoninjuries-article ol[start="67"] {
      counter-reset: counter-67; }
    section.content.commoninjuries-article ol[start="68"] {
      counter-reset: counter-68; }
    section.content.commoninjuries-article ol[start="69"] {
      counter-reset: counter-69; }
    section.content.commoninjuries-article ol[start="70"] {
      counter-reset: counter-70; }
    section.content.commoninjuries-article ol[start="71"] {
      counter-reset: counter-71; }
    section.content.commoninjuries-article ol[start="72"] {
      counter-reset: counter-72; }
    section.content.commoninjuries-article ol[start="73"] {
      counter-reset: counter-73; }
    section.content.commoninjuries-article ol[start="74"] {
      counter-reset: counter-74; }
    section.content.commoninjuries-article ol[start="75"] {
      counter-reset: counter-75; }
    section.content.commoninjuries-article ol[start="76"] {
      counter-reset: counter-76; }
    section.content.commoninjuries-article ol[start="77"] {
      counter-reset: counter-77; }
    section.content.commoninjuries-article ol[start="78"] {
      counter-reset: counter-78; }
    section.content.commoninjuries-article ol[start="79"] {
      counter-reset: counter-79; }
    section.content.commoninjuries-article ol[start="80"] {
      counter-reset: counter-80; }
    section.content.commoninjuries-article ol[start="81"] {
      counter-reset: counter-81; }
    section.content.commoninjuries-article ol[start="82"] {
      counter-reset: counter-82; }
    section.content.commoninjuries-article ol[start="83"] {
      counter-reset: counter-83; }
    section.content.commoninjuries-article ol[start="84"] {
      counter-reset: counter-84; }
    section.content.commoninjuries-article ol[start="85"] {
      counter-reset: counter-85; }
    section.content.commoninjuries-article ol[start="86"] {
      counter-reset: counter-86; }
    section.content.commoninjuries-article ol[start="87"] {
      counter-reset: counter-87; }
    section.content.commoninjuries-article ol[start="88"] {
      counter-reset: counter-88; }
    section.content.commoninjuries-article ol[start="89"] {
      counter-reset: counter-89; }
    section.content.commoninjuries-article ol[start="90"] {
      counter-reset: counter-90; }
    section.content.commoninjuries-article ol[start="91"] {
      counter-reset: counter-91; }
    section.content.commoninjuries-article ol[start="92"] {
      counter-reset: counter-92; }
    section.content.commoninjuries-article ol[start="93"] {
      counter-reset: counter-93; }
    section.content.commoninjuries-article ol[start="94"] {
      counter-reset: counter-94; }
    section.content.commoninjuries-article ol[start="95"] {
      counter-reset: counter-95; }
    section.content.commoninjuries-article ol[start="96"] {
      counter-reset: counter-96; }
    section.content.commoninjuries-article ol[start="97"] {
      counter-reset: counter-97; }
    section.content.commoninjuries-article ol[start="98"] {
      counter-reset: counter-98; }
    section.content.commoninjuries-article ol[start="99"] {
      counter-reset: counter-99; }
    section.content.commoninjuries-article ol[start="100"] {
      counter-reset: counter-100; }
    section.content.commoninjuries-article ol li {
      display: block;
      position: relative;
      color: #211f1f;
      font-size: 18px;
      line-height: 1.4;
      padding-left: 26px; }
      section.content.commoninjuries-article ol li + li {
        margin-top: 5px; }
      section.content.commoninjuries-article ol li:before {
        content: counter(counter, decimal-leading-zero);
        counter-increment: counter;
        display: block;
        position: absolute;
        top: 0px;
        left: -4px;
        color: #cfe873; }
      @media (max-width: 479px) {
        section.content.commoninjuries-article ol li {
          font-size: 16px; } }
  section.content.commoninjuries-article .aside .common-injuries {
    background: #fff;
    padding: 25px 30px 30px;
    box-shadow: 0 11px 11px 6px rgba(0, 0, 0, 0.03); }
    section.content.commoninjuries-article .aside .common-injuries h2 {
      font-size: 30px;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 15px;
      margin-bottom: 20px; }
    section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article {
      position: relative;
      margin-bottom: 20px;
      transition: all .3s ease;
      border-bottom: 1px solid #f5f5f5;
      display: inline-block;
      padding-bottom: 20px; }
      section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content {
        width: 60%;
        margin-left: 40%;
        float: left;
        position: relative;
        padding-left: 20px;
        padding-top: 10px; }
        section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content h3 {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 10px;
          padding-bottom: 0;
          border-bottom: 0;
          margin-top: 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content p {
          line-height: 1.6;
          font-size: 14px;
          color: #828282;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-bottom: 0; }
        section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content .more {
          font-size: 13px;
          letter-spacing: 0.5px;
          padding-top: 15px;
          text-transform: uppercase;
          color: #484848; }
        @media (max-width: 768px) {
          section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content h3 {
            font-size: 16px; }
          section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content p {
            line-height: 1.4; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .content {
            width: 100%;
            margin-left: 0;
            padding: 0; } }
      section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        overflow: hidden; }
        section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .thumb .bg {
          transition: all .3s ease;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          height: 100%;
          max-height: calc(100vh - 100px); }
        @media (min-width: 768px) and (max-width: 1024px) {
          section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article .thumb {
            display: none; } }
      section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article:hover .bg {
        transform: scale(1.1) translateY(-3.7%); }
      section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article:hover h3, section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article:hover .more {
        color: #00aeef; }
      section.content.commoninjuries-article .aside .common-injuries .injury-articles a.each-article:last-child {
        margin-bottom: 0; }
    @media (max-width: 768px) {
      section.content.commoninjuries-article .aside .common-injuries {
        padding: 20px;
        margin-top: 20px; }
        section.content.commoninjuries-article .aside .common-injuries h2 {
          font-size: 20px; } }

#related {
  margin-bottom: 50px;
  margin-top: 10px;
  padding-bottom: 20px; }
  #related h2 {
    margin-bottom: 40px; }

.calltoaction {
  width: 100%;
  position: relative;
  height: 250px;
  margin-top: 100px;
  margin-bottom: 30px; }
  .calltoaction .bg {
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    bottom: 0;
    max-height: calc(100vh - 100px);
    z-index: 1; }
  .calltoaction .foreground {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 0px;
    height: 300px;
    overflow: hidden; }
    .calltoaction .foreground img {
      max-height: 300px; }
  .calltoaction .text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    padding: 20px 200px 20px 40px; }
    .calltoaction .text h1 {
      font-size: 30px;
      margin: 10px 0 20px;
      color: #484848;
      line-height: 1.1; }
    .calltoaction .text p {
      line-height: 1.3;
      margin-bottom: 0 !important; }
  @media (max-width: 1024px) {
    .calltoaction {
      height: 280px;
      margin-top: 0; }
      .calltoaction .bg {
        height: 280px; }
      .calltoaction .foreground {
        display: none; }
      .calltoaction .text {
        padding: 20px 30px; }
        .calltoaction .text h1 {
          font-size: 24px;
          line-height: 1; }
        .calltoaction .text a.book {
          padding: 9px 20px;
          min-width: 0; } }

.share-buttons a {
  padding-right: 10px;
  margin-right: 20px; }
  .share-buttons a img {
    height: 30px; }

section.noheader-intro.telehealth-header {
  height: 100px; }
  section.noheader-intro.telehealth-header .inside .text {
    font-size: 40px; }
    @media (max-width: 479px) {
      section.noheader-intro.telehealth-header .inside .text {
        font-size: 30px; } }

.telehealth-code {
  margin-top: -50px;
  height: 80vh; }
  @media (max-width: 479px) {
    .telehealth-code {
      margin-left: -15px; } }

img.sqaure-logo {
  margin-bottom: 30px; }

@media (max-width: 479px) {
  .ndis {
    text-align: center; }
    .ndis h2 {
      text-align: center !important; }
    .ndis img {
      margin-top: 15px; } }

div.promo-container + div.promo-container {
  margin-top: 30px; }
