@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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 {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -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;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Ubuntu Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p,
li {
  line-height: 1.5em;
}

h1 {
  font-family: "Freeman", sans-serif;
  font-size: 80px;
  letter-spacing: 3px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  h1 {
    font-size: 70px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    letter-spacing: 1px;
  }
}

h2 {
  font-family: "Freeman", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  h2 {
    font-size: 45px;
    letter-spacing: 1px;
  }
}

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

h3 {
  font-family: "Freeman", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  h3 {
    font-size: 33px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-family: "Freeman", sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

h5 {
  font-family: "Freeman", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

h6 {
  font-family: "Freeman", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  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;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  overflow-y: scroll;
}

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

*:focus, *:active {
  outline: none;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

body {
  counter-reset: section;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus, a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

*,
*:focus,
*:active {
  -webkit-tap-highlight-color: transparent !important;
}

@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-arrow-left:before, .icon-arrow-right-alt:before, .icon-arrow-right:before, .icon-check:before, .icon-chevron-left:before, .icon-chevron-right:before, .icon-close:before, .icon-download:before, .icon-facebook-alt:before, .icon-facebook:before, .icon-instagram:before, .icon-linkedin:before, .icon-plus:before, .icon-quote-purple-alt:before, .icon-quote-purple:before, .icon-quote:before, .icon-search:before, .icon-translate:before, .icon-twitter:before, .icon-youtube:before {
  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-arrow-left:before {
  content: "";
}

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

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

.icon-check:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

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

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

.icon-facebook-alt:before {
  content: "";
}

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

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

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

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

.icon-quote-purple-alt:before {
  content: "";
}

.icon-quote-purple:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

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

.icon-translate:before {
  content: "";
}

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

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

@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }
}

.ba-cta {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.ba-cta.red {
  background-color: #CF3539;
  color: #fff;
}

.ba-cta.white {
  background-color: #fff;
  color: #010101;
}

.ba-cta.white:hover {
  background-color: rgba(1, 1, 1, 0.1);
}

.ba-cta span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ba-cta span svg {
  margin-left: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 20px;
}

.ba-cta:hover svg {
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
.chosen-single,
select,
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  background-color: #fff;
  border: 1px solid #010101;
  border-radius: 0;
  color: #010101;
  line-height: 1.25;
  padding: 20px;
  width: 100%;
}

textarea {
  display: block;
  height: 110px;
  resize: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .4;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .4;
  text-transform: uppercase;
}

.nf-form-fields-required {
  display: none;
  text-transform: uppercase;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border-color: #CF3539;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #CF3539;
  font-size: 14px;
}

.wpcf7-form input[type="submit"] {
  height: auto !important;
  width: 100% !important;
}

.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #fff;
  font-size: 14px;
  margin: 20px 0 0 !important;
  padding: 10px !important;
  text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #CF3539 !important;
  border: none;
}

.wpcf7-form input,
.wpcf7-form label,
.wpcf7-form .wpcf7-not-valid-tip {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.wpcf7-form .wpcf7-spinner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  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;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  visibility: hidden;
}

.wpcf7-form.submitting label,
.wpcf7-form.submitting input,
.wpcf7-form.submitting .wpcf7-not-valid-tip {
  opacity: .1;
  pointer-events: none;
}

.wpcf7-form.submitting .wpcf7-spinner {
  opacity: 1;
  visibility: visible;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: #63cc63;
}

.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%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

.wp-caption.alignleft {
  margin: 0 33px 30px 0;
}

@media (max-width: 767px) {
  .wp-caption.alignleft {
    float: none;
  }
}

.wp-caption.alignright {
  margin: 0 0 30px 33px;
}

@media (max-width: 767px) {
  .wp-caption.alignright {
    float: none;
  }
}

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

.gallery {
  margin-bottom: 2.5em;
}

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

.site-header {
  background-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  left: 0;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 9;
}

@media (max-width: 991px) {
  .site-header {
    background-color: #010101;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 77px;
  }
}

.sticky-nav .site-header {
  background-color: #010101;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

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

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

@media (max-width: 782px) {
  .admin-bar.sticky-nav .site-header {
    top: 0;
  }
}

.site-header .site-header-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0 auto;
  max-width: 1300px;
}

.site-branding {
  width: 200px;
}

@media (max-width: 991px) {
  .site-branding {
    position: relative;
    width: 150px;
    z-index: 10;
  }
}

.site-branding img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 200px;
}

@media (max-width: 991px) {
  .site-branding img {
    margin-bottom: -30px;
    width: 150px;
  }
}

.sticky-nav .site-branding img {
  margin-bottom: -30px;
  width: 150px;
}

@media (max-width: 991px) {
  .main-navigation {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #010101;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -270px;
    padding: 40px 20px;
    position: fixed;
    top: 77px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 250px;
    z-index: 5;
  }
  .show-menu .main-navigation {
    left: 0;
  }
}

.main-navigation .ba-cta {
  display: none;
}

@media (max-width: 991px) {
  .main-navigation .ba-cta {
    display: inline-block;
  }
}

.main-navigation .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .main-navigation .menu {
    display: block;
  }
}

.main-navigation .menu li {
  display: block;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .main-navigation .menu li {
    margin-bottom: 40px;
    padding: 0;
  }
}

.main-navigation .menu li a {
  color: #fff;
  padding: 5px;
}

.main-navigation .menu li a:hover {
  color: #F3F5F9;
}

@media (max-width: 991px) {
  .header-cta {
    display: none;
  }
}

.menu-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  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;
  height: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 33px;
  z-index: 10;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  background-color: #F3F5F9;
  height: 3px;
  position: absolute;
  margin: auto 0;
  left: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.menu-toggle span:nth-child(1) {
  top: 6px;
  width: 100%;
}

.show-menu .menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 6px);
      -ms-transform: rotate(45deg) translate(7px, 6px);
          transform: rotate(45deg) translate(7px, 6px);
  width: 32px;
}

.menu-toggle span:nth-child(2) {
  bottom: 0;
  top: 0;
  width: 32px;
}

.show-menu .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-toggle span:nth-child(3) {
  bottom: 6px;
  width: 32px;
}

.show-menu .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
      -ms-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
  width: 32px;
}

