@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Oswald:600,700&display=swap);
/* #region fonts */
/* #endregion fonts */
/* #region colors */
/* #endregion colors */
/* #region zindex */
/* #endregion zindex */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region breakpoints for use in js */
body:before {
  content: "xs";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 576px) {
  body:before {
    content: "sm"; } }

@media (min-width: 768px) {
  body:before {
    content: "md"; } }

@media (min-width: 992px) {
  body:before {
    content: "lg"; } }

@media (min-width: 1200px) {
  body:before {
    content: "xl"; } }

/* #endregion breakpoints */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  -webkit-font-smoothing: antialiased; }
  body .font-oswald,
  body h1,
  body h2,
  body .btn,
  body .nav-menu-main a,
  body .menu-social a,
  body .label,
  body label,
  body .faux-heading1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700; }
  body footer#footer-site small {
    font-size: 10px;
    line-height: 20px; }
  body .label,
  body label {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em; }
  body .btn {
    font-size: 13px; }
  body h1,
  body h2,
  body header#header-site .nav-menu-main a,
  body .cms-element.caorusel-hero .faux-heading1 {
    font-size: 25px;
    line-height: 25px; }
  body .nav-menu-social a,
  body header#header-site a.btn.control {
    font-size: 30px;
    line-height: 30px; }
  body h1,
  body .faux-heading1,
  body h2,
  body .nav-menu-main a,
  body .label,
  body label,
  body .btn {
    text-transform: uppercase; }
  @media (min-width: 768px) {
    body h1,
    body .faux-heading1 {
      font-size: 34px;
      line-height: 34px; }
    body footer#footer-site .nav-menu-main a {
      font-size: 18px;
      line-height: 22px; }
    body footer#footer-site small {
      font-size: 14px;
      line-height: 26px; }
    body .content-block-2 h1 {
      font-size: 25px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      line-height: 24px; }
      body h1,
      body .faux-heading1 {
        font-size: 50px;
        line-height: 50px; }
      body h2,
      body .content-block-2 h1 {
        font-size: 40px;
        line-height: 40px; }
      body header#header-site .nav-menu-main a {
        font-size: 16px;
        line-height: 22px; }
      body .btn {
        font-size: 15px; } }
  @media (min-width: 1200px) {
    body header#header-site .nav-menu-main a {
      font-size: 18px; } }

ul,
ol,
p,
h1,
h2,
h3,
h4,
form,
.form-group {
  margin: 0; }

html {
  height: 100%; }

body {
  background: white; }
  body.noscroll {
    height: 100%;
    overflow: hidden;
    width: 100%; }
  body .h-100-percent {
    height: 100%; }
  body #page-wrap {
    margin-top: 70px; }
  @media (min-width: 768px) {
    body #page-wrap {
      margin-top: 90px; } }
  @media (min-width: 992px) {
    body #page-wrap {
      margin-top: 120px; } }

/* #region colors */
.color-black {
  color: black; }

.color-white,
header#header-site a {
  color: white; }

