@charset "UTF-8";
@import url("//hello.myfonts.net/count/3e7d5f");
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: "Montserrat", 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
 */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Bebas Neue", Arial, cursive;
  font-weight: normal;
  margin-bottom: 0.85em;
  display: block;
}
h6.white, .white.h6, h5.white, .white.h5, h4.white, .white.h4, h3.white, .white.h3, h2.white, .white.h2, h1.white, .white.h1 {
  color: #fff;
}
h6.primary, .primary.h6, h5.primary, .primary.h5, h4.primary, .primary.h4, h3.primary, .primary.h3, h2.primary, .primary.h2, h1.primary, .primary.h1 {
  color: #660028;
}
h6.secondary, .secondary.h6, h5.secondary, .secondary.h5, h4.secondary, .secondary.h4, h3.secondary, .secondary.h3, h2.secondary, .secondary.h2, h1.secondary, .secondary.h1 {
  color: #e30613;
}
h6.font-paragraph, .font-paragraph.h6, h5.font-paragraph, .font-paragraph.h5, h4.font-paragraph, .font-paragraph.h4, h3.font-paragraph, .font-paragraph.h3, h2.font-paragraph, .font-paragraph.h2, h1.font-paragraph, .font-paragraph.h1 {
  font-family: "Montserrat", sans-serif;
}
h6.font-handwriting, .font-handwriting.h6, h5.font-handwriting, .font-handwriting.h5, h4.font-handwriting, .font-handwriting.h4, h3.font-handwriting, .font-handwriting.h3, h2.font-handwriting, .font-handwriting.h2, h1.font-handwriting, .font-handwriting.h1 {
  font-family: "JustLovely", Arial, cursive;
}
h6.font-secondary, .font-secondary.h6, h5.font-secondary, .font-secondary.h5, h4.font-secondary, .font-secondary.h4, h3.font-secondary, .font-secondary.h3, h2.font-secondary, .font-secondary.h2, h1.font-secondary, .font-secondary.h1 {
  font-family: "JustLovely", Arial, cursive;
}
h6.margin-bottom-small, .margin-bottom-small.h6, h5.margin-bottom-small, .margin-bottom-small.h5, h4.margin-bottom-small, .margin-bottom-small.h4, h3.margin-bottom-small, .margin-bottom-small.h3, h2.margin-bottom-small, .margin-bottom-small.h2, h1.margin-bottom-small, .margin-bottom-small.h1 {
  margin-bottom: 15px;
}

h1, .h1 {
  font-size: min(13vw, 120px);
  line-height: 1;
}
@media screen and (min-width: 550px) {
  h1, .h1 {
    font-size: min(12vw, 120px);
  }
}
@media screen and (min-width: 850px) {
  h1, .h1 {
    font-size: min(6vw, 120px);
  }
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 2em;
}

h4, .h4 {
  font-size: 1.4em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 1em;
  font-style: italic;
}

span.white {
  color: #fff;
}
span.primary {
  color: #660028;
}
span.secondary {
  color: #e30613;
}
span.font-secondary {
  font-family: "JustLovely", Arial, cursive;
}

/**
 * Paragraphs
 */
p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 550px) {
  p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 850px) {
  p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1800px) {
  p {
    font-size: 0.9em;
  }
}

/**
 * Links
 */
a {
  color: inherit;
  transition: color 0.3s;
}
a:hover {
  color: #660028;
  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: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 550px) {
  ul, ol {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 850px) {
  ul, ol {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  ul, ol {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1800px) {
  ul, ol {
    font-size: 0.9em;
  }
}
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 {
  background: none;
  color: #4f4f4f;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4em 0.5em;
  text-align: center;
}
.pagination li a.prev, .pagination li span.prev {
  padding-right: 1.2em;
}
.pagination li a.next, .pagination li span.next {
  padding-left: 1.2em;
}
.pagination li.active {
  color: #e30613;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "JustLovely";
  src: url("/wp-content/themes/crush-theme/assets/fonts/JustLovely/font.woff2") format("woff2"), url("/wp-content/themes/crush-theme/assets/fonts/JustLovely/font.woff") format("woff");
}
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: #4f4f4f;
}
@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: #f1e9de;
  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: #660028;
}
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: "Montserrat", 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: #f1e9de;
  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%, #f1e9de 35%);
  background: -webkit-radial-gradient(center, ellipse cover, #646464 35%, #f1e9de 35%);
  background: radial-gradient(ellipse at center, #646464 35%, #f1e9de 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: #660028;
}
input[type=radio].error + label:before {
  border-color: #D4323E;
}

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: #f1e9de;
  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: "✔";
  line-height: 0.9em;
  text-align: center;
  color: #646464;
}
input[type=checkbox] + label:focus:before {
  transition: border-color 0.3s;
  border-color: #660028;
}
input[type=checkbox].error + label:before {
  border-color: #D4323E;
}

#activedemand_forms_0 label,
#activedemand_forms_1 label {
  color: #fff;
  font-weight: 300;
}
#activedemand_forms_0 input[type=text],
#activedemand_forms_0 input[type=number],
#activedemand_forms_0 input[type=email],
#activedemand_forms_0 input[type=password],
#activedemand_forms_0 input[type=url],
#activedemand_forms_0 input[type=tel],
#activedemand_forms_0 input[type=search],
#activedemand_forms_0 input[type=date],
#activedemand_forms_0 textarea,
#activedemand_forms_0 select,
#activedemand_forms_1 input[type=text],
#activedemand_forms_1 input[type=number],
#activedemand_forms_1 input[type=email],
#activedemand_forms_1 input[type=password],
#activedemand_forms_1 input[type=url],
#activedemand_forms_1 input[type=tel],
#activedemand_forms_1 input[type=search],
#activedemand_forms_1 input[type=date],
#activedemand_forms_1 textarea,
#activedemand_forms_1 select {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
#activedemand_forms_0 .activedemand-button-container,
#activedemand_forms_1 .activedemand-button-container {
  margin-bottom: 2em;
}
#activedemand_forms_0 .activedemand-button-container a,
#activedemand_forms_1 .activedemand-button-container a {
  text-decoration: none;
}
#activedemand_forms_0 .activedemand-button-container a .btn, #activedemand_forms_0 .activedemand-button-container a .home-section-five .hot-blocks a, .home-section-five .hot-blocks #activedemand_forms_0 .activedemand-button-container a a,
#activedemand_forms_1 .activedemand-button-container a .btn,
#activedemand_forms_1 .activedemand-button-container a .home-section-five .hot-blocks a,
.home-section-five .hot-blocks #activedemand_forms_1 .activedemand-button-container a a {
  border-color: #e30613;
  font-size: 1.8em;
  text-decoration: none;
}
@media screen and (min-width: 850px) {
  #activedemand_forms_0 .activedemand-button-container a .btn, #activedemand_forms_0 .activedemand-button-container a .home-section-five .hot-blocks a, .home-section-five .hot-blocks #activedemand_forms_0 .activedemand-button-container a a,
  #activedemand_forms_1 .activedemand-button-container a .btn,
  #activedemand_forms_1 .activedemand-button-container a .home-section-five .hot-blocks a,
  .home-section-five .hot-blocks #activedemand_forms_1 .activedemand-button-container a a {
    font-size: 1.5em;
  }
}
#activedemand_forms_0 p,
#activedemand_forms_1 p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
  font-weight: 300;
}
#activedemand_forms_0 p span,
#activedemand_forms_1 p span {
  font-family: "Montserrat", sans-serif !important;
}

.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 {
  background: #660028;
  padding-right: 50px;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.header .header-nav-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.header .header-nav-container .header-nav {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /*            &.active-padding { 
                  @media screen and (max-width:$bp_xl){
                      padding-right: 340px; 
                  }
                  padding-right: 300px; 
              }*/
}
.header .header-main {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 850px) {
  .header .header-main {
    margin: 0;
  }
}
.header .header-main .header-logo {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin: 1.5em 0;
  max-width: 130px;
}
@media screen and (max-width: 850px) {
  .header .header-main .header-logo {
    max-width: 140px;
  }
}
@media screen and (min-width: 850px) {
  .header .header-main .header-logo {
    max-width: 150px;
    /*                transform:scale(0);*/
  }
}
@media screen and (min-width: 850px) {
  .header .header-main .header-logo.onScreen {
    /*                    transform:scale(1)*/
  }
}
.header .header-main .header-logo a {
  display: block;
  margin: 0 auto;
}
.header .header-main .header-logo a svg {
  opacity: 1;
  z-index: 100;
  /*                    @include cubic-bezier(0.5s);
                      @include show-on-view-top(5px);*/
}
.header .header-main .header-logo a svg.onScreen {
  opacity: 1;
}
.header .header-main nav {
  display: block;
  width: 100%;
}
.header .header-main nav ul li.btn-nav-link a {
  color: #000;
  font-weight: 600;
  padding: 10px;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 25px;
  text-transform: uppercase;
}
.header .header-main nav ul li.btn-nav-link a:hover {
  color: #fff;
  background-color: #7d243f;
  transition: color 0.3s, background-color 0.3s;
}
.header.small-header .header-main {
  padding: 0;
}
.header.small-header .header-main .header-logo {
  max-width: 85px;
}
@media screen and (min-width: 850px) {
  .header.small-header .header-main .header-logo {
    max-width: 90px;
  }
}

.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: #660028;
  text-decoration: none;
}
.header-main-contact a:hover {
  color: #e3c2bf;
}

footer {
  background: #fff;
  content-visibility: auto;
  padding: 4em 50px 2em 0;
}
@media screen and (max-width: 850px) {
  footer {
    padding: 2em 50px 2em 0;
  }
}
footer .footer-nav {
  margin-top: 0;
}
@media only screen and (min-width: 550px) {
  footer .footer-nav {
    margin-top: 0;
  }
}
footer .footer-nav nav {
  margin-bottom: 0;
}
footer .footer-nav nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav nav ul li {
  margin-bottom: 4px;
}
footer .footer-nav nav ul li a {
  text-decoration-color: #fff;
  transition: text-decoration-color 0.3s;
}
footer .footer-nav nav ul li a:hover {
  text-decoration-color: #660028;
}
footer .footer-logo {
  display: block;
}
@media screen and (max-width: 850px) {
  footer .footer-logo {
    margin-bottom: 1em;
  }
}
footer .footer-logo svg {
  max-width: 120px;
}
@media screen and (min-width: 850px) {
  footer .footer-logo svg {
    position: relative;
  }
}
footer .footer-block {
  margin-bottom: 4em;
}
footer .footer-block p {
  font-size: 1.3em;
  font-weight: 300;
  margin: 0;
}
footer .footer-block p:last-of-type {
  margin: 0 0 0.5em;
}
footer .footer-block p a {
  color: #660028;
  text-decoration: none;
}
footer .footer-block p a:hover {
  color: #e30613;
}
footer .footer-block .menu-footer-enquiry-emails-container ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
}
footer .footer-block .menu-footer-enquiry-emails-container ul li {
  color: #e30613;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
}
footer .footer-block .menu-footer-enquiry-emails-container ul li a {
  color: #660028;
  text-decoration: none;
}
footer .footer-block .menu-footer-enquiry-emails-container ul li a:hover {
  color: #e30613;
}
footer .footer-block-bottom {
  margin-bottom: 5px;
}
footer .footer-block-bottom.flex p {
  display: flex;
  gap: 10px;
}
footer .footer-block-bottom.flex #menu-legal-links-footer {
  display: flex;
  gap: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-block-bottom.flex #menu-legal-links-footer a {
  color: #660028;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-block-bottom.flex #menu-legal-links-footer a:hover {
  color: #e30613;
}
footer .footer-block-bottom p {
  color: #660028;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
footer .footer-block-bottom p a {
  color: #660028;
  text-decoration: none;
}
footer .footer-block-bottom p a:hover {
  color: #e30613;
}
footer .footer-grid {
  display: grid;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 850px) {
  footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 20px 0 40px;
    width: 95%;
  }
}
@media screen and (min-width: 850px) {
  footer .footer-grid.logo-first {
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr;
  }
}

