@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i&display=swap&subset=latin-ext");
*:focus, *:active, *:hover {
  outline: none;
}

*::before, *::after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

div, div:hover, div:focus, div:active,
p,
p:hover,
p:focus,
p:active,
a,
a:hover,
a:focus,
a:active,
strong,
strong:hover,
strong:focus,
strong:active,
i,
i:hover,
i:focus,
i:active,
h1,
h1:hover,
h1:focus,
h1:active,
h2,
h2:hover,
h2:focus,
h2:active,
h3,
h3:hover,
h3:focus,
h3:active,
h4,
h4:hover,
h4:focus,
h4:active,
h5,
h5:hover,
h5:focus,
h5:active,
h6,
h6:hover,
h6:focus,
h6:active,
sup,
sup:hover,
sup:focus,
sup:active,
sub,
sub:hover,
sub:focus,
sub:active,
section,
section:hover,
section:focus,
section:active,
footer,
footer:hover,
footer:focus,
footer:active,
header,
header:hover,
header:focus,
header:active,
body,
body:hover,
body:focus,
body:active {
  -webkit-tap-highlight-color: transparent;
}

p {
  margin-bottom: 1em;
}

p:first-of-type {
  margin-top: 0;
}

a {
  text-decoration: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1em;
}

address {
  margin: 0 0 1em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

em {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  max-width: 1510px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*General Style*/
body {
  color: #001839;
  font-family: "Oswald";
  font-size: 16px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Clearfix
--------------------------------------------------------------*/
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
  height: 1%;
}

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 0;
}

.gallery img {
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.full-width {
  float: left;
  width: 100%;
}

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

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

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

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

.alignleft {
  display: inline;
  margin-right: 1em;
}

.alignright {
  display: inline;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignvertical {
  vertical-align: middle;
}

[class^="icon"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 80px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 62px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-size: 60px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 991px) {
  h3 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 35px;
}

@media (max-width: 991px) {
  h4 {
    font-size: 31px;
  }
}

@media (max-width: 480px) {
  h4 {
    font-size: 31px;
  }
}

h5 {
  font-size: 24px;
}

@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 14px;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}

.icon-angle-down:before, .icon-angle-left:before, .icon-angle-right:before, .icon-angle-up:before, .icon-arrow-right:before, .icon-download:before, .icon-facebook:before, .icon-google-plus-g:before, .icon-instagram:before, .icon-linkedin:before, .icon-pinterest:before, .icon-search:before, .icon-twitter:before, .icon-youtube:before, .button:after, .frm_button_submit:after, .home-hero-properties button.slick-arrow.slick-prev:before,
.property-slider button.slick-arrow.slick-prev:before,
.gallery-slider-section button.slick-arrow.slick-prev:before, .home-hero-properties button.slick-arrow.slick-next:before,
.property-slider button.slick-arrow.slick-next:before,
.gallery-slider-section button.slick-arrow.slick-next:before, .filter-properties-header .sf-input-select:before, .filter-properties-header form > ul [data-sf-field-input-type="select"] label:before, .filter-properties-header .chosen-container-multi:after {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-angle-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-google-plus-g:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.home.header-active .site-header-main {
  background-color: #ffffff;
}

.site-header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 10;
  min-height: 81px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  .site-header-main {
    min-height: 55px;
  }
}

.home .site-header-main {
  background-color: transparent;
}

.site-header-main:before {
  content: '';
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 8;
  background-color: #001839;
  opacity: 0;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  -webkit-transition: width 0s ease 810ms, opacity 400ms ease 410ms;
  -o-transition: width 0s ease 810ms, opacity 400ms ease 410ms;
  transition: width 0s ease 810ms, opacity 400ms ease 410ms;
}

.site-header-main .social-icons-wrapper {
  margin-left: auto;
  margin-right: 6.3vw;
}

@media (max-width: 767px) {
  .site-header-main .social-icons-wrapper {
    margin-right: 5px;
  }
}

.site-branding {
  max-width: 243px;
  width: 50%;
}

@media (max-width: 767px) {
  .site-branding {
    max-width: 210px;
  }
}

.site-branding a {
  display: block;
  background-color: #001839;
  width: 100%;
  text-align: center;
  padding: 25px 20px 21px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

@media (max-width: 767px) {
  .site-branding a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-branding a:hover {
  background-color: #002d6c;
}

.site-branding a img {
  display: inline-block;
  max-width: 110px;
}

body.menu-opened .site-header-main:before {
  -webkit-transition: width 0s ease, opacity 400ms ease 10ms;
  -o-transition: width 0s ease, opacity 400ms ease 10ms;
  transition: width 0s ease, opacity 400ms ease 10ms;
  width: 100%;
  opacity: .5;
}

.site-nav-wrap {
  position: fixed;
  right: 0;
  top: 0;
  padding: 72px 61px;
  height: 100%;
  max-width: 490px;
  width: 100%;
  z-index: 11;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0ms linear 400ms;
  transition: -webkit-transform 0ms linear 400ms;
  -o-transition: transform 0ms linear 400ms;
  transition: transform 0ms linear 400ms;
  transition: transform 0ms linear 400ms, -webkit-transform 0ms linear 400ms;
}

@media (max-width: 767px) {
  .site-nav-wrap {
    padding: 30px 44px;
  }
}

@media (max-width: 480px) {
  .site-nav-wrap {
    padding: 30px 34px;
  }
}

.site-nav-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  background-color: #f8f9fe;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1) 10ms;
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1) 10ms;
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1) 10ms;
}

.site-nav-inner {
  position: relative;
  width: 0;
  text-align: right;
  z-index: 12;
  height: 100%;
  -webkit-transition: width 0ms linear 400ms, opacity 400ms linear 410ms, -webkit-transform 400ms ease 410ms;
  transition: width 0ms linear 400ms, opacity 400ms linear 410ms, -webkit-transform 400ms ease 410ms;
  -o-transition: width 0ms linear 400ms, transform 400ms ease 410ms, opacity 400ms linear 410ms;
  transition: width 0ms linear 400ms, transform 400ms ease 410ms, opacity 400ms linear 410ms;
  transition: width 0ms linear 400ms, transform 400ms ease 410ms, opacity 400ms linear 410ms, -webkit-transform 400ms ease 410ms;
}

@media (max-height: 600px) {
  .site-nav-inner {
    overflow: hidden;
  }
  .site-nav-inner:after, .site-nav-inner:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
  }
  .site-nav-inner:before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fe), color-stop(20%, #f8f9fe), to(rgba(248, 249, 254, 0)));
    background: -o-linear-gradient(top, #f8f9fe 0%, #f8f9fe 20%, rgba(248, 249, 254, 0) 100%);
    background: linear-gradient(to bottom, #f8f9fe 0%, #f8f9fe 20%, rgba(248, 249, 254, 0) 100%);
  }
  .site-nav-inner:after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f9fe), color-stop(20%, #f8f9fe), to(rgba(248, 249, 254, 0)));
    background: -o-linear-gradient(bottom, #f8f9fe 0%, #f8f9fe 20%, rgba(248, 249, 254, 0) 100%);
    background: linear-gradient(to top, #f8f9fe 0%, #f8f9fe 20%, rgba(248, 249, 254, 0) 100%);
  }
}

.site-nav-inner h3 {
  width: 100%;
  margin-bottom: 5px;
}

.site-nav-inner h3:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 270px;
  height: 2px;
  background-color: #b6badf;
  margin-left: auto;
  margin-right: 0;
}

.site-nav-inner h3:after {
  margin-top: 16px;
}

.site-nav-inner h3,
.site-nav-inner .main-navigation,
.site-nav-inner .site-nav-contact-wrap {
  opacity: 0;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.site-nav-inner h3 {
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

.site-nav-inner .main-navigation {
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

.site-nav-inner .site-nav-contact-wrap {
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

.site-nav-scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

@media (max-width: 991px), (max-height: 600px) {
  .site-nav-scroll-wrap {
    overflow-y: scroll;
  }
}

@media (max-height: 600px) {
  .site-nav-scroll-wrap {
    cursor: pointer;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: -20px;
  }
}

.site-nav-contact-wrap {
  width: 100%;
  margin-top: auto;
}

.site-nav-contact-wrap:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 270px;
  height: 2px;
  background-color: #b6badf;
  margin-left: auto;
  margin-right: 0;
}

.site-nav-contact-wrap:before {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .site-nav-contact-wrap:before {
    margin-bottom: 10px;
  }
}

.main-navigation {
  margin-bottom: auto;
}

.main-navigation .main-header-menu {
  padding: 8px 0;
}

.main-navigation ul {
  list-style: none;
}

.main-navigation ul ul {
  display: none;
}

.main-navigation ul ul a {
  font-size: 16px;
}

.main-navigation ul li {
  padding: 7px 0;
}

.main-navigation ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-transform: uppercase;
  padding: 2px;
  color: #001839;
  font-size: 18px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  font-weight: 500;
}

.main-navigation ul a:hover {
  color: #b6badf;
}

.main-navigation ul a:hover .arrow-toggle {
  color: #001839;
}

.main-navigation ul a .arrow-toggle {
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  line-height: 1em;
}

.main-navigation ul a .arrow-toggle [class*="icon-"] {
  font-size: 26px;
}

.main-navigation ul a .arrow-toggle:hover {
  color: #b6badf;
}

.main-navigation ul a [class*="icon-"] {
  height: 100%;
}

.main-navigation ul .current-menu-item a {
  color: #b6badf;
}

.site-nav-social-wrap {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .site-nav-social-wrap {
    margin-top: 15px;
  }
}

.site-nav-social-wrap .lf-social-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.menu-opened .site-nav-wrap {
  -webkit-transition: -webkit-transform 0ms ease;
  transition: -webkit-transform 0ms ease;
  -o-transition: transform 0ms ease;
  transition: transform 0ms ease;
  transition: transform 0ms ease, -webkit-transform 0ms ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.menu-opened .site-nav-wrap:before {
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

body.menu-opened .site-nav-wrap h3,
body.menu-opened .site-nav-wrap .main-navigation,
body.menu-opened .site-nav-wrap .site-nav-contact-wrap {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

body.menu-opened .site-nav-wrap h3 {
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 150ms;
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 150ms;
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 150ms;
}

body.menu-opened .site-nav-wrap .main-navigation {
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 200ms;
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 200ms;
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 200ms;
}

body.menu-opened .site-nav-wrap .site-nav-contact-wrap {
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 250ms;
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 250ms;
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1) 250ms;
}

body.menu-opened .site-nav-inner {
  -webkit-transition: width 0ms, opacity 600ms linear 10ms, -webkit-transform 600ms ease 10ms;
  transition: width 0ms, opacity 600ms linear 10ms, -webkit-transform 600ms ease 10ms;
  -o-transition: width 0ms, transform 600ms ease 10ms, opacity 600ms linear 10ms;
  transition: width 0ms, transform 600ms ease 10ms, opacity 600ms linear 10ms;
  transition: width 0ms, transform 600ms ease 10ms, opacity 600ms linear 10ms, -webkit-transform 600ms ease 10ms;
  opacity: 1;
  width: 100%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.menu-opened .site-nav-inner:after, body.menu-opened .site-nav-inner:before {
  -webkit-transition: 400ms ease 600ms;
  -o-transition: 400ms ease 600ms;
  transition: 400ms ease 600ms;
  opacity: 1;
}

.short-navigation {
  margin-right: auto;
  margin-left: 5.55vw;
}

@media (max-width: 991px) {
  .short-navigation {
    margin-left: 1vw;
  }
}

@media (max-width: 767px) {
  .short-navigation {
    display: none;
  }
}

.site-footer .widget_nav_menu ul,
.short-menu-container ul {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.site-footer .widget_nav_menu ul a,
.short-menu-container ul a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px;
  color: #001839;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

@media (max-width: 500px) {
  .site-footer .widget_nav_menu ul a,
  .short-menu-container ul a {
    padding: 5px 10px;
  }
}

.site-footer .widget_nav_menu ul a:after,
.short-menu-container ul a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b6badf;
  left: 0;
  bottom: 50%;
  -webkit-transform: scaleX(0) translateY(50%);
      -ms-transform: scaleX(0) translateY(50%);
          transform: scaleX(0) translateY(50%);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.site-footer .widget_nav_menu ul a:hover,
.short-menu-container ul a:hover {
  color: #b6badf;
}

.site-footer .widget_nav_menu ul a:hover:after,
.short-menu-container ul a:hover:after {
  -webkit-transform: scaleX(1) translateY(50%);
      -ms-transform: scaleX(1) translateY(50%);
          transform: scaleX(1) translateY(50%);
}

.site-footer .widget_nav_menu ul li,
.short-menu-container ul li {
  position: relative;
}

.site-footer .widget_nav_menu ul ul,
.short-menu-container ul ul {
  position: absolute;
  left: 0;
  margin-left: 0;
}

.site-footer .widget_nav_menu ul .current-menu-item > a,
.short-menu-container ul .current-menu-item > a {
  color: #b6badf;
}

.site-footer .widget_nav_menu ul .current-menu-item > a:after,
.short-menu-container ul .current-menu-item > a:after {
  bottom: 0;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.site-footer .widget_nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .widget_nav_menu ul ul {
  top: 0;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(-100%) scaleY(0);
      -ms-transform: translateY(-100%) scaleY(0);
          transform: translateY(-100%) scaleY(0);
  -webkit-transition: opacity 400ms, -webkit-transform 0ms ease 400ms;
  transition: opacity 400ms, -webkit-transform 0ms ease 400ms;
  -o-transition: opacity 400ms, transform 0ms ease 400ms;
  transition: opacity 400ms, transform 0ms ease 400ms;
  transition: opacity 400ms, transform 0ms ease 400ms, -webkit-transform 0ms ease 400ms;
  opacity: 0;
}

.site-footer .widget_nav_menu ul .menu-item-has-children > ul {
  background-color: #f8f9fe;
}

.site-footer .widget_nav_menu ul .menu-item-has-children:hover > ul {
  -webkit-transition: opacity 400ms ease 10ms, -webkit-transform 0ms;
  transition: opacity 400ms ease 10ms, -webkit-transform 0ms;
  -o-transition: opacity 400ms ease 10ms, transform 0ms;
  transition: opacity 400ms ease 10ms, transform 0ms;
  transition: opacity 400ms ease 10ms, transform 0ms, -webkit-transform 0ms;
  opacity: 1;
  -webkit-transform: translateY(-100%) scaleY(1);
      -ms-transform: translateY(-100%) scaleY(1);
          transform: translateY(-100%) scaleY(1);
}

.short-menu-container ul ul {
  bottom: 0;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateY(100%) scaleY(0);
      -ms-transform: translateY(100%) scaleY(0);
          transform: translateY(100%) scaleY(0);
  -webkit-transition: opacity 400ms, -webkit-transform 0ms ease 400ms;
  transition: opacity 400ms, -webkit-transform 0ms ease 400ms;
  -o-transition: opacity 400ms, transform 0ms ease 400ms;
  transition: opacity 400ms, transform 0ms ease 400ms;
  transition: opacity 400ms, transform 0ms ease 400ms, -webkit-transform 0ms ease 400ms;
  opacity: 0;
}

.short-menu-container ul .menu-item-has-children > ul {
  background-color: #ffffff;
}

.short-menu-container ul .menu-item-has-children:hover > ul {
  -webkit-transition: opacity 400ms ease 10ms, -webkit-transform 0ms;
  transition: opacity 400ms ease 10ms, -webkit-transform 0ms;
  -o-transition: opacity 400ms ease 10ms, transform 0ms;
  transition: opacity 400ms ease 10ms, transform 0ms;
  transition: opacity 400ms ease 10ms, transform 0ms, -webkit-transform 0ms;
  opacity: 1;
  -webkit-transform: translateY(100%) scaleY(1);
      -ms-transform: translateY(100%) scaleY(1);
          transform: translateY(100%) scaleY(1);
}

.menu-toggle-wrapper {
  padding-right: 20px;
  width: 30%;
  max-width: 88px;
  position: relative;
  z-index: 12;
}

@media (max-width: 767px) {
  .menu-toggle-wrapper {
    width: auto;
    padding-right: 5px;
  }
}

.menu-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 25px;
  padding: 5px;
}

.menu-toggle .close-line:before, .menu-toggle .close-line:after,
.menu-toggle .hamb-line:before,
.menu-toggle .hamb-line:after {
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease 400ms;
  transition: background-color 400ms ease, -webkit-transform 400ms ease 400ms;
  -o-transition: background-color 400ms ease, transform 400ms ease 400ms;
  transition: background-color 400ms ease, transform 400ms ease 400ms;
  transition: background-color 400ms ease, transform 400ms ease 400ms, -webkit-transform 400ms ease 400ms;
}

.menu-toggle:hover .close-line:before, .menu-toggle:hover .close-line:after,
.menu-toggle:hover .hamb-line:before,
.menu-toggle:hover .hamb-line:after {
  background-color: #b6badf;
}

.menu-toggle .close-line {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 3px;
  -webkit-transition: bottom 0ms ease 800ms, -webkit-transform 400ms;
  transition: bottom 0ms ease 800ms, -webkit-transform 400ms;
  -o-transition: bottom 0ms ease 800ms, transform 400ms;
  transition: bottom 0ms ease 800ms, transform 400ms;
  transition: bottom 0ms ease 800ms, transform 400ms, -webkit-transform 400ms;
}

.menu-toggle .close-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #001839;
}

.menu-toggle .close-line-0 {
  left: 50%;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg) translateX(0) scaleX(0.5);
      -ms-transform: rotate(45deg) translateX(0) scaleX(0.5);
          transform: rotate(45deg) translateX(0) scaleX(0.5);
}

.menu-toggle .close-line-0:before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-toggle .close-line-1 {
  right: 50%;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-45deg) translateX(0) scaleX(0.5);
      -ms-transform: rotate(-45deg) translateX(0) scaleX(0.5);
          transform: rotate(-45deg) translateX(0) scaleX(0.5);
}

.menu-toggle .close-line-1:before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-toggle .hamb-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  width: 100%;
}

.menu-toggle .hamb-line:before, .menu-toggle .hamb-line:after {
  content: '';
  display: block;
  background-color: #001839;
  width: 50%;
  height: 100%;
}

.menu-toggle .hamb-line:before {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.menu-toggle .hamb-line:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

body.menu-opened .menu-toggle .close-line-0 {
  -webkit-transform: rotate(45deg) translateX(-45%) scaleX(1);
      -ms-transform: rotate(45deg) translateX(-45%) scaleX(1);
          transform: rotate(45deg) translateX(-45%) scaleX(1);
}

body.menu-opened .menu-toggle .close-line-1 {
  -webkit-transform: rotate(-45deg) translateX(45%) scaleX(1);
      -ms-transform: rotate(-45deg) translateX(45%) scaleX(1);
          transform: rotate(-45deg) translateX(45%) scaleX(1);
}

body.menu-opened .menu-toggle .close-line {
  -webkit-transition: opacity 400ms linear, bottom 400ms ease 400ms, -webkit-transform 400ms ease 800ms;
  transition: opacity 400ms linear, bottom 400ms ease 400ms, -webkit-transform 400ms ease 800ms;
  -o-transition: opacity 400ms linear, bottom 400ms ease 400ms, transform 400ms ease 800ms;
  transition: opacity 400ms linear, bottom 400ms ease 400ms, transform 400ms ease 800ms;
  transition: opacity 400ms linear, bottom 400ms ease 400ms, transform 400ms ease 800ms, -webkit-transform 400ms ease 800ms;
  opacity: 1;
  bottom: 50%;
}

body.menu-opened .menu-toggle .close-line:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

body.menu-opened .menu-toggle .hamb-line:nth-of-type(1):before, body.menu-opened .menu-toggle .hamb-line:nth-of-type(1):after {
  -webkit-transition: 400ms ease 400ms;
  -o-transition: 400ms ease 400ms;
  transition: 400ms ease 400ms;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

body.menu-opened .menu-toggle .hamb-line:nth-of-type(2):before, body.menu-opened .menu-toggle .hamb-line:nth-of-type(2):after {
  -webkit-transition: 400ms ease 250ms;
  -o-transition: 400ms ease 250ms;
  transition: 400ms ease 250ms;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

body.menu-opened .menu-toggle .hamb-line:nth-of-type(3):before, body.menu-opened .menu-toggle .hamb-line:nth-of-type(3):after {
  -webkit-transition: 400ms ease 100ms;
  -o-transition: 400ms ease 100ms;
  transition: 400ms ease 100ms;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.site-content {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .site-content {
    padding-top: 55px;
  }
}

.home .site-content {
  padding-top: 0;
}

.site-footer {
  background-color: #f8f9fe;
}

.site-footer .container {
  max-width: 1815px;
}

.site-footer .widget_text:first-child {
  width: 50%;
  max-width: 287px;
}

@media (max-width: 991px) {
  .site-footer .widget_text:first-child {
    max-width: 140px;
  }
}

@media (max-width: 700px) {
  .site-footer .widget_text:first-child {
    max-width: 50%;
    width: 50%;
  }
}

.site-footer .widget_text:first-child * {
  margin-bottom: 0;
}

.site-footer .widget_text:first-child a {
  display: inline-block;
  max-width: 121px;
}

.site-footer .widget_text:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (max-width: 700px) {
  .site-footer .widget_text:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    max-width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  .site-footer .widget_text:last-child .widget-title {
    display: none;
  }
}

.site-footer .widget_text:last-child .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #b6badf;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 700px) {
  .site-footer .widget_nav_menu {
    padding-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer-widgets-wrapper {
  padding: 18px 0;
}

.footer-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .footer-column-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer-copyright {
  font-family: "Poppins";
  color: #4e5968;
  font-size: 12px;
  padding: 9px 0;
  border-top: 1px solid #b6badf;
}

.lf-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon-menu-items {
  padding: 4px;
}

.social-icon-menu-items a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 2px solid #001839;
  color: #001839;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.social-icon-menu-items a:hover {
  font-size: 16px;
  color: #ffffff;
  background-color: #f49807;
  border-color: #f49807;
}

body.admin-bar .site-nav-wrap {
  margin-top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .site-nav-wrap {
    margin-top: 46px;
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
  }
}

body.admin-bar .site-header-main {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header-main {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

.entry-content p {
  color: #4e5968;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 1.3em;
}

.entry-content p > a {
  color: #b6badf;
  text-decoration: underline;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.entry-content p > a:hover {
  color: #f49807;
}

@-webkit-keyframes blinkWhiteSecondary {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@keyframes blinkWhiteSecondary {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.button, .frm_button_submit {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
}

.button:after, .frm_button_submit:after {
  content: "";
}

.button:before, .frm_button_submit:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  z-index: -1;
  border-radius: 25px;
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

.button:after, .frm_button_submit:after {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  border: 2px solid;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33px;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  margin-left: 27px;
  z-index: 1;
}

.button.reverse, .reverse.frm_button_submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 15px;
}

.button.reverse:before, .reverse.frm_button_submit:before {
  left: initial;
  right: 0;
}

.button.reverse:after, .reverse.frm_button_submit:after {
  margin-left: 0;
  margin-right: 27px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button:hover:before, .frm_button_submit:hover:before {
  -webkit-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 600ms cubic-bezier(0.7, -0.02, 0.135, 1);
  width: 100%;
}

.button.primary, .primary.frm_button_submit {
  color: #ffffff;
}

.button.primary:before, .primary.frm_button_submit:before {
  background-color: #001839;
}

.button.primary:after, .primary.frm_button_submit:after {
  -webkit-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  -o-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  color: #001839;
  border-color: #001839;
  background-color: rgba(0, 24, 57, 0.1);
}

.button.primary:hover:after, .primary.frm_button_submit:hover:after {
  -webkit-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  -o-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  transition: border-color 400ms, background-color 400ms, color 600ms linear;
  color: #ffffff;
  border-color: rgba(0, 24, 57, 0);
  background-color: rgba(0, 24, 57, 0);
}

.button.secondary, .secondary.frm_button_submit {
  color: #ffffff;
}

.button.secondary:before, .secondary.frm_button_submit:before {
  background-color: #f49807;
}

.button.secondary:after, .secondary.frm_button_submit:after {
  -webkit-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  -o-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  color: #f49807;
  border-color: #f49807;
  background-color: rgba(244, 152, 7, 0.1);
}

.button.secondary:hover:after, .secondary.frm_button_submit:hover:after {
  -webkit-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  -o-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  transition: border-color 400ms, background-color 400ms, color 600ms linear;
  color: #ffffff;
  border-color: rgba(244, 152, 7, 0);
  background-color: rgba(244, 152, 7, 0);
}

.button.tertiary, .tertiary.frm_button_submit {
  color: #001839;
}

.button.tertiary:before, .tertiary.frm_button_submit:before {
  background-color: #b6badf;
}

.button.tertiary:after, .tertiary.frm_button_submit:after {
  -webkit-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  -o-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  color: #b6badf;
  border-color: #b6badf;
  background-color: rgba(182, 186, 223, 0.1);
}

.button.tertiary:hover:after, .tertiary.frm_button_submit:hover:after {
  -webkit-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  -o-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  transition: border-color 400ms, background-color 400ms, color 600ms linear;
  color: #001839;
  border-color: rgba(182, 186, 223, 0);
  background-color: rgba(182, 186, 223, 0);
}

.button.primary.white-arrow:after, .primary.white-arrow.frm_button_submit:after, .button.secondary.white-arrow:after, .secondary.white-arrow.frm_button_submit:after, .button.tertiary.white-arrow:after, .tertiary.white-arrow.frm_button_submit:after {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.button.primary:hover:after, .primary.frm_button_submit:hover:after, .button.secondary:hover:after, .secondary.frm_button_submit:hover:after, .button.tertiary:hover:after, .tertiary.frm_button_submit:hover:after {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.nav-links {
  text-align: center;
  width: 100%;
}

.nav-links .page-numbers {
  border: 2px solid #f49807;
  color: #f49807;
  display: inline-block;
  height: 30px;
  line-height: 1.7em;
  margin: 0 3px;
  min-width: 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background-color: #f49807;
  color: #fff;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  background-color: transparent;
  border: none;
  color: #f49807;
  height: auto;
  width: auto;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  border: 1px solid;
  border-radius: 0;
  font-size: 16px;
  line-height: 1em;
  padding: 10px;
  vertical-align: middle;
}

textarea {
  resize: none;
  padding-left: .6em;
  width: 100%;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-radius: 0;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.15em;
  padding: 10px;
  vertical-align: middle;
}

/*---- Placeholder ----*/
::-webkit-input-placeholder {
  opacity: 1;
}

\:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

\:-ms-input-placeholder {
  opacity: 1;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

fieldset {
  min-width: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.home-hero-properties button.slick-arrow,
.property-slider button.slick-arrow,
.gallery-slider-section button.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #ffffff;
  padding: 0;
  font-size: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 5px;
}

@media (max-width: 991px) {
  .home-hero-properties button.slick-arrow,
  .property-slider button.slick-arrow,
  .gallery-slider-section button.slick-arrow {
    height: 40px;
    width: 40px;
  }
}

.home-hero-properties button.slick-arrow:hover,
.property-slider button.slick-arrow:hover,
.gallery-slider-section button.slick-arrow:hover {
  background-color: #f49807;
  color: #ffffff;
}

.home-hero-properties button.slick-arrow.slick-prev:before,
.property-slider button.slick-arrow.slick-prev:before,
.gallery-slider-section button.slick-arrow.slick-prev:before {
  content: "";
}

.home-hero-properties button.slick-arrow.slick-next:before,
.property-slider button.slick-arrow.slick-next:before,
.gallery-slider-section button.slick-arrow.slick-next:before {
  content: "";
}

.home-hero-properties button.slick-arrow:before,
.property-slider button.slick-arrow:before,
.gallery-slider-section button.slick-arrow:before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
}

.select2-container--default {
  color: #000000;
  font-family: "Poppins";
  font-size: 18px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid;
  height: auto;
  line-height: 1em;
  padding: 14px 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  padding: 0;
  text-transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  margin: auto;
  right: 20px;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f49807 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: 0;
  margin-top: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #f49807 transparent;
  border-width: 0 5px 6px 5px;
}

.select2-search--dropdown {
  display: block;
  padding: 0 10px;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  padding: 5px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: gray;
  color: #f49807;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: gray;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

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

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

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

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.featherlight-content:hover .featherlight-next,
.featherlight-content:hover .featherlight-previous {
  opacity: 1;
}

.featherlight-next,
.featherlight-previous {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px);
  top: 25px;
  z-index: 2;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  font-size: 40px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
}

@media (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    padding: 10px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    font-size: 30px;
  }
}

@media (max-width: 480px), (max-height: 480px) {
  .featherlight-next,
  .featherlight-previous {
    padding: 5px;
    font-size: 25px;
  }
}

.featherlight-next [class*="icon-"],
.featherlight-previous [class*="icon-"] {
  width: 40px;
}

@media (max-width: 1024px) {
  .featherlight-next [class*="icon-"],
  .featherlight-previous [class*="icon-"] {
    width: 30px;
  }
}

@media (max-width: 480px), (max-height: 480px) {
  .featherlight-next [class*="icon-"],
  .featherlight-previous [class*="icon-"] {
    width: 25px;
  }
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.featherlight-previous {
  left: 25px;
}

@media (max-width: 1024px) {
  .featherlight-previous {
    left: 10px;
  }
}

.featherlight-next {
  right: 25px;
}

@media (max-width: 1024px) {
  .featherlight-next {
    right: 10px;
  }
}

.featherlight-close {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.featherlight-close:hover {
  color: #ff0000;
}

.featherlight .featherlight-close-icon {
  background: none;
}

body.m-touch-dev .featherlight-next,
body.m-touch-dev .featherlight-previous {
  opacity: 1;
}

.frm_forms {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
}

.frm_forms fieldset {
  border: none;
  margin: 0;
}

.frm_forms textarea::-webkit-input-placeholder,
.frm_forms input::-webkit-input-placeholder,
.frm_forms textarea,
.frm_forms input {
  font-family: "Poppins";
  line-height: normal;
  color: #4e5968;
  font-size: 1em;
}

.frm_forms textarea::-moz-placeholder,
.frm_forms input::-moz-placeholder,
.frm_forms textarea,
.frm_forms input {
  font-family: "Poppins";
  line-height: normal;
  color: #4e5968;
  font-size: 1em;
}

.frm_forms textarea::-ms-input-placeholder,
.frm_forms input::-ms-input-placeholder,
.frm_forms textarea,
.frm_forms input {
  font-family: "Poppins";
  line-height: normal;
  color: #4e5968;
  font-size: 1em;
}

.frm_forms textarea::placeholder,
.frm_forms input::placeholder,
.frm_forms textarea,
.frm_forms input {
  font-family: "Poppins";
  line-height: normal;
  color: #4e5968;
  font-size: 1em;
}

.frm_forms textarea::-webkit-input-placeholder,
.frm_forms input::-webkit-input-placeholder {
  color: #4e5968;
}

.frm_forms textarea::-moz-placeholder,
.frm_forms input::-moz-placeholder {
  color: #4e5968;
}

.frm_forms textarea::-ms-input-placeholder,
.frm_forms input::-ms-input-placeholder {
  color: #4e5968;
}

.frm_forms textarea::placeholder,
.frm_forms input::placeholder {
  color: #4e5968;
}

.frm_forms textarea,
.frm_forms input {
  width: 100%;
  border: 1px solid #b6badf;
  padding: 13px 21px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.frm_forms textarea:focus,
.frm_forms input:focus {
  border-color: #f49807 !important;
}

.frm_forms textarea {
  height: 231px;
}

.frm_forms .frm_required {
  display: none;
}

.frm_forms .frm_error {
  color: #ff0000;
  font-size: 12px;
  padding-top: 0.42857em;
  font-weight: 400;
}

.vertical_radio .frm_error {
  padding-left: 15px;
}

.lf-frm-agree {
  width: -webkit-calc(100% - 145px);
  width: calc(100% - 145px);
}

@media (max-width: 480px) {
  .lf-frm-agree {
    width: 95%;
    margin-bottom: 30px;
  }
}

.frm_blank_field input[type=text],
.frm_blank_field input[type=password],
.frm_blank_field input[type=url],
.frm_blank_field input[type=tel],
.frm_blank_field input[type=number],
.frm_blank_field input[type=email],
.frm_blank_field textarea,
.frm_blank_field .mce-edit-area iframe,
.frm_blank_field select,
.frm_form_fields_error_style,
.frm_blank_field .frm-g-recaptcha iframe,
.frm_blank_field .g-recaptcha iframe,
.frm_blank_field .frm-card-element.StripeElement,
.frm_blank_field .chosen-container-multi .chosen-choices,
.frm_blank_field .chosen-container-single .chosen-single,
.frm_form_field :invalid {
  border-color: #ff0000;
}

.frm_form_fields .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}

.frm_form_fields .frm_fields_container > * {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.frm_form_fields .frm_fields_container > *.frm_last_elem {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.frm_t_wrap,
.frm_f_wrap,
.frm_h_wrap {
  padding: 0 15px;
  min-height: 5.55556em;
}

.frm_t_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.frm_h_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  .frm_h_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .frm_t_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.frm_submit {
  padding: 0 15px;
  margin-left: auto;
}

.frm_f_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 252px;
}

.frm_button_submit {
  background: none;
  border: none;
  font-family: "Oswald";
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  color: #ffffff;
}

.frm_button_submit:before {
  background-color: #f49807;
}

.frm_button_submit:after {
  -webkit-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  -o-transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  transition: border-color 400ms linear 400ms, background-color 400ms linear 400ms, color 600ms linear;
  color: #f49807;
  border-color: #f49807;
  background-color: rgba(244, 152, 7, 0.1);
}

.frm_button_submit:hover:after {
  -webkit-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  -o-transition: border-color 400ms, background-color 400ms, color 600ms linear;
  transition: border-color 400ms, background-color 400ms, color 600ms linear;
  color: #ffffff;
  border-color: rgba(244, 152, 7, 0);
  background-color: rgba(244, 152, 7, 0);
}

.frm_radio,
.frm_checkbox {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2em;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}

.frm_radio label,
.frm_checkbox label {
  font-size: 12px !important;
  padding-left: 0;
}

.frm_radio a,
.frm_checkbox a {
  text-decoration: underline;
  color: #f49807;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.frm_radio a:hover,
.frm_checkbox a:hover {
  color: #b6badf;
}

.frm_radio .frm_required,
.frm_checkbox .frm_required {
  display: inline-block;
  font-size: 1em;
}

.frm_radio label,
.frm_checkbox label {
  display: block;
}

.frm_radio input,
.frm_checkbox input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  max-width: 30px;
}

.frm_radio input + span span:first-child,
.frm_checkbox input + span span:first-child {
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b6badf;
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.frm_radio input + span span:first-child:after,
.frm_checkbox input + span span:first-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f49807;
  opacity: 0;
}

.frm_radio input:checked + span span:first-child,
.frm_checkbox input:checked + span span:first-child {
  border-color: #f49807;
}

.frm_radio input:checked + span span:first-child:after,
.frm_checkbox input:checked + span span:first-child:after {
  opacity: 1;
}

.frm_opt_container {
  margin-left: 15px;
  margin-top: 4px;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: none;
}

.home-hero {
  position: relative;
  min-height: 640px;
  height: 50vw;
  max-height: 910px;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .home-hero {
    height: 100vh;
  }
}

.home-hero .entry-content {
  margin-bottom: 30px;
}

.home-hero .entry-content h1,
.home-hero .entry-content h2,
.home-hero .entry-content h3,
.home-hero .entry-content h4,
.home-hero .entry-content h5,
.home-hero .entry-content h6 {
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
  text-shadow: 0 0 16px rgba(78, 89, 104, 0.18);
}

.home-hero .entry-content h1 {
  line-height: 1.15;
}

.home-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  padding-top: 100px;
}

.home-hero-media-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.home-hero-media-wrap img,
.home-hero-media-wrap video,
.home-hero-media-wrap iframe {
  position: relative;
  width: 100%;
  min-width: 1400px;
  min-height: 640px;
}

.vimeo-iframe {
  -webkit-transform: translateY(-14%);
      -ms-transform: translateY(-14%);
          transform: translateY(-14%);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 1921px) {
  .vimeo-iframe {
    -webkit-transform: translateY(-14%) scale(1.4);
        -ms-transform: translateY(-14%) scale(1.4);
            transform: translateY(-14%) scale(1.4);
  }
}

.home-hero-content {
  max-width: 600px;
  padding-top: 10px;
  width: 50%;
}

@media (max-width: 767px) {
  .home-hero-content {
    width: 100%;
    max-width: 460px;
  }
}

.home-hero-properties {
  margin-top: 0;
  padding: 2.5px;
  width: 100%;
  margin-left: auto;
  max-width: 100%;
}

.home-hero-properties .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .home-hero-properties .slick-slide {
    width: 100%/3;
  }
}

.home-hero-properties button.slick-arrow {
  color: #001839;
}

.home-hero-properties button.slick-arrow.slick-prev {
  left: 1vw;
}

.home-hero-properties button.slick-arrow.slick-next {
  right: 1vw;
}

@media (max-width: 767px) {
  .home-hero-properties button.slick-arrow.slick-prev {
    left: 12px;
  }
  .home-hero-properties button.slick-arrow.slick-next {
    right: 12px;
  }
}

.home-hero-properties button.slick-arrow.slick-disabled {
  width: 0;
  opacity: 0;
}

@media (max-width: 480px) {
  .home-hero-properties {
    width: 100%;
  }
}

.home-hero-properties .property-item-inner {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  min-height: 70px;
  padding: 10px 30px;
}

.home-hero-properties .property-item {
  background-image: none !important;
}

.home-hero-pr-item {
  padding: 2.5px 2.5px;
  width: 33.33333%;
}

section.properties-under-hero {
  margin-top: -90px;
  position: relative;
  z-index: 9;
}

.two-column {
  padding-top: 77px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .two-column {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

.two-column h1,
.two-column h2,
.two-column h3,
.two-column h4,
.two-column h5,
.two-column h6 {
  margin-bottom: 10px;
}

.two-column .entry-content h1,
.two-column .entry-content h2,
.two-column .entry-content h3,
.two-column .entry-content h4,
.two-column .entry-content h5,
.two-column .entry-content h6 {
  max-width: 520px;
}

.two-column .entry-content h1 em,
.two-column .entry-content h2 em,
.two-column .entry-content h3 em,
.two-column .entry-content h4 em,
.two-column .entry-content h5 em,
.two-column .entry-content h6 em {
  text-decoration: underline;
  font-style: normal;
  -webkit-text-decoration-color: #b6badf;
          text-decoration-color: #b6badf;
}

@media (max-width: 767px) {
  .two-column .entry-content h1,
  .two-column .entry-content h2,
  .two-column .entry-content h3,
  .two-column .entry-content h4,
  .two-column .entry-content h5,
  .two-column .entry-content h6 {
    margin-bottom: 1em;
  }
}

.two-column-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 900px) {
  .two-column-content h1 {
    font-size: 80px;
  }
}

@media (min-width: 900px) {
  .two-column-content h2 {
    font-size: 60px;
  }
}

@media (min-width: 900px) {
  .two-column-content h3 {
    font-size: 50px;
  }
}

@media (min-width: 900px) {
  .two-column-content h4 {
    font-size: 35px;
  }
}

@media (min-width: 900px) {
  .two-column-content h5 {
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  .two-column-content h6 {
    font-size: 14px;
  }
}

.two-column-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}

@media (max-width: 767px) {
  .two-column-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*
 * Explanation on how to adjust position of "showcase" items and ajdust responsive 
 * If there is a problem with svg lines (where they are partially shown in their "non-hover" state) please adjust $dashvals in _variables.scss. To get apropriate value use google inspect tool to find which value looks the best
 * Search (ctr+F) apropriate "bookmarks" to find the places in code which are being referenced by the instructions
 * (Bookmark 1) has more details about how styles should be applied
 * Step 0: Plan the layout of elements in photoshop. It's enought to add guides in photoshop which will serve as "boundries" for elements. If possible try to leave equal "empty space" on left and right
 * Step 1: Adjust positions using pixel values from photoshop (Bookmark 1). Rel function will convert those pixel values to vw. Example if element in photoshop has
 * Step 2: Copy everything between (Bookmark 1, Bookmark 2) and paste it between (Bookmark 3, Bookmark 4) while replacing old values (this will adjust responsive for resolutions between $lg and $md
 * Step 3: Adjust responsive for mobile version, by changing values for background position and size (Bookmark 5), and other paddings, margins.. etc (Bookmark 6)
 */
.showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

.showcase > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100vw;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  width: 100vw;
  max-width: 100vw;
}

.is-int-exp .showcase > img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110vw;
      -ms-flex: 0 0 110vw;
          flex: 0 0 110vw;
  width: 110vw;
  max-width: 110vw;
  -webkit-transform: translate(-6vw, -2vw);
      -ms-transform: translate(-6vw, -2vw);
          transform: translate(-6vw, -2vw);
}

.showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.showcase-svg-wrap {
  position: absolute;
}

.showcase-item {
  position: relative;
  padding: 0 0.78125vw;
  /*
     * NOTE: Please read the instructions at the top of the document.
     * Details about how styles were used for each of the html elements: 
     *
     * :nth-of-type(x) (x can be 1, 2, 3)
     *      "flex" and "max-width" values are used to limit the size of the "hoverable" area of the element.
     *      if margins (left and right) are used on nth-of-type, they are going to create space between "items". Some designs don't need margins while others do.
     *      "margin-top" is used to move whole element from the top of the section
     *
     * .showcase-item-content
     *      "padding-left" will allow to leave "gap" in case the svg starts from the left side of the element
     *
     * .showcase-svg-wrap
     *      "flex" and "max-width" controls dimensions of the svg
     *      "top" positions element relative to the top of the item. This also allows to have line behind the textbox which might be required by the design
     *      "left" moves the element on horizotal axis and sometimes it has same or similar value to the "padding-left" in ".showcase-item-content"
     */
}

.showcase-item svg {
  height: initial;
  width: 100%;
}

.showcase-item:nth-of-type(1) svg path {
  -webkit-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  stroke-dasharray: 747;
  stroke-dashoffset: 747;
}

.showcase-item:nth-of-type(1).reverse svg path {
  stroke-dashoffset: -747;
}

.showcase-item:nth-of-type(2) svg path {
  -webkit-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  stroke-dasharray: 735;
  stroke-dashoffset: 735;
}

.showcase-item:nth-of-type(2).reverse svg path {
  stroke-dashoffset: -735;
}

.showcase-item:nth-of-type(3) svg path {
  -webkit-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  stroke-dasharray: 418;
  stroke-dashoffset: 418;
}

.showcase-item:nth-of-type(3).reverse svg path {
  stroke-dashoffset: -418;
}

body.lf-tablet-showcase .showcase-item svg path,
body.lf-mobile-showcase .showcase-item svg path, .showcase-item:hover svg path {
  stroke-dashoffset: 0;
}

body.lf-tablet-showcase .showcase-item .showcase-item-text-wrap:before,
body.lf-mobile-showcase .showcase-item .showcase-item-text-wrap:before, .showcase-item:hover .showcase-item-text-wrap:before {
  width: 100%;
}

body.lf-tablet-showcase .showcase-item .showcase-item-text,
body.lf-mobile-showcase .showcase-item .showcase-item-text, .showcase-item:hover .showcase-item-text {
  -webkit-transition: opacity 780ms ease 260ms, -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms;
  transition: opacity 780ms ease 260ms, -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms;
  -o-transition: opacity 780ms ease 260ms, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms;
  transition: opacity 780ms ease 260ms, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms;
  transition: opacity 780ms ease 260ms, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms, -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1) 260ms;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.showcase-item:nth-of-type(1) {
  margin-top: 7.29167vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.69792vw;
      -ms-flex: 0 0 23.69792vw;
          flex: 0 0 23.69792vw;
  width: 23.69792vw;
  margin-right: 11.77083vw;
}

.showcase-item:nth-of-type(1) .showcase-item-content {
  padding-left: 1.92708vw;
}

.showcase-item:nth-of-type(1) .showcase-svg-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.375vw;
      -ms-flex: 0 0 9.375vw;
          flex: 0 0 9.375vw;
  width: 9.375vw;
  top: 10.41667vw;
  left: 2.70833vw;
}

.showcase-item:nth-of-type(2) {
  margin-top: 6.35417vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19.375vw;
      -ms-flex: 0 0 19.375vw;
          flex: 0 0 19.375vw;
  width: 19.375vw;
}

.showcase-item:nth-of-type(2) .showcase-item-content {
  padding-left: 2.13542vw;
}

.showcase-item:nth-of-type(2) .showcase-svg-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.36458vw;
      -ms-flex: 0 0 15.36458vw;
          flex: 0 0 15.36458vw;
  width: 15.36458vw;
  margin-top: 0.26042vw;
  top: 10.41667vw;
  left: 2.91667vw;
}

.showcase-item:nth-of-type(3) {
  margin-top: 3.125vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.91667vw;
      -ms-flex: 0 0 22.91667vw;
          flex: 0 0 22.91667vw;
  width: 22.91667vw;
  padding-left: 0vw;
}

.showcase-item:nth-of-type(3) .showcase-item-content {
  padding-left: 5.41667vw;
}

.showcase-item:nth-of-type(3) .showcase-svg-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.54167vw;
      -ms-flex: 0 0 13.54167vw;
          flex: 0 0 13.54167vw;
  width: 13.54167vw;
  -webkit-transform: translateY(-0.9375vw);
      -ms-transform: translateY(-0.9375vw);
          transform: translateY(-0.9375vw);
  top: 11.77083vw;
  left: 0.9375vw;
}

.showcase-item-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 5.72917vw;
  width: 15.625vw;
  z-index: 1;
}

.showcase-item-text-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 100%;
  width: 3px;
  -webkit-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 1300ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

.showcase-item-title {
  font-size: 0.625vw;
  text-transform: uppercase;
  font-weight: bold;
  color: #001839;
}

.showcase-item-number {
  font-family: "Poppins";
  font-size: 2.08333vw;
  line-height: 1.3;
  color: #001839;
  font-weight: 600;
  margin-bottom: 0.52083vw;
}

.showcase-item-number:after {
  content: '';
  display: block;
  height: 3px;
  background-color: #4e5968;
  width: 7.39583vw;
}

.showcase-item-number span {
  font-size: 1.04167vw;
}

.showcase-item-text {
  position: relative;
  font-family: "Poppins";
  padding: 1.04167vw;
  font-size: 0.72917vw;
  line-height: 1.85714em;
  color: #4e5968;
  -webkit-transition: opacity 780ms ease, -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: opacity 780ms ease, -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: opacity 780ms ease, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1), -webkit-transform 780ms cubic-bezier(0.7, -0.02, 0.135, 1);
  opacity: 0;
  -webkit-transform: translateX(4.16667vw);
      -ms-transform: translateX(4.16667vw);
          transform: translateX(4.16667vw);
}

@media (max-width: 1199px) {
  .showcase > img {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130vw;
        -ms-flex: 0 0 130vw;
            flex: 0 0 130vw;
    width: 130vw;
    max-width: 130vw;
  }
  .showcase-overlay {
    padding-left: 10.15625vw;
    -webkit-transform: translateX(-5.41667vw);
        -ms-transform: translateX(-5.41667vw);
            transform: translateX(-5.41667vw);
  }
  .showcase-item {
    padding: 0 1.01563vw;
  }
  .showcase-item:nth-of-type(1) {
    margin-top: 9.47917vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.80729vw;
        -ms-flex: 0 0 30.80729vw;
            flex: 0 0 30.80729vw;
    width: 30.80729vw;
    margin-right: 15.30208vw;
  }
  .showcase-item:nth-of-type(1) .showcase-item-content {
    padding-left: 2.50521vw;
  }
  .showcase-item:nth-of-type(1) .showcase-svg-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.1875vw;
        -ms-flex: 0 0 12.1875vw;
            flex: 0 0 12.1875vw;
    width: 12.1875vw;
    top: 13.54167vw;
    left: 3.52083vw;
  }
  .showcase-item:nth-of-type(2) {
    margin-top: 8.26042vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.1875vw;
        -ms-flex: 0 0 25.1875vw;
            flex: 0 0 25.1875vw;
    width: 25.1875vw;
  }
  .showcase-item:nth-of-type(2) .showcase-item-content {
    padding-left: 2.77604vw;
  }
  .showcase-item:nth-of-type(2) .showcase-svg-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.97396vw;
        -ms-flex: 0 0 19.97396vw;
            flex: 0 0 19.97396vw;
    width: 19.97396vw;
    margin-top: 0.33854vw;
    top: 13.54167vw;
    left: 3.79167vw;
  }
  .showcase-item:nth-of-type(3) {
    margin-top: 4.0625vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.79167vw;
        -ms-flex: 0 0 29.79167vw;
            flex: 0 0 29.79167vw;
    width: 29.79167vw;
    padding-left: 0vw;
  }
  .showcase-item:nth-of-type(3) .showcase-item-content {
    padding-left: 7.04167vw;
  }
  .showcase-item:nth-of-type(3) .showcase-svg-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17.60417vw;
        -ms-flex: 0 0 17.60417vw;
            flex: 0 0 17.60417vw;
    width: 17.60417vw;
    -webkit-transform: translateY(-1.21875vw);
        -ms-transform: translateY(-1.21875vw);
            transform: translateY(-1.21875vw);
    top: 15.30208vw;
    left: 1.21875vw;
  }
  .showcase-item-text-wrap {
    min-height: 7.44792vw;
    width: 20.3125vw;
  }
  .showcase-item-title {
    font-size: 0.8125vw;
  }
  .showcase-item-number {
    margin-bottom: 0.67708vw;
    font-size: 2.70833vw;
  }
  .showcase-item-number:after {
    width: 9.61458vw;
  }
  .showcase-item-number span {
    font-size: 1.35417vw;
  }
  .showcase-item-text {
    padding: 1.35417vw;
    font-size: 0.94792vw;
    -webkit-transform: translateX(5.41667vw);
        -ms-transform: translateX(5.41667vw);
            transform: translateX(5.41667vw);
  }
}

body.lf-mobile-showcase .showcase-overlay {
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.lf-mobile-showcase .showcase img {
  display: none;
}

body.lf-mobile-showcase .showcase-overlay {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
}

body.lf-mobile-showcase .showcase-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
  margin-top: 0;
  padding: 0 2.34375vw;
  background-repeat: no-repeat;
  margin-bottom: 4.6875vw;
  height: 78.125vw;
  -webkit-box-shadow: 0 0 10px 1px rgba(9, 46, 90, 0.3);
          box-shadow: 0 0 10px 1px rgba(9, 46, 90, 0.3);
  background-size: 240vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(1) {
  background-position: 15% 35%;
  padding-left: 13.28125vw;
  padding-top: 4.6875vw;
  margin-right: 0;
}

@media (max-width: 420px) {
  body.lf-mobile-showcase .showcase-item:nth-of-type(1) {
    padding-top: 30px;
  }
}

body.lf-mobile-showcase .showcase-item:nth-of-type(1) .showcase-item-content {
  padding-left: 1.5625vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(1) .showcase-item-text-wrap {
  width: 60vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(1) .showcase-svg-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21.09375vw;
      -ms-flex: 0 0 21.09375vw;
          flex: 0 0 21.09375vw;
  width: 21.09375vw;
  top: 28.125vw;
  left: 12.5vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(2) {
  background-position: 73% 21%;
  padding-left: 18.59375vw;
  padding-top: 4.6875vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(2) .showcase-item-content {
  padding-left: 0vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(2) .showcase-svg-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28.125vw;
      -ms-flex: 0 0 28.125vw;
          flex: 0 0 28.125vw;
  width: 28.125vw;
  top: 35.9375vw;
  left: 18.59375vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(3) {
  background-position: 96% 0%;
  padding-left: 10.78125vw;
  padding-top: 4.6875vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(3) .showcase-item-content {
  padding-left: 16.5625vw;
}

body.lf-mobile-showcase .showcase-item:nth-of-type(3) .showcase-svg-wrap {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5vw;
      -ms-flex: 0 0 37.5vw;
          flex: 0 0 37.5vw;
  width: 37.5vw;
  -webkit-transform: translateY(-2.8125vw);
      -ms-transform: translateY(-2.8125vw);
          transform: translateY(-2.8125vw);
  top: 38.28125vw;
  left: 15.625vw;
}

body.lf-mobile-showcase .showcase-item-text-wrap {
  position: relative;
  min-height: 17.1875vw;
  width: 46.875vw;
}

body.lf-mobile-showcase .showcase-item-title {
  font-size: 1.875vw;
}

body.lf-mobile-showcase .showcase-item-number {
  margin-bottom: 1.5625vw;
  font-size: 6.25vw;
}

body.lf-mobile-showcase .showcase-item-number:after {
  width: 22.1875vw;
}

body.lf-mobile-showcase .showcase-item-number span {
  font-size: 3.125vw;
}

body.lf-mobile-showcase .showcase-item-text {
  padding: 3.125vw;
  font-size: 2.1875vw;
  -webkit-transform: translateX(12.5vw);
      -ms-transform: translateX(12.5vw);
          transform: translateX(12.5vw);
}

@media (max-width: 600px) {
  body.lf-mobile-showcase .showcase-item-text {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
  }
}

@media (max-width: 420px) {
  body.lf-mobile-showcase .showcase-item-text {
    font-size: 12px;
  }
}

.gallery-slider-section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-slider-section .slick-slider {
  position: static;
}

.gallery-slider-section .slick-list {
  overflow: visible;
}

.gallery-slider-section button.slick-arrow.slick-prev {
  left: 3vw;
}

.gallery-slider-section button.slick-arrow.slick-next {
  right: 3vw;
}

.gallery-slider-section button.slick-arrow.slick-disabled {
  width: 0;
  opacity: 0;
}

.gallery-slider-wrap {
  margin-right: -5px;
  margin-left: -5px;
}

.gallery-slider-item {
  display: inline-block;
  width: 19.8%;
  padding: 10px 5px;
}

.gallery-slider-img {
  display: block;
  height: 460px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

@media (max-width: 1199px) {
  .gallery-slider-img {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .gallery-slider-img {
    height: 320px;
  }
}

@media (max-width: 420px) {
  .gallery-slider-img {
    height: 290px;
  }
}

.gallery-slider-img:hover {
  opacity: 0.8;
}

.small-map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .small-map-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.small-map-section h3 {
  margin-bottom: 0.22em;
}

.small-map-section .property-item {
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1540px) {
  .small-map-section .property-item {
    min-height: 22.75vw;
  }
}

@media (max-width: 1199px) {
  .small-map-section .property-item {
    min-height: 300px;
  }
}

.small-map-section .property-item-inner {
  max-width: 244px;
  width: 80%;
  min-height: 200px;
}

@media (max-width: 900px) {
  .small-map-section .property-item {
    height: 250px;
  }
}

.small-map-section.m-single {
  display: block;
  padding-top: 105px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .small-map-section.m-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.small-map-section.m-single .small-map-wrap {
  padding: 30px;
  background-color: #f8f9fe;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 686px;
}

@media (max-width: 1199px) {
  .small-map-section.m-single .small-map-wrap {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .small-map-section.m-single .small-map-wrap {
    padding-left: 0;
    padding-right: 0;
    height: 480px;
  }
}

@media (max-width: 420px) {
  .small-map-section.m-single .small-map-wrap {
    height: 380px;
  }
}

.small-map {
  width: 100%;
  height: 100%;
}

.small-map-wrap {
  padding-right: 15px;
  padding-left: 30px;
  height: 670px;
}

@media (max-width: 991px) {
  .small-map-wrap {
    padding-left: 15px;
    height: 70vh;
  }
}

@media (max-width: 420px) {
  .small-map-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.small-map-right,
.small-map-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 900px) {
  .small-map-right,
  .small-map-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1700px) {
  .small-map-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  .small-map-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.small-map-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 40px 15px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.small-map-right.lf-loading-sm {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 1700px) {
  .small-map-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 1366px) {
  .small-map-right {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .small-map-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.small-map-right > * {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-map-right h3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 45%;
}

@media (max-width: 1366px) {
  .small-map-right h3 {
    width: 100%;
  }
}

.small-map-right .small-map-tab-nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 45%;
}

@media (max-width: 1366px) {
  .small-map-right .small-map-tab-nav {
    width: 100%;
  }
}

.small-map-tab {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms, height 0ms ease 400ms;
  -o-transition: opacity 400ms, height 0ms ease 400ms;
  transition: opacity 400ms, height 0ms ease 400ms;
}

.small-map-tab.m-active {
  -webkit-transition: opacity 400ms ease 400ms, height 0ms ease 400ms;
  -o-transition: opacity 400ms ease 400ms, height 0ms ease 400ms;
  transition: opacity 400ms ease 400ms, height 0ms ease 400ms;
  opacity: 1;
  height: 500px;
}

@media (max-width: 900px) {
  .small-map-tab.m-active {
    height: 440px;
  }
}

.small-map-tab-btn {
  display: inline-block;
  border-bottom: 2px solid transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  font-size: 14px;
  line-height: 1.07143;
  margin-right: 12px;
  padding: 9px 0;
  font-family: "Poppins";
  font-weight: 500;
}

@media (max-width: 767px) {
  .small-map-tab-btn {
    margin-right: 15px;
  }
}

.small-map-tab-btn:before {
  content: '';
  display: inline-block;
  height: 1.07143em;
  width: 1.85714em;
  margin-right: 10px;
  background-color: currentColor;
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -webkit-box-shadow: 0 0 0 0 currentColor;
          box-shadow: 0 0 0 0 currentColor;
}

@media (max-width: 420px) {
  .small-map-tab-btn:before {
    margin-bottom: 5px;
  }
}

.small-map-tab-btn span {
  display: inline-block;
  color: #4e5968;
  height: 1em;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  -o-transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
  transition: 400ms cubic-bezier(0.7, -0.02, 0.135, 1);
}

@media (max-width: 420px) {
  .small-map-tab-btn span {
    display: block;
  }
}

.small-map-tab-btn.m-active {
  border-color: currentColor;
}

.small-map-tab-btn:hover:before {
  -webkit-box-shadow: 0 0 0 4px currentColor;
          box-shadow: 0 0 0 4px currentColor;
}

.small-map-tab-btn:hover span {
  color: #f49807;
}

.small-map-tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.small-map-property-count {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.small-map-utilty-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 42px;
}

@media (max-width: 900px) {
  .small-map-utilty-bar {
    padding-right: 15px;
  }
}

.small-map-utilty-bar .button, .small-map-utilty-bar .frm_button_submit {
  margin-top: 6px;
}

.small-map-window {
  position: relative;
  background-color: currentColor;
  padding: 18px;
  display: none;
  /* This element draws the tip. */
}

.small-map-window.m-active {
  display: block;
}

.small-map-window:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid currentColor;
}

.small-map-overlay-content {
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: bold;
  width: 170px;
}

.small-map-overlay-content .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin-top: 10px;
}

.small-map-overlay-content a {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.small-map-overlay-content a:hover .icon {
  color: #001839;
  border-color: #001839;
}

.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 200px;
}

.overflow-drag-zone {
  position: absolute;
}

@media (max-width: 991px) {
  .overflow-drag-zone {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 37%;
    pointer-events: all;
  }
  .overflow-drag {
    position: relative;
    width: 100%;
    pointer-events: none;
  }
}

.small-map-empty-tab {
  padding-top: 37px;
  padding-bottom: 13px;
  padding-right: 65px;
}

@media (max-width: 900px) {
  .small-map-empty-tab {
    padding-right: 15px;
  }
}

.small-map-empty-item {
  min-height: 350px;
  height: 350px;
  background-color: #e7edf9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}

@media (max-width: 900px) {
  .small-map-empty-item {
    min-height: 300px;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .small-map-empty-item {
    font-size: 18px;
  }
}

.page-hero {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  min-height: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .page-hero {
    min-height: 480px;
  }
}

@media (max-width: 600px) {
  .page-hero {
    min-height: 280px;
  }
  .page-hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 57, 0.3);
  }
}

.page-hero a {
  color: #ffffff;
}

.page-hero .social-icon-menu-items a {
  border-color: #ffffff;
}

.page-hero .social-icon-menu-items a:hover {
  border-color: #f49807;
}

.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero h4,
.page-hero h5,
.page-hero h6 {
  margin-bottom: 0;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(78, 89, 104, 0.18);
}

@media (min-width: 991px) and (max-width: 1440px) {
  .page-hero h3 {
    font-size: 42px;
  }
}

.page-hero .contact-label {
  color: #b6badf;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.page-hero .contact-text {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.2em;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

@media (max-width: 767px) {
  .page-hero .contact-text {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-hero .contact-text {
    font-size: 16px;
  }
}

.page-hero a.contact-text:hover {
  color: #f49807;
}

.page-hero .lf-social-wrapper {
  margin-top: 12px;
  margin-left: -5px;
}

.page-hero-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 80px 110px;
  right: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 24, 57, 0.8);
  width: 50%;
  max-width: 635px;
}

@media (max-width: 1199px) {
  .page-hero-side {
    padding: 40px 55px;
  }
}

@media (max-width: 767px) {
  .page-hero-side {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .page-hero-side {
    position: relative;
    width: 100%;
  }
}

.page-hero-inner {
  padding: 40px 0;
}

@media (max-width: 600px) {
  .page-hero-inner {
    position: relative;
  }
}

.page-hero-content {
  width: 52%;
}

@media (max-width: 600px) {
  .page-hero-content {
    width: 100%;
  }
}

.property-grid {
  padding: 89px 0;
}

@media (max-width: 767px) {
  .property-grid {
    padding: 40px 0;
  }
}

.property-grid.m-prop-single {
  padding-top: 36px;
}

.property-grid h1,
.property-grid h2,
.property-grid h3,
.property-grid h4,
.property-grid h5,
.property-grid h6 {
  margin-bottom: 13px;
}

.property-grid .property-item {
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1540px) {
  .property-grid .property-item {
    min-height: 22.75vw;
  }
}

@media (max-width: 1199px) {
  .property-grid .property-item {
    min-height: 300px;
  }
}

.property-grid .property-item-inner {
  max-width: 244px;
  width: 80%;
  min-height: 200px;
}

.property-grid-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}

@media (max-width: 1199px) {
  .property-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .property-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 7.5px 15px;
  }
}

.property-grid-btn-wrap {
  text-align: center;
  padding: 22px 0 12px;
}

.filter-properties-homepage {
  position: absolute;
  right: 0;
  top: 60px;
  width: 55%;
}

@media (max-width: 1366px) {
  .filter-properties-homepage {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    top: 0;
    padding-bottom: 15px;
  }
}

.filter-properties-header {
  position: relative;
  padding: 86px 0 70px;
}

@media (max-width: 767px) {
  .filter-properties-header {
    padding: 36px 0 40px;
  }
}

.filter-properties-homepage .filter-properties-header {
  padding: 0;
}

.filter-properties-header .chosen-container {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: bold;
}

.filter-properties-header .chosen-container div b {
  background: none;
}

.filter-properties-header .sf-input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  line-height: normal;
  padding-bottom: 5px;
}

.filter-properties-header .sf-input-select:before {
  content: "";
}

.filter-properties-header .sf-input-select option {
  line-height: 2;
  color: #4e5968;
}

.filter-properties-header .sf-input-select option:hover {
  background-color: #f49807;
  color: #ffffff;
}

.filter-properties-header h2 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .filter-properties-header h2 {
    margin-bottom: 30px;
  }
}

.filter-properties-header form > ul {
  position: relative;
  background-color: #001839;
  color: #5b697d;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 25px 8px;
}

.filter-properties-homepage .filter-properties-header form > ul {
  background: none;
  padding-left: 0;
  padding-right: 42px;
}

@media (max-width: 1700px) {
  .filter-properties-homepage .filter-properties-header form > ul {
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .filter-properties-header form > ul {
    padding: 8px 10px 20px;
  }
}

.filter-properties-header form > ul > li {
  padding: 30px 20px;
  width: 25%;
}

.filter-properties-homepage .filter-properties-header form > ul > li {
  padding: 0 7.5px;
  width: 50%;
}

@media (max-width: 480px) {
  .filter-properties-homepage .filter-properties-header form > ul > li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .filter-properties-header form > ul > li {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .filter-properties-header form > ul > li {
    width: 100%;
  }
}

.filter-properties-header form > ul [data-sf-field-input-type="select"] label {
  display: block;
  padding-top: 10px;
  width: 100%;
  background: none;
  position: relative;
}

.filter-properties-header form > ul [data-sf-field-input-type="select"] label:before {
  content: "";
}

.filter-properties-header form > ul [data-sf-field-input-type="select"] label:before {
  pointer-events: none;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 30px;
}

.filter-properties-header form > ul [data-sf-field-input-type="select"] .chosen-single {
  border: none;
  border-bottom: 2px solid #ffffff;
  background: none;
  border-radius: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  padding-bottom: 5px;
}

.filter-properties-header form > ul [data-sf-field-input-type="select"] .chosen-with-drop label:before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.filter-properties-header form > ul h4 {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 0;
}

.filter-properties-header form [data-sf-field-type="post_meta"] div {
  font-family: "Poppins";
}

.filter-properties-header form [data-sf-field-type="post_meta"] input {
  width: auto;
  background: none;
  border: none;
  padding: 0;
  text-align: right;
  color: #f49807;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.filter-properties-header form [data-sf-field-type="post_meta"] input::-webkit-outer-spin-button, .filter-properties-header form [data-sf-field-type="post_meta"] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter-properties-header form [data-sf-field-type="post_meta"] input[type=number] {
  -moz-appearance: textfield;
}

.filter-properties-header form .sf-range-postfix,
.filter-properties-header form .sf-range-values-seperator {
  color: #f49807;
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
}

.filter-properties-header form .sf-range-values-seperator {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}

.filter-properties-header form .sf-range-postfix {
  display: inline-block;
  margin-right: 10px;
  margin-left: 3px;
}

.filter-properties-header form .sf-range-postfix:first-of-type {
  display: none;
}

.filter-properties-header form .chosen-container input {
  -moz-text-align-last: left;
       text-align-last: left;
}

.filter-properties-header .sf-field-reset {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

@media (max-width: 767px) {
  .filter-properties-header .sf-field-reset {
    padding-left: 30px;
  }
}

.filter-properties-header .sf-field-reset a {
  color: #ffffff;
  background-color: #f49807;
  padding: 5px 18px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: inline-block;
}

.filter-properties-header .sf-field-reset a:hover {
  background-color: #4e5968;
}

.filter-properties-header .chosen-container {
  width: 100% !important;
}

.filter-properties-header .sf-meta-range {
  text-align: right;
}

.filter-properties-header .searchandfilter .meta-slider {
  margin-top: 3px;
}

.filter-properties-header .searchandfilter .noUi-connect {
  background-color: #b6badf;
}

.filter-properties-homepage .filter-properties-header .searchandfilter .noUi-connect {
  background-color: #4e5968;
}

.filter-properties-header .noUi-connects {
  border-radius: 0;
  background-color: #5b697d;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.filter-properties-homepage .filter-properties-header .noUi-connects {
  background-color: #f49807;
}

.filter-properties-header .noUi-target {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-properties-header .meta-slider {
  height: 2px;
}

.filter-properties-header .searchandfilter .noUi-horizontal .noUi-handle {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.filter-properties-header .searchandfilter .noUi-horizontal .noUi-handle:before {
  height: 13px;
  width: 13px;
  left: 50%;
  right: initial;
  top: 50%;
  bottom: initial;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.filter-properties-homepage .filter-properties-header .searchandfilter .noUi-horizontal .noUi-handle:before {
  background-color: #4e5968;
}

.filter-properties-header .searchandfilter .noUi-horizontal .noUi-handle:after {
  content: none;
}

.filter-properties-header .searchandfilter label {
  vertical-align: top;
}

.filter-properties-header .chosen-container-multi {
  position: relative;
}

.filter-properties-header .chosen-container-multi:after {
  content: "";
}

.filter-properties-header .chosen-container-multi:after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #ffffff;
}

.filter-properties-header .chosen-container-multi .chosen-choices {
  background: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  padding: 0;
}

.filter-properties-header .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
}

.filter-properties-header .chosen-container.chosen-with-drop .chosen-drop {
  border: none;
}

.filter-properties-header .chosen-container .chosen-results li {
  font-size: 16px;
  padding: 10px 5px;
}

.filter-properties-header .chosen-container .chosen-results li.highlighted {
  background-color: #f49807;
  background-image: none;
}

.filter-properties-header .chosen-container-active .chosen-choices {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-properties-header .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  border-radius: 0;
}

.filter-properties-header .searchandfilter .meta-slider {
  max-width: -webkit-calc(100% - 10px);
  max-width: calc(100% - 10px);
}

.filter-properties-header-bg {
  background-size: cover;
  background-position: center left;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.filter-properties .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 17px;
}

.filter-properties .pagination a {
  margin: 0 7px;
}

.filter-properties .property-item {
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1540px) {
  .filter-properties .property-item {
    min-height: 22.75vw;
  }
}

@media (max-width: 1199px) {
  .filter-properties .property-item {
    min-height: 300px;
  }
}

.filter-properties .property-item-inner {
  max-width: 244px;
  width: 80%;
  min-height: 200px;
}

.h-hide-defaults {
  display: none;
}

.c-search-filter-results-number {
  display: none;
}

.search-filter-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 85px;
}

@media (max-width: 767px) {
  .search-filter-results {
    padding-top: 35px;
  }
}

.filter-properties-no-results {
  padding: 15px;
  font-size: 20px;
}

.contact-form-section {
  padding: 84px 0;
}

.contact-form-section .container {
  margin: 0 auto;
  max-width: 1210px;
  width: 90%;
}

@media (max-width: 480px) {
  .contact-form-section .container {
    width: 100%;
  }
}

.contact-form-section h3 {
  margin-bottom: 29px;
}

.address-map-wrap {
  position: relative;
}

.address-map-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: -1;
  background-color: #f7f9fd;
}

.address-map {
  position: relative;
  height: 600px;
  -webkit-box-shadow: 2.179px 3.355px 20px 0 rgba(9, 46, 90, 0.08);
          box-shadow: 2.179px 3.355px 20px 0 rgba(9, 46, 90, 0.08);
}

@media (max-width: 991px) {
  .address-map {
    height: 400px;
  }
}

@media (max-width: 420px) {
  .address-map {
    height: 320px;
  }
}

.site-nav-contact-wrap .contact-label {
  display: block;
  color: #b6badf;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.site-nav-contact-wrap .contact-text {
  display: inline-block;
  color: #4e5968;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 1.2em;
}

@media (max-width: 767px) {
  .site-nav-contact-wrap .contact-text {
    margin-bottom: 0.8em;
  }
}

.site-nav-contact-wrap a.contact-text {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.site-nav-contact-wrap a.contact-text:hover {
  color: #f49807;
}

.contact-section {
  position: relative;
}

.contact-section:after {
  content: '';
  display: block;
  height: 88%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7f9fd;
}

.contact-section .entry-content h1,
.contact-section .entry-content h2,
.contact-section .entry-content h3,
.contact-section .entry-content h4,
.contact-section .entry-content h5,
.contact-section .entry-content h6 {
  margin-bottom: 0.2em;
}

.contact-section-box {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2.179px 3.355px 24px 8px rgba(9, 46, 90, 0.08);
          box-shadow: 2.179px 3.355px 24px 8px rgba(9, 46, 90, 0.08);
  min-height: 420px;
  background-position: center center;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .contact-section-box {
    min-height: 0;
    position: relative;
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .contact-section-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(247, 249, 253, 0.8);
  }
}

@media (max-width: 420px) {
  .contact-section-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact-section-content {
  position: relative;
  top: 50%;
  bottom: 50%;
  margin-left: 10%;
  width: 40%;
  max-width: 410px;
}

@media (max-width: 1199px) {
  .contact-section-content {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .contact-section-content {
    margin-left: auto;
    margin-right: auto;
  }
}

.property-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.property-item:hover .property-item-inner {
  color: #f49807;
  background-color: #001839;
}

.property-item-inner {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background-color: rgba(0, 24, 57, 0.5);
  color: #ffffff;
}

.property-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
}

.property-item-inner h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
}

.property-item-inner .icon {
  pointer-events: all;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 33px;
  width: 33px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.overflow-slider-outer {
  width: 100%;
  overflow: hidden;
  padding-top: 37px;
  padding-bottom: 13px;
  padding-right: 65px;
}

@media (max-width: 900px) {
  .overflow-slider-outer {
    padding-right: 15px;
  }
}

.overflow-slider {
  overflow: hidden;
}

.overflow-drag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.overflow-scrollbar-wrap {
  margin-top: 40px;
  background-color: #f8f9fe;
}

.overflow-scrollbar-wrap.m-hidden {
  display: none;
}

.overflow-scrollbar {
  cursor: -webkit-grab;
  cursor: grab;
  height: 5px;
  background-color: #b6badf;
  -webkit-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}

.overflow-scrollbar:hover {
  background-color: #002d6c;
}

.overflow-slider-title {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.overflow-gallery-img {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  min-height: 420px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.overflow-gallery-img:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .overflow-gallery-img {
    min-height: 380px;
  }
}

@media (max-width: 480px) {
  .overflow-gallery-img {
    min-height: 320px;
  }
}

@media (max-width: 420px) {
  .overflow-gallery-img {
    min-height: 260px;
  }
}

.not-found {
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  min-height: 72vh;
}

.not-found-inner {
  max-width: 440px;
}

.not-found-inner h3 {
  margin-bottom: 15px;
}

.not-found-inner:before {
  content: '404';
  display: block;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.not-found-inner .page-content {
  font-size: 16px;
  line-height: 1.625;
  font-family: "Poppins";
  color: #4e5968;
}

.not-found-inner .page-content p {
  margin-bottom: 1.3em;
}

.property-header {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .property-header {
    padding-bottom: 15px;
  }
}

.property-header:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 100%;
  width: -webkit-calc(100% - (100vw - 1510px) / 2 - 40px);
  width: calc(100% - (100vw - 1510px) / 2 - 40px);
  background-color: #f7f9fd;
  z-index: -1;
}

.property-header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 84px 0 64px;
}

@media (max-width: 420px) {
  .property-header-main {
    padding: 35px 0 30px;
  }
}

.property-header-main .button, .property-header-main .frm_button_submit {
  white-space: nowrap;
  margin-left: auto;
}

.property-header-main h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.23333;
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .property-header-main h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .property-header-main h1 {
    font-size: 40px;
    margin-bottom: 0.5em;
  }
}

.property-header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001839;
  color: #ffffff;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .property-header-box {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .property-header-box {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .property-header-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.property-header-box .button, .property-header-box .frm_button_submit {
  margin-left: auto;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .property-header-box .button, .property-header-box .frm_button_submit {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .property-header-box .button, .property-header-box .frm_button_submit {
    margin-left: 30px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .property-header-box .button, .property-header-box .frm_button_submit {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .property-header-box .button, .property-header-box .frm_button_submit {
    margin-bottom: 30px;
  }
}

.property-box-col {
  padding: 35px 28px;
}

@media (max-width: 1199px) {
  .property-box-col {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .property-box-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .property-box-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 600px) {
  .property-box-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .property-box-col {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.property-box-col.m-highlight {
  width: 50%;
  max-width: 270px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 26px 20px;
  background-color: #f49807;
}

@media (max-width: 1199px) {
  .property-box-col.m-highlight {
    max-width: 240px;
  }
}

@media (max-width: 480px) {
  .property-box-col.m-highlight {
    width: auto;
  }
}

@media (max-width: 600px) {
  .property-box-col.m-highlight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .property-box-col.m-highlight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.property-box-col.m-highlight .property-box-label {
  color: #001839;
  margin-bottom: 0.7em;
}

.property-box-col.m-highlight .property-box-val {
  font-size: 35px;
  line-height: 1;
  font-family: "Oswald";
}

.property-box-label {
  color: #5b697d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1em;
}

.property-box-val {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
}

.property-box-val small {
  font-variant: small-caps;
}

.property-box-val small,
.property-box-val span {
  margin-left: .25em;
}

.property-slider-wrap {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .property-slider-wrap {
    padding: 15px 0;
  }
}

.property-slider button.slick-arrow.slick-prev {
  left: 1.6vw;
}

.property-slider button.slick-arrow.slick-next {
  right: 1.6vw;
}

.property-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-bottom: 2.2vw;
}

.property-slider .slick-dots button {
  border: 2px solid #ffffff;
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 0;
}

.property-slider .slick-dots button:hover {
  background-color: #f49807;
  border-color: #f49807;
}

.property-slider .slick-dots li {
  margin: 5px;
}

.property-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  border-color: #ffffff;
}

.property-slider-item {
  height: 748px;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1540px) {
  .property-slider-item {
    height: 48.5vw;
  }
}

@media (max-width: 480px) {
  .property-slider-item {
    height: 58.5vw;
  }
}

.property-section {
  position: relative;
  padding: 50px;
  padding-bottom: 72px;
  border-bottom: 1px solid #b6badf;
}

@media (max-width: 420px) {
  .property-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
  }
}

.property-section.m-details {
  padding-top: 95px;
  padding-bottom: 100px;
}

.property-section.m-documents .property-section-item-val {
  line-height: 2;
}

.property-section.m-documents .property-section-item {
  margin-bottom: 26px;
}

.property-section-label {
  position: absolute;
  left: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.property-section-label.m-top {
  top: 95px;
  -webkit-transform: rotate(-90deg) translateX(-100%);
      -ms-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
}

.property-section-label.m-bottom {
  top: initial;
  bottom: 109px;
}

@media (max-width: 420px) {
  .property-section-label,
  .property-section-label.m-top,
  .property-section-label.m-bottom {
    top: 3em;
    left: initial;
    right: 0;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

.property-section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.property-section-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .property-section-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.property-section-header h1,
.property-section-header h2,
.property-section-header h3,
.property-section-header h4,
.property-section-header h5,
.property-section-header h6 {
  font-weight: 500;
  line-height: 1.28571em;
  margin-bottom: 1.05714em;
}

.property-section-item {
  max-width: 423px;
  border-bottom: 1px solid #b6badf;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.property-section-item-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: .7em;
}

.property-section-item-val {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.85714;
  color: #4e5968;
  font-family: "Poppins";
  font-weight: 500;
}

.property-section-item-val .icon {
  margin-left: auto;
  font-size: 22px;
  line-height: 1;
  color: #b6badf;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

a.property-section-item-val:hover {
  color: #f49807;
}

a.property-section-item-val:hover .icon {
  color: #f49807;
}

.property-map-section {
  padding-top: 105px;
  padding-bottom: 50px;
}

.property-map-inner {
  padding: 30px;
  background-color: #f8f9fe;
}

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