.color-blue1,
.label,
label {
  color: #4F95FF; }

.color-grey1 {
  color: #232527; }

.color-grey2 {
  color: #333333; }

.color-grey3,
body {
  color: #687C96; }

.color-grey4,
footer#footer-site,
footer#footer-site a {
  color: #7D8692; }

.color-red1,
header#header-site .nav-menu-social a,
.glide-control,
.rte-wrap a {
  color: #F05E63; }

.bg-color-black {
  background-color: black; }

.bg-color-white,
footer#footer-site {
  background-color: white; }

.bg-color-grey1 {
  background-color: #232527; }

.bg-color-grey2,
header#header-site {
  background-color: #333333; }

.bg-color-grey5,
body {
  background-color: #EFF4FC; }

.bg-color-red1,
.btn-primary,
header#header-site .nav-menu-main a.selected,
header#header-site .nav-menu-main a:hover {
  background-color: #F05E63; }

/* #endregion colors */
/* #region border-radius */
header#header-site .nav-menu-main a {
  border-radius: 15px; }

/* #endregion border-radius */
/* #region links */
.nav-menu-main a:hover {
  text-decoration: none; }

.btn {
  border: none;
  border-radius: 100px;
  padding: 21px 30px 24px 30px;
  line-height: 15px; }

/* #endregion links */
/* #region forms */
/* #endregion forms */
/* #region labels */
p.label {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4F95FF; }

/* #endregion labels */
/* #region carousels */
.glide__wrap .controls .glide-control {
  font-size: 40px;
  line-height: 40px;
  cursor: pointer; }
  .glide__wrap .controls .glide-control svg {
    --fa-primary-color: white;
    --fa-secondary-color: #F05E63;
    --fa-secondary-opacity: 1.0; }

.glide__wrap .glide__slide {
  height: auto; }

@media (min-width: 768px) {
  .glide__wrap .controls .glide-control {
    font-size: 50px;
    line-height: 50px; } }

/* #endregion carousels */
/* #region clip-paths */
.clip-path-svg {
  position: absolute;
  width: 0;
  height: 0; }

.clip-path-curve-bottom {
  -webkit-clip-path: url(#clip-path-curve-bottom);
          clip-path: url(#clip-path-curve-bottom); }

/* #endregion clip-paths */
/* #region Backgrounds */
.view.page.about #page-wrap {
  background-image: url(/themes/crable/assets/bg-circles2.svg);
  background-position: center 506px;
  background-repeat: no-repeat;
  background-size: 203%; }
  @media (min-width: 768px) {
    .view.page.about #page-wrap {
      background-position: center 323px;
      background-size: 100%; } }
  @media (min-width: 1200px) {
    .view.page.about #page-wrap {
      background-position: center 506px; } }

/* #endregion backgrounds */
/* #region global includes */
header#header-site {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1060; }
  header#header-site img.logo {
    width: 78px; }
  header#header-site.open {
    bottom: 0; }
  header#header-site > .container > .row.align-items-center,
  header#header-site .nav-collapse header > .row.align-items-center {
    min-height: 70px; }
  header#header-site .mobile-controls {
    position: relative;
    right: -8px; }
    header#header-site .mobile-controls li {
      margin-right: 0;
      margin-left: .5rem; }
  header#header-site ul.nav-menu-main li a {
    padding: 1px 10px 3px; }
  @media (max-width: 991px) {
    header#header-site .mobile-controls .minus {
      display: none; }
    header#header-site .nav-collapse {
      overflow: hidden;
      position: fixed;
      top: 70px;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      overflow-y: auto;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s .25s, opacity .25s ease-out; }
      header#header-site .nav-collapse .inner {
        height: 100%;
        min-height: 475px;
        margin-left: -15px;
        margin-right: -15px;
        background: url("/themes/crable/assets/bg-circles1.svg") no-repeat center center;
        background-size: cover; }
      header#header-site .nav-collapse ul.nav-menu-main li + li {
        margin-top: 26px; }
      header#header-site .nav-collapse ul.nav-menu-social {
        margin-top: 26px; }
    header#header-site.open .mobile-controls .bars {
      display: none; }
    header#header-site.open .mobile-controls .minus {
      display: inline-block; }
    header#header-site.open .nav-collapse {
      visibility: visible;
      opacity: 1;
      transition: visibility 0s, opacity .25s ease-out; } }
  @media (min-width: 576px) {
    header#header-site .nav-collapse .inner {
      max-width: 510px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    header#header-site > .container > .row.align-items-center,
    header#header-site .nav-collapse header > .row.align-items-center {
      min-height: 90px; }
    header#header-site img.logo {
      width: 98px; }
    header#header-site .nav-collapse {
      top: 90px; }
      header#header-site .nav-collapse .inner {
        max-width: 690px;
        margin: 0 auto; }
      header#header-site .nav-collapse ul.nav-menu-main li + li {
        margin-top: 14px; } }
  @media (min-width: 992px) {
    header#header-site > .container > .row.align-items-center,
    header#header-site .nav-collapse header > .row.align-items-center {
      min-height: 120px; }
    header#header-site img.logo {
      width: 117px; }
    header#header-site .nav-collapse {
      top: 0; }
      header#header-site .nav-collapse .inner {
        max-width: none;
        margin: 0 auto; }
      header#header-site .nav-collapse ul.nav-menu-main {
        padding-left: 0;
        list-style: none;
        margin-top: 0; }
        header#header-site .nav-collapse ul.nav-menu-main li {
          display: inline-block; }
          header#header-site .nav-collapse ul.nav-menu-main li + li {
            margin-top: 0;
            margin-left: 10px; } }

footer#footer-site {
  padding-top: 40px;
  padding-bottom: 45px; }
  footer#footer-site img.logo {
    width: 78px; }
  footer#footer-site p + ul {
    margin-top: 40px; }
  footer#footer-site ul + p,
  footer#footer-site p + p {
    margin-top: 20px; }
  footer#footer-site ul.nav-menu-main li:first-of-type {
    display: none; }
  footer#footer-site ul.nav-menu-main {
    margin-top: 20px; }
  footer#footer-site ul.logos li:first-child {
    display: block;
    margin-bottom: 20px; }
  footer#footer-site ul.logos li:nth-child(2) {
    margin-left: 0px; }
  footer#footer-site ul.logos li + li {
    margin-left: 25px; }
  footer#footer-site ul.logos li img {
    height: 40px; }
  @media (max-width: 767px) {
    footer#footer-site ul.nav-menu-social {
      padding-left: 123px;
      margin-top: -22px; }
      footer#footer-site ul.nav-menu-social a {
        font-size: 22px; }
    footer#footer-site ul.nav-menu-main {
      -moz-columns: 2;
           columns: 2;
      max-width: 230px;
      margin-left: auto;
      margin-right: auto; }
      footer#footer-site ul.nav-menu-main li {
        margin-bottom: 20px; } }
  @media (min-width: 768px) {
    footer#footer-site {
      padding-top: 60px;
      padding-bottom: 65px; }
      footer#footer-site img.logo {
        width: 117px; }
      footer#footer-site p + ul,
      footer#footer-site ul + p {
        margin-top: 60px; }
      footer#footer-site p + p {
        margin-top: 26px; }
      footer#footer-site ul.logos li:first-child {
        display: inline-block;
        margin-bottom: 0px; }
      footer#footer-site ul.logos li:nth-child(2) {
        margin-left: 25px; }
      footer#footer-site ul {
        display: inline-block; }
        footer#footer-site ul.nav-menu-main li:not(:first-of-type) + li {
          margin-left: 20px; }
        footer#footer-site ul.nav-menu-social {
          margin-left: 20px;
          vertical-align: -2px;
          margin-top: 25px; }
        footer#footer-site ul li {
          display: inline; } }

