@charset "UTF-8";
/*!
 * Theme Name:          raw
 * Description:         Raw is yet another skeleton for Wordpress themes.
 * Version:             1.0.0
 * Author:              Sérgio 'wherd' Leal
 * Author URI:          https://www.bullseye.pt/
 * License:             GNU General Public License v2 or later
 * License URI:         http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:         rawtheme
 */
/* 1.0 modules */
/*
 * Convert pixels to rems (16px base)
 * $size in pixels
 */
/*
 * Get the value of the key on the map.
 * $map where the key is located
 * $key is the name of the key
 */
/*
 * Create a new map based on the prototype.
 * $base is the base map to extend
 * $options are the new values to extend
 */
/***************************************/
/* Functions by Joana 'dygon' Oliveira */
/***************************************/
@import url(../node_modules/normalize.css/normalize);
.events-widget-left p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.raw-infographics:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute; }

.events-widget-right-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*
 * Sets font-size in rems with fallback to pixels
 * $size is the font-size in pixels
 */
/*
 * Hide text from screen but make it visible to readers and bots
 */
/* 1.0 Normalize */
/* 2.0 Layout */
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  background-color: #fff;
  color: #8f8f8f;
  font-size: 19px;
  font-size: 1.1875rem;
  scroll-behavior: smooth;
  width: 100vw;
  position: relative;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.1; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #8f8f8f; }
  a:hover {
    color: #ff4c00; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.grid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  .grid--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .grid--flex .grid__column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 300px;
              flex: 1 1 300px; }

.display--table {
  display: table;
  width: 100%;
  height: 100%; }

.display--tablecell {
  display: table-cell;
  vertical-align: middle; }

.text--hidden {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none; }

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

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

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

