@charset "UTF-8";
/*
Theme Name: Assemble
Theme URI: www.strafecreative.co.uk
Author: Strafe Creative
Author URI:  www.strafecreative.co.uk
Description: Framework designed and built by Strafe Creative
Version: 1.0.0
*/
/***************
  * Config *
 ***************/
/**********
 * Grid *
 **********/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

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

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

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

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  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;
}

/***************
  * Grid *
  * See https://bulma.io/documentation/columns/
 ***************/
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 599px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 600px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}

.columns:last-child {
  margin-bottom: -1rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  padding: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 600px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 599px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 600px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/***************
  * Keyframes *
 ***************/
@keyframes fadeInTop {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveInTop {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0) translateY(-50%);
  }
  to {
    transform: rotate(360deg) translateY(-50%);
  }
}

/***************
  * Main *
  * Browser resets etc *
 ***************/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #707880;
  font: normal 16px "MierB", sans-serif;
  height: 100%;
  margin: 0;
}

body.is-overflow-h {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #707880;
  text-decoration: none;
}

a:hover {
  color: #707880;
}

a:focus {
  outline: 0;
}

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

.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
}

.gm-ui-hover-effect img {
  width: 18px !important;
  height: 18px !important;
}

.gm-style .gm-style-iw-c {
  padding: 2rem 2.5rem 2.5rem 2.5rem !important;
  max-width: 380px !important;
}

.circular-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #bde2fe;
  border-radius: 50%;
  margin-right: 16px;
}

.circular-icon i {
  color: #bde2fe;
  font-size: 2rem;
  max-height: 20px;
  max-width: 20px;
}

.circular-icon i::before {
  display: block;
}

@media (max-width: 768px) {
  .animated,
  .animated * {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
  }
}

/***************
  * Structure *
 ***************/
.wrapper, .news-single__video-wrap, .lightbox__content {
  max-width: 1440px;
  margin: 0 auto;
  width: 95%;
}

.wrapper--is-small {
  max-width: 1024px;
}

.wrapper--is-flex {
  display: flex;
}

.wrapper--is-v-aligned {
  align-items: center;
}

.wrapper--is-b-aligned {
  align-items: flex-end;
}

.sm-wrap, .fp-services__intro-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.slick-slide {
  outline: none !important;
}

/***************
  * Typography *
 ***************/
