html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input[type=color], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=email], input[type=month],
input[type=number], input[type=password], input[type=range],
input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week],
select, textarea {
  font-family: 'Helvetica Neue'; }

form {
  overflow: hidden; }

body h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    body h1 {
      font-size: 40px;
      line-height: 48px; } }

body h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  color: #C40D3C;
  margin-bottom: 20px; }

body h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px; }

body h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px; }

body h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px; }

body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px; }

body span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000; }

body a {
  color: #C40D3C; }
  body a:visited, body a:active, body a:focus {
    color: #C40D3C;
    text-decoration: underline; }
  body a:hover {
    color: #C40D3C !important;
    text-decoration: underline; }

img {
  max-width: 100%; }

body {
  overflow-x: hidden; }

.ModStencilDisplayC ul {
  list-style: none; }
  .ModStencilDisplayC ul li {
    position: relative;
    padding-left: 10px;
    font-weight: 500; }
    .ModStencilDisplayC ul li::before {
      content: '';
      display: block;
      width: 16px;
      height: 8px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      border: 4px solid #C40D3C;
      border-top: 0;
      position: absolute;
      left: -18px;
      top: 10px; }

.ModSpiffyCVContentFrameC iframe {
  visibility: hidden; }
  .ModSpiffyCVContentFrameC iframe.loaded {
    visibility: visible; }

/*
    // Import the fonts in the folllowing format:

    @font-face {
        font-family: %name%;
        src: url("/Portals/_default/Skins/Cantarus/assets/fonts/%font-name%.%ext%") format("%formattype%");
        font-weight: %weight%;
    }

*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2");
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2");
  font-weight: 500; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2");
  font-weight: 600; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Portals/_default/Skins/Cantarus/assets/fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2");
  font-weight: 700; }

/*
    // Example mixin:

    @mixin BoxShadow($horizontal, $vertical, $blur, $spread, $color, $inset: false) {

        @if $inset {
            -webkit-box-shadow: inset $horizontal $vertical $blur $spread $color;
            -moz-box-shadow: inset $horizontal $vertical $blur $spread $color;
            box-shadow: inset $horizontal $vertical $blur $spread $color;
        }
        @else {
            -webkit-box-shadow: $horizontal $vertical $blur $spread $color;
            -moz-box-shadow: $horizontal $vertical $blur $spread $color;
            box-shadow: $horizontal $vertical $blur $spread $color;
        }
    }

*/
.ModavtSearchBoostResultsC .input-group-btn, .ModavtSearchBoostResultsC .settings-btn {
  display: none !important; }

.ModavtSearchBoostResultsC .search-box {
  width: 500px !important;
  border: none !important;
  border-bottom: 1px solid #C40D3C !important;
  font-size: 18px !important;
  padding: 5px !important;
  box-shadow: none !important; }

body .container-fluid {
  padding-left: 130px;
  padding-right: 130px; }
  @media screen and (max-width: 1199px) {
    body .container-fluid {
      padding-left: 35px;
      padding-right: 35px; } }

.primary-button {
  background: #C40D3C;
  border: 2px solid #C40D3C;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  position: relative;
  display: inline-block; }
  .primary-button .button__text {
    color: #FFFFFF;
    font-weight: 500; }
    .primary-button .button__text::after {
      content: '\f061';
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      right: 15px;
      transition: right linear 0.3s; }
  .primary-button:hover {
    background: #FFFFFF;
    text-decoration: none; }
    .primary-button:hover .button__text {
      color: #C40D3C; }
      .primary-button:hover .button__text::after {
        right: 10px; }

.secondary-button {
  background: none;
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  position: relative;
  display: inline-block; }
  .secondary-button .button__text {
    color: #000000;
    font-weight: 500; }
    .secondary-button .button__text::after {
      content: '\f061';
      font-family: 'Font Awesome 6 Pro';
      position: absolute;
      right: 15px;
      transition: right linear 0.3s; }
  .secondary-button:hover {
    background: #000000;
    text-decoration: none; }
    .secondary-button:hover .button__text {
      color: #FFFFFF; }
      .secondary-button:hover .button__text::after {
        right: 10px; }

a.icon-button, span.icon-button {
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: solid 1px #574545;
  color: #574545 !important;
  margin-right: 20px;
  border-radius: 100%;
  text-align: center; }
  a.icon-button i, span.icon-button i {
    line-height: 40px; }
  a.icon-button:hover, span.icon-button:hover {
    background: #574545;
    color: #FFFFFF !important; }
  a.icon-button:not([href]):hover, span.icon-button:not([href]):hover {
    background: #FFFFFF;
    color: #574545 !important; }
  a.icon-button.icon-button-red, span.icon-button.icon-button-red {
    background: #C40D3C;
    color: #FFFFFF !important;
    border-color: #C40D3C; }
    a.icon-button.icon-button-red:hover, span.icon-button.icon-button-red:hover {
      background: #FFFFFF;
      color: #C40D3C !important; }
    a.icon-button.icon-button-red:not([href]):hover, span.icon-button.icon-button-red:not([href]):hover {
      background: #C40D3C;
      color: #FFFFFF !important; }

a.cta-link {
  color: #000000;
  font-weight: 600;
  position: relative; }
  a.cta-link::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: -20px;
    transition: right linear 0.3s; }
  a.cta-link:hover {
    color: black; }
    a.cta-link:hover::after {
      text-decoration: none;
      right: -30px; }

.header-container {
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px #0000001A;
  position: relative; }
  .header-container .site-logo {
    flex: 0 0 175px; }
  .header-container .desktop-menu {
    flex: 1 1 auto; }
  .header-container .header-links {
    flex: 0 0 auto; }
    @media screen and (max-width: 991px) {
      .header-container .header-links {
        margin-left: auto; }
        .header-container .header-links > *:not(.mobile-link) {
          display: none; } }
    @media screen and (min-width: 992px) {
      .header-container .header-links #mobile-toggle-open {
        display: none; } }
    .header-container .header-links #loginButton {
      display: inline-block;
      margin-right: 20px; }
      @media screen and (max-width: 991px) {
        .header-container .header-links #loginButton {
          display: none; } }
      .header-container .header-links #loginButton .LoginLink {
        color: #574545; }
        .header-container .header-links #loginButton .LoginLink i {
          margin-right: 5px; }

@media screen and (max-width: 991px) {
  .desktop-menu {
    display: none; } }

.desktop-menu .cantarus-megamenu {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  text-align: center; }
  .desktop-menu .cantarus-megamenu > li {
    display: inline;
    margin-right: 20px;
    padding: 50px 20px; }
    .desktop-menu .cantarus-megamenu > li::after {
      content: '\f078';
      font-family: 'Font Awesome 6 Pro';
      margin-left: 10px; }
    .desktop-menu .cantarus-megamenu > li > a {
      color: #000000;
      font-size: 16px;
      font-weight: 600; }
    .desktop-menu .cantarus-megamenu > li:hover {
      color: #C40D3C; }
      .desktop-menu .cantarus-megamenu > li:hover > a {
        color: #C40D3C; }
      .desktop-menu .cantarus-megamenu > li:hover .header-section-menu-main__panel {
        display: block; }
  .desktop-menu .cantarus-megamenu .header-section-menu-main__panel {
    display: none;
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    background: white;
    z-index: 10;
    box-shadow: 0px 5px 5px #0000001A; }
    .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu {
      display: flex;
      list-style: none;
      margin: 20px 0;
      justify-content: center; }
      .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu .header-section-menu__item {
        flex: 0 0 25%;
        text-align: left; }
        .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu .header-section-menu__item .header-section-menu-links {
          margin: 0;
          list-style: none; }
          .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu .header-section-menu__item .header-section-menu-links .header-section-menu-links__item {
            margin-bottom: 14px; }
            .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu .header-section-menu__item .header-section-menu-links .header-section-menu-links__item .header-section-menu-links__link {
              color: black; }
        .desktop-menu .cantarus-megamenu .header-section-menu-main__panel .header-section-menu .header-section-menu__item .header-cta__image {
          width: 100%;
          margin-bottom: 20px;
          border-radius: 10px; }
  @media screen and (max-width: 1399px) {
    .desktop-menu .cantarus-megamenu {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around; }
      .desktop-menu .cantarus-megamenu > li {
        margin-right: 0px;
        padding: 50px 0px; } }

.search-container {
  display: none;
  position: absolute;
  width: 100%;
  top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background: #FFFFFF;
  z-index: 10;
  box-shadow: 0px 5px 5px #0000001A; }
  .search-container h3 {
    color: #574545;
    margin-bottom: 30px; }
  .search-container .input-group-btn, .search-container .settings-btn {
    display: none !important; }
  .search-container .search-box {
    border: none !important;
    border-bottom: 1px solid #C40D3C !important;
    font-size: 18px !important;
    padding: 5px !important;
    box-shadow: none !important; }
  .search-container ul.searchSkinObjectPreview {
    width: 500px; }
    .search-container ul.searchSkinObjectPreview a {
      color: #000000; }

.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  background-color: #C40D3C;
  padding: 0 35px;
  overflow-y: scroll;
  overflow-x: hidden;
  right: -100%;
  height: 100%;
  top: 0;
  transition: transform 0.5s;
  display: block !important;
  z-index: 100; }
  .mobile-menu-wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .mobile-menu-wrapper .mobile-menu__header {
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .mobile-menu-wrapper .mobile-menu__header .site-logo {
      flex: 0 0 175px; }
    .mobile-menu-wrapper .mobile-menu__header #mobile-toggle-close {
      margin-left: auto;
      color: #FFFFFF !important;
      font-size: 24px;
      margin-right: 10px;
      z-index: 110; }
  .mobile-menu-wrapper .mobile-menu__footer {
    margin-top: 50px;
    flex: 0 0 200px;
    display: flex;
    flex-wrap: wrap;
    z-index: 110; }
    .mobile-menu-wrapper .mobile-menu__footer .mobile-login {
      flex: 0 0 100%; }
      .mobile-menu-wrapper .mobile-menu__footer .mobile-login #mobileLoginButton {
        border-color: #C40D3C; }
        .mobile-menu-wrapper .mobile-menu__footer .mobile-login #mobileLoginButton i {
          color: #C40D3C; }
      .mobile-menu-wrapper .mobile-menu__footer .mobile-login .mobile-login__link {
        color: #FFFFFF;
        font-size: 22px;
        font-weight: 500; }
    .mobile-menu-wrapper .mobile-menu__footer .mobile-subscribe {
      flex: 0 0 50%; }
      .mobile-menu-wrapper .mobile-menu__footer .mobile-subscribe .primary-button {
        background: #FFFFFF;
        border-color: #FFFFFF; }
        .mobile-menu-wrapper .mobile-menu__footer .mobile-subscribe .primary-button .button__text {
          color: #C40D3C; }
    .mobile-menu-wrapper .mobile-menu__footer .social-links {
      flex: 0 0 50%;
      text-align: right; }
      .mobile-menu-wrapper .mobile-menu__footer .social-links a {
        color: #FFFFFF;
        font-size: 26px;
        margin-left: 20px; }
  .mobile-menu-wrapper .mega-menu-dropdown {
    position: fixed;
    width: 100%;
    background-color: #574545;
    padding: 0 35px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: -100%;
    height: 100%;
    top: 0;
    transition: transform 0.5s;
    z-index: 101; }
    .mobile-menu-wrapper .mega-menu-dropdown .mobile-menu-controls {
      margin-top: 140px;
      height: calc(100% - 340px);
      overflow: scroll; }
      .mobile-menu-wrapper .mega-menu-dropdown .mobile-menu-controls .menu-back-button {
        position: absolute;
        top: 30px; }
        .mobile-menu-wrapper .mega-menu-dropdown .mobile-menu-controls .menu-back-button i {
          color: #FFFFFF;
          font-size: 28px;
          font-weight: 500; }
      .mobile-menu-wrapper .mega-menu-dropdown .mobile-menu-controls a {
        color: #FFFFFF;
        font-size: 26px;
        margin-bottom: 20px;
        display: block; }
        .mobile-menu-wrapper .mega-menu-dropdown .mobile-menu-controls a .menu-top-item-title {
          font-size: 32px;
          text-decoration: underline;
          margin-bottom: 26px;
          color: #FFFFFF; }
  .mobile-menu-wrapper .expanded-submenu .mega-menu-dropdown {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%); }
  .mobile-menu-wrapper .cantarus-megamenu {
    margin: 0;
    padding-right: 10px;
    flex: 1 1 auto;
    overflow-y: scroll; }
    .mobile-menu-wrapper .cantarus-megamenu > li {
      list-style: none;
      margin-bottom: 30px;
      line-height: 36px; }
      .mobile-menu-wrapper .cantarus-megamenu > li > a {
        color: #FFFFFF !important;
        display: inline-block;
        font-size: 36px;
        font-weight: 500;
        padding-right: 20px;
        position: relative;
        width: 100%; }
        .mobile-menu-wrapper .cantarus-megamenu > li > a:after {
          content: '\f054';
          font-family: 'Font Awesome 6 Pro';
          color: #FFFFFF;
          font-weight: 500;
          font-size: 28px;
          line-height: 36px;
          position: absolute;
          right: 0px;
          top: 0px; }

.header-container.expand-mobile-megamenu .mobile-menu-wrapper {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%); }

.header-container.expand-mobile-submenu .mobile-login #mobileLoginButton {
  border-color: #574545; }
  .header-container.expand-mobile-submenu .mobile-login #mobileLoginButton i {
    color: #574545; }

.header-container.expand-mobile-submenu .mobile-subscribe .primary-button .button__text {
  color: #574545; }

.footer-container {
  background: #574545;
  color: #FFFFFF; }
  .footer-container .footer-upper {
    display: flex;
    padding: 60px 0;
    border-bottom: solid 1px #FFFFFF; }
    .footer-container .footer-upper .site-logo {
      flex: 0 0 260px; }
    .footer-container .footer-upper .footer-menu {
      flex: 1 1 auto; }
      .footer-container .footer-upper .footer-menu .cantarus-megamenu {
        column-count: 2;
        list-style: none;
        width: 35vw;
        margin: 0 auto; }
        .footer-container .footer-upper .footer-menu .cantarus-megamenu li {
          margin-bottom: 10px;
          max-width: 250px; }
        .footer-container .footer-upper .footer-menu .cantarus-megamenu a {
          color: white; }
          .footer-container .footer-upper .footer-menu .cantarus-megamenu a:hover {
            color: white; }
    .footer-container .footer-upper .contact-details {
      line-height: 18px; }
      .footer-container .footer-upper .contact-details span {
        display: block;
        color: #FFFFFF; }
        .footer-container .footer-upper .contact-details span a {
          color: #FFFFFF; }
    @media screen and (max-width: 991px) {
      .footer-container .footer-upper {
        flex-wrap: wrap; }
        .footer-container .footer-upper .site-logo {
          flex: 0 0 100%;
          max-width: 550px;
          margin-bottom: 30px; }
        .footer-container .footer-upper .footer-menu {
          flex: 0 0 100%;
          margin-bottom: 30px; }
          .footer-container .footer-upper .footer-menu .cantarus-megamenu {
            width: auto; } }
  .footer-container .footer-lower {
    padding: 60px 0; }
    .footer-container .footer-lower .copyright {
      color: #FFFFFF; }
    .footer-container .footer-lower .social-links {
      float: right; }
      .footer-container .footer-lower .social-links a {
        color: white;
        font-size: 21px;
        margin-left: 15px; }

.content-page-hero {
  background-image: url("/Portals/_default/Skins/Cantarus/Images/Hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding-top: 50px;
  padding-bottom: 50px; }
  .content-page-hero.content-page-hero-grey {
    background-image: url("/Portals/_default/Skins/Cantarus/Images/Hero-Grey.png"); }
  .content-page-hero .content-page-hero__title {
    color: #F2F2F2; }
  .content-page-hero .content-page-hero__text {
    color: #F2F2F2;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    max-width: 60%; }

.text-block-two-columns {
  padding: 85px 230px; }
  @media screen and (max-width: 991px) {
    .text-block-two-columns {
      padding: 85px 35px; } }
  .text-block-two-columns .text-block-two-columns__columns {
    display: flex;
    margin: 0 -20px; }
    @media screen and (max-width: 991px) {
      .text-block-two-columns .text-block-two-columns__columns {
        flex-wrap: wrap;
        margin: 0; } }
    .text-block-two-columns .text-block-two-columns__columns div {
      flex: 1 1 50%;
      margin: 0 20px; }
      @media screen and (max-width: 991px) {
        .text-block-two-columns .text-block-two-columns__columns div {
          flex: 0 0 100%;
          margin: 20px 0; } }

.promo-block {
  background-color: #F2F2F2;
  padding: 20px 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1399px) {
    .promo-block {
      flex-wrap: wrap; } }
  .promo-block .promo-block__image {
    flex: 0 0 550px;
    border-radius: 0 10px 10px 0; }
    @media screen and (max-width: 1399px) {
      .promo-block .promo-block__image {
        flex: 0 0 100%;
        margin-bottom: 30px; } }
    .promo-block .promo-block__image.promo-block__image-right {
      border-radius: 10px 0 0 10px; }
      @media screen and (max-width: 1399px) {
        .promo-block .promo-block__image.promo-block__image-right {
          margin-top: 30px; } }
  .promo-block .promo-block__content {
    flex: 1 1 auto; }
    @media screen and (max-width: 991px) {
      .promo-block .promo-block__content {
        flex: 0 0 100%; } }

.promo-block-narrow {
  display: flex;
  align-items: center;
  margin: 60px 0; }
  @media screen and (max-width: 1199px) {
    .promo-block-narrow {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  .promo-block-narrow .promo-block-narrow__image {
    flex: 0 0 550px; }
    @media screen and (max-width: 1199px) {
      .promo-block-narrow .promo-block-narrow__image {
        flex: 0 0 100%;
        margin-bottom: 30px; } }
    .promo-block-narrow .promo-block-narrow__image img {
      border-radius: 10px;
      max-width: 100%; }
  .promo-block-narrow .promo-block-narrow__content {
    flex: 1 1 auto;
    padding-right: 50px; }
    @media screen and (max-width: 1199px) {
      .promo-block-narrow .promo-block-narrow__content {
        flex: 0 0 100%; } }
    .promo-block-narrow .promo-block-narrow__content h3 {
      color: #E67300; }

.card-listing {
  margin: 60px 0; }
  .card-listing .card-listing__card {
    margin-bottom: 30px; }
  .card-listing .card-listing__card__image {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden; }

.text-block-heading {
  margin: 60px 0;
  display: flex; }
  @media screen and (max-width: 991px) {
    .text-block-heading {
      flex-wrap: wrap; } }
  .text-block-heading .text-block-heading__heading {
    flex: 0 0 25%; }
    @media screen and (max-width: 991px) {
      .text-block-heading .text-block-heading__heading {
        flex: 0 0 100%; } }
    .text-block-heading .text-block-heading__heading h2 {
      color: #E67300; }
  .text-block-heading .text-block-heading__content {
    flex: 0 0 75%;
    padding-left: 50px; }
    @media screen and (max-width: 991px) {
      .text-block-heading .text-block-heading__content {
        flex: 0 0 100%;
        padding-left: 0; } }

.stat-bar {
  background: #C40D3C;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  align-items: center;
  margin: 60px 0; }
  @media screen and (max-width: 991px) {
    .stat-bar {
      flex-wrap: wrap;
      padding-top: 80px;
      padding-bottom: 80px; } }
  .stat-bar .stat-bar__stat {
    flex: 0 0 25%; }
    @media screen and (max-width: 991px) {
      .stat-bar .stat-bar__stat {
        flex: 0 0 100%;
        order: 2;
        margin-bottom: 50px; }
        .stat-bar .stat-bar__stat:last-of-type {
          margin-bottom: 0; } }
    .stat-bar .stat-bar__stat .stat-bar__stat__number {
      font-size: 50px;
      font-weight: 700;
      color: #FFFFFF;
      display: block;
      margin-bottom: 20px; }
    .stat-bar .stat-bar__stat .stat-bar__stat__label {
      font-size: 18px;
      color: #FFFFFF; }
  .stat-bar .stat-bar__text {
    flex: 0 0 25%; }
    @media screen and (max-width: 991px) {
      .stat-bar .stat-bar__text {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 50px; } }
    .stat-bar .stat-bar__text .stat-bar__text__title {
      color: #FFFFFF;
      text-decoration: underline;
      font-style: italic;
      font-size: 34px;
      line-height: 42px;
      display: block; }
    .stat-bar .stat-bar__text .stat-bar__text__text {
      color: #FFFFFF;
      font-size: 34px;
      line-height: 42px; }

.text-block-single {
  margin: 60px 0;
  padding: 0 230px; }
  @media screen and (max-width: 991px) {
    .text-block-single {
      padding: 0 35px; } }
  .text-block-single .text-block-single__heading h2 {
    color: #E67300; }

.home-hero {
  display: flex;
  align-items: center;
  margin: 20px 0; }
  @media screen and (max-width: 991px) {
    .home-hero {
      flex-wrap: wrap; } }
  .home-hero .home-hero__image {
    flex: 0 0 850px; }
    @media screen and (max-width: 1399px) {
      .home-hero .home-hero__image {
        flex: 0 0 650px; } }
    @media screen and (max-width: 1199px) {
      .home-hero .home-hero__image {
        flex: 0 0 500px; } }
    @media screen and (max-width: 991px) {
      .home-hero .home-hero__image {
        flex: 0 0 100%;
        margin-bottom: 20px; } }
    .home-hero .home-hero__image img {
      border-radius: 0 10px 10px 0;
      max-width: 100%; }
      @media screen and (max-width: 991px) {
        .home-hero .home-hero__image img {
          max-width: 90%; } }
  .home-hero .home-hero__content {
    flex: 1 1 auto;
    margin: 0 110px; }
    .home-hero .home-hero__content h1 {
      font-weight: 600;
      color: #C40D3C;
      margin-bottom: 50px; }
    .home-hero .home-hero__content em {
      text-decoration: underline; }

.home-case-studies {
  display: flex;
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .home-case-studies {
      flex-wrap: wrap; } }
  .home-case-studies img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px; }
  .home-case-studies .home-case-studies__featured {
    flex: 0 0 50%;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .home-case-studies .home-case-studies__featured {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 60px; } }
  .home-case-studies .home-case-studies__list {
    flex: 0 0 50%;
    padding-left: 10px;
    max-height: 750px;
    overflow: scroll visible;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .home-case-studies .home-case-studies__list::-webkit-scrollbar {
      display: none; }
    @media screen and (max-width: 767px) {
      .home-case-studies .home-case-studies__list {
        flex: 0 0 100%;
        padding-left: 0;
        overflow: auto;
        max-height: none; }
        .home-case-studies .home-case-studies__list h4 {
          max-width: 60%;
          float: left; }
        .home-case-studies .home-case-studies__list a {
          float: right; } }
    .home-case-studies .home-case-studies__list .home-case-studies__list__case {
      margin-bottom: 60px; }

.quote-block {
  background-color: #574545;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .quote-block {
      flex-wrap: wrap; } }
  .quote-block .quote-block__image {
    flex: 0 0 260px;
    border-radius: 10px;
    min-width: 0; }
    @media screen and (max-width: 767px) {
      .quote-block .quote-block__image {
        margin-bottom: 30px;
        margin-top: -70px; } }
  .quote-block .quote-block__text {
    flex: 1 1 auto;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .quote-block .quote-block__text {
        flex: 1 1 100%; } }
    .quote-block .quote-block__text .quote-block__text__quote {
      display: block;
      color: #FFFFFF;
      font-size: 34px;
      line-height: 42px;
      font-weight: 600;
      margin-bottom: 20px; }
    .quote-block .quote-block__text .quote-block__text__tag {
      display: block;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }

.tools-block {
  margin: 20px 0;
  padding-top: 30px; }
  .tools-block .tools-block__intro {
    max-width: 60%; }
    .tools-block .tools-block__intro h3 {
      color: #E67300; }
  .tools-block .tools-block__tools .tools-block__tools__tool {
    margin-top: 50px;
    margin-bottom: 50px; }
    .tools-block .tools-block__tools .tools-block__tools__tool .tools-block__tools__tool__wrapper {
      padding: 20px 40px 20px 0;
      border-top: 1px solid #574545;
      transition: all linear 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .tools-block .tools-block__tools .tools-block__tools__tool .tools-block__tools__tool__wrapper .icon-button {
        margin-top: auto; }
    .tools-block .tools-block__tools .tools-block__tools__tool:hover {
      text-decoration: none; }
      .tools-block .tools-block__tools .tools-block__tools__tool:hover .tools-block__tools__tool__wrapper {
        background: #C40D3C;
        padding: 20px; }
        .tools-block .tools-block__tools .tools-block__tools__tool:hover .tools-block__tools__tool__wrapper h4 {
          text-decoration: underline; }
        .tools-block .tools-block__tools .tools-block__tools__tool:hover .tools-block__tools__tool__wrapper .icon-button {
          background: none;
          border-color: #FFFFFF; }
        .tools-block .tools-block__tools .tools-block__tools__tool:hover .tools-block__tools__tool__wrapper * {
          color: #FFFFFF; }

.events-block {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 50px; }
  .events-block .events-block__intro {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .events-block .events-block__intro {
        flex-wrap: wrap; } }
    .events-block .events-block__intro .events-block__intro__heading {
      flex: 0 0 25%; }
      @media screen and (max-width: 991px) {
        .events-block .events-block__intro .events-block__intro__heading {
          flex: 0 0 100%; } }
      .events-block .events-block__intro .events-block__intro__heading h2 {
        color: #FFFFFF; }
    .events-block .events-block__intro .events-block__intro__content {
      flex: 0 0 75%;
      padding-left: 50px; }
      @media screen and (max-width: 991px) {
        .events-block .events-block__intro .events-block__intro__content {
          flex: 0 0 100%;
          padding-left: 0; } }
      .events-block .events-block__intro .events-block__intro__content * {
        color: #FFFFFF; }
  .events-block .events-block__slider {
    margin-right: -130px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .events-block .events-block__slider {
        margin-right: 0; } }
    .events-block .events-block__slider .events-block__card__image {
      border-radius: 10px;
      margin-bottom: 20px;
      width: 100%; }
    .events-block .events-block__slider .events-block__card__date {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 20px;
      font-style: italic;
      color: #FFFFFF;
      display: inline-block; }
    .events-block .events-block__slider .events-block__card__title {
      color: #FFFFFF; }
    .events-block .events-block__slider .events-block__card__content {
      color: #FFFFFF; }
    .events-block .events-block__slider .cta-link {
      color: #FFFFFF; }
    .events-block .events-block__slider .slider-button.cards-slider_button {
      position: absolute;
      width: 90px;
      height: 90px;
      background: #E67300;
      border-radius: 100%;
      color: #FFFFFF;
      line-height: 90px;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      cursor: pointer;
      transition: all linear 0.3s;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .events-block .events-block__slider .slider-button.cards-slider_button {
          top: 40%; } }
      .events-block .events-block__slider .slider-button.cards-slider_button.prev {
        left: -110px; }
        @media screen and (max-width: 991px) {
          .events-block .events-block__slider .slider-button.cards-slider_button.prev {
            left: -30px; } }
      .events-block .events-block__slider .slider-button.cards-slider_button.next {
        right: 20px; }
        @media screen and (max-width: 991px) {
          .events-block .events-block__slider .slider-button.cards-slider_button.next {
            right: -30px; } }
      .events-block .events-block__slider .slider-button.cards-slider_button i {
        margin: 0 5px; }
      .events-block .events-block__slider .slider-button.cards-slider_button:hover {
        width: 95px;
        height: 95px;
        line-height: 95px; }

.landing-page-hero {
  margin: 20px 20px 50px 20px;
  position: relative;
  max-height: calc(100vh - 150px);
  overflow: hidden;
  border-radius: 10px; }
  .landing-page-hero .landing-page-hero__image {
    border-radius: 10px;
    width: 100%; }
  .landing-page-hero .landing-page-hero__text {
    position: absolute;
    background: #FFFFFF;
    width: 50%;
    min-width: 675px;
    padding: 70px 140px;
    border-radius: 10px;
    bottom: -20px;
    left: -20px; }
    .landing-page-hero .landing-page-hero__text .landing-page-hero__text__title {
      color: #C40D3C; }

.subscribe-cta {
  background-color: #F2F2F2;
  padding: 20px 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .subscribe-cta {
      flex-wrap: wrap; } }
  .subscribe-cta .subscribe-cta__image {
    flex: 0 0 550px;
    border-radius: 0 10px 10px 0;
    margin-left: -100px; }
    @media screen and (max-width: 991px) {
      .subscribe-cta .subscribe-cta__image {
        flex: 0 0 100%; } }
  .subscribe-cta .subscribe-cta__content {
    flex: 1 1 auto; }

.dnnLogin {
  margin-top: 100px; }
  .dnnLogin .dnnLoginService .dnnFormItem {
    text-align: center; }
  .dnnLogin .dnnLoginService input {
    width: 500px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #C40D3C;
    font-size: 18px;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    margin-bottom: 30px; }
  .dnnLogin .dnnLoginService .dnnLabel, .dnnLogin .dnnLoginService .dnnFormLabel {
    display: none; }
  .dnnLogin .dnnLoginService .dnnLoginRememberMe {
    display: none; }
  .dnnLogin .dnnLoginService .dnnPrimaryAction {
    background: #C40D3C;
    border: 2px solid #C40D3C;
    border-radius: 30px;
    padding: 10px 40px;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none; }
    .dnnLogin .dnnLoginService .dnnPrimaryAction:hover {
      background: #FFFFFF;
      text-decoration: none;
      color: #C40D3C; }
  .dnnLogin .dnnLoginService .dnnSecondaryAction {
    background: none;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 10px 40px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none; }
    .dnnLogin .dnnLoginService .dnnSecondaryAction:hover {
      background: #000000;
      text-decoration: none;
      color: #FFFFFF !important; }
  .dnnLogin .LoginPanel {
    width: auto;
    padding-right: 0;
    float: none; }

#cconsent-bar, #cconsent-bar * {
  box-sizing: border-box; }

#cconsent-bar {
  padding: 15px;
  text-align: right;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transform: translateY(0);
  transition: transform .6s ease-in-out;
  transition-delay: .3s; }
  #cconsent-bar a:hover, #cconsent-bar button:hover {
    cursor: pointer; }
  #cconsent-bar .visually-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px; }
  #cconsent-bar .ccb__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1800px;
    margin: 0 auto; }
    #cconsent-bar .ccb__wrapper .ccb__left {
      align-self: center;
      text-align: left;
      margin: 15px 0; }
      #cconsent-bar .ccb__wrapper .ccb__left .cc-text .cc__learn-more-link {
        text-decoration: underline; }
    #cconsent-bar .ccb__wrapper .ccb__right {
      align-self: center;
      white-space: nowrap; }
      #cconsent-bar .ccb__wrapper .ccb__right > div {
        display: inline-block;
        color: #FFF; }
      #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
        line-height: normal;
        font-size: 14px;
        border: 0;
        padding: 10px 10px; }
      #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        margin-right: 15px;
        border: 0;
        padding: 0;
        text-decoration: underline;
        background: none; }
  #cconsent-bar.ccb--hidden {
    transform: translateY(100%);
    display: block; }

#cconsent-mini-widget {
  cursor: pointer; }
  #cconsent-mini-widget.ccmw--hidden {
    display: none; }

#cconsent-modal {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: sans-serif;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  #cconsent-modal .visually-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px; }
  #cconsent-modal button {
    border: 0; }
  #cconsent-modal h2, #cconsent-modal h3 {
    color: #333;
    margin-top: 0; }
  #cconsent-modal.ccm--visible {
    display: flex; }
    #cconsent-modal.ccm--visible .ccm__content {
      max-width: 600px;
      min-height: 500px;
      max-height: 600px;
      overflow-Y: auto; }
      #cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading {
        padding: 35px 35px 20px;
        position: relative; }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading h2 {
          font-size: 21px;
          font-weight: 600;
          margin: 0; }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading .ccm__learn-more-link {
          text-decoration: underline; }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__heading .ccm__cheading__close {
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          padding: 0;
          border: 0;
          font-weight: 600;
          color: #888;
          cursor: pointer;
          font-size: 26px;
          position: absolute;
          right: 15px;
          top: 15px;
          width: 26px;
          height: 26px;
          background: none;
          text-align: center; }
      #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup {
        border-bottom: 1px solid #D8D8D8;
        margin: 0; }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head {
          color: #333;
          font-weight: 600;
          cursor: pointer;
          position: relative;
          padding: 0;
          margin: 0;
          transition: background-color .5s ease-out; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head:hover {
            background-color: #F9F9F9; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger {
            appearance: none;
            background: none;
            display: flex;
            flex-direction: row;
            width: 100%;
            padding: 42px 35px 17px 56px;
            color: #333;
            font-weight: 600; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__text {
              order: 2;
              pointer-events: none; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container {
              order: 3; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container i.fa.fa-info-circle {
                margin-left: 10px; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container {
                background-color: white;
                border-radius: 4px;
                bottom: calc(-150px / 4 - 4px);
                display: none;
                font-weight: 500;
                height: 150px;
                margin-left: 25px;
                padding: 20px;
                position: absolute;
                text-align: left;
                width: 50%;
                z-index: 1; }
                #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container:before {
                  background-color: transparent;
                  bottom: calc(150px / 3);
                  content: '';
                  left: -15px;
                  position: absolute;
                  border-top: 20px solid transparent;
                  border-right: 15px solid white;
                  border-bottom: 20px solid transparent; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container.showPopup .ccm__tab-head__info-text-container {
                display: inline-flex; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status {
              order: 1;
              position: absolute;
              left: 35px;
              font-weight: 600;
              display: inline-block;
              margin-right: 20px;
              pointer-events: none; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status.ccm__tab-head__status--checked {
                bottom: 17px;
                font-size: 1em; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status.ccm__tab-head__status--unchecked {
                bottom: 14px;
                font-size: 1.4em; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
            transition: transform .3s ease-out;
            transform-origin: center;
            position: absolute;
            right: 25px;
            top: 50%;
            transform: rotate(0deg);
            transform: translateY(-50%);
            order: 3; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge > svg {
              pointer-events: none; }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content {
          padding: 0;
          margin: 0;
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          transition: all .5s ease-out; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content h3 {
            font-size: 18px;
            margin-bottom: 10px;
            line-height: 1; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content p {
            color: #444;
            margin: auto; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list:not(:empty) {
            margin-top: 30px; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list .ccm__list__title {
            color: #333;
            font-weight: 600; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__list ul {
            margin: 15px 0;
            padding-left: 15px; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
            display: flex;
            flex-direction: row;
            padding: 25px 35px; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__desc {
              order: 2; }
            #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
              order: 1; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component {
                display: flex;
                margin-right: 35px;
                align-items: center; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__status {
                font-weight: 600; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-group {
                background: none;
                width: 40px;
                height: 20px;
                margin: 0 10px;
                position: relative; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 10px;
                -webkit-transition: .4s;
                transition: .4s;
                pointer-events: none; }
                #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch__slider:before {
                  position: absolute;
                  content: "";
                  height: 12px;
                  width: 12px;
                  left: 4px;
                  bottom: 4px;
                  background-color: white;
                  border-radius: 50%;
                  -webkit-transition: .4s;
                  transition: .4s; }
              #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider:before {
                -webkit-transform: translateX(20px);
                -ms-transform: translateX(20px);
                transform: translateX(20px); }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
          background-color: #f9f9f9; }
          #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
            transform: translateY(-50%) rotate(-180deg); }
        #cconsent-modal.ccm--visible .ccm__content > .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
          max-height: 900px;
          opacity: 1; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
        padding: 35px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
          line-height: normal;
          font-size: 14px;
          transition: background-color .5s ease-out;
          border: none;
          padding: 13px;
          min-width: 110px;
          border-radius: 2px;
          cursor: pointer; }
          #cconsent-modal.ccm--visible .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit {
            margin-right: 10px; }
  @media (max-width: 600px) {
    #cconsent-modal {
      height: 100%; }
      #cconsent-modal .ccm__content {
        max-width: 100vw;
        height: 100%;
        max-height: initial; }
        #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tabgroup--open .ccm__tab-content {
          flex-direction: column; }
        #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-content .ccm__tab-content__choose {
          margin-bottom: 20px; } }

body.prevent-scroll {
  overflow: hidden; }

#cconsent-bar {
  width: 50%;
  margin-left: 40px;
  border-radius: 15px;
  height: auto; }
  #cconsent-bar .ccb__wrapper .ccb__close-popup {
    order: 1; }
    #cconsent-bar .ccb__wrapper .ccb__close-popup i {
      font-size: 1.35vw;
      font-weight: normal;
      position: absolute;
      top: 33px;
      right: 50px; }
  #cconsent-bar .ccb__wrapper .ccb__left {
    margin: 19px 0 0 1.8vw; }
    #cconsent-bar .ccb__wrapper .ccb__left .cc-title {
      font: normal normal bold 1.5vw/20px Helvetica Neue; }
    #cconsent-bar .ccb__wrapper .ccb__left .cc-text {
      font: normal normal normal 1vw/26px Helvetica Neue;
      text-align: left;
      letter-spacing: -0.16px;
      width: 17vw;
      margin: 54px 0 0 1px; }
  #cconsent-bar .ccb__wrapper .ccb__right {
    margin-top: 85px; }
    #cconsent-bar .ccb__wrapper .ccb__right .ccb__button {
      display: flex;
      flex-direction: row-reverse; }
      #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
        font-size: 1vw;
        width: 10vw;
        height: 45px;
        transition: 0.3s ease-out;
        border-radius: 20px; }
      #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
        border: 1px solid #FFFFFF;
        text-decoration: none; }
        #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit:hover {
          background-color: #C40D3C;
          border: none; }
      #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
        margin: 0px 40px; }
        #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give:hover {
          background-color: #000000;
          border: 1px solid #FFFFFF; }

@media (max-width: 1450px) {
  #cconsent-bar .ccb__wrapper .cc-title {
    font-size: 1.8vw; }
  #cconsent-bar .ccb__wrapper .cc-text {
    font-size: 1.2vw; }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
    font-size: 1.1vw; }
  #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
    margin: 0px 2.5vw; } }

#cconsent-modal.ccm--visible .ccm__content {
  max-width: none;
  max-height: none;
  width: 63%;
  height: 80%;
  border-radius: 10px;
  padding-left: 5%; }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading {
    padding-left: 0px;
    border: none; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading p {
      width: 81%;
      font-size: 21px;
      margin-bottom: 50px;
      line-height: 32px;
      font-family: 'Helvetica Neue'; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading #ccm__content__title {
      font-size: 29px;
      font-weight: bold;
      color: #C40D3C;
      padding: 3% 0px 2% 0px; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading .ccm__learn-more-link {
      font: normal normal normal 17.5px Helvetica Neue;
      letter-spacing: -0.16px;
      text-align: center; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading .ccm__cheading__close {
      color: #1C1C1C;
      font-weight: 400;
      font-size: 40px;
      outline: none; }
  #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup {
    border-bottom: none; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
      background-color: #FFFFFF; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head button {
        cursor: default; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger {
        padding-left: 0px;
        outline: none; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger span {
          font: normal normal bold 22px Helvetica Neue; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__status {
          display: none; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container i {
          font-size: 22px;
          font-weight: 400;
          margin-top: 4px; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-trigger .ccm__tab-head__info-icon-container .ccm__tab-head__info-text-container {
          width: 381px;
          box-shadow: 0px 10px 30px #00000029;
          font: normal normal normal 16px/29px Helvetica Neue;
          letter-spacing: -0.16px; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
      padding-left: 0px;
      padding-top: 0px;
      flex-direction: row-reverse;
      justify-content: space-between; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
        margin-right: 17%; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group {
          border: 1px solid #000000;
          border-radius: 15px;
          width: 44px;
          height: 24px; }
          #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group .ccm__switch__slider:before {
            height: 20px;
            width: 20px;
            left: 1px;
            bottom: 1px; }
          #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group[aria-checked="false"] .ccm__switch__slider:before {
            background-color: #C40D3C; }
          #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose .ccm__switch-component .ccm__switch-group[aria-checked="true"] .ccm__switch__slider:before {
            background-color: #FFFFFF; }
  #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
    flex-direction: row-reverse;
    padding-left: 0px; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
      outline: none;
      border-radius: 30px;
      width: 205px;
      font-size: 17px; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give {
      border: 1px solid #C40D3C; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give:hover {
        border-color: #000000;
        background-color: #FFFFFF;
        color: #000000; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__footer #ccm__footer__consent-modal-submit {
      display: none;
      margin-left: 5%;
      border: 1px solid #000000;
      font: normal normal medium Helvetica Neue; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer #ccm__footer__consent-modal-submit:hover {
        border-color: #C40D3C;
        background-color: #C40D3C;
        color: #FFFFFF; }

@media (max-width: 1100px) {
  #cconsent-bar {
    width: 92%;
    height: 300px;
    transform: translateY(-10%);
    margin-left: 4%; }
    #cconsent-bar .ccb__wrapper {
      flex-direction: column; }
      #cconsent-bar .ccb__wrapper .ccb__close-popup i {
        font-size: 25px;
        right: 20px;
        top: 20px; } }
      @media (max-width: 1100px) and (max-width: 510px) {
        #cconsent-bar .ccb__wrapper .ccb__close-popup i {
          font-size: 20px;
          right: 10px;
          top: 10px; } }

@media (max-width: 1100px) {
      #cconsent-bar .ccb__wrapper .ccb__left {
        margin: 0px; }
        #cconsent-bar .ccb__wrapper .ccb__left .cc-title {
          text-align: center;
          font-size: 25px;
          margin-top: 50px; } }
        @media (max-width: 1100px) and (max-width: 530px) {
          #cconsent-bar .ccb__wrapper .ccb__left .cc-title {
            margin-top: 5vw; } }

@media (max-width: 1100px) {
        #cconsent-bar .ccb__wrapper .ccb__left .cc-text {
          width: 100%;
          text-align: center;
          font-size: 17px;
          margin: 35px 0px 0px 0px; }
      #cconsent-bar .ccb__wrapper .ccb__right {
        margin-top: 13px; }
        #cconsent-bar .ccb__wrapper .ccb__right .ccb__button {
          flex-direction: column-reverse; }
          #cconsent-bar .ccb__wrapper .ccb__right .ccb__button button {
            width: 80vw;
            font-size: 25px; }
          #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .consent-give {
            margin: 0px; }
          #cconsent-bar .ccb__wrapper .ccb__right .ccb__button .ccb__edit {
            margin-top: 25px; }
  #cconsent-modal.ccm--visible .ccm__content {
    width: 92.5%;
    padding-left: 0px; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-right: 0px; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 25px; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading #ccm__content__title {
        padding-top: 1%; }
    #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs {
      padding-left: 30px;
      margin-top: 20px; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup {
        margin-top: 25px; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-head .ccm__tab-trigger {
          padding-top: 0px; }
        #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content {
          position: relative;
          overflow: visible; }
          #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner {
            padding-bottom: 15px;
            flex-direction: unset; }
            #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
              position: absolute;
              top: -105%;
              right: -15%; } }
            @media (max-width: 1100px) and (max-width: 615px) {
              #cconsent-modal.ccm--visible .ccm__content .ccm__content__body .ccm__tabs .ccm__tabgroup .ccm__tab-content .ccm__tab-content__inner .ccm__tab-content__choose {
                top: -65%; } }

@media (max-width: 1100px) {
    #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
      flex-direction: column-reverse;
      padding-left: 35px; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
        width: 95%; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer .consent-give {
        margin-bottom: 30px; }
      #cconsent-modal.ccm--visible .ccm__content .ccm__footer button#ccm__footer__consent-modal-submit {
        margin-left: 0px;
        margin-right: 0px; } }