.site-footer.section {
  background-color: #010101;
  padding: 60px 60px 100px;
}

@media (max-width: 991px) {
  .site-footer.section {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .site-footer.section {
    padding: 40px 20px;
  }
}

.site-footer.section,
.site-footer.section a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer.section ul {
  margin-left: 0;
  padding: 0;
}

.site-footer.section ul li {
  display: block;
  margin-bottom: 10px;
}

.site-footer.section a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

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

.site-footer.section .footer-widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .site-footer.section .footer-widgets {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .site-footer.section .footer-widgets_column {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .site-footer.section .logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.site-footer.section .logo img {
  max-width: 200px;
}

@media (max-width: 991px) {
  .site-footer.section .logo img {
    width: 150px;
  }
}

.site-footer.section .widget-title {
  color: #fff;
  font-family: "Freeman", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer.section p span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

body {
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1620px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.section {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section.section--dark {
  background-color: #010101;
  color: #fff;
}

.section .section-inner {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.section .section-inner-full {
  width: 100%;
}

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

.section-title.center .section-subtitle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-subtitle {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #CF3539;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.section-subtitle:before {
  background-color: #CF3539;
  content: '';
  display: block;
  height: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  width: 50px;
}

.section-subtitle.alt:after {
  background-color: #CF3539;
  content: '';
  display: block;
  height: 2px;
  margin-bottom: 2px;
  margin-left: 8px;
  width: 50px;
}

.section-title h2 {
  margin: 0 0 30px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: block;
  margin-right: 14px;
}

.navigation.paging-navigation {
  padding: 120px 30px;
}

@media (max-width: 1199px) {
  .navigation.paging-navigation {
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .navigation.paging-navigation {
    padding: 50px 20px;
  }
}

.navigation.paging-navigation ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0;
  padding: 0;
}

.navigation.paging-navigation ul li {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 7.5px;
}

.navigation.paging-navigation ul li a {
  color: #010101;
  display: block;
  padding: 5px;
}

.navigation.paging-navigation ul li a.prev {
  margin-right: 13.5px;
  padding: 0;
}

@media (max-width: 767px) {
  .navigation.paging-navigation ul li a.prev {
    margin-right: 5px;
  }
}

.navigation.paging-navigation ul li a.next {
  margin-left: 13.5px;
  padding: 0;
}

@media (max-width: 767px) {
  .navigation.paging-navigation ul li a.next {
    margin-left: 5px;
  }
}

.navigation.paging-navigation ul li span {
  color: #010101;
  display: block;
  padding: 5px;
}

.navigation.paging-navigation ul li .current {
  position: relative;
}

.navigation.paging-navigation ul li .current:after {
  background-color: #010101;
  bottom: 0;
  content: '';
  height: 4px;
  left: -10px;
  margin: 0 auto;
  position: absolute;
  right: -10px;
  width: 16px;
}

.navigation.paging-navigation ul li svg {
  display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text DefaultThement only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  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 !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
}

@media (min-width: 768px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-default {
  height: auto;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slick-initialized {
  height: auto !important;
  opacity: 1 !important;
  -webkit-transition: .7s !important;
  -o-transition: .7s !important;
  transition: .7s !important;
}

.slick-arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .3;
  padding: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 30px;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow svg {
  width: 15px;
}

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../assets/fonts/lg.eot?n1z373");
  src: url("../assets/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../assets/fonts/lg.woff?n1z373") format("woff"), url("../assets/fonts/lg.ttf?n1z373") format("truetype"), url("../assets/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: none;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  display: none;
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
.lg-outer.lg-pull-caption-up .lg-sub-html {
  display: none !important;
}

.hero-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #010101;
  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;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 400px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.hero-section:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(transparent));
  background-image: -o-linear-gradient(top, #010101, transparent);
  background-image: linear-gradient(180deg, #010101, transparent);
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero-section .section-inner:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#010101));
  background-image: -o-linear-gradient(top, transparent, #010101);
  background-image: linear-gradient(180deg, transparent, #010101);
  bottom: 0;
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-section:after {
  background-color: #010101;
  bottom: 0;
  content: '';
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero-section-intro {
  color: #fff;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.hero-section-intro h1 {
  margin: 0 0 40px;
}

.hero-section-intro p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .hero-section-intro p {
    font-size: 18px;
  }
}

.hero-section .hero-slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.hero-section .hero-slider,
.hero-section .hero-slider .slick-list,
.hero-section .hero-slider .slick-track,
.hero-section .hero-slider .slick-slide,
.hero-section .hero-slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.hero-section .hero-slider .slick-slide > div,
.hero-section .hero-slider .hero-slider_slide {
  width: 100%;
}

.hero-section .hero-slider img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-section {
  margin-top: -300px;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

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

.about-section:before {
  background-color: #010101;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 300px;
  z-index: 1;
}

.about-section .section-inner-full {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 80px -webkit-calc(50vw - 710px);
  padding: 80px calc(50vw - 710px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1500px) {
  .about-section .section-inner-full {
    padding: 80px 50px;
  }
}

@media (max-width: 1199px) {
  .about-section .section-inner-full {
    padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .about-section .section-inner-full {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .section-inner-full {
    padding: 40px 20px;
  }
}

.about-section .section-inner-full:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 0 0;
  content: '';
  height: 15px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 1;
}

.about-section .section-inner-full .text-wrap {
  background-color: #F3F5F9;
  border-radius: 4px;
  margin-top: 80px;
  padding: 40px 40px 100px;
  position: relative;
  width: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-section .section-inner-full .text-wrap {
    margin-top: 0;
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-section .section-inner-full .text-wrap {
    padding: 20px;
  }
}

.about-section .section-inner-full .text-wrap h2 {
  margin-bottom: 40px;
}

.about-section .section-inner-full .text-wrap .ba-cta {
  bottom: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
}

.about-section .section-inner-full .image-wrap {
  border-radius: 4px;
  margin-left: -100px;
  overflow: hidden;
  position: relative;
  width: -webkit-calc(50% + 100px);
  width: calc(50% + 100px);
}

@media (max-width: 991px) {
  .about-section .section-inner-full .image-wrap {
    margin-left: 0;
    width: 100%;
  }
}

.about-section .section-inner-full .image-wrap img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .about-section .section-inner-full .image-wrap img {
    position: static;
  }
}

.services-section {
  background-color: #010101;
  padding: 0 60px;
}

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

.services-section .section-inner-full {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 50px -webkit-calc(50vw - 710px) 100px;
  padding: 50px calc(50vw - 710px) 100px;
  position: relative;
}

@media (max-width: 1500px) {
  .services-section .section-inner-full {
    padding: 50px 50px 100px;
  }
}

@media (max-width: 1199px) {
  .services-section .section-inner-full {
    padding: 40px 40px 75px;
  }
}

@media (max-width: 767px) {
  .services-section .section-inner-full {
    padding: 40px 20px 60px;
  }
}

.services-section .section-inner-full:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 8px 8px;
  bottom: -15px;
  content: '';
  height: 15px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.services-section .services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.services-section .services-wrap .service {
  width: -webkit-calc((100% - 40px)/3);
  width: calc((100% - 40px)/3);
}

@media (max-width: 991px) {
  .services-section .services-wrap .service {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .services-section .services-wrap .service {
    width: 100%;
  }
}

.services-section .services-wrap .service-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-section .services-wrap .service-icon {
  width: 50px;
}

@media (max-width: 767px) {
  .services-section .services-wrap .service-icon {
    width: 40px;
  }
}

.services-section .services-wrap .service-text {
  padding-left: 20px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .services-section .services-wrap .service-text {
    padding-left: 15px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.services-section .services-wrap .service-text h3 {
  font-size: 30px;
  margin: 0 0 12px;
}

.apartments-section {
  padding: 100px 60px;
}

@media (max-width: 767px) {
  .apartments-section {
    padding: 100px 40px 60px;
  }
}

.apartments-section .text-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}

@media (max-width: 767px) {
  .apartments-section .text-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.apartments-section .text-wrap h2 {
  margin: 0;
}

.apartments-section .text-wrap .section-text {
  max-width: 50%;
}

@media (max-width: 767px) {
  .apartments-section .text-wrap .section-text {
    margin-top: 20px;
    max-width: 100%;
  }
}

.apartments-section .text-wrap p {
  margin: 0;
}

.apartments-section .apartments-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .apartments-section .apartments-wrap {
    margin-top: 40px;
  }
}

.apartments-section .apartments-wrap .apartment {
  width: -webkit-calc((100% - 40px)/3);
  width: calc((100% - 40px)/3);
}

@media (max-width: 767px) {
  .apartments-section .apartments-wrap .apartment {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .apartments-section .apartments-wrap .apartment:nth-child(5) {
    width: -webkit-calc((100% - 40px)/3*2 + 20px);
    width: calc((100% - 40px)/3*2 + 20px);
  }
  .apartments-section .apartments-wrap .apartment:nth-child(5) .apartment-inner {
    aspect-ratio: 2;
  }
}

.apartments-section .apartments-wrap .apartment-inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 1;
  background-color: #010101;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.apartments-section .apartments-wrap .apartment-inner:hover .apartment-image {
  opacity: 1;
}

.apartments-section .apartments-wrap .apartment-inner:hover .apartment-image img {
  -webkit-transform: scale(1.1) rotate(1deg);
      -ms-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}

.apartments-section .apartments-wrap .apartment-inner:hover .apartment-text {
  opacity: 0;
}

.apartments-section .apartments-wrap .apartment-image {
  bottom: 0;
  left: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.apartments-section .apartments-wrap .apartment-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

.apartments-section .apartments-wrap .apartment-text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.apartments-section .apartments-wrap .apartment-text h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 12px;
}

.apartments-section .apartments-wrap .apartment-text p {
  color: #fff;
  margin: 0;
}

.image-text-section {
  background-color: #010101;
  padding: 50px 60px 0;
}

@media (max-width: 767px) {
  .image-text-section {
    padding: 40px 20px 0;
  }
}

.image-text-section + .image-text-section {
  padding-bottom: 100px;
  padding-top: 0;
}

.image-text-section + .image-text-section .section-inner-full {
  border-radius: 0 0 8px 8px;
  padding-top: 0;
}

.image-text-section + .image-text-section .section-inner-full:before {
  border-radius: 0 0 8px 8px;
  bottom: -15px;
  content: '';
  top: auto;
}

.image-text-section .section-inner-full {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 100px -webkit-calc(50vw - 710px);
  padding: 100px calc(50vw - 710px);
  position: relative;
}

@media (max-width: 1500px) {
  .image-text-section .section-inner-full {
    padding: 80px 50px;
  }
}

@media (max-width: 1199px) {
  .image-text-section .section-inner-full {
    padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .image-text-section .section-inner-full {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .image-text-section .section-inner-full {
    padding: 20px;
  }
}

.image-text-section .section-inner-full:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 0 0;
  content: '';
  height: 15px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 1;
}

.image-text-section .text-wrap {
  background-color: #F3F5F9;
  padding: 80px;
}

.image-text-section .text-wrap .ba-cta {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .image-text-section .text-wrap .ba-cta {
    margin-top: 20px;
  }
}

.image-text-section.image-text .section-inner-full {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.image-text-section.image-text .text-wrap {
  padding-left: 160px;
  width: 65%;
}

@media (max-width: 1440px) {
  .image-text-section.image-text .text-wrap {
    padding: 60px 40px 60px 120px;
  }
}

@media (max-width: 1350px) {
  .image-text-section.image-text .text-wrap {
    padding: 40px 40px 40px 100px;
  }
}

@media (max-width: 991px) {
  .image-text-section.image-text .text-wrap {
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .image-text-section.image-text .text-wrap {
    padding: 40px 20px;
  }
}

.image-text-section.image-text .image-wrap {
  position: relative;
  width: 35%;
}

@media (max-width: 991px) {
  .image-text-section.image-text .image-wrap {
    margin-bottom: 60px;
    width: 100%;
  }
}

.image-text-section.image-text .image-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.image-text-section.image-text .image-wrap .image-1 {
  aspect-ratio: 0.8;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .image-text-section.image-text .image-wrap .image-1 {
    aspect-ratio: 1;
    margin-bottom: 0;
  }
}

.image-text-section.image-text .image-wrap .image-2 {
  border: 12px solid #F3F5F9;
  bottom: 0;
  right: -80px;
  position: absolute;
  width: 70%;
}

@media (max-width: 991px) {
  .image-text-section.image-text .image-wrap .image-2 {
    bottom: -40px;
    right: -70px;
  }
}

@media (max-width: 767px) {
  .image-text-section.image-text .image-wrap .image-2 {
    border-width: 6px;
    right: -30px;
  }
}

.image-text-section.text-image .section-inner-full {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-text-section.text-image .text-wrap {
  margin-right: -120px;
  padding-right: 240px;
  width: -webkit-calc(50% + 120px);
  width: calc(50% + 120px);
}

@media (max-width: 1440px) {
  .image-text-section.text-image .text-wrap {
    padding: 60px 220px 60px 60px;
  }
}

@media (max-width: 1350px) {
  .image-text-section.text-image .text-wrap {
    padding: 40px 200px 40px 40px;
  }
}

@media (max-width: 1199px) {
  .image-text-section.text-image .text-wrap {
    width: -webkit-calc(55% + 120px);
    width: calc(55% + 120px);
  }
}

@media (max-width: 991px) {
  .image-text-section.text-image .text-wrap {
    margin-bottom: 0;
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .image-text-section.text-image .text-wrap {
    padding: 40px 20px;
  }
}

.image-text-section.text-image .image-wrap {
  margin-top: 100px;
  position: relative;
  width: 50%;
}

@media (max-width: 1199px) {
  .image-text-section.text-image .image-wrap {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .image-text-section.text-image .image-wrap {
    margin-top: 0;
    width: 100%;
  }
}

.image-text-section.text-image .image-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.image-text-section.text-image .image-wrap .image-1 {
  aspect-ratio: 1.4;
}

.image-text-section.text-image .image-wrap .image-2 {
  border: 12px solid #F3F5F9;
  bottom: -60px;
  left: -60px;
  position: absolute;
  width: 60%;
}

@media (max-width: 767px) {
  .image-text-section.text-image .image-wrap .image-2 {
    border-width: 6px;
    left: -30px;
  }
}

.page-hero-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #010101;
  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;
  padding-bottom: 400px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-hero-section {
    padding-top: 150px;
    padding-bottom: 350px;
  }
}

.page-hero-section:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(transparent));
  background-image: -o-linear-gradient(top, #010101, transparent);
  background-image: linear-gradient(180deg, #010101, transparent);
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-hero-section .section-inner:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#010101));
  background-image: -o-linear-gradient(top, transparent, #010101);
  background-image: linear-gradient(180deg, transparent, #010101);
  bottom: 0;
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.page-hero-section:after {
  background-color: #010101;
  bottom: 0;
  content: '';
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-hero-section-intro {
  color: #fff;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.page-hero-section-intro h1 {
  margin: 0 0 40px;
}

.page-hero-section-intro p {
  font-size: 20px;
}

.page-hero-section img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.content-section {
  margin-top: -300px;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

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

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

.content-section:before {
  background-color: #010101;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 300px;
  z-index: 1;
}

.content-section .section-inner {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1500px) {
  .content-section .section-inner {
    padding: 80px 50px;
  }
}

@media (max-width: 1199px) {
  .content-section .section-inner {
    padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .content-section .section-inner {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .content-section .section-inner {
    padding: 40px 20px;
  }
}

.content-section .section-inner:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px 8px 0 0;
  content: '';
  height: 15px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 1;
}

.ln-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 991px) {
  .ln-gallery {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .ln-gallery {
    gap: 8px;
  }
}

.ln-gallery-image {
  aspect-ratio: 1.5;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  width: -webkit-calc((100% - 48px)/3);
  width: calc((100% - 48px)/3);
}

@media (max-width: 991px) {
  .ln-gallery-image {
    width: -webkit-calc((100% - 32px)/3);
    width: calc((100% - 32px)/3);
  }
}

@media (max-width: 767px) {
  .ln-gallery-image {
    border-radius: 4px;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

.ln-gallery-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

.ln-gallery-image:hover img {
  -webkit-transform: scale(1.1) rotate(1deg);
      -ms-transform: scale(1.1) rotate(1deg);
          transform: scale(1.1) rotate(1deg);
}

.contact-info {
  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;
  margin-bottom: 60px;
  width: 100%;
}

@media (max-width: 600px) {
  .contact-info {
    display: block;
    margin-bottom: 0;
  }
}

.contact-info div {
  font-size: 18px;
  padding: 0 12px;
  text-align: center;
}

@media (max-width: 600px) {
  .contact-info div {
    margin-bottom: 40px;
  }
}

.contact-info div span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contact-info div span img {
  margin-right: 6px;
  width: 25px;
}

.ln-map {
  aspect-ratio: 2;
  width: 100%;
}

@media (max-width: 991px) {
  .ln-map {
    aspect-ratio: 1;
  }
}

/*# sourceMappingURL=style.css.map */