.background--white {
  background-color: #fff; }

.background--gray {
  background-color: #e9e9e9; }

.background--contain {
  background-size: contain; }

.background--cover {
  background-size: cover; }

.background--left {
  background-position: bottom left; }

.background--center {
  background-position: bottom center; }

.background--right {
  background-position: bottom right; }

.message {
  font-size: 20px;
  font-size: 1.25rem; }
  .message--error {
    color: #900; }
  .message--success {
    color: #ff4c00; }

input:not([type="checkbox"]), textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 0 none;
  border-radius: 0;
  border-bottom: 1px solid #8f8f8f;
  line-height: 2;
  font-size: 100%;
  background: none transparent;
  outline: none;
  font-family: inherit; }

textarea {
  height: 100px; }

button, a.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 5px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
  background: none transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out; }
  button:hover, a.button:hover {
    border-color: #ff4c00;
    background: #ff4c00;
    color: #fff; }
  button[hidden], a.button[hidden] {
    visibility: hidden; }

.soon__header {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 4em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  background: #ff4c00 url(assets/images/gallery.jpg) no-repeat center;
  background-size: cover; }
  .soon__header p {
    max-width: 500px;
    margin: 1em auto; }
  .soon__header img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.soon__form {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  -ms-input-placeholder-color: #ff4c00;
  -moz-placeholder-color: #ff4c00; }
  .soon__form input[type="email"] {
    display: block;
    max-width: 500px;
    margin: 2em auto;
    border-color: #ff4c00;
    color: #ff4c00;
    text-align: center; }
  .soon__form ::-webkit-input-placeholder {
    color: #ff4c00; }
  .soon__form ::-moz-placeholder {
    color: #ff4c00; }
  .soon__form button {
    border-color: #ff4c00;
    background: #ff4c00;
    color: #fff; }
    .soon__form button:hover {
      background: #fff;
      color: #ff4c00; }

.contacts.contacts--soon {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .contacts.contacts--soon a img {
    width: 2.5em;
    height: auto;
    margin-left: 1em; }

/* 3.0 Atoms */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #ff4c00;
  z-index: 999999; }
  .header img {
    display: block;
    max-width: none;
    height: 1em; }

#menu-item-language-pt, .item-language-pt {
  display: none !important; }

.navigation {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 1; }
  .navigation a {
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-bottom: 0.5em;
    color: #fff; }
    .navigation a:hover {
      border-bottom: 1px solid #e9e9e9; }
  @media only screen and (min-width: 700px) {
    .navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .navigation .wpm-languages, .navigation .wpm-language-switcher {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 15px; }
    .navigation .wpm-languages.active-language:after, .navigation .wpm-language-switcher.active-language:after {
      content: '▾';
      color: #fff;
      font-size: 12px; }
    .navigation .wpm-languages .sub-menu, .navigation .wpm-language-switcher .sub-menu {
      display: none; }
    .navigation .wpm-languages:hover .sub-menu, .navigation .wpm-language-switcher:hover .sub-menu {
      display: block;
      position: absolute;
      background-color: #ff4c00;
      width: 50px;
      top: 25px; }
      .navigation .wpm-languages:hover .sub-menu li, .navigation .wpm-language-switcher:hover .sub-menu li {
        padding: 10px 0; }
    .navigation .wpm-languages li, .navigation .wpm-language-switcher li {
      line-height: 1; }
      .navigation .wpm-languages li span, .navigation .wpm-languages li span span, .navigation .wpm-language-switcher li span, .navigation .wpm-language-switcher li span span {
        color: #fff; }
      .navigation .wpm-languages li > span, .navigation .wpm-language-switcher li > span {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding-bottom: 0.5em; }
      .navigation .wpm-languages li.active a, .navigation .wpm-languages li.active span span, .navigation .wpm-languages li:hover a, .navigation .wpm-languages li:hover span span, .navigation .wpm-language-switcher li.active a, .navigation .wpm-language-switcher li.active span span, .navigation .wpm-language-switcher li:hover a, .navigation .wpm-language-switcher li:hover span span {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 0.5em; }
      .navigation .wpm-languages li + li, .navigation .wpm-language-switcher li + li {
        border-left: 1px solid #e9e9e9; }
    @media only screen and (min-width: 700px) {
      .navigation .wpm-languages, .navigation .wpm-language-switcher {
        margin-left: 5px; } }
    @media only screen and (max-width: 699px) {
      .navigation .wpm-languages, .navigation .wpm-language-switcher {
        display: none; } }
    @media only screen and (max-width: 699px) {
      .active .navigation .wpm-languages, .active .navigation .wpm-language-switcher {
        position: fixed;
        z-index: 11;
        left: 15px;
        top: 240px;
        width: 100%;
        height: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media only screen and (max-width: 699px) {
    .navigation li {
      display: block;
      padding: 1em; }
    .navigation rect {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out; }
    .navigation.active rect:not(:nth-of-type(2)) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .navigation.active rect:first-of-type {
      -webkit-transform: rotate(-45deg) translate(-2px, 4px);
              transform: rotate(-45deg) translate(-2px, 4px); }
    .navigation.active rect:nth-of-type(2) {
      -webkit-transform: translatex(1em);
              transform: translatex(1em);
      opacity: 0; }
    .navigation.active rect:last-of-type {
      -webkit-transform: rotate(45deg) translate(-1px, -3px);
              transform: rotate(45deg) translate(-1px, -3px); }
    .navigation__trigger {
      position: absolute;
      z-index: 20;
      top: 0;
      right: 0;
      width: 1.5em;
      height: 1.5em;
      margin: 0;
      padding: 0;
      border: 0 none;
      border-radius: 0;
      background: transparent;
      outline: none;
      z-index: 999; }
    .navigation__menu {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding-top: 1em;
      background-color: #ff4c00;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
      opacity: 0;
      pointer-events: none;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .active .navigation__menu {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
        pointer-events: auto; } }
  @media only screen and (min-width: 700px) {
    .navigation li {
      display: inline-block; }
      .navigation li.button a {
        display: block;
        padding: 0 0.5em;
        border-radius: 5px;
        border: 1px solid #fff;
        color: #fff;
        -webkit-transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
        transition: background 0.35s ease-in-out, color 0.35s ease-in-out; }
    .navigation__trigger {
      display: none; } }

@media only screen and (max-width: 699px) {
  .navigation.active .wpm-language-switcher {
    position: fixed;
    z-index: 11;
    left: 15px;
    top: 240px;
    width: calc(100% - 30px);
    height: initial;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navigation.active .wpm-language-switcher li {
      padding-top: 0;
      padding-bottom: 0; }
      .navigation.active .wpm-language-switcher li:first-of-type {
        padding-left: 0; } }

.contacts {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #b9b9b9;
  background-color: #e9e9e9; }
  @media (max-width: 499px) {
    .contacts {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .contacts .grid--flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .contacts * {
        text-align: center; } }
  .contacts .grid + .grid {
    margin-top: 4em; }
  .contacts form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts h2, .contacts h3 {
    margin-top: 0;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .contacts h2 {
    margin-bottom: 2em; }
  .contacts h3 {
    font-size: 30px;
    font-size: 1.875rem; }
  .contacts li {
    display: inline-block;
    margin-right: 1em; }
  .contacts span {
    display: none; }
  .contacts .form__label {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    margin-bottom: 1em; }
    .contacts .form__label--half {
      width: 48%; }
  .contacts__social, .contacts__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
  .contacts__social {
    position: relative;
    margin-bottom: 2em; }
    .contacts__social.centered {
      width: 100%; }
      .contacts__social.centered ul {
        width: 100%;
        text-align: center; }
    .contacts__social img {
      width: 2.5em;
      height: 2.5em; }
  .contacts__logo img {
    display: block;
    width: 185px;
    margin-bottom: 1em; }
  .contacts__logo img.contacts__logo__img {
    width: 200px;
    margin-bottom: 3em; }
  @media only screen and (min-width: 700px) {
    .contacts ul {
      position: absolute;
      bottom: 0; }
    .contacts__social {
      width: 35%;
      margin-bottom: 0; }
    .contacts__form {
      width: 55%; } }

.footer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  color: #e9e9e9;
  background-color: #9e9e9e;
  font-size: 14px;
  font-size: 0.875rem; }
  .footer:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #ff4c00;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .footer li {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em; }
  .footer a {
    color: #e9e9e9; }
  .footer img {
    width: 83px;
    height: 12px;
    max-width: none; }
  .footer .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__left, .footer__center, .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px; }
  .footer-2020 svg {
    height: 41.5px;
    width: auto;
    pointer-events: none; }
    @media (max-width: 993px) {
      .footer-2020 svg {
        height: auto;
        width: 100%; } }
    .footer-2020 svg * {
      fill: #8f8f8f;
      -webkit-transition: fill .25s ease-in-out;
      transition: fill .25s ease-in-out; }
    .footer-2020 svg:hover * {
      fill: #ff4c00; }
  @media only screen and (min-width: 700px) {
    .footer__left {
      text-align: left; }
    .footer__center {
      text-align: center; }
    .footer__right {
      text-align: right; } }

.footer-social a img {
  width: 2.5em;
  height: auto;
  margin-left: 1em; }

.supports-container {
  --svg-h: 40px;
  --mg-l: 30px;
  --mg-t: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: var(--mg-t); }
  @media (max-width: 767.98px) {
    .supports-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0;
      --svg-h: 50px;
      --mg-l: 0; } }
  @media (max-width: 575.98px) {
    .supports-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .supports-container > .supports-block {
    max-height: var(--svg-h); }
    @media (max-width: 767.98px) {
      .supports-container > .supports-block {
        margin-top: var(--mg-t); } }
    .supports-container > .supports-block + .supports-block {
      margin-left: var(--mg-l); }
  .supports-container svg, .supports-container img {
    max-height: var(--svg-h);
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%; }

.footer-sme svg .cls-2 {
  fill: #e9e9e9; }

.window {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-overflow-scrolling: touch; }
  .window__content {
    width: 90%;
    height: 100%;
    overflow: scroll;
    position: relative;
    background-color: #fff;
    margin-left: 50%;
    left: -45%; }
  .window--hidden {
    opacity: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    pointer-event: none;
    z-index: -999999; }
  .window__close {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 6%;
    background-color: #ff4c00; }
    .window__close button {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      width: 100%;
      padding: 1em;
      border: 0 none;
      border-radius: 0;
      outline: none;
      text-transform: uppercase;
      text-align: center;
      background: none transparent;
      color: #fff;
      cursor: pointer; }
  .window .share-widget {
    position: fixed;
    z-index: 9;
    top: 300px;
    background-color: #ff4c00; }
    @media (max-width: 767px) {
      .window .share-widget {
        display: none; } }
    .window .share-widget a.share-widget-trigger {
      padding: 10px;
      width: 3em;
      height: 3em;
      float: left;
      -webkit-transition: all .25s ease-in;
      transition: all .25s ease-in;
      opacity: 1; }
    .window .share-widget:hover a.share-widget-trigger {
      opacity: 0; }
    .window .share-widget:hover .share-widget-social {
      opacity: 1; }
    .window .share-widget .share-widget-social {
      position: absolute;
      width: 13.5em;
      background-color: #ff4c00;
      opacity: 0;
      -webkit-transition: all .25s ease-in;
      transition: all .25s ease-in; }
      .window .share-widget .share-widget-social a {
        padding: 10px;
        width: 3em;
        height: 3em;
        float: left; }

body.single-post main {
  padding-top: 66px; }

.cookies {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  .cookies a {
    color: white; }
    .cookies a:hover {
      color: #ff4c00; }
  .cookies button {
    padding: 3px 7px;
    border-color: transparent;
    color: #fff;
    background-color: #ff4c00;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 5px; }
  .cookies.active {
    display: block; }

.share {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 2em;
  line-height: 1;
  text-align: center;
  background: #ff4c00; }
  @media (max-width: 600px) {
    .share {
      padding: 2em .25em; } }
  .share a {
    margin-left: 1em;
    margin-right: 1em; }

:root {
  --widg-h: 260px;
  --widg-s-w: 54px;
  --widg-l-w: 320px;
  --widg-b-r: 3px; }
  @media (max-width: 499px) {
    :root {
      --widg-h: 200px;
      --widg-s-w: 27px;
      --widg-l-w: 240px; } }

.events-widget {
  position: fixed;
  right: 0;
  top: calc(50% - 130px);
  top: calc(50% - var(--widg-h)/2);
  height: 260px;
  height: var(--widg-h);
  z-index: 99;
  width: 54px;
  width: var(--widg-s-w); }
  .events-widget-left {
    width: 54px;
    width: var(--widg-s-w);
    height: 100%;
    border-top-left-radius: 3px;
    border-top-left-radius: var(--widg-b-r);
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--widg-b-r);
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 50px -25px black;
            box-shadow: 0px 0px 50px -25px black;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: 2; }
    .events-widget-left p {
      color: #ff4c00;
      text-transform: uppercase;
      padding: 0 5px;
      margin: 0;
      width: 260px;
      width: var(--widg-h);
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      line-height: 1;
      vertical-align: bottom; }
  .events-widget-right {
    width: 320px;
    width: var(--widg-l-w);
    height: 100%;
    border-top-left-radius: 3px;
    border-top-left-radius: var(--widg-b-r);
    border-bottom-left-radius: 3px;
    border-bottom-left-radius: var(--widg-b-r);
    background-color: white;
    position: absolute;
    right: calc( (-1) * 320px);
    right: calc( (-1) * var(--widg-l-w));
    top: 0;
    -webkit-box-shadow: 0px 0px 50px -25px black;
            box-shadow: 0px 0px 50px -25px black;
    cursor: pointer;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    overflow: hidden;
    z-index: 1; }
    .events-widget-right-top {
      top: 0;
      left: 0;
      height: 65%;
      width: 100%;
      z-index: 0;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .events-widget-right-top p {
        color: #ff4c00;
        text-transform: uppercase;
        line-height: 1;
        top: 20px;
        left: 15px;
        position: absolute;
        margin: 0;
        font-weight: 600; }
        @media (max-width: 499px) {
          .events-widget-right-top p {
            left: 10px;
            top: 10px; } }
    .events-widget-right-bottom {
      background-color: #e9e9e9;
      bottom: 0;
      left: 0;
      height: 35%;
      width: 100%;
      position: absolute;
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 768px) {
        .events-widget-right-bottom {
          height: 40%; } }
      .events-widget-right-bottom p.time {
        margin: 0 0 5px;
        color: #ff4c00;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-size: 25px; }
        @media (max-width: 499px) {
          .events-widget-right-bottom p.time {
            font-size: 25px; } }
      .events-widget-right-bottom p.date {
        margin: 0;
        color: #ff4c00;
        height: 20px;
        font-size: 16px;
        line-height: 1.25;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 499px) {
          .events-widget-right-bottom p.date {
            height: 17.5px;
            font-size: 14px;
            line-height: 1.25;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .events-widget-right-bottom p.local {
        margin: 0;
        color: #ff4c00;
        height: 20px;
        font-size: 16px;
        line-height: 1.25;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 499px) {
          .events-widget-right-bottom p.local {
            height: 17.5px;
            font-size: 14px;
            line-height: 1.25;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; } }
  .events-widget:hover .events-widget-left, .events-widget.hover .events-widget-left {
    right: calc( (-1) * 54px);
    right: calc( (-1) * var(--widg-s-w)); }
  .events-widget:hover .events-widget-right, .events-widget.hover .events-widget-right {
    right: 0; }

/* 4.0 Shortcodes */
.raw__text {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat; }
  @media (max-width: 499px) {
    .raw__text {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 499px) {
    .raw__text > .grid > .grid {
      padding: 0; } }
  .raw__text h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
    @media (max-width: 499px) {
      .raw__text h2 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .raw__text p {
    max-width: 500px; }
  .raw__text ol, .raw__text ul {
    max-width: 460px; }
  .raw__text.text--center p {
    margin-left: auto;
    margin-right: auto; }
  .raw__text.text--right p {
    margin-left: auto; }
  @media only screen and (max-width: 1099px) {
    .raw__text {
      background-image: none !important; } }
  .raw__text .grid .text {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      .raw__text .grid .text {
        width: 100%; } }
  .raw__text .grid .image {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      .raw__text .grid .image {
        width: 100%; } }
    .raw__text .grid .image img {
      width: 100%; }

.raw__list {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  text-align: center; }
  .raw__list h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__list h3, .raw__list h4, .raw__list p {
    pointer-events: none; }
  .raw__list p a {
    pointer-events: initial; }
  .raw__list h3 {
    margin: 0;
    text-align: right;
    color: #e9e9e9;
    font-size: 40px;
    font-size: 2.5rem; }
  .raw__list h4, .raw__list p {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .raw__list h4 {
    margin-bottom: 0;
    color: #ff4c00;
    font-size: 30px;
    font-size: 1.875rem; }
  .raw__list p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .raw__list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .raw__list__item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.5) translateX(60%);
            transform: scale(0.5) translateX(60%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    cursor: pointer; }
    .raw__list__item h3 {
      -webkit-transition: color 0.35s ease-in-out;
      transition: color 0.35s ease-in-out; }
    .raw__list__item > div {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .raw__list__item.active {
      -webkit-transform: none;
              transform: none; }
      .raw__list__item.active + .raw__list__item h3 {
        text-align: left; }
      .raw__list__item.active h3 {
        text-align: center;
        color: #ff4c00;
        font-size: 80px;
        font-size: 5rem; }
      .raw__list__item.active h4, .raw__list__item.active p, .raw__list__item.active > div {
        opacity: 1; }
      .raw__list__item.active + .raw__list__item {
        -webkit-transform: scale(0.5) translateX(-60%);
                transform: scale(0.5) translateX(-60%); }
  @media only screen and (min-width: 700px) {
    .raw__list h3 {
      text-align: center;
      font-size: 150px;
      font-size: 9.375rem; }
    .raw__list__item {
      width: 50%; }
      .raw__list__item:before, .raw__list__item:after {
        content: "";
        position: absolute;
        top: 0.5em;
        width: 0;
        height: 1px;
        background-color: rgba(255, 76, 0, 0.5);
        -webkit-transition: width 0.35s ease-in-out;
        transition: width 0.35s ease-in-out;
        font-size: 200px;
        font-size: 12.5rem; }
      .raw__list__item:before {
        left: -0.5em; }
      .raw__list__item:after {
        right: -0.55em;
        width: 0.25em; }
      .raw__list__item.active:after {
        width: 0; }
      .raw__list__item.active + .raw__list__item {
        -webkit-transform: scale(0.5) translateX(-40%);
                transform: scale(0.5) translateX(-40%); }
        .raw__list__item.active + .raw__list__item:before {
          width: 0.25em; }
        .raw__list__item.active + .raw__list__item:after {
          width: 0; }
      .raw__list__item.active h3 {
        font-size: 150px;
        font-size: 9.375rem; } }
  @media only screen and (min-width: 1100px) {
    .raw__list h3 {
      font-size: 200px;
      font-size: 12.5rem; } }

.raw__gallery {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  height: 80vh;
  color: #fff;
  background-color: #ff4c00; }
  .raw__gallery h2 {
    margin-top: 0;
    line-height: 1.3;
    font-size: 34px;
    font-size: 2.125rem; }
  .raw__gallery h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px; }
  .raw__gallery p {
    font-weight: 300; }
  .raw__gallery .grid {
    position: relative;
    height: 100%; }
    .raw__gallery .grid:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 85%;
      z-index: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: solid 5.5rem rgba(234, 62, 3, 0.2);
      border-radius: 9rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 1650px) {
        .raw__gallery .grid:after {
          width: calc(100vw - 90px); } }
  .raw__gallery .button {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 10px;
    border-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #ff4c00;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    font-size: 12px;
    font-size: 0.75rem; }
    .raw__gallery .button:hover {
      color: #fff;
      background: #ff4c00; }
  .raw__gallery__navigation {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .raw__gallery__navigation a {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 5px;
      margin-right: 5px;
      border-radius: 15px;
      border: 1px solid #fff;
      background-color: #fff; }
      .raw__gallery__navigation a.active {
        background-color: transparent; }

.raw__slide {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%; }
  @media (max-width: 1649px) {
    .raw__slide {
      width: calc(100% - 100px);
      left: 50px; } }
  .raw__slide__image {
    z-index: 1;
    pointer-events: none; }
  .raw__slide__content {
    z-index: 2; }
  .raw__slide__content, .raw__slide__image {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 1s;
            transition-duration: 1s; }
  .active .raw__slide__content, .active .raw__slide__image {
    opacity: 1;
    pointer-events: auto; }
  .active .raw__slide__content {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .active .raw__slide__image {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }

@media only screen and (max-width: 699px) {
  .raw__gallery {
    min-height: 550px; } }
  @media only screen and (max-width: 699px) and (max-height: 375px) {
    .raw__gallery {
      min-height: 780px; } }

@media only screen and (max-width: 699px) {
    .raw__gallery h2 {
      font-size: 28px;
      font-size: 1.75rem;
      text-align: center; }
    .raw__gallery p {
      text-align: center; }
    .raw__gallery h3 {
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 20px; }
    .raw__gallery .grid {
      padding-left: 15px;
      padding-right: 15px; }
      .raw__gallery .grid:after {
        display: none; }
  .raw__slide {
    width: calc(100% - 30px);
    left: 15px; }
    .raw__slide__content, .raw__slide__image {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      height: auto; }
    .raw__slide__content {
      bottom: 60px;
      padding-left: 0;
      padding-right: 0; }
    .raw__slide__image {
      top: 80px;
      -webkit-transform: translateX(100px);
              transform: translateX(100px); }
      .raw__slide__image:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 110%;
        z-index: 0;
        top: -5%;
        left: 0;
        border: solid 25px rgba(234, 62, 3, 0.2);
        border-radius: 16%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .active .raw__slide__image {
      -webkit-transform: none;
              transform: none; } }

@media only screen and (min-width: 700px) {
  .raw__slide__content, .raw__slide__image {
    top: 50%;
    padding-left: 40px;
    padding-right: 40px; }
  .raw__slide__content {
    left: 0;
    width: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 0; }
  .raw__slide__image {
    left: 40%;
    width: 60%;
    -webkit-transform: translate(200px, -50%);
            transform: translate(200px, -50%); }
  .active .raw__slide__image {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@-webkit-keyframes raw__animated {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }

@keyframes raw__animated {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }

.raw__animated {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8rem; }
  @media (max-width: 499px) {
    .raw__animated {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .raw__animated h2 {
    width: 100%;
    margin-top: 0;
    text-align: center;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__animated h3 {
    margin-bottom: 0;
    color: #ff4c00;
    font-size: 30px;
    font-size: 1.875rem; }
  @media only screen and (max-width: 1099px) {
    .raw__animated img {
      display: block;
      margin: 1em auto 0;
      width: 100%;
      max-width: 300px; }
      .raw__animated img:not(:last-of-type) {
        display: none; }
    .raw__animated .grid {
      overflow: hidden; }
    .raw__animated__scroll {
      display: none; }
    .raw__animated__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      width: 100%; }
    .raw__animated__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center; }
      .raw__animated__text p {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px; }
    .raw__animated__navigation {
      position: absolute;
      z-index: 3;
      bottom: 20px;
      left: 0;
      width: 100%;
      text-align: center;
      cursor: pointer; }
      .raw__animated__navigation a {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 15px;
        border: 1px solid #fff;
        background-color: #fff; }
        .raw__animated__navigation a.active {
          background-color: transparent; } }
  @media only screen and (min-width: 1100px) {
    .raw__animated {
      position: relative;
      padding-top: 8rem; }
      .raw__animated .grid:before, .raw__animated .grid:after, .raw__animated__content:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        border-width: 1px;
        border-style: solid;
        border-radius: 100%;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: 1s;
                transition-duration: 1s;
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s; }
      .raw__animated .grid:before {
        -webkit-transition-delay: 1.3s;
                transition-delay: 1.3s; }
      .raw__animated .grid:after {
        -webkit-transition-delay: 1.25s;
                transition-delay: 1.25s; }
      .raw__animated__content:before {
        -webkit-transition-delay: 1.35s;
                transition-delay: 1.35s; }
      .raw__animated .grid.animate:before, .raw__animated .grid.animate:after, .raw__animated .grid.animate .raw__animated__content:before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        -webkit-animation-name: raw__animated;
                animation-name: raw__animated;
        -webkit-animation-duration: 4s;
                animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        animation-direction: alternate-reverse; }
      .raw__animated .grid.animate h2, .raw__animated .grid.animate .raw__animated__text {
        opacity: 1; }
      .raw__animated .grid {
        position: -webkit-sticky;
        position: sticky;
        top: 8rem; }
        .raw__animated .grid .raw__animated__text {
          min-height: 130px; }
        .raw__animated .grid h2, .raw__animated .grid .raw__animated__text {
          opacity: 0;
          -webkit-transition: opacity 1s 1s ease-in-out;
          transition: opacity 1s 1s ease-in-out; }
          body.IE .raw__animated .grid h2, body.IE .raw__animated .grid .raw__animated__text {
            opacity: 1; }
        .raw__animated .grid:before {
          width: 400px;
          height: 400px;
          border-color: rgba(255, 76, 0, 0.2);
          -webkit-animation-delay: 1s;
                  animation-delay: 1s; }
        .raw__animated .grid:after {
          width: 350px;
          height: 350px;
          border-color: rgba(255, 76, 0, 0.3);
          -webkit-animation-delay: 2.5s;
                  animation-delay: 2.5s; }
      .raw__animated__scroll {
        opacity: 0;
        margin: 0 auto;
        text-align: center;
        -webkit-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out; }
        .raw__animated__scroll.animate {
          opacity: 1; }
        .raw__animated__scroll svg {
          display: block;
          width: 100px;
          margin: 1em auto; }
      .raw__animated__navigation {
        display: none; }
      .raw__animated__images img {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        max-width: 500px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s 0.25s ease-in-out;
        transition: opacity 1s ease-in-out, -webkit-transform 1s 0.25s ease-in-out;
        transition: opacity 1s ease-in-out, transform 1s 0.25s ease-in-out;
        transition: opacity 1s ease-in-out, transform 1s 0.25s ease-in-out, -webkit-transform 1s 0.25s ease-in-out; }
        .raw__animated__images img:not(:first-of-type).animate {
          opacity: 0;
          -webkit-transition: opacity 1s 0.25s ease-in-out, -webkit-transform 1s ease-in-out;
          transition: opacity 1s 0.25s ease-in-out, -webkit-transform 1s ease-in-out;
          transition: opacity 1s 0.25s ease-in-out, transform 1s ease-in-out;
          transition: opacity 1s 0.25s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
      .raw__animated__content:before {
        width: 450px;
        height: 450px;
        border-color: rgba(255, 76, 0, 0.1); }
      .raw__animated__content:after {
        content: "";
        display: table;
        clear: both; }
      .raw__animated__content.animate:before {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
      .raw__animated__text {
        float: left;
        width: 250px;
        clear: left;
        text-align: right;
        margin-bottom: 3rem; }
        .raw__animated__text:nth-of-type(2n) {
          clear: right;
          float: right;
          text-align: left; }
        .raw__animated__text:nth-child(6) h3 {
          margin-top: 0; } }

.raw__icon {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center; }
  .raw__icon h2 {
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__icon p {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .raw__icon img {
    width: 100px; }
  .raw__icon__bar {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    height: 3em;
    border-radius: 10px;
    background-color: #e9e9e9; }
    .raw__icon__bar span {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      border-radius: 10px;
      background-color: #ff4c00;
      -webkit-transition: width 10s 0.5s ease-in-out;
      transition: width 10s 0.5s ease-in-out; }
    .background--gray .raw__icon__bar {
      background-color: #fff; }
  @media only screen and (min-width: 700px) {
    .raw__icon {
      padding-top: 0; } }

:root {
  --menu-w: 280px; }

.raw-products {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center; }
  @media (max-width: 499px) {
    .raw-products {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .raw-products h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw-products h3, .raw-products h4 {
    color: #ff4c00;
    font-size: 20px;
    font-size: 1.25rem; }
  .raw-products h4 {
    margin: 10px 0; }
  .raw-products-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .raw-products-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .raw-products-menu-block {
      width: 280px;
      width: var(--menu-w);
      border: solid 1px #ff4c00;
      cursor: pointer;
      border-radius: 10px;
      padding: 20px;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Montserrat", serif;
      text-align: center;
      font-weight: lighter;
      color: #ff4c00; }
      @media (max-width: 768px) {
        .raw-products-menu-block {
          font-size: 14px;
          font-size: 0.875rem;
          margin-bottom: 10px; } }
      .raw-products-menu-block.active, .raw-products-menu-block:hover {
        background-color: #ff4c00;
        color: #fff; }
  .raw-products-content {
    margin-top: 20px; }
  .raw-products-block {
    display: none; }
    .raw-products-block.active {
      display: block; }
    .raw-products-block-imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .raw-products-block-imgs-container {
        float: left; }
        .raw-products-block-imgs-container:nth-child(1) {
          position: relative;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          @media (max-width: 768px) {
            .raw-products-block-imgs-container:nth-child(1) {
              display: none; } }
        .raw-products-block-imgs-container:nth-child(2) {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .raw-products-block-imgs-container img {
          max-width: 100%;
          margin: 0 auto; }
        .raw-products-block-imgs-container .product-image-sample img {
          width: 70%; }
    #prod-75 .raw-products-block-anim {
      height: 280px;
      width: 300px;
      position: absolute;
      left: 53%;
      top: 26%; }
      @media (min-width: 1180px) and (max-width: 1400px) {
        #prod-75 .raw-products-block-anim {
          left: 50%;
          top: 15%; } }
      @media (min-width: 1080px) and (max-width: 1179px) {
        #prod-75 .raw-products-block-anim {
          left: 50%;
          top: 10%; } }
      @media (max-width: 1079px) {
        #prod-75 .raw-products-block-anim {
          display: none; } }
      #prod-75 .raw-products-block-anim > div:nth-child(1) {
        width: 150px;
        height: 150px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0; }
      #prod-75 .raw-products-block-anim > div:nth-child(2) {
        width: 100px;
        height: 100px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 25px;
        left: 25px; }
      #prod-75 .raw-products-block-anim > div:nth-child(3) {
        width: 145px;
        position: absolute;
        right: -100px;
        border-top: 1px solid #ff4c00; }
      #prod-75 .raw-products-block-anim > div:nth-child(3):before {
        content: '';
        width: 205px;
        height: 300px;
        border-top: 1px solid #ff4c00;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        position: absolute;
        left: -84px;
        top: 30px; }
      #prod-75 .raw-products-block-anim > div:nth-child(3):after {
        content: ' ';
        width: 10px;
        height: 10px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -6px;
        background: #ff4c00; }
    #prod-76 .raw-products-block-anim {
      height: 280px;
      width: 300px;
      position: absolute;
      left: 49%;
      top: 30%; }
      @media (min-width: 1180px) and (max-width: 1400px) {
        #prod-76 .raw-products-block-anim {
          left: 48%;
          top: 26%; } }
      @media (min-width: 1080px) and (max-width: 1179px) {
        #prod-76 .raw-products-block-anim {
          left: 45%;
          top: 16%; } }
      @media (max-width: 1079px) {
        #prod-76 .raw-products-block-anim {
          display: none; } }
      #prod-76 .raw-products-block-anim > div:nth-child(1) {
        width: 150px;
        height: 150px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0; }
      #prod-76 .raw-products-block-anim > div:nth-child(2) {
        width: 100px;
        height: 100px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 25px;
        left: 25px; }
      #prod-76 .raw-products-block-anim > div:nth-child(3) {
        width: 145px;
        position: absolute;
        right: -100px;
        border-top: 1px solid #ff4c00; }
      #prod-76 .raw-products-block-anim > div:nth-child(3):before {
        content: '';
        width: 205px;
        height: 300px;
        border-top: 1px solid #ff4c00;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        position: absolute;
        left: -84px;
        top: 30px; }
      #prod-76 .raw-products-block-anim > div:nth-child(3):after {
        content: ' ';
        width: 10px;
        height: 10px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -6px;
        background: #ff4c00; }
    #prod-72 .raw-products-block-anim {
      height: 280px;
      width: 215px;
      position: absolute;
      left: 29%;
      top: 26%; }
      @media (min-width: 1180px) and (max-width: 1400px) {
        #prod-72 .raw-products-block-anim {
          left: 28%;
          top: 23%; } }
      @media (min-width: 1080px) and (max-width: 1179px) {
        #prod-72 .raw-products-block-anim {
          left: 25%;
          top: 13%; } }
      @media (max-width: 1079px) {
        #prod-72 .raw-products-block-anim {
          display: none; } }
      #prod-72 .raw-products-block-anim > div:nth-child(1) {
        width: 150px;
        height: 150px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0; }
      #prod-72 .raw-products-block-anim > div:nth-child(2) {
        width: 100px;
        height: 100px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        bottom: 25px;
        left: 25px; }
      #prod-72 .raw-products-block-anim > div:nth-child(3) {
        width: 305px;
        position: absolute;
        right: -345px;
        border-top: 1px solid #ff4c00; }
      #prod-72 .raw-products-block-anim > div:nth-child(3):before {
        content: '';
        width: 205px;
        height: 300px;
        border-top: 1px solid #ff4c00;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        position: absolute;
        left: -84px;
        top: 30px; }
      #prod-72 .raw-products-block-anim > div:nth-child(3):after {
        content: ' ';
        width: 10px;
        height: 10px;
        border: 1px solid #ff4c00;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: -6px;
        background: #ff4c00; }
    .raw-products-block-points {
      width: 33.333333%;
      float: left; }
      @media (max-width: 1000px) {
        .raw-products-block-points {
          width: 50%; } }
      @media (max-width: 768px) {
        .raw-products-block-points {
          width: 100%; } }
      .raw-products-block-points-container {
        clear: both; }
    .raw-products-block-benefits {
      margin-top: 20px;
      clear: both; }

.raw__link, .raw__page {
  padding: 4rem;
  text-align: center;
  color: #fff;
  background-color: #ff4c00; }
  .raw__link a, .raw__page a {
    display: inline-block;
    padding: .5em;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background 0.35s ease-in-out, color 0.35s ease-in-out; }
    .raw__link a:hover, .raw__page a:hover {
      color: #ff4c00;
      background-color: #fff; }

.raw__parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45vh;
  min-height: 200px; }
  .raw__parallax h2 {
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__parallax img {
    max-width: none;
    width: 100%; }
  .raw__parallax__title {
    position: absolute;
    bottom: 2em;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center; }

@media only screen and (max-width: 499px) {
  .raw__parallax {
    min-height: auto;
    height: auto; }
    .raw__parallax img {
      display: block; } }

.raw__posts {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  text-align: center; }
  @media (max-width: 499px) {
    .raw__posts {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .raw__posts h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__posts a {
    color: #8f8f8f; }
    .raw__posts a img {
      display: block;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100% !important;
      height: 75px !important;
      margin: 0 auto;
      max-width: initial; }
    .raw__posts a img, .raw__posts a p, .raw__posts a div {
      pointer-events: none; }
  .raw__posts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .raw__posts__navigation {
    position: absolute;
    z-index: 3;
    bottom: 4rem;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .raw__posts__navigation a {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      margin-right: 5px;
      border-radius: 15px;
      background-color: #8f8f8f; }
      .raw__posts__navigation a.active {
        background-color: #ff4c00; }

.raw__post {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px #e9e9e9;
          box-shadow: 0 10px 30px #e9e9e9;
  background: #fff;
  opacity: 0.7;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .raw__post.active:hover .raw__post__cover {
    opacity: 0.9; }
  .raw__post.active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none; }
  .raw__post__cover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    background-color: #ff4c00;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .raw__post__button {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1em 2em; }

@media only screen and (min-width: 700px) {
  .raw__post {
    width: 33%; } }

.raw__intro {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat; }
  .raw__intro h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  @media only screen and (min-width: 700px) {
    .raw__intro__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
    .raw__intro__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 50%; } }
  .raw__intro__content {
    max-width: 100%; }
    .raw__intro__content p a {
      display: inline-block; }

.raw__image {
  position: relative;
  text-align: center;
  line-height: 0;
  overflow: hidden; }
  .raw__image:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/shadow.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none; }
  .raw__image__container {
    position: relative;
    display: inline-block; }
    .raw__image__container:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background-color: #ff4c00;
      -webkit-transition: width 5s ease-in-out;
      transition: width 5s ease-in-out; }
  .raw__image.animate .raw__image__container:before {
    width: 100%; }
  .raw__image img {
    position: relative;
    z-index: 2;
    display: block; }

.raw__form {
  padding: 4rem 0;
  color: #fff;
  background-color: #ff4c00; }
  .raw__form h2 {
    text-align: center; }
  .raw__form a {
    display: inline-block;
    padding: .5em 2em;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background 0.35s ease-in-out, color 0.35s ease-in-out; }
    .raw__form a:hover {
      color: #ff4c00;
      background-color: #fff; }
  .raw__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .raw__form button {
    text-transform: uppercase;
    border-color: #fff;
    color: #fff; }
    .raw__form button:hover {
      background-color: #fff;
      color: #ff4c00; }
  .raw__form .message--success {
    color: #fff; }
  .raw__form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff; }
    .raw__form__label a {
      background-color: inherit !important;
      color: inherit !important;
      font-size: inherit;
      border: inherit;
      padding: inherit;
      font-weight: inherit;
      font-family: inherit;
      text-decoration: underline; }
    .raw__form__label span {
      display: none; }
    .raw__form__label input:not([type="checkbox"]), .raw__form__label textarea {
      color: #fff;
      border-bottom: 0 none;
      font-family: inherit; }
    .raw__form__label ::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .raw__form__label :-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .raw__form__label ::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .raw__form__label ::placeholder {
      color: #fff;
      opacity: 1; }
    .raw__form__label--file span {
      display: inline-block; }
    .raw__form__label--file input {
      overflow: hidden;
      width: 0;
      height: 0;
      visibility: hidden; }
    .raw__form__label--no-border {
      border-color: transparent; }
    .raw__form__label--half {
      min-width: 300px;
      width: 49%; }
  .raw__form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out; }
  .raw__form__intro {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em; }
    .raw__form__intro p {
      margin: 0 !important; }
  .raw__form__form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    padding-top: 2em;
    padding-bottom: 2em; }
  .raw__form.active .raw__form__container {
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: 1; }
  .raw__form.active a {
    background-color: #fff;
    color: #ff4c00; }
  .raw__form__error {
    display: none;
    margin: 0;
    color: #900;
    width: 100%;
    margin-top: 20px; }
    .raw__form__error.active {
      display: block; }

.raw__simulator .button {
  border-color: #ff4c00;
  background-color: #ff4c00;
  color: #fff;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out; }
  .raw__simulator .button:hover {
    background-color: #fff;
    color: #ff4c00; }

.raw__simulator__content {
  padding-top: 8rem;
  text-align: center;
  background-color: #fbfbfb; }
  .raw__simulator__content h2 {
    margin-top: 0;
    color: #ff4c00;
    font-size: 36px;
    font-size: 2.25rem; }
  .raw__simulator__content p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    max-width: 500px; }
  .raw__simulator__content img {
    display: block; }

.raw__simulator__error, .raw__simulator .raw__form__error {
  display: none;
  margin: 0;
  color: #900; }
  .raw__simulator__error.active, .raw__simulator .raw__form__error.active {
    display: block; }

.raw__simulator__form p {
  width: 100%;
  margin-top: 4em;
  text-align: center; }
  .raw__simulator__form p:last-of-type {
    margin-top: 4em; }

.raw__simulator__form button {
  border-color: #ff4c00;
  color: #fff;
  background-color: #ff4c00; }
  .raw__simulator__form button:hover {
    color: #ff4c00;
    background: #fff; }

.raw__simulator__form .grid {
  max-width: 700px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.raw__simulator__form, .raw__simulator__result {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: opacity 0.35s ease-in-out;
          transform: opacity 0.35s ease-in-out; }
  .raw__simulator__form.active, .raw__simulator__result.active {
    opacity: 1;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 8rem; }

.raw__simulator h2 {
  margin-top: 0;
  color: #ff4c00;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 55px; }

.raw__simulator__form.active {
  padding-top: 8rem; }

.raw__simulator__result {
  text-align: center; }
  .raw__simulator__result form {
    margin-top: 2em; }
  .raw__simulator__result button:first-of-type {
    border-color: #ff4c00;
    color: #fff;
    background-color: #ff4c00; }
  .raw__simulator__result p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .raw__simulator__result .grid {
    max-width: 700px; }

.raw__simulator__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
  margin-bottom: 1em; }
  .raw__simulator__label span {
    display: block; }
  .raw__simulator__label select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ff4c00;
    color: #ff4c00;
    background: transparent none;
    line-height: 1.6;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 12px;
    font-size: 0.75rem; }
  .raw__simulator__label input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ff4c00;
    color: #ff4c00;
    background: transparent none;
    line-height: 1.6;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 12px;
    font-size: 0.75rem; }

.raw__simulator ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-top: 2em;
  text-align: center; }
  .raw__simulator ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    margin-bottom: 2em; }
  .raw__simulator ul svg {
    width: 6em;
    height: 6em;
    margin-bottom: 1em; }
  .raw__simulator ul span {
    display: block; }

.raw__simulator__value {
  color: #ff4c00;
  font-weight: 600; }

.raw__simulator__key {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }
  .raw__simulator__key p {
    margin: 0 !important; }

:root {
  --info-svg-h: 100px;
  --info-block-w: 225px;
  --info-block-pad: 25px;
  --info-block-line: 165px; }

.raw-infographics {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  .raw-infographics:after {
    content: '';
    width: 685px;
    height: 3px;
    bottom: 0;
    background-color: #ff4c00; }
    @media (max-width: 685px) {
      .raw-infographics:after {
        width: 100%; } }
  .raw-infographics .grid {
    text-align: center; }
    .raw-infographics .grid > svg {
      width: auto;
      height: 100px;
      height: var(--info-svg-h);
      display: inline-block; }
    .raw-infographics .grid h2 {
      margin-top: 3rem;
      margin-bottom: 4rem;
      color: #ff4c00;
      font-size: 36px;
      font-size: 2.25rem;
      width: 100%;
      text-align: center; }
    .raw-infographics .grid > p {
      max-width: 500px;
      text-align: center;
      display: inline-block;
      margin-bottom: 8.5rem; }
  .raw-infographics-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 499px) {
      .raw-infographics-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .raw-infographics-block {
    width: 225px;
    width: var(--info-block-w);
    padding: 0 25px;
    padding: 0 var(--info-block-pad);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.5rem;
    position: relative; }
    @media (max-width: 499px) {
      .raw-infographics-block {
        width: 100%;
        padding: 0; } }
    .raw-infographics-block svg {
      width: auto;
      height: 100px;
      height: var(--info-svg-h);
      margin-bottom: 3rem; }
      @media (max-width: 499px) {
        .raw-infographics-block svg {
          margin-bottom: 1rem; } }
    .raw-infographics-block p {
      margin-bottom: 0;
      width: 100%; }
      @media (max-width: 499px) {
        .raw-infographics-block p {
          margin-bottom: 2rem; } }
    .raw-infographics-block-after {
      width: 165px;
      width: var(--info-block-line);
      height: 2px;
      margin-top: 50px;
      margin-top: calc( var(--info-svg-h)/2);
      background-color: #ff4c00; }
      @media (max-width: 499px) {
        .raw-infographics-block-after {
          display: none; } }