@media screen and (max-width: 850px) {
  .site-content {
    padding-top: 87px;
  }
}
@media screen and (min-width: 850px) {
  .site-content {
    padding-top: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .site-content {
    padding-top: 103px;
  }
}

.single-our-portfolio {
  background: #f1f1f1;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2em;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .container {
    max-width: 970px;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1600px;
    padding: 0 1em;
  }
}
.container.position-relative {
  position: relative;
}
.container.margin-top {
  margin-top: 2em;
}
.container.margin-bottom {
  margin-bottom: 2em;
}
@media screen and (min-width: 850px) {
  .container.larger {
    padding: 0 0.5em;
  }
}

.left-container {
  max-width: 750px;
  margin-left: auto;
  padding: 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;
}
@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;
}

.alignfull {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.wp-block-image.alignfull {
  max-width: inherit;
}

.site-main {
  padding-right: 50px;
}
.site-main.clear-header {
  padding-top: 103px;
}

.clearfix {
  clear: both;
}

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

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

.primary-colour {
  color: #660028;
}

.secondary-colour {
  color: #e30613;
}

.responsive-img,
.img-responsive {
  height: auto;
  width: 100%;
}

.flex-child-center {
  align-items: center;
  display: flex;
  height: 100%;
}

.height-100 {
  height: 100%;
}

.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 {
  padding: 2em;
}

.padding-top {
  padding-top: 2em;
}

.padding-top-large {
  padding-top: 4em;
}

.padding-bottom {
  padding-bottom: 2em;
}

.padder-top {
  padding-top: 2em;
}

.no-margin {
  margin: 0 !important;
}

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

.pull-out-menu {
  background: #fff;
  box-shadow: 0px 0px 6px 1px #aaaaaa;
  cursor: pointer;
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 115;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pull-out-menu.active {
  display: flex;
  width: 350px;
}
@media screen and (max-width: 850px) {
  .pull-out-menu.active {
    width: 100vw;
  }
}
.pull-out-menu.active .pull-out-menu-content {
  opacity: 1;
  top: 0;
}
.pull-out-menu.active .pull-out-menu-btn .pimento-chilli {
  transform: rotate(25deg);
}
.pull-out-menu.active .pull-out-menu-btn .arrow-btn {
  transform: rotate(180deg);
}
.pull-out-menu .pull-out-menu-btn {
  border-right: 1px solid #f1f1f1;
  height: 100vh;
  position: relative;
  width: 50px;
}
.pull-out-menu .pull-out-menu-btn .pimento-chilli {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16%;
  position: relative;
  top: 30px;
}
.pull-out-menu .pull-out-menu-btn .arrow-btn {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  bottom: 20px;
  padding: 30%;
  position: absolute;
  width: 100%;
}
.pull-out-menu .pull-out-menu-btn .arrow-btn svg {
  width: 100%;
}
.pull-out-menu .pull-out-menu-content {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  height: 100vh;
  padding: 3em 1em 0;
  opacity: 0;
  width: 300px;
  position: relative;
  top: 10px;
  overflow-y: auto;
}
.pull-out-menu .pull-out-menu-content .title {
  color: #e30613;
  font-size: 4em;
  font-size: min(6vh, 4em);
  line-height: 1;
  margin: 0 0 0.4em;
}
.pull-out-menu .pull-out-menu-content .widget {
  margin-bottom: 2em;
}
.pull-out-menu .pull-out-menu-content .widget:last-of-type {
  padding-bottom: 2em;
}
.pull-out-menu .pull-out-menu-content .widget h2 {
  color: #660028;
  line-height: 1;
  margin: 0;
  font-size: min(4vh, 4em);
}
.pull-out-menu .pull-out-menu-content .widget p {
  color: #660028;
  font-size: min(2.5vh, 1em);
}
.pull-out-menu .pull-out-menu-content .widget iframe {
  max-width: 100%;
}
.pull-out-menu .pull-out-menu-content .widget a {
  align-items: center;
  color: #660028;
  background-color: unset;
  border: 2px solid #e30613;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.2em;
  display: inline-flex;
  border-radius: 25px;
  margin: 0.2em 0;
  padding: 0.4em 1.4em 0.24em;
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.pull-out-menu .pull-out-menu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.pull-out-menu .pull-out-menu-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.pull-out-menu .pull-out-menu-content::-webkit-scrollbar-thumb {
  background-color: #660028;
}

.bullet-heading {
  color: #660028;
}
@media screen and (max-width: 850px) {
  .bullet-heading:before {
    position: relative;
    top: 12px;
  }
}
.bullet-heading:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='45px' id='Capa_1' style='enable-background:new 0 0 92 92;' version='1.1' viewBox='0 0 92 92' width='45px' xml:space='preserve'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23e30613' d='M45.998,0C20.594,0,0,20.595,0,46c0,25.406,20.594,46,45.998,46C71.404,92,92,71.407,92,46C92,20.595,71.404,0,45.998,0z M46,61c-8.283,0-15-6.717-15-15s6.717-15,15-15s15,6.717,15,15S54.283,61,46,61z'/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  width: 45px;
}

.g-recaptcha {
  clear: both;
  margin-bottom: 1em;
}

@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul {
    background: #8f0038;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    position: fixed;
    z-index: 99;
    padding: 92px 85px 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: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.main-navigation .menu-primary-container ul li.menu-item-has-children {
  position: relative;
}
.main-navigation .menu-primary-container ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: initial;
}
.main-navigation .menu-primary-container ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: initial;
  z-index: 200;
}
.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: #fff;
    color: #660028;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 72px 90px 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;
    visibility: initial;
  }
}
@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: #660028;
  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: 10px 8px;
    /* &.menu-item-129 {
        border:2px solid $secondary_colour;
        border-radius:20px;
        height: 44px;
        padding-left:10px;
        padding-right:10px;
    }*/
  }
  .main-navigation .menu-primary-container ul li.menu-item-has-children > .sub-menu.active {
    opacity: 1;
    top: 48px;
    z-index: 10;
    visibility: initial;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-primary-container ul li {
    padding: 40px 40px 40px 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: #e30613;
}
.main-navigation .menu-primary-container ul li a {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  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 #fff;
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li a {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation .menu-primary-container ul li a {
    font-size: 1em;
    padding: 0;
  }
}
.main-navigation .menu-primary-container ul li a:hover {
  color: #e30613;
}
.main-navigation .menu-primary-container ul li .sub-menu {
  background: #fff;
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu {
    background-color: #fff;
    border-bottom: 4px solid #e30613;
    padding: 0;
    position: absolute;
    margin: 0;
    padding: 1.5em 1.5em 0.2em;
    width: unset;
    left: -35px;
    top: 85px;
    z-index: -1;
    min-width: 180px;
    visibility: hidden;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li {
  position: relative;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li {
    font-size: 16px;
  }
}
@media screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li {
    border: none;
    padding: 0;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li a {
  color: #660028;
  border-bottom: 0.5px solid #660028;
}
.main-navigation .menu-primary-container ul li .sub-menu li a:hover {
  color: #e30613;
}
@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;
    color: #660028;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  min-width: 200px;
  padding: 1.5em 1.5em 0.2em;
  background-color: #eee;
}
@media screen and (max-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li .sub-menu {
    display: block;
    background: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 72px 90px 0 2em;
    margin-bottom: 0;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  .main-navigation .menu-primary-container ul li .sub-menu li .sub-menu.active {
    opacity: 1;
    right: 0;
    visibility: initial;
  }
  .main-navigation .menu-primary-container ul li .sub-menu li .sub-menu li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 850px) {
  .main-navigation .menu-primary-container ul li .sub-menu li .sub-menu {
    left: 160px;
  }
}
.main-navigation .menu-primary-container ul li .sub-menu li .sub-menu li a {
  color: #660028;
}
.main-navigation .menu-primary-container ul li .sub-menu li .sub-menu li a:hover {
  color: #e30613;
}

.hamburger-menu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 70px;
  top: 15px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.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: #fff;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.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: #660028;
}

.page-hero-container {
  position: relative;
}

.page-hero.home {
  height: 550px;
  opacity: 1;
  overflow: hidden;
  padding-top: 134px;
}
@media screen and (min-width: 550px) {
  .page-hero.home {
    height: 600px;
  }
}
@media screen and (min-width: 850px) {
  .page-hero.home {
    display: flex;
    height: 700px;
    padding-top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .page-hero.home {
    height: 780px;
  }
}
.page-hero.home .page-hero-img {
  background-position: left 25% bottom 40px, center center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: auto 50%, cover !important;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.page-hero.home .page-hero-img.onScreen {
  opacity: 1;
  transform: scale(1.05);
}
.page-hero.home .page-hero-img .container {
  align-items: center;
  display: flex;
  height: 100%;
}
.page-hero.home .page-hero-content {
  align-self: center;
  background: url("/wp-content/themes/crush-theme/assets/img/frontend/hero/hero-home-text-bg.png");
  background-size: 100%;
  padding: 4em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .page-hero.home .page-hero-content {
    padding: 2em 0;
    width: 100%;
  }
}
.page-hero.home .page-hero-content.text {
  color: #fff;
  font-family: "Bebas Neue", Arial, cursive;
  line-height: 1;
  width: 100%;
}
.page-hero.home .page-hero-content.text .h1 {
  font-size: 3.2em;
  font-weight: 100;
  line-height: 1.3;
  margin: 0 0 10px;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-hero.home .page-hero-content.text .h1.onScreen {
  opacity: 1;
  top: 0;
}
.page-hero.home .page-hero-content.text p {
  font-weight: 400;
  padding: 0 4em;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .page-hero.home .page-hero-content.text p {
    padding: 0 2em;
  }
}
.page-hero.home .page-hero-content.text p.onScreen {
  opacity: 1;
  top: 0;
}
.page-hero.home .page-hero-content .btn, .page-hero.home .page-hero-content .home-section-five .hot-blocks a, .home-section-five .hot-blocks .page-hero.home .page-hero-content a {
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 20px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.page-hero.home .page-hero-content .btn.onScreen, .page-hero.home .page-hero-content .home-section-five .hot-blocks a.onScreen, .home-section-five .hot-blocks .page-hero.home .page-hero-content a.onScreen {
  opacity: 1;
  right: 0;
}
.page-hero.page {
  height: 200px;
  margin-bottom: 2em;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 850px) {
  .page-hero.page {
    display: flex;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .page-hero.page {
    height: 400px;
  }
}
.page-hero.page .page-hero-img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.page-hero.page .page-hero-img.onScreen {
  opacity: 1;
  transform: scale(1.05);
}
.page-hero.page .page-hero-img .container {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
}
.page-hero.page .page-hero-content {
  align-self: center;
  background: url("/wp-content/themes/crush-theme/assets/img/frontend/hero/hero-page-text-bg.png");
  background-position: center;
  background-size: 100% 100%;
  padding: 4em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .page-hero.page .page-hero-content {
    width: 100%;
  }
}
.page-hero.page .page-hero-content.text {
  color: #fff;
  display: inline-block;
  font-family: "Bebas Neue", Arial, cursive;
  line-height: 1;
  width: auto;
}
.page-hero.page .page-hero-content.text .h1 {
  font-size: 3.2em;
  font-weight: 100;
  line-height: 1.3;
  margin: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 850px) {
  .page-hero.page .page-hero-content.text .h1 {
    font-size: 2.2em;
  }
}
.page-hero.page .page-hero-content.text .h1.onScreen {
  opacity: 1;
  top: 0;
}
.page-hero.page.plan .page-hero-content {
  background: url("/wp-content/themes/crush-theme/assets/img/frontend/hero/hero-page-text-bg-plan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-hero.news {
  height: 200px;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 850px) {
  .page-hero.news {
    display: flex;
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .page-hero.news {
    height: 400px;
  }
}
.page-hero.news .page-hero-img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.page-hero.news .page-hero-img.onScreen {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
span.blink {
  animation: blink 1.5s infinite;
  color: #e30613;
}
span.blink.white {
  color: #fff;
}
span.blink.primary {
  color: #660028;
}

tspan.white {
  color: #fff;
}
tspan.primary {
  color: #660028;
}
tspan.blink {
  animation: blink 1.5s infinite;
  color: #e30613;
}

.home-section-one {
  background-image: url("/wp-content/themes/crush-theme/assets/img/frontend/hero/home.jpg");
  background-size: cover;
  align-items: center;
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 550px) {
  .home-section-one {
    padding: 4em 0;
  }
}
@media screen and (max-width: 850px) {
  .home-section-one {
    background: #660028;
  }
}
.home-section-one h1 {
  color: #fff;
  margin: 0 0 0.2em;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  .home-section-one h1 {
    margin: 0 0 1em;
  }
}
.home-section-one h1 span {
  color: #e30613;
}
.home-section-one .small-text {
  color: #fff;
  font-size: 1.5em;
  max-width: 55%;
}
.home-section-one .btn, .home-section-one .home-section-five .hot-blocks a, .home-section-five .hot-blocks .home-section-one a {
  background-color: #fff;
  color: #660028;
  border: none;
}
.home-section-one .btn:hover, .home-section-one .home-section-five .hot-blocks a:hover, .home-section-five .hot-blocks .home-section-one a:hover {
  background-color: #e30613;
  color: #fff;
}
.home-section-one .scroll-button {
  background: #7d243f;
  bottom: 0;
  padding: 1em 0;
  position: absolute;
  width: 100%;
}
.home-section-one .scroll-button:hover {
  background: #912a49;
  cursor: pointer;
}
.home-section-one .scroll-button a {
  text-decoration: none;
}
.home-section-one .scroll-button h2 {
  color: #fff;
  margin: 0;
}

.home-section-two {
  align-items: center;
  background: #520020;
  display: flex;
  padding: 30px 0;
  min-height: 100vh;
}
@media only screen and (min-width: 850px) {
  .home-section-two {
    padding: 150px 0;
  }
}
.home-section-two .h1 {
  color: #fff;
  margin: 0 0 0.2em;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  bottom: 15px;
}
.home-section-two .h1.onScreen {
  opacity: 1;
  bottom: 0;
}
.home-section-two .h1 span {
  color: #e30613;
}
.home-section-two .h1 .font-secondary {
  font-family: "JustLovely", Arial, cursive;
  font-size: 2em;
  line-height: 0.2em;
}
.home-section-two .home-section-two-paragraphs {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 15px;
  margin-bottom: 40px;
}
.home-section-two .home-section-two-paragraphs.onScreen {
  opacity: 1;
  top: 0;
}
.home-section-two .home-section-two-paragraphs p {
  color: #fff;
  font-size: 1.3em;
}
@media only screen and (min-width: 550px) {
  .home-section-two .home-section-two-paragraphs {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 850px) {
  .home-section-two .home-section-two-paragraphs {
    margin-bottom: 0;
  }
}
.home-section-two .video-title {
  color: #fff;
}
.home-section-two .video-container iframe {
  width: 100%;
  min-height: 350px;
}
.home-section-two .btn, .home-section-two .home-section-five .hot-blocks a, .home-section-five .hot-blocks .home-section-two a {
  background-color: #fff;
  color: #660028;
  border: none;
}
.home-section-two .btn:hover, .home-section-two .home-section-five .hot-blocks a:hover, .home-section-five .hot-blocks .home-section-two a:hover {
  background-color: #e30613;
  color: #fff;
}

.home-section-three {
  background: #fff;
  align-items: center;
  display: flex;
  padding: 30px 0;
}
@media only screen and (min-width: 850px) {
  .home-section-three {
    padding: 150px 0;
  }
}
.home-section-three .title {
  margin-bottom: 0;
}
.home-section-three .subtitle {
  margin-bottom: 70px;
}
.home-section-three .items {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 550px) {
  .home-section-three .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .home-section-three .items {
    grid-template-columns: repeat(5, 1fr);
  }
}
.home-section-three .items .item {
  align-content: space-between;
}
.home-section-three .items .item .item-title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 550px) {
  .home-section-three .items .item .item-text {
    min-height: 80px;
  }
}

.home-section-four {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  bottom: 15px;
  min-height: 100vh;
  padding: 30px 0;
}
.home-section-four.onScreen {
  opacity: 1;
  bottom: 0;
}
@media only screen and (min-width: 850px) {
  .home-section-four {
    padding: 150px 0;
  }
}
.home-section-four h2,
.home-section-four p,
.home-section-four .pale {
  color: #fff;
}
.home-section-four h2 {
  margin-bottom: 30px;
}
.home-section-four p {
  font-size: 1.3em;
  margin: 0;
}
.home-section-four a {
  font-size: 1em;
  text-decoration: none;
  margin: 0;
}
.home-section-four a:hover {
  color: #fff;
}

.home-section-five {
  background: #fff;
  align-items: center;
  display: flex;
  padding: 30px 0;
  min-height: 50vh;
}
@media only screen and (min-width: 850px) {
  .home-section-five {
    padding: 100px 0;
  }
}
.home-section-five .title {
  color: #e30613;
  font-size: 3.75em;
}
.home-section-five .hot-blocks .margin-adjust {
  margin-bottom: 30px;
  margin-top: auto;
}
.home-section-five .hot-blocks p {
  font-size: 1em;
}
.home-section-five .hot-blocks .widgettitle {
  font-size: 2.5em;
  color: #660028;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .home-section-five .hot-blocks .textwidget p:nth-child(1) {
    min-height: 105px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.home-section-five .hot-blocks a {
  color: #660028 !important;
}
.home-section-five .hot-blocks a:hover {
  color: #fff !important;
}
.home-section-five .hot-blocks .spacer {
  margin-bottom: 60px;
}
@media only screen and (min-width: 850px) {
  .home-section-five .hot-blocks .spacer {
    margin-bottom: 0;
  }
}
.home-section-five .second-btn {
  border-color: #9d9d9c;
  margin-left: 5px;
}

.large-section-heading {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 4em 0 1em;
}
@media screen and (min-width: 850px) {
  .large-section-heading {
    padding: 6em 0 1em;
  }
}
.large-section-heading h1 {
  font-size: min(6vw, 120px);
  line-height: 1;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 850px) {
  .large-section-heading h1 {
    font-size: min(13vw, 120px);
  }
}
.large-section-heading h1 .font-secondary {
  font-size: 2em;
  line-height: 0.2em;
}
.large-section-heading h2 {
  font-size: min(6vw, 120px);
  line-height: 1;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 850px) {
  .large-section-heading h2 {
    font-size: min(13vw, 120px);
  }
}
.large-section-heading h2 .font-secondary {
  font-size: 2em;
  line-height: 0.2em;
}
.large-section-heading p {
  color: #660028;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 15px;
}
.large-section-heading p.onScreen {
  opacity: 1;
  top: 0;
}

.contact-section {
  align-items: center;
  background: #520020;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40% auto;
  display: flex;
  min-height: 1000px;
  padding: 4em 0;
}
@media screen and (max-width: 850px) {
  .contact-section {
    height: auto;
    min-height: unset;
    padding: 8em 0;
  }
}
.contact-section h2 {
  color: #fff;
  margin: 0 0 0.5em;
}
.contact-section h2 span {
  color: #e30613;
}
.contact-section h2 .font-secondary {
  font-family: "JustLovely", Arial, cursive;
  font-size: 2em;
  line-height: 0.2em;
}
.contact-section p {
  color: #e30613;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
}
.contact-section p:last-of-type {
  margin-bottom: 1em;
}
.contact-section p a {
  color: #fff;
  text-decoration: none;
}
.contact-section p a:hover {
  color: #e30613;
}
.contact-section .contact-social {
  display: block;
  margin: 10px 0;
}
.contact-section .contact-social a {
  margin: 0 5px;
  text-decoration: none;
}
.contact-section .contact-social a:hover svg {
  transform: scale(1.18);
}
.contact-section .contact-social a:hover svg path {
  fill: #e30613;
}
.contact-section .contact-social a:hover svg .play-section {
  fill: #fff;
}
.contact-section .contact-social a svg {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section .contact-social a svg path {
  transition: fill 0.3s;
}

.why-us-template .why-us-section-one {
  align-items: center;
  background: #520020;
  background-image: url("/wp-content/themes/crush-theme/assets/img/frontend/home/p.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30% auto;
  display: flex;
  padding: 4em 0 6em;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-one {
    height: auto;
    padding: 4em 0;
  }
}
@media screen and (min-width: 850px) and (min-height: 770px) {
  .why-us-template .why-us-section-one {
    height: calc(100vh - 103px);
    padding: 0;
    min-height: 667px;
  }
}
.why-us-template .why-us-section-one.onScreen {
  background-size: 40% auto;
}
.why-us-template .why-us-section-one h1 {
  margin-bottom: 0.4em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-one h1 {
    margin-bottom: 1em;
  }
}
.why-us-template .why-us-section-one h1.onScreen {
  opacity: 1;
  top: 0;
}
.why-us-template .why-us-section-one .line-block {
  height: 100%;
  padding: 0 4em 2em;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-one .line-block {
    margin-bottom: 2em;
    padding: 0 1em 2em 0;
  }
}
@media screen and (min-width: 850px) {
  .why-us-template .why-us-section-one .line-block {
    border-right: 5px solid #e30613;
  }
}
.why-us-template .why-us-section-one .line-block.first {
  padding: 0 4em 2em 0;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-one .line-block.first {
    padding: 0 1em 2em 0;
  }
}
.why-us-template .why-us-section-one .line-block.last {
  border: none;
  padding: 0 0 2em 4em;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-one .line-block.last {
    padding: 0 1em 2em 0;
  }
}
.why-us-template .why-us-section-one .line-block h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.why-us-template .why-us-section-one .line-block p {
  color: #fff;
  font-weight: 300;
}
.why-us-template .why-us-section-two {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  min-height: 789px;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-two {
    height: auto;
    padding: 4em 0;
  }
}
.why-us-template .why-us-section-two h2 {
  font-size: min(6vw, 120px);
  line-height: 1;
  margin: 0 0 0.2em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  bottom: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-two h2 {
    font-size: min(13vw, 120px);
    margin: 0 0 0.5em;
  }
}
.why-us-template .why-us-section-two h2.onScreen {
  opacity: 1;
  bottom: 0;
}
.why-us-template .why-us-section-two h2 .font-secondary {
  font-size: 2em;
  line-height: 0.2em;
}
.why-us-template .why-us-section-two .why-us-section-two-paragraph {
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.why-us-template .why-us-section-two .why-us-section-two-paragraph.onScreen {
  opacity: 1;
  top: 0;
}
.why-us-template .why-us-section-two .why-us-section-two-paragraph p {
  color: #e30613;
}
.why-us-template .why-us-section-two .circle-block {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-two .circle-block {
    margin: 1em 0;
  }
}
.why-us-template .why-us-section-two .circle-block svg {
  width: 100%;
}
.why-us-template .why-us-section-two .circle-block.onScreen {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 850px) {
  .why-us-template .why-us-section-two .circle-block.circle-block-one {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 850px) {
  .why-us-template .why-us-section-two .circle-block.circle-block-two {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}
@media screen and (min-width: 850px) {
  .why-us-template .why-us-section-two .circle-block.circle-block-three {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
.why-us-template .why-us-section-three {
  align-items: center;
  background: #f1f1f1;
  display: flex;
  height: 100vh;
  min-height: 789px;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-three {
    height: auto;
    padding: 4em 0;
  }
}
.why-us-template .why-us-section-three h2 {
  font-size: min(6vw, 120px);
  line-height: 1;
  margin: 0 0 0.4em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  bottom: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .why-us-template .why-us-section-three h2 {
    font-size: min(13vw, 120px);
    margin: 0 0 0.5em;
  }
}
.why-us-template .why-us-section-three h2.onScreen {
  opacity: 1;
  bottom: 0;
}
.why-us-template .why-us-section-three h2 .font-secondary {
  font-size: 2em;
  line-height: 0.2em;
}
.why-us-template .why-us-section-three h3 {
  font-size: min(6vw, 60px);
  margin-bottom: 5px;
}
.why-us-template .why-us-section-three .why-us-section-three-paragraph {
  margin-bottom: 2em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.why-us-template .why-us-section-three .why-us-section-three-paragraph.onScreen {
  opacity: 1;
  top: 0;
}
.why-us-template .why-us-section-three .why-us-section-three-paragraph p {
  color: #660028;
}
.why-us-template .why-us-section-three .bullets h3 {
  font-size: 2.6em;
  margin-bottom: 0;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 10px;
}
.why-us-template .why-us-section-three .bullets h3.onScreen {
  opacity: 1;
  right: 0;
}
.why-us-template .why-us-section-three .bullets p {
  margin-left: 75px;
  margin-bottom: 2em;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 10px;
}
.why-us-template .why-us-section-three .bullets p.onScreen {
  opacity: 1;
  right: 0;
}

.how-we-work-template .how-we-work-section-one {
  align-items: center;
  background: #e30613;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40% auto;
  display: flex;
  padding: 4em 0 6em;
}
@media screen and (max-width: 850px) {
  .how-we-work-template .how-we-work-section-one {
    height: auto;
    min-height: unset;
    padding: 4em 0;
  }
}
@media screen and (min-width: 850px) and (min-height: 770px) {
  .how-we-work-template .how-we-work-section-one {
    height: calc(100vh - 103px);
    padding: 0;
    min-height: 667px;
  }
}
.how-we-work-template .how-we-work-section-one .how-we-work-text .line-break {
  position: relative;
  z-index: 5;
  height: 8px;
  width: 100%;
}
.how-we-work-template .how-we-work-section-one .how-we-work-text .sub-text {
  color: #fff;
  padding: 50px 50px 50px 0;
}
@media only screen and (min-width: 1240px) {
  .how-we-work-template .how-we-work-section-one .how-we-work-text .sub-text {
    padding: 50px 100px 50px 0;
  }
}
.how-we-work-template .how-we-work-section-one h1 {
  margin-bottom: 0.4em;
  position: relative;
}
.how-we-work-template .how-we-work-section-one h1.onScreen {
  opacity: 1;
  left: 0;
  top: 0;
}
.how-we-work-template .how-we-work-section-one .circle {
  align-items: center;
}
@media screen and (max-width: 850px) {
  .how-we-work-template .how-we-work-section-one .circle {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 850px) {
  .how-we-work-template .how-we-work-section-one .circle {
    display: flex;
    position: relative;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    left: -20px;
    bottom: -5px;
  }
  .how-we-work-template .how-we-work-section-one .circle.onScreen {
    left: 0;
    bottom: 0;
  }
}
.how-we-work-template .how-we-work-section-one .horizontal-line-container {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 100%;
}
@media screen and (max-width: 850px) {
  .how-we-work-template .how-we-work-section-one .horizontal-line-container {
    display: none;
  }
}
.how-we-work-template .how-we-work-section-one .horizontal-line-container.onScreen {
  opacity: 1;
  right: 0;
}
.how-we-work-template .how-we-work-section-one .horizontal-line-container .horizontal-line {
  background: #fff;
  height: 10px;
  width: 100%;
}
.how-we-work-template .how-we-work-section-one .video-block-container {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 100px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.how-we-work-template .how-we-work-section-one .video-block-container.onScreen {
  opacity: 1;
  right: 0;
}
.how-we-work-template .how-we-work-section-one .video-block-container.members {
  align-items: baseline;
}
.how-we-work-template .how-we-work-section-one .video-block-container.members .video-block {
  height: 200px;
  width: 65%;
}
@media screen and (max-width: 850px) {
  .how-we-work-template .how-we-work-section-one .video-block-container.members .video-block {
    height: 250px;
    width: 100%;
  }
}
.how-we-work-template .how-we-work-section-one .video-block-container .video-block {
  background-position: center !important;
  background-size: cover !important;
  border: 10px solid #fff;
  height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .how-we-work-template .how-we-work-section-one .video-block-container .video-block {
    height: 250px;
  }
}
.how-we-work-template .how-we-work-section-one .video-block-container .video-block span {
  color: #fff;
}
.how-we-work-template .how-we-work-section-one .video-block-container .video-block .play-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100px' viewBox='0 0 48 48' width='100px'%3E%3Cpath d='M-838-2232H562v3600H-838z' fill='none'/%3E%3Cpath d='M16 10v28l22-14z' fill='%23ffffff'/%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3C/svg%3E");
  height: 100px;
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
  background-color: #313131;
}
.how-we-work-template .how-we-work-section-one .video-block-container {
  position: relative;
  z-index: 1;
}

.portfolio-template .our-portfolio .portfolio-block {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.portfolio-template .our-portfolio .portfolio-block.active {
  background: #f1f1f1;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio {
  border: 1px solid #ececec;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio:before {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  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 48 48' height='40px' id='Layer_1' version='1.1' viewBox='0 0 48 48' width='40px' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,0C10.745,0,0,10.746,0,24c0,13.255,10.745,24,24,24s24-10.744,24-24C48,10.746,37.255,0,24,0z M24.029,43.844c-11.023,0-19.959-8.936-19.959-19.958S13.006,3.926,24.029,3.926c11.022,0,19.959,8.936,19.959,19.959 S35.052,43.844,24.029,43.844z' fill='%23660028'/%3E%3Cpath d='M32.56,21.902h-6.458l0.008-6.576c-0.026-0.454-0.221-1.354-1.331-1.356L23.2,13.968 c-1.181-0.001-1.282,1.165-1.288,1.47l-0.008,6.463h-6.607c-1.22,0-1.323,0.941-1.328,1.21v1.809 c0.006,0.247,0.107,1.178,1.328,1.178h6.602l-0.008,6.602c-0.002,1.219,0.939,1.324,1.209,1.33l1.809,0.002 c0.247-0.006,1.178-0.107,1.18-1.326l0.008-6.607h6.581c0.454-0.027,1.354-0.223,1.354-1.333v-1.578 C34.031,22.007,32.865,21.908,32.56,21.902z' fill='%23660028'/%3E%3C/g%3E%3C/svg%3E");
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 40px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  right: 0;
  width: 40px;
  z-index: 10;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio:hover {
  cursor: pointer;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio:hover:before {
  bottom: calc(50% - 20px);
  opacity: 1;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio.prevent-click:before {
  display: none;
}
.portfolio-template .our-portfolio .portfolio-block.pop-up-grid-link-portfolio.prevent-click:hover {
  cursor: context-menu;
}
.portfolio-template .our-portfolio .portfolio-block img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block img {
    width: 70%;
  }
}
.portfolio-template .our-portfolio .portfolio-block-more-details {
  display: block;
  padding: 2em 0;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details {
    background: rgba(201, 201, 201, 0.95);
    text-align: center;
  }
}
@media screen and (min-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details {
    padding: 6em 0;
  }
}
.portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-title {
  font-size: 3.2em;
  line-height: 1.2;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-title {
    color: #fff;
    font-size: min(13vw, 120px);
  }
}
@media screen and (min-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-title {
    padding: 0 2em 2em;
  }
}
.portfolio-template .our-portfolio .portfolio-block-more-details h3 {
  color: #660028;
  font-size: 1.1em;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details h3 {
    color: #fff;
  }
}
.portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-website {
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-website {
    color: #fff;
  }
}
.portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-disciplines {
  color: #660028;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1em;
}
@media screen and (max-width: 850px) {
  .portfolio-template .our-portfolio .portfolio-block-more-details .pop-up-grid-disciplines {
    color: #fff;
  }
}
.portfolio-template .our-portfolio .portfolio-block-extended {
  display: none;
}
.members-template .members-section-1 {
  align-items: center;
  background: #e30613;
  background-image: url("/wp-content/themes/crush-theme/assets/img/frontend/home/p.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 0% auto;
  display: flex;
  padding: 6em 0;
  min-height: 789px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .members-template .members-section-1 {
    height: auto;
    min-height: unset;
    padding: 8em 0;
  }
}
.members-template .members-section-1.onScreen {
  background-size: 40% auto;
}
.members-template .members-section-1 h1 {
  color: #fff;
  margin: 0 0 0.5em;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 850px) {
  .members-template .members-section-1 h1 {
    font-size: min(13vw, 120px);
  }
}
.members-template .members-section-1 h1.onScreen {
  opacity: 1;
  top: 0;
}
.members-template .members-section-1 h1 span {
  color: #660028;
}
.members-template .members-section-1 h1 .font-secondary {
  font-family: "JustLovely", Arial, cursive;
  font-size: 2em;
  line-height: 0.2em;
}
.members-template .members-section-1 .wp-block-button__link {
  background: #e30613;
  border: 2px solid #660028;
  border-radius: 30px;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.5em;
  padding: 5px 15px 2px;
}
.members-template .members-section-1 .wp-block-button__link:hover {
  background: #99003c;
}
.members-template .members-section-1 p {
  color: #fff;
}
.members-template .members-section-1 p.contact-details {
  color: #660028;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
}
.members-template .members-section-1 p.contact-details:last-of-type {
  margin-bottom: 1em;
}
.members-template .members-section-1 p.contact-details a {
  color: #fff;
  text-decoration: none;
}
.members-template .members-section-1 p.contact-details a:hover {
  color: #e30613;
}
.members-template .members-section-1 .video-block-container {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  right: 100px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.members-template .members-section-1 .video-block-container.onScreen {
  opacity: 1;
  right: 0;
}
.members-template .members-section-1 .video-block-container.members {
  align-items: baseline;
}
.members-template .members-section-1 .video-block-container.members .video-block {
  height: 200px;
  width: 65%;
}
@media screen and (max-width: 850px) {
  .members-template .members-section-1 .video-block-container.members .video-block {
    height: 250px;
    width: 100%;
  }
}
.members-template .members-section-1 .video-block-container .video-block {
  background-position: center !important;
  background-size: cover !important;
  border: 10px solid #fff;
  height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .members-template .members-section-1 .video-block-container .video-block {
    height: 250px;
  }
}
.members-template .members-section-1 .video-block-container .video-block span {
  color: #fff;
}
.members-template .members-section-1 .video-block-container .video-block .play-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100px' viewBox='0 0 48 48' width='100px'%3E%3Cpath d='M-838-2232H562v3600H-838z' fill='none'/%3E%3Cpath d='M16 10v28l22-14z' fill='%23ffffff'/%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3C/svg%3E");
  height: 100px;
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
  background-color: #313131;
}
.members-template .members-contact .bg-primary {
  background: #660028;
}
.members-template .members-contact .bg-grey {
  background: #f1f1f1;
}
.members-template .members-contact .padding {
  padding: 4em 0;
}
@media screen and (min-width: 850px) {
  .members-template .members-contact .padding {
    padding: 4em 2em;
  }
}
@media screen and (min-width: lg) {
  .members-template .members-contact .padding {
    padding: 6em 2em;
  }
}
@media screen and (min-width: 1200px) {
  .members-template .members-contact .members-form {
    padding-right: 4em;
  }
}
.members-template .members-contact .members-form h2 {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .members-template .members-contact .additional-info {
    padding-left: 4em;
  }
}
.members-template .members-contact .additional-info h2 {
  color: #660028;
}
.members-template .members-contact .additional-info p {
  margin-bottom: 2em;
}
.members-template .members-contact .additional-info .btn, .members-template .members-contact .additional-info .home-section-five .hot-blocks a, .home-section-five .hot-blocks .members-template .members-contact .additional-info a {
  border-color: #e30613;
  color: #660028;
  margin-bottom: 2em;
}
.members-template .members-contact .additional-info .btn:hover, .members-template .members-contact .additional-info .home-section-five .hot-blocks a:hover, .home-section-five .hot-blocks .members-template .members-contact .additional-info a:hover {
  color: #fff;
}

.contact-template .contact-section-1 {
  align-items: center;
  background: #660028;
  background-image: url("/wp-content/themes/crush-theme/assets/img/frontend/home/p.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 0% auto;
  display: flex;
  padding: 6em 0;
  min-height: 789px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 850px) {
  .contact-template .contact-section-1 {
    height: auto;
    min-height: unset;
    padding: 8em 0;
  }
}
.contact-template .contact-section-1.onScreen {
  background-size: 40% auto;
}
.contact-template .contact-section-1 h1 {
  color: #fff;
  margin: 0 0 0.5em;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 850px) {
  .contact-template .contact-section-1 h1 {
    font-size: min(13vw, 120px);
  }
}
.contact-template .contact-section-1 h1.onScreen {
  opacity: 1;
  top: 0;
}
.contact-template .contact-section-1 h1 span {
  color: #e30613;
}
.contact-template .contact-section-1 h1 .font-secondary {
  font-family: "JustLovely", Arial, cursive;
  font-size: 2em;
  line-height: 0.2em;
}
.contact-template .contact-section-1 .wp-block-button__link {
  background: #e30613;
  border: 2px solid #660028;
  border-radius: 30px;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 3em;
  padding: 5px 15px 2px;
}
.contact-template .contact-section-1 .wp-block-button__link:hover {
  background: #99003c;
}
.contact-template .contact-section-1 p {
  color: #fff;
}
.contact-template .contact-section-1 p.contact-details {
  color: #660028;
  font-size: 1.4em;
  font-weight: 300;
  margin: 0;
}
.contact-template .contact-section-1 p.contact-details:last-of-type {
  margin-bottom: 1em;
}
.contact-template .contact-section-1 p.contact-details a {
  color: #fff;
  text-decoration: none;
}
.contact-template .contact-section-1 p.contact-details a:hover {
  color: #e30613;
}
.contact-template .contact-section-1 #activedemand_forms_0 .activedemand-button-container a .btn, .contact-template .contact-section-1 #activedemand_forms_0 .activedemand-button-container a .home-section-five .hot-blocks a, .home-section-five .hot-blocks .contact-template .contact-section-1 #activedemand_forms_0 .activedemand-button-container a a,
.contact-template .contact-section-1 #activedemand_forms_1 .activedemand-button-container a .btn,
.contact-template .contact-section-1 #activedemand_forms_1 .activedemand-button-container a .home-section-five .hot-blocks a,
.home-section-five .hot-blocks .contact-template .contact-section-1 #activedemand_forms_1 .activedemand-button-container a a {
  border-color: #e30613;
}

.page-content.page-content-portfolio .back-btn {
  color: #e30613;
  display: inline-block;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  text-decoration: none;
}
.page-content.page-content-portfolio .back-btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' id='chevron-left' viewBox='0 0 32 32' width='32'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23e20612'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 8px;
  width: 32px;
}
@media screen and (max-width: 850px) {
  .page-content.page-content-portfolio .back-btn:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' id='chevron-left' viewBox='0 0 32 32' width='18'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23e20612'/%3E%3C/svg%3E");
    height: 18px;
    top: 3px;
    width: 18px;
  }
}
.page-content.page-content-portfolio .back-btn:hover {
  color: #660028;
}
.page-content.page-content-portfolio .back-btn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' id='chevron-left' viewBox='0 0 32 32' width='32'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23660028'/%3E%3C/svg%3E");
}
@media screen and (max-width: 850px) {
  .page-content.page-content-portfolio .back-btn:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' id='chevron-left' viewBox='0 0 32 32' width='18'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23660028'/%3E%3C/svg%3E");
    height: 18px;
    top: 3px;
    width: 18px;
  }
}
.page-content.page-content-portfolio h1 {
  color: #e30613;
  margin-bottom: 15px;
  font-size: min(12vw, 120px);
}
@media screen and (min-width: 550px) {
  .page-content.page-content-portfolio h1 {
    font-size: min(10vw, 120px);
  }
}
@media screen and (min-width: 850px) {
  .page-content.page-content-portfolio h1 {
    font-size: min(7vw, 120px);
  }
}
@media screen and (min-width: 1200px) {
  .page-content.page-content-portfolio h1 {
    font-size: min(6vw, 120px);
  }
}
.page-content.page-content-portfolio .disciplines-covered {
  color: #660028;
}
.page-content.page-content-portfolio .disciplines-covered span {
  color: #660028;
  margin: 0;
}
.page-content.page-content-portfolio .disciplines-covered p {
  line-height: 1.4;
}
.page-content.page-content-portfolio .website {
  color: #e30613;
  display: block;
  font-size: 1em;
  margin: 1em 0 0.5em;
  text-decoration: none;
}
.page-content.page-content-portfolio p {
  color: #660028;
}

.our-people {
  background: #660028;
}
.our-people .our-people-block {
  align-items: center;
  display: flex;
  height: 250px;
  overflow: hidden;
  position: relative;
  /*            &.active {
                  background:$white_alt_colour;
              }*/
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block {
    height: 150px;
  }
}
.our-people .our-people-block:hover picture img {
  transform: scale(1.1);
}
.our-people .our-people-block picture {
  height: 100%;
  width: 100%;
}
.our-people .our-people-block picture img {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: sepia(100%) saturate(300%) brightness(40%) hue-rotate(296deg);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.our-people .our-people-block span {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  color: #fff;
  left: 0;
  line-height: 0.8;
  margin: 20px 0 0 0;
  right: 0;
  z-index: 3;
}
.our-people .our-people-block span small {
  color: #e30613;
  font-size: 0.6em;
}
.our-people .our-people-block.pop-up-grid-link-portfolio {
  border: 1px solid #fbfbfb;
}
.our-people .our-people-block.pop-up-grid-link-portfolio:before {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  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 48 48' height='40px' id='Layer_1' version='1.1' viewBox='0 0 48 48' width='40px' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M24,0C10.745,0,0,10.746,0,24c0,13.255,10.745,24,24,24s24-10.744,24-24C48,10.746,37.255,0,24,0z M24.029,43.844c-11.023,0-19.959-8.936-19.959-19.958S13.006,3.926,24.029,3.926c11.022,0,19.959,8.936,19.959,19.959 S35.052,43.844,24.029,43.844z' fill='%23660028'/%3E%3Cpath d='M32.56,21.902h-6.458l0.008-6.576c-0.026-0.454-0.221-1.354-1.331-1.356L23.2,13.968 c-1.181-0.001-1.282,1.165-1.288,1.47l-0.008,6.463h-6.607c-1.22,0-1.323,0.941-1.328,1.21v1.809 c0.006,0.247,0.107,1.178,1.328,1.178h6.602l-0.008,6.602c-0.002,1.219,0.939,1.324,1.209,1.33l1.809,0.002 c0.247-0.006,1.178-0.107,1.18-1.326l0.008-6.607h6.581c0.454-0.027,1.354-0.223,1.354-1.333v-1.578 C34.031,22.007,32.865,21.908,32.56,21.902z' fill='%23660028'/%3E%3C/g%3E%3C/svg%3E");
  border-radius: 20px;
  bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 40px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  right: 0;
  width: 40px;
  z-index: 10;
}
.our-people .our-people-block.pop-up-grid-link-portfolio:hover {
  cursor: pointer;
}
.our-people .our-people-block.pop-up-grid-link-portfolio:hover:before {
  bottom: calc(50% - 20px);
  opacity: 1;
}
.our-people .our-people-block.pop-up-grid-link-portfolio.prevent-click:before {
  display: none;
}
.our-people .our-people-block.pop-up-grid-link-portfolio.prevent-click:hover {
  cursor: context-menu;
}
.our-people .our-people-block img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .our-people .our-people-block img {
    width: 70%;
  }
}
.our-people .our-people-block .portfolio-block-more-details {
  padding: 2em 0;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details {
    background: rgba(201, 201, 201, 0.95);
    text-align: center;
  }
}
@media screen and (min-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details {
    padding: 6em 0;
  }
}
.our-people .our-people-block .portfolio-block-more-details .pop-up-grid-title {
  font-size: 3.2em;
  line-height: 1.2;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details .pop-up-grid-title {
    color: #fff;
    font-size: min(13vw, 120px);
  }
}
@media screen and (min-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details .pop-up-grid-title {
    padding: 0 2em 2em;
  }
}
.our-people .our-people-block .portfolio-block-more-details h3 {
  color: #660028;
  font-size: 1.1em;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details h3 {
    color: #fff;
  }
}
.our-people .our-people-block .portfolio-block-more-details .pop-up-grid-website {
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details .pop-up-grid-website {
    color: #fff;
  }
}
.our-people .our-people-block .portfolio-block-more-details .pop-up-grid-disciplines {
  color: #660028;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1em;
}
@media screen and (max-width: 850px) {
  .our-people .our-people-block .portfolio-block-more-details .pop-up-grid-disciplines {
    color: #fff;
  }
}
.our-people .people-block-extended {
  display: none;
}
.modal-body .modal-people-styles {
  padding: 2em;
  text-align: center;
  width: 100%;
}
.modal-body .modal-people-styles h2 {
  color: #e30613;
  font-size: 4em;
  margin-bottom: 0;
}
.modal-body .modal-people-styles h3 {
  color: #660028;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 500;
}
.modal-body .modal-people-styles p {
  color: #660028;
}
.modal-body .modal-people-styles .people-linkedin-container {
  display: block;
  margin-top: 2em;
}
.modal-body .modal-portfolio-styles {
  padding: 2em;
  text-align: center;
  width: 100%;
}
.modal-body .modal-portfolio-styles h2 {
  color: #e30613;
  font-size: 4em;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}
.modal-body .modal-portfolio-styles h3 {
  color: #660028;
  font-size: 1.3em;
  margin: 0 0 2px;
  text-align: left;
}
.modal-body .modal-portfolio-styles .disciplines,
.modal-body .modal-portfolio-styles .industry-sector {
  color: #660028;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1em;
  text-align: left;
}
.modal-body .modal-portfolio-styles .btn, .modal-body .modal-portfolio-styles .home-section-five .hot-blocks a, .home-section-five .hot-blocks .modal-body .modal-portfolio-styles a {
  float: left;
}

.pop-up-grid .pop-up-grid-link {
  align-items: center;
  display: flex;
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 850px) {
  .pop-up-grid .pop-up-grid-link {
    height: 150px;
  }
}
.pop-up-grid .pop-up-grid-link.active picture img {
  filter: sepia(100%) saturate(300%) brightness(40%) hue-rotate(296deg);
  transform: scale(1.1);
}
.pop-up-grid .pop-up-grid-link:hover {
  cursor: pointer;
}
.pop-up-grid .pop-up-grid-link:hover picture img {
  transform: scale(1.1);
}
.pop-up-grid .pop-up-grid-link:hover .btn, .pop-up-grid .pop-up-grid-link:hover .home-section-five .hot-blocks a, .home-section-five .hot-blocks .pop-up-grid .pop-up-grid-link:hover a {
  background-color: #fff;
  color: #e30613;
}
.pop-up-grid .pop-up-grid-link picture {
  height: 100%;
  width: 100%;
}
.pop-up-grid .pop-up-grid-link picture img {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.pop-up-grid .pop-up-grid-link span {
  position: absolute;
  color: #fff;
  font-size: 2.2em;
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0 0.5em;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1320px) {
  .pop-up-grid .pop-up-grid-link span {
    font-size: 2em;
  }
}
@media only screen and (min-width: 550px) {
  .pop-up-grid .pop-up-grid-link span {
    padding: 0 1em;
  }
}
.pop-up-grid .pop-up-grid-link span small {
  color: #e30613;
  font-size: 0.6em;
}
.pop-up-grid .pop-up-grid-link span .btn, .pop-up-grid .pop-up-grid-link span .home-section-five .hot-blocks a, .home-section-five .hot-blocks .pop-up-grid .pop-up-grid-link span a {
  font-size: 16px;
  max-width: 100px;
  margin: 30px auto 0;
  padding: 5px;
  display: inline-block;
  border-color: #fff;
  transition: all 0.3s;
}
@media only screen and (min-width: 550px) {
  .pop-up-grid .pop-up-grid-link span .btn, .pop-up-grid .pop-up-grid-link span .home-section-five .hot-blocks a, .home-section-five .hot-blocks .pop-up-grid .pop-up-grid-link span a {
    margin: 40px auto 0;
    padding: 7px 10px;
  }
}
.pop-up-grid .pop-up-grid-popup {
  position: relative;
  background: #f1f1f1;
  color: #e30613;
  display: none;
  padding: 2em 3em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .pop-up-grid .pop-up-grid-popup {
    background: rgba(102, 0, 40, 0.95);
    bottom: 0px;
    position: fixed;
    overflow: hidden scroll;
    top: 0px;
    width: 100vw;
    z-index: 10;
  }
}
@media screen and (min-width: 850px) {
  .pop-up-grid .pop-up-grid-popup {
    padding: 3em 150px 1em;
  }
}
.pop-up-grid .pop-up-grid-popup h2 {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .pop-up-grid .pop-up-grid-popup h2 {
    font-size: min(8vw, 80px);
  }
}
@media screen and (min-width: 850px) {
  .pop-up-grid .pop-up-grid-popup h2 {
    font-size: 60px;
  }
}
.pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph {
  text-align: left;
}
.pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph p {
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  .pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph p {
    font-size: 18px;
  }
}
.pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph p:last-child {
  margin-bottom: 0;
}
.pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph .service-list {
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 550px) {
  .pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph .is-not-stacked-on-mobile {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .pop-up-grid .pop-up-grid-popup .pop-up-grid-paragraph .is-not-stacked-on-mobile .wp-block-columns {
    margin-bottom: 0;
  }
}
.pop-up-grid .pop-up-grid-popup p {
  color: #660028;
}
@media screen and (max-width: 850px) {
  .pop-up-grid .pop-up-grid-popup p {
    color: #fff;
  }
}
.pop-up-grid .pop-up-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Lager_1' style='enable-background:new -265 388.9 64 64;' version='1.1' viewBox='-265 388.9 64 64' xml:space='preserve' height='60px' width='60px'%3E%3Cpath d='M-226.9,420.9l12.3-12.3c1.2-1.2,1.5-2.9,0.7-3.7l-3-3c-0.8-0.8-2.5-0.5-3.7,0.7l-12.4,12.2l-12.3-12.3 c-1.2-1.2-2.9-1.5-3.7-0.7l-3,3c-0.8,0.8-0.5,2.5,0.7,3.7l12.2,12.4l-12.3,12.3c-1.2,1.2-1.5,2.9-0.7,3.7l3,3 c0.8,0.8,2.5,0.5,3.7-0.7L-233,427l12.3,12.3c1.2,1.2,2.9,1.5,3.7,0.7l3-3c0.8-0.8,0.5-2.5-0.7-3.7L-226.9,420.9z' fill='%23e30613'/%3E%3C/svg%3E");
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
@media only screen and (min-width: 550px) {
  .pop-up-grid .pop-up-close {
    position: absolute;
    top: 55px;
    left: 55px;
  }
}

.partners {
  padding: 4em 0;
}
.partners h2 {
  color: #e30613;
  font-size: 4em;
}
.partners .partners-row {
  display: flex;
}
@media screen and (max-width: 850px) {
  .partners .partners-row {
    flex-wrap: wrap;
  }
}
.partners .partners-row .widget {
  display: grid;
  margin-right: 1em;
}
@media screen and (max-width: 850px) {
  .partners .partners-row .widget {
    flex: 45%;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 850px) {
  .partners .partners-row .widget {
    max-width: 20%;
  }
}
.partners .partners-row .widget h2 {
  color: #660028;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  order: 2;
}
.partners .partners-row .widget img {
  margin-bottom: 1em;
  order: 1;
}

.youtube-modal {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.youtube-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wt-cli-iframe-placeholder .cli_manage_current_consent {
  color: #af0547;
  text-decoration: underline;
}
.wt-cli-iframe-placeholder .cli_manage_current_consent:hover {
  color: #660028;
  cursor: pointer;
}

.wp-block-embed.is-type-video {
  margin: 2em 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 {
  margin-bottom: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-form label {
  color: #484f0c;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 0.9em;
  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: #4f4f4f;
  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: #660028;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  padding: 0.8em 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  background: #aea82e;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  transition: color 0.3s;
  width: auto;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: #b30046;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background: #484f0c;
  transition: color 0.3s;
}

.google-map {
  margin: 0;
}
.google-map iframe {
  display: block;
}

.archive-intro {
  border-bottom: 2px solid #660028;
  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: #660028;
}
.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: #660028;
}
.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;
}

.blog-left-container {
  margin: 2em 2em 0;
}
.blog-left-container picture {
  display: block;
  margin-bottom: 2em;
}
.blog-left-container .author {
  color: #e30613;
}
.blog-left-container .author span {
  color: #660028;
}

.category-tabs {
  background: #f1f1f1;
  margin: 2em 0;
}
.category-tabs .tab-container {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 100%;
}
.category-tabs .tab-container.tab {
  background: #c8c8c8;
  color: #fff;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.3em;
}
.category-tabs .tab-container.tab.active {
  background: #f1f1f1;
  color: #660028;
}
.category-tabs .tab-container a {
  text-decoration: none;
}
.category-tabs .all-blog-categories {
  margin-bottom: 2em;
  padding: 2em;
}
@media screen and (max-width: 850px) {
  .category-tabs .all-blog-categories {
    display: none;
  }
}
.category-tabs .all-blog-categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-tabs .all-blog-categories ul li a {
  color: #660028;
  text-decoration: none;
}
.category-tabs .all-blog-categories ul li a:hover {
  color: #e30613;
}
.category-tabs .popular-blog-categories {
  display: none;
  margin-bottom: 2em;
  padding: 2em;
}
.category-tabs .popular-blog-categories .popular-posts-row {
  color: #660028;
  margin-bottom: 10px;
}
.category-tabs .popular-blog-categories .popular-posts-row a {
  font-size: 1.2em;
  display: block;
  text-decoration: none;
}
.category-tabs .popular-blog-categories .popular-posts-row a:hover {
  color: #e30613;
}
.category-tabs .popular-blog-categories .popular-posts-row span {
  color: #e30613;
  font-size: 0.8em;
}

.page-content-blog {
  background: #f1f1f1;
}
.page-content-blog .padding {
  padding: 2em;
}
@media screen and (min-width: 850px) {
  .page-content-blog .padding {
    padding: 2em 1em 2em 2em;
  }
}
@media screen and (min-width: 1200px) {
  .page-content-blog .padding {
    padding: 2em 2em 2em 2em;
  }
}
@media screen and (min-width: 1800px) {
  .page-content-blog .padding {
    padding: 2em 8em 2em 4em;
  }
}
.page-content-blog .back-btn {
  color: #e30613;
  display: inline-block;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  text-decoration: none;
}
.page-content-blog .back-btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' id='chevron-left' viewBox='0 0 32 32' width='32'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23e20612'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 8px;
  width: 32px;
}
@media screen and (max-width: 850px) {
  .page-content-blog .back-btn:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' id='chevron-left' viewBox='0 0 32 32' width='18'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23e20612'/%3E%3C/svg%3E");
    height: 18px;
    top: 3px;
    width: 18px;
  }
}
.page-content-blog .back-btn:hover {
  color: #660028;
}
.page-content-blog .back-btn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' id='chevron-left' viewBox='0 0 32 32' width='32'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23660028'/%3E%3C/svg%3E");
}
@media screen and (max-width: 850px) {
  .page-content-blog .back-btn:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' id='chevron-left' viewBox='0 0 32 32' width='18'%3E%3Cpath d='M20 1 L24 5 L14 16 L24 27 L20 31 L6 16 z' fill='%23660028'/%3E%3C/svg%3E");
    height: 18px;
    top: 3px;
    width: 18px;
  }
}
.page-content-blog .breadcrumb {
  color: #e30613;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2em 0;
}
.page-content-blog .breadcrumb a {
  color: #e30613;
  font-weight: normal;
  text-decoration: none;
}
.page-content-blog h1 {
  color: #e30613;
  font-size: 3.8em;
  margin-bottom: 5px;
}
@media screen and (min-width: 850px) {
  .page-content-blog h1 {
    font-size: 4.6em;
  }
}
.page-content-blog h2 {
  color: #660028;
  font-size: 1.2em;
}
@media screen and (min-width: 550px) {
  .page-content-blog h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 850px) {
  .page-content-blog h2 {
    font-size: 1.5em;
  }
}
.page-content-blog h2.grey {
  color: #4f4f4f !important;
}
.page-content-blog h3, .page-content-blog h4, .page-content-blog h5, .page-content-blog h6 {
  color: #660028;
  margin: 0 0 0.5em;
  text-transform: unset;
}
.page-content-blog p {
  color: #660028;
}
.page-content-blog time {
  color: #660028;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.8em;
  display: block;
  margin-bottom: 10px;
}
.page-content-blog .wp-block-image {
  margin: 2em 0;
}
.page-content-blog .wp-block-image img {
  height: auto;
  width: 100%;
}
.page-content-blog .featured-img {
  margin-top: 2em;
}
.page-content-blog .similar-articles {
  border-top: 1px solid #e4e4e4;
  margin-top: 4em;
  padding-top: 4em;
}
.page-content-blog .similar-articles .h2 {
  color: #660028;
}
.page-content-blog .similar-articles .similar-articles-block {
  padding-right: 2em;
}
.page-content-blog .similar-articles .similar-articles-block picture {
  display: block;
  margin-bottom: 1em;
}
.page-content-blog .similar-articles .similar-articles-block h2 {
  color: #e30613;
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.2em;
}
.page-content-blog .similar-articles .similar-articles-block time {
  font-size: 1.6em;
}
.page-content-blog .similar-articles .similar-articles-block .btn, .page-content-blog .similar-articles .similar-articles-block .home-section-five .hot-blocks a, .home-section-five .hot-blocks .page-content-blog .similar-articles .similar-articles-block a {
  font-size: 1.2em;
}

.blog-archive {
  margin-bottom: 2em;
}
.blog-archive h1 {
  border-bottom: 10px solid #e30613;
  color: #660028;
  display: inline-block;
  font-size: 12vw;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 850px) {
  .blog-archive h1 {
    font-size: 5vw;
  }
}
.blog-archive .news-archive-block {
  margin-bottom: 2em;
  padding-right: 2em;
}
.blog-archive .news-archive-block picture {
  display: block;
  margin-bottom: 1em;
}
.blog-archive .news-archive-block a {
  text-decoration: none;
}
.blog-archive .news-archive-block h2 {
  color: #e30613;
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.2em;
}
.blog-archive .news-archive-block time {
  font-size: 1.6em;
}

.linked-in {
  margin-bottom: 2em;
}
.linked-in .h1 {
  border-bottom: 10px solid #e30613;
  color: #660028;
  display: inline-block;
  font-size: 12vw;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 850px) {
  .linked-in .h1 {
    font-size: 5vw;
  }
}
.linked-in iframe {
  max-width: 100%;
}
.linked-in #postId1 {
  width: 100% !important;
}

:root .has-theme-purple-color {
  color: #660028 !important;
}

:root .has-theme-purple-background-color {
  background-color: #660028 !important;
}
:root .has-theme-purple-background-color.wp-block-button__link:hover {
  background-color: #b30046 !important;
}

:root .has-theme-red-color {
  color: #e30613 !important;
}

:root .has-theme-red-background-color {
  background-color: #e30613 !important;
}
:root .has-theme-red-background-color.wp-block-button__link:hover {
  background-color: #fa3c47 !important;
}

: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 !important;
}

:root .has-theme-black-color {
  color: #000 !important;
}

:root .has-theme-black-background-color {
  background-color: #000 !important;
}
:root .has-theme-black-background-color.wp-block-button__link:hover {
  background-color: #262626 !important;
}

:root .has-theme-grey-1-color {
  color: #6d6d6d !important;
}

:root .has-theme-grey-1-background-color {
  background-color: #6d6d6d !important;
}
:root .has-theme-grey-1-background-color.wp-block-button__link:hover {
  background-color: #939393 !important;
}

.wp-block-table {
  margin: 0;
  padding: 0;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.wp-block-embed.is-type-video {
  margin: 2em 0;
}
.wp-block-embed.is-type-video iframe {
  height: 500px;
  width: 100%;
}

.wp-block-buttons .wp-block-button.radius-0 .wp-block-button__link {
  border-radius: 0 !important;
}
.wp-block-buttons .wp-block-button.radius-2 .wp-block-button__link {
  border-radius: 2px !important;
}
.wp-block-buttons .wp-block-button.radius-5 .wp-block-button__link {
  border-radius: 5px !important;
}
.wp-block-buttons .wp-block-button.radius-8 .wp-block-button__link {
  border-radius: 8px !important;
}
.wp-block-buttons .wp-block-button.radius-10 .wp-block-button__link {
  border-radius: 10px !important;
}
.wp-block-buttons .wp-block-button.radius-12 .wp-block-button__link {
  border-radius: 12px !important;
}
.wp-block-buttons .wp-block-button.radius-15 .wp-block-button__link {
  border-radius: 15px !important;
}
.wp-block-buttons .wp-block-button.radius-18 .wp-block-button__link {
  border-radius: 18px !important;
}
.wp-block-buttons .wp-block-button.radius-20 .wp-block-button__link {
  border-radius: 20px !important;
}
.wp-block-buttons .wp-block-button.radius-22 .wp-block-button__link {
  border-radius: 22px !important;
}
.wp-block-buttons .wp-block-button.radius-25 .wp-block-button__link {
  border-radius: 25px !important;
}
.wp-block-buttons .wp-block-button.radius-28 .wp-block-button__link {
  border-radius: 28px !important;
}
.wp-block-buttons .wp-block-button.radius-30 .wp-block-button__link {
  border-radius: 30px !important;
}

/**
 * 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 0.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 0.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 0.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: 0.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 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.btn, .home-section-five .hot-blocks a {
  align-items: center;
  color: #fff;
  background-color: unset;
  border: 2px solid #e30613;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.5em;
  display: inline-flex;
  border-radius: 25px;
  margin: 0.2em 0;
  padding: 0.1em 0.8em 0em;
  font-weight: 300;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
@media screen and (max-width: 850px) {
  .btn, .home-section-five .hot-blocks a {
    font-size: 2em;
  }
}
.btn.small, .home-section-five .hot-blocks a.small {
  font-size: 1.2em;
}
.btn.large, .home-section-five .hot-blocks a.large {
  font-size: 1.8em;
}
.btn.white-border, .home-section-five .hot-blocks a.white-border {
  border: 2px solid #fff;
}
.btn.white-dot span, .home-section-five .hot-blocks a.white-dot span {
  color: #fff;
}
.btn.grey-dot span, .home-section-five .hot-blocks a.grey-dot span {
  color: #9d9d9c;
}
.btn.purple-dot span, .home-section-five .hot-blocks a.purple-dot span {
  color: #660028;
}
.btn.primary-color, .home-section-five .hot-blocks a.primary-color {
  color: #660028;
}
.btn:hover, .home-section-five .hot-blocks a:hover {
  color: #ffffff;
  transition: background-color 0.3s;
  background-color: #800032;
}
.btn.center, .home-section-five .hot-blocks a.center {
  display: inline-block;
  margin: 0 auto;
}
.btn.large, .home-section-five .hot-blocks a.large {
  font-size: 2em;
  padding: 1em 1em;
}
.btn.btn-border, .home-section-five .hot-blocks a.btn-border {
  background: none;
  border: 1px solid #660028;
  color: #fff;
}
.btn.btn-border:hover, .home-section-five .hot-blocks a.btn-border:hover {
  background: #660028;
}

.btn-block {
  background: #273637;
  color: #660028;
  display: block;
  font-family: "Bebas Neue", Arial, cursive;
  font-size: 1.4em;
  margin: 0;
  padding: 0.8em 1.3em;
  text-align: center;
  text-transform: unset;
  width: 100%;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-block:hover {
  background: #324546;
}

.wp-block-button__link {
  background: #660028;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  padding: 0.8em 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wp-block-button__link:hover {
  background: #b30046;
}

.btn-secondary .wp-block-button__link {
  background: #660028;
  border: 1px solid #660028;
  border-radius: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  padding: 0.8em 1.3em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.btn-secondary .wp-block-button__link:hover {
  background: #e30613;
  border: 1px solid #660028;
}

.btn-chevron-right {
  text-decoration: none;
}
.btn-chevron-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 57.982 101.823' enable-background='new 0 0 57.982 101.823' xml:space='preserve'%3E%3Cg%3E%3Cdefs%3E%3Cpolygon id='SVGID_1_' points='7.07,0 0,7.07 43.841,50.911 0,94.752 7.071,101.823 50.912,57.982 57.982,50.911 50.912,43.84 7.072,0 '/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='-9.765625e-004' y1='101.8223' x2='0.999' y2='101.8223' gradientTransform='matrix(57.9828 0 0 -57.9828 0.014 5954.8965)'%3E%3Cstop offset='0' style='stop-color:%235D3F17'/%3E%3Cstop offset='0.011' style='stop-color:%235D3F17'/%3E%3Cstop offset='0.4795' style='stop-color:%23AF9353'/%3E%3Cstop offset='0.9995' style='stop-color:%23FFE899'/%3E%3Cstop offset='1' style='stop-color:%23FFE899'/%3E%3C/linearGradient%3E%3Crect y='0' clip-path='url(%23SVGID_2_)' fill='url(%23SVGID_3_)' width='57.982' height='101.823'/%3E%3C/g%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 30px;
  position: relative;
  left: 10px;
  top: 8px;
  width: 30px;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#lightbox p {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  right: 10px;
  top: 10px;
  text-align: right;
  padding: 0.25em 0.5em;
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
  background: rgba(100, 100, 100, 0.5);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#slideshow {
  position: relative;
  z-index: 100;
  text-align: center;
  width: 95%;
  height: 95%;
  margin: 10px auto;
  padding: 0px;
  background-color: transparent;
}
#slideshow img {
  position: absolute;
  top: 5%;
  left: 0px;
  right: 0px;
  bottom: 5%;
  align: center;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.nav-lightbox {
  z-index: 999;
}

#lightbox .prev, .next {
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  background: rgba(100, 100, 100, 0.5);
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 850px) {
  #lightbox .prev, .next {
    font-size: 28px;
    height: 60px;
    width: 60px;
  }
}

.next {
  right: 10px;
}
@media screen and (max-width: 850px) {
  .next {
    right: -10px;
  }
}

.prev {
  left: 10px;
}
@media screen and (max-width: 850px) {
  .prev {
    left: -10px;
  }
}

.thumb {
  margin: 0;
  width: 100%;
  height: auto;
}

.modal,
.modal-people,
.modal-portfolio {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  right: 0;
  margin: 0 auto;
}

.modal-people {
  max-width: 1300px;
}
.modal-people .modal-wrapper {
  max-height: 92vh;
}

.modal-portfolio {
  max-width: 100vw;
}
.modal-portfolio .modal-wrapper {
  margin: 0;
  max-height: 92vh;
  width: 100vw;
}

.modal.is-visible,
.modal-people.is-visible,
.modal-portfolio.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay,
.modal-people.is-visible .modal-overlay,
.modal-portfolio.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 5vh;
  left: 0;
  width: 90%;
  background-color: unset;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  margin: 0 5%;
  overflow: auto;
}
@media screen and (min-width: 550px) {
  .modal-wrapper {
    margin: 0 10%;
    width: 80%;
  }
}
@media screen and (min-width: 850px) {
  .modal-wrapper {
    margin: 0 10%;
    width: 80%;
  }
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition,
.modal-people.is-visible .modal-transition,
.modal-portfolio.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1em;
  color: #fff;
  background: none;
  border: 0;
  z-index: 100;
}
.modal-close.modal-close-relative {
  color: #e30613;
  display: block;
  font-size: 2em;
  height: 30px;
  margin: 1em auto 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 30px;
}
.modal-close.modal-close-relative :hover {
  color: #660028;
}
.modal-close.modal-close-relative .icon {
  height: 30px;
  width: 30px;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  color: #e30613;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 20px;
  text-transform: uppercase;
}

.modal-body {
  color: #000;
  padding: 0;
}
.modal-body a {
  color: #e30613;
}
.modal-body iframe {
  display: block !important;
  width: 100%;
}
.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
  font-weight: 400;
  margin-bottom: 0.4em;
}
.modal-body .alert {
  background: #e30613;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  padding: 5px;
}
.modal-body hr {
  border-color: #f5f5f5;
  height: 0;
}

.modal-people .modal-body,
.modal-portfolio .modal-body {
  background: #f1f1f1;
}
.modal-people .modal-body .modal-content,
.modal-portfolio .modal-body .modal-content {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}

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

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

.icon {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
  cursor: pointer;
}

.linked-in aside {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #eee;
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.linked-in aside p, .linked-in aside a, .linked-in aside h1, .linked-in aside h2, .linked-in aside h3, .linked-in aside h4, .linked-in aside h5, .linked-in aside h6, .linked-in aside a, .linked-in aside span, .linked-in aside li {
  color: rgba(0, 0, 0, 0.9);
}
.linked-in aside a {
  text-decoration: none;
  color: #660028;
  word-wrap: break-word;
}

@media only screen and (min-width: 550px) {
  .filters-block {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.filters-block h1 {
  flex: 1 0 0;
}
.filters-block .filters-outer {
  flex: 1 1 auto;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer {
    margin-top: 0;
    border-bottom: 1px solid #e30613;
  }
}
.filters-block .filters-outer .portfolio-filters .submit-btn,
.filters-block .filters-outer .portfolio-search .submit-btn {
  width: 100%;
  height: 45px;
  background-color: #660028;
  padding: 5px 10px;
  color: #fff;
  transition: background-color 0.3s;
  border: none;
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-filters .submit-btn,
  .filters-block .filters-outer .portfolio-search .submit-btn {
    width: 80px;
  }
}
.filters-block .filters-outer .portfolio-filters .submit-btn:hover,
.filters-block .filters-outer .portfolio-search .submit-btn:hover {
  background-color: #7d243f;
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-search .submit-btn {
    width: 85px;
  }
}
.filters-block .filters-outer .portfolio-filters {
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups {
    gap: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups {
    gap: 0;
    height: 45px;
    flex-wrap: nowrap;
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group {
  box-shadow: 0px 0px 7.9px 1px rgba(0, 0, 0, 0.17);
  padding: 0 15px;
  flex: 1 1 0;
  background-color: #fff;
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group:last-of-type {
    margin-right: 20px;
    margin-left: 20px;
    max-width: 25%;
  }
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group:last-of-type .filter-inner {
    grid-template-columns: 1fr;
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-title:after {
  transform: rotate(180deg) scale(0.5);
}
@media only screen and (min-width: 1800px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-title:after {
    transform: rotate(180deg) scale(1);
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-inner {
  max-height: 2000px;
  opacity: 1;
  margin-top: 20px;
  padding-bottom: 20px;
  visibility: visible;
  gap: 0;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-inner .checkbox-item {
  width: 100%;
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-inner .checkbox-item {
    width: unset;
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group.open .filter-inner .checkbox-item input {
  margin: 0 2px 0 0;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-title {
  position: relative;
  color: #e30613;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 11px 0;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-title:after {
  content: url("../img/frontend/icons/arrow-down.png");
  position: absolute;
  right: -15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.5);
}
@media only screen and (min-width: 1800px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-title:after {
    transform: scale(1);
    right: 0;
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-title:hover {
  cursor: pointer;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-inner {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  transition: max-height 0.3s;
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 850px) {
  .filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-inner .checkbox-item label {
  color: #660028;
  font-size: 12px;
  padding-left: 5px;
}
.filters-block .filters-outer .portfolio-filters form .filter-groups .filter-group .filter-inner .checkbox-item label:before {
  content: none;
}
.filters-block .filters-outer .portfolio-filters form select {
  background-color: transparent;
}
.filters-block .filters-outer .portfolio-search form {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .filters-block .filters-outer .portfolio-search form {
    flex-wrap: nowrap;
  }
}
.filters-block .filters-outer .portfolio-search form .portfolio-search-field {
  background-color: #f4f4f4;
  box-shadow: none;
  position: relative;
  border: none;
  height: 45px;
}
.filters-block .filters-outer .portfolio-search form .portfolio-search-field:before {
  content: url("../img/frontend/icons/magnifying-glass.png");
  position: absolute;
  left: 0;
}
.filter-results .active-filters {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: baseline;
  padding-top: 10px;
}
.filter-results .active-filters .group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-results .active-filters .result {
  position: relative;
  border: 1px solid #e30613;
  padding: 5px 25px 5px 5px;
  transition: all 0.3s;
}
.filter-results .active-filters .result:after {
  content: "x";
  position: absolute;
  right: 5px;
}
.filter-results .active-filters .result:hover {
  background-color: #660028;
  color: #fff;
  cursor: pointer;
}
.filter-results .active-filters .result.inverted {
  background-color: #660028;
  color: #fff;
  border-color: #660028;
}
.filter-results .active-filters .result.inverted:hover {
  background-color: #7d243f;
}
.filter-results .active-filters .clear-filters:after {
  content: url("../img/frontend/icons/reset-sized.png");
  position: absolute;
  top: 6px;
  right: 5px;
}
.filter-results .active-filters .clear-filters:hover:after {
  animation: spin-animation 0.6s linear;
  display: inline-block;
}

.filter-header-outer {
  flex: 1 1 0;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
body {
  background-color: #fff;
  color: #660028;
}
body.home {
  background: #660028;
}

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