@font-face {
  font-family: "MierB";
  src: url("./dist/fonts/MierB-Regular.woff2") format("woff2"), url("./dist/fonts/MierB-Regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "MierB";
  src: url("./dist/fonts/MierB-Bold.woff2") format("woff2"), url("./dist/fonts/MierB-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "MierB";
  src: url("./dist/fonts/MierB-Light.woff2") format("woff2"), url("./dist/fonts/MierB-Light.woff") format("woff");
  font-weight: lighter;
}

.xxl-title {
  font-size: 9.5rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

@media (max-width: 1440px) {
  .xxl-title {
    font-size: calc(2.75rem + 4.6875vw) ;
  }
}

.xl-title, h1 {
  font-size: 6.5rem;
  line-height: 1.3;
  letter-spacing: 0.45px;
}

@media (max-width: 1440px) {
  .xl-title, h1 {
    font-size: calc(2.45rem + 2.8125vw) ;
  }
}

.lg-title, h2 {
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.36px;
}

@media (max-width: 1440px) {
  .lg-title, h2 {
    font-size: calc(2.3rem + 1.875vw) ;
  }
}

.md-title, h3 {
  font-size: 4.2rem;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

@media (max-width: 1440px) {
  .md-title, h3 {
    font-size: calc(2.22rem + 1.375vw) ;
  }
}

.sm-title, h4 {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
}

@media (max-width: 1440px) {
  .sm-title, h4 {
    font-size: calc(2.16rem + 1vw) ;
  }
}

.xs-title, h5 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.12px;
}

@media (max-width: 1440px) {
  .xs-title, h5 {
    font-size: calc(2.1rem + 0.625vw) ;
  }
}

.xxs-title, h6 {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0px;
}

@media (max-width: 1440px) {
  .xxs-title, h6 {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
  font-family: "MierB", sans-serif;
  color: #000;
  margin: 0 0 0.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit !important;
}

em {
  color: #bde2fe;
  font-style: normal;
}

p, ol, ul, li {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 600px) {
  p, ol, ul, li {
    font-size: 13.33333px;
  }
}

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

a {
  color: #ff693b;
  line-height: 1.5;
}

/***************
  * Buttons *
 ***************/
.btn--no-padding {
  padding: 0 !important;
}

input[type='submit'],
.button,
.btn,
.filter__btn {
  padding: 16px 25px;
  display: inline-block;
  vertical-align: middle;
  font-family: "MierB", sans-serif;
  transition: all 0.4s ease;
  border: 0;
  outline: 0;
  color: #fff;
  font-weight: bold;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
}

input[type='submit']:after,
.button:after,
.btn:after,
.filter__btn:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ff693b;
  z-index: -1;
  content: '';
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transition: all 0.4s ease;
}

input[type='submit']:hover,
.button:hover,
.btn:hover,
.filter__btn:hover {
  color: #fff;
  text-decoration: none;
}

input[type='submit']:hover:after,
.button:hover:after,
.btn:hover:after,
.filter__btn:hover:after {
  transform: translate(-50%, -50%) scale(1.085);
}

input[type='submit']--small,
.button--small,
.btn--small {
  padding: 12px 16px;
}

input[type='submit']--primary,
.button--primary,
.btn--primary {
  border-color: #ff693b;
  background: #ff693b;
  color: #fff;
}

input[type='submit']--primary:hover,
.button--primary:hover,
.btn--primary:hover {
  color: #fff;
  border-color: #1799d7;
  background: #1799d7;
}

input[type='submit']--secondary,
.button--secondary,
.btn--secondary {
  background-color: #fff;
  color: #ff693b;
}

input[type='submit'].disabled,
.button.disabled,
.btn.disabled,
.disabled.filter__btn {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .btn.is-hidden-mobile, .is-hidden-mobile.filter__btn {
    display: none;
  }
}

@media (min-width: 1024px) {
  .btn.is-hidden-desktop, .is-hidden-desktop.filter__btn {
    display: none;
  }
}

.text-link {
  font-weight: bold;
  color: #000;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.text-link--blue {
  color: #1799d7;
}

.text-link--white {
  color: #fff;
}

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

.text-link--underline {
  position: relative;
}

.text-link--underline:after {
  height: 2px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #1799d7;
}

.text-link span {
  text-decoration: underline;
}

.text-link i {
  min-width: 33px;
  height: 33px;
  background: #1799d7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin-right: 1rem;
}

.text-link--normal-icon i {
  color: #ff693b;
  min-width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-right: 1rem;
}

/***************
  * Forms *
 ***************/
.grecaptcha-badge {
  visibility: collapse !important;
}

form label,
.form label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

form fieldset,
.form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.frm_forms .frm_form_field {
  padding: 1rem 0;
}

.frm_forms .frm_primary_label {
  font-size: 1.2rem;
  margin: 5px 0;
}

.frm_forms .frm_description {
  font-size: 1.2rem;
  margin: 5px 0;
}

.frm_forms .frm_error {
  font-size: 1.2rem;
  margin: 5px 0;
  color: red;
}

.frm_forms .frm_error_style {
  font-size: 1.2rem;
  text-decoration: underline;
}

.frm_forms .frm_submit {
  padding: 1rem 0;
}

input[type='submit'] {
  background: transparent;
}

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  padding: 20px 30px;
  border: 0;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  border-radius: 5px;
  transition: all 0.4s ease;
  outline: none;
  color: #000;
  background: white;
  font-size: 1.8rem;
  border: 1px solid #dde5f5;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border-color: #ff693b;
}

input[type='email'].has-error, input[type='email'].error,
input[type='number'].has-error,
input[type='number'].error,
input[type='search'].has-error,
input[type='search'].error,
input[type='text'].has-error,
input[type='text'].error,
input[type='tel'].has-error,
input[type='tel'].error,
input[type='url'].has-error,
input[type='url'].error,
input[type='password'].has-error,
input[type='password'].error,
textarea.has-error,
textarea.error,
select.has-error,
select.error {
  border-color: red;
}

textarea {
  min-height: 90px;
}

select {
  -webkit-appearance: none;
  background-image: url("./dist/img/triangle-down.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  color: rgba(19, 46, 69, 0.8);
}

::-webkit-input-placeholder {
  color: #132e45;
  opacity: 0.8;
}

:-moz-placeholder {
  color: #132e45;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #132e45;
  opacity: 0.8;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 1.25rem !important;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.wpcf7-radio input,
.wpcf7-checkbox input {
  display: inline-block;
  vertical-align: middle;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  color: #132e45;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 1rem;
  line-height: 1.5;
}

.wpcf7-submit {
  height: 100%;
  width: 100%;
  padding: 16px 45px !important;
}

.wpcf7-submit.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin: 0.25rem 0 0 0.5rem !important;
}

.wpcf7-response-output {
  border: none !important;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0 !important;
}

.field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field-wrap {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.field-wrap:after {
  content: '\f021';
  font-family: 'Font Awesome\ 5 Free';
  color: #1799d7;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  font-weight: 900;
  opacity: 0;
  transform-origin: top;
}

.field-wrap.is-loading:after {
  opacity: 1;
  animation: spin 1s linear infinite;
}

.field-wrap.is-loading select {
  background-image: none;
}

.field-wrap--half {
  width: calc(50% - 10px);
}

@media (max-width: 600px) {
  .field-wrap--half {
    width: 100%;
  }
}

.field-wrap--two-thirds {
  width: calc(66.66% - 12.5px);
}

@media (max-width: 600px) {
  .field-wrap--two-thirds {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .field-wrap--two-thirds {
    width: 100%;
  }
}

@media (min-width: 1350px) {
  .field-wrap--two-thirds {
    width: calc(66.66% - 12.5px);
  }
}

.field-wrap--third {
  width: calc(33.33% - 12.5px);
}

@media (max-width: 600px) {
  .field-wrap--third {
    width: 100%;
  }
}

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

.field-wrap p {
  font-size: 1.4rem;
  color: #000;
}

.field-wrap p a {
  color: #000;
  text-decoration: underline;
}

.field-wrap--white {
  color: #fff !important;
}

.field-wrap--white .wpcf7-list-item-label {
  color: #fff;
}

.field-wrap--white p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.field-wrap--white p a {
  color: rgba(255, 255, 255, 0.6);
}

.field-wrap--no-margin {
  margin: 0;
}

input[type=checkbox], input[type=radio] {
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  opacity: 0;
  padding: 0;
  border: 0;
}

input[type='checkbox'] + span,
input[type='radio'] + span {
  display: flex;
  max-width: 360px;
  line-height: 1.8;
}

input[type='checkbox'] + span:before,
input[type='radio'] + span:before {
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  border: 1px solid #b4bfc9;
  border-radius: 50%;
  background-image: url("./dist/img/orange-circle.png");
  background-position: center;
  background-size: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  margin-right: 1.25rem;
  margin-top: 5px;
}

input[type='checkbox']:checked + span:before,
input[type='radio']:checked + span:before {
  background-size: 6px;
}

input[type='checkbox'].checkbox + span:before,
input[type='radio'].checkbox + span:before {
  border-radius: 5px;
}

.inline-svg {
  position: relative;
  display: block;
  width: 100%;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overflow-y-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-cover-absolute, .service-block__thumb img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.object-contain-absolute {
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #1799d7;
  transition: all 0.4s ease;
}

.slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #1799d7;
}

.twitter-card {
  background: #1da1f2;
  text-align: center;
  border-radius: 10px;
  height: calc(250px - 1rem);
  display: flex;
  align-items: center;
}

.twitter-card--lrg {
  height: calc(303px - 1rem);
}

@media (max-width: 1200px) {
  .twitter-card--lrg {
    height: calc(250px - 1rem);
  }
}

.twitter-card__content {
  padding: 3rem 2rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.twitter-card__profile {
  color: #fff !important;
  margin: 0 0 3.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.4s ease;
}

.twitter-card__profile i {
  font-size: 2.5rem;
  margin-right: 1rem;
}

@media (max-width: 1440px) {
  .twitter-card__profile i {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.twitter-card__profile:hover i {
  color: white;
}

.twitter-card__tweet {
  color: #fff;
  font-weight: normal;
  margin: 0;
  max-width: 75%;
  margin: 0 auto;
}

.twitter-card__tweet p {
  font-size: 1.8rem;
}

@media (max-width: 769px) {
  .twitter-card__tweet {
    font-size: 1.6rem;
    max-width: 95%;
  }
}

.twitter-card__date {
  margin-bottom: 0;
  margin-top: auto;
  color: #fff;
  font-weight: bold;
}

.instagram-card {
  position: relative;
  display: block;
  height: calc(250px - 1rem);
  border-radius: 10px;
  overflow: hidden;
}

.instagram-card--lrg {
  height: calc(303px - 1rem);
}

@media (max-width: 1200px) {
  .instagram-card--lrg {
    height: calc(250px - 1rem);
  }
}

@media (max-width: 1024px) {
  .instagram-card {
    height: 0;
    padding-bottom: 100%;
  }
}

.instagram-card__bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease;
}

.instagram-card__content {
  padding: 1.5rem 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.instagram-card__profile {
  color: #fff;
  margin: 0;
  font-size: 2rem;
}

.instagram-card:hover .instagram-card__bg {
  transform: scale(1.05);
}

.filter-socials .twitter-card__tweet {
  max-width: 95%;
}

/***************
  * About Page *
 ***************/
.our-history {
  margin: 0 0 150px 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .our-history {
    margin-bottom: 75px;
  }
}

.our-history:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
  background: linear-gradient(to left, white, transparent);
  pointer-events: none;
  z-index: 1;
}

.our-history__title {
  margin-bottom: 1rem;
}

.our-history__description {
  font-size: 2rem;
}

.timeline {
  margin-top: 75px;
  position: relative;
}

.timeline__block {
  width: 33.33%;
  position: relative;
  cursor: grab;
  padding: 50px 75px 0 20px;
}

@media (max-width: 1024px) {
  .timeline__block {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .timeline__block {
    width: 100%;
  }
}

.timeline__block::focus {
  outline: none;
}

.timeline__year {
  opacity: 0.15;
  font-size: 6.5rem;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .timeline__year {
    font-size: calc(2.45rem + 2.8125vw) ;
  }
}

.timeline__title {
  margin: 0 0 1.25rem 0;
  font-weight: bold;
}

.timeline__description {
  font-size: 1.5rem;
  margin: 0;
}

.timeline .flickity-arrow--next {
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
}

@media (max-width: 1024px) {
  .timeline .flickity-arrow--next {
    right: 0;
  }
}

.timeline .flickity-arrow--prev {
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  display: none;
}

.directors-section {
  margin-bottom: 15rem;
}

@media (max-width: 1024px) {
  .directors-section {
    margin-bottom: 75px;
  }
}

.directors-section__intro-wrap {
  margin-bottom: 3.5rem;
}

.directors-section__title {
  margin-bottom: 1rem;
}

.directors-section__description {
  margin-bottom: 0;
  color: #000;
  font-size: 2rem;
}

.director-card__thumb-wrap {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.director-card__thumb-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.director-card__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
}

.director-card__bio {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 3rem;
}

.director-card__bio * {
  color: #fff;
}

.director-card__bio h6 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 1440px) {
  .director-card__bio h6 {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.director-card__bio p {
  font-size: 1.5rem;
  margin: 0;
}

.director-card__info-wrap {
  margin-top: 1.5rem;
}

.director-card__title {
  margin-bottom: 0;
  font-size: 2.2rem;
}

@media (max-width: 1440px) {
  .director-card__title {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.director-card__job-title {
  margin: 0;
  font-size: 1.5rem;
}

.director-card:hover .director-card__thumb {
  transform: scale(1.05);
}

.director-card:hover .director-card__thumb-wrap::after {
  opacity: 1;
}

.director-card:hover .director-card__bio {
  opacity: 1;
  top: 0;
}

.book-viewing {
  background: #f6faff;
  padding: 75px 0;
}

@media (max-width: 1024px) {
  .book-viewing .columns {
    flex-direction: column-reverse;
    display: flex;
  }
}

.book-viewing__form-side {
  padding-left: 85px;
}

@media (max-width: 1024px) {
  .book-viewing__form-side {
    padding-left: 0;
    padding-bottom: 50px;
  }
}

.book-viewing__testimonial-side {
  position: relative;
}

.book-viewing__image {
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}

@media (max-width: 1024px) {
  .book-viewing__image {
    min-height: 400px;
    padding-bottom: 50%;
  }
}

.book-viewing .testimonial-post {
  position: absolute;
  left: -2.5rem;
  bottom: -10rem;
  z-index: 2;
  max-width: 550px;
}

@media (max-width: 1024px) {
  .book-viewing .testimonial-post {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 25px;
  }
}

.city-offices {
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .city-offices {
    padding: 100px 0;
  }
}

.city-offices .wrapper, .city-offices .news-single__video-wrap, .city-offices .lightbox__content {
  max-width: 1200px;
}

.city-offices h2 {
  text-align: center;
  margin-bottom: 60px;
}

.city-offices .columns {
  margin: 0;
}

.city-office {
  margin-bottom: 40px;
}

.city-office:last-of-type {
  margin-bottom: 0;
}

.city-office__text {
  padding: 20px 10px;
  border: 2px solid #d0d6dc;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1024px) {
  .city-office__text {
    padding: 40px 60px;
    border-top-width: 2px;
    border-left: 0;
    border-radius: 0 10px 10px 0;
  }
}

.city-office__text p {
  margin: 0;
}

.city-office__image {
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 260px;
}

@media (min-width: 1024px) {
  .city-office__image {
    border-radius: 10px 0 0 10px;
    height: auto;
  }
}

.city-office__map {
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .city-office__map {
    margin-bottom: 30px;
  }
}

.city-office__map:hover {
  color: #000;
}

.city-office__map i {
  color: #ff693b;
  margin-left: 7px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .city-office__map i {
    font-size: 16px;
    margin-left: 14px;
  }
}

.city-office p {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .city-office p {
    margin-bottom: 30px;
  }
}

.city-map #map {
  border-radius: 10px;
  height: 470px;
}

@media (min-width: 1024px) {
  .city-map #map {
    height: 580px;
  }
}

.tax-cities .our-testimonials {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .tax-cities .our-testimonials {
    margin-bottom: 50px;
  }
}

.centered-page {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-color: #171515;
}

.centered-page:after {
  background: linear-gradient(180deg, rgba(23, 21, 21, 0.75) 0%, #171515 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: '';
}

.centered-page__wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.centered-page__intro {
  text-align: center;
  padding-top: 220px;
}

.centered-page__title {
  color: #fff;
  margin: 0 0 5rem 0;
}

.centered-page__content {
  max-width: 1080px;
  padding-bottom: 150px;
  padding-top: 50px;
}

.centered-page__content .btn, .centered-page__content .filter__btn {
  margin-top: 3rem;
}

.centered-page__description * {
  color: #fff;
  font-size: 2rem;
}

.host-search {
  text-align: center;
  padding: 100px 0 50px 0;
  background: #171515;
}

.host-search__title {
  color: #bde2fe;
  margin: 0 0 1rem 0;
}

.host-search__description {
  margin: 0 0 5rem 0;
  color: #fff;
  font-size: 2rem;
}

.host-search__wrap {
  max-width: 1005px;
  margin: 0 auto;
}

.host-search__form {
  position: relative;
  display: flex;
  height: 100px;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .host-search__form {
    width: 100%;
  }
}

.host-search__no-results {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  font-weight: normal;
  padding-top: 25px;
  display: none;
}

.host-search__search-hint {
  position: absolute;
  right: 2rem;
  transform: translatey(-50%);
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.host-search__search-hint.is-active {
  opacity: 1;
}

.host-search input[type="text"] {
  font-size: 2.5rem !important;
  height: 100%;
}

@media (max-width: 600px) {
  .host-search input[type="text"] {
    width: 100%;
  }
}

.host-search input[type="text"]:focus {
  border-color: #fff;
}

.host-search button {
  background: #ff693b;
  color: #fff;
  width: 25%;
  border: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}

.host-search button:focus {
  outline: none;
}

.host-search__results {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 0;
  background: #fff;
  text-align: left;
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .host-search__results {
    width: 100%;
  }
}

.host-search__results li {
  padding: 15px 20px;
  transition: all 0.4s ease;
  border-top: 1px solid #e8e8e8;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.host-search__results li:first-of-type {
  border-top: 0;
}

.host-search__results li i {
  color: #ff693b;
  margin-right: 1.5rem;
  font-size: 2.5rem;
  transition: all 0.4s ease;
}

@media (max-width: 1440px) {
  .host-search__results li i {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.host-search__results li p {
  font-size: 2rem;
  margin: 0;
}

.host-search__results li:hover {
  background: #e6e6e6;
}

.host-search__results li:hover i {
  color: #1799d7;
}

.host-search__hosts {
  margin-top: 50px;
}

.host-search__host {
  display: none;
  border: 2px solid #ff693b;
  border-radius: 20px;
  padding: 2rem 5rem;
  margin-bottom: 25px;
}

.host-search__host:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .host-search__host {
    padding: 2rem;
  }
}

.host-search__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1024px) {
  .host-search__info {
    flex-direction: column;
  }
}

.host-search__info--left-side {
  text-align: left;
  width: 40%;
}

@media (max-width: 1024px) {
  .host-search__info--left-side {
    width: 100%;
  }
}

.host-search__info--right-side {
  margin-left: auto;
  text-align: right;
  width: 60%;
}

@media (max-width: 1024px) {
  .host-search__info--right-side {
    width: 100%;
    text-align: left;
  }
}

.host-search__info i {
  color: #fff;
  font-size: 1.8rem;
  margin-left: 2.5rem;
  height: 33px;
  width: 33px;
  background: #ff693b;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(-90deg);
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .host-search__info i {
    margin: 2rem auto 0 auto;
    display: flex;
  }
}

.host-search__info i.is-active {
  transform: rotate(0);
}

.host-search__result-title {
  color: #fff;
  margin: 0;
  font-size: 2rem;
}

.host-search__result-location {
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

.host-search__address {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  color: #fff;
}

.host-search__result-tel {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 1.8rem;
  transition: all 0.4s ease;
}

.host-search__result-tel:hover {
  color: #ff693b;
}

.host-search__result-email {
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.4s ease;
}

.host-search__result-email:hover {
  color: #ff693b;
}

.host-search__host-locations {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
  text-align: left;
}

.host-search__host-locations li {
  margin-bottom: 1.5rem;
}

.host-search__host-locations li:last-of-type {
  margin-bottom: 0;
}

.host-search__host-location-title {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

.host-search__host-location-address {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
}

.page-template-contact .wpcf7-not-valid-tip {
  color: #ff693b;
}

.page-template-contact .wpcf7-response-output {
  color: #ff693b;
}

.gm-style-iw {
  padding-top: 2.5rem !important;
  padding-left: 2.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-right: 2.5rem !important;
  overflow: visible !important;
  min-width: 250px !important;
}

.gm-style-iw-d {
  overflow: visible !important;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  opacity: 0.75;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #171515;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.error-page {
  padding: 30rem 0 30rem 0;
  background: #171515;
}

.error-page__title-wrap {
  display: flex;
  align-items: flex-end;
}

.error-page__title {
  color: #bde2fe;
  margin: 0;
  line-height: 0.75;
}

.error-page__sub-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  margin-left: 0.85rem;
}

.error-page p, .error-page li, .error-page a {
  color: #fff;
}

.error-page__text {
  margin-top: 3rem !important;
}

.error-page ul {
  margin: 0;
  padding: 0 0 0 2rem;
}

.error-page a {
  margin-top: 3rem;
}

.faqs__wrapper {
  margin: 60px 0 80px;
}

@media (min-width: 1024px) {
  .faqs__wrapper {
    margin: 140px 0 160px;
  }
}

.faqs__title {
  margin-bottom: 28px;
}

@media (min-width: 1024px) {
  .faqs__title {
    margin-bottom: 40px;
  }
}

.faqs__description {
  font-size: 2rem;
  margin-bottom: 60px;
  max-width: 1200px;
}

@media (min-width: 1024px) {
  .faqs__description {
    margin-bottom: 140px;
  }
}

.faqs__question-block {
  background-color: #F5FAFF;
  padding: 28px;
  border-radius: 20px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .faqs__question-block {
    margin-bottom: 28px;
  }
}

.faqs__question-block:last-of-type {
  margin-bottom: 0;
}

.faqs__question-block.is-open {
  border: 2px solid #ff693b;
}

.faqs__question-block.is-open .faqs__icon {
  color: #ff693b;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}

.faqs__questions-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqs__question {
  font-size: 2rem;
  margin-right: 20px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .faqs__question {
    font-size: 2rem;
  }
}

.faqs__icon {
  display: block;
  min-width: 48px;
  max-height: 48px;
  color: #1799d7;
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (min-width: 1024px) {
  .faqs__icon {
    min-width: 64px;
    max-height: 64px;
  }
}

.faqs__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faqs__answer p {
  font-size: 1.8rem;
  max-width: 1160px;
  line-height: 28px;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .faqs__answer p {
    font-size: 2rem;
    line-height: 36px;
    margin-top: 0;
  }
}

.faqs__answer a {
  color: #1799d7;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}

/***************
  * Footer *
 ***************/
.footer {
  padding: 0 0 75px 0;
  background: #171515;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer li a {
  transition: all 0.4s ease;
}

.footer li a:hover {
  color: #ff693b;
}

.footer--location-footer {
  padding-top: 0;
}

.footer__stamp {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  width: 100%;
  max-width: 1295px;
  transition: all 0.5s ease 0.2s;
  opacity: 0;
  filter: blur(4px);
}

.footer__stamp.animated {
  bottom: -4px;
  opacity: 1;
  filter: blur(0);
}

.footer__stamp svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-bottom: 4rem;
}

@media (max-width: 1024px) {
  .footer__socials {
    padding-bottom: 0;
    padding-top: 4rem;
  }
}

.footer__socials li {
  margin-right: 0.85rem;
}

.footer__socials li:last-of-type {
  margin-right: 0;
}

.footer a.footer__title {
  transition: all 0.4s ease;
}

.footer a.footer__title:hover {
  color: #ff693b;
}

.footer__title {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 3.5rem 0;
  color: #fff;
  display: inline-block;
}

@media (max-width: 1440px) {
  .footer__title {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.footer__logo {
  margin-top: 1rem;
  display: block;
  width: 110px;
}

.footer__social-icon {
  width: 33px;
  height: 33px;
  background: #ff693b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  transition: all 0.4s ease;
}

.footer__social-icon:hover {
  background: #e5eff4;
  color: #fff;
}

.footer__links-side {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.footer__column-padd-right {
  padding-right: 7.5rem;
}

@media (max-width: 1024px) {
  .footer__column-padd-right {
    padding-right: 3rem;
  }
}

.footer .is-pulled-right {
  margin-left: auto;
}

.footer-other-menu {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
}

.footer-other-menu li {
  margin-bottom: 2rem;
}

.footer-other-menu li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
}

.footer-location-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 5;
}

@media (max-width: 1400px) {
  .footer-location-list {
    columns: 4;
  }
}

@media (max-width: 1024px) {
  .footer-location-list {
    columns: 2;
  }
}

.footer-location-list li {
  margin-bottom: 2rem;
  margin-right: 1.75rem;
}

.footer-location-list li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
}

.sub-footer {
  color: #fff;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #B7B7B7;
}

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

@media (max-width: 600px) {
  .sub-footer__copyright {
    text-align: left;
  }
}

.sub-footer p {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

.sub-footer p a {
  color: #fff;
}

.sub-footer p a:hover {
  color: #ff693b;
}

.sub-footer-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-footer-menu li {
  margin-right: 3rem;
}

.sub-footer-menu li:last-of-type {
  margin-right: 0;
}

.sub-footer-menu li a {
  font-weight: normal;
  color: #fff;
  font-size: 1.5rem;
}

.single-location .__jivoMobileButton {
  left: unset !important;
  right: 10px !important;
  bottom: 64px !important;
}

/***************
  * Front Page *
 ***************/
.fp-intro {
  position: relative;
  visibility: visible !important;
  overflow: hidden;
  background: #171515;
}

.fp-intro__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  font-family: 'object-fit:cover';
  object-fit: cover;
  pointer-events: none;
}

.fp-intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 2s ease;
}

.fp-intro-slider .flickity-slider {
  transform: none !important;
  height: 500px;
}

@media (min-width: 1024px) {
  .fp-intro-slider .flickity-slider {
    height: 903px;
  }
}

.fp-intro-slider-item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: -1;
  transform: none !important;
}

.fp-intro-slider-item.is-selected {
  opacity: 1;
  z-index: 0;
}

.fp-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1.075);
  transition: all 2s ease;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .fp-intro__bg {
    display: none;
    transform: scale(1);
  }
}

.fp-intro__bg-mob {
  transition: all 2s ease;
  max-width: initial;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fp-intro__bg-mob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .fp-intro__bg-mob-wrap {
    display: block;
  }
}

.fp-intro__bg-mob-wrap:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent, #171515);
  opacity: 1;
}

.fp-intro__videoBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .fp-intro__videoBlock {
    padding: 40px 0;
  }
}

.fp-intro__videoBlock-button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  height: 66px;
  width: 66px;
  color: #ff693b;
  transition: all 0.4s ease;
}

.fp-intro__videoBlock-button .inline-svg {
  pointer-events: none;
}

.fp-intro__videoBlock-button:hover {
  color: #1799d7;
}

.fp-intro__videoBlock-content {
  width: 290px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .fp-intro__videoBlock-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.fp-intro__videoBlock-content h4 {
  font-size: 1.8rem;
  color: #fff;
}

.fp-intro__videoBlock-content p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
}

.fp-intro__bg-load {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 2s ease;
  filter: blur(7px);
}

.fp-intro .wrapper, .fp-intro .news-single__video-wrap, .fp-intro .lightbox__content {
  z-index: 2;
  position: relative;
}

.fp-intro:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  height: 903px;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent, #171515);
  opacity: 1;
}

@media (max-width: 1024px) {
  .fp-intro:after {
    display: none;
  }
}

.fp-intro__title-wrap {
  text-align: center;
  padding: 240px 0 100px 0;
  opacity: 0;
}

@media (max-width: 1024px) {
  .fp-intro__title-wrap {
    padding: 200px 0 80px 0;
  }
}

@media (max-height: 850px) {
  .fp-intro__title-wrap {
    padding: 175px 0 75px 0;
  }
}

.fp-intro__title {
  color: #fff;
  font-size: 9.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
}

@media (max-width: 1440px) {
  .fp-intro__title {
    font-size: calc(2.75rem + 4.6875vw) ;
  }
}

@media (max-width: 1495px) {
  .fp-intro__title {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .fp-intro__title {
    font-size: 4.25rem;
  }
}

.fp-intro__rotate-wrap {
  text-align: left;
}

@media (max-width: 1495px) {
  .fp-intro__rotate-wrap {
    min-height: 122px;
    text-align: center;
  }
}

.fp-intro__rotate-wrap span {
  display: none;
}

.fp-intro__intro {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  padding-top: 2.5rem;
}

@media (max-width: 1024px) {
  .fp-intro__intro {
    padding-top: 0;
  }
}

.fp-intro__usps-wrap {
  position: relative;
  opacity: 0;
}

.fp-intro__search-wrap {
  position: relative;
  opacity: 0;
}

.fp-intro__search-wrap.pb {
  padding-bottom: 150px;
}

.fp-intro.animated .fp-intro__bg {
  transform: scale(1);
}

.fp-intro.animated .fp-intro__title-wrap {
  animation: fadeInTop 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75) forwards 0.35s;
}

.fp-intro.animated .fp-intro__usps-wrap {
  animation: fadeInTop 0.85s cubic-bezier(0.38, 0.77, 0.49, 0.75) forwards 0.35s;
}

.fp-intro.animated .fp-intro__search-wrap {
  animation: fadeInTop 0.85s cubic-bezier(0.38, 0.77, 0.49, 0.75) forwards 0.6s;
}

.fp-services {
  margin-top: 100px;
  position: relative;
  visibility: visible !important;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
}

.fp-services.animated {
  opacity: 1;
  transform: translateY(0);
}

.fp-services__intro-wrap {
  text-align: center;
}

.fp-services__title {
  color: #fff;
}

.fp-services__description {
  color: #fff;
  margin-bottom: 0;
  font-size: 2rem;
}

.fp-services--grey * {
  color: #171515;
}

.service-block {
  border-radius: 25px;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.service-block__thumb {
  padding-bottom: 51%;
  position: relative;
  overflow: hidden;
}

.service-block__thumb img {
  transition: all 0.2s ease;
}

.service-block__thumb:hover img {
  transform: scale(1.05);
}

.service-block__content {
  padding: 30px;
  background-color: #F5FAFF;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-block__content .btn, .service-block__content .filter__btn {
  margin-top: auto;
}

.service-block__title {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (min-width: 1540px) {
  .service-block__title {
    font-size: 30px;
  }
}

.service-block__excerpt {
  font-size: 16px;
}

@media (min-width: 1540px) {
  .service-block__excerpt {
    font-size: 20px;
  }
}

.services-grid {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .services-grid .is-narrow-desktop {
    flex: 1;
  }
}

.services-grid:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 20%;
  content: '';
  z-index: -1;
  background: #171515;
}

@media (max-width: 600px) {
  .services-grid:after {
    height: 15%;
  }
}

.services-grid--white-bottom:after {
  background: #fff;
  top: unset;
  bottom: -5px;
  height: 47.5%;
}

.services-grid .columns {
  visibility: visible !important;
  transform: translateY(-50px);
  opacity: 0;
  position: relative;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
}

.services-grid .columns.animated {
  transform: translateY(0);
  opacity: 1;
}

/***************
  * Header *
 ***************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease;
  z-index: 20;
}

.header.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.header.is-coloured {
  background: #171515;
}

.header.is-coloured .wrapper, .header.is-coloured .news-single__video-wrap, .header.is-coloured .lightbox__content {
  border-bottom-color: transparent;
}

.header.is-scrolled .wrapper, .header.is-scrolled .news-single__video-wrap, .header.is-scrolled .lightbox__content {
  border-bottom: 0;
  padding: 15px 0;
}

.header.is-active .wrapper, .header.is-active .news-single__video-wrap, .header.is-active .lightbox__content {
  border-bottom: 0;
}

.header > .wrapper, .header > .news-single__video-wrap, .header > .lightbox__content {
  border-bottom: 1px solid #747474;
  padding: 25px 0 15px 0;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  align-items: center;
}

@media (min-width: 1025px) {
  .header > .wrapper, .header > .news-single__video-wrap, .header > .lightbox__content {
    align-items: flex-end;
  }
}

.header__logo-wrap {
  position: relative;
  width: 110px;
}

@media (max-width: 600px) {
  .header__logo-wrap {
    max-width: 85px;
  }
}

.header__logo-main {
  display: block;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
  opacity: 1;
  position: relative;
  z-index: 1;
}

.header__logo-mobile {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.header__navigation-wrap {
  margin-left: 40px;
}

.header__links-wrap {
  margin-left: auto;
}

.nav {
  display: block;
}

@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}

.nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.nav > ul > li > a {
  font-size: 18px;
}

.nav > ul li {
  margin-right: 2.5rem;
  position: relative;
}

.nav > ul li:last-of-type {
  margin-right: 0;
}

.nav > ul li.current-menu-item a:after {
  width: 95%;
  opacity: 1;
}

.nav > ul li > a {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.nav > ul li > a:after {
  position: absolute;
  bottom: -15px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background: #fff;
  content: '';
  transition: all 0.25s ease;
  opacity: 0;
}

.nav > ul li > a:hover:after {
  width: 95%;
  opacity: 1;
}

.nav > ul .sub-menu {
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 30px 40px;
  margin: 0;
  list-style: none;
  width: 240px;
  background-color: #262424;
  visibility: hidden;
  transition: all ease .3s;
  overflow: hidden;
  opacity: 0;
  transform: translateY(15px);
}

.nav > ul .sub-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.nav > ul .sub-menu li {
  margin-right: 0;
  display: block;
  margin-bottom: 15px;
}

.nav > ul .sub-menu li:last-child {
  margin-bottom: 0;
}

.nav > ul .sub-menu a {
  text-align: left;
  line-height: 1;
  font-weight: normal;
}

.nav > ul .sub-menu a::after {
  display: none;
}

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

.header-links__link {
  color: #fff;
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.5rem;
  transition: all 0.4s ease;
  cursor: pointer;
}

.header-links__link:first-child {
  margin-left: 0;
}

.header-links__link:hover {
  color: #ff693b;
}

.header-links__link i {
  margin-right: 0.5rem;
  color: #fff;
}

.mobile-toggle {
  display: none;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-toggle span {
  height: 3px;
  width: 28px;
  display: block;
  background: #fff;
  margin-bottom: 0.7rem;
  transition: all 0.4s ease;
}

.mobile-toggle span:last-of-type {
  margin-bottom: 0;
}

.mobile-toggle.is-active span:nth-of-type(1) {
  transform: translateY(300%) rotate(45deg);
}

.mobile-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: translatex(-30px);
}

.mobile-toggle.is-active span:nth-of-type(3) {
  transform: translateY(-360%) rotate(-45deg);
}

.menu-responsive {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
  opacity: 0;
  visibility: hidden;
  background: #171515;
  padding-top: 100px;
  top: 0;
  overflow-y: auto;
}

@media (min-width: 1025px) {
  .menu-responsive {
    display: none !important;
  }
}

.menu-responsive.is-active {
  opacity: 1;
  visibility: visible;
}

.menu-responsive__main-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-responsive__main-menu li,
.menu-responsive .sub-menu li {
  text-align: center;
  border-bottom: 1px solid #454343;
  display: block;
  width: 100%;
}

.menu-responsive__main-menu li.menu-item-has-children,
.menu-responsive .sub-menu li.menu-item-has-children {
  position: relative;
}

.menu-responsive__main-menu li.menu-item-has-children::after,
.menu-responsive .sub-menu li.menu-item-has-children::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  width: 16px;
  font-weight: 900;
  height: 24px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
}

.menu-responsive__main-menu li:last-of-type,
.menu-responsive .sub-menu li:last-of-type {
  margin-bottom: 0;
}

.menu-responsive__main-menu li a,
.menu-responsive .sub-menu li a {
  font-size: 2rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
}

.menu-responsive__main-menu li a.is-active:after,
.menu-responsive .sub-menu li a.is-active:after {
  transform: rotate(-90deg);
}

.menu-responsive__main-menu a,
.menu-responsive .sub-menu a {
  font-size: 2rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: left;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
}

.menu-responsive__main-menu a.is-active:after,
.menu-responsive .sub-menu a.is-active:after {
  transform: rotate(-90deg);
}

.menu-responsive .sub-menu {
  display: none;
  transform: translateX(100%);
  background: #171515;
  transition: transform cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
  position: absolute;
  top: 100px;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.menu-responsive .sub-menu.is-open {
  display: block;
}

.menu-responsive .sub-menu.is-animated {
  transform: translateX(0);
}

.menu-responsive .sub-menu__back {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background-color: #262424;
  cursor: pointer;
}

.menu-responsive .sub-menu__back span {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}

.menu-responsive .sub-menu__back span::before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  width: 16px;
  font-weight: 900;
  margin-right: 13px;
  height: 18px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -1px;
  color: #fff;
}

.menu-responsive .sub-menu li a {
  font-size: 1.8rem;
}

.menu-responsive__links {
  margin-top: 50px;
}

.menu-responsive__link {
  border-bottom: 1px solid #454343;
}

.menu-responsive__link a {
  padding: 15px 0;
  width: 95%;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.menu-responsive__link i {
  margin-right: 8px;
}

.menu-responsive__socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  width: 95%;
  margin: 0 auto 20px;
}

.menu-responsive__socials li {
  margin-right: 0.85rem;
}

.menu-responsive__socials li:last-of-type {
  margin-right: 0;
}

.menu-responsive__social-icon {
  width: 33px;
  height: 33px;
  background: #ff693b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.locations-nav {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #262424;
  visibility: hidden;
  transition: all ease .3s;
  padding: 40px 0;
  transform: translateY(-100%);
  z-index: 19;
}

.locations-nav.is-open {
  transform: translate(0, 0);
  visibility: visible;
}

.locations-nav__main {
  width: 80%;
  vertical-align: top;
  display: inline-block;
}

.locations-nav__main > .menu-item {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}

.locations-nav__main > .menu-item:first-child {
  width: 34%;
}

.locations-nav__main > .menu-item:first-child .sub-menu {
  columns: 2;
}

.locations-nav__main .sub-menu a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: lighter;
  padding-right: 10px;
}

.locations-nav__all {
  vertical-align: top;
  width: 20%;
  display: inline-block;
}

.locations-nav ul {
  margin: 0;
  padding: 0;
}

.locations-nav .menu-item-has-children > a, .locations-nav__all {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.locations-nav .menu-item-has-children > a:hover, .locations-nav__all:hover {
  color: #fff;
}

.locations-nav .menu-item {
  list-style: none;
}

.location-results-wrap {
  margin-bottom: 100px;
  margin-top: 100px;
}

.location-results-wrap__intro {
  margin-bottom: 75px;
}

.location-results-wrap__description {
  font-size: 2rem;
}

.location-results-wrap__description--small {
  font-size: 1.5rem;
}

.location-card {
  border: 2px solid #bde2fe;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transition: all 0.4s ease;
}

.location-card:hover {
  border-color: #ff693b;
}

.location-card:hover .location-card__thumb {
  transform: scale(1.025);
}

.location-card__thumb-wrap {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 85%;
  position: relative;
}

.location-card__thumb {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: all 0.4s ease;
  width: 100%;
  z-index: 1;
}

.location-card__thumb:after {
  background: #171515;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.location-card__title {
  bottom: 2rem;
  color: #fff;
  left: 2rem;
  margin: 0;
  position: absolute;
  z-index: 2;
  font-size: 2rem;
}

.location-card__time {
  color: #fff;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 2rem;
  transition: all 0.4s ease;
  z-index: 2;
  font-size: 2rem;
}

.location-card__time i {
  color: #ff693b;
  margin-right: 0.5rem;
}

.location-card__time.is-active {
  opacity: 1;
  right: 2rem;
}

.location-card__distance {
  bottom: 2rem;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 2rem;
  z-index: 2;
  font-size: 2rem;
}

.location-card__distance i {
  color: #ff693b;
  margin-right: 0.5rem;
}

.location-card__content-wrap {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 3rem 1rem 3rem;
}

@media (max-width: 1250px) {
  .location-card__content-wrap {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}

.location-card__address {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.location-card__content-summary {
  margin-top: auto;
}

.location-card__content-summary * {
  font-size: 2rem;
  margin: 0;
}

.locations-bar {
  background-color: #171515;
  padding: 24px 0;
  overflow: hidden;
}

.locations-bar p {
  margin-bottom: 0;
  color: #fff;
  width: 50%;
  float: left;
  display: none;
}

@media (min-width: 1024px) {
  .locations-bar p {
    display: block;
  }
}

.locations-bar__toggle {
  float: left;
  margin-left: auto;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .locations-bar__toggle {
    text-align: right;
    width: 50%;
  }
}

.locations-bar__toggle button {
  margin: 0 24px;
  outline: 0;
  vertical-align: middle;
  appearance: none;
  border: 0;
  background-color: rgba(255, 105, 59, 0.5);
  width: 46px;
  height: 14px;
  border-radius: 7px;
  position: relative;
}

.locations-bar__toggle button.is-toggled::after {
  transform: translate(26px, -50%);
}

.locations-bar__toggle button.is-disabled {
  pointer-events: none;
}

.locations-bar__toggle button::after {
  width: 26px;
  height: 26px;
  content: '';
  border-radius: 50%;
  background-color: #ff693b;
  position: absolute;
  top: 50%;
  transition: transform ease .3s;
  transform: translate(-6px, -50%);
  left: 0;
}

.locations-bar__view {
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  opacity: .5;
  transition: opacity ease .3s;
  user-select: none;
}

.locations-bar__view.is-toggled {
  opacity: 1;
}

.locations-bar__view i {
  margin-right: 12px;
  vertical-align: middle;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.locations-bar__hint {
  vertical-align: middle;
  color: #fff;
  margin-right: 30px;
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  opacity: .5;
}

@media (min-width: 1024px) {
  .locations-bar__hint {
    display: inline-block;
  }
}

.locations-view {
  display: none;
}

.locations-map {
  overflow: hidden;
}

.locations-map__left {
  height: 600px;
  width: 100%;
  float: left;
  padding: 25px 0;
}

@media (min-width: 1024px) {
  .locations-map__left {
    height: 976px;
  }
}

@media (min-width: 1200px) {
  .locations-map__left {
    height: 1080px;
    width: 60%;
    padding: 0;
  }
}

.locations-map__left .wrapper, .locations-map__left .news-single__video-wrap, .locations-map__left .lightbox__content {
  height: 100%;
}

@media (min-width: 1200px) {
  .locations-map__left .wrapper, .locations-map__left .news-single__video-wrap, .locations-map__left .lightbox__content {
    width: 100%;
  }
}

.locations-map__left #map {
  width: 100%;
  height: 100%;
}

.locations-map__right {
  padding: 40px;
  width: 40%;
  height: 1080px;
  float: left;
  overflow-y: auto;
  display: none;
}

@media (min-width: 1200px) {
  .locations-map__right {
    display: block;
  }
}

.locations-map__entry {
  border-radius: 10px;
  background-color: #f5faff;
  overflow: hidden;
  margin-bottom: 30px;
}

.locations-map__entry h3 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.locations-map__entry .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.locations-map__entry .text {
  padding: 25px;
}

.locations-map__entry-number {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.locations-map__entry-options {
  margin-top: 20px;
}

.locations-map__entry-options .text-link {
  padding: 0 5px;
  margin-bottom: 10px;
}

.map-office-location,
.locations-map__entry-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #ff693b;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.map-office-location span,
.locations-map__entry-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.news-single__wrapper {
  margin: 100px 0;
}

.news-single__content-wrap p:first-of-type {
  font-size: 2.5rem;
}

@media (max-width: 1440px) {
  .news-single__content-wrap p:first-of-type {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.news-single__content-wrap p, .news-single__content-wrap li, .news-single__content-wrap a {
  font-size: 2rem;
  max-width: 1200px;
}

.news-single__content-wrap img {
  height: auto;
  border-radius: 10px;
}

.news-single__video-wrap {
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 75px;
  position: relative;
  margin-top: -2.5rem;
  z-index: 5;
}

@media (max-width: 1024px) {
  .news-single__video-wrap {
    padding-bottom: 80%;
  }
}

.news-single__play-icon {
  background: #ff693b;
  border-radius: 50%;
  height: 164px;
  width: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .news-single__play-icon {
    width: 80px;
    height: 80px;
  }
}

.news-single__play-icon i {
  font-size: 6rem;
  color: #fff;
  transition: all 0.4s ease;
}

@media (max-width: 1440px) {
  .news-single__play-icon i {
    font-size: calc(2.4rem + 2.5vw) ;
  }
}

@media (max-width: 1024px) {
  .news-single__play-icon i {
    width: 3rem;
  }
}

.news-single__play-icon:hover i {
  font-size: 6.5rem;
}

@media (max-width: 1440px) {
  .news-single__play-icon:hover i {
    font-size: calc(2.45rem + 2.8125vw) ;
  }
}

@media (max-width: 1024px) {
  .news-single__play-icon:hover i {
    width: 3.5rem;
  }
}

.post-author {
  display: flex;
  align-items: center;
  margin-top: 100px;
}

@media (max-width: 600px) {
  .post-author {
    flex-wrap: wrap;
  }
}

.post-author__thumb {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  min-width: 145px;
  height: 145px;
}

.post-author__content {
  margin-left: 2.5rem;
  padding-right: 2.5rem;
}

.post-author__title {
  font-size: 2rem;
  margin: 0;
}

.post-author__label {
  font-size: 2rem;
  margin: 0;
}

.post-author__btn-wrap {
  margin-left: auto;
}

@media (max-width: 600px) {
  .post-author__btn-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.lightbox {
  background: rgba(23, 21, 21, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  max-height: 100%;
  z-index: 30;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.lightbox__content {
  position: relative;
  padding-bottom: 45%;
}

@media (max-width: 1024px) {
  .lightbox__content {
    padding-bottom: 60%;
  }
}

@media (max-width: 600px) {
  .lightbox__content {
    padding-bottom: 75%;
  }
}

.lightbox__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.lightbox__close {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
}

.lightbox__close i {
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

@media (max-width: 1440px) {
  .lightbox__close i {
    font-size: calc(2.2rem + 1.25vw) ;
  }
}

.lightbox__close i:hover {
  color: #bde2fe;
}

.benefit-block {
  position: relative;
  background: rgba(255, 255, 255, 0.065);
  height: 100%;
  padding: 5rem 2.6rem;
  text-align: left;
}

.benefit-block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 10px;
  width: 160px;
}

.benefit-block__title {
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 2.2rem;
}

@media (max-width: 1440px) {
  .benefit-block__title {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.benefit-block__description {
  color: #fff;
  margin: 3rem 0 0 0;
  font-size: 2rem;
}

.benefits-section {
  background-image: url("./dist/img/working-bg.png");
  background-size: cover;
  background-position: center;
  margin: 125px 0 80px 0;
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .benefits-section {
    margin-bottom: 0;
  }
}

.benefits-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(23, 21, 21, 0.8);
  content: '';
}

.benefits-section__intro {
  margin-bottom: 50px;
  text-align: center;
}

.benefits-section__title {
  color: #fff;
  margin: 0;
}

.benefits-section .column:nth-of-type(3n + 1) .benefit-block::after {
  background: #1799d7;
}

.benefits-section .column:nth-of-type(3n + 2) .benefit-block::after {
  background: #50e3c2;
}

.benefits-section .column:nth-of-type(3n) .benefit-block::after {
  background: #ff693b;
}

.benefits-section .column:nth-of-type(n + 4) .benefit-block::after {
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
}

.benefits-section__list--6-columns .column:nth-of-type(1) .benefit-block {
  border-top-left-radius: 30px;
}

@media (min-width: 1025px) {
  .benefits-section__list--6-columns .column:nth-of-type(3) .benefit-block {
    border-top-right-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .benefits-section__list--6-columns .column:nth-of-type(4) .benefit-block {
    border-bottom-left-radius: 30px;
  }
}

.benefits-section__list--6-columns .column:nth-of-type(6) .benefit-block {
  border-bottom-right-radius: 30px;
}

.benefits-section__list--3-columns .column:nth-of-type(1) .benefit-block {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.benefits-section__list--3-columns .column:nth-of-type(3) .benefit-block {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

body.page-template-service-page .fp-services {
  margin-top: 0;
}

@media (max-width: 600px) {
  .service-table-section {
    background: #e2ebf4;
    padding: 60px 0;
  }
}

.service-table-section__intro {
  margin-bottom: 55px;
  text-align: center;
}

.service-table-section__title {
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  .service-table-section__title {
    font-size: 36px;
  }
}

.service-table-section__description {
  margin: 0;
  font-size: 20px;
}

@media (max-width: 600px) {
  .service-table-section__description {
    font-size: 14px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.service-table .wrapper.is-magic, .service-table .is-magic.news-single__video-wrap, .service-table .is-magic.lightbox__content {
  padding: 0 2.5%;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
}

.service-table .wrapper.is-magic ::-webkit-scrollbar, .service-table .is-magic.news-single__video-wrap ::-webkit-scrollbar, .service-table .is-magic.lightbox__content ::-webkit-scrollbar {
  height: 6px;
  background: #c2d8e3;
}

.service-table .wrapper.is-magic ::-webkit-scrollbar-thumb:horizontal, .service-table .is-magic.news-single__video-wrap ::-webkit-scrollbar-thumb:horizontal, .service-table .is-magic.lightbox__content ::-webkit-scrollbar-thumb:horizontal {
  background: #1799d7;
  border-radius: 10px;
}

.service-table__controls {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}

@media (max-width: 600px) {
  .service-table__controls {
    margin-bottom: 30px;
  }
}

.service-table__control {
  background: #e2ebf4;
  font-size: 14px;
  padding: 14px 30px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #000;
  transition: all 0.2s ease;
  text-decoration: none;
}

@media (max-width: 600px) {
  .service-table__control {
    min-width: 50%;
    background: #fff;
  }
}

.service-table__control:hover {
  background: #c0d3e6;
}

.service-table__control:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.service-table__control:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.service-table__control.is-active {
  background: #1799d7;
  color: #fff;
}

.service-table__link {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .service-table__link {
    margin-top: 20px;
  }
}

.service-table__sidebar {
  width: 20%;
  padding: 4px 30px;
  position: sticky;
  left: 0;
  z-index: 1;
}

@media (max-width: 600px) {
  .service-table__sidebar {
    padding: 4px 14px;
    min-width: 92px;
  }
}

.service-table__sidebar:before {
  position: absolute;
  background: #e2ebf4;
  border-radius: 20px;
  width: 100%;
  left: 0;
  content: '';
  height: 100%;
  top: 0;
  z-index: -1;
}

@media (max-width: 600px) {
  .service-table__sidebar:before {
    background: #fff;
  }
}

.service-table__sidebar:after {
  position: absolute;
  width: 50px;
  background: white;
  right: calc(100% - 20px);
  content: '';
  height: 100%;
  top: 0;
  z-index: -2;
}

@media (max-width: 600px) {
  .service-table__sidebar:after {
    background: #e2ebf4;
  }
}

.service-table__label p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
  color: #000;
  font-weight: bold;
  height: 60px;
  align-items: center;
  display: inline-flex;
}

.service-table__label p.blue {
  color: #1799d7;
}

@media (max-width: 769px) {
  .service-table__label p span {
    display: none;
  }
}

.service-table__body {
  width: calc(80% - 12px);
  margin-left: 12px;
  display: flex;
}

.service-table__column {
  display: flex;
  background: #e2ebf4;
  flex-direction: column;
  padding: 4px;
  border-radius: 20px;
  margin-right: 12px;
  flex: 1;
  min-width: 80px;
}

@media (max-width: 600px) {
  .service-table__column {
    min-width: 92px;
    background: #fff;
  }
}

.service-table__column:last-of-type {
  margin-right: 0;
}

.service-table__column-stat {
  padding: 20px 15px;
  text-align: center;
  display: inline-flex;
  background: white;
  position: relative;
  height: 60px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .service-table__column-stat {
    padding: 0;
    background: #e2ebf4;
  }
}

.service-table__column-stat p {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  color: #000;
  display: inline-block;
}

.service-table__column-stat--head {
  background: transparent;
}

.service-table__column-stat--head p {
  color: #1799d7;
  font-weight: bold;
}

.service-table__column-stat:nth-of-type(2) {
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

.service-table__column-stat:nth-of-type(2):after {
  position: absolute;
  bottom: 0;
  width: 32px;
  background: #b8c1e6;
  content: '';
  height: 1px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.service-table__column-stat:last-of-type {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-bottom: 0;
}

.service-table .sqft,
.service-table .mft {
  display: none;
}

.service-table .sqft.is-active,
.service-table .mft.is-active {
  display: inline-flex;
}

.modular-cta-section {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .modular-cta-section {
    margin-top: 100px;
  }
}

.modular-cta-section__wrap {
  background-color: #ff693b;
  overflow: hidden;
  border-radius: 30px;
}

.modular-cta-section__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 59.44%;
}

.modular-cta-section .columns {
  display: flex;
}

.modular-cta-section .columns .column:nth-of-type(2) {
  display: flex;
}

.modular-cta-section__halfContentBlock {
  width: 100%;
  padding: 40px 25px;
}

@media (min-width: 1024px) {
  .modular-cta-section__halfContentBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 10%;
  }
}

@media (min-width: 1200px) {
  .modular-cta-section__halfContentBlock {
    padding: 40px 20%;
  }
}

.modular-cta-section__halfContentBlock .btn, .modular-cta-section__halfContentBlock .filter__btn {
  align-self: flex-start;
}

.modular-cta-section__fullContentBlock {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 115px 40px;
  min-height: 420px;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .modular-cta-section__fullContentBlock {
    padding: 115px 40px;
    min-height: 420px;
    width: 500px;
    margin: 0 auto;
  }
}

.modular-cta-section p {
  font-size: 20px;
  color: #fff;
}

.modular-cta-section .xs-title, .modular-cta-section h5 {
  color: #fff;
}

.modular-cta-section .btn, .modular-cta-section .filter__btn {
  color: #ff693b;
  border-color: #fff;
}

.modular-cta-section .btn:after, .modular-cta-section .filter__btn:after {
  background-color: #fff;
}

.location-intro {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.location-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: rgba(23, 21, 21, 0.85);
}

.location-usps {
  position: relative;
  margin-top: 100px;
}

.location-usps .usps-list .column:nth-of-type(3n) .usps-list__block::after {
  background: #e3c550;
  transition: all 0.3s ease 1.6s;
}

.location-usps .usps-list .column:nth-of-type(3n + 1) .usps-list__block::after {
  background: #ff693b;
  transition: all 0.3s ease 1.6s;
}

.location-banner {
  padding: 140px 0 0 0;
}

@media (min-width: 1024px) {
  .location-banner {
    padding: 190px 0 0 0;
  }
}

.location-banner .columns .location-banner__gallery-col {
  order: -3;
}

@media (min-width: 1024px) {
  .location-banner .columns .location-banner__gallery-col {
    order: unset;
  }
}

.location-banner .columns .location-banner__intro-col {
  order: -3;
}

@media (min-width: 1024px) {
  .location-banner .columns .location-banner__intro-col {
    order: unset;
  }
}

.location-banner .columns .location-banner__content-col {
  order: -1;
}

@media (min-width: 1024px) {
  .location-banner .columns .location-banner__content-col {
    order: unset;
  }
}

.location-banner__gallery-side {
  padding-left: 0;
  height: 100%;
  height: 24rem;
  position: relative;
  margin-top: 3rem;
}

@media (min-width: 769px) {
  .location-banner__gallery-side {
    height: 40rem;
  }
}

@media (min-width: 1024px) {
  .location-banner__gallery-side {
    height: 57rem;
    padding-left: 60px;
    margin-top: 0;
  }
}

@media (min-width: 1350px) {
  .location-banner__gallery-side {
    padding-left: 120px;
  }
}

.location-banner__gallery-side .gallery {
  height: 100%;
}

.location-banner__gallery-button {
  position: absolute;
  z-index: 5;
  right: 1rem;
  top: 1rem;
}

@media (max-width: 769px) {
  .location-banner__content-side {
    margin-top: 30px;
  }
}

.location-banner__content-side .btn:first-of-type, .location-banner__content-side .filter__btn:first-of-type {
  margin-right: 1.5rem;
}

.location-banner__title {
  color: #fff;
  margin: 0 0 2rem 0;
  line-height: 1 !important;
}

@media (max-width: 1024px) {
  .location-banner__title {
    font-size: 44px !important;
  }
}

.location-banner__subheading {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .location-banner__subheading {
    margin-bottom: 0;
  }
}

.location-banner__address-banner {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
  .location-banner__address-banner {
    padding: 12px;
    border: 1px solid #ff693b;
  }
}

.location-banner__address {
  color: #fff;
  margin: 0 0 1.2rem 0;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .location-banner__address {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1500px) {
  .location-banner__address {
    padding-right: 4rem;
  }
}

.location-banner__address a {
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 1024px) {
  .location-banner__address a {
    margin-top: 1.2rem;
  }
}

.location-banner__address span:not(.circular-icon) {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .location-banner__address span:not(.circular-icon) {
    margin-top: 1.2rem;
  }
}

.location-banner__address span:not(.circular-icon) i {
  color: #ff693b;
  margin-left: 1rem;
  font-size: 1.8rem;
}

.location-banner__description {
  color: #fff;
  margin: 0 0 3rem 0;
  font-size: 1.5rem;
}

@media (min-width: 1350px) {
  .location-banner__description {
    font-size: 2rem;
  }
}

.location-banner__usps {
  margin-bottom: 4rem;
}

.location-banner__usps p {
  color: #fff;
  margin-bottom: 2.8rem;
  font-size: 1.5rem;
}

@media (min-width: 1350px) {
  .location-banner__usps p {
    font-size: 2rem;
  }
}

.location-banner__usps ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  row-gap: 12px;
}

@media (min-width: 1024px) {
  .location-banner__usps ul {
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1350px) {
  .location-banner__usps ul {
    column-gap: 75px;
  }
}

.location-banner__usps ul li {
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
}

.location-banner__usps ul li i {
  color: inherit;
}

.location-banner__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-banner__info li {
  margin-bottom: 4rem;
}

.location-banner__info-title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.location-banner__info-text,
.location-banner__info-text * {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

.gallery {
  margin-bottom: 0 !important;
  height: 100%;
}

.gallery .slick-dots {
  bottom: 15px;
  text-align: left;
  padding-left: 25px;
}

.gallery .slick-dots li {
  margin: 0;
}

.gallery .slick-dots li button {
  padding: 0;
}

.gallery .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  transition: all 0.4s ease;
}

.gallery .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #fff;
}

.gallery .slick-track,
.gallery .slick-list {
  height: 100%;
}

.gallery__slide {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.gallery__bg {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__videoBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #000;
}

.gallery__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  overflow: hidden;
}

.gallery__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__bg-load {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 2s ease;
  filter: blur(7px);
}

.office-location {
  margin: 80px 0;
}

@media (min-width: 1024px) {
  .office-location {
    margin: 100px 0;
    padding: 70px 0;
  }
}

@media (min-width: 1024px) {
  .office-location {
    margin: 140px 0;
  }
}

.office-location--new-layout {
  padding: 40px 0;
  background-color: #F5FAFF;
}

.office-location--new-layout .office-location__form-side {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .office-location--new-layout .office-location__form-side {
    margin-bottom: 40px;
  }
}

.office-location__title {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .office-location__title {
    margin-bottom: 3rem;
  }
}

.office-location__address {
  font-weight: bold;
  font-size: 2rem;
  margin: 3rem 0;
}

.office-location__email, .office-location__phone {
  font-size: 2rem;
}

.office-location__form-side {
  padding: 20px;
  background-color: #F5FAFF;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .office-location__form-side {
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .office-location__form-side textarea {
    height: 238px;
  }
}

.office-location__form-side .wpcf7-acceptance label {
  font-size: 1.5rem;
}

@media (min-width: 1350px) {
  .office-location__form-side .wpcf7-acceptance label {
    white-space: nowrap;
  }
}

.office-location__form-side .wpcf7-acceptance span {
  display: inline-block;
  margin: 0 !important;
}

.office-location__form-side .wpcf7-acceptance span a {
  color: #1799d7;
}

.office-location__form-side .wpcf7-acceptance input[type='checkbox'] + span:before {
  border-radius: 0;
}

.office-location__form-side .wpcf7-acceptance input[type='checkbox']:checked + span:before {
  background-size: 8px;
}

@media (min-width: 1024px) {
  .office-location__map-side {
    margin-left: 40px;
  }
}

.office-location__map-side-link {
  display: block;
  color: #000;
  padding: 16px 20px;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #E6EFF4;
  font-size: 1.8rem;
  background: #fff;
}

.office-location__map-side-link i {
  color: #ff693b;
  margin-left: 1rem;
  font-size: 1.3rem;
}

.office-location__map {
  height: 470px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .office-location__map {
    height: 600px;
  }
}

.office-location__address {
  line-height: 2;
}

.office-location__content {
  padding-left: 75px;
  height: 100%;
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .office-location__content {
    padding-left: 0;
  }
}

.places-of-interest__description {
  max-width: 790px;
}

@media (min-width: 1024px) {
  .places-of-interest__description {
    font-size: 2rem;
  }
}

.places-of-interest__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.places-of-interest__place {
  display: flex;
  align-items: center;
  border-top: 1px solid #DDE5F5;
  border-bottom: 1px solid #DDE5F5;
  margin: -1px 0 0 0;
  padding: 15px 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .places-of-interest__place {
    width: calc(50% - 15px);
  }
}

.places-of-interest__place-icon {
  margin-right: 15px;
  max-width: 35px;
  max-height: 38px;
}

.places-of-interest__place-name {
  margin: 0;
}

@media (min-width: 1024px) {
  .places-of-interest__place-name {
    font-size: 2rem;
  }
}

.places-of-interest__place-distance {
  margin: 0;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .places-of-interest__place-distance {
    font-size: 2rem;
  }
}

.amenities-section {
  margin: 100px 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(-5rem);
  transition: all 0.4s ease;
}

.amenities-section.animated {
  opacity: 1;
  transform: translateY(0);
}

.amenities-section .slick-track {
  display: flex;
}

.amenities-section .slick-list {
  margin: 0 -6px;
  overflow: visible;
}

.amenities-section .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin: 0 6px;
}

.amenities-section .slick-slide.slick-active {
  opacity: 1;
}

.amenities-section__title {
  margin-bottom: 1.5rem;
}

.amenity-item {
  position: relative;
  padding: 3rem 2rem 2rem 2rem;
  text-align: center;
  border: 2px solid #d0d6dc;
  border-radius: 20px;
  opacity: 0.25;
  transition: all 0.4s ease;
}

@media (max-width: 600px) {
  .amenity-item {
    padding: 2rem 1.5rem;
  }
}

.amenity-item__thumb-wrap {
  height: 100px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .amenity-item__thumb-wrap {
    height: 80px;
  }
}

.amenity-item__thumb {
  margin: 0 auto 0 auto;
  max-height: 100%;
}

.amenity-item__title {
  font-size: 2rem;
  margin: 0;
  color: #132e45;
}

@media (max-width: 600px) {
  .amenity-item__title {
    font-size: 1.6rem;
  }
}

.about-location {
  margin: 80px 0;
}

@media (min-width: 1024px) {
  .about-location {
    margin: 100px 0;
  }
}

.about-location__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about-location__intro h3 {
  margin-bottom: 0;
  line-height: 1;
}

.about-location__content-side {
  padding-right: 25px;
}

@media (max-width: 1024px) {
  .about-location__content-side {
    padding-right: 0;
    padding-top: 0;
  }
}

.about-location__accordion {
  margin-right: 60px;
}

.about-location__accordion .faqs__question-block {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 1024px) {
  .about-location__accordion .faqs__question-block {
    margin-bottom: 25px;
  }
}

.about-location__accordion .faqs__question-block.is-open {
  border: none;
}

.about-location__accordion .faqs__questions-inner-wrap {
  justify-content: flex-start;
  cursor: pointer;
}

.about-location__accordion .faqs__questions-inner-wrap .circular-icon {
  opacity: 0.5;
  transition: all 0.4s ease;
}

.about-location__accordion .faqs__questions-inner-wrap .circular-icon i {
  color: inherit;
}

.about-location__accordion .faqs__questions-inner-wrap:hover .circular-icon {
  opacity: 1;
  transition: all 0.4s ease;
}

.about-location__accordion .faqs__questions-inner-wrap:hover .circular-icon i {
  color: inherit;
}

.about-location__accordion .faqs__question {
  margin-bottom: 0;
}

.about-location__accordion .faqs__answer {
  padding-left: 60px;
}

.about-location__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 33.33%;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-location__image {
    padding-bottom: 0;
    height: 720px;
  }
}

.about-location .btn, .about-location .filter__btn {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .about-location .btn, .about-location .filter__btn {
    margin: 40px 0;
  }
}

.host-section {
  background-image: url("./dist/img/working-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .host-section {
    padding-bottom: 30px;
  }
}

@media (min-width: 1350px) {
  .host-section {
    padding-bottom: 60px;
  }
}

.host-section:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
  z-index: -1;
  content: '';
  display: none;
}

@media (min-width: 1024px) {
  .host-section:before {
    display: block;
  }
}

.host-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -2;
  background: rgba(23, 21, 21, 0.85);
}

.host-section.animated .host-section__content-side,
.host-section.animated .host-section__featured-side {
  opacity: 1;
  transform: translateY(0);
}

.host-section__text-side {
  margin: 0;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .host-section__text-side {
    padding-top: 30px;
    margin: 30px 40px 0 0;
  }
}

@media (min-width: 1350px) {
  .host-section__text-side {
    margin: 80px 60px 0 0;
  }
}

.host-section .contact-cta {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .host-section .contact-cta {
    width: 90%;
  }
}

@media (min-width: 1350px) {
  .host-section .contact-cta {
    width: 75%;
  }
}

.host-section__content-side {
  padding-top: 0px;
  opacity: 0;
  transform: translateY(-5rem);
  transition: all 0.4s ease;
}

.host-section__featured-side {
  opacity: 0;
  transform: translateY(-5rem);
  transition: all 0.4s ease;
}

@media (max-width: 769px) {
  .host-section__featured-side {
    width: 75%;
  }
}

.host-section__featured-staff {
  padding-bottom: 121%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .host-section__featured-staff {
    padding-bottom: 168%;
  }
}

@media (min-width: 1350px) {
  .host-section__featured-staff {
    padding-bottom: 121%;
  }
}

.host-section__featured-staff:after {
  background: linear-gradient(180deg, rgba(93, 92, 92, 0) 0%, #302f2f 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  opacity: 0.85;
}

.host-section__featured-staff-content {
  padding: 2.5rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.host-section__featured-staff-description {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .host-section__featured-staff-description {
    display: none;
  }
}

.host-section__featured-staff-title {
  color: #fff;
  margin: 0;
}

.host-section__featured-staff-job-title {
  color: #fff;
  margin: 0;
}

.host-section__title {
  color: #fff;
  margin-bottom: 1rem;
}

.host-section__description {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .host-section__description {
    font-size: 2rem;
  }
}

.host-section__other-hosts {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .host-section__other-hosts {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .host-section__other-hosts {
    margin: 30px 0 0 30px;
  }
}

@media (min-width: 1350px) {
  .host-section__other-hosts {
    margin: 80px 0 0 60px;
  }
}

.host-section__other-host {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .host-section__other-host {
    width: 100%;
  }
  .host-section__other-host:first-of-type {
    margin-top: 40px;
  }
}

.host-section__other-host-bg {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  min-width: 100px;
  height: 100px;
}

@media (max-width: 1440px) {
  .host-section__other-host-bg {
    min-width: 90px;
    height: 90px;
  }
}

.host-section__other-host-content {
  margin-left: 2.5rem;
  padding-right: 2.5rem;
}

.host-section__other-host-title {
  font-size: 2.2rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 1440px) {
  .host-section__other-host-title {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.host-section__other-host-job-title {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
}

.sticky-footer {
  padding: 2rem 0;
  z-index: 10;
  border-top: 6px solid #ff693b;
  background: #171515;
  display: block;
  position: fixed;
  bottom: -5rem;
  left: 0;
  width: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 769px) {
  .sticky-footer {
    display: none;
  }
}

@media (max-width: 1024px) {
  .sticky-footer {
    padding: 1rem 0;
    border-top: 2px solid #ff693b;
  }
}

.sticky-footer.is-loaded {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.sticky-footer.is-static {
  opacity: 0;
  bottom: -5rem;
  visibility: hidden;
}

.sticky-footer__contact {
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  list-style: none;
}

.sticky-footer__contact li {
  margin-bottom: 0.5rem;
}

.sticky-footer__contact li:last-of-type {
  margin-bottom: 0;
}

.sticky-footer__contact li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .sticky-footer__contact li a {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .sticky-footer__contact li a {
    font-size: 1.4rem;
  }
}

.sticky-footer__contact li a i {
  color: #ff693b;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.sticky-footer__form-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .sticky-footer__form-wrap {
    justify-content: flex-end;
  }
}

@media (max-width: 1024px) {
  .sticky-footer__form-wrap {
    justify-content: center;
  }
}

.sticky-footer__title {
  padding-right: 35px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
}

@media (max-width: 1400px) {
  .sticky-footer__title {
    padding-right: 5px;
  }
}

@media (max-width: 1350px) {
  .sticky-footer__title {
    display: none;
  }
}

.sticky-footer__btn {
  height: 70px;
  margin-left: -1px;
  display: flex;
  align-items: center;
  padding: 0;
}

.sticky-footer__btn:after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: translate(-50%, -50%) scale(1) !important;
}

@media (max-width: 1024px) {
  .sticky-footer__btn:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.sticky-footer__btn input {
  height: 100%;
}

.sticky-footer__btn:hover:after {
  background: #1799d7;
}

@media (max-width: 1024px) {
  .sticky-footer__btn {
    height: 50px;
  }
}

.sticky-footer__select {
  margin-right: 1.75rem;
}

@media (max-width: 1024px) {
  .sticky-footer__select {
    display: none;
  }
}

.sticky-footer__input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 1024px) {
  .sticky-footer__input {
    display: none;
  }
}

.contact-cta {
  border: 1px solid #ff693b;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 12px;
}

@media (max-width: 1024px) {
  .contact-cta {
    margin: 28px 0;
    padding: 16px;
  }
}

.contact-cta__items {
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  list-style: none;
}

.contact-cta__items li {
  margin-bottom: 0.5rem;
  line-height: 1.45;
}

.contact-cta__items li:last-of-type {
  margin-bottom: 0;
}

.contact-cta__items li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .contact-cta__items li a {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .contact-cta__items li a {
    font-size: 1.4rem;
  }
}

.contact-cta__items li a i {
  color: #ff693b;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.contact-cta .btn, .contact-cta .filter__btn {
  display: block;
  text-align: center;
  line-height: 1;
}

.service-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .service-card {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .service-card {
    flex-direction: column;
  }
}

.service-card__thumb {
  padding-bottom: 62%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .service-card__thumb {
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .service-card__thumb {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
  }
}

.service-card__content {
  background-color: #f5faff;
  padding: 3rem 2.5rem;
}

@media (max-width: 1024px) {
  .service-card__content {
    margin-left: 40%;
  }
}

@media (max-width: 600px) {
  .service-card__content {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .service-card__content {
    height: 100%;
    flex: 1;
  }
}

.service-card__title {
  font-size: 3rem;
  margin: 0 0 1rem 0;
}

@media (max-width: 1440px) {
  .service-card__title {
    font-size: calc(2.1rem + 0.625vw) ;
  }
}

.service-card__description {
  margin: 0;
  font-size: 1.5rem;
}

body.single-location .fp-services {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  body.single-location .fp-services {
    margin-top: 50px;
  }
}

body.single-location .fp-services__title {
  line-height: 1;
}

body.single-location .fp-services__intro-wrap {
  text-align: left;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1024px) {
  body.single-location .services-grid .btn, body.single-location .services-grid .filter__btn {
    margin-top: 40px;
  }
}

.sustainability-grid {
  padding: 60px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .sustainability-grid {
    padding: 80px 0;
  }
}

.sustainability-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 21, 21, 0.75);
}

.sustainability-grid .wrapper, .sustainability-grid .news-single__video-wrap, .sustainability-grid .lightbox__content {
  position: relative;
  z-index: 1;
}

.sustainability-grid .columns {
  margin: -25px -45px;
}

.sustainability-grid .column {
  padding: 25px 45px;
}

.sustainability-grid h2 {
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .sustainability-grid h2 {
    margin-bottom: 60px;
  }
}

.sustainability-grid img {
  height: 40px;
  margin-bottom: 10px;
}

.sustainability-grid h3 {
  color: #fff;
}

.sustainability-grid h4 {
  color: #fff;
}

.sustainability-grid p {
  color: #fff;
  max-width: 415px;
  margin-bottom: 0;
}

.sustainability-grid__next {
  border-top: 1px solid #979797;
  margin-top: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 1024px) {
  .sustainability-grid__next {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.sustainability-additional-grid {
  padding: 50px 0;
  position: relative;
  background-color: #eef4f9;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .sustainability-additional-grid {
    padding: 100px 0;
  }
}

.sustainability-additional-grid .columns {
  margin: -25px -45px;
}

.sustainability-additional-grid .column {
  padding: 25px 45px;
}

.sustainability-additional-grid .column p {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .sustainability-additional-grid .column p {
    max-width: 300px;
  }
}

.sustainability-additional-grid h2 {
  margin-bottom: 20px;
}

.sustainability-additional-grid p {
  max-width: 840px;
}

.sustainability-additional-grid img {
  height: 40px;
  margin-bottom: 10px;
}

.sustainability-additional-grid__blocks {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .sustainability-additional-grid__blocks {
    margin-top: 70px;
  }
}

.sustainability-image-text {
  position: relative;
}

.sustainability-image-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: #eef4f9;
}

.sustainability-image-text__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  max-width: 500px;
  height: 450px;
  margin-right: auto;
}

@media screen and (min-width: 600px), print {
  .sustainability-image-text__image {
    height: 550px;
  }
}

@media screen and (min-width: 1024px) {
  .sustainability-image-text__image {
    width: 90%;
    height: 690px;
  }
}

.sustainability-image-text__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.sustainability-image-text p {
  max-width: 720px;
}

@media screen and (min-width: 1024px) {
  .sustainability-image-text p {
    font-size: 20px;
  }
}

.sustainability-slider-text {
  position: relative;
}

.sustainability-slider-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: #eef4f9;
}

.sustainability-slider-text__slider {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  max-width: 500px;
  height: 450px;
  margin-right: auto;
}

@media screen and (min-width: 600px), print {
  .sustainability-slider-text__slider {
    height: 550px;
  }
}

@media screen and (min-width: 1024px) {
  .sustainability-slider-text__slider {
    width: 90%;
    height: 690px;
  }
}

.sustainability-slider-text__slider .slick-arrow {
  display: none !important;
}

.sustainability-slider-text p {
  max-width: 720px;
}

@media screen and (min-width: 1024px) {
  .sustainability-slider-text p {
    font-size: 20px;
  }
}

.page-template-sustainability .page-hero {
  padding: 200px 0 100px 0;
}

.page-template-sustainability .page-intro {
  padding: 50px 0;
}

@media screen and (min-width: 1024px) {
  .page-template-sustainability .page-intro {
    padding: 100px 0;
  }
}

.page-template-sustainability .page-intro__title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .page-template-sustainability .page-intro__title {
    margin-bottom: 40px;
  }
}

.page-template-sustainability .page-intro__content-side {
  padding-right: 0;
}

.page-template-sustainability .page-intro__image {
  margin-top: 0;
  padding-bottom: 0;
  max-width: 680px;
  height: 300px;
}

@media screen and (min-width: 1024px) {
  .page-template-sustainability .page-intro__image {
    width: 95%;
    margin-left: auto;
    height: 534px;
  }
}

.page-intro__buttons {
  display: flex;
  align-items: start;
  gap: 4px;
  flex-direction: column;
}

@media screen and (min-width: 600px), print {
  .page-intro__buttons {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

.breadcrumbs {
  margin: 30px -3px 50px;
  color: #fff;
}

.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  color: #fff;
  padding: 0 3px;
  transition: color ease .4s;
  display: inline-block;
}

.breadcrumbs a:hover {
  color: #ff693b;
}

body.home .breadcrumbs {
  display: none;
}

.cta-banner__wrap {
  position: relative;
  padding: 40px 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cta-banner__wrap {
    padding: 60px;
  }
}

.cta-banner__wrap::after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100%, #000 120%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cta-banner__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .cta-banner__intro {
    margin-bottom: 4rem;
  }
}

.cta-banner__intro h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.cta-banner__description {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .cta-banner__description {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.latest-news-section {
  margin: 100px 0;
}

@media (max-width: 600px) {
  .latest-news-section {
    margin: 75px 0;
  }
}

@media (max-width: 1024px) {
  .latest-news-section .wrapper, .latest-news-section .news-single__video-wrap, .latest-news-section .lightbox__content {
    flex-direction: column;
  }
}

.latest-news-section__content-wrap {
  width: 50%;
}

@media (max-width: 1024px) {
  .latest-news-section__content-wrap {
    width: 100%;
  }
}

.latest-news-section__links-wrap {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.latest-news-section__links-wrap .text-link {
  margin-right: 3rem;
}

@media (max-width: 600px) {
  .latest-news-section__links-wrap .text-link {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.latest-news-section__links-wrap .text-link:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .latest-news-section__links-wrap {
    width: 100%;
    justify-content: flex-start;
    margin-top: 5rem;
  }
}

@media (max-width: 600px) {
  .latest-news-section__links-wrap {
    flex-direction: column;
  }
}

.latest-news-section__title {
  margin: 0;
}

.latest-news-section__description {
  margin: 0;
}

.location-search {
  position: relative;
  z-index: 2;
}

.location-search--is-pulled .location-search__wrap {
  margin-top: -50px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.14);
}

@media (max-width: 1024px) {
  .location-search--is-pulled .location-search__wrap {
    box-shadow: none;
    margin-top: -100px;
  }
}

.location-search ::-webkit-input-placeholder {
  color: #000;
}

.location-search :-moz-placeholder {
  color: #000;
  opacity: 1;
}

.location-search :-ms-input-placeholder {
  color: #000;
}

.location-search__error {
  color: red;
  position: absolute;
  bottom: 0;
  opacity: 0;
  font-size: 1.3rem;
  left: 6.5rem;
  margin: 0;
  transition: all 0.4s ease;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .location-search__error {
    bottom: unset;
    left: 3rem;
    top: 4.5rem;
  }
}

.location-search__error.is-active {
  visibility: visible;
  opacity: 1;
  bottom: 1.75rem;
}

.location-search__wrap {
  border-radius: 10px;
  display: flex;
  height: 100px;
  max-width: 1005px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.location-search__wrap.is-invalid {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@media (max-width: 1024px) {
  .location-search__wrap {
    max-width: 750px;
  }
}

@media (max-width: 1024px) {
  .location-search__wrap {
    flex-direction: column;
    height: auto;
  }
}

.location-search input[type="text"] {
  height: 100%;
  border-radius: 0;
  background: #fff;
  border: 0;
  font-size: 2.5rem;
}

@media (max-width: 1440px) {
  .location-search input[type="text"] {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

@media (max-width: 1024px) {
  .location-search input[type="text"] {
    padding-left: 30px;
  }
}

@media (max-width: 1024px) {
  .location-search input[type="text"] {
    height: 70px;
    border-radius: 10px;
  }
}

.location-search__geo-locate {
  color: #ff693b;
  font-size: 2.3rem;
  border: none;
  display: flex;
  align-items: center;
  background: white;
  cursor: pointer;
  padding: 0 0 0 20px;
  transition: all 0.4s ease;
}

@media (max-width: 1440px) {
  .location-search__geo-locate {
    font-size: calc(2.03rem + 0.1875vw) ;
  }
}

.location-search__geo-locate:hover {
  color: #1799d7;
}

@media (max-width: 1024px) {
  .location-search__geo-locate {
    display: none;
  }
}

.location-search__geo-icon {
  background: transparent;
}

.location-search__geo-icon.fa-search {
  transform: translatey(0px);
  animation: float 3s linear infinite;
}

.location-search__btn {
  border-radius: 0;
  padding: 10px 20px;
  width: 30%;
}

.location-search__btn.is-submitting:after {
  background: #1799d7;
}

.location-search__btn.is-submitting:before {
  content: "\f021";
  font-family: 'Font Awesome\ 5 Free';
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 47.5%;
  transform-origin: top;
  font-weight: 900;
  animation: spin 1s linear infinite;
}

.location-search__btn.is-submitting input {
  opacity: 0;
}

@media (max-width: 1024px) {
  .location-search__btn {
    width: auto;
    margin-left: 0;
    align-self: center;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
}

.location-search__btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: transparent;
  border: 0;
}

.location-search__btn input:after {
  display: none;
}

@media (max-width: 1024px) {
  .location-search__btn input {
    width: auto;
    height: auto;
    position: relative;
  }
}

.location-search__btn:after {
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  .location-search__btn:after {
    border-radius: 10px;
  }
}

.location-search__btn:hover:after {
  background: #1799d7;
  transform: translate(-50%, -50%) scale(1) !important;
}

.location-search__btn i {
  color: #ff693b;
  font-size: 2.5rem;
}

@media (max-width: 1440px) {
  .location-search__btn i {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.pac-container {
  padding: 0 15px;
  margin-top: -5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pac-icon {
  display: none;
}

.pac-item {
  padding: 15px 20px;
  transition: all 0.4s ease;
}

.pac-item:first-of-type {
  border-top: 0;
}

.pac-item-query {
  font-size: 2rem;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatey(-5px);
  }
  75% {
    transform: translatey(5px);
  }
  100% {
    transform: translatey(0px);
  }
}

.location-slider {
  margin: 100px 0;
  overflow: hidden;
  position: relative;
  visibility: visible !important;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
}

.location-slider.animated {
  opacity: 1;
  transform: translateY(0);
}

.location-slider__content-wrap {
  text-align: left;
  width: 55%;
  padding-right: 5%;
}

@media (max-width: 1024px) {
  .location-slider__content-wrap {
    width: 100%;
    padding-right: 0;
  }
}

.location-slider__title {
  margin-bottom: 1rem;
}

.location-slider__description {
  margin: 0;
  font-size: 2rem;
}

@media (max-width: 1024px) {
  .location-slider .wrapper, .location-slider .news-single__video-wrap, .location-slider .lightbox__content {
    align-items: flex-start;
    flex-direction: column;
  }
}

.location-slider__wrap {
  margin-top: 60px;
  display: flex;
}

@media (max-width: 1024px) {
  .location-slider__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.location-slider__sidebar-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 3;
  padding-right: 40px;
  width: 20%;
}

@media (min-width: 1600px) {
  .location-slider__sidebar-wrap {
    width: 27.5%;
  }
}

@media (min-width: 2100px) {
  .location-slider__sidebar-wrap {
    width: 30%;
  }
}

@media (min-width: 2250px) {
  .location-slider__sidebar-wrap {
    width: 35%;
  }
}

@media (max-width: 1390px) {
  .location-slider__sidebar-wrap {
    width: 27.5%;
  }
}

.location-slider .btn, .location-slider .filter__btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .location-slider .btn, .location-slider .filter__btn {
    display: none;
  }
}

.location-slider__mob-btn-wrap {
  display: none;
}

@media (max-width: 1024px) {
  .location-slider__mob-btn-wrap {
    margin-top: 25px;
    padding-bottom: 20px;
    display: block;
  }
  .location-slider__mob-btn-wrap .btn, .location-slider__mob-btn-wrap .filter__btn {
    display: block;
  }
}

.location-slider__controls {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .location-slider__controls {
    display: none;
  }
}

.location-slider__mobile-controls {
  display: none;
  flex-direction: column;
  margin-top: 5rem;
}

@media (max-width: 1024px) {
  .location-slider__mobile-controls {
    display: flex;
  }
}

.location-slider__nav-item {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.15rem;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 2.2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .location-slider__nav-item {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.location-slider__nav-item i {
  margin-left: 1.25rem;
  transition: all 0.4s ease;
}

.location-slider__nav-item.is-opened i {
  transform: rotate(-180deg);
}

@media (max-width: 1024px) {
  .location-slider__nav-item {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}

.location-slider__nav-item:last-of-type {
  margin-bottom: 0;
}

.location-slider__nav-item.is-active {
  color: #1799d7;
}

@media (max-width: 1024px) {
  .location-slider__nav-item.is-active {
    height: 37px;
    opacity: 1;
  }
}

.location-slider__nav-item.is-viewable {
  height: 37px;
  opacity: 1;
}

.location-slider__nav-item:hover {
  color: #ff693b;
}

.location-slider__nav-item:hover i {
  color: #ff693b;
}

.location-slider__slider-wrap {
  width: 80%;
  position: relative;
}

@media (min-width: 1600px) {
  .location-slider__slider-wrap {
    width: 72.5%;
  }
}

@media (min-width: 2100px) {
  .location-slider__slider-wrap {
    width: 70%;
  }
}

@media (min-width: 2250px) {
  .location-slider__slider-wrap {
    width: 65%;
  }
}

@media (max-width: 1024px) {
  .location-slider__slider-wrap {
    width: 100%;
  }
}

@media (max-width: 1390px) {
  .location-slider__slider-wrap {
    width: 72.5%;
  }
}

@media (max-width: 1024px) {
  .location-slider__slider-wrap {
    width: 100%;
  }
}

.location-slider__slider-wrap--full {
  width: 100% !important;
}

.location-slider__slider-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  visibility: hidden;
  content: '';
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 10;
}

.location-slider__slider-wrap.is-loading:after {
  opacity: 0.9;
  visibility: visible;
}

.location-slider__slider .slick-slide {
  margin: 0 0.75rem;
}

.location-slider__slider .slick-slide:after {
  opacity: 0.8;
}

.location-slider__slider .slick-slide.slick-active:after {
  opacity: 0;
}

.location-slider__slider .slick-track {
  margin: 0;
}

.location-slider__slider .slick-list {
  margin: 0 -0.75rem;
  overflow: visible;
}

@media (max-width: 1024px) {
  .location-slider__slider .slick-list {
    overflow: hidden;
  }
}

.loading {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.loading.is-active {
  opacity: 1;
  visibility: visible;
}

.loading.is-active i {
  animation: spin 1s linear infinite;
}

.loading i {
  color: #1799d7;
  font-size: 3rem;
}

@media (max-width: 1440px) {
  .loading i {
    font-size: calc(2.1rem + 0.625vw) ;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slider-progress {
  width: 45%;
  height: 1px;
  background: #e4e4e4;
  display: flex;
}

@media (max-width: 1024px) {
  .slider-progress {
    margin-top: 5rem;
    width: 100%;
  }
}

.slider-progress .progress-bar-width {
  display: inline-block;
  background: #1799d7;
  height: 1px;
  opacity: 0;
  transition: all 0.4s ease;
}

.slider-progress .progress-bar-width.is-active {
  opacity: 1;
}

.location-stack-card,
.location-slide {
  position: relative;
  display: block;
  padding-bottom: 355px;
  background-size: cover;
  background-position: center 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.location-stack-card:before,
.location-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #302f2f;
  opacity: 0.6;
}

.location-stack-card:after,
.location-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background: #fff;
  transition: all 0.4s ease;
}

.location-stack-card__content,
.location-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.location-stack-card__title,
.location-slide__title {
  color: #fff;
  margin: 0;
  margin-bottom: 0;
}

.location-stack-card__intro *,
.location-slide__intro * {
  color: #fff;
  margin: 0;
  font-size: 2rem;
}

.location-stack-card:after {
  content: none;
}

.slick-arrow,
.flickity-arrow,
.js-load-more-news {
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}

.slick-arrow i,
.flickity-arrow i,
.js-load-more-news i {
  color: #fff;
  font-size: 3.4rem;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.4s ease;
}

@media (max-width: 1440px) {
  .slick-arrow i,
  .flickity-arrow i,
  .js-load-more-news i {
    font-size: calc(2.14rem + 0.875vw) ;
  }
}

.slick-arrow:after,
.flickity-arrow:after,
.js-load-more-news:after {
  height: 64px;
  width: 64px;
  border-radius: 10px;
  background: #1799d7;
  content: '';
  position: relative;
  display: block;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

@media (max-width: 1024px) {
  .slick-arrow:after,
  .flickity-arrow:after,
  .js-load-more-news:after {
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:hover i,
.flickity-arrow:hover i,
.js-load-more-news:hover i {
  color: #fff;
}

.slick-arrow:hover:after,
.flickity-arrow:hover:after,
.js-load-more-news:hover:after {
  background: #ff693b;
}

.slick-arrow.slick-disabled,
.flickity-arrow.slick-disabled,
.js-load-more-news.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-arrow--next,
.flickity-arrow--next,
.js-load-more-news--next {
  transform: translateY(-50%) translateX(32px);
  right: 0;
}

@media (max-width: 1024px) {
  .slick-arrow--next,
  .flickity-arrow--next,
  .js-load-more-news--next {
    transform: translateY(-50%) translateX(0);
  }
}

.slick-arrow--prev,
.flickity-arrow--prev,
.js-load-more-news--prev {
  transform: translateY(-50%) translateX(-32px);
}

@media (max-width: 1024px) {
  .slick-arrow--prev,
  .flickity-arrow--prev,
  .js-load-more-news--prev {
    transform: translateY(-50%) translateX(0);
  }
}

.slick-arrow--prev:after,
.flickity-arrow--prev:after,
.js-load-more-news--prev:after {
  background: #e5eff4;
}

.slick-arrow--prev i,
.flickity-arrow--prev i,
.js-load-more-news--prev i {
  color: #1799d7;
}

.card-flag {
  background: #1799d7;
  color: #fff;
  font-size: 10px;
  padding: 3px 7px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 15px;
  font-weight: bold;
  z-index: 5;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  transition: opacity .3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: flex;
  align-items: center;
}

.modal__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.modal__main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease;
  padding-top: 40px;
  padding-bottom: 40px;
}

.modal__main.container {
  max-width: 1216px;
  margin: 0 auto;
  width: 95%;
  z-index: 10;
}

.modal__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  overflow: hidden;
}

.modal__video video,
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__close {
  box-shadow: none;
  border: none;
  outline: none;
  align-self: baseline;
  background: transparent;
  min-width: 31px;
  width: 31px;
  color: #ff693b;
  transition: all 0.4s ease;
  position: absolute;
  right: -35px;
  top: 0;
}

@media (max-width: 1024px) {
  .modal__close {
    right: 0;
  }
}

.modal__close:hover {
  color: #1799d7;
}

.overflow-hidden {
  overflow: hidden;
}

.office-cta {
  margin-top: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .office-cta {
    margin: 75px 0 0 0;
  }
}

.office-cta:after {
  background: linear-gradient(180deg, rgba(23, 21, 21, 0.7) 0%, #171515 100%);
  z-index: -1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.office-cta__wrap {
  padding: 70px 0 40px 0;
}

@media (max-width: 600px) {
  .office-cta__wrap {
    padding: 70px 0 20px 0;
  }
}

.office-cta__title {
  text-align: center;
  color: #bde2fe;
  margin: 0 0 20px 0;
}

.our-process {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  transition: all 0.5s cubic-bezier(0.38, 0.77, 0.49, 0.75);
  opacity: 0;
}

.our-process.animated {
  opacity: 1;
}

.our-process.animated .our-process__graphic {
  opacity: 1;
  left: 0;
}

.our-process:before {
  height: 70px;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  z-index: -1;
}

.our-process:after {
  background-color: #171515;
  content: '';
  z-index: -1;
  top: 70px;
  width: 100%;
  height: calc(100% - 70px);
  left: 0;
  position: absolute;
  opacity: 0.9;
}

.our-process__image-column {
  padding-right: 75px;
}

@media (max-width: 1024px) {
  .our-process__image-column {
    padding-right: 1rem;
  }
}

.our-process__content-side {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1024px) {
  .our-process__content-side {
    padding-top: 75px;
  }
}

.our-process__image-side {
  padding-bottom: 820px;
  position: relative;
}

@media (max-width: 1024px) {
  .our-process__image-side {
    padding-bottom: 420px;
  }
}

.our-process__graphic {
  border-radius: 30px;
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  width: 100%;
  transition: all 0.3s linear;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.our-process__title {
  color: #bde2fe;
}

.our-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.our-process__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.our-process__step.is-active .our-process__number {
  background: #ff693b;
  border-color: #ff693b;
}

.our-process__step.is-active .our-process__info-title {
  font-weight: bold;
}

.our-process__step.is-active .our-process__info-icon {
  color: #ff693b;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}

.our-process__step:first-of-type .our-process__info-desc {
  display: block;
  opacity: 1;
}

.our-process__number {
  height: 45px;
  width: 45px;
  min-width: 45px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  cursor: pointer;
  transition: all 0.4s ease;
}

.our-process__number span {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1440px) {
  .our-process__number span {
    font-size: calc(2.03rem + 0.1875vw) ;
  }
}

.our-process__info-wrap {
  margin-left: 2rem;
  position: relative;
  width: 100%;
}

.our-process__info-title {
  color: #fff;
  margin-top: 0.85rem;
  font-size: 2.2rem;
  cursor: pointer;
  transition: all 0.4s ease;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .our-process__info-title {
    font-size: calc(2.02rem + 0.125vw) ;
  }
}

.our-process__info-icon {
  min-width: 40px;
  width: 40px;
  max-height: 40px;
  display: block;
  color: #1799d7;
  cursor: pointer;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.our-process__info-desc {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  display: none;
  opacity: 0;
}

.our-process .btn, .our-process .filter__btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .our-process .btn, .our-process .filter__btn {
    margin-top: 4rem;
  }
}

/***************
  * Page Hero *
 ***************/
.page-hero {
  padding: 250px 0 120px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #171515;
}

.page-hero.darker:after {
  opacity: 0.9;
}

.page-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #171515;
  opacity: 0.6;
}

.page-hero .wrapper, .page-hero .news-single__video-wrap, .page-hero .lightbox__content {
  position: relative;
  z-index: 2;
}

.page-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #171515;
  z-index: -1;
  object-fit: cover;
}

.page-hero__bg-image.is-blurred-bg {
  filter: blur(5px);
}

.page-hero__bg-load {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 2s ease;
  filter: blur(7px);
}

@media (max-width: 1024px) {
  .page-hero__bg-load {
    opacity: 0;
  }
}

.page-hero__title {
  color: #fff;
}

.page-hero .location-search {
  margin-top: 120px;
}

.page-hero .usps-list {
  margin-top: 120px;
}

.page-intro {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .page-intro {
    padding: 75px 0;
  }
}

@media (max-width: 1024px) {
  .page-intro.smaller .page-intro__content-side {
    padding-bottom: 20px;
  }
}

.page-intro.smaller .page-intro__image {
  padding-bottom: 80%;
}

.page-intro__title {
  margin-bottom: 1rem;
}

.page-intro__description {
  font-size: 2rem;
  margin: 0;
}

.page-intro .btn, .page-intro .filter__btn {
  margin-top: 3rem;
}

.page-intro__btns-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.page-intro__btns-wrap .btn, .page-intro__btns-wrap .filter__btn {
  margin-top: 0;
}

.page-intro__btns-wrap .text-link {
  margin-left: 25px;
}

.page-intro__content-side {
  padding-right: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .page-intro__content-side {
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 0;
  }
}

.page-intro__image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-top: -5rem;
}

@media (max-width: 1024px) {
  .page-intro__image {
    margin-top: 0;
    padding-bottom: 50%;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

.pagination .page-numbers {
  font-weight: 600;
  margin-right: 20px;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination__btn {
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.pagination__btn:after {
  height: 42px;
  width: 42px;
  border-radius: 10px;
  background: #1799d7;
  content: '';
  position: relative;
  display: block;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.pagination__btn:hover:after {
  background: #ff693b;
}

.pagination__btn .fas {
  color: #fff;
  font-size: 3.4rem;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.4s ease;
  font-size: 2rem;
}

.our-testimonials {
  text-align: center;
  margin: 100px 0;
  overflow: hidden;
}

.our-testimonials .wrapper, .our-testimonials .news-single__video-wrap, .our-testimonials .lightbox__content {
  position: relative;
}

@media (max-width: 600px) {
  .our-testimonials {
    margin: 75px 0;
  }
}

.our-testimonials__title em {
  color: #1799d7;
}

.our-testimonials__list {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .our-testimonials__list {
    padding: 0 32px;
  }
}

.our-testimonials .slick-slide {
  margin: 0 40px;
}

.our-testimonials .slick-slide:after {
  opacity: 0.8;
}

.our-testimonials .slick-slide.slick-active:after {
  opacity: 0;
}

.our-testimonials .slick-list {
  margin: 0 -40px;
  overflow: visible;
}

@media (max-width: 1024px) {
  .our-testimonials .slick-list {
    overflow: hidden;
  }
}

.our-testimonials .slick-arrow--next {
  right: 0 !important;
}

.testimonial-post {
  position: relative;
  text-align: left;
  outline: none;
}

.testimonial-post--single:after {
  display: none;
}

.testimonial-post:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background: #fff;
  transition: all 0.4s ease;
}

.testimonial-post:nth-of-type(2n) .testimonial-post__icon {
  color: #ff693b;
}

.testimonial-post:nth-of-type(2n) .testimonial-post__name {
  color: #ff693b;
}

.testimonial-post:nth-of-type(2n + 1) .testimonial-post__icon, .testimonial-post--blue .testimonial-post__icon {
  color: #1799d7 !important;
}

.testimonial-post:nth-of-type(2n + 1) .testimonial-post__name, .testimonial-post--blue .testimonial-post__name {
  color: #1799d7 !important;
}

.testimonial-post__wrap {
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative;
}

.testimonial-post__content {
  padding: 40px 40px 50px 40px;
  border-radius: 20px;
  position: relative;
  background: #F5FAFF;
}

.testimonial-post__content * {
  font-size: 1.5rem;
  margin: 0;
}

.testimonial-post__details {
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 100%;
}

.testimonial-post__icon {
  font-size: 5rem;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
}

@media (max-width: 1440px) {
  .testimonial-post__icon {
    font-size: calc(2.3rem + 1.875vw) ;
  }
}

.testimonial-post__name {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  display: none;
}

.testimonial-post__job-title {
  font-size: 1.5rem;
  margin: 0;
  margin-top: 1.5rem;
}

.testimonial-post__thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: block;
  display: none;
}

.usps-list {
  visibility: visible !important;
}

.usps-list .column {
  position: relative;
}

.usps-list__block {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  padding: 3rem 2.5rem;
  text-align: left;
  overflow: hidden;
  display: block;
  border: 1px solid #D0D6DC;
  border-radius: 20px;
}

.usps-list__icon {
  margin: 0 0 2rem 0;
}

.usps-list__title {
  color: #fff;
}

.usps-list__description {
  color: #fff;
  margin: 2rem 0 0 0;
  font-size: 2rem;
}

.strafe-notification {
  background: #ccc;
  padding: 25px 25px;
  text-align: center;
  margin: 0;
  border-radius: 10px;
}

.strafe-notification--is-primary {
  background: #ff693b;
}

.splash {
  margin: 50px 0;
}

.splash:first-of-type {
  margin-top: 0;
}

.splash__title {
  text-decoration: underline;
}

@media (max-width: 1350px) {
  .is-hidden-laptop {
    display: none;
  }
}

@media (max-width: 1350px) {
  .is-full-laptop {
    width: 100% !important;
  }
}

@media (max-width: 1350px) {
  .is-half-laptop {
    width: 50% !important;
  }
}

.is-wider {
  width: 55.6% !important;
  flex: none;
}

@media (max-width: 1350px) {
  .is-wider {
    width: 46% !important;
  }
}

@media (max-width: 1200px) {
  .is-wider {
    width: 50% !important;
  }
}

@media (max-width: 1024px) {
  .is-wider {
    width: 100% !important;
  }
}

.news-grid--margin-top {
  margin-top: 75px;
}

.js-load-more-news {
  margin-top: 50px;
  margin-left: auto;
  display: block;
  position: relative;
  width: 65px;
  top: 0;
}

@media (max-width: 1024px) {
  .js-load-more-news {
    width: 40px;
  }
}

.js-load-more-news.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none !important;
}

.news-card {
  display: block;
  z-index: 1;
  position: relative;
  height: 500px;
  margin-bottom: 25px;
}

.news-card__category {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 16px 0 0 20px;
  text-transform: capitalize;
}

.news-card--lrg {
  height: 270px;
}

@media (min-width: 1024px) {
  .news-card--lrg {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .news-card--lrg {
    height: 606px;
  }
}

.news-card__thumb-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

.news-card__thumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 47, 47, 0.6);
  content: '';
}

.news-card__thumb {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease;
}

.news-card__content-wrap {
  position: absolute;
  padding: 3rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news-card__title {
  color: #fff;
  margin: 0;
  margin-bottom: 1.3rem;
}

.news-card__date {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.news-card .btn, .news-card .filter__btn {
  position: absolute;
  right: 2rem;
  bottom: -2rem;
}

.news-card:hover .news-card__thumb {
  transform: scale(1.05);
}

.filter {
  background-color: #000;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding: 0 12px;
}

@media (min-width: 769px) {
  .filter {
    justify-content: center;
    overflow-x: hidden;
    padding: 0;
  }
}

.filter__btn {
  color: #000;
  margin: 15px 7.5px;
  padding: 14px 36px;
  font-size: 1.6rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .filter__btn {
    margin: 17.5px;
  }
}

.filter__btn::after {
  background: #F2F3F5;
}

.filter__btn:hover {
  color: #000;
}

.filter__btn.is-active {
  color: #fff;
}

.filter__btn.is-active::after {
  background-color: #ff693b;
}

.share-wrap {
  margin: 25px 0;
}

.share-wrap__label {
  font-weight: bold;
  margin: 0;
  font-size: 2.5rem;
}

@media (max-width: 1440px) {
  .share-wrap__label {
    font-size: calc(2.05rem + 0.3125vw) ;
  }
}

.share-wrap__wrap {
  display: flex;
  margin-top: 5px;
}

.share-wrap__icon {
  background: #ff693b;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.15rem;
  transition: all 0.4s ease;
}

.share-wrap__icon--twitter:hover {
  background: #1da1f2;
}

.share-wrap__icon--facebook:hover {
  background: #365397;
}

.share-wrap__icon--email:hover {
  background: #132e45;
}

.share-wrap__icon i {
  font-size: 2.25rem;
  color: #fff;
}

@media (max-width: 1440px) {
  .share-wrap__icon i {
    font-size: calc(2.025rem + 0.15625vw) ;
  }
}

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