@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff; }

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
  display: block; }

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: 400;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a img {
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

/**
 * Breakpoints
 */
/**
 * Fonts
 */
/**
 * Boxgrid variables
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Generates a list of font sizes at specific breakpoints
 */
/**
 * If you have to ask what this does, then ask yourself what you are doing!!!
 */
/**
 * Creates a class for each colour and a second class with each colour applied as background-color
 */
/*
----------------------------------
BoxGrid
----------------------------------
Author: Ashley Needham
Description: A flexbox based grid
Version: 1.2
License: MIT
URL: http://flexbox.net
*/
.boxgrid {
  width: 101.5%;
  margin-left: -0.75%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .boxgrid > .col {
    margin: 0.75%;
    width: 98.5%;
    box-sizing: border-box; }
    .boxgrid > .col > .inner {
      display: block;
      box-sizing: border-box; }
  .boxgrid:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden; }
  .boxgrid.no-margin {
    width: 100%;
    margin: 0; }
    .boxgrid.no-margin > .col {
      margin: 0;
      width: 100%;
      box-sizing: border-box; }
      .boxgrid.no-margin > .col > .inner {
        display: block;
        box-sizing: border-box; }

@media screen and (min-width: 300px) {
  .boxgrid > .xs_12 {
    width: 98.5%;
    display: block; }
  .boxgrid > .xs_11 {
    width: 90.1666666667%;
    display: block; }
  .boxgrid > .xs_10 {
    width: 81.8333333333%;
    display: block; }
  .boxgrid > .xs_9 {
    width: 73.5%;
    display: block; }
  .boxgrid > .xs_8 {
    width: 65.1666666667%;
    display: block; }
  .boxgrid > .xs_7 {
    width: 56.8333333333%;
    display: block; }
  .boxgrid > .xs_6 {
    width: 48.5%;
    display: block; }
  .boxgrid > .xs_5 {
    width: 40.1666666667%;
    display: block; }
  .boxgrid > .xs_4 {
    width: 31.8333333333%;
    display: block; }
  .boxgrid > .xs_3 {
    width: 23.5%;
    display: block; }
  .boxgrid > .xs_eq_5th {
    width: 18.5%;
    display: block; }
  .boxgrid > .xs_2 {
    width: 15.1666666667%;
    display: block; }
  .boxgrid > .xs_1 {
    width: 6.8333333333%;
    display: block; }
  .boxgrid > .xs_0 {
    display: none; }
  .boxgrid > .xs_pre_11 {
    margin-left: 92.4166666667%; }
  .boxgrid > .xs_pre_10 {
    margin-left: 84.0833333333%; }
  .boxgrid > .xs_pre_9 {
    margin-left: 75.75%; }
  .boxgrid > .xs_pre_8 {
    margin-left: 67.4166666667%; }
  .boxgrid > .xs_pre_7 {
    margin-left: 59.0833333333%; }
  .boxgrid > .xs_pre_6 {
    margin-left: 50.75%; }
  .boxgrid > .xs_pre_5 {
    margin-left: 42.4166666667%; }
  .boxgrid > .xs_pre_4 {
    margin-left: 34.0833333333%; }
  .boxgrid > .xs_pre_3 {
    margin-left: 25.75%; }
  .boxgrid > .xs_pre_2 {
    margin-left: 17.4166666667%; }
  .boxgrid > .xs_pre_1 {
    margin-left: 9.0833333333%; }
  .boxgrid > .xs_pre_0 {
    margin-left: 0.75%; }
  .boxgrid > .xs_post_11 {
    margin-right: 92.4166666667%; }
  .boxgrid > .xs_post_10 {
    margin-right: 84.0833333333%; }
  .boxgrid > .xs_post_9 {
    margin-right: 75.75%; }
  .boxgrid > .xs_post_8 {
    margin-right: 67.4166666667%; }
  .boxgrid > .xs_post_7 {
    margin-right: 59.0833333333%; }
  .boxgrid > .xs_post_6 {
    margin-right: 50.75%; }
  .boxgrid > .xs_post_5 {
    margin-right: 42.4166666667%; }
  .boxgrid > .xs_post_4 {
    margin-right: 34.0833333333%; }
  .boxgrid > .xs_post_3 {
    margin-right: 25.75%; }
  .boxgrid > .xs_post_2 {
    margin-right: 17.4166666667%; }
  .boxgrid > .xs_post_1 {
    margin-right: 9.0833333333%; }
  .boxgrid > .xs_post_0 {
    margin-right: 0.75%; }

  .boxgrid.no-margin > .xs_12 {
    width: 100%; }
  .boxgrid.no-margin > .xs_11 {
    width: 91.6666666667%; }
  .boxgrid.no-margin > .xs_10 {
    width: 83.3333333333%; }
  .boxgrid.no-margin > .xs_9 {
    width: 75%; }
  .boxgrid.no-margin > .xs_8 {
    width: 66.6666666667%; }
  .boxgrid.no-margin > .xs_7 {
    width: 58.3333333333%; }
  .boxgrid.no-margin > .xs_6 {
    width: 50%; }
  .boxgrid.no-margin > .xs_5 {
    width: 41.6666666667%; }
  .boxgrid.no-margin > .xs_4 {
    width: 33.3333333333%; }
  .boxgrid.no-margin > .xs_3 {
    width: 25%; }
  .boxgrid.no-margin > .xs_eq_5th {
    width: 20%; }
  .boxgrid.no-margin > .xs_2 {
    width: 16.6666666667%; }
  .boxgrid.no-margin > .xs_1 {
    width: 8.3333333333%; }
  .boxgrid.no-margin > .xs_0 {
    display: none; }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .xs_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .xs_pre_10 {
    margin-left: 83.3333333333%; }
  .boxgrid.no-margin > .xs_pre_9 {
    margin-left: 75%; }
  .boxgrid.no-margin > .xs_pre_8 {
    margin-left: 66.6666666667%; }
  .boxgrid.no-margin > .xs_pre_7 {
    margin-left: 58.3333333333%; }
  .boxgrid.no-margin > .xs_pre_6 {
    margin-left: 50%; }
  .boxgrid.no-margin > .xs_pre_5 {
    margin-left: 41.6666666667%; }
  .boxgrid.no-margin > .xs_pre_4 {
    margin-left: 33.3333333333%; }
  .boxgrid.no-margin > .xs_pre_3 {
    margin-left: 25%; }
  .boxgrid.no-margin > .xs_pre_2 {
    margin-left: 16.6666666667%; }
  .boxgrid.no-margin > .xs_pre_1 {
    margin-left: 8.3333333333%; }
  .boxgrid.no-margin > .xs_pre_0 {
    margin-left: 0; }
  .boxgrid.no-margin > .xs_post_11 {
    margin-right: 91.6666666667%; }
  .boxgrid.no-margin > .xs_post_10 {
    margin-right: 83.3333333333%; }
  .boxgrid.no-margin > .xs_post_9 {
    margin-right: 75%; }
  .boxgrid.no-margin > .xs_post_8 {
    margin-right: 66.6666666667%; }
  .boxgrid.no-margin > .xs_post_7 {
    margin-right: 58.3333333333%; }
  .boxgrid.no-margin > .xs_post_6 {
    margin-right: 50%; }
  .boxgrid.no-margin > .xs_post_5 {
    margin-right: 41.6666666667%; }
  .boxgrid.no-margin > .xs_post_4 {
    margin-right: 33.3333333333%; }
  .boxgrid.no-margin > .xs_post_3 {
    margin-right: 25%; }
  .boxgrid.no-margin > .xs_post_2 {
    margin-right: 16.6666666667%; }
  .boxgrid.no-margin > .xs_post_1 {
    margin-right: 8.3333333333%; }
  .boxgrid.no-margin > .xs_post_0 {
    margin-right: 0; }

  .boxgrid > .col[data-bg_xs_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_xs_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_xs_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_xs_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_xs_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_xs_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_xs_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_xs_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_xs_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_xs_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_xs_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_xs_order="12"] {
    order: 12; }

  .boxgrid > .xs_first {
    order: -1; }

  .boxgrid > .xs_last {
    order: 999; }

  .boxgrid > .xs_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .xs_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .xs_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .xs_text_left {
    text-align: left; }

  .boxgrid > .xs_text_center {
    text-align: center; }

  .boxgrid > .xs_text_right {
    text-align: right; }

  .boxgrid > .xs_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .xs_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .xs_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 550px) {
  .boxgrid > .sm_12 {
    width: 98.5%;
    display: block; }
  .boxgrid > .sm_11 {
    width: 90.1666666667%;
    display: block; }
  .boxgrid > .sm_10 {
    width: 81.8333333333%;
    display: block; }
  .boxgrid > .sm_9 {
    width: 73.5%;
    display: block; }
  .boxgrid > .sm_8 {
    width: 65.1666666667%;
    display: block; }
  .boxgrid > .sm_7 {
    width: 56.8333333333%;
    display: block; }
  .boxgrid > .sm_6 {
    width: 48.5%;
    display: block; }
  .boxgrid > .sm_5 {
    width: 40.1666666667%;
    display: block; }
  .boxgrid > .sm_4 {
    width: 31.8333333333%;
    display: block; }
  .boxgrid > .sm_3 {
    width: 23.5%;
    display: block; }
  .boxgrid > .sm_eq_5th {
    width: 18.5%;
    display: block; }
  .boxgrid > .sm_2 {
    width: 15.1666666667%;
    display: block; }
  .boxgrid > .sm_1 {
    width: 6.8333333333%;
    display: block; }
  .boxgrid > .sm_0 {
    display: none; }
  .boxgrid > .sm_pre_11 {
    margin-left: 92.4166666667%; }
  .boxgrid > .sm_pre_10 {
    margin-left: 84.0833333333%; }
  .boxgrid > .sm_pre_9 {
    margin-left: 75.75%; }
  .boxgrid > .sm_pre_8 {
    margin-left: 67.4166666667%; }
  .boxgrid > .sm_pre_7 {
    margin-left: 59.0833333333%; }
  .boxgrid > .sm_pre_6 {
    margin-left: 50.75%; }
  .boxgrid > .sm_pre_5 {
    margin-left: 42.4166666667%; }
  .boxgrid > .sm_pre_4 {
    margin-left: 34.0833333333%; }
  .boxgrid > .sm_pre_3 {
    margin-left: 25.75%; }
  .boxgrid > .sm_pre_2 {
    margin-left: 17.4166666667%; }
  .boxgrid > .sm_pre_1 {
    margin-left: 9.0833333333%; }
  .boxgrid > .sm_pre_0 {
    margin-left: 0.75%; }
  .boxgrid > .sm_post_11 {
    margin-right: 92.4166666667%; }
  .boxgrid > .sm_post_10 {
    margin-right: 84.0833333333%; }
  .boxgrid > .sm_post_9 {
    margin-right: 75.75%; }
  .boxgrid > .sm_post_8 {
    margin-right: 67.4166666667%; }
  .boxgrid > .sm_post_7 {
    margin-right: 59.0833333333%; }
  .boxgrid > .sm_post_6 {
    margin-right: 50.75%; }
  .boxgrid > .sm_post_5 {
    margin-right: 42.4166666667%; }
  .boxgrid > .sm_post_4 {
    margin-right: 34.0833333333%; }
  .boxgrid > .sm_post_3 {
    margin-right: 25.75%; }
  .boxgrid > .sm_post_2 {
    margin-right: 17.4166666667%; }
  .boxgrid > .sm_post_1 {
    margin-right: 9.0833333333%; }
  .boxgrid > .sm_post_0 {
    margin-right: 0.75%; }

  .boxgrid.no-margin > .sm_12 {
    width: 100%; }
  .boxgrid.no-margin > .sm_11 {
    width: 91.6666666667%; }
  .boxgrid.no-margin > .sm_10 {
    width: 83.3333333333%; }
  .boxgrid.no-margin > .sm_9 {
    width: 75%; }
  .boxgrid.no-margin > .sm_8 {
    width: 66.6666666667%; }
  .boxgrid.no-margin > .sm_7 {
    width: 58.3333333333%; }
  .boxgrid.no-margin > .sm_6 {
    width: 50%; }
  .boxgrid.no-margin > .sm_5 {
    width: 41.6666666667%; }
  .boxgrid.no-margin > .sm_4 {
    width: 33.3333333333%; }
  .boxgrid.no-margin > .sm_3 {
    width: 25%; }
  .boxgrid.no-margin > .sm_eq_5th {
    width: 20%; }
  .boxgrid.no-margin > .sm_2 {
    width: 16.6666666667%; }
  .boxgrid.no-margin > .sm_1 {
    width: 8.3333333333%; }
  .boxgrid.no-margin > .sm_0 {
    display: none; }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .sm_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .sm_pre_10 {
    margin-left: 83.3333333333%; }
  .boxgrid.no-margin > .sm_pre_9 {
    margin-left: 75%; }
  .boxgrid.no-margin > .sm_pre_8 {
    margin-left: 66.6666666667%; }
  .boxgrid.no-margin > .sm_pre_7 {
    margin-left: 58.3333333333%; }
  .boxgrid.no-margin > .sm_pre_6 {
    margin-left: 50%; }
  .boxgrid.no-margin > .sm_pre_5 {
    margin-left: 41.6666666667%; }
  .boxgrid.no-margin > .sm_pre_4 {
    margin-left: 33.3333333333%; }
  .boxgrid.no-margin > .sm_pre_3 {
    margin-left: 25%; }
  .boxgrid.no-margin > .sm_pre_2 {
    margin-left: 16.6666666667%; }
  .boxgrid.no-margin > .sm_pre_1 {
    margin-left: 8.3333333333%; }
  .boxgrid.no-margin > .sm_pre_0 {
    margin-left: 0; }
  .boxgrid.no-margin > .sm_post_11 {
    margin-right: 91.6666666667%; }
  .boxgrid.no-margin > .sm_post_10 {
    margin-right: 83.3333333333%; }
  .boxgrid.no-margin > .sm_post_9 {
    margin-right: 75%; }
  .boxgrid.no-margin > .sm_post_8 {
    margin-right: 66.6666666667%; }
  .boxgrid.no-margin > .sm_post_7 {
    margin-right: 58.3333333333%; }
  .boxgrid.no-margin > .sm_post_6 {
    margin-right: 50%; }
  .boxgrid.no-margin > .sm_post_5 {
    margin-right: 41.6666666667%; }
  .boxgrid.no-margin > .sm_post_4 {
    margin-right: 33.3333333333%; }
  .boxgrid.no-margin > .sm_post_3 {
    margin-right: 25%; }
  .boxgrid.no-margin > .sm_post_2 {
    margin-right: 16.6666666667%; }
  .boxgrid.no-margin > .sm_post_1 {
    margin-right: 8.3333333333%; }
  .boxgrid.no-margin > .sm_post_0 {
    margin-right: 0; }

  .boxgrid > .col[data-bg_sm_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_sm_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_sm_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_sm_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_sm_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_sm_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_sm_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_sm_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_sm_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_sm_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_sm_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_sm_order="12"] {
    order: 12; }

  .boxgrid > .sm_first {
    order: -1; }

  .boxgrid > .sm_last {
    order: 999; }

  .boxgrid > .sm_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .sm_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .sm_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .sm_text_left {
    text-align: left; }

  .boxgrid > .sm_text_center {
    text-align: center; }

  .boxgrid > .sm_text_right {
    text-align: right; }

  .boxgrid > .sm_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .sm_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .sm_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 850px) {
  .boxgrid > .md_12 {
    width: 98.5%;
    display: block; }
  .boxgrid > .md_11 {
    width: 90.1666666667%;
    display: block; }
  .boxgrid > .md_10 {
    width: 81.8333333333%;
    display: block; }
  .boxgrid > .md_9 {
    width: 73.5%;
    display: block; }
  .boxgrid > .md_8 {
    width: 65.1666666667%;
    display: block; }
  .boxgrid > .md_7 {
    width: 56.8333333333%;
    display: block; }
  .boxgrid > .md_6 {
    width: 48.5%;
    display: block; }
  .boxgrid > .md_5 {
    width: 40.1666666667%;
    display: block; }
  .boxgrid > .md_4 {
    width: 31.8333333333%;
    display: block; }
  .boxgrid > .md_3 {
    width: 23.5%;
    display: block; }
  .boxgrid > .md_eq_5th {
    width: 18.5%;
    display: block; }
  .boxgrid > .md_2 {
    width: 15.1666666667%;
    display: block; }
  .boxgrid > .md_1 {
    width: 6.8333333333%;
    display: block; }
  .boxgrid > .md_0 {
    display: none; }
  .boxgrid > .md_pre_11 {
    margin-left: 92.4166666667%; }
  .boxgrid > .md_pre_10 {
    margin-left: 84.0833333333%; }
  .boxgrid > .md_pre_9 {
    margin-left: 75.75%; }
  .boxgrid > .md_pre_8 {
    margin-left: 67.4166666667%; }
  .boxgrid > .md_pre_7 {
    margin-left: 59.0833333333%; }
  .boxgrid > .md_pre_6 {
    margin-left: 50.75%; }
  .boxgrid > .md_pre_5 {
    margin-left: 42.4166666667%; }
  .boxgrid > .md_pre_4 {
    margin-left: 34.0833333333%; }
  .boxgrid > .md_pre_3 {
    margin-left: 25.75%; }
  .boxgrid > .md_pre_2 {
    margin-left: 17.4166666667%; }
  .boxgrid > .md_pre_1 {
    margin-left: 9.0833333333%; }
  .boxgrid > .md_pre_0 {
    margin-left: 0.75%; }
  .boxgrid > .md_post_11 {
    margin-right: 92.4166666667%; }
  .boxgrid > .md_post_10 {
    margin-right: 84.0833333333%; }
  .boxgrid > .md_post_9 {
    margin-right: 75.75%; }
  .boxgrid > .md_post_8 {
    margin-right: 67.4166666667%; }
  .boxgrid > .md_post_7 {
    margin-right: 59.0833333333%; }
  .boxgrid > .md_post_6 {
    margin-right: 50.75%; }
  .boxgrid > .md_post_5 {
    margin-right: 42.4166666667%; }
  .boxgrid > .md_post_4 {
    margin-right: 34.0833333333%; }
  .boxgrid > .md_post_3 {
    margin-right: 25.75%; }
  .boxgrid > .md_post_2 {
    margin-right: 17.4166666667%; }
  .boxgrid > .md_post_1 {
    margin-right: 9.0833333333%; }
  .boxgrid > .md_post_0 {
    margin-right: 0.75%; }

  .boxgrid.no-margin > .md_12 {
    width: 100%; }
  .boxgrid.no-margin > .md_11 {
    width: 91.6666666667%; }
  .boxgrid.no-margin > .md_10 {
    width: 83.3333333333%; }
  .boxgrid.no-margin > .md_9 {
    width: 75%; }
  .boxgrid.no-margin > .md_8 {
    width: 66.6666666667%; }
  .boxgrid.no-margin > .md_7 {
    width: 58.3333333333%; }
  .boxgrid.no-margin > .md_6 {
    width: 50%; }
  .boxgrid.no-margin > .md_5 {
    width: 41.6666666667%; }
  .boxgrid.no-margin > .md_4 {
    width: 33.3333333333%; }
  .boxgrid.no-margin > .md_3 {
    width: 25%; }
  .boxgrid.no-margin > .md_eq_5th {
    width: 20%; }
  .boxgrid.no-margin > .md_2 {
    width: 16.6666666667%; }
  .boxgrid.no-margin > .md_1 {
    width: 8.3333333333%; }
  .boxgrid.no-margin > .md_0 {
    display: none; }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .md_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .md_pre_10 {
    margin-left: 83.3333333333%; }
  .boxgrid.no-margin > .md_pre_9 {
    margin-left: 75%; }
  .boxgrid.no-margin > .md_pre_8 {
    margin-left: 66.6666666667%; }
  .boxgrid.no-margin > .md_pre_7 {
    margin-left: 58.3333333333%; }
  .boxgrid.no-margin > .md_pre_6 {
    margin-left: 50%; }
  .boxgrid.no-margin > .md_pre_5 {
    margin-left: 41.6666666667%; }
  .boxgrid.no-margin > .md_pre_4 {
    margin-left: 33.3333333333%; }
  .boxgrid.no-margin > .md_pre_3 {
    margin-left: 25%; }
  .boxgrid.no-margin > .md_pre_2 {
    margin-left: 16.6666666667%; }
  .boxgrid.no-margin > .md_pre_1 {
    margin-left: 8.3333333333%; }
  .boxgrid.no-margin > .md_pre_0 {
    margin-left: 0; }
  .boxgrid.no-margin > .md_post_11 {
    margin-right: 91.6666666667%; }
  .boxgrid.no-margin > .md_post_10 {
    margin-right: 83.3333333333%; }
  .boxgrid.no-margin > .md_post_9 {
    margin-right: 75%; }
  .boxgrid.no-margin > .md_post_8 {
    margin-right: 66.6666666667%; }
  .boxgrid.no-margin > .md_post_7 {
    margin-right: 58.3333333333%; }
  .boxgrid.no-margin > .md_post_6 {
    margin-right: 50%; }
  .boxgrid.no-margin > .md_post_5 {
    margin-right: 41.6666666667%; }
  .boxgrid.no-margin > .md_post_4 {
    margin-right: 33.3333333333%; }
  .boxgrid.no-margin > .md_post_3 {
    margin-right: 25%; }
  .boxgrid.no-margin > .md_post_2 {
    margin-right: 16.6666666667%; }
  .boxgrid.no-margin > .md_post_1 {
    margin-right: 8.3333333333%; }
  .boxgrid.no-margin > .md_post_0 {
    margin-right: 0; }

  .boxgrid > .col[data-bg_md_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_md_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_md_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_md_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_md_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_md_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_md_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_md_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_md_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_md_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_md_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_md_order="12"] {
    order: 12; }

  .boxgrid > .md_first {
    order: -1; }

  .boxgrid > .md_last {
    order: 999; }

  .boxgrid > .md_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .md_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .md_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .md_text_left {
    text-align: left; }

  .boxgrid > .md_text_center {
    text-align: center; }

  .boxgrid > .md_text_right {
    text-align: right; }

  .boxgrid > .md_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .md_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .md_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 1200px) {
  .boxgrid > .lg_12 {
    width: 98.5%;
    display: block; }
  .boxgrid > .lg_11 {
    width: 90.1666666667%;
    display: block; }
  .boxgrid > .lg_10 {
    width: 81.8333333333%;
    display: block; }
  .boxgrid > .lg_9 {
    width: 73.5%;
    display: block; }
  .boxgrid > .lg_8 {
    width: 65.1666666667%;
    display: block; }
  .boxgrid > .lg_7 {
    width: 56.8333333333%;
    display: block; }
  .boxgrid > .lg_6 {
    width: 48.5%;
    display: block; }
  .boxgrid > .lg_5 {
    width: 40.1666666667%;
    display: block; }
  .boxgrid > .lg_4 {
    width: 31.8333333333%;
    display: block; }
  .boxgrid > .lg_3 {
    width: 23.5%;
    display: block; }
  .boxgrid > .lg_eq_5th {
    width: 18.5%;
    display: block; }
  .boxgrid > .lg_2 {
    width: 15.1666666667%;
    display: block; }
  .boxgrid > .lg_1 {
    width: 6.8333333333%;
    display: block; }
  .boxgrid > .lg_0 {
    display: none; }
  .boxgrid > .lg_pre_11 {
    margin-left: 92.4166666667%; }
  .boxgrid > .lg_pre_10 {
    margin-left: 84.0833333333%; }
  .boxgrid > .lg_pre_9 {
    margin-left: 75.75%; }
  .boxgrid > .lg_pre_8 {
    margin-left: 67.4166666667%; }
  .boxgrid > .lg_pre_7 {
    margin-left: 59.0833333333%; }
  .boxgrid > .lg_pre_6 {
    margin-left: 50.75%; }
  .boxgrid > .lg_pre_5 {
    margin-left: 42.4166666667%; }
  .boxgrid > .lg_pre_4 {
    margin-left: 34.0833333333%; }
  .boxgrid > .lg_pre_3 {
    margin-left: 25.75%; }
  .boxgrid > .lg_pre_2 {
    margin-left: 17.4166666667%; }
  .boxgrid > .lg_pre_1 {
    margin-left: 9.0833333333%; }
  .boxgrid > .lg_pre_0 {
    margin-left: 0.75%; }
  .boxgrid > .lg_post_11 {
    margin-right: 92.4166666667%; }
  .boxgrid > .lg_post_10 {
    margin-right: 84.0833333333%; }
  .boxgrid > .lg_post_9 {
    margin-right: 75.75%; }
  .boxgrid > .lg_post_8 {
    margin-right: 67.4166666667%; }
  .boxgrid > .lg_post_7 {
    margin-right: 59.0833333333%; }
  .boxgrid > .lg_post_6 {
    margin-right: 50.75%; }
  .boxgrid > .lg_post_5 {
    margin-right: 42.4166666667%; }
  .boxgrid > .lg_post_4 {
    margin-right: 34.0833333333%; }
  .boxgrid > .lg_post_3 {
    margin-right: 25.75%; }
  .boxgrid > .lg_post_2 {
    margin-right: 17.4166666667%; }
  .boxgrid > .lg_post_1 {
    margin-right: 9.0833333333%; }
  .boxgrid > .lg_post_0 {
    margin-right: 0.75%; }

  .boxgrid.no-margin > .lg_12 {
    width: 100%; }
  .boxgrid.no-margin > .lg_11 {
    width: 91.6666666667%; }
  .boxgrid.no-margin > .lg_10 {
    width: 83.3333333333%; }
  .boxgrid.no-margin > .lg_9 {
    width: 75%; }
  .boxgrid.no-margin > .lg_8 {
    width: 66.6666666667%; }
  .boxgrid.no-margin > .lg_7 {
    width: 58.3333333333%; }
  .boxgrid.no-margin > .lg_6 {
    width: 50%; }
  .boxgrid.no-margin > .lg_5 {
    width: 41.6666666667%; }
  .boxgrid.no-margin > .lg_4 {
    width: 33.3333333333%; }
  .boxgrid.no-margin > .lg_3 {
    width: 25%; }
  .boxgrid.no-margin > .lg_eq_5th {
    width: 20%; }
  .boxgrid.no-margin > .lg_2 {
    width: 16.6666666667%; }
  .boxgrid.no-margin > .lg_1 {
    width: 8.3333333333%; }
  .boxgrid.no-margin > .lg_0 {
    display: none; }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .lg_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .lg_pre_10 {
    margin-left: 83.3333333333%; }
  .boxgrid.no-margin > .lg_pre_9 {
    margin-left: 75%; }
  .boxgrid.no-margin > .lg_pre_8 {
    margin-left: 66.6666666667%; }
  .boxgrid.no-margin > .lg_pre_7 {
    margin-left: 58.3333333333%; }
  .boxgrid.no-margin > .lg_pre_6 {
    margin-left: 50%; }
  .boxgrid.no-margin > .lg_pre_5 {
    margin-left: 41.6666666667%; }
  .boxgrid.no-margin > .lg_pre_4 {
    margin-left: 33.3333333333%; }
  .boxgrid.no-margin > .lg_pre_3 {
    margin-left: 25%; }
  .boxgrid.no-margin > .lg_pre_2 {
    margin-left: 16.6666666667%; }
  .boxgrid.no-margin > .lg_pre_1 {
    margin-left: 8.3333333333%; }
  .boxgrid.no-margin > .lg_pre_0 {
    margin-left: 0; }
  .boxgrid.no-margin > .lg_post_11 {
    margin-right: 91.6666666667%; }
  .boxgrid.no-margin > .lg_post_10 {
    margin-right: 83.3333333333%; }
  .boxgrid.no-margin > .lg_post_9 {
    margin-right: 75%; }
  .boxgrid.no-margin > .lg_post_8 {
    margin-right: 66.6666666667%; }
  .boxgrid.no-margin > .lg_post_7 {
    margin-right: 58.3333333333%; }
  .boxgrid.no-margin > .lg_post_6 {
    margin-right: 50%; }
  .boxgrid.no-margin > .lg_post_5 {
    margin-right: 41.6666666667%; }
  .boxgrid.no-margin > .lg_post_4 {
    margin-right: 33.3333333333%; }
  .boxgrid.no-margin > .lg_post_3 {
    margin-right: 25%; }
  .boxgrid.no-margin > .lg_post_2 {
    margin-right: 16.6666666667%; }
  .boxgrid.no-margin > .lg_post_1 {
    margin-right: 8.3333333333%; }
  .boxgrid.no-margin > .lg_post_0 {
    margin-right: 0; }

  .boxgrid > .col[data-bg_lg_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_lg_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_lg_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_lg_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_lg_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_lg_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_lg_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_lg_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_lg_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_lg_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_lg_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_lg_order="12"] {
    order: 12; }

  .boxgrid > .lg_first {
    order: -1; }

  .boxgrid > .lg_last {
    order: 999; }

  .boxgrid > .lg_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .lg_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .lg_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .lg_text_left {
    text-align: left; }

  .boxgrid > .lg_text_center {
    text-align: center; }

  .boxgrid > .lg_text_right {
    text-align: right; }

  .boxgrid > .lg_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .lg_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .lg_bottom {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 1800px) {
  .boxgrid > .xl_12 {
    width: 98.5%;
    display: block; }
  .boxgrid > .xl_11 {
    width: 90.1666666667%;
    display: block; }
  .boxgrid > .xl_10 {
    width: 81.8333333333%;
    display: block; }
  .boxgrid > .xl_9 {
    width: 73.5%;
    display: block; }
  .boxgrid > .xl_8 {
    width: 65.1666666667%;
    display: block; }
  .boxgrid > .xl_7 {
    width: 56.8333333333%;
    display: block; }
  .boxgrid > .xl_6 {
    width: 48.5%;
    display: block; }
  .boxgrid > .xl_5 {
    width: 40.1666666667%;
    display: block; }
  .boxgrid > .xl_4 {
    width: 31.8333333333%;
    display: block; }
  .boxgrid > .xl_3 {
    width: 23.5%;
    display: block; }
  .boxgrid > .xl_eq_5th {
    width: 18.5%;
    display: block; }
  .boxgrid > .xl_2 {
    width: 15.1666666667%;
    display: block; }
  .boxgrid > .xl_1 {
    width: 6.8333333333%;
    display: block; }
  .boxgrid > .xl_0 {
    display: none; }
  .boxgrid > .xl_pre_11 {
    margin-left: 92.4166666667%; }
  .boxgrid > .xl_pre_10 {
    margin-left: 84.0833333333%; }
  .boxgrid > .xl_pre_9 {
    margin-left: 75.75%; }
  .boxgrid > .xl_pre_8 {
    margin-left: 67.4166666667%; }
  .boxgrid > .xl_pre_7 {
    margin-left: 59.0833333333%; }
  .boxgrid > .xl_pre_6 {
    margin-left: 50.75%; }
  .boxgrid > .xl_pre_5 {
    margin-left: 42.4166666667%; }
  .boxgrid > .xl_pre_4 {
    margin-left: 34.0833333333%; }
  .boxgrid > .xl_pre_3 {
    margin-left: 25.75%; }
  .boxgrid > .xl_pre_2 {
    margin-left: 17.4166666667%; }
  .boxgrid > .xl_pre_1 {
    margin-left: 9.0833333333%; }
  .boxgrid > .xl_pre_0 {
    margin-left: 0.75%; }
  .boxgrid > .xl_post_11 {
    margin-right: 92.4166666667%; }
  .boxgrid > .xl_post_10 {
    margin-right: 84.0833333333%; }
  .boxgrid > .xl_post_9 {
    margin-right: 75.75%; }
  .boxgrid > .xl_post_8 {
    margin-right: 67.4166666667%; }
  .boxgrid > .xl_post_7 {
    margin-right: 59.0833333333%; }
  .boxgrid > .xl_post_6 {
    margin-right: 50.75%; }
  .boxgrid > .xl_post_5 {
    margin-right: 42.4166666667%; }
  .boxgrid > .xl_post_4 {
    margin-right: 34.0833333333%; }
  .boxgrid > .xl_post_3 {
    margin-right: 25.75%; }
  .boxgrid > .xl_post_2 {
    margin-right: 17.4166666667%; }
  .boxgrid > .xl_post_1 {
    margin-right: 9.0833333333%; }
  .boxgrid > .xl_post_0 {
    margin-right: 0.75%; }

  .boxgrid.no-margin > .xl_12 {
    width: 100%; }
  .boxgrid.no-margin > .xl_11 {
    width: 91.6666666667%; }
  .boxgrid.no-margin > .xl_10 {
    width: 83.3333333333%; }
  .boxgrid.no-margin > .xl_9 {
    width: 75%; }
  .boxgrid.no-margin > .xl_8 {
    width: 66.6666666667%; }
  .boxgrid.no-margin > .xl_7 {
    width: 58.3333333333%; }
  .boxgrid.no-margin > .xl_6 {
    width: 50%; }
  .boxgrid.no-margin > .xl_5 {
    width: 41.6666666667%; }
  .boxgrid.no-margin > .xl_4 {
    width: 33.3333333333%; }
  .boxgrid.no-margin > .xl_3 {
    width: 25%; }
  .boxgrid.no-margin > .xl_eq_5th {
    width: 20%; }
  .boxgrid.no-margin > .xl_2 {
    width: 16.6666666667%; }
  .boxgrid.no-margin > .xl_1 {
    width: 8.3333333333%; }
  .boxgrid.no-margin > .xl_0 {
    display: none; }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .xl_pre_11 {
    margin-left: 91.6666666667%; }
  .boxgrid.no-margin > .xl_pre_10 {
    margin-left: 83.3333333333%; }
  .boxgrid.no-margin > .xl_pre_9 {
    margin-left: 75%; }
  .boxgrid.no-margin > .xl_pre_8 {
    margin-left: 66.6666666667%; }
  .boxgrid.no-margin > .xl_pre_7 {
    margin-left: 58.3333333333%; }
  .boxgrid.no-margin > .xl_pre_6 {
    margin-left: 50%; }
  .boxgrid.no-margin > .xl_pre_5 {
    margin-left: 41.6666666667%; }
  .boxgrid.no-margin > .xl_pre_4 {
    margin-left: 33.3333333333%; }
  .boxgrid.no-margin > .xl_pre_3 {
    margin-left: 25%; }
  .boxgrid.no-margin > .xl_pre_2 {
    margin-left: 16.6666666667%; }
  .boxgrid.no-margin > .xl_pre_1 {
    margin-left: 8.3333333333%; }
  .boxgrid.no-margin > .xl_pre_0 {
    margin-left: 0; }
  .boxgrid.no-margin > .xl_post_11 {
    margin-right: 91.6666666667%; }
  .boxgrid.no-margin > .xl_post_10 {
    margin-right: 83.3333333333%; }
  .boxgrid.no-margin > .xl_post_9 {
    margin-right: 75%; }
  .boxgrid.no-margin > .xl_post_8 {
    margin-right: 66.6666666667%; }
  .boxgrid.no-margin > .xl_post_7 {
    margin-right: 58.3333333333%; }
  .boxgrid.no-margin > .xl_post_6 {
    margin-right: 50%; }
  .boxgrid.no-margin > .xl_post_5 {
    margin-right: 41.6666666667%; }
  .boxgrid.no-margin > .xl_post_4 {
    margin-right: 33.3333333333%; }
  .boxgrid.no-margin > .xl_post_3 {
    margin-right: 25%; }
  .boxgrid.no-margin > .xl_post_2 {
    margin-right: 16.6666666667%; }
  .boxgrid.no-margin > .xl_post_1 {
    margin-right: 8.3333333333%; }
  .boxgrid.no-margin > .xl_post_0 {
    margin-right: 0; }

  .boxgrid > .col[data-bg_xl_order="1"] {
    order: 1; }

  .boxgrid > .col[data-bg_xl_order="2"] {
    order: 2; }

  .boxgrid > .col[data-bg_xl_order="3"] {
    order: 3; }

  .boxgrid > .col[data-bg_xl_order="4"] {
    order: 4; }

  .boxgrid > .col[data-bg_xl_order="5"] {
    order: 5; }

  .boxgrid > .col[data-bg_xl_order="6"] {
    order: 6; }

  .boxgrid > .col[data-bg_xl_order="7"] {
    order: 7; }

  .boxgrid > .col[data-bg_xl_order="8"] {
    order: 8; }

  .boxgrid > .col[data-bg_xl_order="9"] {
    order: 9; }

  .boxgrid > .col[data-bg_xl_order="10"] {
    order: 10; }

  .boxgrid > .col[data-bg_xl_order="11"] {
    order: 11; }

  .boxgrid > .col[data-bg_xl_order="12"] {
    order: 12; }

  .boxgrid > .xl_first {
    order: -1; }

  .boxgrid > .xl_last {
    order: 999; }

  .boxgrid > .xl_left {
    display: flex;
    justify-content: flex-start; }

  .boxgrid > .xl_center {
    display: flex;
    justify-content: center; }

  .boxgrid > .xl_right {
    display: flex;
    justify-content: flex-end; }

  .boxgrid > .xl_text_left {
    text-align: left; }

  .boxgrid > .xl_text_center {
    text-align: center; }

  .boxgrid > .xl_text_right {
    text-align: right; }

  .boxgrid > .xl_top {
    display: flex;
    align-items: flex-start; }

  .boxgrid > .xl_middle {
    display: flex;
    align-items: center; }

  .boxgrid > .xl_bottom {
    display: flex;
    align-items: flex-end; } }
body {
  font-family: museo-sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35; }
  @media only screen and (min-width: 300px) {
    body {
      font-size: 12px; } }
  @media only screen and (min-width: 850px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    body {
      font-size: 16px; } }

/**
 * Headings
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  margin-bottom: 0.85em;
  display: block; }

h1, .h1 {
  font-size: 3em; }

h2, .h2 {
  font-size: 2em;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal; }

h3, .h3 {
  font-size: 2em; }

h4, .h4 {
  font-size: 1.4em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 1em;
  font-style: italic; }

/**
 * Paragraphs
 */
p {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 1em; }
  @media screen and (min-width: 550px) {
    p {
      font-size: 1.2em; } }
  @media screen and (min-width: 850px) {
    p {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 1em; } }
  @media screen and (min-width: 1800px) {
    p {
      font-size: 1em; } }

/**
 * Links
 */
a {
  color: inherit;
  transition: color 0.3s; }
  a:hover {
    color: #ddb9b7;
    transition: color 0.3s; }

/**
 * Styling
 */
b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

u {
  text-decoration: underline; }

/**
 * Lists
 */
ul, ol {
  padding-left: 1em;
  margin-bottom: 1em; }
  ul li, ol li {
    padding-bottom: 0.3em; }

ul, ol {
  padding-left: 1em;
  margin-bottom: 1em;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.4; }
  @media screen and (min-width: 550px) {
    ul, ol {
      font-size: 1.2em; } }
  @media screen and (min-width: 850px) {
    ul, ol {
      font-size: 1em; } }
  @media screen and (min-width: 1200px) {
    ul, ol {
      font-size: 1em; } }
  @media screen and (min-width: 1800px) {
    ul, ol {
      font-size: 1em; } }
  ul li, ol li {
    padding-bottom: 0.3em; }

.pagination {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 3;
  overflow: hidden; }
  .pagination li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px; }
    @media only screen and (min-width: 300px) {
      .pagination li {
        font-size: 12px; } }
    @media only screen and (min-width: 850px) {
      .pagination li {
        font-size: 14px; } }
    @media only screen and (min-width: 1200px) {
      .pagination li {
        font-size: 16px; } }
    .pagination li a, .pagination li span {
      position: relative;
      text-decoration: none;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0.4em 0.5em;
      text-align: center; }
    .pagination li.active {
      color: #ffd100; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1em;
  overflow-x: scroll;
  display: block;
  margin-bottom: 1em;
  /*    .alt th {
          background-color: $primary_alt_colour;
      }*/ }
  table tbody {
    display: table;
    border: none;
    min-width: 100%; }
  @media only screen and (min-width: 1200px) {
    table {
      display: table;
      table-layout: fixed; }
      table tbody {
        display: table-row-group;
        width: 100%;
        min-width: 0; } }
  table td:nth-child(odd) {
    background-color: #4a4949; }
  table th {
    min-width: 12em;
    font-size: 1.13em;
    font-weight: 700;
    padding: 0.5em 15px;
    vertical-align: top;
    color: #002d41; }
    @media only screen and (min-width: 1200px) {
      table th {
        min-width: 0;
        padding: 0.45em 5px; } }
  table td {
    padding: 0.5em 15px;
    vertical-align: top; }
    @media only screen and (min-width: 1200px) {
      table td {
        padding: 0.45em 30px; } }

input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
input[type=tel], input[type=search], input[type=date], textarea, select {
  padding: 0.7em 0.65em;
  margin: 0 0 0.5em;
  border: #4a4949 solid 1px;
  border-radius: 0;
  background-color: #ffffff;
  line-height: 1.2;
  color: #646464;
  box-shadow: inset 0 2px 2px -1px #4c4b4b;
  max-width: 100%;
  width: 100%;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  font-size: 12px; }
  @media only screen and (min-width: 300px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
    input[type=tel], input[type=search], input[type=date], textarea, select {
      font-size: 12px; } }
  @media only screen and (min-width: 850px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
    input[type=tel], input[type=search], input[type=date], textarea, select {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url],
    input[type=tel], input[type=search], input[type=date], textarea, select {
      font-size: 16px; } }
  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus,
  input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, textarea:focus, select:focus {
    transition: border-color 0.3s;
    border-color: #98caeb; }
  input[type=text].error, input[type=number].error, input[type=email].error, input[type=password].error, input[type=url].error,
  input[type=tel].error, input[type=search].error, input[type=date].error, textarea.error, select.error {
    transition: border-color 0.3s;
    border-color: #D4323E; }

label {
  margin: 0 0 0.3em;
  display: block; }

textarea {
  min-height: 120px;
  font-family: museo-sans, sans-serif; }

input[type=radio] + label {
  width: auto;
  cursor: pointer;
  margin: 0 1em 0.4em 0;
  padding: 0 0 0 1.8em;
  display: inline-block;
  position: relative; }
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0.1em;
  left: 0;
  vertical-align: middle;
  border: #d6d8d8 solid 1px;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  margin: 0 0.4em 0 0;
  transition: border-color 0.3s; }
input[type=radio]:checked + label:before {
  background-color: #646464;
  background: -moz-radial-gradient(center, ellipse cover, #646464 35%, #ffffff 35%);
  background: -webkit-radial-gradient(center, ellipse cover, #646464 35%, #ffffff 35%);
  background: radial-gradient(ellipse at center, #646464 35%, #ffffff 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$text_colour', endColorstr='$background_colour',GradientType=1 ); }
input[type=radio] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #98caeb; }
input[type=radio].error + label:before {
  border-color: #D4323E; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label {
    position: relative;
    width: auto;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 0.4em;
    padding-left: 1.8em;
    display: inline-block; }
  input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1em;
    background-color: #ffffff;
    vertical-align: middle;
    border: #d6d8d8 solid 1px;
    border-radius: 2px;
    width: 1em;
    height: 1em;
    margin: 0;
    transition: border-color 0.3s; }
  input[type=checkbox]:checked + label:before {
    content: "\2714";
    line-height: 0.9em;
    text-align: center;
    color: #646464; }
  input[type=checkbox] + label:focus:before {
    transition: border-color 0.3s;
    border-color: #98caeb; }
  input[type=checkbox].error + label:before {
    border-color: #D4323E; }

.alert {
  padding: 0.85em 1em;
  margin: 0.35em 0;
  border-radius: 2px;
  background-color: #4a4949;
  color: #6d6d6d; }
  .alert.error {
    background-color: #D4323E;
    color: #ffffff; }
  .alert.success {
    background-color: #7fb905;
    color: #ffffff; }
  .alert.warning {
    background-color: #7fb905;
    color: #ffffff; }

.header .header-logo {
  padding: 0; }
  @media screen and (min-width: 850px) {
    .header .header-logo {
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    .header .header-logo {
      padding: 0; } }
@media screen and (min-width: 850px) {
  .header .header-nav {
    min-height: 30px; } }

.header-main {
  border-bottom: 1px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  display: block;
  margin: 30px 0 0;
  padding: 30px 0 15px; }
  @media screen and (max-width: 850px) {
    .header-main {
      border-top: unset;
      margin: 0; } }
  .header-main .main-logo {
    margin-bottom: 10px;
    max-width: 130px; }
    @media screen and (min-width: 850px) {
      .header-main .main-logo {
        max-width: 150px; } }
  .header-main .header-logo a {
    opacity: 0;
    z-index: 100;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    top: 5px; }
    .header-main .header-logo a.onScreen {
      opacity: 1;
      top: 0; }
    .header-main .header-logo a.onScreen {
      opacity: 1; }
  .header-main .header-logo-tagline {
    color: #acb2b8;
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-transform: uppercase; }
  .header-main nav {
    display: block;
    width: 100%; }
  .header-main .btn-quote {
    align-self: flex-end;
    margin-left: 15px; }
    @media screen and (min-width: 850px) {
      .header-main .btn-quote {
        align-self: center; } }

.header-main-contact {
  color: #fff;
  font-weight: 500;
  margin-left: auto;
  text-align: right;
  font-size: 22px;
  margin: 0; }
  @media screen and (max-width: 850px) {
    .header-main-contact {
      display: none; } }
  .header-main-contact a {
    color: #ddb9b7;
    text-decoration: none; }
    .header-main-contact a:hover {
      color: #e3c2bf; }

footer {
  border-top: 2px solid #eaeaea;
  content-visibility: auto;
  margin: 2em 0 0 0;
  padding: 2em 0 1em; }
  footer .footer-container {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 2em 0; }
    footer .footer-container .footer-logo {
      margin-bottom: 5px;
      max-width: 108px; }
    footer .footer-container .footer-logo-tagline {
      color: #acb2b8;
      display: block;
      text-transform: uppercase; }
    footer .footer-container .footer-social {
      display: flex;
      justify-content: center;
      margin-top: 25px; }
      @media screen and (min-width: 550px) {
        footer .footer-container .footer-social {
          justify-content: flex-end;
          margin-top: 10px; } }
      @media screen and (min-width: 850px) {
        footer .footer-container .footer-social {
          margin-left: auto;
          margin-top: 5px; } }

.footer-navigation {
  content-visibility: auto; }
  @media screen and (min-width: 850px) {
    .footer-navigation {
      margin-top: 0; } }
  .footer-navigation ul {
    display: flex;
    list-style-type: none;
    padding-left: 0; }
    @media screen and (max-width: 550px) {
      .footer-navigation ul {
        justify-content: center; } }
    .footer-navigation ul li {
      padding: 0 10px 0 0; }
      .footer-navigation ul li:after {
        color: #acb2b8;
        content: "|";
        display: inline-block;
        margin-left: 10px; }
      .footer-navigation ul li:last-of-type:after {
        display: none; }
      .footer-navigation ul li a {
        color: #acb2b8;
        font-size: 1em;
        font-weight: 300;
        display: inline-block;
        margin-bottom: 6px;
        text-decoration: none; }
        .footer-navigation ul li a:hover {
          color: #ddb9b7; }

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2em; }
  @media screen and (min-width: 850px) {
    .container {
      max-width: 970px;
      padding: 0 2em; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1300px; } }
  @media screen and (min-width: 1800px) {
    .container {
      padding: 0 1em; } }
  .container.position-relative {
    position: relative; }
  .container.margin-top {
    margin-top: 2em; }
  .container.margin-bottom {
    margin-bottom: 2em; }

.left-container {
  max-width: 750px;
  margin-left: auto;
  padding: 0 0 0 2em; }
  @media screen and (min-width: 850px) {
    .left-container {
      max-width: 485px;
      padding: 0 0 0 2em; } }
  @media screen and (min-width: 1200px) {
    .left-container {
      max-width: 650px; } }
  @media screen and (min-width: 1800px) {
    .left-container {
      padding: 0 1em; } }
  .left-container.position-relative {
    position: relative; }
  .left-container.margin-top {
    margin-top: 2em; }
  .left-container.margin-bottom {
    margin-bottom: 2em; }

.right-container {
  max-width: 750px;
  margin-right: auto;
  padding: 0 2em 0 0; }
  @media screen and (min-width: 850px) {
    .right-container {
      max-width: 485px;
      padding: 0 2em 0 0; } }
  @media screen and (min-width: 1200px) {
    .right-container {
      max-width: 650px; } }
  @media screen and (min-width: 1800px) {
    .right-container {
      padding: 0 1em; } }
  .right-container.position-relative {
    position: relative; }
  .right-container.margin-top {
    margin-top: 2em; }
  .right-container.margin-bottom {
    margin-bottom: 2em; }

.post-type-archive-portfolio .site-main {
  overflow: hidden; }

.alignfull {
  width: 100vw;
  position: relative;
  left: calc(-1 *(100vw - 100%)/2); }

.wp-block-image.alignfull {
  max-width: inherit; }

.clearfix {
  clear: both; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.primary-colour {
  color: #98caeb; }

.secondary-colour {
  color: #ffd100; }

.responsive-img,
.img-responsive {
  height: auto;
  width: 100%; }

.border-box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  overflow: hidden;
  padding: 2em; }

.hr-brand {
  border-top: 3px solid #fff;
  margin: 0 auto;
  width: 30%; }

hr.grey-full {
  background: #e4e5e5;
  border: none;
  height: 1px;
  margin: 2em 0; }

#carousel {
  position: relative;
  width: 80%;
  margin: 2em auto 0; }

.display-none,
.hidden {
  display: none; }

.view-size {
  background: gray;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  padding: 2px;
  position: fixed;
  z-index: 100; }
  .view-size:before {
    content: "XS"; }
  @media screen and (min-width: 550px) {
    .view-size {
      background: purple; }
      .view-size:before {
        content: "SM"; } }
  @media screen and (min-width: 850px) {
    .view-size {
      background: blue; }
      .view-size:before {
        content: "MD"; } }
  @media screen and (min-width: 1200px) {
    .view-size {
      background: green; }
      .view-size:before {
        content: "LG"; } }
  @media screen and (min-width: 1800px) {
    .view-size {
      color: #000;
      background: yellow; }
      .view-size:before {
        content: "XL"; } }

.padding-top {
  padding-top: 2em; }

.padder-top {
  padding-top: 2em; }

.hidden-xs {
  display: none !important; }
  @media screen and (min-width: 850px) {
    .hidden-xs {
      display: block !important; } }
  @media screen and (min-width: 850px) {
    .hidden-xs.inline-block {
      display: inline-block !important; } }

.visible-xs {
  display: block !important; }
  @media screen and (min-width: 850px) {
    .visible-xs {
      display: none !important; } }
  .visible-xs.inline-block {
    display: inline-block !important; }

.hidden-xs-mob {
  display: none !important; }
  @media screen and (min-width: 550px) {
    .hidden-xs-mob {
      display: block !important; } }
  @media screen and (min-width: 550px) {
    .hidden-xs-mob.inline-block {
      display: inline-block !important; } }

.visible-xs-mob {
  display: block !important; }
  @media screen and (min-width: 550px) {
    .visible-xs-mob {
      display: none !important; } }
  .visible-xs-mob.inline-block {
    display: inline-block !important; }

.no-margin {
  margin: 0 !important; }

.small-margin {
  margin-bottom: 1em !important; }

.pink-colour {
  color: #ddb9b7 !important; }

@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul {
    background: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: fixed;
    z-index: 99;
    padding: 72px 2em 0 2em;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
    content-visibility: hidden; }
    .main-navigation .menu-primary-container ul.active {
      right: 0 !important;
      content-visibility: visible; } }
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul {
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0; } }
.main-navigation .menu-primary-container ul.sub-menu {
  display: block;
  padding: 0;
  position: absolute; }
  @media screen and (max-width: 850px) {
    .main-navigation .menu-primary-container ul.sub-menu {
      display: block;
      background: #0e1c2c;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: fixed;
      z-index: 100;
      opacity: 0;
      padding: 72px 2em 0 2em;
      margin-bottom: 0;
      top: 0;
      right: -100%;
      height: 100vh;
      width: 100%;
      overflow: auto; }
      .main-navigation .menu-primary-container ul.sub-menu.active {
        opacity: 1;
        right: 0; } }
  @media screen and (min-width: 850px) {
    .main-navigation .menu-primary-container ul.sub-menu {
      opacity: 0;
      top: 44px;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; } }
  .main-navigation .menu-primary-container ul.sub-menu li {
    display: block;
    margin-left: 0; }
    @media screen and (min-width: 850px) {
      .main-navigation .menu-primary-container ul.sub-menu li {
        clear: both;
        padding-left: 0;
        padding-right: 0; } }
.main-navigation .menu-primary-container ul li {
  display: block;
  color: #98caeb;
  font-weight: 400;
  margin: 0;
  width: auto; }
  @media screen and (min-width: 850px) {
    .main-navigation .menu-primary-container ul li {
      display: inline-block;
      list-style-type: none;
      padding: 30px 0 30px 8px; }
      .main-navigation .menu-primary-container ul li.menu-item-has-children > .sub-menu.active {
        opacity: 1;
        top: 48px;
        z-index: 10; }
      .main-navigation .menu-primary-container ul li:last-child {
        padding-right: 0; } }
  @media screen and (min-width: 1200px) {
    .main-navigation .menu-primary-container ul li {
      padding: 10px 40px 10px 0;
      display: block;
      flex: 0 1 auto;
      list-style-type: none; }
      .main-navigation .menu-primary-container ul li.menu-item-has-children > .sub-menu.active {
        top: 38px; } }
  .main-navigation .menu-primary-container ul li.current_page_item {
    font-weight: 500; }
    .main-navigation .menu-primary-container ul li.current_page_item a {
      color: #ddb9b7; }
  .main-navigation .menu-primary-container ul li a {
    color: #0e1c2c;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (max-width: 850px) {
      .main-navigation .menu-primary-container ul li a {
        border-bottom: 0.5px solid #0e1c2c;
        display: block;
        padding: 15px; } }
    @media screen and (min-width: 850px) {
      .main-navigation .menu-primary-container ul li a {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .main-navigation .menu-primary-container ul li a {
        font-size: 1em;
        padding: 30px 0; } }
    .main-navigation .menu-primary-container ul li a:hover {
      color: #ddb9b7; }
  .main-navigation .menu-primary-container ul li .sub-menu {
    background: #0e1c2c; }
    @media screen and (min-width: 850px) {
      .main-navigation .menu-primary-container ul li .sub-menu {
        background: #ffd100;
        border-bottom: 4px solid #ffd100;
        column-count: 3;
        padding: 0;
        position: absolute;
        max-width: 1500px;
        margin: 0;
        padding: 2em 4em;
        width: 100%;
        left: 0;
        top: 150px;
        right: 0;
        z-index: -1; } }
    @media screen and (min-width: 850px) {
      .main-navigation .menu-primary-container ul li .sub-menu li {
        border: none;
        padding: 0; } }
    @media screen and (max-width: 850px) {
      .main-navigation .menu-primary-container ul li .sub-menu li a {
        font-size: 0.9em; } }
    @media screen and (min-width: 850px) {
      .main-navigation .menu-primary-container ul li .sub-menu li a {
        border-bottom: none;
        display: flex;
        font-size: 1em;
        margin: 0 0 20px;
        padding: 0;
        align-items: center;
        justify-content: center; } }

.hamburger-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 23px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 100; }
  @media screen and (min-width: 850px) {
    .hamburger-menu {
      display: none; } }
  .hamburger-menu.open {
    position: fixed; }
    .hamburger-menu.open span {
      background: #ddb9b7; }
  .hamburger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ddb9b7;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .hamburger-menu span:nth-child(1) {
      top: 3px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger-menu span:nth-child(2) {
      top: 12px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger-menu span:nth-child(3) {
      top: 21px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
  .hamburger-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 4px; }
  .hamburger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .hamburger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 4px; }

.hamburger-back {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 8px;
  margin: 5px auto;
  cursor: pointer;
  z-index: 100; }
  @media screen and (min-width: 850px) {
    .hamburger-back {
      display: none !important; } }
  .hamburger-back svg path {
    fill: #ddb9b7; }

@media screen and (max-width: 550px) {
  .home-hero-container {
    height: calc(100vh - 124px);
    max-height: 550px; } }
@media screen and (min-width: 550px) {
  .home-hero-container {
    height: calc(70vh - 148px); } }
@media screen and (min-width: 850px) {
  .home-hero-container {
    height: calc(100vh - 148px);
    min-height: 690px; } }

.page-hero-container {
  position: relative; }

.page-hero.home {
  height: 100%;
  padding: 2em 0;
  opacity: 0;
  margin: 0 0 -60px 0;
  padding: 0 0 60px 0;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 550px) {
    .page-hero.home {
      background-position: bottom right !important; } }
  .page-hero.home.onScreen {
    background-size: 50% auto !important;
    opacity: 1; }
    @media screen and (max-width: 550px) {
      .page-hero.home.onScreen {
        background-size: 90% auto !important; } }
    .page-hero.home.onScreen .page-hero-picture img {
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 1;
      transform: scale(1); }
  .page-hero.home .container, .page-hero.home .boxgrid {
    height: 100%; }
  .page-hero.home .text-container {
    display: flex; }
    @media screen and (min-width: 850px) {
      .page-hero.home .text-container {
        height: 100%; } }
  .page-hero.home .page-hero-picture img {
    display: block;
    width: 100%;
    transform: scale(0);
    transform-origin: 100% 50%; }
    @media screen and (max-width: 550px) {
      .page-hero.home .page-hero-picture img {
        float: right;
        position: relative;
        top: -60px;
        width: 90%; } }
    @media screen and (min-width: 550px) {
      .page-hero.home .page-hero-picture img {
        height: calc(70vh - 148px);
        object-fit: contain;
        object-position: center right; } }
    @media screen and (min-width: 850px) {
      .page-hero.home .page-hero-picture img {
        height: calc(100vh - 148px); } }
  .page-hero.home .page-hero-content {
    align-self: center; }
    @media screen and (max-width: 550px) {
      .page-hero.home .page-hero-content {
        align-self: flex-start;
        background: rgba(255, 255, 255, 0.65);
        padding: 1.5em 1em; } }
    .page-hero.home .page-hero-content .text {
      color: #002d41;
      line-height: 1;
      font-family: museo-sans, sans-serif;
      font-weight: 500;
      font-style: normal; }
      .page-hero.home .page-hero-content .text.h1 {
        /*                    @media screen and (max-width:$bp_sm) {
                                font-size: max(6vw, 48px);
                            }*/
        font-size: max(6vw, 60px);
        font-weight: 100;
        margin: 0 0 20px 0;
        opacity: 0;
        position: relative;
        top: 0;
        transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
        .page-hero.home .page-hero-content .text.h1.onScreen {
          opacity: 1;
          top: 0; }
      .page-hero.home .page-hero-content .text.h2 {
        color: #2b2b2b;
        margin: 0;
        opacity: 0;
        position: relative;
        top: 5px;
        transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s; }
        .page-hero.home .page-hero-content .text.h2.onScreen {
          opacity: 1;
          top: 0; }
        .page-hero.home .page-hero-content .text.h2 p {
          font-size: max(1.8vw, 15px);
          font-weight: 100;
          margin-bottom: 15px; }
          @media screen and (min-width: 850px) {
            .page-hero.home .page-hero-content .text.h2 p {
              font-size: 1em; } }
          @media screen and (min-width: 1200px) {
            .page-hero.home .page-hero-content .text.h2 p {
              font-size: 0.75em; } }
          @media screen and (min-width: 1800px) {
            .page-hero.home .page-hero-content .text.h2 p {
              font-size: 0.8em; } }
.page-hero.portfolio {
  background: #f1f1f1;
  height: 200px;
  margin: 4em 0 2em;
  opacity: 0;
  position: relative;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (min-width: 850px) {
    .page-hero.portfolio {
      height: 400px;
      margin: 4em 0; } }
  @media screen and (min-width: 1200px) {
    .page-hero.portfolio {
      height: 500px; } }
  .page-hero.portfolio.onScreen {
    background-size: 100% auto !important;
    opacity: 1; }
    .page-hero.portfolio.onScreen .background {
      transform: scale(1.1); }
    .page-hero.portfolio.onScreen img {
      height: calc(100% + 6em);
      opacity: 1;
      top: -2em; }
      @media screen and (max-width: 550px) {
        .page-hero.portfolio.onScreen img {
          height: 120%;
          width: auto; } }
  .page-hero.portfolio .background-overflow {
    height: 100%;
    overflow: hidden;
    width: 100%; }
  .page-hero.portfolio .background {
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: 4s cubic-bezier(0.41, 0.65, 0.64, 0.48);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .page-hero.portfolio img {
    display: block;
    height: 95%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
.page-hero.page {
  margin: 2em 0;
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
  height: 300px; }
  .page-hero.page.onScreen {
    background-size: auto 150% !important;
    opacity: 1; }
.page-hero.news {
  height: 300px;
  margin: 2em 0;
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: 2s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (min-width: 850px) {
    .page-hero.news {
      height: 400px; } }
  @media screen and (min-width: 1200px) {
    .page-hero.news {
      height: 500px; } }
  .page-hero.news.onScreen {
    background-size: 110% auto !important;
    opacity: 1; }
    .page-hero.news.onScreen img {
      transform: scale(1.1); }
  .page-hero.news img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1); }

.sectors {
  content-visibility: auto;
  margin-bottom: 2em;
  padding: 3em 0;
  position: relative; }
  .sectors .sectors-background {
    background: url(/wp-content/themes/crush-theme/assets/img/frontend/home/sectors-bg.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: .15s;
    z-index: 1; }
  .sectors h2 {
    margin: 0;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 850px) {
      .sectors h2 {
        margin-bottom: 0.5em; } }
  .sectors a {
    display: block;
    margin-bottom: 1.5em;
    text-decoration: none; }
    .sectors a:hover .sectors-block .sectors-block-img {
      overflow: hidden; }
      .sectors a:hover .sectors-block .sectors-block-img > picture img {
        transform: scale(1.13); }
  .sectors .sectors-block {
    background: #e3c2bf;
    height: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    top: 8px; }
    .sectors .sectors-block.onScreen {
      opacity: 1;
      top: 0; }
    .sectors .sectors-block.onScreen {
      opacity: 1; }
      .sectors .sectors-block.onScreen.sectors-block-number-1 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .sectors .sectors-block.onScreen.sectors-block-number-2 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .sectors .sectors-block.onScreen.sectors-block-number-3 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .sectors .sectors-block.onScreen.sectors-block-number-4 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    .sectors .sectors-block .sectors-block-img {
      overflow: hidden;
      height: 200px; }
      .sectors .sectors-block .sectors-block-img > picture img {
        margin: 0;
        padding: 0;
        transform: scale(1.03);
        transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        max-height: 200px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .sectors .sectors-block .sectors-block-contents {
      padding: 2em; }
      .sectors .sectors-block .sectors-block-contents h4 {
        color: #0e1c2c;
        font-weight: 500;
        margin-bottom: 5px; }
      .sectors .sectors-block .sectors-block-contents p {
        color: #0e1c2c; }

.split {
  box-shadow: inset 0px -15px 8px -13px #CCC;
  content-visibility: auto; }

.home-news {
  height: 100%; }
  @media screen and (min-width: 850px) {
    .home-news {
      max-height: 100%;
      overflow: auto; } }

.home-news {
  height: 460px;
  overflow-y: scroll; }

.home-news::-webkit-scrollbar {
  width: 12px; }

.home-news::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

.home-news::-webkit-scrollbar-thumb {
  background: #d1d3d5; }

.home-news-section {
  padding-top: 2em; }
  .home-news-section .h3 {
    color: #002d41;
    font-weight: 700;
    margin: 0 0 0.3em;
    opacity: 0;
    position: relative;
    top: 20px;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    .home-news-section .h3.onScreen {
      opacity: 1;
      top: 0; }
  .home-news-section .h5 {
    color: #002d41;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0;
    position: relative;
    left: -20px;
    transition: 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.9s;
    transition-delay: 1s; }
    .home-news-section .h5.onScreen {
      opacity: 1;
      left: 0; }
  .home-news-section hr {
    background: #ddb9b7;
    border: none;
    border-radius: 0;
    clear: both;
    display: block;
    height: 3px;
    margin: 12px 0;
    opacity: 0;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s  ease-out;
    width: 0;
    margin-left: 0;
    text-align: left; }
    .home-news-section hr.onScreen {
      opacity: 1;
      width: 35px; }

.home-news-block {
  border-bottom: 2px solid #eaeaea;
  color: #002d41;
  margin: 0 2em 2em 0;
  padding: 0 0 3em; }
  .home-news-block span {
    font-weight: 400; }
  .home-news-block a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; }

.block-bg {
  background-image: url("/wp-content/themes/crush-theme/assets/img/frontend/block-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat; }

.project-slider {
  border-top: 1px solid #c6c4c4;
  height: 460px; }
  @media screen and (max-width: 550px) {
    .project-slider {
      height: 360px; } }
  .project-slider .owl-item {
    filter: opacity(0.3) saturate(0.5) sepia(0.02);
    position: relative;
    z-index: 1; }
    .project-slider .owl-item.active.center {
      border-left: 1px solid #c6c4c4;
      border-right: 1px solid #c6c4c4;
      filter: none;
      z-index: 2; }
      .project-slider .owl-item.active.center .project-slider-image img {
        position: relative;
        transform: scale(1.25);
        z-index: 3; }
        @media screen and (min-width: 850px) {
          .project-slider .owl-item.active.center .project-slider-image img {
            transform: scale(1.35); } }
  .project-slider .project-slider-text {
    background: #f5eaeb;
    height: 200px;
    padding: 2em 1em; }
    @media screen and (max-width: 550px) {
      .project-slider .project-slider-text {
        height: 150px; } }
    .project-slider .project-slider-text .project-slider-text-number {
      color: #0e1c2c;
      display: flex;
      font-size: 2em;
      font-weight: 100;
      margin-bottom: 0.5em;
      position: relative;
      left: -9px; }
      .project-slider .project-slider-text .project-slider-text-number:before {
        background: #f5eaeb;
        content: '';
        display: inline-block;
        height: auto;
        position: relative;
        right: -9px;
        width: 10px; }
    .project-slider .project-slider-text .project-slider-text-title {
      color: #0e1c2c;
      font-size: 1em;
      font-weight: 700;
      display: block;
      margin-bottom: 2em; }
      .project-slider .project-slider-text .project-slider-text-title a {
        text-decoration: none; }
  .project-slider .project-slider-image {
    background: #f1f1f1;
    display: flex;
    height: 259px;
    max-height: unset !important; }
    @media screen and (max-width: 550px) {
      .project-slider .project-slider-image {
        height: 210px; } }
    .project-slider .project-slider-image img {
      align-self: center;
      transform: scale(1);
      transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }

.page-content {
  padding: 1em 0 0; }
  .page-content.page-content-single.animate-on-view {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .page-content.page-content-single.animate-on-view.onScreen {
      opacity: 1;
      top: 0; }
  .page-content .intro-section h1 {
    color: #002d41; }
  .page-content .intro-section h3 {
    color: #002d41;
    margin-bottom: 1em; }
    .page-content .intro-section h3:last-of-type {
      margin-bottom: 2em; }
  .page-content .intro-section p {
    color: #002d41; }
  .page-content .intro-section a {
    text-decoration: none; }
  .page-content .text-block {
    padding-right: 2em; }
    @media screen and (min-width: 850px) {
      .page-content .text-block {
        padding-right: 5em; } }
    @media screen and (min-width: 1200px) {
      .page-content .text-block {
        padding-right: 7em; } }
    .page-content .text-block .title {
      font-weight: 400; }
    .page-content .text-block p {
      color: #002d41; }
    .page-content .text-block a {
      text-decoration: none; }
      .page-content .text-block a:hover {
        color: #ddb9b7; }
  .page-content .padding {
    height: 100%;
    position: relative; }
    @media screen and (min-width: 850px) {
      .page-content .padding {
        padding: 0 1em; } }
    @media screen and (min-width: 1200px) {
      .page-content .padding {
        padding: 0 1.5em; } }
  .page-content h1 {
    margin: 0.5em 0;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal; }
  .page-content h2 {
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 0.4em; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #002d41;
    margin: 0 0 0.5em;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal; }
  .page-content h3 {
    font-size: 1.6em;
    font-weight: 300; }
  .page-content h4 {
    font-size: 1.4em;
    font-weight: 300; }
  .page-content ul.h4 {
    font-weight: normal; }
  .page-content p {
    font-weight: 300; }
  .page-content ul, .page-content ol {
    font-weight: 300; }
  .page-content hr.bottom {
    position: relative;
    top: 1.2em; }
  .page-content hr.wp-block-separator {
    background: #ddb9b7;
    border: 0;
    display: inline-block;
    height: 3px;
    margin: 12px 0;
    margin-right: auto;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s  ease-out;
    width: 0; }
    .page-content hr.wp-block-separator.onScreen {
      opacity: 1;
      width: 35px; }
  .page-content.page-content-portfolio h1 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 1em;
    opacity: 0;
    position: relative;
    top: 10px;
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    .page-content.page-content-portfolio h1.onScreen {
      opacity: 1;
      top: 0; }
  .page-content.page-content-portfolio h3 {
    font-weight: 600;
    margin-bottom: 0.5em; }
  .page-content.page-content-portfolio .project-number-container {
    overflow: hidden; }
    .page-content.page-content-portfolio .project-number-container .project-number {
      color: #d6d8d8;
      font-size: 4em;
      font-weight: 300;
      position: relative;
      opacity: 0;
      position: relative;
      left: 100%;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
      .page-content.page-content-portfolio .project-number-container .project-number.onScreen {
        opacity: 1;
        left: 0; }
      .page-content.page-content-portfolio .project-number-container .project-number.onScreen {
        left: -3% !important; }
  .page-content.page-content-portfolio .portfolio-details .portfolio-details-list {
    margin-bottom: 1em; }
    .page-content.page-content-portfolio .portfolio-details .portfolio-details-list:first-of-type {
      margin-top: 12px; }
    .page-content.page-content-portfolio .portfolio-details .portfolio-details-list p {
      margin: 0; }
    .page-content.page-content-portfolio .portfolio-details .portfolio-details-list a {
      display: block;
      font-weight: 300;
      text-decoration: none; }
  .page-content.page-content-news .post-details .post-details-list {
    margin-bottom: 1em; }
    .page-content.page-content-news .post-details .post-details-list:first-of-type {
      margin-top: 12px; }
    .page-content.page-content-news .post-details .post-details-list p {
      margin: 0; }
    .page-content.page-content-news .post-details .post-details-list a {
      display: block;
      font-weight: 300;
      text-decoration: none; }

.page-sidebar {
  padding: 2em; }

.page-sidebar-block {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  -moz-box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.8);
  overflow: hidden; }

.page-sidebar-block-img {
  min-height: 300px; }

.page-sidebar-block-content {
  background: #ffd100;
  padding: 2em; }
  .page-sidebar-block-content h1, .page-sidebar-block-content h2, .page-sidebar-block-content h3, .page-sidebar-block-content h4, .page-sidebar-block-content h5, .page-sidebar-block-content h6 {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    margin-bottom: 2em; }
  .page-sidebar-block-content a {
    background: #98caeb;
    border: 1px solid #98caeb;
    border-radius: 10px;
    color: #fff;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0.8em 1.3em;
    text-decoration: none;
    text-transform: uppercase; }
    .page-sidebar-block-content a:hover {
      background: #ffd100;
      border: 1px solid #98caeb; }

.full-width-img img {
  display: block;
  height: auto;
  width: 100%; }

.quote {
  background: #092e41;
  padding: 3em 0; }
  .quote h4 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300; }
  .quote h5 {
    color: #e3c2bf;
    font-weight: 300; }
  .quote p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300; }
  .quote ul, .quote ol {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300; }

.service-accordian-block {
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0;
  opacity: 0;
  position: relative;
  top: 10px;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }
  .service-accordian-block.onScreen {
    opacity: 1;
    top: 0; }
  .service-accordian-block:first-of-type {
    border-top: 1px solid #eaeaea; }
  .service-accordian-block:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .service-accordian-block:nth-child(1) a.see-more {
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0.8s;
      opacity: 0;
      position: relative;
      right: 20px; }
  .service-accordian-block:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    .service-accordian-block:nth-child(2) a.see-more {
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 1s;
      opacity: 0;
      position: relative;
      right: 20px; }
  .service-accordian-block:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
    .service-accordian-block:nth-child(3) a.see-more {
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 1.2s;
      opacity: 0;
      position: relative;
      right: 20px; }
  .service-accordian-block:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
    .service-accordian-block:nth-child(4) a.see-more {
      transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 1.4s;
      opacity: 0;
      position: relative;
      right: 20px; }
  .service-accordian-block.onScreen:nth-child(1) a.see-more {
    opacity: 1;
    right: 0; }
  .service-accordian-block.onScreen:nth-child(2) a.see-more {
    opacity: 1;
    right: 0; }
  .service-accordian-block.onScreen:nth-child(3) a.see-more {
    opacity: 1;
    right: 0; }
  .service-accordian-block.onScreen:nth-child(4) a.see-more {
    opacity: 1;
    right: 0; }
  .service-accordian-block h2 {
    margin-bottom: 0; }
  .service-accordian-block .excerpt p {
    font-weight: 300;
    color: #002d41;
    font-size: 1.6em;
    margin-bottom: 0; }
  .service-accordian-block .hidden-content {
    display: none; }
    .service-accordian-block .hidden-content .hidden-content-inner {
      padding: 2em 0; }
    .service-accordian-block .hidden-content h4 {
      font-weight: 300;
      margin-bottom: 1.3em; }
    .service-accordian-block .hidden-content ul, .service-accordian-block .hidden-content ol {
      font-weight: 300;
      list-style: none; }
      .service-accordian-block .hidden-content ul li::before, .service-accordian-block .hidden-content ol li::before {
        content: "\2022";
        color: #ddb9b7;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
    .service-accordian-block .hidden-content .wp-block-column:first-of-type {
      padding-right: 2em; }
      @media screen and (min-width: 850px) {
        .service-accordian-block .hidden-content .wp-block-column:first-of-type {
          padding-right: 5em; } }
      @media screen and (min-width: 1200px) {
        .service-accordian-block .hidden-content .wp-block-column:first-of-type {
          padding-right: 7em; } }
  .service-accordian-block a.see-more {
    align-items: center;
    color: #002d41;
    display: flex;
    float: right;
    font-size: 0.8em;
    font-weight: 400;
    height: 50px;
    text-decoration: none; }
    .service-accordian-block a.see-more:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 99.93 99.93' height='30px' width='30px'%3E%3Cdefs%3E%3Cstyle%3E.cls-arrow-1,.cls-arrow-4%7Bfill:none;%7D.cls-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-arrow-3%7Bfill:%23e3c2c0;%7D.cls-arrow-4%7Bstroke:%23051c2c;stroke-linecap:round;stroke-width:5.68px;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-371.43 -247.3)'%3E%3Crect class='cls-arrow-1' x='371.43' y='247.3' width='99.93' height='99.93'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-arrow-2'%3E%3Cpath class='cls-arrow-3' d='M421.39,347.22a50,50,0,1,0-50-50,50,50,0,0,0,50,50' transform='translate(-371.43 -247.3)'/%3E%3C/g%3E%3Cpolyline class='cls-arrow-4' points='34.2 46.25 49.96 59.34 65.72 46.25'/%3E%3C/svg%3E");
      content: '';
      display: inline-block;
      height: 30px;
      margin-left: 10px;
      width: 30px;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .service-accordian-block a.see-more.open:after {
      transform: rotate(180deg); }
    .service-accordian-block a.see-more:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 99.93 99.93' height='30px' width='30px'%3E%3Cdefs%3E%3Cstyle%3E.cls-arrow-1,.cls-arrow-4%7Bfill:none;%7D.cls-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-arrow-3%7Bfill:%23f1d9d8;%7D.cls-arrow-4%7Bstroke:%23051c2c;stroke-linecap:round;stroke-width:5.68px;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-371.43 -247.3)'%3E%3Crect class='cls-arrow-1' x='371.43' y='247.3' width='99.93' height='99.93'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-arrow-2'%3E%3Cpath class='cls-arrow-3' d='M421.39,347.22a50,50,0,1,0-50-50,50,50,0,0,0,50,50' transform='translate(-371.43 -247.3)'/%3E%3C/g%3E%3Cpolyline class='cls-arrow-4' points='34.2 46.25 49.96 59.34 65.72 46.25'/%3E%3C/svg%3E"); }

@media screen and (max-width: 550px) {
  .meet-the-team.directors .meet-the-team-block:nth-child(1) img {
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    top: 12px; }
    .meet-the-team.directors .meet-the-team-block:nth-child(1) img.onScreen {
      opacity: 1;
      top: 0; } }
@media screen and (min-width: 550px) {
  .meet-the-team.directors .meet-the-team-block:nth-child(1) img {
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    right: 12px; }
    .meet-the-team.directors .meet-the-team-block:nth-child(1) img.onScreen {
      opacity: 1;
      right: 0; } }
@media screen and (max-width: 550px) {
  .meet-the-team.directors .meet-the-team-block:nth-child(2) img {
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    top: 12px; }
    .meet-the-team.directors .meet-the-team-block:nth-child(2) img.onScreen {
      opacity: 1;
      top: 0; } }
@media screen and (min-width: 550px) {
  .meet-the-team.directors .meet-the-team-block:nth-child(2) img {
    transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: relative;
    left: 12px; }
    .meet-the-team.directors .meet-the-team-block:nth-child(2) img.onScreen {
      opacity: 1;
      left: 0; } }
.meet-the-team.directors .meet-the-team-block h4 {
  margin: 0 0 0.2em; }
.meet-the-team.designers-developers .meet-the-team-block {
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  height: 190px;
  padding: 1em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 12px; }
  .meet-the-team.designers-developers .meet-the-team-block.onScreen {
    opacity: 1;
    top: 0; }
  @media screen and (min-width: 550px) {
    .meet-the-team.designers-developers .meet-the-team-block {
      height: 210px; } }
  @media screen and (min-width: 850px) {
    .meet-the-team.designers-developers .meet-the-team-block {
      height: 220px; } }
  @media screen and (min-width: 1200px) {
    .meet-the-team.designers-developers .meet-the-team-block {
      height: 270px;
      padding: 1.5em; } }
  .meet-the-team.designers-developers .meet-the-team-block .overlay-text {
    align-self: flex-end; }
    .meet-the-team.designers-developers .meet-the-team-block .overlay-text h4 {
      color: #fff;
      font-weight: 500;
      margin-bottom: 0;
      transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      position: relative;
      right: 12px;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
      .meet-the-team.designers-developers .meet-the-team-block .overlay-text h4.onScreen {
        opacity: 1;
        right: 0; }
    .meet-the-team.designers-developers .meet-the-team-block .overlay-text .portfolio-details-list {
      transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      position: relative;
      right: 12px;
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
      .meet-the-team.designers-developers .meet-the-team-block .overlay-text .portfolio-details-list.onScreen {
        opacity: 1;
        right: 0; }
    .meet-the-team.designers-developers .meet-the-team-block .overlay-text a {
      color: #fff;
      cursor: text;
      text-decoration: none; }

@media screen and (min-width: 850px) {
  .terms-padding {
    padding-right: 2em; } }
@media screen and (min-width: 1200px) {
  .terms-padding {
    padding-right: 4em; } }

@media screen and (min-width: 850px) {
  .terms-navigation {
    margin-top: 4em; } }
.terms-navigation ul {
  list-style-type: none; }
  .terms-navigation ul li a {
    font-size: 1.2em;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    text-decoration: none; }
  .terms-navigation ul li .sub-menu {
    list-style-type: none; }
    .terms-navigation ul li .sub-menu li a {
      font-size: 1.05em;
      font-weight: 300;
      margin-bottom: 0; }

.search-results-block {
  padding: 1em 0 2em; }
  .search-results-block a {
    text-decoration: none; }
  .search-results-block .entry-title {
    margin-bottom: 5px; }

.google-recaptcha-text {
  display: block;
  margin-bottom: 6em; }
  .google-recaptcha-text p {
    font-size: 0.9em; }

.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 {
  margin-bottom: 0; }
  .wpcf7 br {
    display: none; }
  .wpcf7 .wpcf7-form label {
    color: #002d41;
    display: flex;
    font-size: 1.3em;
    margin: 0; }
    @media screen and (max-width: 550px) {
      .wpcf7 .wpcf7-form label {
        display: block; } }
    .wpcf7 .wpcf7-form label .inline-label {
      font-size: 0.9em;
      line-height: 1.5;
      width: 30%; }
      @media screen and (max-width: 550px) {
        .wpcf7 .wpcf7-form label .inline-label {
          width: 100%; } }
    .wpcf7 .wpcf7-form label .wpcf7-form-control-wrap {
      width: 100%; }
  .wpcf7 .wpcf7-form .wpcf7-form-control {
    background: #f2f4f3;
    border: none;
    box-shadow: none;
    color: #002d41;
    margin: 0 0 10px;
    width: 100%; }
    @media screen and (max-width: 550px) {
      .wpcf7 .wpcf7-form .wpcf7-form-control {
        font-size: 17px; } }
  .wpcf7 .wpcf7-form .wpcf7-submit {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    background: #98caeb;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0.8em 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    background: #ddb9b7;
    display: inline-block;
    transition: color 0.3s;
    width: auto; }
    .wpcf7 .wpcf7-form .wpcf7-submit:hover {
      background: #1981a1; }
    .wpcf7 .wpcf7-form .wpcf7-submit:hover {
      background: #c48683;
      transition: color 0.3s; }

.google-map {
  height: 300px;
  margin: 2em 0; }
  @media screen and (min-width: 850px) {
    .google-map {
      height: 400px; } }
  @media screen and (min-width: 1200px) {
    .google-map {
      height: 500px; } }

.archive-intro {
  border-bottom: 2px solid #98caeb;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1.5em;
  padding-bottom: 2em; }
  .archive-intro p {
    margin-bottom: 0; }

.policies-archive-block {
  background: #e9f6fe;
  height: 100%;
  position: relative;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
  .policies-archive-block.onScreen {
    opacity: 1;
    top: 0; }
  .policies-archive-block h2 {
    color: #1981a1;
    font-size: 1.5em;
    margin-bottom: 0; }
    .policies-archive-block h2 a {
      color: #1981a1;
      text-decoration: none; }
  .policies-archive-block h4 {
    color: #bed4e2;
    text-transform: lowercase; }
  .policies-archive-block .padding {
    padding: 2em 2em 4em; }
  .policies-archive-block .btn-block {
    background: #70c5fd;
    bottom: 0;
    margin: 0;
    position: absolute; }
    .policies-archive-block .btn-block:hover {
      background: #98caeb; }
    .policies-archive-block .btn-block:after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 32 32' height='20px' id='Слой_1' version='1.1' viewBox='0 0 32 32' width='20px' xml:space='preserve'%3E%3Cg id='Download'%3E%3Cpath d='M31,22c-0.552,0-1,0.448-1,1v7H2v-7c0-0.552-0.448-1-1-1s-1,0.448-1,1v8c0,0.552,0.448,1,1,1h30 c0.552,0,1-0.448,1-1v-8C32,22.448,31.552,22,31,22z' fill='%23ffffff'/%3E%3Cpath d='M15.27,23.707c0.389,0.385,1.04,0.389,1.429,0l6.999-6.9c0.395-0.391,0.394-1.024,0-1.414 c-0.394-0.391-1.034-0.391-1.428,0l-5.275,5.2V1c0-0.552-0.452-1-1.01-1c-0.558,0-1.01,0.448-1.01,1v19.593l-5.275-5.2 c-0.395-0.391-1.034-0.391-1.428,0c-0.395,0.391-0.395,1.024,0,1.414L15.27,23.707z' fill='%23ffffff'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      display: inline-block;
      float: right;
      margin-left: auto;
      height: 20px;
      width: 20px; }

.accreditations-archive-block {
  background: #e9f6fe;
  height: 100%;
  position: relative;
  opacity: 0;
  position: relative;
  top: 20px;
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
  .accreditations-archive-block.onScreen {
    opacity: 1;
    top: 0; }
  .accreditations-archive-block h2 {
    color: #1981a1;
    font-size: 1.5em;
    margin-bottom: 0; }
    .accreditations-archive-block h2 a {
      color: #1981a1;
      text-decoration: none; }
  .accreditations-archive-block h4 {
    color: #bed4e2;
    text-transform: lowercase; }
  .accreditations-archive-block .padding {
    padding: 10px 10px 62px 10px; }
  .accreditations-archive-block .btn-block {
    background: #70c5fd;
    bottom: 0;
    margin: 0;
    position: absolute; }
    .accreditations-archive-block .btn-block:hover {
      background: #98caeb; }
    .accreditations-archive-block .btn-block:after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 32 32' height='20px' id='Слой_1' version='1.1' viewBox='0 0 32 32' width='20px' xml:space='preserve'%3E%3Cg id='Download'%3E%3Cpath d='M31,22c-0.552,0-1,0.448-1,1v7H2v-7c0-0.552-0.448-1-1-1s-1,0.448-1,1v8c0,0.552,0.448,1,1,1h30 c0.552,0,1-0.448,1-1v-8C32,22.448,31.552,22,31,22z' fill='%23ffffff'/%3E%3Cpath d='M15.27,23.707c0.389,0.385,1.04,0.389,1.429,0l6.999-6.9c0.395-0.391,0.394-1.024,0-1.414 c-0.394-0.391-1.034-0.391-1.428,0l-5.275,5.2V1c0-0.552-0.452-1-1.01-1c-0.558,0-1.01,0.448-1.01,1v19.593l-5.275-5.2 c-0.395-0.391-1.034-0.391-1.428,0c-0.395,0.391-0.395,1.024,0,1.414L15.27,23.707z' fill='%23ffffff'/%3E%3C/g%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      display: inline-block;
      float: right;
      margin-left: auto;
      height: 20px;
      width: 20px; }

.page-content-news {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .page-content-news.onScreen {
    opacity: 1;
    top: 0; }
  .page-content-news .breadcrumb {
    color: #002d41;
    font-size: 0.9em;
    margin-bottom: 2em;
    text-transform: uppercase; }
    .page-content-news .breadcrumb a {
      color: #002d41;
      text-decoration: none; }
  .page-content-news h1 {
    color: #002d41;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media screen and (min-width: 550px) {
      .page-content-news h1 {
        font-size: 2em; } }
    @media screen and (min-width: 850px) {
      .page-content-news h1 {
        font-size: 2.2em; } }
  .page-content-news h2 {
    color: #002d41;
    font-size: 1.2em; }
    @media screen and (min-width: 550px) {
      .page-content-news h2 {
        font-size: 1.3em; } }
    @media screen and (min-width: 850px) {
      .page-content-news h2 {
        font-size: 1.5em; } }
    .page-content-news h2.grey {
      color: #002d41 !important; }
  .page-content-news h3, .page-content-news h4, .page-content-news h5, .page-content-news h6 {
    color: #002d41;
    margin: 0 0 0.5em;
    text-transform: unset; }
  .page-content-news p {
    color: #002d41; }
  .page-content-news time {
    display: block;
    margin-bottom: 2em; }
  .page-content-news .wp-block-image {
    margin: 2em 0; }
    .page-content-news .wp-block-image img {
      height: auto;
      width: 100%; }

.news-archive {
  margin-bottom: 2em; }
  .news-archive .news-archive-block {
    border-bottom: 1px solid #e4e5e5;
    margin-bottom: 1em;
    padding-bottom: 1em;
    opacity: 0;
    position: relative;
    top: 15px;
    transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1); }
    .news-archive .news-archive-block.onScreen {
      opacity: 1;
      top: 0; }
    .news-archive .news-archive-block .news-archive-block-img-container {
      height: 300px;
      margin-bottom: 1em; }
      .news-archive .news-archive-block .news-archive-block-img-container img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%; }
    .news-archive .news-archive-block a {
      text-decoration: none; }
    .news-archive .news-archive-block .article-title {
      color: #002d41;
      display: block;
      font-size: 1.5em;
      font-weight: 300;
      margin-bottom: 10px; }
      @media screen and (min-width: 550px) {
        .news-archive .news-archive-block .article-title {
          font-size: 1.6em; } }
      @media screen and (min-width: 850px) {
        .news-archive .news-archive-block .article-title {
          font-size: 1.7em; } }
    .news-archive .news-archive-block time {
      display: block;
      margin-bottom: 1em; }
  .news-archive .title {
    border-bottom: 3px solid #e4e5e5;
    color: #002d41;
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
    padding-bottom: 15px; }

.news-sidebar {
  margin-bottom: 2em; }
  .news-sidebar .news-sidebar-block {
    border-bottom: 1px solid #e4e5e5;
    margin-bottom: 1em;
    padding-bottom: 1em; }
    .news-sidebar .news-sidebar-block .article-title {
      color: #002d41;
      display: block;
      font-size: 1.5em;
      font-weight: 300;
      margin-bottom: 10px; }
      @media screen and (min-width: 550px) {
        .news-sidebar .news-sidebar-block .article-title {
          font-size: 1.6em; } }
      @media screen and (min-width: 850px) {
        .news-sidebar .news-sidebar-block .article-title {
          font-size: 1.7em; } }
    .news-sidebar .news-sidebar-block time {
      display: block;
      margin-bottom: 1em; }
    .news-sidebar .news-sidebar-block a {
      color: #646464;
      font-size: 1.1em;
      text-decoration: none; }
      .news-sidebar .news-sidebar-block a:hover {
        color: #2b2b2b; }
  .news-sidebar .title {
    border-bottom: 3px solid #e4e5e5;
    color: #002d41;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px; }

:root .has-theme-navy-color {
  color: #002d41 !important; }

:root .has-theme-navy-background-color {
  background-color: #002d41 !important; }
  :root .has-theme-navy-background-color.wp-block-button__link:hover {
    background-color: #00628e; }

:root .has-theme-white-color {
  color: #fff !important; }

:root .has-theme-white-background-color {
  background-color: #fff !important; }
  :root .has-theme-white-background-color.wp-block-button__link:hover {
    background-color: white; }

:root .has-theme-black-color {
  color: #0e1c2c !important; }

:root .has-theme-black-background-color {
  background-color: #0e1c2c !important; }
  :root .has-theme-black-background-color.wp-block-button__link:hover {
    background-color: #204166; }

:root .has-theme-grey-1-color {
  color: #d6d8d8 !important; }

:root .has-theme-grey-1-background-color {
  background-color: #d6d8d8 !important; }
  :root .has-theme-grey-1-background-color.wp-block-button__link:hover {
    background-color: #fdfdfd; }

:root .has-theme-grey-2-color {
  color: #eaeaea !important; }

:root .has-theme-grey-2-background-color {
  background-color: #eaeaea !important; }
  :root .has-theme-grey-2-background-color.wp-block-button__link:hover {
    background-color: white; }

:root .has-theme-grey-3-color {
  color: #acb2b8 !important; }

:root .has-theme-grey-3-background-color {
  background-color: #acb2b8 !important; }
  :root .has-theme-grey-3-background-color.wp-block-button__link:hover {
    background-color: #d5d8db; }

:root .has-theme-pink-1-color {
  color: #ddb9b7 !important; }

:root .has-theme-pink-1-background-color {
  background-color: #ddb9b7 !important; }
  :root .has-theme-pink-1-background-color.wp-block-button__link:hover {
    background-color: #f6eceb; }

:root .has-theme-pink-2-color {
  color: #e3c2bf !important; }

:root .has-theme-pink-2-background-color {
  background-color: #e3c2bf !important; }
  :root .has-theme-pink-2-background-color.wp-block-button__link:hover {
    background-color: #faf5f4; }

:root .has-theme-blue-1-color {
  color: #1981a1 !important; }

:root .has-theme-blue-1-background-color {
  background-color: #1981a1 !important; }
  :root .has-theme-blue-1-background-color.wp-block-button__link:hover {
    background-color: #29b3de; }

:root .has-theme-blue-2-color {
  color: #0c4e63 !important; }

:root .has-theme-blue-2-background-color {
  background-color: #0c4e63 !important; }
  :root .has-theme-blue-2-background-color.wp-block-button__link:hover {
    background-color: #1484a7; }

:root .has-theme-blue-3-color {
  color: #e9f6fe !important; }

:root .has-theme-blue-3-background-color {
  background-color: #e9f6fe !important; }
  :root .has-theme-blue-3-background-color.wp-block-button__link:hover {
    background-color: white; }

:root .has-theme-blue-4-color {
  color: #70c5fd !important; }

:root .has-theme-blue-4-background-color {
  background-color: #70c5fd !important; }
  :root .has-theme-blue-4-background-color.wp-block-button__link:hover {
    background-color: #bbe4fe; }

:root .has-theme-blue-5-color {
  color: #092e41 !important; }

:root .has-theme-blue-5-background-color {
  background-color: #092e41 !important; }
  :root .has-theme-blue-5-background-color.wp-block-button__link:hover {
    background-color: #125e84; }

.wp-block-table {
  margin: 0;
  padding: 0; }

.wp-block-image {
  margin: 0; }
  .wp-block-image img {
    height: auto;
    max-width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.careers-intro {
  margin-bottom: 4em; }
  @media screen and (min-width: 850px) {
    .careers-intro {
      background-image: url(/wp-content/themes/crush-theme/assets/img/frontend/hero/careers.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: auto 0;
      transition: 1s cubic-bezier(0.4, 0, 0.2, 1); } }
  .careers-intro.onScreen {
    background-size: auto 100%; }
    @media screen and (min-width: 1200px) {
      .careers-intro.onScreen {
        background-size: auto 90%; } }
    @media screen and (min-width: 1800px) {
      .careers-intro.onScreen {
        background-size: auto 100%; } }
  .careers-intro .boxgrid {
    border-bottom: 4px solid #e8e8e6; }
    .careers-intro .boxgrid .intro-section {
      background-color: rgba(255, 255, 255, 0.65);
      padding: 1em 1em 4em 0; }
  @media screen and (min-width: 850px) {
    .careers-intro.individual {
      background-image: url(/wp-content/themes/crush-theme/assets/img/frontend/hero/careers-individual.png); } }
  .careers-intro h1 {
    margin: 0 0 0.2em; }

.careers-content {
  margin-bottom: 4em; }
  .careers-content * {
    color: #002d41; }
  .careers-content a {
    color: #ddb9b7; }
    .careers-content a:hover {
      color: #cd9794; }

.live-careers {
  margin-bottom: 4em; }
  .live-careers .live-careers-block {
    padding: 2em 2em 2em 0; }
    .live-careers .live-careers-block p {
      color: #002d41;
      margin-bottom: 20px; }
    .live-careers .live-careers-block .btn {
      background: #ddb9b7;
      color: #fff;
      display: inline-block;
      padding: 10px 15px;
      text-transform: uppercase;
      text-decoration: none; }
      .live-careers .live-careers-block .btn:hover {
        background: #cd9794; }

.full-width-slider.home {
  content-visibility: auto;
  margin: 2em 0; }
  .full-width-slider.home .home-slide {
    position: relative; }
    .full-width-slider.home .home-slide .owl-item.active .slide {
      overflow: visible;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .full-width-slider.home .home-slide .owl-item.active .slide.onScreen {
        background-size: cover !important; }
      .full-width-slider.home .home-slide .owl-item.active .slide .slide-inner {
        overflow: visible;
        width: 100%;
        /*                            @include cubic-bezier(0.5s);
                                    &.onScreen {
                                        @media screen and (max-width:$bp_sm){
                                            background-size: 330px auto!important;
                                        }
                                        background-size:auto 100%!important;
                                    }*/ }
      .full-width-slider.home .home-slide .owl-item.active .slide .heading {
        opacity: 0;
        position: relative;
        transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: .5s;
        transform: translateY(-25px); }
        .full-width-slider.home .home-slide .owl-item.active .slide .heading.onScreen {
          opacity: 1;
          transform: translateY(0px); }
      .full-width-slider.home .home-slide .owl-item.active .slide .link {
        opacity: 0;
        position: relative;
        transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: .5s;
        transform: translateY(25px); }
        .full-width-slider.home .home-slide .owl-item.active .slide .link.onScreen {
          opacity: 1;
          transform: translateY(0px); }
      .full-width-slider.home .home-slide .owl-item.active .slide .left-container h3 {
        opacity: 1;
        transform: translateY(0px); }
      .full-width-slider.home .home-slide .owl-item.active .slide .left-container .link .link-animation {
        opacity: 1;
        transform: translateY(0px); }
      .full-width-slider.home .home-slide .owl-item.active .slide .right-container .slide-inner-img.onScreen img {
        transform: scale(0.8); }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-item.active .slide .right-container .slide-inner-img.onScreen img {
            transform: scale(1.3); } }
      .full-width-slider.home .home-slide .owl-item.active .slide .right-container .slide-inner-img img {
        transform: scale(0.8); }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-item.active .slide .right-container .slide-inner-img img {
            transform: scale(1.3); } }
    .full-width-slider.home .home-slide .owl-item .slide {
      background-color: #f1f1f1;
      display: flex;
      height: 400px;
      margin: 60px 0;
      max-height: unset !important; }
      @media screen and (max-width: 550px) {
        .full-width-slider.home .home-slide .owl-item .slide {
          height: 400px; } }
      @media screen and (min-width: 850px) {
        .full-width-slider.home .home-slide .owl-item .slide {
          height: 400px; } }
      @media screen and (min-width: 1200px) {
        .full-width-slider.home .home-slide .owl-item .slide {
          height: 400px; } }
      @media screen and (min-width: 1800px) {
        .full-width-slider.home .home-slide .owl-item .slide {
          height: 400px; } }
      .full-width-slider.home .home-slide .owl-item .slide .slide-inner {
        margin: -60px 0 -60px 0;
        max-height: unset !important;
        padding: 60px 0 60px 0; }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-item .slide .slide-inner {
            display: flex; } }
      .full-width-slider.home .home-slide .owl-item .slide .left-container {
        align-self: center;
        width: 100%; }
        @media screen and (max-width: 550px) {
          .full-width-slider.home .home-slide .owl-item .slide .left-container {
            align-self: flex-start;
            margin-top: 50px; } }
        .full-width-slider.home .home-slide .owl-item .slide .left-container .heading {
          overflow: hidden; }
        .full-width-slider.home .home-slide .owl-item .slide .left-container h3 {
          color: #fff;
          font-size: 3em;
          font-weight: 200;
          left: -3%;
          margin: 0;
          opacity: 0;
          position: relative;
          transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
          transition-delay: .5s;
          transform: translateY(-25px); }
        .full-width-slider.home .home-slide .owl-item .slide .left-container .link .link-animation {
          opacity: 0;
          position: relative;
          transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
          transition-delay: .5s;
          transform: translateY(25px); }
        .full-width-slider.home .home-slide .owl-item .slide .left-container .link a {
          color: #fff;
          font-size: 1.2em;
          font-weight: 600;
          text-decoration: none;
          text-transform: uppercase; }
          .full-width-slider.home .home-slide .owl-item .slide .left-container .link a:hover {
            color: #ddb9b7; }
            .full-width-slider.home .home-slide .owl-item .slide .left-container .link a:hover:after {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink' height='18px' version='1.1' viewBox='0 0 9 12' width='15px'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23ddb9b7' id='Core' transform='translate(-260.000000, -90.000000)'%3E%3Cg id='chevron-right' transform='translate(260.500000, 90.000000)'%3E%3Cpath d='M1,0 L-0.4,1.4 L4.2,6 L-0.4,10.6 L1,12 L7,6 L1,0 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .full-width-slider.home .home-slide .owl-item .slide .left-container .link a:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink' height='18px' version='1.1' viewBox='0 0 9 12' width='15px'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23ffffff' id='Core' transform='translate(-260.000000, -90.000000)'%3E%3Cg id='chevron-right' transform='translate(260.500000, 90.000000)'%3E%3Cpath d='M1,0 L-0.4,1.4 L4.2,6 L-0.4,10.6 L1,12 L7,6 L1,0 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            content: '';
            display: inline-block;
            height: 18px;
            margin-left: 10px;
            width: 15px; }
      .full-width-slider.home .home-slide .owl-item .slide .right-container {
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: scale(0.3); }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-item .slide .right-container {
            transform: scale(0.8); } }
        .full-width-slider.home .home-slide .owl-item .slide .right-container.onScreen {
          opacity: 1;
          transform: scale(0.8); }
          @media screen and (min-width: 550px) {
            .full-width-slider.home .home-slide .owl-item .slide .right-container.onScreen {
              transform: scale(1); } }
        .full-width-slider.home .home-slide .owl-item .slide .right-container .slide-inner-img img {
          height: 100%;
          object-fit: contain;
          object-position: center left;
          width: 100%;
          transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          transform: scale(0.3); }
          @media screen and (min-width: 550px) {
            .full-width-slider.home .home-slide .owl-item .slide .right-container .slide-inner-img img {
              transform: scale(0.8); } }
    .full-width-slider.home .home-slide .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      top: 75%;
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 2em; }
      @media screen and (max-width: 550px) {
        .full-width-slider.home .home-slide .owl-dots {
          display: none; } }
      @media screen and (min-width: 850px) {
        .full-width-slider.home .home-slide .owl-dots {
          max-width: 970px;
          padding: 0 2em; } }
      @media screen and (min-width: 1200px) {
        .full-width-slider.home .home-slide .owl-dots {
          max-width: 1300px; } }
      @media screen and (min-width: 1800px) {
        .full-width-slider.home .home-slide .owl-dots {
          padding: 0 1em; } }
      .full-width-slider.home .home-slide .owl-dots .owl-dot {
        float: left;
        outline: none; }
        .full-width-slider.home .home-slide .owl-dots .owl-dot span {
          background-color: unset;
          border: 1px solid #fff; }
        .full-width-slider.home .home-slide .owl-dots .owl-dot.active span {
          background-color: #fff; }
    .full-width-slider.home .home-slide .owl-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 20%;
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 2em; }
      @media screen and (min-width: 850px) {
        .full-width-slider.home .home-slide .owl-nav {
          max-width: 970px;
          padding: 0 2em; } }
      @media screen and (min-width: 1200px) {
        .full-width-slider.home .home-slide .owl-nav {
          max-width: 1300px; } }
      @media screen and (min-width: 1800px) {
        .full-width-slider.home .home-slide .owl-nav {
          padding: 0 1em; } }
      .full-width-slider.home .home-slide .owl-nav button {
        /*                    background:#fff;*/
        border: 0 solid #d7d7d7;
        border-radius: 40px;
        color: #fff;
        display: flex;
        font-size: 2.5em;
        height: 40px;
        justify-content: center;
        line-height: 0;
        outline: none;
        position: absolute;
        padding: 0;
        text-decoration: none;
        width: 40px; }
        .full-width-slider.home .home-slide .owl-nav button:hover {
          color: #bbbbbb; }
        .full-width-slider.home .home-slide .owl-nav button span {
          display: none; }
        @media screen and (max-width: 550px) {
          .full-width-slider.home .home-slide .owl-nav button.owl-prev {
            right: 80px; } }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-nav button.owl-prev {
            left: 30px; } }
        .full-width-slider.home .home-slide .owl-nav button.owl-prev:before {
          align-self: center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-left-arrow-1%7Bfill:none;%7D.cls-left-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-left-arrow-3%7Bfill:%23d7d7d7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-left-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-left-arrow-2'%3E%3Cpath class='cls-left-arrow-3' d='M409.1,297.26l20.15,20.15a3.54,3.54,0,0,1-5,5l-20.15-20.15h0l-5-5,25.16-25.16a3.54,3.54,0,0,1,5,5Zm67.06,0A54.77,54.77,0,1,0,421.39,352a54.77,54.77,0,0,0,54.77-54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E");
          content: '';
          display: inline-block;
          position: absolute;
          height: 40px;
          width: 40px;
          z-index: 2; }
        .full-width-slider.home .home-slide .owl-nav button.owl-prev:after {
          align-self: center;
          background: #fff;
          border-radius: 30px;
          content: '';
          display: inline-block;
          position: absolute;
          height: 30px;
          z-index: 1;
          width: 30px; }
        .full-width-slider.home .home-slide .owl-nav button.owl-prev:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-left-arrow-1%7Bfill:none;%7D.cls-left-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-left-arrow-3%7Bfill:%23ddb9b7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-left-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-left-arrow-2'%3E%3Cpath class='cls-left-arrow-3' d='M409.1,297.26l20.15,20.15a3.54,3.54,0,0,1-5,5l-20.15-20.15h0l-5-5,25.16-25.16a3.54,3.54,0,0,1,5,5Zm67.06,0A54.77,54.77,0,1,0,421.39,352a54.77,54.77,0,0,0,54.77-54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E"); }
        @media screen and (max-width: 550px) {
          .full-width-slider.home .home-slide .owl-nav button.owl-next {
            right: 30px; } }
        @media screen and (min-width: 550px) {
          .full-width-slider.home .home-slide .owl-nav button.owl-next {
            left: 80px; } }
        .full-width-slider.home .home-slide .owl-nav button.owl-next:before {
          align-self: center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-right-arrow-1%7Bfill:none;%7D.cls-right-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-right-arrow-3%7Bfill:%23d7d7d7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-right-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-right-arrow-2'%3E%3Cpath class='cls-right-arrow-3' d='M433.68,297.26l-20.15-20.15a3.54,3.54,0,1,1,5-5l20.15,20.15h0l5,5-25.15,25.16a3.54,3.54,0,0,1-5-5Zm-67.06,0a54.77,54.77,0,1,0,54.77-54.77,54.77,54.77,0,0,0-54.77,54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E");
          content: '';
          display: inline-block;
          position: absolute;
          height: 40px;
          width: 40px;
          z-index: 2; }
        .full-width-slider.home .home-slide .owl-nav button.owl-next:after {
          align-self: center;
          background: #fff;
          border-radius: 30px;
          content: '';
          display: inline-block;
          position: absolute;
          height: 30px;
          z-index: 1;
          width: 30px; }
        .full-width-slider.home .home-slide .owl-nav button.owl-next:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-right-arrow-1%7Bfill:none;%7D.cls-right-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-right-arrow-3%7Bfill:%23ddb9b7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-right-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-right-arrow-2'%3E%3Cpath class='cls-right-arrow-3' d='M433.68,297.26l-20.15-20.15a3.54,3.54,0,1,1,5-5l20.15,20.15h0l5,5-25.15,25.16a3.54,3.54,0,0,1-5-5Zm-67.06,0a54.77,54.77,0,1,0,54.77-54.77,54.77,54.77,0,0,0-54.77,54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E"); }
        .full-width-slider.home .home-slide .owl-nav button span {
          align-self: center;
          position: relative;
          top: -2px; }

.portfolio-slider {
  padding-top: 30px; }
  @media screen and (min-width: 550px) {
    .portfolio-slider {
      padding-left: 3em; } }
  @media screen and (min-width: 850px) {
    .portfolio-slider {
      padding-left: 6em; } }
  .portfolio-slider .owl-stage-outer {
    overflow: visible !important;
    overflow-x: hidden; }
  .portfolio-slider .owl-item {
    border-bottom: 1px solid #c6c4c4;
    border-right: 1px solid #c6c4c4;
    border-top: 1px solid #c6c4c4;
    position: relative;
    z-index: 1;
    filter: opacity(0.3) saturate(0.5) sepia(0.02); }
    .portfolio-slider .owl-item.active.first-active-item {
      filter: none;
      z-index: 2; }
      .portfolio-slider .owl-item.active.first-active-item .portfolio-slider-image img {
        position: relative;
        transform: scale(1.3);
        z-index: 3; }
  .portfolio-slider .portfolio-slider-text {
    display: flex;
    height: calc(50vh - 148px);
    padding: 2em; }
    .portfolio-slider .portfolio-slider-text .center {
      align-self: center; }
    .portfolio-slider .portfolio-slider-text .portfolio-slider-text-number {
      color: #0e1c2c;
      display: flex;
      font-size: 3em;
      font-weight: 100;
      margin-bottom: 0.5em;
      position: relative;
      overflow: hidden; }
      .portfolio-slider .portfolio-slider-text .portfolio-slider-text-number span {
        position: relative;
        left: -12px; }
    .portfolio-slider .portfolio-slider-text .portfolio-slider-text-title {
      color: #0e1c2c;
      font-size: 1em;
      font-weight: 700;
      display: block;
      margin-bottom: 2em; }
      .portfolio-slider .portfolio-slider-text .portfolio-slider-text-title a {
        text-decoration: none; }
  .portfolio-slider .portfolio-slider-image {
    background: #f1f1f1;
    display: flex;
    height: calc(50vh - 30px); }
    .portfolio-slider .portfolio-slider-image img {
      align-self: center;
      transform: scale(1);
      transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }
  .portfolio-slider.owl-carousel.owl-theme .owl-nav {
    top: 40px;
    position: absolute;
    right: 150px; }
    @media screen and (max-width: 550px) {
      .portfolio-slider.owl-carousel.owl-theme .owl-nav {
        right: -25px;
        top: -4px; } }
    .portfolio-slider.owl-carousel.owl-theme .owl-nav button {
      /*                    background:#fff;*/
      border: 0 solid #d7d7d7;
      border-radius: 40px;
      color: #fff;
      display: flex;
      font-size: 2.5em;
      height: 40px;
      justify-content: center;
      line-height: 0;
      outline: none;
      position: absolute;
      padding: 0;
      text-decoration: none;
      width: 40px; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button:hover {
        color: #bbbbbb; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button span {
        display: none; }
      @media screen and (max-width: 550px) {
        .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-prev {
          right: 80px; } }
      @media screen and (min-width: 550px) {
        .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-prev {
          left: 30px; } }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:before {
        align-self: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-left-arrow-1%7Bfill:none;%7D.cls-left-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-left-arrow-3%7Bfill:%23aeb1b2;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-left-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-left-arrow-2'%3E%3Cpath class='cls-left-arrow-3' d='M409.1,297.26l20.15,20.15a3.54,3.54,0,0,1-5,5l-20.15-20.15h0l-5-5,25.16-25.16a3.54,3.54,0,0,1,5,5Zm67.06,0A54.77,54.77,0,1,0,421.39,352a54.77,54.77,0,0,0,54.77-54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E");
        content: '';
        display: inline-block;
        position: absolute;
        height: 40px;
        width: 40px;
        z-index: 2; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:after {
        align-self: center;
        background: #fff;
        border-radius: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 30px;
        z-index: 1;
        width: 30px; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-left-arrow-1%7Bfill:none;%7D.cls-left-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-left-arrow-3%7Bfill:%23ddb9b7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-left-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-left-arrow-2'%3E%3Cpath class='cls-left-arrow-3' d='M409.1,297.26l20.15,20.15a3.54,3.54,0,0,1-5,5l-20.15-20.15h0l-5-5,25.16-25.16a3.54,3.54,0,0,1,5,5Zm67.06,0A54.77,54.77,0,1,0,421.39,352a54.77,54.77,0,0,0,54.77-54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 550px) {
        .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-next {
          right: 30px; } }
      @media screen and (min-width: 550px) {
        .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-next {
          left: 80px; } }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-next:before {
        align-self: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-right-arrow-1%7Bfill:none;%7D.cls-right-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-right-arrow-3%7Bfill:%23aeb1b2;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-right-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-right-arrow-2'%3E%3Cpath class='cls-right-arrow-3' d='M433.68,297.26l-20.15-20.15a3.54,3.54,0,1,1,5-5l20.15,20.15h0l5,5-25.15,25.16a3.54,3.54,0,0,1-5-5Zm-67.06,0a54.77,54.77,0,1,0,54.77-54.77,54.77,54.77,0,0,0-54.77,54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E");
        content: '';
        display: inline-block;
        position: absolute;
        height: 40px;
        width: 40px;
        z-index: 2; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-next:after {
        align-self: center;
        background: #fff;
        border-radius: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 30px;
        z-index: 1;
        width: 30px; }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' data-name='Layer 1' viewBox='0 0 109.54 109.54' height='40px' width='40px'%3E%3Cdefs%3E%3Cstyle%3E.cls-right-arrow-1%7Bfill:none;%7D.cls-right-arrow-2%7Bclip-path:url(%23clip-path);%7D.cls-right-arrow-3%7Bfill:%23ddb9b7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-366.62 -242.49)'%3E%3Crect class='cls-right-arrow-1' x='366.62' y='242.49' width='109.54' height='109.54'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-right-arrow-2'%3E%3Cpath class='cls-right-arrow-3' d='M433.68,297.26l-20.15-20.15a3.54,3.54,0,1,1,5-5l20.15,20.15h0l5,5-25.15,25.16a3.54,3.54,0,0,1-5-5Zm-67.06,0a54.77,54.77,0,1,0,54.77-54.77,54.77,54.77,0,0,0-54.77,54.77' transform='translate(-366.62 -242.49)'/%3E%3C/g%3E%3C/svg%3E"); }
      .portfolio-slider.owl-carousel.owl-theme .owl-nav button span {
        align-self: center;
        position: relative;
        top: -2px; }

body {
  background-color: #ffffff;
  color: #646464; }

/*# sourceMappingURL=frontend.css.map */