/* #endregion global includes */
/* #region grasp cms includes */
section.cms-element.basic-page-content {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url("/themes/crable/assets/bg-circles2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 200%; }
  section.cms-element.basic-page-content .container h1 {
    margin-top: 20px; }
  section.cms-element.basic-page-content .container .rte-wrap {
    margin-top: 40px; }
    section.cms-element.basic-page-content .container .rte-wrap p + p {
      margin-top: 22px; }
  @media (min-width: 768px) {
    section.cms-element.basic-page-content {
      padding-top: 80px;
      padding-bottom: 100px;
      background-size: 100%; }
      section.cms-element.basic-page-content .container h1 {
        margin-top: 25px; } }
  @media (min-width: 992px) {
    section.cms-element.basic-page-content {
      padding-top: 120px;
      padding-bottom: 140px; }
      section.cms-element.basic-page-content .container h1 {
        margin-top: 30px; }
      section.cms-element.basic-page-content .container .rte-wrap {
        margin-top: 60px; }
        section.cms-element.basic-page-content .container .rte-wrap p + p {
          margin-top: 26px; } }

section.cms-element.carousel-1 {
  margin-bottom: 40px; }
  section.cms-element.carousel-1 .container .inner {
    padding-top: 40px;
    padding-bottom: 30px; }
  section.cms-element.carousel-1 .container .controls {
    margin: 20px 20px 0; }
  @media (min-width: 768px) {
    section.cms-element.carousel-1 {
      margin-bottom: 80px; }
      section.cms-element.carousel-1 .container .inner {
        padding-top: 50px;
        padding-bottom: 60px; }
      section.cms-element.carousel-1 .container .controls {
        margin: 35px 35px 0; } }
  @media (min-width: 992px) {
    section.cms-element.carousel-1 {
      margin-bottom: 100px; }
      section.cms-element.carousel-1 .container .inner {
        padding-bottom: 20px; }
      section.cms-element.carousel-1 .container .controls {
        position: relative;
        top: -250px;
        margin: 0 50px; } }
  @media (min-width: 1200px) {
    section.cms-element.carousel-1 {
      margin-bottom: 120px; } }

section.cms-element.carousel-2 {
  margin-bottom: 40px; }
  section.cms-element.carousel-2 .container .inner {
    border-top: 3px solid #F05E63;
    padding-top: 40px;
    padding-bottom: 30px; }
  section.cms-element.carousel-2 .container .glide__wrap {
    margin-top: 25px; }
    section.cms-element.carousel-2 .container .glide__wrap .glide__slide p {
      margin-top: 15px; }
  section.cms-element.carousel-2 .container .controls {
    margin: 20px 20px 0; }
  @media (min-width: 768px) {
    section.cms-element.carousel-2 {
      margin-bottom: 80px; }
      section.cms-element.carousel-2 .container .inner {
        padding-top: 50px;
        padding-bottom: 60px; }
      section.cms-element.carousel-2 .container .controls {
        margin: 35px 35px 0; } }
  @media (min-width: 992px) {
    section.cms-element.carousel-2 {
      margin-bottom: 100px; }
      section.cms-element.carousel-2 .container .inner {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 20px; }
      section.cms-element.carousel-2 .container .glide__wrap .glide__slide p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px; }
      section.cms-element.carousel-2 .container .controls {
        position: relative;
        top: -150px;
        margin: 0 -75px; } }
  @media (min-width: 1200px) {
    section.cms-element.carousel-2 {
      margin-bottom: 120px; } }

section.cms-element.carousel-3 {
  margin-bottom: 40px; }
  section.cms-element.carousel-3 .container .inner {
    padding-top: 40px;
    padding-bottom: 30px; }
  section.cms-element.carousel-3 .container .controls {
    margin: 20px 20px 0; }
  @media (min-width: 768px) {
    section.cms-element.carousel-3 {
      margin-bottom: 80px; }
      section.cms-element.carousel-3 .container .inner {
        padding-top: 50px;
        padding-bottom: 60px; }
      section.cms-element.carousel-3 .container .controls {
        margin: 35px 35px 0; } }
  @media (min-width: 992px) {
    section.cms-element.carousel-3 {
      margin-bottom: 100px; }
      section.cms-element.carousel-3 .container .inner {
        padding-bottom: 20px; }
      section.cms-element.carousel-3 .container .controls {
        position: relative;
        top: -250px;
        margin: 0 50px; } }
  @media (min-width: 1200px) {
    section.cms-element.carousel-3 {
      margin-bottom: 120px; } }

section.cms-element.carousel-quotes {
  margin-bottom: 40px; }
  section.cms-element.carousel-quotes .container p.label + h2 {
    margin-top: 20px; }
  section.cms-element.carousel-quotes .container .glide__wrap {
    margin-top: 40px; }
    section.cms-element.carousel-quotes .container .glide__wrap .glide__slide .inner {
      border-top: 3px solid #F05E63;
      padding: 25px 10px 40px; }
      section.cms-element.carousel-quotes .container .glide__wrap .glide__slide .inner p {
        margin-top: 15px; }
      section.cms-element.carousel-quotes .container .glide__wrap .glide__slide .inner svg + p {
        font-weight: 700; }
    section.cms-element.carousel-quotes .container .glide__wrap .controls {
      margin: 20px 20px 0; }
  @media (min-width: 768px) {
    section.cms-element.carousel-quotes {
      margin-bottom: 80px; }
      section.cms-element.carousel-quotes .container .inner {
        padding-top: 50px;
        padding-bottom: 60px; }
      section.cms-element.carousel-quotes .container .controls {
        margin: 35px 35px 0; } }
  @media (min-width: 992px) {
    section.cms-element.carousel-quotes {
      margin-bottom: 100px; }
      section.cms-element.carousel-quotes .container .inner {
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 20px; }
      section.cms-element.carousel-quotes .container .glide__wrap .glide__slide p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px; } }
  @media (min-width: 1200px) {
    section.cms-element.carousel-quotes {
      margin-bottom: 120px; } }

section.cms-element.content-block-1 {
  margin-top: 40px;
  margin-bottom: 40px; }
  section.cms-element.content-block-1 + .label-title-text-image {
    padding-top: 0px; }
  section.cms-element.content-block-1 .container h2,
  section.cms-element.content-block-1 .container p + p {
    margin-top: 20px; }
  section.cms-element.content-block-1 .container h2 + .rte-wrap {
    margin-top: 40px; }
  section.cms-element.content-block-1 .container h2 {
    color: #232527; }
  @media (min-width: 768px) {
    section.cms-element.content-block-1 {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 992px) {
    section.cms-element.content-block-1 {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    section.cms-element.content-block-1 {
      margin-top: 120px;
      margin-bottom: 120px; } }

section.cms-element.content-block-2 {
  overflow: hidden; }
  section.cms-element.content-block-2.cms-element-first {
    position: relative; }
    section.cms-element.content-block-2.cms-element-first.cms-element-first:before {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: calc(40%);
      left: -1px;
      background-image: url("/themes/crable/assets/bg-curve-bottom.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover; }
  section.cms-element.content-block-2 .container .inner {
    position: relative; }
    section.cms-element.content-block-2 .container .inner h2,
    section.cms-element.content-block-2 .container .inner h2 + p,
    section.cms-element.content-block-2 .container .inner p + p,
    section.cms-element.content-block-2 .container .inner h1 + p,
    section.cms-element.content-block-2 .container .inner h1 {
      margin-top: 15px; }
    section.cms-element.content-block-2 .container .inner h2,
    section.cms-element.content-block-2 .container .inner h1 {
      color: #232527; }
  section.cms-element.content-block-2.layout-img-left .inner {
    padding: 20px 50px 40px 30px; }
  section.cms-element.content-block-2.layout-img-right .inner {
    padding: 20px 30px 40px 50px; }
  @media (max-width: 767px) {
    section.cms-element.content-block-2 .container {
      padding-left: 0;
      padding-right: 0; }
      section.cms-element.content-block-2 .container .inner {
        border-top: 3px solid #F05E63;
        top: -40px; }
    section.cms-element.content-block-2.layout-img-left .inner {
      margin-left: 15px; }
    section.cms-element.content-block-2.layout-img-right .inner {
      margin-right: 15px; } }
  @media (min-width: 768px) {
    section.cms-element.content-block-2 {
      margin-bottom: 80px; }
      section.cms-element.content-block-2 .container .inner {
        margin: 0;
        width: calc(100% + 170px);
        border-left: 3px solid #F05E63; }
      section.cms-element.content-block-2.layout-img-left .inner {
        left: -170px; } }
  @media (min-width: 992px) {
    section.cms-element.content-block-2 {
      margin-bottom: 100px; }
      section.cms-element.content-block-2 .container .inner {
        width: calc(100% + 280px); }
        section.cms-element.content-block-2 .container .inner h2,
        section.cms-element.content-block-2 .container .inner h2 + p,
        section.cms-element.content-block-2 .container .inner h1 + p,
        section.cms-element.content-block-2 .container .inner p + p,
        section.cms-element.content-block-2 .container .inner h1 {
          margin-top: 25px; }
      section.cms-element.content-block-2.layout-img-left .inner, section.cms-element.content-block-2.layout-img-right .inner {
        padding: 40px 65px; }
      section.cms-element.content-block-2.layout-img-left .inner {
        left: -280px; } }
  @media (min-width: 1200px) {
    section.cms-element.content-block-2 {
      margin-bottom: 120px; }
      section.cms-element.content-block-2 .container .inner {
        width: calc(100% + 325px); }
        section.cms-element.content-block-2 .container .inner h2,
        section.cms-element.content-block-2 .container .inner h2 + p,
        section.cms-element.content-block-2 .container .inner p + p,
        section.cms-element.content-block-2 .container .inner h1 + p,
        section.cms-element.content-block-2 .container .inner h1 {
          margin-top: 30px; }
      section.cms-element.content-block-2.layout-img-left .inner, section.cms-element.content-block-2.layout-img-right .inner {
        padding: 60px 85px; }
      section.cms-element.content-block-2.layout-img-left .inner {
        left: -325px; } }

body.page.contact section.cms-element.content-block-2 {
  margin-bottom: 0; }

section.cms-element.content-cards {
  margin-bottom: 40px; }
  section.cms-element.content-cards .container .inner {
    border-top: 3px solid #F05E63;
    padding: 25px 50px 40px; }
    section.cms-element.content-cards .container .inner svg {
      font-size: 48px;
      line-height: 48px; }
    section.cms-element.content-cards .container .inner h2,
    section.cms-element.content-cards .container .inner h2 + p {
      margin-top: 15px; }
  @media (max-width: 767px) {
    section.cms-element.content-cards .col-md-6 + .col-md-6,
    section.cms-element.content-cards .w-100 + .col-md-6 {
      margin-top: 25px; } }
  @media (min-width: 768px) {
    section.cms-element.content-cards {
      margin-bottom: 80px; }
      section.cms-element.content-cards .container .inner {
        padding: 25px 40px 40px; }
      section.cms-element.content-cards .container .w-100 {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    section.cms-element.content-cards {
      margin-bottom: 100px; }
      section.cms-element.content-cards .container .inner {
        border-top: none;
        border-left: 3px solid #F05E63;
        padding: 65px 55px 50px; }
        section.cms-element.content-cards .container .inner h2 {
          margin-top: 0;
          font-size: 30px;
          line-height: 30px; } }
  @media (min-width: 1200px) {
    section.cms-element.content-cards {
      margin-bottom: 120px; } }

section.cms-element.cta {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("/themes/crable/assets/bg-circles1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  section.cms-element.cta .container p.label,
  section.cms-element.cta .container h2,
  section.cms-element.cta .container h2 + p,
  section.cms-element.cta .container p + p {
    margin-top: 20px; }
  @media (min-width: 768px) {
    section.cms-element.cta {
      padding-top: 60px;
      padding-bottom: 60px; }
      section.cms-element.cta .container p.label,
      section.cms-element.cta .container h2,
      section.cms-element.cta .container h2 + p,
      section.cms-element.cta .container p + p {
        margin-top: 25px; } }
  @media (min-width: 992px) {
    section.cms-element.cta {
      padding-top: 80px;
      padding-bottom: 80px; }
      section.cms-element.cta .container p.label,
      section.cms-element.cta .container h2,
      section.cms-element.cta .container h2 + p,
      section.cms-element.cta .container p + p {
        margin-top: 30px; } }
  @media (min-width: 1200px) {
    section.cms-element.cta {
      padding-top: 110px;
      padding-bottom: 110px; } }

section.cms-element.drawers {
  margin-bottom: 40px; }
  section.cms-element.drawers .container h2,
  section.cms-element.drawers .container h2 + p,
  section.cms-element.drawers .container p + p {
    margin-top: 20px; }
  section.cms-element.drawers .container h2 {
    color: #232527; }
  section.cms-element.drawers .container .accordion {
    margin-top: 40px; }
    section.cms-element.drawers .container .accordion .card {
      border: none;
      border-radius: 0; }
      section.cms-element.drawers .container .accordion .card + .card {
        margin-top: 10px; }
      section.cms-element.drawers .container .accordion .card .card-header {
        padding: 0;
        background-color: white; }
        section.cms-element.drawers .container .accordion .card .card-header h3 {
          font-weight: 700;
          font-size: 16px;
          line-height: 24px; }
        section.cms-element.drawers .container .accordion .card .card-header a {
          display: block;
          padding: 20px;
          position: relative;
          padding-right: 40px; }
          section.cms-element.drawers .container .accordion .card .card-header a:hover {
            text-decoration: none; }
          section.cms-element.drawers .container .accordion .card .card-header a:after {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            line-height: 24px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f067";
            color: #F05E63; }
          section.cms-element.drawers .container .accordion .card .card-header a[aria-expanded=true]:after {
            content: "\f068"; }
      section.cms-element.drawers .container .accordion .card .card-body {
        border-top: 2px solid #F2F5F6;
        padding: 20px 20px 40px; }
  @media (min-width: 768px) {
    section.cms-element.drawers {
      margin-bottom: 80px; }
      section.cms-element.drawers .container h2,
      section.cms-element.drawers .container h2 + p,
      section.cms-element.drawers .container p + p {
        margin-top: 25px; }
      section.cms-element.drawers .container .accordion {
        margin-top: 50px; }
        section.cms-element.drawers .container .accordion .card .card-header a {
          padding: 22px 25px;
          position: relative;
          padding-right: 50px; }
          section.cms-element.drawers .container .accordion .card .card-header a:after {
            top: 22px;
            right: 25px; }
        section.cms-element.drawers .container .accordion .card .card-body {
          padding: 40px 60px 50px; } }
  @media (min-width: 992px) {
    section.cms-element.drawers {
      margin-bottom: 100px; }
      section.cms-element.drawers .container h2,
      section.cms-element.drawers .container h2 + p,
      section.cms-element.drawers .container p + p {
        margin-top: 30px; }
      section.cms-element.drawers .container .accordion {
        margin-top: 60px; }
        section.cms-element.drawers .container .accordion .card .card-header h3 {
          font-size: 20px;
          line-height: 26px; }
        section.cms-element.drawers .container .accordion .card .card-header a {
          padding: 32px 40px 36px;
          padding-right: 75px; }
          section.cms-element.drawers .container .accordion .card .card-header a:after {
            top: 32px;
            right: 40px; }
        section.cms-element.drawers .container .accordion .card .card-body {
          padding: 40px 100px 50px; } }
  @media (min-width: 1200px) {
    section.cms-element.drawers {
      margin-bottom: 120px; }
      section.cms-element.drawers .container .accordion {
        margin-top: 70px; } }

section.cms-element.form-contact {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url("/themes/crable/assets/bg-circles2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 200%; }
  section.cms-element.form-contact .container h2 {
    margin-top: 20px; }
  section.cms-element.form-contact .container h2 + p,
  section.cms-element.form-contact .container .form-wrap {
    margin-top: 40px; }
  section.cms-element.form-contact .container .form-group {
    background-color: white;
    border-left: 3px solid #687C96;
    margin-bottom: 10px;
    padding: 10px 15px 5px; }
    section.cms-element.form-contact .container .form-group label {
      margin-bottom: 0; }
    section.cms-element.form-contact .container .form-group .form-control {
      border: none;
      border-radius: 0;
      padding: 0; }
      section.cms-element.form-contact .container .form-group .form-control:focus {
        outline: 0;
        box-shadow: none; }
    section.cms-element.form-contact .container .form-group label.error {
      color: #F05E63;
      font-family: "Lato", sans-serif;
      text-transform: none;
      margin-bottom: 5px; }
  section.cms-element.form-contact .container .order-md-last,
  section.cms-element.form-contact .container .order-md-first {
    margin-top: 20px; }
  section.cms-element.form-contact .container .row.contact-details {
    margin-top: 50px; }
    section.cms-element.form-contact .container .row.contact-details .col-md-6 + .col-md-6 {
      margin-top: 10px; }
    section.cms-element.form-contact .container .row.contact-details .inner {
      border-left: 3px solid #F05E63;
      padding-top: 20px;
      padding-bottom: 20px; }
      section.cms-element.form-contact .container .row.contact-details .inner .circle {
        display: inline-block;
        width: 68px;
        background-color: #333333;
        border-radius: 50%;
        text-align: center;
        padding: 22px 0; }
        section.cms-element.form-contact .container .row.contact-details .inner .circle svg {
          color: #F05E63;
          line-height: 24px;
          font-size: 24px; }
      section.cms-element.form-contact .container .row.contact-details .inner .col-7 {
        padding-left: 0; }
        section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label {
          color: #F05E63;
          border-bottom: none; }
          section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label + p {
            font-weight: 700;
            color: #232527; }
            section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label + p a {
              color: inherit; }
  @media (min-width: 768px) {
    section.cms-element.form-contact {
      padding-top: 80px;
      padding-bottom: 100px;
      background-size: 100%; }
      section.cms-element.form-contact .container h2 {
        margin-top: 25px; }
      section.cms-element.form-contact .container .form-wrap {
        margin-top: 50px; }
      section.cms-element.form-contact .container .order-md-last,
      section.cms-element.form-contact .container .order-md-first {
        margin-top: 20px; }
      section.cms-element.form-contact .container .row.contact-details {
        margin-top: 70px; }
        section.cms-element.form-contact .container .row.contact-details .col-md-6 + .col-md-6 {
          margin-top: 0; }
        section.cms-element.form-contact .container .row.contact-details .inner {
          border-left: 3px solid #F05E63;
          padding-top: 20px;
          padding-bottom: 20px; }
          section.cms-element.form-contact .container .row.contact-details .inner .circle {
            display: inline-block;
            width: 68px;
            background-color: #333333;
            border-radius: 50%;
            text-align: center;
            padding: 22px 0; }
            section.cms-element.form-contact .container .row.contact-details .inner .circle svg {
              color: #F05E63;
              line-height: 24px;
              font-size: 24px; }
          section.cms-element.form-contact .container .row.contact-details .inner .col-7 {
            padding-left: 0; }
            section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label {
              color: #F05E63;
              border-bottom: none; }
              section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label + p {
                font-weight: 700;
                color: #232527; }
                section.cms-element.form-contact .container .row.contact-details .inner .col-7 p.label + p a {
                  color: inherit; } }
  @media (min-width: 992px) {
    section.cms-element.form-contact {
      padding-top: 110px;
      padding-bottom: 120px;
      background-size: 75%; } }

section.cms-element.expivi.config {
  margin-bottom: 40px; }
  section.cms-element.expivi.config .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
    display: none; }
  section.cms-element.expivi.config .btn-wrap {
    background-color: #fafafa;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-top: -37px;
    position: relative;
    display: block; }
    section.cms-element.expivi.config .btn-wrap .btn {
      display: block; }
  section.cms-element.expivi.config .v-stepper__step__step {
    background: #F05E63 !important; }
  section.cms-element.expivi.config .v-stepper__label {
    font-family: "Oswald", sans-serif;
    color: #232527;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px; }
  section.cms-element.expivi.config .configurator-header {
    border-top: 3px solid #F05E63;
    background-color: #fafafa;
    padding: 40px 30px 34px 40px;
    text-align: center;
    color: black; }
  section.cms-element.expivi.config .theme-light.v-application,
  section.cms-element.expivi.config .v-application--wrap {
    background-color: white !important;
    padding: 20px; }
  section.cms-element.expivi.config .theme--light.v-label {
    font-size: 12px;
    color: black;
    margin-top: 20px; }
  section.cms-element.expivi.config .v-color-picker__canvas,
  section.cms-element.expivi.config .v-color-picker__canvas canvas {
    width: 100% !important;
    height: 309px !important; }
  section.cms-element.expivi.config .theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    max-width: 100% !important;
    width: 100%; }
  section.cms-element.expivi.config .v-stepper--vertical .v-stepper__step {
    padding: 24px 9px 16px;
    border-top: 1px solid #DEE5F0; }
  section.cms-element.expivi.config .v-application .justify-space-around {
    justify-content: left !important; }
  section.cms-element.expivi.config .step-content-line[data-v-13087525] {
    border-left: 0px; }
  @media (min-width: 768px) {
    section.cms-element.expivi.config {
      margin-bottom: 80px; }
      section.cms-element.expivi.config .configurator-header {
        padding: 40px 194px; }
      section.cms-element.expivi.config .v-color-picker__canvas,
      section.cms-element.expivi.config .v-color-picker__canvas canvas {
        height: 150px !important;
        width: 300px !important; }
      section.cms-element.expivi.config .theme-light.v-application,
      section.cms-element.expivi.config .v-application--wrap {
        padding: 10px; } }
  @media (min-width: 992px) {
    section.cms-element.expivi.config {
      margin-bottom: 100px; }
      section.cms-element.expivi.config .configurator-wrap {
        background-color: #fafafa; }
        section.cms-element.expivi.config .configurator-wrap .embed-responsive {
          position: -webkit-sticky;
          position: sticky;
          top: 135px;
          z-index: 9;
          overflow: visible; }
      section.cms-element.expivi.config .col-lg-8 {
        padding-left: 50px; } }
  @media (min-width: 1200px) {
    section.cms-element.expivi.config {
      margin-bottom: 120px; } }

section.cms-element.expivi.form {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: white;
  z-index: 10000;
  border-top: 3px solid #F05E63;
  padding: 40px 25px 55px 25px;
  overflow: scroll; }
  section.cms-element.expivi.form .close-modal {
    height: 24px;
    width: 24px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 5px; }
    section.cms-element.expivi.form .close-modal span {
      display: inline-block;
      height: 3px;
      background-color: #F05E63;
      width: 20px; }
  section.cms-element.expivi.form .container h2 {
    margin-top: 20px; }
  section.cms-element.expivi.form .container h2 + p,
  section.cms-element.expivi.form .container .form-wrap {
    margin-top: 40px; }
  section.cms-element.expivi.form .container .form-group {
    background-color: #F2F5F6;
    border-left: 3px solid #687C96;
    margin-bottom: 10px;
    padding: 10px 15px 5px; }
    section.cms-element.expivi.form .container .form-group input {
      background-color: #F2F5F6; }
    section.cms-element.expivi.form .container .form-group label {
      margin-bottom: 0; }
    section.cms-element.expivi.form .container .form-group .form-control {
      border: none;
      border-radius: 0;
      padding: 0; }
      section.cms-element.expivi.form .container .form-group .form-control:focus {
        outline: 0;
        box-shadow: none; }
    section.cms-element.expivi.form .container .form-group label.error {
      color: #F05E63;
      font-family: "Lato", sans-serif;
      text-transform: none;
      margin-bottom: 5px; }
  section.cms-element.expivi.form .container .order-md-last,
  section.cms-element.expivi.form .container .order-md-first {
    margin-top: 20px; }
  section.cms-element.expivi.form .container .row.contact-details {
    margin-top: 50px; }
    section.cms-element.expivi.form .container .row.contact-details .col-md-6 + .col-md-6 {
      margin-top: 10px; }
    section.cms-element.expivi.form .container .row.contact-details .inner {
      border-left: 3px solid #F05E63;
      padding-top: 20px;
      padding-bottom: 20px; }
      section.cms-element.expivi.form .container .row.contact-details .inner .circle {
        display: inline-block;
        width: 68px;
        background-color: #333333;
        border-radius: 50%;
        text-align: center;
        padding: 22px 0; }
        section.cms-element.expivi.form .container .row.contact-details .inner .circle svg {
          color: #F05E63;
          line-height: 24px;
          font-size: 24px; }
      section.cms-element.expivi.form .container .row.contact-details .inner .col-7 {
        padding-left: 0; }
        section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label {
          color: #F05E63;
          border-bottom: none; }
          section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label + p {
            font-weight: 700;
            color: #232527; }
            section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label + p a {
              color: inherit; }
  @media (min-width: 768px) {
    section.cms-element.expivi.form {
      width: 600px;
      height: 514px;
      width: 600px;
      height: 600px;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 10%;
      padding: 60px 78px 75px 60px; }
      section.cms-element.expivi.form .container h2 {
        margin-top: 25px; }
      section.cms-element.expivi.form .container .form-wrap {
        margin-top: 50px; }
      section.cms-element.expivi.form .container .order-md-last,
      section.cms-element.expivi.form .container .order-md-first {
        margin-top: 20px; }
      section.cms-element.expivi.form .container .row.contact-details {
        margin-top: 70px; }
        section.cms-element.expivi.form .container .row.contact-details .col-md-6 + .col-md-6 {
          margin-top: 0; }
        section.cms-element.expivi.form .container .row.contact-details .inner {
          border-left: 3px solid #F05E63;
          padding-top: 20px;
          padding-bottom: 20px; }
          section.cms-element.expivi.form .container .row.contact-details .inner .circle {
            display: inline-block;
            width: 68px;
            background-color: #333333;
            border-radius: 50%;
            text-align: center;
            padding: 22px 0; }
            section.cms-element.expivi.form .container .row.contact-details .inner .circle svg {
              color: #F05E63;
              line-height: 24px;
              font-size: 24px; }
          section.cms-element.expivi.form .container .row.contact-details .inner .col-7 {
            padding-left: 0; }
            section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label {
              color: #F05E63;
              border-bottom: none; }
              section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label + p {
                font-weight: 700;
                color: #232527; }
                section.cms-element.expivi.form .container .row.contact-details .inner .col-7 p.label + p a {
                  color: inherit; } }
  @media (min-width: 992px) {
    section.cms-element.expivi.form {
      padding-top: 110px;
      padding-bottom: 120px;
      background-size: 75%;
      width: 900px;
      height: 642px;
      padding: 105px; }
      section.cms-element.expivi.form .offset-lg-2 {
        margin-left: 16.666667%; } }
  @media (min-width: 1200px) {
    section.cms-element.expivi.form {
      width: 1009px; } }

section.cms-element.page-header-hero {
  color: white;
  background-color: #333333;
  padding-bottom: 40px; }
  section.cms-element.page-header-hero .container p.label,
  section.cms-element.page-header-hero .container h1,
  section.cms-element.page-header-hero .container h1 + p,
  section.cms-element.page-header-hero .container p + p {
    margin-top: 20px; }
  @media (min-width: 768px) {
    section.cms-element.page-header-hero {
      background: none;
      position: relative;
      padding-bottom: 0; }
      section.cms-element.page-header-hero .container {
        position: absolute;
        top: 40px;
        width: 720px;
        left: calc(50% - 360px); }
        section.cms-element.page-header-hero .container p.label,
        section.cms-element.page-header-hero .container h1,
        section.cms-element.page-header-hero .container h1 + p,
        section.cms-element.page-header-hero .container p + p {
          margin-top: 25px; } }
  @media (min-width: 992px) {
    section.cms-element.page-header-hero .container {
      top: 60px;
      width: 960px;
      left: calc(50% - 480px); }
      section.cms-element.page-header-hero .container p.label,
      section.cms-element.page-header-hero .container h1,
      section.cms-element.page-header-hero .container h1 + p,
      section.cms-element.page-header-hero .container p + p {
        margin-top: 30px; } }
  @media (min-width: 1200px) {
    section.cms-element.page-header-hero .container {
      top: 80px;
      width: 1140px;
      left: calc(50% - 570px); } }

section.cms-element.sectors-index .item.layout-img-left .inner {
  padding: 20px 50px 40px 30px; }

section.cms-element.sectors-index .item.layout-img-right .inner {
  padding: 20px 30px 40px 50px; }

section.cms-element.sectors-index .item .inner {
  position: relative; }
  section.cms-element.sectors-index .item .inner h2,
  section.cms-element.sectors-index .item .inner h2 + p,
  section.cms-element.sectors-index .item .inner p + p {
    margin-top: 15px; }
  section.cms-element.sectors-index .item .inner h2 {
    color: #232527; }

@media (max-width: 767px) {
  section.cms-element.sectors-index .item {
    padding-left: 0;
    padding-right: 0; }
    section.cms-element.sectors-index .item.layout-img-left .inner {
      margin-left: 15px; }
    section.cms-element.sectors-index .item.layout-img-right .inner {
      margin-right: 15px; }
    section.cms-element.sectors-index .item .inner {
      border-top: 3px solid #F05E63;
      top: -40px; } }

@media (min-width: 768px) {
  section.cms-element.sectors-index .item {
    margin-bottom: 80px; }
    section.cms-element.sectors-index .item.layout-img-left .inner {
      left: -170px; }
    section.cms-element.sectors-index .item .inner {
      margin: 0;
      width: calc(100% + 170px);
      border-left: 3px solid #F05E63; } }

@media (min-width: 992px) {
  section.cms-element.sectors-index .item {
    margin-bottom: 100px; }
    section.cms-element.sectors-index .item.layout-img-left .inner, section.cms-element.sectors-index .item.layout-img-right .inner {
      padding: 40px 65px; }
    section.cms-element.sectors-index .item.layout-img-left .inner {
      left: -280px; }
    section.cms-element.sectors-index .item .inner {
      width: calc(100% + 280px); }
      section.cms-element.sectors-index .item .inner h2,
      section.cms-element.sectors-index .item .inner h2 + p,
      section.cms-element.sectors-index .item .inner p + p {
        margin-top: 25px; } }

@media (min-width: 1200px) {
  section.cms-element.sectors-index .item {
    margin-bottom: 120px; }
    section.cms-element.sectors-index .item.layout-img-left .inner, section.cms-element.sectors-index .item.layout-img-right .inner {
      padding: 60px 85px; }
    section.cms-element.sectors-index .item.layout-img-left .inner {
      left: -325px; }
    section.cms-element.sectors-index .item .inner {
      width: calc(100% + 325px); }
      section.cms-element.sectors-index .item .inner h2,
      section.cms-element.sectors-index .item .inner h2 + p,
      section.cms-element.sectors-index .item .inner p + p {
        margin-top: 30px; } }

section.cms-element.video {
  margin-bottom: 40px; }
  section.cms-element.video .container .inner {
    border-top: 3px solid #F05E63;
    padding-top: 40px; }
    section.cms-element.video .container .inner .embed-responsive {
      margin-top: 35px; }
  @media (max-width: 767px) {
    section.cms-element.video .container .inner h2 {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    section.cms-element.video {
      margin-bottom: 80px; }
      section.cms-element.video .container .inner {
        padding: 40px; }
        section.cms-element.video .container .inner .embed-responsive {
          margin-top: 40px; } }
  @media (min-width: 992px) {
    section.cms-element.video {
      margin-bottom: 100px; }
      section.cms-element.video .container .inner {
        padding: 60px 80px 80px; }
        section.cms-element.video .container .inner .embed-responsive {
          margin-top: 50px; } }
  @media (min-width: 1200px) {
    section.cms-element.video {
      margin-bottom: 120px; }
      section.cms-element.video .container .inner {
        padding: 80px 100px 100px; }
        section.cms-element.video .container .inner .embed-responsive {
          margin-top: 50px; } }

section.cms-element.error400 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url("/themes/crable/assets/bg-circles2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 200%; }
  section.cms-element.error400 .container h1 {
    margin-top: 20px; }
  section.cms-element.error400 .container h1 + p {
    margin-top: 40px; }
  section.cms-element.error400 .container ul {
    margin-top: 30px; }
  @media (min-width: 768px) {
    section.cms-element.error400 {
      padding-top: 80px;
      padding-bottom: 160px;
      background-size: 100%; } }
  @media (min-width: 992px) {
    section.cms-element.error400 {
      padding-top: 120px;
      padding-bottom: 140px;
      background-size: 75%; }
      section.cms-element.error400 .container h1 {
        margin-top: 30px; }
      section.cms-element.error400 .container h1 + p {
        margin-top: 60px; }
      section.cms-element.error400 .container ul {
        margin-top: 40px; } }

.label-title-text-image {
  padding-top: 80px;
  padding-bottom: 80px; }
  .label-title-text-image h2,
  .label-title-text-image p {
    margin-top: 20px; }
  .label-title-text-image .label {
    margin-top: 30px;
    display: inline-block; }
  .label-title-text-image h2 {
    color: #232527; }
  @media (min-width: 768px) {
    .label-title-text-image {
      padding-top: 120px;
      padding-bottom: 120px; }
      .label-title-text-image .col-md-6 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
      .label-title-text-image .label {
        margin-top: 0px; } }
  @media (min-width: 992px) {
    .label-title-text-image {
      padding-top: 160px;
      padding-bottom: 160px; }
      .label-title-text-image h2 {
        margin-top: 30px; }
      .label-title-text-image p {
        margin-top: 40px; } }

/* #endregion grasp cms includes */

