@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*

//------------------------------------------------------
//
//  NOTE:
//  This utilizes the Sass Breakpoint gem - https://www.npmjs.com/package/breakpoint-sass
//
//------------------------------------------------------


// convert pixel widths to ems in breakpoints
@import "breakpoint";
@include breakpoint-set('to ems', true);


// Define breakpoints
$landscape: screen (orientation landscape);
$portrait: screen (orientation portrait);

$small-up: 0px; 					// min-width: 0 
$small-only: 0em 40em; 				// min-width: 0 and max-width: 640px

$small-plus: 40em 47.5em;			// min-width: 640px and max-width: 760px;

$small-and-medium: 0em 64em;		// min-width: 0 and max-width: 1024px;

$medium-up: 40.063em; 				// min-width: 641px
$medium-only: 40.063em 64em; 		// min-width: 641px and max-width: 1024px

$medium-plus: 47.563em 64em;		// min-width: 760px and max-width: 1024px;

$large-up: 64.063em; 				// min-width: 1025px
$large-only: 64.063em 90em; 		// min-width: 1025px and max-width: 1440px

$xlarge-up: 90.063em; 				// min-width: 1441px
$xlarge-only: 90.063em 120em; 		// min-width: 1441px and max-width: 1920px

$xxlarge-up: 120.063em;				// min-width: 1921px





// Nav breakpoints for fitting in desktop layouts

$nav-small-and-med: 0 61.250em;			// min-width: 0 and max-width: 980px;
$nav-medium-only: 40.063em 61.250em; 	// min-width: 641px and max-width: 980px;
$nav-medium-up: 40.063em;
$nav-large-only: 61.313em 75.000em; 	// min-width: 981px and max-width: 1200px;
$nav-large-up: 61.313em;				// min-width: 981px
$nav-xlarge-up: 75.063em;				// min-width: 1201px;

*/
.visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.clearfix:before, .clearfix:after,
.l-mobile-header:before,
.l-footer-inner:before,
.l-constrained:before,
.l-pre-header:before,
.l-header:before,
.l-inner:before,
.l-content:before,
#content:before,
.pre-content:before,
.l-content-wrapper:before,
.l-pre-footer-wrapper:before,
.l-footer-wrapper:before,
.l-mobile-header:after,
.l-footer-inner:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  content: "";
  display: table;
}
.clearfix:after,
.l-mobile-header:after,
.l-footer-inner:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  clear: both;
  font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
}

@keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
nav.tabs {
  background: #1f2123;
  padding: 30px;
  border-radius: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  nav.tabs {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  nav.tabs {
    margin: 50px;
  }
}
nav.tabs:before {
  display: block;
  content: "ADMIN LINKS";
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
  border-bottom: 1px solid #666;
}

.tabs.primary {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  border: 0;
}
.tabs.primary:before {
  display: block;
  background: #FFF;
  color: #000;
  text-align: center;
}
.tabs.primary li {
  margin: 0 10px 10px 0;
  padding: 0;
  float: none;
  display: inline-block;
  list-style-type: none;
}
.tabs.primary li.tabs__tab--active a {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}
.tabs.primary li a {
  background-color: #eee;
  color: #000;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}
.tabs.primary li a:hover {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
  text-decoration: none;
}

body.maintenance-page {
  background: #fff;
  height: 100vh;
}
body.maintenance-page header {
  text-align: center;
  padding: 4vw;
  background: #000;
}
body.maintenance-page header h1 {
  text-transform: uppercase;
  margin: 0.5em 0;
  font-weight: bold;
}
body.maintenance-page header img {
  width: 300px;
}
body.maintenance-page main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw;
  text-align: center;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  fieldset {
    padding: 0.5em;
  }
}

legend {
  font-size: 24px;
  font-weight: 800;
  color: rgb(0, 0, 0);
  padding: 0 0.5em;
  line-height: 1.2;
}
legend a:link {
  color: rgb(0, 0, 0);
}

input.focus {
  color: #F8F4CA;
}

.image-widget-data input.form-file {
  margin-right: 10px;
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 20px;
}

.form-item label,
.form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

label.option {
  vertical-align: middle;
}

input[type=checkbox] {
  cursor: pointer;
  margin-right: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input.form-text,
textarea {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=file] {
  margin: 15px 0px 0px;
}

.form-managed-file {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 10px 0;
}

.webform-client-form input.form-submit {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}
.webform-client-form input.form-submit:hover {
  text-decoration: none;
}
.webform-client-form input.form-submit:hover, .webform-client-form input.form-submit:active, .webform-client-form input.form-submit:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  .webform-client-form input.form-submit {
    width: auto;
  }
}

.contact-button-wrapper a {
  padding: 14px 5px 12px;
  background-color: #E82B4E;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contact-button-wrapper a {
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
  }
  .contact-button-wrapper a:nth-of-type(1) {
    margin-right: 4%;
  }
}
.contact-button-wrapper a:hover {
  color: #fff;
  background-color: #fefc53;
  text-decoration: none;
}

.form-item-radios label {
  margin-left: 15px;
}

select {
  margin-bottom: 10px;
}

.form-item img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.user-login-form {
  max-width: 400px;
  margin: 0 auto;
}
.user-login-form .form-item label,
.user-login-form .form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.user-login-form input[type=submit] {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  width: 100%;
}
.user-login-form input[type=submit]:hover {
  text-decoration: none;
}
.user-login-form input[type=submit]:hover, .user-login-form input[type=submit]:active, .user-login-form input[type=submit]:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}

.clear-both {
  clear: both;
}

@media (max-width: 575.98px) {
  .l-constrained {
    padding: 0 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .l-constrained {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

/*----------------------------------------

 Add Clearfix to all main containers

----------------------------------------*/
.l-content-main-wrapper {
  padding: 6vw 0;
}

.section-user .l-content-main-wrapper {
  padding: 6vw 0;
}

.block-page-title-block {
  text-align: center;
}

/*-------------------------------------------

 LISTS - defaults for standard formatting

--------------------------------------------*/
ol li {
  list-style-type: decimal;
}
ol ol {
  padding-top: 0.5em;
}
ol ol li {
  list-style-type: upper-roman;
}

ul li {
  list-style: disc;
}
ul ul {
  padding-top: 0.5em;
}
ul ul li {
  list-style: circle;
}

.node ol,
.node ul {
  padding-left: 2em;
}

.story-block-text ul li {
  margin-bottom: 0.75em;
  line-height: 1.3;
  padding-left: 10px;
}

dt,
.admin h3 {
  font-size: 1.125rem;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.938rem;
  font-style: italic;
  margin-bottom: 20px;
}

.upper-roman {
  list-style-type: upper-roman;
  font-size: 18px;
}
.upper-roman > li {
  list-style-type: upper-roman;
  padding-left: 8px;
}

.upper-alpha {
  list-style-type: upper-alpha;
}
.upper-alpha > li {
  list-style-type: upper-alpha;
  padding-left: 8px;
}

.decimal {
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
  padding-left: 8px;
}

.node .grid,
.node .css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
}

.grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.grid li,
.grid .grid-item {
  list-style-type: none;
  /*@include media-breakpoint-down(sm) {
  	@include flexgrid-1;
  }
  @include media-breakpoint-only(md) {
  	@include flexgrid-2;
  }
  @include media-breakpoint-only(lg) {
  	@include flexgrid-3;
  }
  @include media-breakpoint-up(xl) {
  	@include flexgrid-4;
  }*/
}

.css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 3.8%;
}
@media (min-width: 768px) {
  .css-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.css-grid li,
.css-grid .grid-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.grid-item .grid-item-image {
  margin-bottom: 20px;
}
.grid-item .grid-item-titles {
  text-align: left;
}
.grid-item .grid-item-titles h2,
.grid-item .grid-item-titles h2.title {
  margin-bottom: 0.5em;
}
@media (max-width: 575.98px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 25px;
  }
}
.grid-item .grid-item-titles h3 {
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}

.list {
  padding: 0;
}
.list ul {
  margin: 0;
  padding: 0;
}
.list .list-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.list .list-item:first-child {
  padding-top: 0;
}
.list .list-item:last-child {
  border-bottom: 0;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

a img {
  transition: all 0.2s ease-in;
}

.mfp-embedded-video-popup {
  width: 100%;
  max-width: 1200px;
}

.embedded-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 35px auto 0;
}
.embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  left: 50%;
  transform: translateX(-50%);
}

button.mfp-close {
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 0.5;
  font-size: 30px;
  padding: 6px;
  color: #fff !important;
  border-radius: 0;
  opacity: 1;
  top: 5px;
  right: 3px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
.menu .leaf {
  list-style-image: none;
  list-style-type: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: middle;
}

table {
  width: 100%;
}

thead th {
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 1em;
  text-align: left;
  text-transform: uppercase;
}

td {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 12px;
}

tr.odd {
  background-color: #fff;
}

tr.even {
  background-color: #f0f0f0;
}

tr.draggable td {
  padding-left: 25px;
}

.draggable a.tabledrag-handle {
  margin-left: -15px;
  min-height: 20px;
}
.draggable a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background-position: 0px 7px;
  height: 20px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 14px;
}

a.tabledrag-handle-hover .handle {
  background-position: 0 -13px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-ms-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-ms-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(0, 0, 0);
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
body.cke_editable {
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

a {
  transition: all 0.2s ease-in;
  color: #E82B4E;
}
a:hover {
  color: #9c112b;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

.h1, .h2, .h3, .h4, .h5,
.h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}

h1,
h1.page-title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  border-bottom: 8px solid #E82B4E;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 60px);
  }
}

.block-page-title-block {
  text-align: center;
}
@media (min-width: 768px) {
  .block-page-title-block {
    max-width: 65vw;
    margin: 0 auto;
  }
}

h2,
h2.section-title,
.related-articles-home h2,
.related-articles h2,
.view-clients-home h2 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  h2,
  h2.section-title,
  .related-articles-home h2,
  .related-articles h2,
  .view-clients-home h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  h2,
  h2.section-title,
  .related-articles-home h2,
  .related-articles h2,
  .view-clients-home h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h2,
  h2.section-title,
  .related-articles-home h2,
  .related-articles h2,
  .view-clients-home h2 {
    font-size: 45px;
  }
}

b, strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  .fixed {
    background-attachment: fixed;
  }
}
@media (pointer: coarse) {
  .fixed {
    background-attachment: scroll;
  }
}

.sticky {
  position: sticky;
}
@media (max-width: 767.98px) {
  .sticky {
    top: 67px;
  }
}
@media (min-width: 992px) {
  .sticky {
    top: 80px;
  }
}

.widget {
  overflow: hidden;
}

figure {
  margin-bottom: 2em;
}
figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

.border {
  border: 0px solid #ccc !important;
}

.border-top {
  border-top: 0px solid #ccc !important;
}

.border-right {
  border-right: 0px solid #ccc !important;
}

.border-bottom {
  border-bottom: 0px solid #ccc !important;
}

.border-left {
  border-left: 0px solid #ccc !important;
}

.section,
section {
  position: relative;
}
@media (max-width: 575.98px) {
  .section,
  section {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section,
  section {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .section,
  section {
    border-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .section,
  section {
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .section.section-margin,
  section.section-margin {
    margin: 15px;
  }
}
@media (min-width: 576px) {
  .section.section-margin,
  section.section-margin {
    margin: 30px;
  }
}
@media (max-width: 575.98px) {
  .section.section-border-radius,
  section.section-border-radius {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .section.section-border-radius,
  section.section-border-radius {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .section.section-border,
  section.section-border {
    border: 0px solid #ccc;
  }
}
@media (min-width: 576px) {
  .section.section-border,
  section.section-border {
    border: 0px solid #ccc;
  }
}
@media (max-width: 575.98px) {
  .section.remove-section-margin-sm,
  section.remove-section-margin-sm {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section.remove-section-margin-lg,
  section.remove-section-margin-lg {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .section.remove-section-border-radius-sm,
  section.remove-section-border-radius-sm {
    border-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .section.remove-section-border-radius-lg,
  section.remove-section-border-radius-lg {
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .section,
  section {
    scroll-margin-top: 67px;
  }
}
@media (min-width: 992px) {
  .section,
  section {
    scroll-margin-top: 80px;
  }
}
.section .section-title, .section .related-articles-home h2, .related-articles-home .section h2,
.section .related-articles h2,
.related-articles .section h2, .section .view-clients-home h2, .view-clients-home .section h2,
.section .text-section-title,
section .section-title,
section .related-articles-home h2,
.related-articles-home section h2,
section .related-articles h2,
.related-articles section h2,
section .view-clients-home h2,
.view-clients-home section h2,
section .text-section-title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .section .section-title, .section .related-articles-home h2, .related-articles-home .section h2,
  .section .related-articles h2,
  .related-articles .section h2, .section .view-clients-home h2, .view-clients-home .section h2,
  .section .text-section-title,
  section .section-title,
  section .related-articles-home h2,
  .related-articles-home section h2,
  section .related-articles h2,
  .related-articles section h2,
  section .view-clients-home h2,
  .view-clients-home section h2,
  section .text-section-title {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .section .section-title, .section .related-articles-home h2, .related-articles-home .section h2,
  .section .related-articles h2,
  .related-articles .section h2, .section .view-clients-home h2, .view-clients-home .section h2,
  .section .text-section-title,
  section .section-title,
  section .related-articles-home h2,
  .related-articles-home section h2,
  section .related-articles h2,
  .related-articles section h2,
  section .view-clients-home h2,
  .view-clients-home section h2,
  section .text-section-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section .section-title, .section .related-articles-home h2, .related-articles-home .section h2,
  .section .related-articles h2,
  .related-articles .section h2, .section .view-clients-home h2, .view-clients-home .section h2,
  .section .text-section-title,
  section .section-title,
  section .related-articles-home h2,
  .related-articles-home section h2,
  section .related-articles h2,
  .related-articles section h2,
  section .view-clients-home h2,
  .view-clients-home section h2,
  section .text-section-title {
    font-size: 45px;
  }
}
.section .subtitle,
section .subtitle {
  color: rgb(0, 0, 0);
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section .subtitle,
  section .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section .subtitle,
  section .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section .subtitle,
  section .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section .container,
  section .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 767.98px) {
  .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed, .section.section-contact-form,
  section.section-twitter,
  section.section-instagram,
  section.section-bands-in-town,
  section.section-social-links,
  section.section-elfsight-widget,
  section.section-contact,
  section.section-general-embed,
  section.section-contact-form {
    padding: 10vw 0;
  }
}
@media (min-width: 992px) {
  .section.section-twitter, .section.section-instagram, .section.section-bands-in-town, .section.section-social-links, .section.section-elfsight-widget, .section.section-contact, .section.section-general-embed, .section.section-contact-form,
  section.section-twitter,
  section.section-instagram,
  section.section-bands-in-town,
  section.section-social-links,
  section.section-elfsight-widget,
  section.section-contact,
  section.section-general-embed,
  section.section-contact-form {
    padding: 8vw 0;
  }
}
.section.alternating,
section.alternating {
  background-color: #f1f4f7;
}
.section .hide-title h2,
.section .hide-title h2.section-title,
section .hide-title h2,
section .hide-title h2.section-title {
  display: none;
}

.dark-bg {
  background: #000;
}
.dark-bg.section-hero, .dark-bg.section-slides-text, .dark-bg.section-cards, .dark-bg.section-general-embed, .dark-bg.section-instagram, .dark-bg.section-social-links, .dark-bg.section-contact, .dark-bg.section-contact-form, .dark-bg.section-text, .dark-bg.section-video-embed, .dark-bg.section-business-information, .dark-bg.section-subscribe {
  background: #000;
}

.light-bg {
  background: #fff;
}
.light-bg.section-hero, .light-bg.section-slides-text, .light-bg.section-cards, .light-bg.section-general-embed, .light-bg.section-instagram, .light-bg.section-social-links, .light-bg.section-contact, .light-bg.section-contact-form, .light-bg.section-text, .light-bg.section-video-embed, .light-bg.section-business-information, .light-bg.section-subscribe {
  background: #fff;
}

.bg-color-primary {
  background-color: #E82B4E !important;
}

.bg-color-secondary {
  background-color: #fefc53 !important;
}

.bg-color-tertiary {
  background-color: #6D6E71 !important;
}

.dark-text .section-title, .dark-text .related-articles-home h2, .related-articles-home .dark-text h2,
.dark-text .related-articles h2,
.related-articles .dark-text h2, .dark-text .view-clients-home h2, .view-clients-home .dark-text h2 {
  border-color: #ccc;
}

.light-text .section-title, .light-text .related-articles-home h2, .related-articles-home .light-text h2,
.light-text .related-articles h2,
.related-articles .light-text h2, .light-text .view-clients-home h2, .view-clients-home .light-text h2 {
  border-color: #ccc;
}

.intro-light-text .intro .section-title, .intro-light-text .intro .related-articles-home h2, .related-articles-home .intro-light-text .intro h2,
.intro-light-text .intro .related-articles h2,
.related-articles .intro-light-text .intro h2, .intro-light-text .intro .view-clients-home h2, .view-clients-home .intro-light-text .intro h2 {
  color: #fff !important;
}
.intro-light-text .intro .intro-body {
  color: #fff !important;
}
.intro-light-text .intro .intro-body a {
  color: #E82B4E !important;
}
.intro-light-text .intro .intro-body a:hover {
  color: #f2879b !important;
}
.intro-light-text .intro .section-link a {
  color: #E82B4E !important;
}
.intro-light-text .intro .section-link a:hover {
  color: #f2879b !important;
}

.intro-dark-text .intro .section-title, .intro-dark-text .intro .related-articles-home h2, .related-articles-home .intro-dark-text .intro h2,
.intro-dark-text .intro .related-articles h2,
.related-articles .intro-dark-text .intro h2, .intro-dark-text .intro .view-clients-home h2, .view-clients-home .intro-dark-text .intro h2 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.intro-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.intro-dark-text .intro .intro-body a {
  color: #E82B4E !important;
}
.intro-dark-text .intro .intro-body a:hover {
  color: #9c112b !important;
}
.intro-dark-text .intro .section-link a {
  color: #E82B4E !important;
}
.intro-dark-text .intro .section-link a:hover {
  color: #9c112b !important;
}

.dark-text {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.section-hero .hero-title-wrapper .hero-heading, .dark-text.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.dark-text.section-hero .hero-title-wrapper .hero-sub-heading, .dark-text.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.dark-text .section-title, .dark-text .related-articles-home h2, .related-articles-home .dark-text h2,
.dark-text .related-articles h2,
.related-articles .dark-text h2, .dark-text .view-clients-home h2, .view-clients-home .dark-text h2 {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text .story-block-text,
.dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text .story-block-text a,
.dark-text .intro-body a {
  color: #E82B4E !important;
}
.dark-text .story-block-text a:hover,
.dark-text .intro-body a:hover {
  color: #9c112b !important;
}
.dark-text .story-block-link a.btn, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a, .dark-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-text .story-block-link a, .dark-text .story-block-link a.modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text .story-block-link a.btn:hover, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:hover, .dark-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-text .story-block-link a:hover, .dark-text .story-block-link a.modal-trigger--video:hover, .dark-text .story-block-link a.btn:active, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:active, .dark-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-text .story-block-link a:active, .dark-text .story-block-link a.modal-trigger--video:active, .dark-text .story-block-link a.btn:focus, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:focus, .dark-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-text .story-block-link a:focus, .dark-text .story-block-link a.modal-trigger--video:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.dark-text .story-block-link a.btn.btn-secondary, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary, .dark-text .story-block-link a.btn-secondary.modal-trigger--video {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.dark-text .story-block-link a.btn.btn-secondary:hover, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:hover, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:hover, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:hover, .dark-text .story-block-link a.btn.btn-secondary:active, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:active, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:active, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:active, .dark-text .story-block-link a.btn.btn-secondary:focus, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:focus, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:focus, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text .story-block-videos .modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text .story-block-videos .modal-trigger--video:hover, .dark-text .story-block-videos .modal-trigger--video:active, .dark-text .story-block-videos .modal-trigger--video:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.dark-text .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #E82B4E;
}
.dark-text .swiper-slide .slide-title,
.dark-text .swiper-slide .slide-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.card-item .card-title,
.dark-text.card-item .card-text {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.card-item .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text.card-item .card-link:hover, .dark-text.card-item .card-link:active, .dark-text.card-item .card-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.dark-text.card-item .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.dark-text.card-item .card-link.btn-secondary:hover, .dark-text.card-item .card-link.btn-secondary:active, .dark-text.card-item .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

@media (max-width: 575.98px) {
  .dark-text.light-text-mobile.section-hero .hero-title-wrapper .hero-heading, .dark-text.light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: #fff;
  }
  .dark-text.light-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .dark-text.light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: #fff;
  }
  .dark-text.light-text-mobile .section-title, .dark-text.light-text-mobile .related-articles-home h2, .related-articles-home .dark-text.light-text-mobile h2,
  .dark-text.light-text-mobile .related-articles h2,
  .related-articles .dark-text.light-text-mobile h2, .dark-text.light-text-mobile .view-clients-home h2, .view-clients-home .dark-text.light-text-mobile h2 {
    color: #fff !important;
  }
  .dark-text.light-text-mobile .story-block-text,
  .dark-text.light-text-mobile .intro-body {
    color: #fff !important;
  }
  .dark-text.light-text-mobile .story-block-text a,
  .dark-text.light-text-mobile .intro-body a {
    color: #E82B4E !important;
  }
  .dark-text.light-text-mobile .story-block-text a:hover,
  .dark-text.light-text-mobile .intro-body a:hover {
    color: #f2879b !important;
  }
  .dark-text.light-text-mobile .story-block-link a.btn, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .dark-text.light-text-mobile .story-block-link a.btn:hover, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:hover, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:hover, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-link a.btn:active, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:active, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:active, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:active, .dark-text.light-text-mobile .story-block-link a.btn:focus, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:focus, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:focus, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:active, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:active, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:active, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .dark-text.light-text-mobile .story-block-videos .modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .dark-text.light-text-mobile .story-block-videos .modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-videos .modal-trigger--video:active, .dark-text.light-text-mobile .story-block-videos .modal-trigger--video:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .dark-text.light-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #E82B4E;
  }
  .dark-text.light-text-mobile .swiper-slide .slide-title {
    color: #fff !important;
  }
  .dark-text.light-text-mobile .swiper-slide .slide-body {
    color: #fff !important;
  }
  .dark-text.light-text-mobile.section-cards .card-title, .dark-text.light-text-mobile.card-item .card-title {
    color: #fff !important;
  }
  .dark-text.light-text-mobile.section-cards .card-text, .dark-text.light-text-mobile.card-item .card-text {
    color: #fff !important;
  }
  .dark-text.light-text-mobile.section-cards .card-link, .dark-text.light-text-mobile.card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .dark-text.light-text-mobile.section-cards .card-link:hover, .dark-text.light-text-mobile.section-cards .card-link:active, .dark-text.light-text-mobile.section-cards .card-link:focus, .dark-text.light-text-mobile.card-item .card-link:hover, .dark-text.light-text-mobile.card-item .card-link:active, .dark-text.light-text-mobile.card-item .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .dark-text.light-text-mobile.section-cards .card-link.btn-secondary, .dark-text.light-text-mobile.card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:hover, .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:active, .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:focus, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:hover, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:active, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 575.98px) {
  .card-dark-text.light-text-mobile .card-item .card-title {
    color: #fff !important;
  }
  .card-dark-text.light-text-mobile .card-item .card-text {
    color: #fff !important;
  }
  .card-dark-text.light-text-mobile .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile .card-item .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 1023.98px) {
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-title, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-title {
    color: #fff !important;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-text, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-text {
    color: #fff !important;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:hover, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:active, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:hover, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:active, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 991.98px) {
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-title, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-title {
    color: #fff !important;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-text, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-text {
    color: #fff !important;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:hover, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:active, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

.light-text {
  color: #fff !important;
}
.light-text.section-hero .hero-title-wrapper .hero-heading, .light-text.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  color: #fff;
}
.light-text.section-hero .hero-title-wrapper .hero-sub-heading, .light-text.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  color: #fff;
}
.light-text .section-title, .light-text .related-articles-home h2, .related-articles-home .light-text h2,
.light-text .related-articles h2,
.related-articles .light-text h2, .light-text .view-clients-home h2, .view-clients-home .light-text h2 {
  color: #fff !important;
}
.light-text .story-block-text,
.light-text .intro-body {
  color: #fff !important;
}
.light-text .story-block-text a,
.light-text .intro-body a {
  color: #E82B4E !important;
}
.light-text .story-block-text a:hover,
.light-text .intro-body a:hover {
  color: #f2879b !important;
}
.light-text .story-block-link a.btn, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a, .light-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-text .story-block-link a, .light-text .story-block-link a.modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text .story-block-link a.btn:hover, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:hover, .light-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-text .story-block-link a:hover, .light-text .story-block-link a.modal-trigger--video:hover, .light-text .story-block-link a.btn:active, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:active, .light-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-text .story-block-link a:active, .light-text .story-block-link a.modal-trigger--video:active, .light-text .story-block-link a.btn:focus, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:focus, .light-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-text .story-block-link a:focus, .light-text .story-block-link a.modal-trigger--video:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.light-text .story-block-link a.btn.btn-secondary, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary, .light-text .story-block-link a.btn-secondary.modal-trigger--video {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.light-text .story-block-link a.btn.btn-secondary:hover, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:hover, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:hover, .light-text .story-block-link a.btn-secondary.modal-trigger--video:hover, .light-text .story-block-link a.btn.btn-secondary:active, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:active, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:active, .light-text .story-block-link a.btn-secondary.modal-trigger--video:active, .light-text .story-block-link a.btn.btn-secondary:focus, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:focus, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:focus, .light-text .story-block-link a.btn-secondary.modal-trigger--video:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text .story-block-videos .modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text .story-block-videos .modal-trigger--video:hover, .light-text .story-block-videos .modal-trigger--video:active, .light-text .story-block-videos .modal-trigger--video:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.light-text .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #E82B4E;
}
.light-text .swiper-slide .slide-title {
  color: #fff !important;
}
.light-text .swiper-slide .slide-body {
  color: #fff !important;
}
.light-text.section-cards .card-title, .light-text.card-item .card-title {
  color: #fff !important;
}
.light-text.section-cards .card-text, .light-text.card-item .card-text {
  color: #fff !important;
}
.light-text.section-cards .card-link, .light-text.card-item .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text.section-cards .card-link:hover, .light-text.section-cards .card-link:active, .light-text.section-cards .card-link:focus, .light-text.card-item .card-link:hover, .light-text.card-item .card-link:active, .light-text.card-item .card-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.light-text.section-cards .card-link.btn-secondary, .light-text.card-item .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.light-text.section-cards .card-link.btn-secondary:hover, .light-text.section-cards .card-link.btn-secondary:active, .light-text.section-cards .card-link.btn-secondary:focus, .light-text.card-item .card-link.btn-secondary:hover, .light-text.card-item .card-link.btn-secondary:active, .light-text.card-item .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

@media (max-width: 575.98px) {
  .light-text.dark-text-mobile.section-hero .hero-title-wrapper .hero-heading, .light-text.dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .light-text.dark-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .light-text.dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .light-text.dark-text-mobile .section-title, .light-text.dark-text-mobile .related-articles-home h2, .related-articles-home .light-text.dark-text-mobile h2,
  .light-text.dark-text-mobile .related-articles h2,
  .related-articles .light-text.dark-text-mobile h2, .light-text.dark-text-mobile .view-clients-home h2, .view-clients-home .light-text.dark-text-mobile h2 {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .story-block-text,
  .light-text.dark-text-mobile .intro-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .story-block-text a,
  .light-text.dark-text-mobile .intro-body a {
    color: #E82B4E !important;
  }
  .light-text.dark-text-mobile .story-block-text a:hover,
  .light-text.dark-text-mobile .intro-body a:hover {
    color: #9c112b !important;
  }
  .light-text.dark-text-mobile .story-block-link a.btn, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.dark-text-mobile .story-block-link a.btn:hover, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:hover, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:hover, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-link a.btn:active, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:active, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:active, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:active, .light-text.dark-text-mobile .story-block-link a.btn:focus, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:focus, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:focus, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:active, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:active, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:active, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.dark-text-mobile .story-block-videos .modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.dark-text-mobile .story-block-videos .modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-videos .modal-trigger--video:active, .light-text.dark-text-mobile .story-block-videos .modal-trigger--video:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .light-text.dark-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #E82B4E;
  }
  .light-text.dark-text-mobile .swiper-slide .slide-title,
  .light-text.dark-text-mobile .swiper-slide .slide-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile.card-item .card-title,
  .light-text.dark-text-mobile.card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile.card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.dark-text-mobile.card-item .card-link:hover, .light-text.dark-text-mobile.card-item .card-link:active, .light-text.dark-text-mobile.card-item .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .light-text.dark-text-mobile.card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .light-text.dark-text-mobile.card-item .card-link.btn-secondary:hover, .light-text.dark-text-mobile.card-item .card-link.btn-secondary:active, .light-text.dark-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 575.98px) {
  .card-light-text.dark-text-mobile .card-item .card-title,
  .card-light-text.dark-text-mobile .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-light-text.dark-text-mobile .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-light-text.dark-text-mobile .card-item .card-link:hover, .card-light-text.dark-text-mobile .card-item .card-link:active, .card-light-text.dark-text-mobile .card-item .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 767.98px) {
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-title, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-title,
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-text,
  .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:hover, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:hover, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:active, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:active, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:focus, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:hover, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:active, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

@media (max-width: 1023.98px) {
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-title,
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-text,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-title,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:hover, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:active, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:focus,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:hover,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:active,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
}

.overlay-dark .image-overlay,
.overlay-dark .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay-gradient-from-left .image-overlay,
.dark-overlay-gradient-from-left .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.55) 46%, rgba(0, 0, 0, 0.35) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
}

.dark-overlay-gradient-from-right .image-overlay,
.dark-overlay-gradient-from-right .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.55) 55.5%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.7) 65%);
}

.overlay-light .image-overlay,
.overlay-light .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.light-overlay-gradient-from-left .image-overlay,
.light-overlay-gradient-from-left .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
}

.light-overlay-gradient-from-right .image-overlay,
.light-overlay-gradient-from-right .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
}

.text-wrapper-dark.section-story-block .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #000;
  align-self: center;
}
@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    margin: 0 -4vw;
  }
}
@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-dark .intro .text-wrapper,
.text-wrapper-dark .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #000;
  border-radius: 0;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .text-wrapper-dark .intro .text-wrapper,
  .text-wrapper-dark .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-dark .intro .text-wrapper .section-title,
.text-wrapper-dark .text-wrapper .section-title,
.text-wrapper-dark .text-wrapper .related-articles-home h2,
.related-articles-home .text-wrapper-dark .text-wrapper h2,
.text-wrapper-dark .text-wrapper .related-articles h2,
.related-articles .text-wrapper-dark .text-wrapper h2,
.text-wrapper-dark .text-wrapper .view-clients-home h2,
.view-clients-home .text-wrapper-dark .text-wrapper h2 {
  color: #fff;
}
.text-wrapper-dark .intro .text-wrapper .intro-body,
.text-wrapper-dark .intro .text-wrapper .story-block-text,
.text-wrapper-dark .text-wrapper .intro-body,
.text-wrapper-dark .text-wrapper .story-block-text {
  color: #fff;
}
.text-wrapper-dark .intro .text-wrapper .intro-body a,
.text-wrapper-dark .intro .text-wrapper .story-block-text a,
.text-wrapper-dark .text-wrapper .intro-body a,
.text-wrapper-dark .text-wrapper .story-block-text a {
  color: #E82B4E;
}
.text-wrapper-dark .intro .text-wrapper .intro-body a:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-text a:hover,
.text-wrapper-dark .text-wrapper .intro-body a:hover,
.text-wrapper-dark .text-wrapper .story-block-text a:hover {
  color: #f2879b;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn,
.text-wrapper-dark .text-wrapper .story-block-link a.btn,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a,
.text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:active,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:hover,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:hover,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:active,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:active,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:active,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:focus,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:focus,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn:hover,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
.text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn:active,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:active,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:active,
.text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:focus,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:focus,
.text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn.btn-secondary:active,
.text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.text-wrapper-light.section-story-block .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #fff;
  align-self: center;
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    margin: 0 -4vw;
  }
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-light.intro .text-wrapper,
.text-wrapper-light .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #fff;
  border-radius: 0;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .text-wrapper-light.intro .text-wrapper,
  .text-wrapper-light .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-light.intro .text-wrapper .section-title,
.text-wrapper-light .text-wrapper .section-title,
.text-wrapper-light .text-wrapper .related-articles-home h2,
.related-articles-home .text-wrapper-light .text-wrapper h2,
.text-wrapper-light .text-wrapper .related-articles h2,
.related-articles .text-wrapper-light .text-wrapper h2,
.text-wrapper-light .text-wrapper .view-clients-home h2,
.view-clients-home .text-wrapper-light .text-wrapper h2 {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.intro .text-wrapper .intro-body,
.text-wrapper-light.intro .text-wrapper .story-block-text,
.text-wrapper-light .text-wrapper .intro-body,
.text-wrapper-light .text-wrapper .story-block-text {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.intro .text-wrapper .intro-body a,
.text-wrapper-light.intro .text-wrapper .story-block-text a,
.text-wrapper-light .text-wrapper .intro-body a,
.text-wrapper-light .text-wrapper .story-block-text a {
  color: #E82B4E;
}
.text-wrapper-light.intro .text-wrapper .intro-body a:hover,
.text-wrapper-light.intro .text-wrapper .story-block-text a:hover,
.text-wrapper-light .text-wrapper .intro-body a:hover,
.text-wrapper-light .text-wrapper .story-block-text a:hover {
  color: #9c112b;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn,
.text-wrapper-light .text-wrapper .story-block-link a.btn,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video,
.text-wrapper-light .text-wrapper .story-block-videos a.btn,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a,
.text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:hover,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:active,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn:hover,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:hover,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:hover,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn:active,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:active,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:active,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:focus,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:focus,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:focus,
.text-wrapper-light .text-wrapper .story-block-videos a.btn:hover,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:hover,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:hover,
.text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-videos a.btn:active,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:active,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:active,
.text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-videos a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:focus,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:focus,
.text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
.text-wrapper-light .text-wrapper .story-block-videos a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn.btn-secondary:active,
.text-wrapper-light.intro .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
.text-wrapper-light .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-videos a.btn.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

@media (max-width: 575.98px) {
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-bg, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-bg,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-bg,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-bg {
    background-color: transparent;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .section-title, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .related-articles-home h2, .related-articles-home .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text h2,
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .related-articles h2,
  .related-articles .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text h2, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .view-clients-home h2, .view-clients-home .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text h2, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .section-title, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .related-articles-home h2, .related-articles-home .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text h2,
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .related-articles h2,
  .related-articles .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text h2, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .view-clients-home h2, .view-clients-home .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .related-articles-home h2,
  .related-articles-home .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .related-articles h2,
  .related-articles .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .view-clients-home h2,
  .view-clients-home .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .related-articles-home h2,
  .related-articles-home .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .related-articles h2,
  .related-articles .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .view-clients-home h2,
  .view-clients-home .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text h2 {
    color: rgb(0, 0, 0) !important;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .story-block-text, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .story-block-text {
    color: rgb(0, 0, 0) !important;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block .text-wrapper {
    margin: 0;
    padding: 0;
    background: transparent;
    align-self: center;
    box-shadow: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .section-title,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .section-title,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .related-articles-home h2,
  .related-articles-home .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper h2,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .related-articles h2,
  .related-articles .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper h2,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .view-clients-home h2,
  .view-clients-home .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper h2,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .related-articles-home h2,
  .related-articles-home .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper h2,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .related-articles h2,
  .related-articles .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper h2,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .view-clients-home h2,
  .view-clients-home .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper h2 {
    color: rgb(0, 0, 0);
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text {
    color: rgb(0, 0, 0);
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text a,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text a {
    color: #E82B4E;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text a:hover {
    color: #9c112b;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video {
    background: #E82B4E;
    border: 1px solid #E82B4E;
    color: #fff;
    text-align: center;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:focus, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.modal-trigger--video:focus {
    background: #111;
    border-color: #111;
    color: #fff !important;
    text-decoration: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video {
    background: #000;
    border-color: #000;
    color: #fff;
    text-align: center;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-videos a.btn-secondary.modal-trigger--video:focus {
    background: #E82B4E;
    border-color: #E82B4E;
    color: #fff !important;
    text-decoration: none;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap .story-block-mobile-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .text-wrapper {
    margin-top: -15vw;
  }
}
@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.has-extra-image .text-wrapper {
    margin-top: 0;
  }
  .section-story-block.text-wrapper-overlap.has-extra-image .story-block-extra-image {
    margin-top: -15vw;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile .story-block .story-block-mobile-image {
    margin-bottom: 2em;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile .story-block .text-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile.has-extra-image .story-block-extra-image {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #cta-modal .modal-dialog {
    width: 70vw;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  #cta-modal .modal-dialog {
    width: 50vw;
    max-width: 700px;
  }
}
#cta-modal .modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  font-size: unset;
}
#cta-modal .modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-modal .modal-image figure {
  margin: 0;
}
#cta-modal .modal-text {
  padding: 30px 30px 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #cta-modal .modal-text {
    padding: 50px 30px 30px;
  }
}
@media (min-width: 992px) {
  #cta-modal .modal-text {
    padding: 50px 4vw 40px;
  }
}
#cta-modal .modal-header {
  padding: 0;
  margin-bottom: 1.5em;
  border: 0;
  display: flex;
  align-items: center;
}
#cta-modal .modal-title {
  font-size: clamp(25px, 3vw, 35px);
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  flex: 1 1 100%;
}
#cta-modal .modal-title span {
  font-size: 2.5em;
  color: rgb(0, 0, 0);
  display: block;
}
#cta-modal .modal-body {
  padding: 0;
  margin-bottom: 2em;
  font-size: 0.85em;
  color: rgb(0, 0, 0);
  text-align: center;
}
#cta-modal .modal-body p:last-child {
  margin: 0;
}
#cta-modal #fileswift-cta-link a,
#cta-modal input[type=submit],
#cta-modal button[type=submit] {
  background: #E82B4E;
  color: #fff;
  border: 1px solid #E82B4E;
  border-radius: 50px;
  padding: 15px 30px;
  flex: 0 0 auto;
  text-decoration: none;
}
#cta-modal #fileswift-cta-link a:hover,
#cta-modal input[type=submit]:hover,
#cta-modal button[type=submit]:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
  text-decoration: none;
}
#cta-modal #mc_embed_signup {
  width: auto;
}
#cta-modal #mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-modal #mc_embed_signup .mc-field-group {
  width: 100%;
}
#cta-modal #mc_embed_signup .mc-field-group input {
  width: 100%;
}
#cta-modal #mc_embed_signup form {
  margin: 0;
}
#cta-modal #mc_embed_signup input[type=submit] {
  height: auto;
}
#cta-modal #mc_embed_signup input[type=email],
#cta-modal #mc_embed_signup input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#cta-modal button.close.cta-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  transition: 0.2s all ease;
}
#cta-modal button.close.cta-modal-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}
#cta-modal button.close.cta-modal-close span {
  display: none;
}
#cta-modal button.close.cta-modal-close:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ababab;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  transform: rotate(45deg);
}
#cta-modal button.close.cta-modal-close:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ababab;
  position: relative;
  left: 0;
  top: -2px;
  display: block;
  transform: rotate(315deg);
}
#cta-modal.cta-picture-frame .modal-image {
  padding: 50px 30px 30px;
}
@media (min-width: 768px) {
  #cta-modal.cta-2-col .modal-dialog {
    width: 90vw;
    max-width: 1000px;
  }
  #cta-modal.cta-2-col .modal-content {
    flex-direction: row;
  }
  #cta-modal.cta-2-col .modal-image {
    flex: 1 1 50%;
  }
  #cta-modal.cta-2-col .modal-image figure {
    margin: 0;
  }
  #cta-modal.cta-2-col .modal-image figcaption {
    display: none;
  }
  #cta-modal.cta-2-col .modal-text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #cta-modal.cta-2-col .modal-header {
    flex: 0 1 auto;
  }
  #cta-modal.cta-2-col .modal-title {
    flex: 1 1 100%;
  }
  #cta-modal.cta-2-col .modal-body {
    flex: 0 1 auto;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image,
  #cta-modal.cta-2-col .site_v2__cta-image {
    width: 100%;
    height: 100%;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image figure,
  #cta-modal.cta-2-col .site_v2__cta-image figure {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image figure picture,
  #cta-modal.cta-2-col .site_v2__cta-image figure picture {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#cta-modal.cta-2-col.cta-picture-frame .modal-image {
  padding: 50px 30px 0px;
}
@media (min-width: 768px) {
  #cta-modal.cta-2-col.cta-picture-frame .modal-image {
    padding: 30px;
  }
}
#cta-modal.cta-2-col.cta-picture-fit .modal-content picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-wake-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 0;
  padding: 0.5em;
  font-size: 1.25em;
  margin: 0;
  line-height: 1;
  z-index: 100;
  background: #E82B4E;
  border: 0px solid #fff;
  color: #fff;
}
.cta-wake-link:hover {
  border-color: #111;
  background-color: #111;
  color: #fff;
}

#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper {
  display: flex;
  justify-content: center;
}
#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper #cta-form {
  width: 100%;
  justify-content: center;
  display: flex;
  max-width: 600px;
}
@media (max-width: 575.98px) {
  #cta-modal-wrapper .cta-type-native-email .contact-form-wrapper #cta-form {
    flex-direction: column;
  }
}
#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper input[type=email] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  flex: 1 1 auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #cta-modal-wrapper .cta-type-native-email .contact-form-wrapper input[type=email] {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#cta-modal-wrapper .cta-type-native-email.cta-2-col #cta-form {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#cta-modal-wrapper .cta-type-native-email.cta-2-col input[type=email] {
  margin: 0 0 15px;
}
#cta-modal-wrapper .cta-type-dedicated-link #fileswift-cta-link {
  display: flex;
  justify-content: center;
}
#cta-modal-wrapper .cta-type-dedicated-link #fileswift-cta-link .site_v2__cta-link {
  display: flex;
}

#cta-modal-wrapper .center-center .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}
#cta-modal-wrapper .center-center .modal-dialog::before {
  display: block;
  height: min-content;
  content: "";
}
#cta-modal-wrapper .center-bottom {
  width: auto;
  height: auto;
}
#cta-modal-wrapper .center-bottom .modal-dialog {
  position: fixed;
  width: calc(100% - 15px);
  min-width: calc(100% - 15px);
  left: 0;
  bottom: 0;
  margin: 0;
}
#cta-modal-wrapper .right-bottom {
  width: auto;
  height: auto;
}
#cta-modal-wrapper .right-bottom .modal-dialog {
  position: fixed;
  right: 15px;
  bottom: 0;
  margin: 0;
}

.button-wrapper {
  margin: 40px 0;
}

.btn, .album-wrapper .musical_album__album-purchase-link a, .section-contact-form form button, .section-alert .alert .feature-box-button a, .modal-trigger--video {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
}
.btn:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .section-contact-form form button:hover, .section-alert .alert .feature-box-button a:hover, .modal-trigger--video:hover {
  text-decoration: none;
}

.btn-primary, .album-wrapper .musical_album__album-purchase-link a, .modal-trigger--video {
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
}
.btn-primary:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .modal-trigger--video:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
  text-align: center;
}
.btn-secondary:hover {
  background: #E82B4E;
  border-color: #E82B4E;
  color: #fff !important;
  text-decoration: none;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.section-slides-text.no-overlay .image-overlay,
.section-slides-text .no-overlay .image-overlay {
  background: transparent !important;
}

.section-hero.no-overlay .hero-overlay {
  background: transparent !important;
}

.section-story-block.no-overlay.light-bg-dark-text .image-overlay, .section-story-block.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

.section-cards.no-overlay.light-bg-dark-text .image-overlay, .section-cards.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

.text-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    background-color: #000;
    align-self: center;
  }
  .text-wrapper-dark .intro .text-wrapper,
  .text-wrapper-dark .text-wrapper {
    background-color: #000;
    padding: 4vw;
    border-radius: 0;
    margin-bottom: 4vw;
  }
  .text-wrapper-dark .intro .text-wrapper .section-title,
  .text-wrapper-dark .text-wrapper .section-title,
  .text-wrapper-dark .text-wrapper .related-articles-home h2,
  .related-articles-home .text-wrapper-dark .text-wrapper h2,
  .text-wrapper-dark .text-wrapper .related-articles h2,
  .related-articles .text-wrapper-dark .text-wrapper h2,
  .text-wrapper-dark .text-wrapper .view-clients-home h2,
  .view-clients-home .text-wrapper-dark .text-wrapper h2 {
    color: #fff;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body,
  .text-wrapper-dark .intro .text-wrapper .story-block-text,
  .text-wrapper-dark .text-wrapper .intro-body,
  .text-wrapper-dark .text-wrapper .story-block-text {
    color: #fff;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body a,
  .text-wrapper-dark .intro .text-wrapper .story-block-text a,
  .text-wrapper-dark .text-wrapper .intro-body a,
  .text-wrapper-dark .text-wrapper .story-block-text a {
    color: #E82B4E;
  }
  .text-wrapper-dark .intro .text-wrapper .intro-body a:hover,
  .text-wrapper-dark .intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-dark .text-wrapper .intro-body a:hover,
  .text-wrapper-dark .text-wrapper .story-block-text a:hover {
    color: #f2879b;
  }
  .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-dark .intro .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:active,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:active,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-dark .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:hover,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:active,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:active,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:active,
  .text-wrapper-dark .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-dark .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-videos a:focus,
  .text-wrapper-dark .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-videos a:focus,
  .text-wrapper-dark .text-wrapper .story-block-videos a.modal-trigger--video:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    background-color: #fff;
    align-self: center;
  }
  .text-wrapper-light.intro .text-wrapper,
  .text-wrapper-light .text-wrapper {
    background-color: #fff;
    padding: 4vw;
    border-radius: 0;
    margin-bottom: 4vw;
  }
  .text-wrapper-light.intro .text-wrapper .section-title,
  .text-wrapper-light .text-wrapper .section-title,
  .text-wrapper-light .text-wrapper .related-articles-home h2,
  .related-articles-home .text-wrapper-light .text-wrapper h2,
  .text-wrapper-light .text-wrapper .related-articles h2,
  .related-articles .text-wrapper-light .text-wrapper h2,
  .text-wrapper-light .text-wrapper .view-clients-home h2,
  .view-clients-home .text-wrapper-light .text-wrapper h2 {
    color: rgba(0, 0, 0, 0.8);
  }
  .text-wrapper-light.intro .text-wrapper .intro-body,
  .text-wrapper-light.intro .text-wrapper .story-block-text,
  .text-wrapper-light .text-wrapper .intro-body,
  .text-wrapper-light .text-wrapper .story-block-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .text-wrapper-light.intro .text-wrapper .intro-body a,
  .text-wrapper-light.intro .text-wrapper .story-block-text a,
  .text-wrapper-light .text-wrapper .intro-body a,
  .text-wrapper-light .text-wrapper .story-block-text a {
    color: #E82B4E;
  }
  .text-wrapper-light.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-light.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-light .text-wrapper .intro-body a:hover,
  .text-wrapper-light .text-wrapper .story-block-text a:hover {
    color: #9c112b;
  }
  .text-wrapper-light.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light .text-wrapper .story-block-link a.btn,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-light.intro .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-light .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:hover,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:hover,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-light .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:active,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:active,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-light .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:focus,
  .text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:focus,
  .text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn:hover,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:hover,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:hover,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn:active,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:active,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:active,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:active,
  .text-wrapper-light .text-wrapper .story-block-videos a.btn:focus,
  .text-wrapper-light .text-wrapper .story-block-videos .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-videos a:focus,
  .text-wrapper-light .text-wrapper .story-block-videos .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-videos a:focus,
  .text-wrapper-light .text-wrapper .story-block-videos a.modal-trigger--video:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
}
.section.text-full-width .text-wrapper {
  max-width: 100% !important;
}

.bg-primary {
  background-color: #E82B4E !important;
}

.bg-secondary {
  background-color: #fefc53 !important;
}

.bg-tertiary {
  background-color: #6D6E71 !important;
}

.section .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section.background-center-top {
  background-position: center top;
}
.section.background-center-top .bg-image,
.section.background-center-top .group-left.bg-image,
.section.background-center-top .group-right.bg-image {
  background-position: center top;
}
@media (max-width: 575.98px) {
  .section.background-center-top-sm {
    background-position: center top;
  }
  .section.background-center-top-sm .bg-image,
  .section.background-center-top-sm .group-left.bg-image,
  .section.background-center-top-sm .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-top-md {
    background-position: center top;
  }
  .section.background-center-top-md .bg-image,
  .section.background-center-top-md .group-left.bg-image,
  .section.background-center-top-md .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .section.background-center-top-lg {
    background-position: center top;
  }
  .section.background-center-top-lg .bg-image,
  .section.background-center-top-lg .group-left.bg-image,
  .section.background-center-top-lg .group-right.bg-image {
    background-position: center top;
  }
}
.section.background-center-center {
  background-position: center center;
}
.section.background-center-center .bg-image,
.section.background-center-center .group-left.bg-image,
.section.background-center-center .group-right.bg-image {
  background-position: center center;
}
@media (max-width: 575.98px) {
  .section.background-center-center-sm {
    background-position: center center;
  }
  .section.background-center-center-sm .bg-image,
  .section.background-center-center-sm .group-left.bg-image,
  .section.background-center-center-sm .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-center-md {
    background-position: center center;
  }
  .section.background-center-center-md .bg-image,
  .section.background-center-center-md .group-left.bg-image,
  .section.background-center-center-md .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .section.background-center-center-lg {
    background-position: center center;
  }
  .section.background-center-center-lg .bg-image,
  .section.background-center-center-lg .group-left.bg-image,
  .section.background-center-center-lg .group-right.bg-image {
    background-position: center center;
  }
}
.section.background-center-bottom {
  background-position: center bottom;
}
.section.background-center-bottom .bg-image,
.section.background-center-bottom .group-left.bg-image,
.section.background-center-bottom .group-right.bg-image {
  background-position: center bottom;
}
@media (max-width: 575.98px) {
  .section.background-center-bottom-sm {
    background-position: center bottom;
  }
  .section.background-center-bottom-sm .bg-image,
  .section.background-center-bottom-sm .group-left.bg-image,
  .section.background-center-bottom-sm .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-bottom-md {
    background-position: center bottom;
  }
  .section.background-center-bottom-md .bg-image,
  .section.background-center-bottom-md .group-left.bg-image,
  .section.background-center-bottom-md .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .section.background-center-bottom-lg {
    background-position: center bottom;
  }
  .section.background-center-bottom-lg .bg-image,
  .section.background-center-bottom-lg .group-left.bg-image,
  .section.background-center-bottom-lg .group-right.bg-image {
    background-position: center bottom;
  }
}
.section.background-left-top {
  background-position: left top;
}
.section.background-left-top .bg-image,
.section.background-left-top .group-left.bg-image,
.section.background-left-top .group-right.bg-image {
  background-position: left top;
}
@media (max-width: 575.98px) {
  .section.background-left-top-sm {
    background-position: left top;
  }
  .section.background-left-top-sm .bg-image,
  .section.background-left-top-sm .group-left.bg-image,
  .section.background-left-top-sm .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-top-md {
    background-position: left top;
  }
  .section.background-left-top-md .bg-image,
  .section.background-left-top-md .group-left.bg-image,
  .section.background-left-top-md .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .section.background-left-top-lg {
    background-position: left top;
  }
  .section.background-left-top-lg .bg-image,
  .section.background-left-top-lg .group-left.bg-image,
  .section.background-left-top-lg .group-right.bg-image {
    background-position: left top;
  }
}
.section.background-left-center {
  background-position: left center;
}
.section.background-left-center .bg-image,
.section.background-left-center .group-left.bg-image,
.section.background-left-center .group-right.bg-image {
  background-position: left center;
}
@media (max-width: 575.98px) {
  .section.background-left-center-sm {
    background-position: left center;
  }
  .section.background-left-center-sm .bg-image,
  .section.background-left-center-sm .group-left.bg-image,
  .section.background-left-center-sm .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-center-md {
    background-position: left center;
  }
  .section.background-left-center-md .bg-image,
  .section.background-left-center-md .group-left.bg-image,
  .section.background-left-center-md .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 992px) {
  .section.background-left-center-lg {
    background-position: left center;
  }
  .section.background-left-center-lg .bg-image,
  .section.background-left-center-lg .group-left.bg-image,
  .section.background-left-center-lg .group-right.bg-image {
    background-position: left center;
  }
}
.section.background-left-bottom {
  background-position: left bottom;
}
.section.background-left-bottom .bg-image,
.section.background-left-bottom .group-left.bg-image,
.section.background-left-bottom .group-right.bg-image {
  background-position: left bottom;
}
@media (max-width: 575.98px) {
  .section.background-left-bottom-sm {
    background-position: left bottom;
  }
  .section.background-left-bottom-sm .bg-image,
  .section.background-left-bottom-sm .group-left.bg-image,
  .section.background-left-bottom-sm .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-bottom-md {
    background-position: left bottom;
  }
  .section.background-left-bottom-md .bg-image,
  .section.background-left-bottom-md .group-left.bg-image,
  .section.background-left-bottom-md .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .section.background-left-bottom-lg {
    background-position: left bottom;
  }
  .section.background-left-bottom-lg .bg-image,
  .section.background-left-bottom-lg .group-left.bg-image,
  .section.background-left-bottom-lg .group-right.bg-image {
    background-position: left bottom;
  }
}
.section.background-right-top {
  background-position: right top;
}
.section.background-right-top .bg-image,
.section.background-right-top .group-left.bg-image,
.section.background-right-top .group-right.bg-image {
  background-position: right top;
}
@media (max-width: 575.98px) {
  .section.background-right-top-sm {
    background-position: right top;
  }
  .section.background-right-top-sm .bg-image,
  .section.background-right-top-sm .group-left.bg-image,
  .section.background-right-top-sm .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-top-md {
    background-position: right top;
  }
  .section.background-right-top-md .bg-image,
  .section.background-right-top-md .group-left.bg-image,
  .section.background-right-top-md .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section.background-right-top-lg {
    background-position: right top;
  }
  .section.background-right-top-lg .bg-image,
  .section.background-right-top-lg .group-left.bg-image,
  .section.background-right-top-lg .group-right.bg-image {
    background-position: right top;
  }
}
.section.background-right-center {
  background-position: right center;
}
.section.background-right-center .bg-image,
.section.background-right-center .group-left.bg-image,
.section.background-right-center .group-right.bg-image {
  background-position: right center;
}
@media (max-width: 575.98px) {
  .section.background-right-center-sm {
    background-position: right center;
  }
  .section.background-right-center-sm .bg-image,
  .section.background-right-center-sm .group-left.bg-image,
  .section.background-right-center-sm .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-center-md {
    background-position: right center;
  }
  .section.background-right-center-md .bg-image,
  .section.background-right-center-md .group-left.bg-image,
  .section.background-right-center-md .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .section.background-right-center-lg {
    background-position: right center;
  }
  .section.background-right-center-lg .bg-image,
  .section.background-right-center-lg .group-left.bg-image,
  .section.background-right-center-lg .group-right.bg-image {
    background-position: right center;
  }
}
.section.background-right-bottom {
  background-position: right bottom;
}
.section.background-right-bottom .bg-image,
.section.background-right-bottom .group-left.bg-image,
.section.background-right-bottom .group-right.bg-image {
  background-position: right bottom;
}
@media (max-width: 575.98px) {
  .section.background-right-bottom-sm {
    background-position: right bottom;
  }
  .section.background-right-bottom-sm .bg-image,
  .section.background-right-bottom-sm .group-left.bg-image,
  .section.background-right-bottom-sm .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-bottom-md {
    background-position: right bottom;
  }
  .section.background-right-bottom-md .bg-image,
  .section.background-right-bottom-md .group-left.bg-image,
  .section.background-right-bottom-md .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 992px) {
  .section.background-right-bottom-lg {
    background-position: right bottom;
  }
  .section.background-right-bottom-lg .bg-image,
  .section.background-right-bottom-lg .group-left.bg-image,
  .section.background-right-bottom-lg .group-right.bg-image {
    background-position: right bottom;
  }
}

.quoteblock blockquote {
  line-height: 1.4;
  position: relative;
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .quoteblock blockquote {
    border-left: 1px solid #777;
    padding-left: 1.3em;
  }
}
.quoteblock blockquote:before {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  left: -80px;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 70px;
  background: url(https://fileswift.com/sites/default/files/2021-05/quote-left-solid_0.svg) no-repeat scroll left top;
  background-size: 100% auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote:before {
    position: relative;
    left: 0;
  }
}
.quoteblock blockquote span.quote-highlight {
  color: #E82B4E;
  font-size: #E82B4E;
  line-height: 1.2;
  font-weight: bold;
}
.quoteblock blockquote p {
  margin-bottom: 1em;
}
.quoteblock blockquote .author {
  margin: 0;
  text-align: right;
  font-style: italic;
  color: #E82B4E;
  font-family: "Playfair Display", serif;
}

.address span,
.address div,
.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.mfp-wrap .mfp-embedded-video-popup {
  width: 100%;
  max-width: 1440px;
}
.mfp-wrap .mfp-embedded-video-popup .embedded-video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.mfp-wrap .mfp-embedded-video-popup .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.mfp-wrap .mfp-embedded-video-popup .mfp-close {
  color: #fff;
  background: #b91212;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.modal-trigger--video {
  cursor: pointer;
  display: inline-block;
}

.front #block-system-breadcrumb-block,
.front nav.breadcrumb {
  display: none;
}

.front div[class*=block-system-breadcrumb-block-] {
  display: none;
}

.breadcrumb-wrapper,
.block--blockify-blockify-breadcrumb,
.block-system-breadcrumb-block,
div[class*=block-system-breadcrumb-block-] {
  background-color: transparent;
  padding: 20px 0;
}

nav.breadcrumb {
  padding: 0;
  font-family: "Lato", sans-serif;
  margin: 0;
  justify-content: center;
}
@media (max-width: 575.98px) {
  nav.breadcrumb {
    margin: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  nav.breadcrumb {
    padding: 0 24px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  nav.breadcrumb {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
nav.breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  flex-wrap: wrap;
}
nav.breadcrumb li {
  list-style-type: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  padding: 0 10px 0 0;
}
@media (max-width: 767.98px) {
  nav.breadcrumb li {
    margin-bottom: 5px;
  }
}
nav.breadcrumb li:after {
  content: "»";
  margin-left: 5px;
  display: inline-block;
}
nav.breadcrumb li:last-child:after {
  content: "";
}
nav.breadcrumb li a {
  color: #E82B4E;
}
nav.breadcrumb li a:hover {
  color: #E82B4E;
}

section#content {
  background: #fff;
  position: relative;
  z-index: 1;
}

.l-content-main {
  padding: 0 0 8vw 0;
  min-height: 500px;
}

.block-views-blockfaq-faq-list-accordion-block h3 {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px 20px 0;
  background-image: url("../images/icons/icon-accordion-closed.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.block-views-blockfaq-faq-list-accordion-block .views-row.open h3 {
  background-image: url("../images/icons/icon-accordion-opened.svg");
}

.footer-logo {
  max-width: 200px;
}
.footer-logo .site-logo {
  display: block;
}

.l-pre-footer-wrapper {
  background-color: #E82B4E;
  position: relative;
}
.l-pre-footer-wrapper .l-constrained {
  text-align: center;
}
@media (max-width: 575.98px) {
  .l-pre-footer-wrapper .l-constrained {
    padding: 0 24px;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .l-pre-footer-wrapper .l-constrained {
    width: 100%;
    max-width: 100%;
  }
}

.l-footer-wrapper {
  background-color: #000;
}

.l-footer-inner {
  color: #ccc;
  font-size: 18px;
  display: flex;
}
@media (max-width: 575.98px) {
  .l-footer-inner {
    padding: 0 24px;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .l-footer-inner {
    flex-direction: column;
    justify-content: center;
    padding: 50px 24px;
  }
}
@media (min-width: 992px) {
  .l-footer-inner {
    padding: 40px 4vw;
    text-align: left;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

footer .footer1 {
  font-size: 15px;
  flex: 1 1 33%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .footer1 {
    order: 3;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
}
footer .footer2 {
  flex: 1 1 33%;
  text-align: center;
}
@media (max-width: 991.98px) {
  footer .footer2 {
    order: 1;
    margin-bottom: 30px;
  }
}
footer .footer3 {
  flex: 1 1 33%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .footer3 {
    order: 2;
    justify-content: center;
    text-align: center;
  }
}
footer .footer-logo {
  width: auto;
  max-width: 200px;
  padding: 0;
  margin: 0 auto;
}
footer .footer-logo h1 {
  margin: 0;
}

.l-post-footer-wrapper {
  padding: 30px 0;
  background-color: #0d0e15;
  text-align: center;
  font-size: 16px;
}

.menu--privacy-footer ul {
  margin: 0;
  padding: 0;
}
.menu--privacy-footer ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.menu--privacy-footer ul li a {
  color: #fefc53;
}
.menu--privacy-footer ul li a:hover {
  color: #fefd9f;
}

.footer-copyright {
  color: #ccc;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .footer-copyright {
    text-align: center;
  }
}
.footer-copyright p {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .footer-copyright p {
    font-size: 15px;
  }
}
.footer-copyright a {
  color: #fefc53;
}
.footer-copyright a:hover {
  color: #fefd9f;
}

.credits {
  color: #888;
  font-size: 13px;
  margin-top: 20px;
}
.credits a {
  color: #999;
}

ul.footer-contact-list {
  margin: 0;
  padding: 0;
}
ul.footer-contact-list li {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}
ul.footer-contact-list a {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
ul.footer-contact-list a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .l-header .l-constrained {
    padding: 0 3vw;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .l-header .l-constrained {
    padding: 0 24px;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .l-header .l-constrained {
    width: 100%;
    max-width: 100%;
  }
}

.l-pre-header .mobile-brand-title {
  background-color: #1E1F21;
}
.l-pre-header .mobile-brand-title h2 {
  color: #fff;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-pre-header .mobile-brand-title h2 {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .l-pre-header .mobile-brand-title {
    display: block;
  }
}
@media (min-width: 992px) {
  .l-pre-header .mobile-brand-title {
    display: none;
  }
}

.l-header {
  position: relative;
  z-index: 99;
  background-color: #000;
}
@media (max-width: 991.98px) {
  .l-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .l-header {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 6;
    height: 120px;
  }
  .l-header:before, .l-header:after {
    content: "";
    display: table;
  }
  .l-header:after {
    clear: both;
    font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
  }
}
@media (min-width: 1200px) {
  .l-header {
    height: 128px;
  }
}
.l-header .l-constrained {
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}
.l-header nav.menu--main {
  margin-left: auto;
}

.header-logo {
  max-width: 175px;
}

.mobile-logo {
  max-width: 80px;
}

.l-branding {
  background-color: transparent;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .l-branding {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .l-branding {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .l-branding {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .l-branding {
    width: 150px;
  }
}
.l-branding img {
  width: 100%;
}

.site-logo {
  display: block;
}
@media (min-width: 992px) {
  .site-logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.site-logo .site-name {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------

 System Messages (mobile)

---------------------------------------*/
.l-messages {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  font-size: 18px;
  word-break: break-all;
  position: relative;
  z-index: 15;
}

.l-messages .l-constrained {
  margin: 0;
  width: auto;
}

.messages {
  margin: 0;
  padding: 15px 15px 15px 50px;
  border: 0;
  background-position: 15px 15px;
}

.messages--warning {
  background-color: #fcf092;
  color: #000;
}

.messages--error {
  background-color: #f45d5d;
}

.messages--status {
  background-color: #bff697;
  padding: 5vw 10vw;
  text-align: center;
  font-size: 22px;
  word-break: normal;
}
@media (min-width: 992px) {
  .messages--status {
    padding: 3vw 10vw;
  }
}

.messages--status a,
.messages--error a,
.messages--warning a {
  color: #000; /* color needs to be visible from .messages bg-color value */
  text-decoration: underline;
}

.messages .placeholder {
  background-color: transparent;
  opacity: 1;
  vertical-align: baseline;
}

/*

// hide the stupid h2 block title since drupal won't allow us to not render it
h2#block-mainnavigation-mobile-menu {
	display: none;
}


//-----------------------------------
// 
// mobile header - contains nav toggle 
// and site name
//   
//------------------------------------


// Container for userbar, nav
.l-mobile-header {
	@extend %clearfix;

	@include media-breakpoint-down(md) {
		position: relative;
		width: 100%;
		z-index: 101;
		top: 0;
		left: 0;
		background-color: $mobile-header-bg-color;
		height: 50px;
	}
	@include media-breakpoint-up(lg) {
		display: none;
	}

	.l-constrained {
		margin: 0;
		width: 100%;
	}

	// Site Name 
	.site-name {

		@include media-breakpoint-down(md) {
			display: block;
			position: absolute;
			top: 0;
			width: 200px;
			font-size: 25px;
			text-align: center;
			height: 50px;
			line-height: 1.2;
			vertical-align: middle;
			margin: 0;
			z-index: 0;

			& a {
				display: block;
				color: $base-text-color;
				width: 100%;
				height: 100%;
				background: transparent; // replace with link to logo img
				background-size: auto;
			}
		}
		@include media-breakpoint-only(md) {
			top: 8px;
			height: 70px;

			& a {
				background-size: 178px auto;
			}
		}
	}
}



//-----------------------------------
//
//	hamburger nav toggle button
//
//-----------------------------------

// container for close menu button inside nav wrapper
.l-menu-mobile-top {
	background-color: transparent;
	height: 50px;

	// HIDE for now
	display: none;
}

// toggle button
button#mobile-nav-open-btn {
	float: right;
	padding: 12px 10px 5px;
	border: 0;

	&:focus {
		outline: 0;
	}
}

// !
// * Hamburgers
// * @description Tasty CSS-animated hamburgers
// * @author Jonathan Suh @jonsuh
// * @site https://jonsuh.com/hamburgers
// * @link https://github.com/jonsuh/hamburgers
// 

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;

	&:hover {
		opacity: 0.7; 
	}
}

.js-nav .hamburger {
	&:hover {
		opacity: 0.7; 
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: #fff; 
	}
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	width: 34px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

//---------------------------
//	specific animation
//---------------------------
.hamburger--squeeze {
	.hamburger-inner {
	  transition-duration: 0.075s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

	  &::before {
		transition: top 0.075s 0.12s ease,
					opacity 0.075s ease;
	  }

	  &::after {
		transition: bottom 0.075s 0.12s ease,
					transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	  }
	}
}
.js-nav {
	.hamburger:hover {
		opacity: 0.7; 

		.hamburger-inner,
		.hamburger-inner::before,
		.hamburger-inner::after {
			background-color: #fff; 
		}
	}
	.hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

		&::before {
			top: 0;
			opacity: 0;
			transition: top 0.075s ease, opacity 0.075s 0.12s ease;
		}

		&::after {
			bottom: 0;
			transform: rotate(-90deg);
			transition: bottom 0.075s ease,	transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		}
	}
}
 // end hamburgers css

span.hamburger-label {
	font-size: 12px;
	position: relative;
	top: -3px;
	color: #c8c8c8;
	//display: block;
	line-height: 1;
	font-weight: bold;
	left: -2px;

	display: none;
}



//-----------------------------------
// 
//  Layout
//   
//------------------------------------

#site-wrapper {
	overflow: hidden;
	width: 100%;
}

// Outer container which contains all content
// and pushes off screen when navigation
// menu is toggled on

.l-inner-wrap { // site canvas
	width: 100%;
	height: 100%;
}



// clickable transparent content cover that closes mobile nav
// in addition to "close menu" button

#mobile-fade {
	display: none;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
	background: transparent;

}

// .js-nav is added as body class via js onClick event
.js-nav #mobile-fade {
	width: 100%;
	height: 1000%;
	display: block;
	background: rgba(0,0,0,0.7);
	position: fixed; // normally absolute
	top: 0px;
	left: 0;
	z-index: 10;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
}

// Mobile nav container
// is translated off screen left until menu is toggled on

.l-menu-mobile {
	position: absolute;
	right: 0;
	top: -1022px;
	width: 100%;
	height: 1022px;
	background-color: $mobile-nav-bg-color;
	backface-visibility: hidden;
	display: block;
	z-index: 100;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;

	@include media-breakpoint-up(lg) {
		display: none;
	}

	.js-nav & {
		-webkit-transition: .3s ease all;
		transition: .3s ease all;

		// latest browser performance
		-webkit-transform: translate3d(0,0, 0);
		transform: translate3d(0,0, 0);

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
		width: 100%;
		top: 50px;
	}
}


//------------------------------------
//
// Main Links styling
// 
//-------------------------------------

.mobile-nav {
	height: auto;
	position: relative;

	ul {
		margin: 0;
		padding: 0;
		overflow-y: auto;
	}

	li {
		text-align: left;
		float: none;
		@include no-bullet(0,0);
		border-bottom: 1px solid rgba(100,100,100,.5);

		& a {
			padding: 15px;
			display: block;
			text-decoration: none;
			width: auto;
			color: $mobile-nav-text-color;
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			line-height: 1;

			&:hover,
			&:active
			&.active-trail {
				background-color: $mobile-nav-bg-hover-color;
				color: $mobile-nav-text-hover-color;
				text-decoration: none;
			}
		}
	}
}



//---------------------------------------
//
// SUB NAV
// 
//---------------------------------------

.mobile-nav {
	ul ul {
		margin-bottom: 10px;

		li {
			border: 0;
		}
		.sub-nav {
			padding: 10px;
			font-size: 16px;
			color: $mobile-subnav-text-color;
			text-align: center;
		}
	}
}

//---------------------------------------
//
//  CUSTOM - hide items
// 
//---------------------------------------
*/
nav.menu--main h2 {
  display: none;
}

.l-mobile-header {
  /* Site Name */
}
@media (max-width: 991.98px) {
  .l-mobile-header {
    position: relative;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .l-mobile-header {
    display: none;
  }
}
.l-mobile-header .l-constrained {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-mobile-header .l-constrained {
    padding: 0 24px;
  }
}
@media (max-width: 991.98px) {
  .l-mobile-header .site-name {
    display: block;
    width: calc(100% - 60px);
    font-size: 25px;
    text-align: left;
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 20px;
    z-index: 0;
  }
  .l-mobile-header .site-name a {
    display: block;
    color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    background: url(../images/2911_logo_white.svg) no-repeat center left;
    background-size: auto 70%;
    font-size: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-mobile-header .site-name {
    top: 8px;
    height: 70px;
  }
  .l-mobile-header .site-name a {
    background-size: 100px auto;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: translateX(0);
  outline: none;
}
.hamburger:hover {
  background-color: transparent;
}

.js-nav .hamburger {
  position: absolute;
  transform: translateX(97vw);
  top: 0;
  right: 8px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .js-nav .hamburger {
    top: 15px;
    right: 0;
  }
}
.js-nav .hamburger .hamburger-inner,
.js-nav .hamburger .hamburger-inner::before,
.js-nav .hamburger .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.js-nav .hamburger-box {
  top: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.js-nav .hamburger:hover {
  background-color: transparent;
}
.js-nav .hamburger:hover .hamburger-inner,
.js-nav .hamburger:hover .hamburger-inner::before,
.js-nav .hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
.js-nav .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-nav .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.js-nav .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

span.hamburger-label {
  font-size: 12px;
  position: relative;
  top: -3px;
  color: #c8c8c8;
  line-height: 1;
  font-weight: bold;
  left: -2px;
  display: none;
}

#site-wrapper {
  width: 100%;
}
@media (max-width: 767.98px) {
  #site-wrapper {
    overflow-x: hidden;
  }
}

.l-inner-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.js-nav body {
  overflow: hidden;
}

.js-nav .l-inner-wrap {
  transform: translate3d(-100vw, 0, 0);
  backface-visibility: hidden;
  transition: transform 500ms ease 0s;
  position: relative;
  width: 100%;
}

.js-nav #site-wrapper {
  overflow-x: hidden;
}

#mobile-fade {
  display: none;
  -webkit-transition: 2s ease-in background;
  transition: 2s ease-in background;
  background: transparent;
}

.js-nav #mobile-fade {
  width: 100%;
  height: 1000%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  -webkit-transition: 2s ease-in background;
  transition: 2s ease-in background;
}

.l-menu-mobile {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  backface-visibility: hidden;
  display: block;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .l-menu-mobile {
    display: none;
  }
}
.js-nav .l-menu-mobile {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.mobile-nav,
.mobile-patient-tool-menu {
  height: auto;
  position: relative;
}
.mobile-nav ul,
.mobile-patient-tool-menu ul {
  margin: 20px 0 0;
  padding: 0;
  overflow-y: auto;
}
.mobile-nav li,
.mobile-patient-tool-menu li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav li a,
.mobile-patient-tool-menu li a {
  padding: 3vh 15px;
  display: block;
  text-decoration: none;
  width: auto;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.mobile-nav li a:hover, .mobile-nav li a:active .mobile-nav li a.active-trail,
.mobile-patient-tool-menu li a:hover,
.mobile-nav li a:active .mobile-patient-tool-menu li a.active-trail,
.mobile-patient-tool-menu li a:active .mobile-nav li a.active-trail,
.mobile-patient-tool-menu li a:active .mobile-patient-tool-menu li a.active-trail {
  background-color: #E82B4E;
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul ul {
  margin-bottom: 0px;
  background-color: #b31331;
  display: none;
}
.mobile-nav ul ul li {
  border: 0;
}
.mobile-nav ul ul .sub-nav {
  padding: 10px 15px 10px 30px;
  font-size: 16px;
  color: #bbb;
  text-align: left;
  display: flex;
  align-items: center;
}
.mobile-nav ul ul .sub-nav:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin-right: 10px;
}

.l-menu-mobile .mobile-search-form {
  background: #E82B4E;
}
.l-menu-mobile .mobile-search-form .form--inline {
  display: flex;
}
.l-menu-mobile .mobile-search-form #views-exposed-form-search-content-page-1 {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px;
  justify-content: center;
}
.l-menu-mobile .mobile-search-form .form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 50px;
}
.l-menu-mobile .mobile-search-form .form-item label {
  color: #fff;
}
.l-menu-mobile .mobile-search-form .form-item input.form-text {
  padding: 6px;
  margin: 0;
  flex: 1 1 auto;
  height: 50px;
  border: 0;
  border-radius: 5px 0 0 5px;
}
.l-menu-mobile .mobile-search-form .form-actions {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.l-menu-mobile .mobile-search-form .form-actions {
  margin-top: 38px;
}
.l-menu-mobile .mobile-search-form .form-actions input {
  border: 0;
  height: 50px;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 0;
  width: 60px;
  box-sizing: border-box;
  border-radius: 0 7px 7px 0;
  background: #000 url(../images/icons/icon_search.svg) no-repeat scroll center center;
  background-size: 30px auto;
  border-left: 0;
}
.l-menu-mobile .mobile-search-form .form-actions input:hover {
  background-color: #fefc53;
}
.l-menu-mobile .mobile-search-form .form-submit {
  font-size: 14px;
  padding: 8px 7px 7px;
  letter-spacing: 0;
  vertical-align: top;
}

.l-menu-mobile {
  position: fixed;
  right: 0;
  transform: translateX(100vw);
  padding-top: 70px;
}

.js-nav .l-menu-mobile {
  position: absolute;
}

.js-nav #mobile-fade {
  display: none;
}

.js-nav .l-inner-wrap {
  transform: none;
}

.js-nav .hamburger {
  position: relative;
  transform: none;
  top: 0;
  right: 8px;
  outline: none;
}

/*

// Banner alert block

.block-alert-banner {
	position: relative;
	z-index: 1; // make higher for fixed pos

	// show/hide w/ js toggle 
	// css is in modules/custom/alert_banner/css

    // wrapper
    .alert-banner-inner {
	    padding: 20px;
	    background: $alert-banner-bg-color;
    }

    // text content
	.alert-banner-content {	    
	    font-size: 20px;
	    text-align: center;
	    display: inline-block;
	    vertical-align: top;
	    width: calc(100% - 45px);

		// title
	    .alert-banner-title {
		    font-weight: bold;
		    font-size: 22px;
		    line-height: 1.3;
		    color: $alert-banner-text-color;
		    margin-bottom: .75em;
		}

	    // body
	    p {
		    line-height: 1.3;
		    margin-bottom: .75em;
		    color: $alert-banner-text-color;
		    font-size: 18px;
		}

		// button-link
		.button {
		    background: $alert-banner-button-bg-color;
			padding: 10px 15px;
			font-size: 16px;
			color: $alert-banner-button-text-color;
			border-color: $alert-banner-button-border-color;
		}
	}
	// close button
    button.close {
	    display: inline-block;
	    padding: 5px;
	    width: 35px;
	    height: 35px;
	    background: $alert-banner-close-button-bg-color;
	    border: none;
	    font-family: Helvetica, Arial, sans-serif;
	    font-size: 30px;
	    text-transform: uppercase;
	    font-weight: bold;
	    line-height: .45;
	    color: $alert-banner-close-text-color;

	    span {
		    display: inline-block;
		    height: 18px;
		    width: 18px;
		}
	}
}

// cookie consent popup
.cc_container {
	font-family: $base-font-family;

	.cc_btn, 
	.cc_btn:visited {
	    color: #fff;
	    background-color: $secondary;

	    &:hover {
		    background-color: lighten($secondary, 15%);
		}
	}
}
*/
.l-header nav.menu--main {
  height: 50%;
}
.l-header nav.menu--main .menu {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  background-color: #000;
  display: flex;
  height: 100%;
  align-items: center;
}
.l-header nav.menu--main .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li {
    margin: 0 18px;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li {
    margin: 0 18px;
  }
}
.l-header nav.menu--main .menu li:first-of-type {
  margin-left: 0;
}
.l-header nav.menu--main .menu li:last-of-type {
  margin-right: 0;
}
.l-header nav.menu--main .menu li.menu-item--active-trail {
  background-color: transparent;
}
.l-header nav.menu--main .menu li.leaf, .l-header nav.menu--main .menu li.collapsed, .l-header nav.menu--main .menu li.expanded {
  list-style-image: none;
}
.l-header nav.menu--main .menu li:hover {
  background-color: transparent;
}
.l-header nav.menu--main .menu li:hover > a {
  background-color: #E82B4E;
  color: #E82B4E;
}
.l-header nav.menu--main .menu li:before {
  transition: all 0.2s ease;
  width: 0;
}
.l-header nav.menu--main .menu li:hover:before {
  display: block;
  content: "";
  height: 3px;
  background: #E82B4E;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: nav-border-animation 0.2s ease-in-out forwards;
  animation-delay: 0;
}
.l-header nav.menu--main .menu li:hover > a {
  background-color: transparent;
  color: #E82B4E;
}
.l-header nav.menu--main .menu li:nth-child(1n+6) {
  margin-right: 0 !important;
}
.l-header nav.menu--main .menu li:nth-child(1n+6):hover:before {
  animation: none;
}
.l-header nav.menu--main .menu li:nth-child(1n+6) a {
  text-decoration: none;
}
.l-header nav.menu--main .menu li:nth-child(1n+6) a:hover {
  color: #fff;
}
.l-header nav.menu--main .menu li > a.main-nav {
  display: block;
  color: #fff;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 22px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 22px;
    padding: 22px 0 20px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 24px;
    padding: 22px 0 20px;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 24px;
    padding: 22px 0 22px;
  }
}
.l-header nav.menu--main .menu li > a.main-nav:hover {
  color: #E82B4E;
  background-color: transparent;
  text-decoration: none;
}
.l-header nav.menu--main .menu li > a.main-nav.active-trail, .l-header nav.menu--main .menu li > a.main-nav.active-trail:hover {
  color: #E82B4E;
  background-color: #f1f4f7;
}
.l-header nav.menu--main .menu li ul.menu {
  position: absolute;
  visibility: hidden;
  background-color: #3e4246;
  left: -9999px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 120px;
    min-width: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 120px;
    min-width: 170px;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: 128px;
    min-width: 170px;
  }
}
.l-header nav.menu--main .menu li ul.menu li {
  float: none;
  overflow: hidden;
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav {
  padding: 10px 22px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 17px;
  }
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover, .l-header nav.menu--main .menu li ul.menu li a.sub-nav:active, .l-header nav.menu--main .menu li ul.menu li a.sub-nav.active-trail {
  color: #fff;
  background-color: #E82B4E;
  text-decoration: none;
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover {
  padding-left: 20px;
}
.l-header nav.menu--main .menu li ul.menu li:hover:before {
  display: none;
}
.l-header nav.menu--main .menu li:hover ul.menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.l-header nav.menu--main .menu li:last-child:hover ul.menu {
  left: -80px;
}

@keyframes nav-border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
nav.pager {
  margin: 4vw 0;
  background: transparent;
}

ul.pager__items {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pager__items li.pager__item {
  list-style-type: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
ul.pager__items li.pager__item a {
  display: block;
  text-align: center;
  border: 1px solid #555;
  padding: 5px 10px;
  border-radius: 4px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
}
ul.pager__items li.pager__item a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
ul.pager__items li.pager__item--active a {
  background: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

.entity-pager-wrapper {
  margin-top: 5vw;
}

.entity-pager {
  height: auto;
  position: relative;
  margin: 0 auto;
  display: flex;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.entity-pager ul {
  padding: 0;
}

.entity-pager-list {
  width: 100%;
  display: flex;
  margin: 0;
}
.entity-pager-list .entity-pager-item {
  margin: 0;
  flex: 0 0 50%;
}

.entity-pager-item {
  height: 120px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .entity-pager-item {
    height: 80px;
  }
}
.entity-pager-item a {
  color: #000;
  display: flex;
  align-items: center;
  line-height: 1.3;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s ease-in;
}
.entity-pager-item a:hover {
  text-decoration: none;
}
.entity-pager-item a div {
  display: flex;
  width: 100%;
  align-items: center;
}
.entity-pager-item a div span:nth-of-type(1) {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
}
@media (max-width: 575.98px) {
  .entity-pager-item a div span:nth-of-type(1) {
    display: none;
  }
}
.entity-pager-item a div h4 {
  z-index: 3;
  margin: 0;
}
@media (max-width: 575.98px) {
  .entity-pager-item a div h4 {
    font-size: 12px;
    width: calc(100% - 52px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .entity-pager-item a div h4 {
    width: calc(100% - 110px);
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .entity-pager-item a div h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .entity-pager-item a div h4 {
    width: calc(100% - 120px);
  }
}
@media (min-width: 768px) {
  .entity-pager-item a div h4 {
    width: calc(100% - 140px);
  }
}
.entity-pager-item a div span:nth-of-type(2) {
  height: 40px;
  display: block;
  z-index: 2;
  flex: 0 0 24px;
  position: relative;
}
@media (max-width: 575.98px) {
  .entity-pager-item a div span:nth-of-type(2) {
    flex: 0 0 12px;
  }
}
.entity-pager-item a div span:nth-of-type(2):before {
  display: block;
  width: 20px;
  height: 34px;
}
@media (max-width: 575.98px) {
  .entity-pager-item a div span:nth-of-type(2):before {
    width: 12px;
  }
}

.entity-pager-item .inactive {
  display: none;
}

/*-----------------------
 << PREVIOUS 
------------------------*/
@media (min-width: 768px) {
  .entity-pager-item-prev a div {
    padding-left: 20px;
  }
}
.entity-pager-item-prev span:nth-of-type(2) {
  order: 1;
  margin-right: 20px;
}
.entity-pager-item-prev span:nth-of-type(2):before {
  content: "";
  background: url(../images/icons/arrow-left.svg) no-repeat scroll right center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .entity-pager-item-prev span:nth-of-type(2):before {
    left: 10px;
  }
}
.entity-pager-item-prev h4 {
  text-align: left;
  transition: all 0.2s ease;
  order: 2;
  margin: 0 0 0 20px;
}

/*-----------------------
 NEXT >> 
-------------------------*/
.entity-pager-item-next a div {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .entity-pager-item-next a div {
    padding-right: 20px;
  }
}
.entity-pager-item-next span:nth-of-type(2) {
  order: 2;
  margin-left: 20px;
}
.entity-pager-item-next span:nth-of-type(2):before {
  content: "";
  background: url(../images/icons/arrow-right.svg) no-repeat scroll right center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .entity-pager-item-next span:nth-of-type(2):before {
    right: 10px;
  }
}
.entity-pager-item-next h4 {
  text-align: right;
  transition: all 0.2s ease;
  order: 1;
  margin: 0 20px 0 0;
}

.entity-pager-list .entity-pager-item-next {
  margin-left: auto;
}

/*-------------------------
 ALL - list link 
--------------------------*/
.grid .entity-pager li.entity-pager-item-all {
  position: absolute;
}

.entity-pager-item-all {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 4.5vw;
  height: 4.5vw;
}
@media (max-width: 575.98px) {
  .entity-pager-item-all {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.entity-pager-item-all a {
  overflow: hidden;
  height: 0;
  width: 4.5vw;
  padding-top: 4.5vw;
  background: transparent;
  display: block;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .entity-pager-item-all a {
    width: 7.5vw;
    padding-top: 7.5vw;
  }
}
.entity-pager-item-all a:hover {
  background-color: #E82B4E;
}
.entity-pager-item-all a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icons/bars.svg) no-repeat scroll center center;
  vertical-align: middle;
  speak: none;
  background-size: 80% auto;
  width: 3vw;
  height: 3vw;
  left: 50%;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .entity-pager-item-all a:before {
    width: 5vw;
    height: 5vw;
  }
}
.entity-pager-item-all a:hover:before {
  background: url(../images/icons/bars-white.svg) no-repeat scroll center center;
  background-size: 80% auto;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH page

------------------------------------------------------
----------------------------------------------------*/
.page-search .views-exposed-form .form-item-search-fulltext {
  max-width: 500px;
  margin: 0 auto 5vw;
}
.page-search .views-exposed-form .form-item-search-fulltext input {
  text-align: center;
}
.page-search .view_id-search-display_id-search-page {
  text-align: center;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH form

------------------------------------------------------
----------------------------------------------------*/
.views-exposed-form {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.views-exposed-form select {
  padding: 10px;
}

.search-form {
  position: absolute;
  right: 20px;
  z-index: 1;
  background-color: #efefef;
  padding: 8px;
}
@media (min-width: 768px) {
  .search-form {
    display: none;
    top: 120px;
  }
}
@media (min-width: 992px) {
  .search-form {
    top: 128px;
  }
}
@media (min-width: 1200px) {
  .search-form {
    top: 128px;
  }
}
.search-form::before {
  content: "";
  display: block;
  position: absolute;
  right: 63px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #efefef;
}
.search-form h2,
.search-form label {
  display: none;
}
.search-form .form-item {
  display: inline-block;
  margin: 0 5px 0 0;
}
.search-form .form-item input {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}
.search-form .form-actions {
  display: inline-block;
  vertical-align: top;
}
.search-form input.form-submit {
  padding: 9px 10px;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  background: #E82B4E;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}
.search-form input.form-submit::hover {
  background-color: #000;
}

.views-row.slick-slide {
  transition: all 0.2s ease-in;
}
.views-row.slick-slide:hover {
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .views-row.slick-slide {
    padding: 0 15px;
  }
}
.views-row.slick-slide h3.title {
  margin-top: 8px;
}
.views-row.slick-slide .views-field-body {
  font-size: 16px;
  line-height: 1.4;
}
.views-row.slick-slide .views-field-field-images {
  margin-bottom: 10px;
}
.views-row.slick-slide .views-field-title h3 {
  margin-bottom: 10px;
}

.slick-slider {
  display: flex;
  margin: 0;
  padding: 0;
}
.slick-slider .prev-arrow.slick-arrow,
.slick-slider .next-arrow.slick-arrow {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  align-self: center;
  flex: 0 0 25px;
  cursor: pointer;
}
.slick-slider .prev-arrow.slick-arrow::before,
.slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  transform: translateY(-50%);
}
.slick-slider .prev-arrow.slick-arrow::hover::before,
.slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}
.slick-slider .prev-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}
.slick-slider .next-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}

.front .slick-slider,
.not-front .slick-slider {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.front .slick-slider .prev-arrow.slick-arrow,
.front .slick-slider .next-arrow.slick-arrow,
.not-front .slick-slider .prev-arrow.slick-arrow,
.not-front .slick-slider .next-arrow.slick-arrow {
  height: 126px;
  padding-top: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  align-self: center;
  flex: 0 0, 25px;
  cursor: pointer;
  top: 0;
  transform: none;
  font-size: 0;
}
@media (max-width: 575.98px) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 46px;
  }
}
.front .slick-slider .prev-arrow.slick-arrow::before,
.front .slick-slider .next-arrow.slick-arrow::before,
.not-front .slick-slider .prev-arrow.slick-arrow::before,
.not-front .slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  transform: translateY(-50%);
}
.front .slick-slider .prev-arrow.slick-arrow::hover::before,
.front .slick-slider .next-arrow.slick-arrow::hover::before,
.not-front .slick-slider .prev-arrow.slick-arrow::hover::before,
.not-front .slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}
.front .slick-slider .prev-arrow.slick-arrow:before,
.not-front .slick-slider .prev-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}
.front .slick-slider .prev-arrow.slick-arrow:hover:before,
.not-front .slick-slider .prev-arrow.slick-arrow:hover:before {
  opacity: 1;
}
.front .slick-slider .next-arrow.slick-arrow:before,
.not-front .slick-slider .next-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}
.front .slick-slider .next-arrow.slick-arrow:hover:before,
.not-front .slick-slider .next-arrow.slick-arrow:hover:before {
  opacity: 1;
}

.role--anonymous nav.slide-down-nav {
  display: none;
}

nav.slide-down-nav {
  background: #efefef;
  padding: 10px;
}
nav.slide-down-nav ul {
  color: #000;
  font-size: 17px;
  text-align: left;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
nav.slide-down-nav ul li span.main-nav {
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
}
nav.slide-down-nav ul li span.main-nav:after {
  content: ":";
}
nav.slide-down-nav ul ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
nav.slide-down-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.slide-down-nav li a {
  display: block;
  text-align: center;
  background: #E82B4E;
  border-radius: 3px;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
}
nav.slide-down-nav li a:hover {
  background: #9c112b;
}
nav.slide-down-nav > ul > li:last-of-type > a {
  background: #000;
}

.page-user-register nav.tabs {
  max-width: 600px;
  margin: 0 auto;
}
.page-user-register nav.tabs tabs.primary:before {
  display: none;
}

.page-user-login nav.tabs,
.page-user-login div.description {
  display: none;
}
.page-user-login label[for=edit-name] {
  font-size: 0px;
}
.page-user-login label[for=edit-name]::before {
  content: "Email Address";
  font-size: 18px;
}
.page-user-login label[for=edit-name]::after {
  font-size: 18px;
}

form.user-register-form,
form.user-form {
  max-width: 600px;
  margin: 0 auto;
}
form.user-register-form .description,
form.user-form .description {
  font-size: 13px;
  margin: 10px 20px 10px 0;
}
form.user-register-form label,
form.user-register-form .form-item label,
form.user-form label,
form.user-form .form-item label {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
  display: inline-block;
}
form.user-register-form .form-item,
form.user-form .form-item {
  margin-bottom: 30px;
}
form.user-register-form .form-actions,
form.user-form .form-actions {
  margin: 40px 0 0;
}
form.user-register-form input,
form.user-form input {
  width: 100%;
}
form.user-register-form input.form-autocomplete,
form.user-form input.form-autocomplete {
  background-position: 99% center;
}

.section-user .layout-container {
  margin: 0;
}
.section-user nav.tabs {
  padding: 3vw;
  width: calc(100% - 6vw);
  margin: 2vw 3vw;
}
.section-user .user--view-mode-full .field-label {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  min-width: 110px;
}
@media (max-width: 575.98px) {
  .section-user .user--view-mode-full .field-label {
    margin-right: 10px;
    min-width: 80px;
  }
}
.section-user .block-local-actions-block {
  margin: 0 0 30px 0;
}
.section-user .action-links li {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}
.section-user .order-number h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .section-user .view_id-commerce-user-orders,
  .section-user .view_id-commerce-order-item-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .section-user .view_id-commerce-user-orders:before,
  .section-user .view_id-commerce-order-item-table:before {
    display: block;
    content: "Swipe to view full table";
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
  }
  .section-user .view_id-commerce-user-orders table,
  .section-user .view_id-commerce-order-item-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .section-user .view_id-commerce-user-orders table thead th,
  .section-user .view_id-commerce-order-item-table table thead th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.section-user article .field-name-brand {
  font-size: 25px;
  margin-bottom: 20px;
}
.section-user article h4.label {
  margin: 0;
  display: inline-block;
}
.section-user .field-name-fir div,
.section-user .field-name-las div {
  display: inline-block;
}
.section-user .field-name-fir div:first-child,
.section-user .field-name-las div:first-child {
  font-weight: bold;
  display: inline-block;
}
.section-user .field-name-placed,
.section-user .field-name-state,
.section-user .field-name-mail,
.section-user .field-name-shipping-method,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}
.section-user .field-name-placed > div:first-of-type,
.section-user .field-name-state > div:first-of-type,
.section-user .field-name-mail > div:first-of-type,
.section-user .field-name-shipping-method > div:first-of-type,
.section-user .customer-information__shipping > div:first-of-type {
  font-weight: bold;
  font-size: 1.2em;
}
.section-user .customer-billing,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}
.section-user .customer-billing .field__label,
.section-user .customer-information__shipping .field__label {
  font-weight: bold;
  font-size: 1.2em;
}

#toolbar-item-shortcuts-tray ul.toolbar-menu a {
  background: #000;
  margin: 10px 5px;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px;
  color: #e5e5e5;
  border-radius: 6px;
}
#toolbar-item-shortcuts-tray ul.toolbar-menu a:hover {
  background-color: #E82B4E;
  text-decoration: none;
}

.role--administrator .toolbar-menu a {
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .role--administrator .block-masquerade {
    display: inline-block;
    vertical-align: middle;
  }
}
.role--administrator .masquerade-block-form {
  padding: 20px;
}
.role--administrator .masquerade-block-form input.form-autocomplete {
  margin-right: 10px;
  padding: 10px;
  height: 52px;
  width: 220px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .role--administrator .masquerade-block-form input.form-autocomplete {
    margin-bottom: 10px;
    width: 100%;
  }
}
.role--administrator .menu--masquerade {
  padding: 10px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .role--administrator .menu--masquerade {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
.role--administrator .menu--masquerade .menu {
  margin: 0;
  padding: 0;
}
.role--administrator .menu--masquerade .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.role--administrator .menu--masquerade .menu li a {
  text-decoration: underline;
}

.role--authenticated .menu--masquerade {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 15px;
}
.role--authenticated .menu--masquerade a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}

.block-homepageherovideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.block-homepageherovideo video {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.video-wrapper-img-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_background__field-name-image {
  text-align: center;
}
.video_background__field-name-image img {
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .video_background__field-name-image img {
    width: 80%;
  }
}

.video_background__field-name-body {
  color: #fff;
  max-width: 700px;
  font-size: 2vw;
  line-height: 1;
  margin-top: 3vw;
}
@media (max-width: 575.98px) {
  .video_background__field-name-body {
    font-size: 17px;
  }
}

.video-overlay {
  position: absolute;
  content: "";
  background: rgba(40, 40, 40, 0.55);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.section-alert {
  text-align: center;
  background: #cce5ff;
  padding: 0;
}
.section-alert .alert {
  margin: 0;
}
.section-alert .alert.alert-primary {
  padding: 40px;
  color: #004085;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.section-alert .alert .feature-box-img img {
  margin-bottom: 1.5em;
}
.section-alert .alert h2.feature-box-title {
  color: #004085;
  margin: 0 0 0.5em 0;
}
.section-alert .alert .feature_box__feature-box-message-text {
  max-width: 1150px;
  margin: 0 auto;
}
.section-alert .alert .feature_box__feature-box-message-text a {
  color: #b8daff;
}
.section-alert .alert .feature-box-button a {
  background-color: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 2em;
}
.section-alert .alert .feature-box-button a:hover {
  background-color: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}
.section-alert .alert-dismissible .close {
  color: #000;
  text-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
}

.section-bands-in-town {
  background: transparent;
}
.section-bands-in-town .intro .section-title, .section-bands-in-town .intro .related-articles-home h2, .related-articles-home .section-bands-in-town .intro h2,
.section-bands-in-town .intro .related-articles h2,
.related-articles .section-bands-in-town .intro h2, .section-bands-in-town .intro .view-clients-home h2, .view-clients-home .section-bands-in-town .intro h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-bands-in-town .intro .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-bands-in-town .feed-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-bands-in-town .bit-widget {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  width: 100%;
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.section-bands-in-town .bit-widget .bit-top-track-button {
  margin-bottom: 20px;
}
.section-bands-in-town .bit-widget .bit-details {
  transition: all 0.2s ease-in;
  padding: 10px;
}
.section-bands-in-town .bit-widget .bit-details:hover {
  background: rgba(100, 100, 100, 0.1);
  text-decoration: none;
  padding-left: 20px;
}
.section-bands-in-town .bit-widget .bit-venue {
  color: #E82B4E;
}
.section-bands-in-town .bit-widget .bit-event {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.section-bands-in-town .bit-widget .bit-event a.bit-details {
  color: rgb(0, 0, 0);
}
.section-bands-in-town .bit-widget .bit-lineUp-with {
  color: rgb(0, 0, 0);
}
.section-bands-in-town .bit-widget .bit-lineUp {
  color: #E82B4E;
}
.section-bands-in-town .bit-widget .bit-event-list-title {
  font-size: 20px;
}
.section-bands-in-town .bit-widget .bit-offers {
  background-color: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-offers:hover {
  background-color: #ef7088 !important;
  border-color: #ef7088 !important;
  color: #fff !important;
}
.section-bands-in-town .bit-widget a.bit-button:hover,
.section-bands-in-town .bit-widget a.bit-play-my-city-button:hover {
  background-color: #ef7088 !important;
  border-color: #ef7088 !important;
  color: #fff !important;
  text-decoration: none;
}
.section-bands-in-town .bit-widget .bit-rsvp {
  color: #E82B4E;
  border: 1px solid #E82B4E;
  border-radius: 50px;
}
.section-bands-in-town .bit-widget .bit-play-my-city-button {
  background-color: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button {
  color: #fff;
  background-color: #E82B4E;
  border: 1px solid #E82B4E;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button:hover,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button:hover {
  background-color: #ef7088 !important;
  border-color: #ef7088 !important;
  color: #fff !important;
}

.page-article-item .article-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .page-article-item .article-header {
    margin: 0 auto 3em;
  }
}
.page-article-item .article-header .back-to-catalog-page {
  display: flex;
  justify-content: center;
}
.page-article-item .article-header .back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: #f1f4f7;
  padding: 6px 16px;
  color: rgb(0, 0, 0);
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.page-article-item .article-header .back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}
.page-article-item .article-header figure {
  margin: 0;
}
.page-article-item .article-body {
  max-width: 38em;
  margin: 0 auto;
}

.page-article-item.paragraph--type--blog-article {
  background: #fff;
}
@media (max-width: 767.98px) {
  .page-article-item.paragraph--type--blog-article {
    padding: 8vw 20px 8vw;
  }
}
@media (min-width: 992px) {
  .page-article-item.paragraph--type--blog-article {
    padding: 5vw 0 8vw 0;
  }
}
.page-article-item.paragraph--type--blog-article .title-wrapper {
  text-align: left;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-article-item.paragraph--type--blog-article h1.page-title,
.page-article-item.paragraph--type--blog-article h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0);
  margin-bottom: 0.5em;
  text-align: left;
}
@media (max-width: 575.98px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
.page-article-item.paragraph--type--blog-article .blog_article__catalog-item-image img {
  width: 100%;
  height: auto;
}
.page-article-item.paragraph--type--blog-article .article-author-date-wrapper {
  display: flex;
  margin: 0 auto 2em;
}
.page-article-item.paragraph--type--blog-article .article-item-author {
  display: flex;
  margin-right: 1em;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
}
.page-article-item.paragraph--type--blog-article .article-item-author:after {
  content: "•";
  display: inline-block;
  margin-left: 1em;
}
.page-article-item.paragraph--type--blog-article .article-item-author span {
  display: inline-block;
  vertical-align: middle;
}
.page-article-item.paragraph--type--blog-article .article-item-author .article-author-label {
  margin-right: 0.2em;
}
.page-article-item.paragraph--type--blog-article .article-item-date {
  display: flex;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
}
.page-article-item.paragraph--type--blog-article .article-item-date span {
  display: inline-block;
  vertical-align: middle;
}
.page-article-item.paragraph--type--blog-article .article-item-date .article-date-label {
  display: none;
}

.article-no-hero-img .article-header-image {
  display: none;
}
@media (min-width: 768px) {
  .article-no-hero-img .article-header {
    margin: 0 auto 2em;
  }
}

.article-hero-img-sm .article-header-image {
  max-width: 38em;
  margin: 0 auto;
}

.article-hero-img-contained .article-header-image {
  max-width: 1200px;
  margin: 0 auto;
}

.article-hero-img-full-width .article-header-image {
  max-width: 100%;
  width: 100%;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .paragraph--type--blog-article {
  background: transparent;
}
.catalog .catalog-item.odd .paragraph--type--blog-article {
  background: #f1f4f7;
}

.paragraph--type--blog-article.paragraph--view-mode--default {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}
@media (max-width: 575.98px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 {
    margin-bottom: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 figure {
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .blog_article__catalog-item-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2,
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
.related-articles .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2 {
  font-weight: 800;
  color: rgb(0, 0, 0);
  transition: 0.2s ease-in all;
  border: 0px solid #ccc;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title:hover, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2:hover, .related-articles-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2:hover,
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .related-articles h2:hover,
.related-articles .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2:hover, .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2:hover, .view-clients-home .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2:hover {
  text-decoration: underline;
  color: #9c112b;
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video):hover {
  text-decoration: underline;
  color: #9c112b;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-author-date-wrapper {
  display: flex;
  margin-top: 1em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author {
  display: flex;
  margin-right: 1em;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author:after {
  content: "•";
  display: inline-block;
  margin-left: 1em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author span {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author .article-author-label {
  margin-right: 0.2em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date {
  display: flex;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date span {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date .article-date-label {
  display: none;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-description {
  color: rgb(0, 0, 0);
  margin-top: 1em;
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-description {
    font-size: 0.8em;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-description p:last-child {
  margin-bottom: 0;
}
.paragraph--type--blog-article.paragraph--view-mode--default .blog_article__catalog-item-link {
  display: none;
}

.paragraph--type--blog-article.light-bg-dark-text {
  background: #fff !important;
}
.paragraph--type--blog-article.light-bg-dark-text h2.section-title, .paragraph--type--blog-article.light-bg-dark-text .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.light-bg-dark-text h2,
.paragraph--type--blog-article.light-bg-dark-text .related-articles h2,
.related-articles .paragraph--type--blog-article.light-bg-dark-text h2, .paragraph--type--blog-article.light-bg-dark-text .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.light-bg-dark-text h2,
.paragraph--type--blog-article.light-bg-dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.light-bg-dark-text .article-item-description,
.paragraph--type--blog-article.light-bg-dark-text .article-item-author,
.paragraph--type--blog-article.light-bg-dark-text .article-item-date {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.paragraph--type--blog-article.light-bg {
  background: #fff !important;
}

.paragraph--type--blog-article.dark-bg-light-text {
  background: #000 !important;
}
.paragraph--type--blog-article.dark-bg-light-text h2.section-title, .paragraph--type--blog-article.dark-bg-light-text .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.dark-bg-light-text h2,
.paragraph--type--blog-article.dark-bg-light-text .related-articles h2,
.related-articles .paragraph--type--blog-article.dark-bg-light-text h2, .paragraph--type--blog-article.dark-bg-light-text .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.dark-bg-light-text h2,
.paragraph--type--blog-article.dark-bg-light-text a.standalone-page-link h2.section-title {
  color: #fff;
}
.paragraph--type--blog-article.dark-bg-light-text .article-item-description,
.paragraph--type--blog-article.dark-bg-light-text .article-item-author,
.paragraph--type--blog-article.dark-bg-light-text .article-item-date {
  color: #fff;
}
.paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.paragraph--type--blog-article.dark-bg {
  background: #000 !important;
}

.paragraph--type--blog-article.light-text h2.section-title, .paragraph--type--blog-article.light-text .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.light-text h2,
.paragraph--type--blog-article.light-text .related-articles h2,
.related-articles .paragraph--type--blog-article.light-text h2, .paragraph--type--blog-article.light-text .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.light-text h2,
.paragraph--type--blog-article.light-text a.standalone-page-link h2.section-title {
  color: #fff;
}
.paragraph--type--blog-article.light-text .article-item-description,
.paragraph--type--blog-article.light-text .article-item-author,
.paragraph--type--blog-article.light-text .article-item-date {
  color: #fff;
}

.paragraph--type--blog-article.dark-text h2.section-title, .paragraph--type--blog-article.dark-text .related-articles-home h2, .related-articles-home .paragraph--type--blog-article.dark-text h2,
.paragraph--type--blog-article.dark-text .related-articles h2,
.related-articles .paragraph--type--blog-article.dark-text h2, .paragraph--type--blog-article.dark-text .view-clients-home h2, .view-clients-home .paragraph--type--blog-article.dark-text h2,
.paragraph--type--blog-article.dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.dark-text .article-item-description,
.paragraph--type--blog-article.dark-text .article-item-author,
.paragraph--type--blog-article.dark-text .article-item-date {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.section-business-information {
  background: transparent;
  padding: 4vw;
}
@media (max-width: 575.98px) {
  .section-business-information {
    padding: 15px;
  }
}
.section-business-information .intro .section-title, .section-business-information .intro .related-articles-home h2, .related-articles-home .section-business-information .intro h2,
.section-business-information .intro .related-articles h2,
.related-articles .section-business-information .intro h2, .section-business-information .intro .view-clients-home h2, .view-clients-home .section-business-information .intro h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-business-information .intro .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-business-information .info-contact-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.section-business-information .info-contact-wrapper a {
  color: #E82B4E;
}
.section-business-information .info-contact-wrapper a:hover {
  color: #9c112b;
}
.section-business-information .info-contact-wrapper .item-wrapper {
  align-items: flex-start;
  padding: 20px;
  background: transparent;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .section-business-information .info-contact-wrapper .item-wrapper {
    margin-bottom: 15px;
  }
  .section-business-information .info-contact-wrapper .item-wrapper:last-child {
    margin-bottom: 0;
  }
}
.section-business-information .info-contact-wrapper .contact-item {
  display: flex;
}
.section-business-information .info-contact-wrapper .contact-icon {
  margin-right: 15px;
  min-width: 2em;
  text-align: right;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}
.section-business-information .info-contact-wrapper .contact-icon i {
  font-size: 1em;
  color: rgb(0, 0, 0);
}
.section-business-information .info-contact-wrapper .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 1em;
  color: rgb(0, 0, 0);
  word-break: break-word;
}
.section-business-information .info-contact-wrapper .contact-detail p {
  margin: 0;
}
.section-business-information .info-contact-wrapper .contact-detail span {
  display: inline-block;
  margin-right: 5px;
}
.section-business-information .info-contact-wrapper .contact-detail span.country {
  display: none;
}
.section-business-information .social_links__social-links-list {
  display: flex;
}
.section-business-information .social_links__social-links-list > div {
  padding: 0 30px 0 0;
  font-size: 40px;
  margin-bottom: 20px;
}
.section-business-information .social_links__social-links-list > div > div {
  line-height: 1;
}

.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.cards-stacked-1 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-stacked-1 .card.has-card-body .card-image,
.cards-stacked-1 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-stacked-1 .card .card-fa-icon {
  padding-top: calc(30px * 1.5);
}

.cards-stacked-2 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-stacked-2 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-stacked-2 .card .card-fa-icon {
  padding-top: calc(30px * 1.5);
}
.cards-stacked-2 .card-image {
  padding: 0 !important;
}

.cards-left-img-right-text .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-img-right-text .card {
    flex-direction: row;
  }
  .cards-left-img-right-text .card.photo {
    align-items: flex-start;
  }
  .cards-left-img-right-text .card.photo .card-image,
  .cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-left-img-right-text .card.photo figure {
    height: 100%;
  }
  .cards-left-img-right-text .card .card-image {
    flex: 1 1 50%;
  }
  .cards-left-img-right-text .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cards-left-img-right-text .card .card-fa-icon {
    flex: 1 1 80px;
  }
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-right: 0;
  }
  .cards-left-img-right-text .card .card-body {
    flex: 1 1 50%;
    align-self: auto;
    height: 100%;
  }
  .cards-left-img-right-text .card .card-body .card-title {
    text-align: left;
  }
}

.cards-left-text-right-img .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-text-right-img .card {
    flex-direction: row;
  }
  .cards-left-text-right-img .card.photo {
    align-items: flex-start;
  }
  .cards-left-text-right-img .card.photo .card-image,
  .cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-left-text-right-img .card .card-image {
    flex: 1 1 50%;
    order: 2;
  }
  .cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cards-left-text-right-img .card .card-fa-icon {
    flex: 1 1 80px;
    order: 2;
  }
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-left: 0;
  }
  .cards-left-text-right-img .card .card-body {
    flex: 1 1 50%;
    order: 1;
    align-self: auto;
    height: 100%;
  }
  .cards-left-text-right-img .card .card-body .card-title {
    text-align: left;
  }
}

.cards-image-grid .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-image-grid .card.has-card-body .card-image {
  padding-bottom: 0;
}
.cards-image-grid .card-image,
.cards-image-grid .s2_sub_card__sub-card-image,
.cards-image-grid figure {
  height: 100% !important;
}
.cards-image-grid figure {
  display: flex;
}
.cards-image-grid figure img {
  height: 100% !important;
  object-fit: cover;
}
.cards-image-grid.cards-expand-full {
  padding-left: 0;
  padding-right: 0;
}
.cards-image-grid.cards-expand-full .subcard-wrapper {
  padding: 0;
}
.cards-image-grid.cards-expand-full .subcard-wrapper .row {
  margin: 0;
  grid-gap: 0 !important;
  display: flex;
}
.cards-image-grid.cards-expand-full .card-item {
  flex: 1 1 auto;
}
.cards-image-grid.cards-expand-full .card-item a:hover .card {
  transform: none;
  box-shadow: none;
}
.cards-image-grid.cards-expand-full .card-item .card-image {
  overflow: hidden;
}
.cards-image-grid.cards-expand-full .card-item .card-image img {
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.cards-image-grid.cards-expand-full .paragraph--type--s2-sub-card > a:hover img {
  transform: scale(1.1);
}

.cards-masonry .subcard-wrapper .row {
  display: block !important;
  -webkit-perspective: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 4;
  }
}
.cards-masonry .subcard-wrapper .row > * {
  break-inside: avoid;
}
.cards-masonry .subcard-wrapper .row .card-item {
  margin-bottom: 20px;
  display: block !important;
}
.cards-masonry .subcard-wrapper .row .card {
  height: auto !important;
}
.cards-masonry .subcard-wrapper .row .card.has-card-body .card-image,
.cards-masonry .subcard-wrapper .row .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
@supports (grid-template-rows: masonry) {
  .cards-masonry .subcard-wrapper .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-4 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-4 .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-4 .row {
    columns: 4;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-3 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-3 .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-3 .row {
    columns: 3;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}

.cards-logos .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-logos .card .card-image {
  padding: 30px;
}
.cards-logos .card.has-card-body .card-image,
.cards-logos .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-logos .card.photo, .cards-logos .card.icon {
  justify-content: center;
}
.cards-logos .card .card-text {
  display: none;
}

.section-cards {
  background: transparent;
}
@media (max-width: 767.98px) {
  .section-cards {
    padding: 10vw 5vw;
  }
}
@media (min-width: 992px) {
  .section-cards {
    padding: 8vw 5vw;
  }
}
.section-cards .container-fluid {
  padding: 0;
}
.section-cards .section-title, .section-cards .related-articles-home h2, .related-articles-home .section-cards h2,
.section-cards .related-articles h2,
.related-articles .section-cards h2, .section-cards .view-clients-home h2, .view-clients-home .section-cards h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-cards .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}

.card-item > a {
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out all;
  text-decoration: none;
}
.card-item > a:hover {
  text-decoration: none;
}
.card-item > a:hover .card {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.section-cards .card-item > a:not(.btn):not(.modal-trigger--video),
.section-cards .card-item > a:hover:not(btn) {
  text-decoration: none;
}

.card {
  background: #fff;
  border: 0px solid rgba(30, 30, 30, 0.2);
  border-radius: 0;
  overflow: hidden;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out;
  box-shadow: none;
}
.card.has-fa-icon .card-fa-icon {
  color: #E82B4E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  width: 100%;
}
.card.icon .card-image {
  max-width: 80%;
  margin: 0 auto;
}
.card.icon .card-image img {
  width: 100%;
  height: auto;
}
.card.photo .card-image {
  width: 100%;
}
.card.photo .card-image img {
  width: 100%;
  height: auto;
}

.card-image,
.card-fa-icon {
  padding: 30px 30px 30px 30px;
}

.card-image figure {
  margin: 0;
}
.card-image figure figcaption {
  font-size: 14px;
  text-align: center;
  display: none;
}

.section-cards.cards-no-image-padding .card-image {
  padding: 0 !important;
}
.section-cards.card-no-image-padding .card-image {
  padding: 0 !important;
}

.section-cards.cards-no-border .card, .section-cards.card-no-border .card {
  border: 0 !important;
}

.section-cards.cards-no-shadow .card, .section-cards.card-no-shadow .card {
  box-shadow: none !important;
}
.section-cards.cards-no-shadow .card-item > a:hover .card, .section-cards.card-no-shadow .card-item > a:hover .card {
  box-shadow: none !important;
}

.card-body {
  padding: 30px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  min-height: auto;
  align-self: stretch;
}

.card-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
}
@media (max-width: 575.98px) {
  .card-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .card-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card-title {
    font-size: 25px;
  }
}

.card-text-group {
  width: 100%;
}

.card-text {
  font-size: 16px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.card-text p:last-child {
  margin-bottom: 0;
}
.card-text a {
  display: inline !important;
}
.card-text h4 {
  font-size: 1.2em;
  text-align: center;
}

.card-link {
  margin-top: 2rem;
  flex: 1 1 100%;
  align-self: flex-end;
}

.light-bg-dark-text.section-cards {
  background: #fff;
}
.light-bg-dark-text.section-cards .image-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
.light-bg-dark-text.section-cards .section-title, .light-bg-dark-text.section-cards .related-articles-home h2, .related-articles-home .light-bg-dark-text.section-cards h2,
.light-bg-dark-text.section-cards .related-articles h2,
.related-articles .light-bg-dark-text.section-cards h2, .light-bg-dark-text.section-cards .view-clients-home h2, .view-clients-home .light-bg-dark-text.section-cards h2 {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-cards .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-cards .intro-body a {
  color: #E82B4E;
}
.light-bg-dark-text.section-cards .intro-body a:hover {
  color: #9c112b;
}

.card-item.light-bg-dark-text .card {
  background: #fff;
}
.card-item.light-bg-dark-text .card-title {
  color: rgba(0, 0, 0, 0.8);
}
.card-item.light-bg-dark-text .card-text {
  color: rgba(0, 0, 0, 0.8);
}
.card-item.light-bg-dark-text .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.card-item.light-bg-dark-text .card-link:hover, .card-item.light-bg-dark-text .card-link:active, .card-item.light-bg-dark-text .card-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.card-item.light-bg-dark-text .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.card-item.light-bg-dark-text .card-link.btn-secondary:hover, .card-item.light-bg-dark-text .card-link.btn-secondary:active, .card-item.light-bg-dark-text .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.card-light-bg .card {
  background: #fff;
}
.card-light-bg .card-title {
  color: rgba(0, 0, 0, 0.8);
}
.card-light-bg .card-text {
  color: rgba(0, 0, 0, 0.8);
}
.card-light-bg .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.card-light-bg .card-link:hover, .card-light-bg .card-link:active, .card-light-bg .card-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.card-light-bg .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.card-light-bg .card-link.btn-secondary:hover, .card-light-bg .card-link.btn-secondary:active, .card-light-bg .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.cards-dark-text .card-item .card-title,
.cards-dark-text .card-item .card-text,
.card-dark-text .card-item .card-title,
.card-dark-text .card-item .card-text {
  color: rgba(0, 0, 0, 0.8) !important;
}
.cards-dark-text .card-item .card-link,
.card-dark-text .card-item .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.cards-dark-text .card-item .card-link:hover, .cards-dark-text .card-item .card-link:active, .cards-dark-text .card-item .card-link:focus,
.card-dark-text .card-item .card-link:hover,
.card-dark-text .card-item .card-link:active,
.card-dark-text .card-item .card-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.cards-dark-text .card-item .card-link.btn-secondary,
.card-dark-text .card-item .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.cards-dark-text .card-item .card-link.btn-secondary:hover, .cards-dark-text .card-item .card-link.btn-secondary:active, .cards-dark-text .card-item .card-link.btn-secondary:focus,
.card-dark-text .card-item .card-link.btn-secondary:hover,
.card-dark-text .card-item .card-link.btn-secondary:active,
.card-dark-text .card-item .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.section-cards.dark-bg-light-text {
  background: #000;
}
.section-cards.dark-bg-light-text .image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.section-cards.dark-bg-light-text .section-title, .section-cards.dark-bg-light-text .related-articles-home h2, .related-articles-home .section-cards.dark-bg-light-text h2,
.section-cards.dark-bg-light-text .related-articles h2,
.related-articles .section-cards.dark-bg-light-text h2, .section-cards.dark-bg-light-text .view-clients-home h2, .view-clients-home .section-cards.dark-bg-light-text h2 {
  color: #fff;
}
.section-cards.dark-bg-light-text .intro-body {
  color: #fff;
}
.section-cards.dark-bg-light-text .intro-body a {
  color: #E82B4E;
}
.section-cards.dark-bg-light-text .intro-body a:hover {
  color: #f2879b;
}

.card-item.dark-bg-light-text .card {
  background: #000;
}
.card-item.dark-bg-light-text .card-title {
  color: #fff;
}
.card-item.dark-bg-light-text .card-text {
  color: #fff;
}
.card-item.dark-bg-light-text .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.card-item.dark-bg-light-text .card-link:hover, .card-item.dark-bg-light-text .card-link:active, .card-item.dark-bg-light-text .card-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.card-item.dark-bg-light-text .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.card-item.dark-bg-light-text .card-link.btn-secondary:hover, .card-item.dark-bg-light-text .card-link.btn-secondary:active, .card-item.dark-bg-light-text .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.card-dark-bg .card {
  background: #000;
}
.card-dark-bg .card-title {
  color: #fff;
}
.card-dark-bg .card-text {
  color: #fff;
}
.card-dark-bg .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.card-dark-bg .card-link:hover, .card-dark-bg .card-link:active, .card-dark-bg .card-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.card-dark-bg .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.card-dark-bg .card-link.btn-secondary:hover, .card-dark-bg .card-link.btn-secondary:active, .card-dark-bg .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.cards-light-text .card-item .card-title,
.cards-light-text .card-item .card-text,
.card-light-text .card-item .card-title,
.card-light-text .card-item .card-text {
  color: #fff !important;
}
.cards-light-text .card-item .card-link,
.card-light-text .card-item .card-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.cards-light-text .card-item .card-link:hover, .cards-light-text .card-item .card-link:active, .cards-light-text .card-item .card-link:focus,
.card-light-text .card-item .card-link:hover,
.card-light-text .card-item .card-link:active,
.card-light-text .card-item .card-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.cards-light-text .card-item .card-link.btn-secondary,
.card-light-text .card-item .card-link.btn-secondary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
.cards-light-text .card-item .card-link.btn-secondary:hover, .cards-light-text .card-item .card-link.btn-secondary:active, .cards-light-text .card-item .card-link.btn-secondary:focus,
.card-light-text .card-item .card-link.btn-secondary:hover,
.card-light-text .card-item .card-link.btn-secondary:active,
.card-light-text .card-item .card-link.btn-secondary:focus {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}

.section-cards.has-parallax {
  overflow: hidden;
}
.section-cards .bg-image.parallax-item, .section-cards .bg-image.fixed, .section-cards .bg-image.no-effect {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.full-width .subcard-wrapper .row {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.grid-width-1 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-1 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 1), 1fr));
  }
}

.grid-width-2 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-2 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 2), 1fr));
  }
}

.grid-width-3 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-3 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 3), 1fr));
  }
}

.grid-width-4 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-4 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 4), 1fr));
  }
}

.grid-width-5 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-5 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 5), 1fr));
  }
}

.grid-width-6 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-6 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 6), 1fr));
  }
}

.grid-width-7 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-7 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 7), 1fr));
  }
}

.grid-width-8 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-8 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 8), 1fr));
  }
}

.grid-width-9 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-9 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 9), 1fr));
  }
}

.grid-width-10 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-10 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 10), 1fr));
  }
}

.gap-0 .subcard-wrapper .row {
  grid-gap: calc(20px * 0);
}

.gap-1 .subcard-wrapper .row {
  grid-gap: calc(20px * 1);
}

.gap-2 .subcard-wrapper .row {
  grid-gap: calc(20px * 1.5);
}

.gap-3 .subcard-wrapper .row {
  grid-gap: calc(20px * 2);
}

.gap-4 .subcard-wrapper .row {
  grid-gap: calc(20px * 2.5);
}

.gap-5 .subcard-wrapper .row {
  grid-gap: calc(20px * 3);
}

.cards-expand-full.grid-width-1 .card-item,
.card-expand-full.grid-width-1 .card-item {
  width: calc(100px * 1);
}
.cards-expand-full.grid-width-2 .card-item,
.card-expand-full.grid-width-2 .card-item {
  width: calc(100px * 2);
}
.cards-expand-full.grid-width-3 .card-item,
.card-expand-full.grid-width-3 .card-item {
  width: calc(100px * 3);
}
.cards-expand-full.grid-width-4 .card-item,
.card-expand-full.grid-width-4 .card-item {
  width: calc(100px * 4);
}
.cards-expand-full.grid-width-5 .card-item,
.card-expand-full.grid-width-5 .card-item {
  width: calc(100px * 5);
}
.cards-expand-full.grid-width-6 .card-item,
.card-expand-full.grid-width-6 .card-item {
  width: calc(100px * 6);
}
.cards-expand-full.grid-width-7 .card-item,
.card-expand-full.grid-width-7 .card-item {
  width: calc(100px * 7);
}
.cards-expand-full.grid-width-8 .card-item,
.card-expand-full.grid-width-8 .card-item {
  width: calc(100px * 8);
}
.cards-expand-full.grid-width-9 .card-item,
.card-expand-full.grid-width-9 .card-item {
  width: calc(100px * 9);
}
.cards-expand-full.grid-width-10 .card-item,
.card-expand-full.grid-width-10 .card-item {
  width: calc(100px * 10);
}

.cards-expand-full.cards-stacked-1, .cards-expand-full.cards-stacked-2, .cards-expand-full.cards-left-img-right-text, .cards-expand-full.cards-left-text-right-img,
.card-expand-full.cards-stacked-1,
.card-expand-full.cards-stacked-2,
.card-expand-full.cards-left-img-right-text,
.card-expand-full.cards-left-text-right-img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}
.cards-expand-full.cards-stacked-1 .row, .cards-expand-full.cards-stacked-2 .row, .cards-expand-full.cards-left-img-right-text .row, .cards-expand-full.cards-left-text-right-img .row,
.card-expand-full.cards-stacked-1 .row,
.card-expand-full.cards-stacked-2 .row,
.card-expand-full.cards-left-img-right-text .row,
.card-expand-full.cards-left-text-right-img .row {
  margin: 0;
  grid-gap: 0;
  display: flex !important;
}
.cards-expand-full.cards-stacked-1 .card-item, .cards-expand-full.cards-stacked-2 .card-item, .cards-expand-full.cards-left-img-right-text .card-item, .cards-expand-full.cards-left-text-right-img .card-item,
.card-expand-full.cards-stacked-1 .card-item,
.card-expand-full.cards-stacked-2 .card-item,
.card-expand-full.cards-left-img-right-text .card-item,
.card-expand-full.cards-left-text-right-img .card-item {
  flex: 1 1 auto;
}
.cards-expand-full.cards-stacked-1 .card-item a:hover .card, .cards-expand-full.cards-stacked-2 .card-item a:hover .card, .cards-expand-full.cards-left-img-right-text .card-item a:hover .card, .cards-expand-full.cards-left-text-right-img .card-item a:hover .card,
.card-expand-full.cards-stacked-1 .card-item a:hover .card,
.card-expand-full.cards-stacked-2 .card-item a:hover .card,
.card-expand-full.cards-left-img-right-text .card-item a:hover .card,
.card-expand-full.cards-left-text-right-img .card-item a:hover .card {
  transform: none;
  box-shadow: none;
}
.cards-expand-full.cards-stacked-1 .card-item .card-image, .cards-expand-full.cards-stacked-2 .card-item .card-image, .cards-expand-full.cards-left-img-right-text .card-item .card-image, .cards-expand-full.cards-left-text-right-img .card-item .card-image,
.card-expand-full.cards-stacked-1 .card-item .card-image,
.card-expand-full.cards-stacked-2 .card-item .card-image,
.card-expand-full.cards-left-img-right-text .card-item .card-image,
.card-expand-full.cards-left-text-right-img .card-item .card-image {
  overflow: hidden;
}
.cards-expand-full.cards-stacked-1 .card-item .card-image img, .cards-expand-full.cards-stacked-2 .card-item .card-image img, .cards-expand-full.cards-left-img-right-text .card-item .card-image img, .cards-expand-full.cards-left-text-right-img .card-item .card-image img,
.card-expand-full.cards-stacked-1 .card-item .card-image img,
.card-expand-full.cards-stacked-2 .card-item .card-image img,
.card-expand-full.cards-left-img-right-text .card-item .card-image img,
.card-expand-full.cards-left-text-right-img .card-item .card-image img {
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.cards-expand-full.cards-stacked-1 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-stacked-2 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-img-right-text .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-text-right-img .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-stacked-1 .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-stacked-2 .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-left-img-right-text .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-left-text-right-img .paragraph--type--s2-sub-card > a:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .cards-expand-full.cards-stacked-1 .card.photo .card-image,
  .cards-expand-full.cards-stacked-1 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-1 .card.photo figure, .cards-expand-full.cards-stacked-2 .card.photo .card-image,
  .cards-expand-full.cards-stacked-2 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-2 .card.photo figure, .cards-expand-full.cards-left-img-right-text .card.photo .card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo figure, .cards-expand-full.cards-left-text-right-img .card.photo .card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo figure,
  .card-expand-full.cards-stacked-1 .card.photo .card-image,
  .card-expand-full.cards-stacked-1 .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-stacked-1 .card.photo figure,
  .card-expand-full.cards-stacked-2 .card.photo .card-image,
  .card-expand-full.cards-stacked-2 .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-stacked-2 .card.photo figure,
  .card-expand-full.cards-left-img-right-text .card.photo .card-image,
  .card-expand-full.cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-left-img-right-text .card.photo figure,
  .card-expand-full.cards-left-text-right-img .card.photo .card-image,
  .card-expand-full.cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-expand-full.cards-stacked-1 .card .card-image img, .cards-expand-full.cards-stacked-2 .card .card-image img, .cards-expand-full.cards-left-img-right-text .card .card-image img, .cards-expand-full.cards-left-text-right-img .card .card-image img,
  .card-expand-full.cards-stacked-1 .card .card-image img,
  .card-expand-full.cards-stacked-2 .card .card-image img,
  .card-expand-full.cards-left-img-right-text .card .card-image img,
  .card-expand-full.cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.card-text-over-image .card, .card-text-over-image-bottom .card {
  position: relative;
}
@media (min-width: 992px) {
  .card-text-over-image .card-image, .card-text-over-image-bottom .card-image,
  .card-text-over-image .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom .s2_sub_card__sub-card-image,
  .card-text-over-image figure,
  .card-text-over-image-bottom figure {
    height: 100% !important;
  }
  .card-text-over-image .card-image img, .card-text-over-image-bottom .card-image img,
  .card-text-over-image .s2_sub_card__sub-card-image img,
  .card-text-over-image-bottom .s2_sub_card__sub-card-image img,
  .card-text-over-image figure img,
  .card-text-over-image-bottom figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .card-text-over-image .card-body, .card-text-over-image-bottom .card-body {
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out opacity;
  }
  .card-text-over-image .card-text-group, .card-text-over-image-bottom .card-text-group {
    max-width: 700px;
  }
  .card-text-over-image .card-link, .card-text-over-image-bottom .card-link {
    flex: 0 0 auto;
    align-self: auto;
  }
  .card-text-over-image.dark-bg-light-text, .dark-bg-light-text.card-text-over-image-bottom {
    background: rgba(0, 0, 0, 0.7);
  }
  .card-text-over-image.light-bg-dark-text, .light-bg-dark-text.card-text-over-image-bottom {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom .card-body, .card-text-over-image.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom .card-body {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom .card-title, .card-text-over-image.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom .card-text, .card-text-over-image.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom .card-link, .card-text-over-image.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image.card-overlay-light .card-link.btn-secondary, .card-overlay-light.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.card-light-bg .card-link.btn-secondary, .card-light-bg.card-text-over-image-bottom .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.card-overlay-light .card-link.btn-secondary:hover, .card-overlay-light.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-overlay-light .card-link.btn-secondary:active, .card-overlay-light.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-overlay-light .card-link.btn-secondary:focus, .card-overlay-light.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.card-light-bg .card-link.btn-secondary:hover, .card-light-bg.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-light-bg .card-link.btn-secondary:active, .card-light-bg.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-light-bg .card-link.btn-secondary:focus, .card-light-bg.card-text-over-image-bottom .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom .card-body, .card-text-over-image.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom .card-body {
    background: rgba(0, 0, 0, 0.7);
  }
  .card-text-over-image.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom .card-title, .card-text-over-image.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom .card-title {
    color: #fff;
  }
  .card-text-over-image.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom .card-text, .card-text-over-image.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom .card-text {
    color: #fff;
  }
  .card-text-over-image.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom .card-link, .card-text-over-image.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image.card-overlay-dark .card-link.btn-secondary, .card-overlay-dark.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.card-dark-bg .card-link.btn-secondary, .card-dark-bg.card-text-over-image-bottom .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.card-overlay-dark .card-link.btn-secondary:hover, .card-overlay-dark.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-overlay-dark .card-link.btn-secondary:active, .card-overlay-dark.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-overlay-dark .card-link.btn-secondary:focus, .card-overlay-dark.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.card-dark-bg .card-link.btn-secondary:hover, .card-dark-bg.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-dark-bg .card-link.btn-secondary:active, .card-dark-bg.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-dark-bg .card-link.btn-secondary:focus, .card-dark-bg.card-text-over-image-bottom .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.cards-light-text .card-title, .cards-light-text.card-text-over-image-bottom .card-title, .card-text-over-image.card-light-text .card-title, .card-light-text.card-text-over-image-bottom .card-title, .card-text-over-image.light-text .card-title, .light-text.card-text-over-image-bottom .card-title {
    color: #fff;
  }
  .card-text-over-image.cards-light-text .card-text, .cards-light-text.card-text-over-image-bottom .card-text, .card-text-over-image.card-light-text .card-text, .card-light-text.card-text-over-image-bottom .card-text, .card-text-over-image.light-text .card-text, .light-text.card-text-over-image-bottom .card-text {
    color: #fff;
  }
  .card-text-over-image.cards-light-text .card-link, .cards-light-text.card-text-over-image-bottom .card-link, .card-text-over-image.card-light-text .card-link, .card-light-text.card-text-over-image-bottom .card-link, .card-text-over-image.light-text .card-link, .light-text.card-text-over-image-bottom .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.cards-light-text .card-link:hover, .cards-light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.cards-light-text .card-link:active, .cards-light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.cards-light-text .card-link:focus, .cards-light-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.light-text .card-link:hover, .light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.light-text .card-link:active, .light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.light-text .card-link:focus, .light-text.card-text-over-image-bottom .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image.cards-light-text .card-link.btn-secondary, .cards-light-text.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.card-light-text .card-link.btn-secondary, .card-light-text.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.light-text .card-link.btn-secondary, .light-text.card-text-over-image-bottom .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.cards-light-text .card-link.btn-secondary:hover, .cards-light-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.cards-light-text .card-link.btn-secondary:active, .cards-light-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.cards-light-text .card-link.btn-secondary:focus, .cards-light-text.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.card-light-text .card-link.btn-secondary:hover, .card-light-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-light-text .card-link.btn-secondary:active, .card-light-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-light-text .card-link.btn-secondary:focus, .card-light-text.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.light-text .card-link.btn-secondary:hover, .light-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.light-text .card-link.btn-secondary:active, .light-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.light-text .card-link.btn-secondary:focus, .light-text.card-text-over-image-bottom .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.cards-dark-text .card-title, .cards-dark-text.card-text-over-image-bottom .card-title, .card-text-over-image.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom .card-title, .card-text-over-image.dark-text .card-title, .dark-text.card-text-over-image-bottom .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.cards-dark-text .card-text, .cards-dark-text.card-text-over-image-bottom .card-text, .card-text-over-image.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom .card-text, .card-text-over-image.dark-text .card-text, .dark-text.card-text-over-image-bottom .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.cards-dark-text .card-link, .cards-dark-text.card-text-over-image-bottom .card-link, .card-text-over-image.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom .card-link, .card-text-over-image.dark-text .card-link, .dark-text.card-text-over-image-bottom .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image.cards-dark-text .card-link:hover, .cards-dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.cards-dark-text .card-link:active, .cards-dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.cards-dark-text .card-link:focus, .cards-dark-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.dark-text .card-link:active, .dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image.cards-dark-text .card-link.btn-secondary, .cards-dark-text.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.card-dark-text .card-link.btn-secondary, .card-dark-text.card-text-over-image-bottom .card-link.btn-secondary, .card-text-over-image.dark-text .card-link.btn-secondary, .dark-text.card-text-over-image-bottom .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image.cards-dark-text .card-link.btn-secondary:hover, .cards-dark-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.cards-dark-text .card-link.btn-secondary:active, .cards-dark-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.cards-dark-text .card-link.btn-secondary:focus, .cards-dark-text.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.card-dark-text .card-link.btn-secondary:hover, .card-dark-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.card-dark-text .card-link.btn-secondary:active, .card-dark-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.card-dark-text .card-link.btn-secondary:focus, .card-dark-text.card-text-over-image-bottom .card-link.btn-secondary:focus, .card-text-over-image.dark-text .card-link.btn-secondary:hover, .dark-text.card-text-over-image-bottom .card-link.btn-secondary:hover, .card-text-over-image.dark-text .card-link.btn-secondary:active, .dark-text.card-text-over-image-bottom .card-link.btn-secondary:active, .card-text-over-image.dark-text .card-link.btn-secondary:focus, .dark-text.card-text-over-image-bottom .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image .card:hover .card-body, .card-text-over-image-bottom .card:hover .card-body {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .card-text-over-image-bottom .card-body {
    bottom: 0;
    height: auto;
  }
}

.card-text-over-image-hover .card, .card-text-over-image-bottom-hover .card {
  position: relative;
}
@media (min-width: 1023.98px) {
  .card-text-over-image-hover .card-image, .card-text-over-image-bottom-hover .card-image,
  .card-text-over-image-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom-hover .s2_sub_card__sub-card-image {
    height: 100% !important;
  }
  .card-text-over-image-hover figure img, .card-text-over-image-bottom-hover figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body {
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out opacity;
  }
  .card-text-over-image-hover .card-text-group, .card-text-over-image-bottom-hover .card-text-group {
    max-width: 700px;
  }
  .card-text-over-image-hover .card-link, .card-text-over-image-bottom-hover .card-link {
    flex: 0 0 auto;
    align-self: auto;
  }
  .card-text-over-image-hover.dark-bg-light-text, .dark-bg-light-text.card-text-over-image-bottom-hover {
    background: rgba(0, 0, 0, 0.7);
  }
  .card-text-over-image-hover.light-bg-dark-text, .light-bg-dark-text.card-text-over-image-bottom-hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image-hover.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom-hover .card-body {
    background: transparent;
  }
  .card-text-over-image-hover.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:active, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-light-text .card-title, .cards-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-text .card-title, .card-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.light-text .card-title, .light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.cards-dark-text .card-title, .cards-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.dark-text .card-title, .dark-text.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.cards-light-text .card-text, .cards-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-text .card-text, .card-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.light-text .card-text, .light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.cards-dark-text .card-text, .cards-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.dark-text .card-text, .dark-text.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.cards-light-text .card-link, .cards-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-text .card-link, .card-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.light-text .card-link, .light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.cards-dark-text .card-link, .cards-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.dark-text .card-link, .dark-text.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-light-text .card-link:hover, .cards-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.cards-light-text .card-link:active, .cards-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.cards-light-text .card-link:focus, .cards-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.light-text .card-link:hover, .light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.light-text .card-link:active, .light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.light-text .card-link:focus, .light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.cards-dark-text .card-link:hover, .cards-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.cards-dark-text .card-link:active, .cards-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.cards-dark-text .card-link:focus, .cards-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.dark-text .card-link:active, .dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image-hover.cards-light-text .card-link.btn-secondary, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-light-text .card-link.btn-secondary, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.light-text .card-link.btn-secondary, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.dark-text .card-link.btn-secondary, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:hover, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:active, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:focus, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:hover, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:active, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:focus, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.light-text .card-link.btn-secondary:hover, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.light-text .card-link.btn-secondary:active, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.light-text .card-link.btn-secondary:focus, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:hover, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:active, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:focus, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:active, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.dark-text .card-link.btn-secondary:hover, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.dark-text .card-link.btn-secondary:active, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.dark-text .card-link.btn-secondary:focus, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}
@media (min-width: 1024.98px) {
  .card-text-over-image-hover .card-image, .card-text-over-image-bottom-hover .card-image,
  .card-text-over-image-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-hover figure,
  .card-text-over-image-bottom-hover figure {
    height: 100% !important;
  }
  .card-text-over-image-hover.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom-hover .card-body {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image-hover.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-overlay-light .card-link.btn-secondary:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:active, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-bg .card-link.btn-secondary:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom-hover .card-body {
    background: rgba(0, 0, 0, 0.7);
  }
  .card-text-over-image-hover.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom-hover .card-title {
    color: #fff;
  }
  .card-text-over-image-hover.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom-hover .card-text {
    color: #fff;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-overlay-dark .card-link.btn-secondary:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-bg .card-link.btn-secondary:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-light-text .card-title, .cards-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-text .card-title, .card-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.light-text .card-title, .light-text.card-text-over-image-bottom-hover .card-title {
    color: #fff;
  }
  .card-text-over-image-hover.cards-light-text .card-text, .cards-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-text .card-text, .card-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.light-text .card-text, .light-text.card-text-over-image-bottom-hover .card-text {
    color: #fff;
  }
  .card-text-over-image-hover.cards-light-text .card-link, .cards-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-text .card-link, .card-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.light-text .card-link, .light-text.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-light-text .card-link:hover, .cards-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.cards-light-text .card-link:active, .cards-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.cards-light-text .card-link:focus, .cards-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.light-text .card-link:hover, .light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.light-text .card-link:active, .light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.light-text .card-link:focus, .light-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
  }
  .card-text-over-image-hover.cards-light-text .card-link.btn-secondary, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-light-text .card-link.btn-secondary, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.light-text .card-link.btn-secondary, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:hover, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:active, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.cards-light-text .card-link.btn-secondary:focus, .cards-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:hover, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:active, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-text .card-link.btn-secondary:focus, .card-light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.light-text .card-link.btn-secondary:hover, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.light-text .card-link.btn-secondary:active, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.light-text .card-link.btn-secondary:focus, .light-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-dark-text .card-title, .cards-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.dark-text .card-title, .dark-text.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.cards-dark-text .card-text, .cards-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.dark-text .card-text, .dark-text.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.cards-dark-text .card-link, .cards-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.dark-text .card-link, .dark-text.card-text-over-image-bottom-hover .card-link {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover.cards-dark-text .card-link:hover, .cards-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.cards-dark-text .card-link:active, .cards-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.cards-dark-text .card-link:focus, .cards-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.dark-text .card-link:active, .dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary, .card-text-over-image-hover.dark-text .card-link.btn-secondary, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary {
    background: #000;
    color: #fff !important;
    border-color: #000;
  }
  .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:hover, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:active, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.cards-dark-text .card-link.btn-secondary:focus, .cards-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:active, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-text .card-link.btn-secondary:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus, .card-text-over-image-hover.dark-text .card-link.btn-secondary:hover, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:hover, .card-text-over-image-hover.dark-text .card-link.btn-secondary:active, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:active, .card-text-over-image-hover.dark-text .card-link.btn-secondary:focus, .dark-text.card-text-over-image-bottom-hover .card-link.btn-secondary:focus {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body {
    opacity: 0;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .card-text-over-image-bottom-hover .card-body {
    bottom: 0;
    height: auto;
  }
}

.section-cards.text-center .intro .section-title, .section-cards.text-center .intro .related-articles-home h2, .related-articles-home .section-cards.text-center .intro h2,
.section-cards.text-center .intro .related-articles h2,
.related-articles .section-cards.text-center .intro h2, .section-cards.text-center .intro .view-clients-home h2, .view-clients-home .section-cards.text-center .intro h2,
.section-cards.text-center .intro .section-body,
.section-cards.text-center .card-title,
.section-cards.text-center .s2_sub_card__sub-card-title,
.section-cards.text-center .card-text {
  text-align: center !important;
}
.section-cards.text-left .intro .section-title, .section-cards.text-left .intro .related-articles-home h2, .related-articles-home .section-cards.text-left .intro h2,
.section-cards.text-left .intro .related-articles h2,
.related-articles .section-cards.text-left .intro h2, .section-cards.text-left .intro .view-clients-home h2, .view-clients-home .section-cards.text-left .intro h2,
.section-cards.text-left .intro .section-body,
.section-cards.text-left .card-title,
.section-cards.text-left .s2_sub_card__sub-card-title,
.section-cards.text-left .card-text {
  text-align: left !important;
}
.section-cards.text-right .intro .section-title, .section-cards.text-right .intro .related-articles-home h2, .related-articles-home .section-cards.text-right .intro h2,
.section-cards.text-right .intro .related-articles h2,
.related-articles .section-cards.text-right .intro h2, .section-cards.text-right .intro .view-clients-home h2, .view-clients-home .section-cards.text-right .intro h2,
.section-cards.text-right .intro .section-body,
.section-cards.text-right .card-title,
.section-cards.text-right .s2_sub_card__sub-card-title,
.section-cards.text-right .card-text {
  text-align: right !important;
}

.section-cards.card-text-center .card-title,
.section-cards.card-text-center .s2_sub_card__sub-card-title,
.section-cards.card-text-center .card-text {
  text-align: center !important;
}
.section-cards.card-text-left .card-title,
.section-cards.card-text-left .s2_sub_card__sub-card-title,
.section-cards.card-text-left .card-text {
  text-align: left !important;
}
.section-cards.card-text-right .card-title,
.section-cards.card-text-right .s2_sub_card__sub-card-title,
.section-cards.card-text-right .card-text {
  text-align: right !important;
}
.section-cards .card-item.card-text-center .card-title,
.section-cards .card-item.card-text-center .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-center .card-text {
  text-align: center !important;
}
.section-cards .card-item.card-text-left .card-title,
.section-cards .card-item.card-text-left .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-left .card-text {
  text-align: left !important;
}
.section-cards .card-item.card-text-right .card-title,
.section-cards .card-item.card-text-right .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-right .card-text {
  text-align: right !important;
}

.section-cards.intro-text-center .intro .section-title, .section-cards.intro-text-center .intro .related-articles-home h2, .related-articles-home .section-cards.intro-text-center .intro h2,
.section-cards.intro-text-center .intro .related-articles h2,
.related-articles .section-cards.intro-text-center .intro h2, .section-cards.intro-text-center .intro .view-clients-home h2, .view-clients-home .section-cards.intro-text-center .intro h2,
.section-cards.intro-text-center .intro .intro-body {
  text-align: center !important;
}
.section-cards.intro-text-left .intro .section-title, .section-cards.intro-text-left .intro .related-articles-home h2, .related-articles-home .section-cards.intro-text-left .intro h2,
.section-cards.intro-text-left .intro .related-articles h2,
.related-articles .section-cards.intro-text-left .intro h2, .section-cards.intro-text-left .intro .view-clients-home h2, .view-clients-home .section-cards.intro-text-left .intro h2,
.section-cards.intro-text-left .intro .intro-body {
  text-align: left !important;
}
.section-cards.intro-text-right .intro .section-title, .section-cards.intro-text-right .intro .related-articles-home h2, .related-articles-home .section-cards.intro-text-right .intro h2,
.section-cards.intro-text-right .intro .related-articles h2,
.related-articles .section-cards.intro-text-right .intro h2, .section-cards.intro-text-right .intro .view-clients-home h2, .view-clients-home .section-cards.intro-text-right .intro h2,
.section-cards.intro-text-right .intro .intro-body {
  text-align: right !important;
}

.section-cards.card-title-center .card-title,
.section-cards.card-title-center .s2_sub_card__sub-card-title {
  text-align: center !important;
}
.section-cards.card-title-left .card-title,
.section-cards.card-title-left .s2_sub_card__sub-card-title {
  text-align: left !important;
}
.section-cards.card-title-right .card-title,
.section-cards.card-title-right .s2_sub_card__sub-card-title {
  text-align: right !important;
}
.section-cards .card-item.card-title-center .card-title,
.section-cards .card-item.card-title-center .s2_sub_card__sub-card-title {
  text-align: center !important;
}
.section-cards .card-item.card-title-left .card-title,
.section-cards .card-item.card-title-left .s2_sub_card__sub-card-title {
  text-align: left !important;
}
.section-cards .card-item.card-title-right .card-title,
.section-cards .card-item.card-title-right .s2_sub_card__sub-card-title {
  text-align: right !important;
}

.section-cards.card-body-center .card-text {
  text-align: center !important;
}
.section-cards.card-body-left .card-text {
  text-align: left !important;
}
.section-cards.card-body-right .card-text {
  text-align: right !important;
}
.section-cards .card-item.card-body-center .card-text {
  text-align: center !important;
}
.section-cards .card-item.card-body-left .card-text {
  text-align: left !important;
}
.section-cards .card-item.card-body-right .card-text {
  text-align: right !important;
}

.section-cards.card-transparent-bg .card {
  background-color: transparent;
}
.section-cards .card-item.card-transparent-bg .card {
  background-color: transparent;
}

.page-catalog-item {
  background: #fff;
}
@media (max-width: 767.98px) {
  .page-catalog-item {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-catalog-item {
    padding: 5vw 0 8vw 0;
  }
}
.page-catalog-item .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-catalog-item h1.page-title,
.page-catalog-item h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
.page-catalog-item.paragraph--type--catalog-item {
  padding: 8vw 0;
  position: relative;
  border-bottom: none;
}
.page-catalog-item.paragraph--type--catalog-item h2.section-title, .page-catalog-item.paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .page-catalog-item.paragraph--type--catalog-item h2,
.page-catalog-item.paragraph--type--catalog-item .related-articles h2,
.related-articles .page-catalog-item.paragraph--type--catalog-item h2, .page-catalog-item.paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .page-catalog-item.paragraph--type--catalog-item h2 {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .page-catalog-item.paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:first-child {
  margin-top: 0;
}
.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}

.back-to-catalog-page {
  display: flex;
  justify-content: center;
}
.back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: #f1f4f7;
  padding: 6px 16px;
  color: rgb(0, 0, 0);
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}

.paragraph--type--catalog-item {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}
.paragraph--type--catalog-item h2.section-title, .paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item h2,
.paragraph--type--catalog-item .related-articles h2,
.related-articles .paragraph--type--catalog-item h2, .paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item h2.section-title, .paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item h2,
  .paragraph--type--catalog-item .related-articles h2,
  .related-articles .paragraph--type--catalog-item h2, .paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item h2.section-title, .paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item h2,
  .paragraph--type--catalog-item .related-articles h2,
  .related-articles .paragraph--type--catalog-item h2, .paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item h2.section-title, .paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item h2,
  .paragraph--type--catalog-item .related-articles h2,
  .related-articles .paragraph--type--catalog-item h2, .paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item h2 {
    font-size: 45px;
  }
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2,
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
.related-articles .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2 {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.2s ease-in all;
  border: 0px solid #ccc;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2, .related-articles-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2,
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles h2,
  .related-articles .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2, .view-clients-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2 {
    font-size: 30px;
  }
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title:hover, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles-home h2:hover, .related-articles-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2:hover,
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .related-articles h2:hover,
.related-articles .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2:hover, .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) .view-clients-home h2:hover, .view-clients-home .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2:hover {
  color: #9c112b;
  text-decoration: underline;
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video):hover {
  color: #9c112b;
  text-decoration: underline;
}
.paragraph--type--catalog-item .subtitle {
  color: rgb(0, 0, 0);
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--catalog-item .catalog_item__catalog-item-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--catalog-item .catalog_item__catalog-item-link {
  margin-top: 1.5rem;
  margin-bottom: 15px;
}
.paragraph--type--catalog-item .catalog_item__catalog-item-link a {
  display: block;
}
.paragraph--type--catalog-item .btn.standalone-page-link, .paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.standalone-page-link, .album-wrapper .musical_album__album-purchase-link .paragraph--type--catalog-item a.standalone-page-link, .paragraph--type--catalog-item .section-contact-form form button.standalone-page-link, .section-contact-form form .paragraph--type--catalog-item button.standalone-page-link, .paragraph--type--catalog-item .standalone-page-link.modal-trigger--video, .paragraph--type--catalog-item .section-alert .alert .feature-box-button a.standalone-page-link, .section-alert .alert .feature-box-button .paragraph--type--catalog-item a.standalone-page-link {
  margin-top: 1.5rem;
}
.paragraph--type--catalog-item .catalog-item-description {
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-description {
    font-size: 0.8em;
  }
}
.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}
.paragraph--type--catalog-item .catalog-item-link {
  margin: 2.5em 0;
  display: inline-block;
}
.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: underline;
}

.dark-text.paragraph--type--catalog-item .section-title, .dark-text.paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .dark-text.paragraph--type--catalog-item h2,
.dark-text.paragraph--type--catalog-item .related-articles h2,
.related-articles .dark-text.paragraph--type--catalog-item h2, .dark-text.paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .dark-text.paragraph--type--catalog-item h2,
.dark-text.paragraph--type--catalog-item a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-description {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:hover, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:active, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:focus, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:focus, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:focus, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  color: #E82B4E !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
  color: #9c112b !important;
}

.paragraph--type--catalog-item.light-bg {
  background: #fff !important;
}

.paragraph--type--catalog-item.dark-bg {
  background: #000 !important;
}

.light-text.paragraph--type--catalog-item .section-title, .light-text.paragraph--type--catalog-item .related-articles-home h2, .related-articles-home .light-text.paragraph--type--catalog-item h2,
.light-text.paragraph--type--catalog-item .related-articles h2,
.related-articles .light-text.paragraph--type--catalog-item h2, .light-text.paragraph--type--catalog-item .view-clients-home h2, .view-clients-home .light-text.paragraph--type--catalog-item h2,
.light-text.paragraph--type--catalog-item a.standalone-page-link h2.section-title {
  color: #fff !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-description {
  color: #fff !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:hover, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:active, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:active, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:active, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:focus, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:focus, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:focus, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:active, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.light-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  color: #E82B4E !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
  color: #f2879b !important;
}

@media (max-width: 575.98px) {
  .light-text.dark-text-mobile .section-title, .light-text.dark-text-mobile .related-articles-home h2, .related-articles-home .light-text.dark-text-mobile h2,
  .light-text.dark-text-mobile .related-articles h2,
  .related-articles .light-text.dark-text-mobile h2, .light-text.dark-text-mobile .view-clients-home h2, .view-clients-home .light-text.dark-text-mobile h2 {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .catalog-item-description {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .catalog-item-link.btn-primary, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video, .light-text.dark-text-mobile .catalog-item-link.btn-secondary {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.dark-text-mobile .catalog-item-link.btn-primary:hover, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:hover, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:hover, .light-text.dark-text-mobile .catalog-item-link.btn-primary:active, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:active, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:active, .light-text.dark-text-mobile .catalog-item-link.btn-primary:focus, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:focus, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:focus, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:hover, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:active, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .light-text.dark-text-mobile .catalog-item-link:not(.btn):not(.modal-trigger--video) {
    color: #E82B4E !important;
  }
  .light-text.dark-text-mobile .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
    color: #9c112b !important;
  }
}

.section-contact-form.paragraph--view-mode--contact-form-1 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.section-contact-form.paragraph--view-mode--contact-form-2 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.section-contact-form {
  background: transparent;
}
.section-contact-form .intro .section-title, .section-contact-form .intro .related-articles-home h2, .related-articles-home .section-contact-form .intro h2,
.section-contact-form .intro .related-articles h2,
.related-articles .section-contact-form .intro h2, .section-contact-form .intro .view-clients-home h2, .view-clients-home .section-contact-form .intro h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-contact-form .intro .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-contact-form .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-contact-form .contact-detail i {
  flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}
.section-contact-form .contact-detail p {
  margin: 0;
}
.section-contact-form .contact-detail span.country {
  display: none;
}
.section-contact-form .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.125em;
}
.section-contact-form form {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.section-contact-form form input {
  margin: 10px 0;
  padding: 10px;
  border: 0;
  width: 100%;
  background: #fff;
}
.section-contact-form form textarea {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  margin: 10px 0px;
  padding: 10px;
  border: 0;
  background: #fff;
}
.section-contact-form form button {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 0;
}
.section-contact-form form button:hover, .section-contact-form form button:active, .section-contact-form form button:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.section-contact-form.light-bg-dark-text {
  background: #fff;
}
.section-contact-form.light-bg-dark-text .intro .section-title, .section-contact-form.light-bg-dark-text .intro .related-articles-home h2, .related-articles-home .section-contact-form.light-bg-dark-text .intro h2,
.section-contact-form.light-bg-dark-text .intro .related-articles h2,
.related-articles .section-contact-form.light-bg-dark-text .intro h2, .section-contact-form.light-bg-dark-text .intro .view-clients-home h2, .view-clients-home .section-contact-form.light-bg-dark-text .intro h2 {
  color: rgba(0, 0, 0, 0.8);
}
.section-contact-form.light-bg-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-contact-form.light-bg-dark-text .intro .intro-body a {
  color: #E82B4E;
}
.section-contact-form.light-bg-dark-text .intro .intro-body a:hover {
  color: #9c112b;
}
.section-contact-form.dark-bg-light-text {
  background: #000;
}
.section-contact-form.dark-bg-light-text .intro .section-title, .section-contact-form.dark-bg-light-text .intro .related-articles-home h2, .related-articles-home .section-contact-form.dark-bg-light-text .intro h2,
.section-contact-form.dark-bg-light-text .intro .related-articles h2,
.related-articles .section-contact-form.dark-bg-light-text .intro h2, .section-contact-form.dark-bg-light-text .intro .view-clients-home h2, .view-clients-home .section-contact-form.dark-bg-light-text .intro h2 {
  color: #fff;
}
.section-contact-form.dark-bg-light-text .intro .intro-body {
  color: #fff;
}
.section-contact-form.dark-bg-light-text .intro .intro-body a {
  color: #E82B4E;
}
.section-contact-form.dark-bg-light-text .intro .intro-body a:hover {
  color: #f2879b;
}

.section-elfsight-widget {
  background: transparent;
  overflow: hidden;
}
.section-elfsight-widget .intro .section-title, .section-elfsight-widget .intro .related-articles-home h2, .related-articles-home .section-elfsight-widget .intro h2,
.section-elfsight-widget .intro .related-articles h2,
.related-articles .section-elfsight-widget .intro h2, .section-elfsight-widget .intro .view-clients-home h2, .view-clients-home .section-elfsight-widget .intro h2 {
  text-align: center;
}
.section-elfsight-widget .intro .intro-body {
  text-align: center;
}
.section-elfsight-widget .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-custom-text .footer_section__footer-message {
    align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-1 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-custom-text .footer_section__footer-message {
    align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-2 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-3 .footer-col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text {
  font-size: 14px;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer.paragraph--view-mode--footer-3 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-4 {
  padding: 30px 5vw;
}
.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -50px;
}
.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper a.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.section-footer.paragraph--view-mode--footer-4 .footer-row-1 {
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    align-items: center;
    justify-content: flex-start;
  }
}
.section-footer.paragraph--view-mode--footer-4 .footer-logo {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-company-name {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text {
  font-size: 14px;
  text-align: right;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message p {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-4 .copyright {
    margin: 0;
  }
}

.section-footer {
  color: #ccc;
  background: #000;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-footer {
    padding: 15vw 15px;
  }
}
@media (min-width: 992px) {
  .section-footer {
    padding: 5vw;
  }
}
.section-footer .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 3;
}
.section-footer .back-to-top-wrapper a.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #E82B4E;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
}
.section-footer .back-to-top-wrapper a.back-to-top:hover {
  background-color: #fff;
  color: #E82B4E;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.section-footer .row {
  justify-content: space-between;
}
.section-footer .footer-logo {
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-footer .footer-logo {
    margin: 0 auto 20px;
  }
}
.section-footer .footer-logo img {
  width: 200px;
}
.section-footer .footer-company-name {
  font-size: 20px;
  font-weight: 800;
}
.section-footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.section-footer a {
  color: #fefc53;
}
.section-footer a:hover {
  color: #fefd9f;
}
.section-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.section-footer .footer-contact-info {
  font-size: 14px;
}
.section-footer .footer-contact-company-name {
  font-weight: bold;
}
.section-footer .address span,
.section-footer .phone span,
.section-footer .fax span,
.section-footer .email span {
  min-width: 55px;
}
.section-footer .address {
  margin-bottom: 10px;
}
.section-footer .address span.administrative-area {
  min-width: auto;
  margin-right: 0.2em;
}
.section-footer .footer-custom-text {
  font-size: 14px;
}
.section-footer .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-footer .footer-custom-text .footer_section__footer-message {
    align-items: flex-start;
  }
}
.section-footer .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer .copyright {
  font-size: 14px;
  margin: 1rem 0;
  color: #ccc;
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer .copyright {
    text-align: left;
  }
}
.section-footer .copyright a {
  color: #fefc53;
}
.section-footer .copyright a:hover {
  color: #fefd9f;
}
.section-footer .made-with {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer .made-with {
    text-align: right;
  }
}

.section-general-embed {
  background: transparent;
}
.section-general-embed .intro .section-title, .section-general-embed .intro .related-articles-home h2, .related-articles-home .section-general-embed .intro h2,
.section-general-embed .intro .related-articles h2,
.related-articles .section-general-embed .intro h2, .section-general-embed .intro .view-clients-home h2, .view-clients-home .section-general-embed .intro h2 {
  text-align: center;
}
.section-general-embed .intro .intro-body {
  text-align: center;
}
.section-general-embed .embed-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5vw;
}
@media (max-width: 575.98px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
.section-general-embed.video-embed {
  padding: 8vw 8vw;
  background: transparent;
}
.section-general-embed.video-embed .embed-wrapper {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.section-general-embed.video-embed .embed-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-general-embed.light-bg-dark-text {
  background: #fff;
}
.section-general-embed.light-bg-dark-text .section-title, .section-general-embed.light-bg-dark-text .related-articles-home h2, .related-articles-home .section-general-embed.light-bg-dark-text h2,
.section-general-embed.light-bg-dark-text .related-articles h2,
.related-articles .section-general-embed.light-bg-dark-text h2, .section-general-embed.light-bg-dark-text .view-clients-home h2, .view-clients-home .section-general-embed.light-bg-dark-text h2 {
  color: rgba(0, 0, 0, 0.8);
}
.section-general-embed.light-bg-dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-general-embed.light-bg-dark-text .intro-body a {
  color: #E82B4E;
}
.section-general-embed.light-bg-dark-text .intro-body a:hover {
  color: #9c112b;
}
.section-general-embed.dark-bg-light-text {
  background: #000;
}
.section-general-embed.dark-bg-light-text .section-title, .section-general-embed.dark-bg-light-text .related-articles-home h2, .related-articles-home .section-general-embed.dark-bg-light-text h2,
.section-general-embed.dark-bg-light-text .related-articles h2,
.related-articles .section-general-embed.dark-bg-light-text h2, .section-general-embed.dark-bg-light-text .view-clients-home h2, .view-clients-home .section-general-embed.dark-bg-light-text h2 {
  color: #fff;
}
.section-general-embed.dark-bg-light-text .intro-body {
  color: #fff;
}
.section-general-embed.dark-bg-light-text .intro-body a {
  color: #E82B4E;
}
.section-general-embed.dark-bg-light-text .intro-body a:hover {
  color: #f2879b;
}

@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

.navbar {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container,
.navbar .container-fluid {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    justify-content: space-between;
  }
}

.navbar-brand-wrapper {
  flex: 1 1 auto;
}

.navbar-nav {
  text-transform: capitalize;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}
.navbar-nav .nav-link {
  color: #fff;
  font-family: "Playfair Display", serif;
  padding: 0.75rem 15px !important;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.75rem 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #E82B4E;
}
.navbar-nav .nav-link:active {
  color: #fff;
  background-color: #E82B4E;
}

.navbar-collapse {
  background: #000;
  width: 100%;
  margin: 0 -30px;
  order: 4;
}

@media (max-width: 767.98px) {
  .navbar .container,
  .navbar .container-fluid {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    padding: 15px 30px;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    position: absolute;
    top: 15px;
    right: 30px;
    border: 0;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: flex-start;
    order: 1;
    flex: 1 1 auto;
    max-width: calc(50% - 200px / 2);
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    flex: 0 0 auto;
    order: 2;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
  }
  .navbar .social_links__social-links-list {
    max-width: calc(50% - 200px / 2);
    flex: 1 1 auto;
    order: 3;
    justify-self: flex-end;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

@media (min-width: 992px) {
  .header-socials-mobile {
    display: none;
  }
}

.header-socials-desktop {
  order: 3;
  flex: 1 1 auto;
  justify-self: flex-end;
}
@media (max-width: 767.98px) {
  .header-socials-desktop {
    display: none !important;
  }
}
.header-socials-desktop .social_links__social-links-list {
  max-width: 100%;
}

#site-header {
  z-index: 100;
}
#site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.navbar {
  z-index: 100;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .navbar {
    min-height: 67px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar .container,
  .navbar .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  padding: 0;
  width: 38px;
  height: 36px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}
.navbar .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.navbar .cart-button-wrapper {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(50, 50, 50, 0.3);
  display: flex;
  order: 4;
}
@media (max-width: 767.98px) {
  .navbar .cart-button-wrapper {
    overflow: hidden;
    border: 0;
    margin: 0 20px 0 0;
    padding: 0;
    order: 2;
  }
}
@media (min-width: 992px) {
  .navbar .cart-button-wrapper {
    height: 40px;
  }
}
.navbar button.snipcart-checkout {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar button.snipcart-checkout .cart-icon-item-number {
  padding: 4px 8px;
  background: transparent;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number {
    padding: 5px 0;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navbar button.snipcart-checkout .cart-icon-item-number i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number i {
    font-size: 15px;
    margin-right: 5px;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number .snipcart-items-count {
  font-family: sans-serif;
  padding: 5px 6px 5px;
  background: #E82B4E;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}

.navbar-brand-wrapper {
  flex: 1 1 auto;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 200px;
  }
}
.navbar-brand img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}
@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 10px 0;
  }
}
.navbar-brand .site-name {
  font-family: "Playfair Display", serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .navbar-brand .site-name {
    font-size: 20px;
    min-height: 47px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand .site-name {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .navbar-brand .site-name {
    font-size: 25px;
  }
}

.navbar .navbar-nav {
  text-transform: capitalize;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-family: "Playfair Display", serif;
  padding: 0.75rem 15px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 22px;
    padding: 0.75rem 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 24px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #E82B4E;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #E82B4E;
  }
}
.navbar .navbar-nav .nav-link:active {
  color: #E82B4E;
  background-color: #f1f4f7;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link:active {
    color: #fff;
    background-color: #E82B4E;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background: #000;
    width: 100%;
    margin: 0 -15px;
    order: 4;
  }
}

.info-bar,
.mobile-info-bar {
  width: 100%;
  background-color: #f2f2f2;
  color: rgb(0, 0, 0);
  font-size: 12px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 101;
  position: relative;
}
@media (max-width: 575.98px) {
  .info-bar,
  .mobile-info-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 50px;
    background-color: #f2f2f2;
  }
  .info-bar .value,
  .mobile-info-bar .value {
    display: none;
  }
}
.info-bar a,
.mobile-info-bar a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.info-bar .phone,
.info-bar .email,
.info-bar .address,
.mobile-info-bar .phone,
.mobile-info-bar .email,
.mobile-info-bar .address {
  padding: 0 15px;
}
.info-bar .phone:hover,
.info-bar .email:hover,
.info-bar .address:hover,
.mobile-info-bar .phone:hover,
.mobile-info-bar .email:hover,
.mobile-info-bar .address:hover {
  background-color: #f8f9fa;
  color: #fff;
}
.info-bar .contact-icon,
.mobile-info-bar .contact-icon {
  margin-right: 8px;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .info-bar .contact-icon,
  .mobile-info-bar .contact-icon {
    margin: 0;
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  #site-header .info-bar {
    display: none;
  }
}

@media (min-width: 576px) {
  .mobile-info-bar {
    display: none;
  }
}

.section-hero.hero-1-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-1-col .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-2-col .hero-content-wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    align-items: center;
    gap: 5vw;
  }
}
.section-hero.hero-2-col .hero-logo-wrapper {
  order: 1;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 40vw;
    margin-right: 5vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 30vw;
  }
}
.section-hero.hero-2-col .hero-title-wrapper {
  order: 2;
  flex: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2col-text-left .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-2col-text-left .hero-content-wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-logo-wrapper {
    order: 2;
  }
  .section-hero.hero-2col-text-left .hero-title-wrapper {
    order: 1;
    margin-right: 5vw;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2-col-section {
  min-height: auto;
  background: transparent;
  height: auto;
  padding: 0;
}
.section-hero.hero-2-col-section .hero-wrapper {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-wrapper {
    flex-direction: column;
  }
}
.section-hero.hero-2-col-section .hero-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 50%;
  }
}
.section-hero.hero-2-col-section .hero-image .hero_section__hero-image {
  display: flex;
  align-items: center;
}
.section-hero.hero-2-col-section .hero-image figure {
  margin: 0;
}
.section-hero.hero-2-col-section .hero-content-wrapper {
  flex-direction: column;
  padding: 8vw 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.section-hero.hero-2-col-section .hero-title-wrapper {
  max-width: 100%;
}
.section-hero.hero-2-col-section .hero-overlay {
  background: transparent;
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-overlay {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
.section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
  min-height: calc(70vh - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero.hero-left-text-right-image .hero-image {
  order: 2;
}
.section-hero.hero-left-text-right-image .hero-content-wrapper {
  order: 1;
}

@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 1;
  min-height: calc(70vh - 80px);
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image.fixed {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image.fixed {
    background-size: cover;
  }
}
.hero-50-50-right-text-full.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.hero-50-50-right-text-full.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-right-text-full.section-hero .hero-overlay {
  background: transparent;
}

@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-margin.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 2;
  min-height: calc(70vh - 80px);
  margin: 3vw 2vw 2vw 0;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-margin.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 1 1 50vw;
  }
}
.hero-50-50-margin.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-margin.section-hero .hero-overlay {
  background: transparent;
}

.section-hero.hero-2-col-section {
  min-height: auto;
  background: transparent;
  height: auto;
  padding: 0;
}
.section-hero.hero-2-col-section .hero-wrapper {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-wrapper {
    flex-direction: column;
  }
}
.section-hero.hero-2-col-section .hero-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 50%;
  }
}
.section-hero.hero-2-col-section .hero-image .hero_section__hero-image {
  display: flex;
  align-items: center;
}
.section-hero.hero-2-col-section .hero-image figure {
  margin: 0;
}
.section-hero.hero-2-col-section .hero-content-wrapper {
  flex-direction: column;
  padding: 8vw 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.section-hero.hero-2-col-section .hero-title-wrapper {
  max-width: 100%;
}
.section-hero.hero-2-col-section .hero-overlay {
  background: transparent;
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-overlay {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
.section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
  min-height: calc(70vh - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-text-left-image .hero-image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-right-text-left-image .hero-image {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-text-left-image .hero-content-wrapper {
    order: 1;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-right-text-left-image .hero-content-wrapper {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 1;
  min-height: calc(70vh - 80px);
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image.fixed {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image.fixed {
    background-size: cover;
  }
}
.hero-50-50-right-text-full.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.hero-50-50-right-text-full.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-right-text-full.section-hero .hero-overlay {
  background: transparent;
}

@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-margin.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 2;
  min-height: calc(70vh - 80px);
  margin: 3vw 2vw 2vw 0;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-margin.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 1 1 50vw;
  }
}
.hero-50-50-margin.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-margin.section-hero .hero-overlay {
  background: transparent;
}

.section-hero {
  min-height: calc(70vh - 80px);
  background: transparent;
  height: auto;
  padding: 0;
}
@media (max-width: 575.98px) {
  .section-hero {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero .hero-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: calc(70vh - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}

.front .section-hero {
  min-height: calc(70vh - 80px);
}
@media (max-width: 575.98px) {
  .front .section-hero {
    min-height: calc(100vh - 67px);
  }
}
.front .section-hero .hero-wrapper {
  min-height: calc(70vh - 80px);
}
@media (max-width: 575.98px) {
  .front .section-hero .hero-wrapper {
    min-height: calc(100vh - 67px);
  }
}

.section-hero .mobile-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-hero .mobile-image-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-hero .mobile-image-wrapper {
    display: none;
  }
}
.section-hero .mobile-image-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-hero .no-effect {
  position: absolute;
  left: 0;
  top: 0;
}
.section-hero .parallax-item {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-hero .fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-hero .fixed {
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    height: 100vh;
    max-height: 812px;
  }
}
.section-hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575.98px) {
  .section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.section-hero .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: transparent;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .section-hero .hero-content-wrapper {
    padding: 4vw;
    max-width: 90vw;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-content-wrapper {
    max-width: 70vw;
    padding: 4vw;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-content-wrapper {
    max-width: 60vw;
    padding: 4vw;
    margin: 0;
  }
}
.section-hero .hero-logo-wrapper {
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 250px;
    width: 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 400px;
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-logo-wrapper {
    max-width: 600px;
    width: 30vw;
  }
}
.section-hero .hero-logo-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}
.section-hero .hero-title-wrapper .hero-heading {
  margin: 0 0 0.35em 0;
  padding: 0 0 0.35em 0;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: rgb(0, 0, 0);
  text-align: right;
  text-transform: none;
  border-bottom: 3px solid #E82B4E;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
.section-hero .hero-title-wrapper .hero-sub-heading {
  font-weight: normal;
  font-family: "Lato", sans-serif;
  margin: 0 0 1.5em 0;
  color: rgb(0, 0, 0);
  text-align: right;
  text-transform: none;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
.section-hero .hero-title-wrapper .hero-link {
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-minimal {
  min-height: auto;
  background-color: transparent;
  height: auto;
  padding: 5vw 40px;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal {
    height: auto;
    min-height: auto;
    padding: 40px 15px;
  }
}
.section-hero.hero-minimal .hero-overlay {
  display: none;
}
.section-hero.hero-minimal .bg-image {
  display: none;
}
.section-hero.hero-minimal .mobile-image-wrapper {
  display: none;
}
.section-hero.hero-minimal .hero-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-wrapper {
    height: auto;
    min-height: auto;
  }
}
.section-hero.hero-minimal .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-content-wrapper {
    max-width: 40vw;
  }
}
.section-hero.hero-minimal .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}
.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  color: rgb(0, 0, 0);
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 6vw, 85px);
  }
}
.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  margin: 0 0 1.5em 0;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: clamp(22px, 2vw, 30px);
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-1-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-1-col .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.dark-bg-light-text.section-hero {
  background: #000;
}
.dark-bg-light-text.section-hero .hero-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 575.98px) {
  .dark-bg-light-text.section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}
.dark-bg-light-text.section-hero .hero-heading {
  color: #fff;
}
.dark-bg-light-text.section-hero .hero-sub-heading {
  color: #fff;
}
.dark-bg-light-text.section-hero .hero-link a.btn, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-bg-light-text.section-hero .hero-link a.btn:hover, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a:hover, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video:hover, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a:hover, .dark-bg-light-text.section-hero .hero-link a.btn:active, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a:active, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video:active, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a:active, .dark-bg-light-text.section-hero .hero-link a.btn:focus, .dark-bg-light-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-hero .hero-link a:focus, .dark-bg-light-text.section-hero .hero-link a.modal-trigger--video:focus, .dark-bg-light-text.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-bg-light-text.section-hero .hero-link a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.light-bg-dark-text.section-hero {
  background: #fff;
}
.light-bg-dark-text.section-hero .hero-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .light-bg-dark-text.section-hero .hero-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg-dark-text.section-hero .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-hero .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-hero .hero-link a.btn, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-bg-dark-text.section-hero .hero-link a.btn:hover, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a:hover, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video:hover, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a:hover, .light-bg-dark-text.section-hero .hero-link a.btn:active, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a:active, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video:active, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a:active, .light-bg-dark-text.section-hero .hero-link a.btn:focus, .light-bg-dark-text.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-hero .hero-link a:focus, .light-bg-dark-text.section-hero .hero-link a.modal-trigger--video:focus, .light-bg-dark-text.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-bg-dark-text.section-hero .hero-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.overlay-dark .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.overlay-light .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.light-text.section-hero .hero-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #E82B4E;
}

.dark-text.section-hero .hero-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #E82B4E;
}

.text-wrapper-dark.section-hero .hero-title-wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding: 4vw;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .text-wrapper-dark.section-hero .hero-title-wrapper {
    background: rgba(0, 0, 0, 0.7);
  }
}
.text-wrapper-dark.section-hero .hero-heading {
  color: #fff;
}
.text-wrapper-dark.section-hero .hero-sub-heading {
  color: #fff;
}
.text-wrapper-dark.section-hero .hero-link a {
  color: #E82B4E;
}
.text-wrapper-dark.section-hero .hero-link a.btn, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.text-wrapper-dark.section-hero .hero-link a.btn:hover, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:hover, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:hover, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:hover, .text-wrapper-dark.section-hero .hero-link a.btn:active, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:active, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:active, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:active, .text-wrapper-dark.section-hero .hero-link a.btn:focus, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:focus, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:focus, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.text-wrapper-light.section-hero .hero-title-wrapper {
  background: rgba(255, 255, 255, 0.7);
  padding: 4vw;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .text-wrapper-light.section-hero .hero-title-wrapper {
    background: rgba(255, 255, 255, 0.7);
  }
}
.text-wrapper-light.section-hero .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.section-hero .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.section-hero .hero-link a {
  color: #E82B4E;
}
.text-wrapper-light.section-hero .hero-link a.btn, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.text-wrapper-light.section-hero .hero-link a.btn:hover, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:hover, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:hover, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:hover, .text-wrapper-light.section-hero .hero-link a.btn:active, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:active, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:active, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:active, .text-wrapper-light.section-hero .hero-link a.btn:focus, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:focus, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:focus, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.hero-content-wrapper-dark.section-hero .hero-content-wrapper {
  background: rgba(0, 0, 0, 0.7);
}

.hero-content-wrapper-light.section-hero .hero-content-wrapper {
  background: rgba(255, 255, 255, 0.7);
}

.hero-wrapper video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 575.98px) {
  .section-hero video {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-hero.show-mobile-video video {
    display: block;
  }
  .section-hero.show-mobile-video .mobile-image-wrapper {
    display: none;
  }
}

.section-image-not-bg {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-image-not-bg.img-width-25 figure {
    width: 25%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-30 figure {
    width: 30%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-40 figure {
    width: 40%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-50 figure {
    width: 50%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-60 figure {
    width: 60%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-70 figure {
    width: 70%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-75 figure {
    width: 75%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-80 figure {
    width: 80%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-90 figure {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .section-image-not-bg .story-block-inner {
    padding: 5vw 10vw;
  }
}
@media (min-width: 768px) {
  .section-image-not-bg .story-block-inner {
    padding: 8vw 8vw;
  }
}
.section-image-not-bg figure {
  margin: 0;
}

.section-slides-text {
  background: transparent;
}
.section-slides-text .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .section-slides-text .intro {
    padding-top: 10vw;
  }
}
@media (min-width: 992px) {
  .section-slides-text .intro {
    padding-top: 8vw;
  }
}
.section-slides-text .intro .section-title, .section-slides-text .intro .related-articles-home h2, .related-articles-home .section-slides-text .intro h2,
.section-slides-text .intro .related-articles h2,
.related-articles .section-slides-text .intro h2, .section-slides-text .intro .view-clients-home h2, .view-clients-home .section-slides-text .intro h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-slides-text .intro .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-slides-text .simple-slider {
  position: relative;
}
.section-slides-text .simple-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.section-slides-text .simple-slider .swiper-wrapper {
  height: auto;
}
.section-slides-text .simple-slider .swiper-slide {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    min-height: 90vh;
  }
}
@media (min-width: 768px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 50px 90px;
  }
}
.section-slides-text .simple-slider .swiper-slide.background-center-top {
  background-position: center top;
}
.section-slides-text .simple-slider .swiper-slide.background-center-bottom {
  background-position: center bottom;
}
.section-slides-text .simple-slider .swiper-slide.background-left-top {
  background-position: left top;
}
.section-slides-text .simple-slider .swiper-slide.background-left-center {
  background-position: left center;
}
.section-slides-text .simple-slider .swiper-slide.background-left-bottom {
  background-position: left bottom;
}
.section-slides-text .simple-slider .swiper-slide.background-right-top {
  background-position: right top;
}
.section-slides-text .simple-slider .swiper-slide.background-right-center {
  background-position: right center;
}
.section-slides-text .simple-slider .swiper-slide.background-right-bottom {
  background-position: right bottom;
}
.section-slides-text .simple-slider .swiper-button-next,
.section-slides-text .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-slides-text .simple-slider .swiper-button-next,
  .section-slides-text .simple-slider .swiper-button-prev {
    display: none;
  }
}
.section-slides-text .simple-slider .swiper-button-next:after,
.section-slides-text .simple-slider .swiper-button-prev:after {
  color: #fff;
}
.section-slides-text .simple-slider .swiper-pagination-bullet {
  background: #fff;
  margin: 0 6px;
  width: 20px;
  height: 20px;
}
.section-slides-text .simple-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.section-slides-text .image-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-slides-text .slide-content {
  max-width: 1000px;
  position: relative;
  color: rgb(0, 0, 0);
  z-index: 1;
  padding: 4vw;
  text-align: center;
}
@media (min-width: 992px) {
  .section-slides-text .slide-content {
    padding: 50px 90px;
  }
}
.section-slides-text .slide-title {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-slides-text .slide-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-slides-text .button-wrapper {
  margin-bottom: 0;
}
.section-slides-text .button-wrapper a.btn-block {
  display: inline-block;
  width: auto;
}

.dark-bg-light-text.section-slides-text .image-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 575.98px) {
  .dark-bg-light-text.section-slides-text .image-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}
.dark-bg-light-text.section-slides-text .slide-title {
  color: #fff;
}
.dark-bg-light-text.section-slides-text .slide-body {
  color: #fff;
}
.dark-bg-light-text.section-slides-text .button-wrapper a.btn, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-bg-light-text.section-slides-text .button-wrapper a.btn:hover, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:hover, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:hover, .dark-bg-light-text.section-slides-text .button-wrapper a.btn:active, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:active, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:active, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:active, .dark-bg-light-text.section-slides-text .button-wrapper a.btn:focus, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:focus, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:focus, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.light-bg-dark-text.section-slides-text .image-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .light-bg-dark-text.section-slides-text .image-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg-dark-text.section-slides-text .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-slides-text .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-slides-text .button-wrapper a.btn, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-bg-dark-text.section-slides-text .button-wrapper a.btn:hover, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:hover, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:hover, .light-bg-dark-text.section-slides-text .button-wrapper a.btn:active, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:active, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:active, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:active, .light-bg-dark-text.section-slides-text .button-wrapper a.btn:focus, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:focus, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:focus, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.section-slides-text.slide-text-wrapper-dark .slide-content,
.section-slides-text .slide-text-wrapper-dark .slide-content {
  background: #000;
  padding: 4vw;
  border-radius: 0;
  margin-bottom: 4vw;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-title,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-title {
  color: #fff;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body {
  color: #fff;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body a {
  color: #E82B4E;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body a:hover {
  color: #f2879b;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.section-slides-text.slide-text-wrapper-light .slide-content,
.section-slides-text .slide-text-wrapper-light .slide-content {
  background: #fff;
  padding: 4vw;
  border-radius: 0;
  margin-bottom: 4vw;
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-title,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body a {
  color: #E82B4E;
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body a:hover {
  color: #9c112b;
}
.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.section-slides-text.slide-text-light .slide-content .slide-title,
.section-slides-text .slide-text-light .slide-content .slide-title {
  color: #fff;
}
.section-slides-text.slide-text-light .slide-content .slide-body,
.section-slides-text .slide-text-light .slide-content .slide-body {
  color: #fff;
}
.section-slides-text.slide-text-light .slide-content .slide-body a,
.section-slides-text .slide-text-light .slide-content .slide-body a {
  color: #E82B4E;
}
.section-slides-text.slide-text-light .slide-content .slide-body a:hover,
.section-slides-text .slide-text-light .slide-content .slide-body a:hover {
  color: #f2879b;
}
.section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.section-slides-text.slide-text-dark .slide-content .slide-title,
.section-slides-text .slide-text-dark .slide-content .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-dark .slide-content .slide-body,
.section-slides-text .slide-text-dark .slide-content .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-dark .slide-content .slide-body a,
.section-slides-text .slide-text-dark .slide-content .slide-body a {
  color: #E82B4E;
}
.section-slides-text.slide-text-dark .slide-content .slide-body a:hover,
.section-slides-text .slide-text-dark .slide-content .slide-body a:hover {
  color: #9c112b;
}
.section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.story-block.bg-img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}
.story-block.bg-img-top-text-bottom .bg-image {
  flex: 0 0 100%;
  margin: 0px;
  max-width: calc(100% - 0px * 2);
  background-size: cover;
}
@media (max-width: 575.98px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    min-height: 50vw;
  }
}
.story-block.bg-img-top-text-bottom .story-block-mobile-image {
  margin: 0 -5vw 2em;
  flex: 1 1 100%;
}
.story-block.bg-img-top-text-bottom .parallax-wrapper {
  width: 100%;
}
.story-block.bg-img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .group-text {
    margin-top: 4vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .story-block-extra-image {
  max-width: 38em;
}
.story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}
@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 0 5vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .section-title, .story-block.bg-img-top-text-bottom .group-text .related-articles-home h2, .related-articles-home .story-block.bg-img-top-text-bottom .group-text h2,
.story-block.bg-img-top-text-bottom .group-text .related-articles h2,
.related-articles .story-block.bg-img-top-text-bottom .group-text h2, .story-block.bg-img-top-text-bottom .group-text .view-clients-home h2, .view-clients-home .story-block.bg-img-top-text-bottom .group-text h2 {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.bg-img-top-text-bottom .group-text h3,
.story-block.bg-img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 575.98px) {
  .story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
.story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-video,
.story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-video-new {
  text-align: center;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .group-text {
    margin-top: -12vw;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .text-wrapper {
    padding: 4vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .story-block-extra-image {
    max-width: 44em;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text {
    padding: 0 5vw;
  }
}
.section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  padding: calc(4vw * 1.5);
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 4vw;
  }
}

.story-block.center-text-full-bg-image .section-title, .story-block.center-text-full-bg-image .related-articles-home h2, .related-articles-home .story-block.center-text-full-bg-image h2,
.story-block.center-text-full-bg-image .related-articles h2,
.related-articles .story-block.center-text-full-bg-image h2, .story-block.center-text-full-bg-image .view-clients-home h2, .view-clients-home .story-block.center-text-full-bg-image h2 {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-text {
  text-align: left;
}
.story-block.center-text-full-bg-image h3,
.story-block.center-text-full-bg-image .subtitle {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-inner {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8vw 8vw;
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-inner {
    padding: 10vw 5vw;
  }
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-inner .story-block-mobile-image {
    margin-top: -10vw;
  }
}
.story-block.center-text-full-bg-image .text-wrapper {
  max-width: 38em;
}
.story-block.center-text-full-bg-image .story-block-link .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-link .s2_story_block__story-block-link a {
    display: block;
  }
}
.story-block.center-text-full-bg-image .story-block-video .s2_story_block__story-block-video,
.story-block.center-text-full-bg-image .story-block-video .s2_story_block__story-block-video-new {
  text-align: center;
}

.story-block.img-top-text-bottom .story-block-inner {
  padding: 0 0 8vw;
}
.story-block.img-top-text-bottom .bg-image {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .story-block.img-top-text-bottom .bg-image {
    margin-bottom: 4vw;
  }
}
.story-block.img-top-text-bottom .story-block-images {
  padding: 0px;
}
.story-block.img-top-text-bottom .story-block-images figure {
  margin: 0;
}
.story-block.img-top-text-bottom .story-block-images figure img {
  width: 100%;
}
.story-block.img-top-text-bottom .story-block-images figure figcaption {
  font-size: 14px;
  padding: 5px 5vw;
  text-align: center;
}
.story-block.img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .story-block.img-top-text-bottom .group-text {
    margin-top: 2em;
    padding: 0 5vw;
  }
}
.story-block.img-top-text-bottom .group-text .story-block-extra-image {
  max-width: 38em;
}
.story-block.img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
  padding: calc(4vw * 1.5);
}
@media (min-width: 768px) {
  .story-block.img-top-text-bottom .group-text .text-wrapper {
    padding: 4vw;
  }
}
.story-block.img-top-text-bottom .group-text .section-title, .story-block.img-top-text-bottom .group-text .related-articles-home h2, .related-articles-home .story-block.img-top-text-bottom .group-text h2,
.story-block.img-top-text-bottom .group-text .related-articles h2,
.related-articles .story-block.img-top-text-bottom .group-text h2, .story-block.img-top-text-bottom .group-text .view-clients-home h2, .view-clients-home .story-block.img-top-text-bottom .group-text h2 {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.img-top-text-bottom .group-text h3,
.story-block.img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link {
  text-align: center;
}
@media (max-width: 575.98px) {
  .story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}
.story-block.img-top-text-bottom .group-text .s2_story_block__story-block-video,
.story-block.img-top-text-bottom .group-text .s2_story_block__story-block-video-new {
  text-align: center;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .group-text {
    margin-top: -12vw;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .text-wrapper {
    padding: 4vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .story-block-extra-image {
    max-width: 44em;
  }
}

@media (max-width: 575.98px) {
  .story-block.left-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-block.left-text-full-bg-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-full-bg-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-full-bg-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-full-bg-image .section-title, .story-block.left-text-full-bg-image .related-articles-home h2, .related-articles-home .story-block.left-text-full-bg-image h2,
.story-block.left-text-full-bg-image .related-articles h2,
.related-articles .story-block.left-text-full-bg-image h2, .story-block.left-text-full-bg-image .view-clients-home h2, .view-clients-home .story-block.left-text-full-bg-image h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.story-block.left-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .group-left {
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .image-overlay {
    max-width: 75vw;
    left: 25vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw 0;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax .left-text-full-bg-image .bg-image {
  left: 44.15%;
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .story-block.left-text-right-bg-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-bg-image .group-right {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .story-block.left-text-right-bg-image .group-right .story-block-extra-image {
    max-width: 70%;
    flex: 0 0 100%;
  }
}
.story-block.left-text-right-bg-image .section-title, .story-block.left-text-right-bg-image .related-articles-home h2, .related-articles-home .story-block.left-text-right-bg-image h2,
.story-block.left-text-right-bg-image .related-articles h2,
.related-articles .story-block.left-text-right-bg-image h2, .story-block.left-text-right-bg-image .view-clients-home h2, .view-clients-home .story-block.left-text-right-bg-image h2 {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-right {
    width: 65%;
    position: relative;
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-left {
    width: 35%;
    position: relative;
    right: -11vw;
    z-index: 1;
    padding: 8vw 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    align-self: center;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 55% auto;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 45% auto;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-left {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  .story-block.left-text-right-image .group-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-right-image .group-left {
    width: 50%;
    padding: 8vw;
  }
  .story-block.left-text-right-image .group-right {
    width: 50%;
    padding: 8vw 8vw 8vw 0;
    display: flex;
    align-items: center;
  }
  .story-block.left-text-right-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-right-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-right-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
}
.story-block.left-text-right-image .section-title, .story-block.left-text-right-image .related-articles-home h2, .related-articles-home .story-block.left-text-right-image h2,
.story-block.left-text-right-image .related-articles h2,
.related-articles .story-block.left-text-right-image h2, .story-block.left-text-right-image .view-clients-home h2, .view-clients-home .story-block.left-text-right-image h2 {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right {
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right figure {
    width: 152%;
    max-width: 152%;
    position: relative;
    right: 50%;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left .text-wrapper {
    align-self: center;
    position: relative;
    right: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .story-block-extra-image {
    margin-right: -8vw;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-right-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-right-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-image .group-left {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  .story-block.right-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .story-block.right-text-full-bg-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-full-bg-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-full-bg-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.right-text-full-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-full-bg-image .section-title, .story-block.right-text-full-bg-image .related-articles-home h2, .related-articles-home .story-block.right-text-full-bg-image h2,
.story-block.right-text-full-bg-image .related-articles h2,
.related-articles .story-block.right-text-full-bg-image h2, .story-block.right-text-full-bg-image .view-clients-home h2, .view-clients-home .story-block.right-text-full-bg-image h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.story-block.right-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .group-right {
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .image-overlay {
    max-width: 75vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax:not(.text-wrapper-overlap) .right-text-full-bg-image .bg-image {
  left: 44.15%;
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap.has-parallax .right-text-full-bg-image .bg-image {
    max-width: 50.85vw;
    left: 12%;
    background-position: left 32% center;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .story-block.right-text-left-bg-image .group-left {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .story-block.right-text-left-bg-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-bg-image .section-title, .story-block.right-text-left-bg-image .related-articles-home h2, .related-articles-home .story-block.right-text-left-bg-image h2,
.story-block.right-text-left-bg-image .related-articles h2,
.related-articles .story-block.right-text-left-bg-image h2, .story-block.right-text-left-bg-image .view-clients-home h2, .view-clients-home .story-block.right-text-left-bg-image h2 {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-left {
    width: 65%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-right {
    width: 35%;
    position: relative;
    left: -11vw;
    z-index: 0;
    padding: 8vw 0;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    align-self: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left {
    width: 55%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 55% auto;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left {
    width: 45%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 45% auto;
  }
}

@media (max-width: 575.98px) {
  .story-block.right-text-left-image .group-left .story-block-images {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-left-image .group-left {
    width: 50%;
    padding: 8vw 0 8vw 8vw;
    display: flex;
    align-items: center;
  }
  .story-block.right-text-left-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-left-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-left-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.5em 0 0;
  }
  .story-block.right-text-left-image .group-right {
    width: 50%;
    padding: 8vw;
  }
}
.story-block.right-text-left-image .section-title, .story-block.right-text-left-image .related-articles-home h2, .related-articles-home .story-block.right-text-left-image h2,
.story-block.right-text-left-image .related-articles h2,
.related-articles .story-block.right-text-left-image h2, .story-block.right-text-left-image .view-clients-home h2, .view-clients-home .story-block.right-text-left-image h2 {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-left figure {
    width: 152%;
    max-width: 152%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right .text-wrapper {
    align-self: center;
    position: relative;
    left: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .story-block-extra-image {
    margin-left: -8vw;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-image .group-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-image .group-left {
    width: 45%;
  }
}

.section-story-block .alternating-bg {
  background-color: #f1f4f7;
}
.section-story-block .story-block {
  position: relative;
  overflow: hidden;
}
.section-story-block .story-block .bg-image {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .section-story-block .image-overlay {
    display: none;
  }
}
.section-story-block .story-block-inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-inner {
    padding: 0 5vw 10vw;
  }
}
.section-story-block .group-left,
.section-story-block .group-right {
  flex: 0 1 auto;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    width: 100%;
  }
}
.section-story-block .text-wrapper {
  background: transparent;
  padding: 0;
  margin: 0 0;
}
.section-story-block .section-title, .section-story-block .related-articles-home h2, .related-articles-home .section-story-block h2,
.section-story-block .related-articles h2,
.related-articles .section-story-block h2, .section-story-block .view-clients-home h2, .view-clients-home .section-story-block h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 575.98px) {
  .section-story-block .section-title, .section-story-block .related-articles-home h2, .related-articles-home .section-story-block h2,
  .section-story-block .related-articles h2,
  .related-articles .section-story-block h2, .section-story-block .view-clients-home h2, .view-clients-home .section-story-block h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .section-story-block .section-title, .section-story-block .related-articles-home h2, .related-articles-home .section-story-block h2,
  .section-story-block .related-articles h2,
  .related-articles .section-story-block h2, .section-story-block .view-clients-home h2, .view-clients-home .section-story-block h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-story-block .section-title, .section-story-block .related-articles-home h2, .related-articles-home .section-story-block h2,
  .section-story-block .related-articles h2,
  .related-articles .section-story-block h2, .section-story-block .view-clients-home h2, .view-clients-home .section-story-block h2 {
    font-size: 45px;
  }
}
.section-story-block h3,
.section-story-block .subtitle {
  font-style: normal;
}
@media (max-width: 575.98px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
@media (min-width: 992px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 22px);
  }
}
.section-story-block .story-block-text ul {
  padding-left: 20px;
}
.section-story-block .s2_story_block__story-block-link,
.section-story-block .story-block-video,
.section-story-block .s2_story_block__story-block-video,
.section-story-block .s2_story_block__story-block-video-new {
  margin: 2em 0 0;
  text-align: left;
}
@media (max-width: 575.98px) {
  .section-story-block .s2_story_block__story-block-link a.btn, .section-story-block .s2_story_block__story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block .s2_story_block__story-block-link a, .section-story-block .s2_story_block__story-block-link a.modal-trigger--video, .section-story-block .s2_story_block__story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block .s2_story_block__story-block-link a {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .s2_story_block__story-block-video .modal-trigger--video {
    width: 100%;
  }
}
.section-story-block .story-block-extra-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-extra-image {
    margin-bottom: 1em;
  }
}
.section-story-block .story-block-extra-image figure {
  margin: 0;
}
.section-story-block .left-text-right-bg-image .story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image {
  margin-bottom: 1em;
}
.section-story-block .left-text-right-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image {
  max-width: 200px;
  width: 40vw;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-mobile-image {
    margin: 0 -5vw 2em;
  }
  .section-story-block .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-mobile-image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    background-image: none !important;
  }
}

.section-story-block.bg-color-primary {
  background: #E82B4E;
}
.section-story-block.bg-color-secondary {
  background: #fefc53;
}
.section-story-block.bg-color-tertiary {
  background: #6D6E71;
}

.section-story-block.light-bg-color {
  background: #fff;
}
.section-story-block.light-bg-dark-text {
  background: #fff;
}
@media (min-width: 768px) {
  .section-story-block.light-bg-dark-text .image-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .section-story-block.light-bg-dark-text .right-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
  }
  .section-story-block.light-bg-dark-text .left-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
  }
}
.section-story-block.light-bg-dark-text .section-title, .section-story-block.light-bg-dark-text .related-articles-home h2, .related-articles-home .section-story-block.light-bg-dark-text h2,
.section-story-block.light-bg-dark-text .related-articles h2,
.related-articles .section-story-block.light-bg-dark-text h2, .section-story-block.light-bg-dark-text .view-clients-home h2, .view-clients-home .section-story-block.light-bg-dark-text h2 {
  color: rgba(0, 0, 0, 0.8);
}
.section-story-block.light-bg-dark-text .story-block-text {
  color: rgba(0, 0, 0, 0.8);
}
.section-story-block.light-bg-dark-text .story-block-text a {
  color: #E82B4E;
}
.section-story-block.light-bg-dark-text .story-block-text a:hover {
  color: #9c112b;
}
.section-story-block.light-bg-dark-text .story-block-link a.btn, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a,
.section-story-block.light-bg-dark-text .story-block-video a.btn,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-story-block.light-bg-dark-text .story-block-link a.btn:hover, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:hover, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:hover, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:hover, .section-story-block.light-bg-dark-text .story-block-link a.btn:active, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:active, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:active, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:active, .section-story-block.light-bg-dark-text .story-block-link a.btn:focus, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:focus, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:focus, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:focus,
.section-story-block.light-bg-dark-text .story-block-video a.btn:hover,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.btn:active,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:active,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:active,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:active,
.section-story-block.light-bg-dark-text .story-block-video a.btn:focus,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:focus,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:focus,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.section-story-block.dark-bg {
  background: #000;
}
.section-story-block.dark-bg-light-text {
  background: #000;
}
@media (min-width: 768px) {
  .section-story-block.dark-bg-light-text .image-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .section-story-block.dark-bg-light-text .right-text-full-bg-image .image-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.55) 55.5%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.7) 65%);
  }
  .section-story-block.dark-bg-light-text .left-text-full-bg-image .image-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.55) 46%, rgba(0, 0, 0, 0.35) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
  }
}
.section-story-block.dark-bg-light-text .section-title, .section-story-block.dark-bg-light-text .related-articles-home h2, .related-articles-home .section-story-block.dark-bg-light-text h2,
.section-story-block.dark-bg-light-text .related-articles h2,
.related-articles .section-story-block.dark-bg-light-text h2, .section-story-block.dark-bg-light-text .view-clients-home h2, .view-clients-home .section-story-block.dark-bg-light-text h2 {
  color: #fff;
}
.section-story-block.dark-bg-light-text .story-block-text,
.section-story-block.dark-bg-light-text .intro-body {
  color: #fff;
}
.section-story-block.dark-bg-light-text .story-block-text a,
.section-story-block.dark-bg-light-text .intro-body a {
  color: #E82B4E;
}
.section-story-block.dark-bg-light-text .story-block-text a:hover,
.section-story-block.dark-bg-light-text .intro-body a:hover {
  color: #f2879b;
}
.section-story-block.dark-bg-light-text .story-block-link a.btn, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a,
.section-story-block.dark-bg-light-text .story-block-video a.btn,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-story-block.dark-bg-light-text .story-block-link a.btn:hover, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:hover, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:hover, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:hover, .section-story-block.dark-bg-light-text .story-block-link a.btn:active, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:active, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:active, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:active, .section-story-block.dark-bg-light-text .story-block-link a.btn:focus, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:focus, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:focus, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:focus,
.section-story-block.dark-bg-light-text .story-block-video a.btn:hover,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.btn:active,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:active,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:active,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:active,
.section-story-block.dark-bg-light-text .story-block-video a.btn:focus,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:focus,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:focus,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.section-story-block.dark-bg-light-text .right-text-left-image .overlay,
.section-story-block.dark-bg-light-text .left-text-right-image .overlay {
  background: transparent;
}
.section-story-block.dark-bg-light-text figcaption {
  color: #fff;
}

@media (max-width: 575.98px) {
  .section-story-block .side-parallax {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-story-block .right-text-full-bg-image > .parallax-item,
  .section-story-block .right-text-full-bg-image > .fixed,
  .section-story-block .right-text-full-bg-image > .no-effect,
  .section-story-block .left-text-full-bg-image > .parallax-item,
  .section-story-block .left-text-full-bg-image > .fixed,
  .section-story-block .left-text-full-bg-image > .no-effect,
  .section-story-block .center-text-full-bg-image > .parallax-item,
  .section-story-block .center-text-full-bg-image > .fixed,
  .section-story-block .center-text-full-bg-image > .no-effect {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .section-story-block .parallax-wrapper {
    position: relative;
    overflow: hidden;
  }
  .section-story-block .side-parallax {
    position: absolute;
  }
}

.sb-title-only .story-block.center-text-full-bg-image .section-title, .sb-title-only .story-block.center-text-full-bg-image .related-articles-home h2, .related-articles-home .sb-title-only .story-block.center-text-full-bg-image h2,
.sb-title-only .story-block.center-text-full-bg-image .related-articles h2,
.related-articles .sb-title-only .story-block.center-text-full-bg-image h2, .sb-title-only .story-block.center-text-full-bg-image .view-clients-home h2, .view-clients-home .sb-title-only .story-block.center-text-full-bg-image h2 {
  margin: 0;
}
.sb-title-only .story-block.center-text-full-bg-image .story-block-inner {
  padding: 4vw;
}

.section-story-block.text-center h2.section-title, .section-story-block.text-center .related-articles-home h2, .related-articles-home .section-story-block.text-center h2,
.section-story-block.text-center .related-articles h2,
.related-articles .section-story-block.text-center h2, .section-story-block.text-center .view-clients-home h2, .view-clients-home .section-story-block.text-center h2,
.section-story-block.text-center .story-block-text,
.section-story-block.text-center .s2_story_block__story-block-link {
  text-align: center !important;
}
.section-story-block.text-left h2.section-title, .section-story-block.text-left .related-articles-home h2, .related-articles-home .section-story-block.text-left h2,
.section-story-block.text-left .related-articles h2,
.related-articles .section-story-block.text-left h2, .section-story-block.text-left .view-clients-home h2, .view-clients-home .section-story-block.text-left h2,
.section-story-block.text-left .story-block-text,
.section-story-block.text-left .s2_story_block__story-block-link {
  text-align: left !important;
}
.section-story-block.text-right h2.section-title, .section-story-block.text-right .related-articles-home h2, .related-articles-home .section-story-block.text-right h2,
.section-story-block.text-right .related-articles h2,
.related-articles .section-story-block.text-right h2, .section-story-block.text-right .view-clients-home h2, .view-clients-home .section-story-block.text-right h2,
.section-story-block.text-right .story-block-text,
.section-story-block.text-right .s2_story_block__story-block-link {
  text-align: right !important;
}

.section-image-two-across {
  background: transparent;
}
.section-image-two-across .story-block {
  position: relative;
  overflow: hidden;
}
.section-image-two-across .story-block-inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
  gap: 40px;
  padding: 8vw 8vw;
}
@media (max-width: 575.98px) {
  .section-image-two-across .story-block-inner {
    flex-flow: column wrap;
    padding: 5vw 10vw;
  }
}
.section-image-two-across.gap-0 .story-block-inner {
  grid-gap: calc(20px * 0);
}
.section-image-two-across.gap-1 .story-block-inner {
  grid-gap: calc(20px * 1);
}
.section-image-two-across.gap-2 .story-block-inner {
  grid-gap: calc(20px * 1.5);
}
.section-image-two-across.gap-3 .story-block-inner {
  grid-gap: calc(20px * 2);
}
.section-image-two-across.gap-4 .story-block-inner {
  grid-gap: calc(20px * 2.5);
}
.section-image-two-across.gap-5 .story-block-inner {
  grid-gap: calc(20px * 3);
}
.section-image-two-across.gap-6 .story-block-inner {
  grid-gap: calc(20px * 3.5);
}
.section-image-two-across.gap-7 .story-block-inner {
  grid-gap: calc(20px * 4);
}
.section-image-two-across.gap-8 .story-block-inner {
  grid-gap: calc(20px * 4.5);
}
.section-image-two-across.gap-9 .story-block-inner {
  grid-gap: calc(20px * 5);
}
.section-image-two-across.gap-10 .story-block-inner {
  grid-gap: calc(20px * 5.5);
}
.section-image-two-across .group-left,
.section-image-two-across .group-right {
  flex: 0 1 auto;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
}
.section-image-two-across .group-left figure,
.section-image-two-across .group-right figure {
  margin: 0;
}
.section-image-two-across .group-left figure img,
.section-image-two-across .group-right figure img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-image-two-across .group-left,
  .section-image-two-across .group-right {
    width: 100%;
    flex-direction: column;
  }
}
.section-image-two-across.image-two-across-equal-height .story-block-image-1,
.section-image-two-across.image-two-across-equal-height .story-block-image-2,
.section-image-two-across.image-two-across-equal-height .image_two_across__story-block-extra-image,
.section-image-two-across.image-two-across-equal-height figure {
  height: 100%;
}
.section-image-two-across.image-two-across-equal-height img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-image-two-across .group-left,
  .section-image-two-across .group-right {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .section-image-two-across .group-left figcaption,
  .section-image-two-across .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    font-family: "Lato", sans-serif;
    margin: 0.05em 0 0;
  }
  .section-image-two-across .group-left {
    width: 50%;
  }
  .section-image-two-across .group-right {
    width: 50%;
  }
  .section-image-two-across.image-two-across-60-40 .group-left {
    width: 60%;
  }
  .section-image-two-across.image-two-across-60-40 .group-right {
    width: 40%;
  }
  .section-image-two-across.image-two-across-40-60 .group-left {
    width: 40%;
  }
  .section-image-two-across.image-two-across-40-60 .group-right {
    width: 60%;
  }
  .section-image-two-across.image-two-across-70-30 .group-left {
    width: 70%;
  }
  .section-image-two-across.image-two-across-70-30 .group-right {
    width: 30%;
  }
  .section-image-two-across.image-two-across-30-70 .group-left {
    width: 30%;
  }
  .section-image-two-across.image-two-across-30-70 .group-right {
    width: 70%;
  }
  .section-image-two-across.image-two-across-75-25 .group-left {
    width: 75%;
  }
  .section-image-two-across.image-two-across-75-25 .group-right {
    width: 25%;
  }
  .section-image-two-across.image-two-across-25-75 .group-left {
    width: 25%;
  }
  .section-image-two-across.image-two-across-25-75 .group-right {
    width: 75%;
  }
  .section-image-two-across.image-two-across-65-35 .group-left {
    width: 65%;
  }
  .section-image-two-across.image-two-across-65-35 .group-right {
    width: 35%;
  }
  .section-image-two-across.image-two-across-35-65 .group-left {
    width: 35%;
  }
  .section-image-two-across.image-two-across-35-65 .group-right {
    width: 65%;
  }
  .section-image-two-across.image-two-across-55-45 .group-left {
    width: 55%;
  }
  .section-image-two-across.image-two-across-55-45 .group-right {
    width: 45%;
  }
  .section-image-two-across.image-two-across-45-55 .group-left {
    width: 45%;
  }
  .section-image-two-across.image-two-across-45-55 .group-right {
    width: 55%;
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across .story-block-mobile-image {
    margin: 0 -5vw 2em;
  }
  .section-image-two-across .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-image-two-across .story-block-mobile-image {
    display: none;
  }
}

.section-image-two-across.bg-color-primary {
  background: #E82B4E;
}
.section-image-two-across.bg-color-secondary {
  background: #fefc53;
}
.section-image-two-across.bg-color-tertiary {
  background: #6D6E71;
}

.section-image-two-across.light-bg {
  background: #fff;
}
.section-image-two-across.dark-text {
  background: #fff;
}
.section-image-two-across.dark-text figcaption {
  color: rgba(0, 0, 0, 0.8);
}

.section-image-two-across.dark-bg {
  background: #000;
}
.section-image-two-across.light-text figcaption {
  color: #fff;
}

.section-image {
  padding: 0;
  background: transparent;
  height: 80vh;
  overflow: hidden;
}
.section-image .parallax-item > div {
  top: 10%;
}
.section-image .bg-image {
  height: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .section-image {
    padding: 0;
    max-height: 812px;
    height: 80vh;
    overflow: hidden;
  }
  .section-image .fixed {
    background-attachment: scroll !important;
  }
}
.section-instagram {
  background: transparent;
  overflow: hidden;
}
.section-instagram .intro .section-title, .section-instagram .intro .related-articles-home h2, .related-articles-home .section-instagram .intro h2,
.section-instagram .intro .related-articles h2,
.related-articles .section-instagram .intro h2, .section-instagram .intro .view-clients-home h2, .view-clients-home .section-instagram .intro h2 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.section-instagram .intro .intro-body {
  text-align: center;
}
.section-instagram .intro .section-link {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.section-instagram .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-subscribe {
  background: transparent;
}
.section-subscribe .intro .section-title, .section-subscribe .intro .related-articles-home h2, .related-articles-home .section-subscribe .intro h2,
.section-subscribe .intro .related-articles h2,
.related-articles .section-subscribe .intro h2, .section-subscribe .intro .view-clients-home h2, .view-clients-home .section-subscribe .intro h2 {
  text-align: center;
}
.section-subscribe .intro .intro-body {
  text-align: center;
}
.section-subscribe .form-embed {
  max-width: 400px;
  margin: 0 auto;
}

.section-subscribe .intro p {
  margin-bottom: 35px;
}
.section-subscribe form {
  justify-content: center;
  display: flex;
}
.section-subscribe form .form-control,
.section-subscribe form input[type=email] {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}
.section-subscribe form .btn, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video, .section-subscribe form .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-subscribe form a, .section-subscribe .section-contact-form form button, .section-contact-form .section-subscribe form button {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.section-subscribe form .btn:hover, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:hover, .section-subscribe form .modal-trigger--video:hover, .section-subscribe form .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-subscribe form a:hover, .section-subscribe .section-contact-form form button:hover, .section-contact-form .section-subscribe form button:hover {
  opacity: 1;
}
.section-subscribe form .btn:active, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:active, .section-subscribe form .modal-trigger--video:active, .section-subscribe form .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-subscribe form a:active, .section-subscribe .section-contact-form form button:active, .section-contact-form .section-subscribe form button:active {
  transform: translateY(1px);
}
.section-subscribe form .btn-primary, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video {
  background-color: #055ada !important;
  color: #fff;
  outline: none !important;
}

.section-map {
  background-color: #000;
}
.section-map iframe {
  width: 100%;
  height: 500px;
}
.section-map .google_map__google-map-address {
  margin-bottom: -9px;
}

.modal-button-wrapper {
  padding: 3vw 5vw;
  text-align: center;
  background: transparent;
  position: relative;
}

.modal-content {
  font-size: 0.8em;
}
.modal-content .modal-header {
  padding-left: 2em;
  border: 0;
}
.modal-content .modal-image figure {
  margin: 0;
}
.modal-content .modal-body {
  padding: 1.5em 2em 0;
}
.modal-content .modal-footer {
  justify-content: center;
  border: 0;
  padding: 1.5em 2em 1.5em;
}
.modal-content .modal-footer a.btn, .modal-content .modal-footer .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .modal-content .modal-footer a, .modal-content .modal-footer a.modal-trigger--video, .modal-content .modal-footer .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .modal-content .modal-footer a {
  width: 100%;
  display: block;
  margin: 0;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .album-wrapper {
  background: transparent;
}
.catalog .catalog-item.odd .album-wrapper {
  background: #f1f4f7;
}

.album-wrapper {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}
@media (max-width: 575.98px) {
  .album-wrapper .album-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-item-1 {
    padding: 0 30px;
  }
}
.album-wrapper .album-item-1 .musical_album__album-purchase-button span[itemprop=price] {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.album-wrapper .musical_album__album-art {
  margin-bottom: 1.5em;
}
.album-wrapper .musical_album__album-art img {
  width: 100%;
  height: auto;
}
.album-wrapper .musical_album__album-purchase-link {
  margin-bottom: 1rem;
}
.album-wrapper .musical_album__album-purchase-link a {
  display: block;
  text-align: center;
}
.album-wrapper .musical_album__album-purchase-link a:hover {
  text-decoration: none;
}
.album-wrapper .album-title {
  color: rgb(0, 0, 0);
}
.album-wrapper .album-artist {
  font-weight: normal;
  font-size: 1em;
}
.album-wrapper .album-description {
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 0.8em;
  }
}
.album-wrapper .album-description p:first-child {
  margin-top: 1.5em;
}
.album-wrapper .album-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .album-wrapper .album-item-2 {
    padding: 0 30px;
  }
}
.album-wrapper .album-tracks {
  font-size: 16px;
}
.album-wrapper .album-tracks ol {
  padding-left: 30px;
}
.album-wrapper .album-tracks ol li {
  margin-bottom: 10px;
}

.album-wrapper.light-bg-dark-text {
  background: #fff !important;
}
.album-wrapper.light-bg-dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.light-bg-dark-text h2.album-title a {
  color: #E82B4E;
}
.album-wrapper.light-bg-dark-text h2.album-title a:hover {
  color: #9c112b;
}
.album-wrapper.light-bg-dark-text .album-artist,
.album-wrapper.light-bg-dark-text .album-description,
.album-wrapper.light-bg-dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a,
.album-wrapper.light-bg-dark-text a.standalone-page-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:hover, .album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:active, .album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:focus,
.album-wrapper.light-bg-dark-text a.standalone-page-link:hover,
.album-wrapper.light-bg-dark-text a.standalone-page-link:active,
.album-wrapper.light-bg-dark-text a.standalone-page-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.album-wrapper.light-bg {
  background: #fff !important;
}

.album-wrapper.dark-bg-light-text {
  background: #000 !important;
}
.album-wrapper.dark-bg-light-text h2.album-title {
  color: #fff;
}
.album-wrapper.dark-bg-light-text h2.album-title a {
  color: #E82B4E;
}
.album-wrapper.dark-bg-light-text h2.album-title a:hover {
  color: #f2879b;
}
.album-wrapper.dark-bg-light-text .album-artist,
.album-wrapper.dark-bg-light-text .album-description,
.album-wrapper.dark-bg-light-text .musical_album__album-track-list {
  color: #fff;
}
.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a,
.album-wrapper.dark-bg-light-text a.standalone-page-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:hover, .album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:active, .album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:focus,
.album-wrapper.dark-bg-light-text a.standalone-page-link:hover,
.album-wrapper.dark-bg-light-text a.standalone-page-link:active,
.album-wrapper.dark-bg-light-text a.standalone-page-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.album-wrapper.dark-bg {
  background: #000 !important;
}

.album-wrapper.light-text h2.album-title {
  color: #fff;
}
.album-wrapper.light-text h2.album-title a {
  color: #E82B4E;
}
.album-wrapper.light-text h2.album-title a:hover {
  color: #f2879b;
}
.album-wrapper.light-text .album-artist,
.album-wrapper.light-text .album-description,
.album-wrapper.light-text .musical_album__album-track-list {
  color: #fff;
}
.album-wrapper.light-text .musical_album__album-purchase-link a,
.album-wrapper.light-text a.standalone-page-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.album-wrapper.light-text .musical_album__album-purchase-link a:hover, .album-wrapper.light-text .musical_album__album-purchase-link a:active, .album-wrapper.light-text .musical_album__album-purchase-link a:focus,
.album-wrapper.light-text a.standalone-page-link:hover,
.album-wrapper.light-text a.standalone-page-link:active,
.album-wrapper.light-text a.standalone-page-link:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.album-wrapper.dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.dark-text h2.album-title a {
  color: #E82B4E;
}
.album-wrapper.dark-text h2.album-title a:hover {
  color: #9c112b;
}
.album-wrapper.dark-text .album-artist,
.album-wrapper.dark-text .album-description,
.album-wrapper.dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.dark-text .musical_album__album-purchase-link a,
.album-wrapper.dark-text a.standalone-page-link {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.album-wrapper.dark-text .musical_album__album-purchase-link a:hover, .album-wrapper.dark-text .musical_album__album-purchase-link a:active, .album-wrapper.dark-text .musical_album__album-purchase-link a:focus,
.album-wrapper.dark-text a.standalone-page-link:hover,
.album-wrapper.dark-text a.standalone-page-link:active,
.album-wrapper.dark-text a.standalone-page-link:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

@media (max-width: 767.98px) {
  .page-album {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-album {
    padding: 5vw 0 8vw 0;
  }
}
.page-album .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-album h1.page-title,
.page-album h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}

/*
* {
  background-color: transparent;
}

.sidebar,
#navigation,
#header-region,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links {
  display: none;
}

.layout-container {
  width: 100%;
}

#content,
.title {
  margin: 20px 0;
  width: auto;
}

a {
  &:hover,
  &:active,
  &:link,
  &:visited {
    color: black;
  }
}
*/
.snipcart-modal__container {
  z-index: 101 !important;
}
.snipcart-modal__container.snipcart-cart-summary--edit {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.catalog .section-content-items > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.catalog .catalog-item.even .product-wrapper {
  background: transparent;
}
.catalog .catalog-item.odd .product-wrapper {
  background: #f1f4f7;
}

.product-wrapper {
  padding: 3rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}
.product-wrapper .product-title {
  color: rgb(0, 0, 0);
}
.product-wrapper .price {
  font-size: 24px;
  font-weight: bold;
}
.product-wrapper .product-item-1 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .product-wrapper .product-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-1 {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-2 {
    padding: 0 30px;
  }
}
.product-wrapper .snipcart_product__product-description > div:first-of-type {
  display: none;
}
@media (min-width: 992px) {
  .product-wrapper .product-description {
    font-size: 16px;
  }
}
.product-wrapper .product-description p:last-child {
  margin-bottom: 0;
}

.product-wrapper.light-bg-dark-text {
  background: #fff !important;
}
.product-wrapper.light-bg-dark-text .product-title {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.light-bg-dark-text .product-title a {
  color: #E82B4E;
}
.product-wrapper.light-bg-dark-text .product-title a:hover {
  color: #9c112b;
}
.product-wrapper.light-bg-dark-text .product-price-link-wrapper,
.product-wrapper.light-bg-dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.light-bg-dark-text .snipcart-add-item {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.product-wrapper.light-bg-dark-text .snipcart-add-item:hover, .product-wrapper.light-bg-dark-text .snipcart-add-item:active, .product-wrapper.light-bg-dark-text .snipcart-add-item:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.product-wrapper.light-bg {
  background: #fff !important;
}

.product-wrapper.dark-bg-light-text {
  background: #000 !important;
}
.product-wrapper.dark-bg-light-text .product-title {
  color: #fff;
}
.product-wrapper.dark-bg-light-text .product-title a {
  color: #E82B4E;
}
.product-wrapper.dark-bg-light-text .product-title a:hover {
  color: #f2879b;
}
.product-wrapper.dark-bg-light-text .product-price-link-wrapper,
.product-wrapper.dark-bg-light-text .product-description {
  color: #fff;
}
.product-wrapper.dark-bg-light-text .snipcart-add-item {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.product-wrapper.dark-bg-light-text .snipcart-add-item:hover, .product-wrapper.dark-bg-light-text .snipcart-add-item:active, .product-wrapper.dark-bg-light-text .snipcart-add-item:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.product-wrapper.dark-bg {
  background: #000 !important;
}

.product-wrapper.light-text .product-title {
  color: #fff;
}
.product-wrapper.light-text .product-title a {
  color: #E82B4E;
}
.product-wrapper.light-text .product-title a:hover {
  color: #f2879b;
}
.product-wrapper.light-text .product-price-link-wrapper,
.product-wrapper.light-text .product-description {
  color: #fff;
}
.product-wrapper.light-text .snipcart-add-item {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.product-wrapper.light-text .snipcart-add-item:hover, .product-wrapper.light-text .snipcart-add-item:active, .product-wrapper.light-text .snipcart-add-item:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.product-wrapper.dark-text .product-title {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.dark-text .product-title a {
  color: #E82B4E;
}
.product-wrapper.dark-text .product-title a:hover {
  color: #9c112b;
}
.product-wrapper.dark-text .product-price-link-wrapper,
.product-wrapper.dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.dark-text .snipcart-add-item {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.product-wrapper.dark-text .snipcart-add-item:hover, .product-wrapper.dark-text .snipcart-add-item:active, .product-wrapper.dark-text .snipcart-add-item:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

@media (max-width: 767.98px) {
  .page-product.paragraph--type--snipcart-product {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-product.paragraph--type--snipcart-product {
    padding: 5vw 0 8vw 0;
  }
}
.page-product .back-to-catalog-page {
  display: flex;
  justify-content: center;
  margin: 0 auto 2em;
}
.page-product .back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: #f1f4f7;
  padding: 6px 16px;
  color: rgb(0, 0, 0);
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.page-product .back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}
.page-product .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-product h1.page-title,
.page-product h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}

.paragraph--type--snipcart-product {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #ccc;
}
.paragraph--type--snipcart-product .product-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.2s ease-in all;
  border: 0px solid #ccc;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 30px;
  }
}
.paragraph--type--snipcart-product .product-title a.standalone-page-title-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: 0.2s ease-in all;
}
.paragraph--type--snipcart-product .product-title a.standalone-page-title-link:hover {
  color: #9c112b;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .paragraph--type--snipcart-product .product-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--snipcart-product .product-item-1 img {
  width: 100%;
  height: auto;
}
.paragraph--type--snipcart-product .product-description {
  color: rgb(0, 0, 0);
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-description {
    font-size: 0.8em;
  }
}
.paragraph--type--snipcart-product .product-description p:last-child {
  margin-bottom: 0;
}

.dark-text.paragraph--type--snipcart-product .product-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--snipcart-product .product-description {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--snipcart-product a.standalone-page-title-link {
  color: #E82B4E;
}
.dark-text.paragraph--type--snipcart-product a.standalone-page-title-link:hover {
  color: #9c112b;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:hover, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:active, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:focus, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:focus, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:focus, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
  color: #E82B4E !important;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
  color: #9c112b !important;
}

.light-text.paragraph--type--snipcart-product .product-title {
  color: #fff !important;
}
.light-text.paragraph--type--snipcart-product .product-description {
  color: #fff !important;
}
.light-text.paragraph--type--snipcart-product a.standalone-page-title-link {
  color: #E82B4E;
}
.light-text.paragraph--type--snipcart-product a.standalone-page-title-link:hover {
  color: #f2879b;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:hover, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:active, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:focus, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:focus, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:focus, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
  color: #E82B4E !important;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
  color: #f2879b !important;
}

@media (max-width: 575.98px) {
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .product-title {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .product-description {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile a.standalone-page-title-link {
    color: #E82B4E;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile a.standalone-page-title-link:hover {
    color: #9c112b;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary {
    background: #E82B4E;
    color: #fff !important;
    border-color: #E82B4E;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:focus {
    background: #111;
    color: #fff !important;
    border-color: #111;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
    color: #E82B4E !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
    color: #9c112b !important;
  }
}

.site_v2__header-section .social_links__social-links-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 15px;
  gap: 10px;
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border-left: 1px solid rgba(50, 50, 50, 0.3);
    margin-left: 5px;
    height: 40px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.75rem 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site_v2__header-section .social_links__social-links-list a {
  display: block;
  padding: 0 5px;
}
.site_v2__header-section .social_links__social-links-list a i {
  transition: all 0.2s ease-in;
}
.site_v2__header-section .social_links__social-links-list a:hover i {
  color: #E82B4E;
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list a:hover i {
    color: #E82B4E;
  }
}
.site_v2__header-section .social_links__social-links-list i {
  font-size: 1em;
  display: inline-block;
  color: #fff;
  margin: 0;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.site_v2__header-section .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list i {
    font-size: calc(1em * 1.5);
    color: #fff;
  }
}

.section-social-links {
  background: transparent;
}
@media (max-width: 767.98px) {
  .section-social-links.section {
    padding: 10vw 5vw;
  }
}
@media (min-width: 768px) {
  .section-social-links.section {
    padding: 8vw 8vw;
  }
}
.section-social-links .intro .section-title, .section-social-links .intro .related-articles-home h2, .related-articles-home .section-social-links .intro h2,
.section-social-links .intro .related-articles h2,
.related-articles .section-social-links .intro h2, .section-social-links .intro .view-clients-home h2, .view-clients-home .section-social-links .intro h2 {
  text-align: center;
}
.section-social-links .intro .intro-body {
  text-align: center;
}
.section-social-links .social_links__social-links-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.section-social-links .social_links__social-links-list a {
  display: block;
}
.section-social-links .social_links__social-links-list a:hover i {
  color: #ef7088;
  border-color: #ef7088;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i {
  font-size: 2rem;
  display: inline-block;
  color: #E82B4E;
  margin: 0;
  width: calc(2rem * 2);
  height: calc(2rem * 2);
  border: 1px solid #E82B4E;
  text-align: center;
  border-radius: 50%;
  line-height: calc(2rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.section-footer .footer-social {
  margin: 1em 0;
}
.section-footer .social_links__social-links-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4px;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .section-footer .social_links__social-links-list {
    justify-content: center;
    padding: 0.75rem 15px;
  }
}
.section-footer .social_links__social-links-list a {
  display: block;
  text-align: center;
}
.section-footer .social_links__social-links-list a:hover i {
  color: #fefd9f;
  border-color: #fefd9f;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .section-footer .social_links__social-links-list a:hover i {
    color: #fefd9f;
  }
}
.section-footer .social_links__social-links-list i {
  font-size: 1.25rem;
  display: inline-block;
  color: #fefc53;
  margin: 0;
  width: calc(1.25rem * 2);
  height: calc(1.25rem * 2);
  border: 1px solid #fefc53;
  text-align: center;
  border-radius: 50%;
  line-height: calc(1.25rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-footer .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.basic-subpage {
  background: #fff;
}
.basic-subpage figure {
  margin: 2em 0;
}
.basic-subpage .basic-content-hero {
  height: 40vw;
  min-height: auto;
  flex: 0 0 100%;
  overflow: hidden;
  background-color: #fff;
}
.basic-subpage .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.basic-subpage .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .basic-subpage .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title {
    padding-top: 5vw;
  }
}
.basic-subpage .page-title h1.page-title,
.basic-subpage .page-title h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
.basic-subpage h2 {
  color: rgb(0, 0, 0);
}
.basic-subpage .section-content-main {
  padding-bottom: 8vw;
  color: rgb(0, 0, 0);
}
@media (max-width: 767.98px) {
  .basic-subpage .section-content-main {
    padding-bottom: 16vw;
  }
}
.basic-subpage .section-content-main .section {
  padding: 0;
}
.basic-subpage .section-content-main .section .container {
  padding-left: 15px;
  padding-right: 15px;
}
.basic-subpage .section-title, .basic-subpage .related-articles-home h2, .related-articles-home .basic-subpage h2,
.basic-subpage .related-articles h2,
.related-articles .basic-subpage h2, .basic-subpage .view-clients-home h2, .view-clients-home .basic-subpage h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .basic-subpage .section-title, .basic-subpage .related-articles-home h2, .related-articles-home .basic-subpage h2,
  .basic-subpage .related-articles h2,
  .related-articles .basic-subpage h2, .basic-subpage .view-clients-home h2, .view-clients-home .basic-subpage h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .section-title, .basic-subpage .related-articles-home h2, .related-articles-home .basic-subpage h2,
  .basic-subpage .related-articles h2,
  .related-articles .basic-subpage h2, .basic-subpage .view-clients-home h2, .view-clients-home .basic-subpage h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .section-title, .basic-subpage .related-articles-home h2, .related-articles-home .basic-subpage h2,
  .basic-subpage .related-articles h2,
  .related-articles .basic-subpage h2, .basic-subpage .view-clients-home h2, .view-clients-home .basic-subpage h2 {
    font-size: 45px;
  }
}
.basic-subpage .subtitle {
  color: rgb(0, 0, 0);
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .basic-subpage .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .subtitle {
    font-size: 26px;
  }
}

.subpage {
  background: #fff;
}

.catalog {
  background: #fff;
}
.catalog figure {
  margin: 0 0 2em 0;
}
.catalog .basic-content-hero {
  height: 40vw;
  min-height: auto;
  flex: 0 0 100%;
  overflow: hidden;
  background-color: #fff;
}
.catalog .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.catalog .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .catalog .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .catalog .page-title {
    padding-top: 5vw;
  }
}
.catalog .page-title h1.page-title,
.catalog .page-title h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0);
}
@media (max-width: 575.98px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
.catalog .catalog__body {
  color: rgb(0, 0, 0);
}
.catalog .section-content-items {
  padding-bottom: 5vw;
}
.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .paragraph--type--catalog-item {
  background: transparent;
}
.catalog .catalog-item.odd .paragraph--type--catalog-item {
  background: #f1f4f7;
}

.subpage {
  background-color: #fff;
}

.story-subpage .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .story-subpage .page-title {
    margin-top: 8vw;
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title {
    margin-top: 5vw;
  }
}
.story-subpage .page-title h1.page-title,
.story-subpage .page-title h1.title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 768px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 60px);
  }
}

.section-testimonial {
  padding: 8vw 8vw;
  background-color: transparent;
  margin: 0 0 4vw 0;
}
.section-testimonial .story-block-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .section-testimonial .story-block-inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section-testimonial .story-block-inner {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .section-testimonial .story-block-inner .testimonial-image {
    flex: 1 0 40%;
  }
}
.section-testimonial .story-block-inner .testimonial-image figure {
  margin: 0;
}
.section-testimonial .story-block-inner .testimonial-image figure img {
  width: 100%;
  height: auto;
}
.section-testimonial .story-block-inner .quote-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .section-testimonial .story-block-inner .quote-wrapper {
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.section-testimonial .story-block-inner .field-quote-icon {
  flex: 0 0 50px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .section-testimonial .story-block-inner .field-quote-icon {
    flex: 0 0 10vw;
  }
}
.section-testimonial .story-block-inner .field-quote-icon svg {
  width: 100%;
  height: auto;
}
.section-testimonial .story-block-inner .field-quote-icon svg path {
  fill: #E82B4E;
}
.section-testimonial .story-block-inner .default-quote-icon {
  flex: 0 0 50px;
  opacity: 1;
  height: 50px;
  background: transparent url(https://fileswift.com/sites/default/files/2025-01/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .section-testimonial .story-block-inner .default-quote-icon {
    flex: 0 0 10vw;
    height: 10vw;
  }
}
.section-testimonial .story-block-inner .text-wrapper {
  flex: 1 1 calc(100% - (10vw + 40px));
}
.section-testimonial .story-block-inner .text-wrapper blockquote {
  margin: 0;
}
.section-testimonial .story-block-inner .text-wrapper p:first-of-type {
  margin-top: 0;
}
.section-testimonial .story-block-inner .text-wrapper a {
  color: #E82B4E;
  font-weight: normal;
  font-style: normal;
}
.section-testimonial .story-block-inner .text-wrapper a:hover {
  color: #9c112b;
}
.section-testimonial .testimonial__body {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: normal;
}
.section-testimonial .testimonial__author {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: normal;
}
.section-testimonial .testimonial__author-title {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: normal;
}
.section-testimonial.icon-color-light .default-quote-icon {
  background: transparent url(https://fileswift.com/sites/default/files/2025-01/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.icon-color-dark .default-quote-icon {
  background: transparent url(https://fileswift.com/sites/default/files/2025-01/icon-quote-black.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.dark-text .default-quote-icon {
  background: transparent url(https://fileswift.com/sites/default/files/2025-01/icon-quote-black.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.dark-text .text-wrapper {
  color: rgba(0, 0, 0, 0.8);
}
.section-testimonial.dark-text .text-wrapper a {
  color: #E82B4E;
}
.section-testimonial.dark-text .text-wrapper .btn, .section-testimonial.dark-text .text-wrapper .modal-trigger--video, .section-testimonial.dark-text .text-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-testimonial.dark-text .text-wrapper a, .section-testimonial.dark-text .text-wrapper .section-contact-form form button, .section-contact-form form .section-testimonial.dark-text .text-wrapper button, .section-testimonial.dark-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-testimonial.dark-text .text-wrapper a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-testimonial.dark-text .text-wrapper .btn:hover, .section-testimonial.dark-text .text-wrapper .modal-trigger--video:hover, .section-testimonial.dark-text .text-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-testimonial.dark-text .text-wrapper a:hover, .section-testimonial.dark-text .text-wrapper .section-contact-form form button:hover, .section-contact-form form .section-testimonial.dark-text .text-wrapper button:hover, .section-testimonial.dark-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-testimonial.dark-text .text-wrapper a:hover, .section-testimonial.dark-text .text-wrapper .btn:active, .section-testimonial.dark-text .text-wrapper .modal-trigger--video:active, .section-testimonial.dark-text .text-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-testimonial.dark-text .text-wrapper a:active, .section-testimonial.dark-text .text-wrapper .section-contact-form form button:active, .section-contact-form form .section-testimonial.dark-text .text-wrapper button:active, .section-testimonial.dark-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-testimonial.dark-text .text-wrapper a:active, .section-testimonial.dark-text .text-wrapper .btn:focus, .section-testimonial.dark-text .text-wrapper .modal-trigger--video:focus, .section-testimonial.dark-text .text-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-testimonial.dark-text .text-wrapper a:focus, .section-testimonial.dark-text .text-wrapper .section-contact-form form button:focus, .section-contact-form form .section-testimonial.dark-text .text-wrapper button:focus, .section-testimonial.dark-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-testimonial.dark-text .text-wrapper a:focus {
  background: #111;
  color: #fff !important;
  border-color: #111;
}
.section-testimonial.light-text .default-quote-icon {
  background: transparent url(https://fileswift.com/sites/default/files/2025-01/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.light-text .text-wrapper {
  color: #fff;
}
.section-testimonial.light-text .text-wrapper a {
  color: #E82B4E;
}
.section-testimonial.light-text .text-wrapper .btn, .section-testimonial.light-text .text-wrapper .modal-trigger--video, .section-testimonial.light-text .text-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-testimonial.light-text .text-wrapper a, .section-testimonial.light-text .text-wrapper .section-contact-form form button, .section-contact-form form .section-testimonial.light-text .text-wrapper button, .section-testimonial.light-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-testimonial.light-text .text-wrapper a {
  background: #E82B4E;
  color: #fff !important;
  border-color: #E82B4E;
}
.section-testimonial.light-text .text-wrapper .btn:hover, .section-testimonial.light-text .text-wrapper .modal-trigger--video:hover, .section-testimonial.light-text .text-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-testimonial.light-text .text-wrapper a:hover, .section-testimonial.light-text .text-wrapper .section-contact-form form button:hover, .section-contact-form form .section-testimonial.light-text .text-wrapper button:hover, .section-testimonial.light-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-testimonial.light-text .text-wrapper a:hover, .section-testimonial.light-text .text-wrapper .btn:active, .section-testimonial.light-text .text-wrapper .modal-trigger--video:active, .section-testimonial.light-text .text-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-testimonial.light-text .text-wrapper a:active, .section-testimonial.light-text .text-wrapper .section-contact-form form button:active, .section-contact-form form .section-testimonial.light-text .text-wrapper button:active, .section-testimonial.light-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-testimonial.light-text .text-wrapper a:active, .section-testimonial.light-text .text-wrapper .btn:focus, .section-testimonial.light-text .text-wrapper .modal-trigger--video:focus, .section-testimonial.light-text .text-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-testimonial.light-text .text-wrapper a:focus, .section-testimonial.light-text .text-wrapper .section-contact-form form button:focus, .section-contact-form form .section-testimonial.light-text .text-wrapper button:focus, .section-testimonial.light-text .text-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-testimonial.light-text .text-wrapper a:focus {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.paragraph--type--s2-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 15px;
}
.paragraph--type--s2-text .text-wrapper {
  max-width: 38em;
  width: 100%;
}
.paragraph--type--s2-text .text-wrapper h2.section-title, .paragraph--type--s2-text .text-wrapper .related-articles-home h2, .related-articles-home .paragraph--type--s2-text .text-wrapper h2,
.paragraph--type--s2-text .text-wrapper .related-articles h2,
.related-articles .paragraph--type--s2-text .text-wrapper h2, .paragraph--type--s2-text .text-wrapper .view-clients-home h2, .view-clients-home .paragraph--type--s2-text .text-wrapper h2 {
  text-align: center;
}
.paragraph--type--s2-text .text-wrapper h3.subtitle {
  text-align: center;
}
.paragraph--type--s2-text .text-wrapper .story-block-text {
  text-align: left;
}
.paragraph--type--s2-text .story-block-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .section-text {
    padding: 10vw 5vw;
  }
}

.title-icon-left h2.section-title, .title-icon-left .related-articles-home h2, .related-articles-home .title-icon-left h2,
.title-icon-left .related-articles h2,
.related-articles .title-icon-left h2, .title-icon-left .view-clients-home h2, .view-clients-home .title-icon-left h2 {
  position: relative;
  z-index: 1;
}
.title-icon-left h2.section-title span.title-icon, .title-icon-left .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-left h2 span.title-icon,
.title-icon-left .related-articles h2 span.title-icon,
.related-articles .title-icon-left h2 span.title-icon, .title-icon-left .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-left h2 span.title-icon {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  left: 0;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .title-icon-left h2.section-title span.title-icon, .title-icon-left .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-left h2 span.title-icon,
  .title-icon-left .related-articles h2 span.title-icon,
  .related-articles .title-icon-left h2 span.title-icon, .title-icon-left .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-left h2 span.title-icon {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-left h2.section-title span:nth-of-type(2), .title-icon-left .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-left h2 span:nth-of-type(2),
.title-icon-left .related-articles h2 span:nth-of-type(2),
.related-articles .title-icon-left h2 span:nth-of-type(2), .title-icon-left .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-left h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-left h2.section-title span:nth-of-type(2), .title-icon-left .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-left h2 span:nth-of-type(2),
  .title-icon-left .related-articles h2 span:nth-of-type(2),
  .related-articles .title-icon-left h2 span:nth-of-type(2), .title-icon-left .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-left h2 span:nth-of-type(2) {
    left: 20px;
    display: block;
    width: calc(100% - 20px);
  }
}

.title-icon-center h2.section-title, .title-icon-center .related-articles-home h2, .related-articles-home .title-icon-center h2,
.title-icon-center .related-articles h2,
.related-articles .title-icon-center h2, .title-icon-center .view-clients-home h2, .view-clients-home .title-icon-center h2 {
  position: relative;
}
.title-icon-center h2.section-title span.title-icon, .title-icon-center .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-center h2 span.title-icon,
.title-icon-center .related-articles h2 span.title-icon,
.related-articles .title-icon-center h2 span.title-icon, .title-icon-center .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-center h2 span.title-icon {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  left: calc(1.65em / 2);
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 575.98px) {
  .title-icon-center h2.section-title span.title-icon, .title-icon-center .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-center h2 span.title-icon,
  .title-icon-center .related-articles h2 span.title-icon,
  .related-articles .title-icon-center h2 span.title-icon, .title-icon-center .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-center h2 span.title-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-center h2.section-title span:nth-of-type(2), .title-icon-center .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-center h2 span:nth-of-type(2),
.title-icon-center .related-articles h2 span:nth-of-type(2),
.related-articles .title-icon-center h2 span:nth-of-type(2), .title-icon-center .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-center h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-center h2.section-title span:nth-of-type(2), .title-icon-center .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-center h2 span:nth-of-type(2),
  .title-icon-center .related-articles h2 span:nth-of-type(2),
  .related-articles .title-icon-center h2 span:nth-of-type(2), .title-icon-center .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-center h2 span:nth-of-type(2) {
    display: block;
    text-align: left;
    left: calc(50px / 2);
    width: calc(100% - 50px / 2);
  }
}

.title-icon-right h2.section-title, .title-icon-right .related-articles-home h2, .related-articles-home .title-icon-right h2,
.title-icon-right .related-articles h2,
.related-articles .title-icon-right h2, .title-icon-right .view-clients-home h2, .view-clients-home .title-icon-right h2 {
  position: relative;
  z-index: 1;
  text-align: right !important;
}
.title-icon-right h2.section-title span.title-icon, .title-icon-right .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-right h2 span.title-icon,
.title-icon-right .related-articles h2 span.title-icon,
.related-articles .title-icon-right h2 span.title-icon, .title-icon-right .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-right h2 span.title-icon {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  right: 0;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .title-icon-right h2.section-title span.title-icon, .title-icon-right .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-right h2 span.title-icon,
  .title-icon-right .related-articles h2 span.title-icon,
  .related-articles .title-icon-right h2 span.title-icon, .title-icon-right .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-right h2 span.title-icon {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-right h2.section-title span:nth-of-type(2), .title-icon-right .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-right h2 span:nth-of-type(2),
.title-icon-right .related-articles h2 span:nth-of-type(2),
.related-articles .title-icon-right h2 span:nth-of-type(2), .title-icon-right .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-right h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-right h2.section-title span:nth-of-type(2), .title-icon-right .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-right h2 span:nth-of-type(2),
  .title-icon-right .related-articles h2 span:nth-of-type(2),
  .related-articles .title-icon-right h2 span:nth-of-type(2), .title-icon-right .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-right h2 span:nth-of-type(2) {
    right: 0px;
    display: block;
    width: calc(100% - 20px);
  }
}

.title-icon-top h2.section-title, .title-icon-top .related-articles-home h2, .related-articles-home .title-icon-top h2,
.title-icon-top .related-articles h2,
.related-articles .title-icon-top h2, .title-icon-top .view-clients-home h2, .view-clients-home .title-icon-top h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.title-icon-top h2.section-title span.title-icon, .title-icon-top .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-top h2 span.title-icon,
.title-icon-top .related-articles h2 span.title-icon,
.related-articles .title-icon-top h2 span.title-icon, .title-icon-top .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-top h2 span.title-icon {
  z-index: 0;
  display: block;
  order: 1;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .title-icon-top h2.section-title span.title-icon, .title-icon-top .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-top h2 span.title-icon,
  .title-icon-top .related-articles h2 span.title-icon,
  .related-articles .title-icon-top h2 span.title-icon, .title-icon-top .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-top h2 span.title-icon {
    width: 50px;
    height: 50px;
  }
}
.title-icon-top h2.section-title span:nth-of-type(2), .title-icon-top .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-top h2 span:nth-of-type(2),
.title-icon-top .related-articles h2 span:nth-of-type(2),
.related-articles .title-icon-top h2 span:nth-of-type(2), .title-icon-top .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-top h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
  order: 2;
}
@media (max-width: 575.98px) {
  .title-icon-top h2.section-title span:nth-of-type(2), .title-icon-top .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-top h2 span:nth-of-type(2),
  .title-icon-top .related-articles h2 span:nth-of-type(2),
  .related-articles .title-icon-top h2 span:nth-of-type(2), .title-icon-top .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-top h2 span:nth-of-type(2) {
    text-align: center !important;
  }
}

.title-icon-bottom h2.section-title, .title-icon-bottom .related-articles-home h2, .related-articles-home .title-icon-bottom h2,
.title-icon-bottom .related-articles h2,
.related-articles .title-icon-bottom h2, .title-icon-bottom .view-clients-home h2, .view-clients-home .title-icon-bottom h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.title-icon-bottom h2.section-title span.title-icon, .title-icon-bottom .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-bottom h2 span.title-icon,
.title-icon-bottom .related-articles h2 span.title-icon,
.related-articles .title-icon-bottom h2 span.title-icon, .title-icon-bottom .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-bottom h2 span.title-icon {
  z-index: 0;
  display: block;
  order: 1;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .title-icon-bottom h2.section-title span.title-icon, .title-icon-bottom .related-articles-home h2 span.title-icon, .related-articles-home .title-icon-bottom h2 span.title-icon,
  .title-icon-bottom .related-articles h2 span.title-icon,
  .related-articles .title-icon-bottom h2 span.title-icon, .title-icon-bottom .view-clients-home h2 span.title-icon, .view-clients-home .title-icon-bottom h2 span.title-icon {
    width: 50px;
    height: 50px;
  }
}
.title-icon-bottom h2.section-title span:nth-of-type(2), .title-icon-bottom .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-bottom h2 span:nth-of-type(2),
.title-icon-bottom .related-articles h2 span:nth-of-type(2),
.related-articles .title-icon-bottom h2 span:nth-of-type(2), .title-icon-bottom .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-bottom h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
  order: 0;
}
@media (max-width: 575.98px) {
  .title-icon-bottom h2.section-title span:nth-of-type(2), .title-icon-bottom .related-articles-home h2 span:nth-of-type(2), .related-articles-home .title-icon-bottom h2 span:nth-of-type(2),
  .title-icon-bottom .related-articles h2 span:nth-of-type(2),
  .related-articles .title-icon-bottom h2 span:nth-of-type(2), .title-icon-bottom .view-clients-home h2 span:nth-of-type(2), .view-clients-home .title-icon-bottom h2 span:nth-of-type(2) {
    text-align: center !important;
  }
}

.title-bar-no-icon h2.section-title:before, .title-bar-no-icon .related-articles-home h2:before, .related-articles-home .title-bar-no-icon h2:before,
.title-bar-no-icon .related-articles h2:before,
.related-articles .title-bar-no-icon h2:before, .title-bar-no-icon .view-clients-home h2:before, .view-clients-home .title-bar-no-icon h2:before,
.title-bar-no-icon h2.title:before {
  display: none;
}
.title-bar-no-icon h2.section-title .span1, .title-bar-no-icon .related-articles-home h2 .span1, .related-articles-home .title-bar-no-icon h2 .span1,
.title-bar-no-icon .related-articles h2 .span1,
.related-articles .title-bar-no-icon h2 .span1, .title-bar-no-icon .view-clients-home h2 .span1, .view-clients-home .title-bar-no-icon h2 .span1,
.title-bar-no-icon h2.title .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.title-bar-no-icon h2.section-title .span2, .title-bar-no-icon .related-articles-home h2 .span2, .related-articles-home .title-bar-no-icon h2 .span2,
.title-bar-no-icon .related-articles h2 .span2,
.related-articles .title-bar-no-icon h2 .span2, .title-bar-no-icon .view-clients-home h2 .span2, .view-clients-home .title-bar-no-icon h2 .span2,
.title-bar-no-icon h2.title .span2 {
  display: block;
}
.title-bar-no-icon h2.section-title .span2:before, .title-bar-no-icon .related-articles-home h2 .span2:before, .related-articles-home .title-bar-no-icon h2 .span2:before,
.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .title-bar-no-icon h2 .span2:before, .title-bar-no-icon .view-clients-home h2 .span2:before, .view-clients-home .title-bar-no-icon h2 .span2:before,
.title-bar-no-icon h2.title .span2:before {
  display: none;
}

@media (min-width: 768px) {
  .title-with-icon h2.section-title:before, .title-with-icon .related-articles-home h2:before, .related-articles-home .title-with-icon h2:before,
  .title-with-icon .related-articles h2:before,
  .related-articles .title-with-icon h2:before, .title-with-icon .view-clients-home h2:before, .view-clients-home .title-with-icon h2:before,
  .title-with-icon h2.title:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: -0.15em;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
  }
}

@media (min-width: 768px) {
  .title-with-icon-center h2.section-title:before, .title-with-icon-center .related-articles-home h2:before, .related-articles-home .title-with-icon-center h2:before,
  .title-with-icon-center .related-articles h2:before,
  .related-articles .title-with-icon-center h2:before, .title-with-icon-center .view-clients-home h2:before, .view-clients-home .title-with-icon-center h2:before,
  .title-with-icon-center h2.title:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 0.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .paragraph--view-mode--center-text-full-bg-image.title-with-icon h2.section-title:before, .paragraph--view-mode--center-text-full-bg-image.title-with-icon .related-articles-home h2:before, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-with-icon h2:before,
  .paragraph--view-mode--center-text-full-bg-image.title-with-icon .related-articles h2:before,
  .related-articles .paragraph--view-mode--center-text-full-bg-image.title-with-icon h2:before, .paragraph--view-mode--center-text-full-bg-image.title-with-icon .view-clients-home h2:before, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-with-icon h2:before,
  .paragraph--view-mode--img-top-text-bottom.title-with-icon h2.section-title:before,
  .paragraph--view-mode--img-top-text-bottom.title-with-icon .related-articles-home h2:before,
  .related-articles-home .paragraph--view-mode--img-top-text-bottom.title-with-icon h2:before,
  .paragraph--view-mode--img-top-text-bottom.title-with-icon .related-articles h2:before,
  .related-articles .paragraph--view-mode--img-top-text-bottom.title-with-icon h2:before,
  .paragraph--view-mode--img-top-text-bottom.title-with-icon .view-clients-home h2:before,
  .view-clients-home .paragraph--view-mode--img-top-text-bottom.title-with-icon h2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon h2.section-title:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon .related-articles-home h2:before,
  .related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon h2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon .related-articles h2:before,
  .related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon h2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon .view-clients-home h2:before,
  .view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon h2:before,
  .section-story-block.text-center.title-with-icon h2.section-title:before,
  .section-story-block.text-center.title-with-icon .related-articles-home h2:before,
  .related-articles-home .section-story-block.text-center.title-with-icon h2:before,
  .section-story-block.text-center.title-with-icon .related-articles h2:before,
  .related-articles .section-story-block.text-center.title-with-icon h2:before,
  .section-story-block.text-center.title-with-icon .view-clients-home h2:before,
  .view-clients-home .section-story-block.text-center.title-with-icon h2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

.paragraph--type--s2-cards.title-with-icon h2.section-title:before, .paragraph--type--s2-cards.title-with-icon .related-articles-home h2:before, .related-articles-home .paragraph--type--s2-cards.title-with-icon h2:before,
.paragraph--type--s2-cards.title-with-icon .related-articles h2:before,
.related-articles .paragraph--type--s2-cards.title-with-icon h2:before, .paragraph--type--s2-cards.title-with-icon .view-clients-home h2:before, .view-clients-home .paragraph--type--s2-cards.title-with-icon h2:before,
.paragraph--type--s2-cards.title-with-icon h2.section-title .span2:before,
.paragraph--type--s2-cards.title-with-icon .related-articles-home h2 .span2:before,
.related-articles-home .paragraph--type--s2-cards.title-with-icon h2 .span2:before,
.paragraph--type--s2-cards.title-with-icon .related-articles h2 .span2:before,
.related-articles .paragraph--type--s2-cards.title-with-icon h2 .span2:before,
.paragraph--type--s2-cards.title-with-icon .view-clients-home h2 .span2:before,
.view-clients-home .paragraph--type--s2-cards.title-with-icon h2 .span2:before {
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type--s2-cards.title-with-icon .s2_cards__field-name-cards-title:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

.title-bar-with-icon h2.section-title:before, .title-bar-with-icon .related-articles-home h2:before, .related-articles-home .title-bar-with-icon h2:before,
.title-bar-with-icon .related-articles h2:before,
.related-articles .title-bar-with-icon h2:before, .title-bar-with-icon .view-clients-home h2:before, .view-clients-home .title-bar-with-icon h2:before,
.title-bar-with-icon h2.title:before {
  display: none;
}
.title-bar-with-icon h2.section-title .span1, .title-bar-with-icon .related-articles-home h2 .span1, .related-articles-home .title-bar-with-icon h2 .span1,
.title-bar-with-icon .related-articles h2 .span1,
.related-articles .title-bar-with-icon h2 .span1, .title-bar-with-icon .view-clients-home h2 .span1, .view-clients-home .title-bar-with-icon h2 .span1,
.title-bar-with-icon h2.title .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.title-bar-with-icon h2.section-title .span2, .title-bar-with-icon .related-articles-home h2 .span2, .related-articles-home .title-bar-with-icon h2 .span2,
.title-bar-with-icon .related-articles h2 .span2,
.related-articles .title-bar-with-icon h2 .span2, .title-bar-with-icon .view-clients-home h2 .span2, .view-clients-home .title-bar-with-icon h2 .span2,
.title-bar-with-icon h2.title .span2 {
  display: block;
}
@media (min-width: 768px) {
  .title-bar-with-icon h2.section-title .span2:before, .title-bar-with-icon .related-articles-home h2 .span2:before, .related-articles-home .title-bar-with-icon h2 .span2:before,
  .title-bar-with-icon .related-articles h2 .span2:before,
  .related-articles .title-bar-with-icon h2 .span2:before, .title-bar-with-icon .view-clients-home h2 .span2:before, .view-clients-home .title-bar-with-icon h2 .span2:before,
  .title-bar-with-icon h2.title .span2:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: 1.5em;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
  }
}

.paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2.section-title .span1, .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .related-articles-home h2 .span1, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span1,
.paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span1, .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .view-clients-home h2 .span1, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2.section-title .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .related-articles-home h2 .span1,
.related-articles-home .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .view-clients-home h2 .span1,
.view-clients-home .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2.section-title .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .related-articles-home h2 .span1,
.related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .view-clients-home h2 .span1,
.view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span1,
.section-story-block.text-center.title-bar-with-icon h2.section-title .span1,
.section-story-block.text-center.title-bar-with-icon .related-articles-home h2 .span1,
.related-articles-home .section-story-block.text-center.title-bar-with-icon h2 .span1,
.section-story-block.text-center.title-bar-with-icon .related-articles h2 .span1,
.related-articles .section-story-block.text-center.title-bar-with-icon h2 .span1,
.section-story-block.text-center.title-bar-with-icon .view-clients-home h2 .span1,
.view-clients-home .section-story-block.text-center.title-bar-with-icon h2 .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2.section-title .span2:before, .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .related-articles-home h2 .span2:before, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .related-articles h2 .span2:before,
  .related-articles .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span2:before, .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon .view-clients-home h2 .span2:before, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2.section-title .span2:before,
  .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .related-articles-home h2 .span2:before,
  .related-articles-home .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .related-articles h2 .span2:before,
  .related-articles .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon .view-clients-home h2 .span2:before,
  .view-clients-home .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2.section-title .span2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .related-articles-home h2 .span2:before,
  .related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .related-articles h2 .span2:before,
  .related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon .view-clients-home h2 .span2:before,
  .view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2 .span2:before,
  .section-story-block.text-center.title-bar-with-icon h2.section-title .span2:before,
  .section-story-block.text-center.title-bar-with-icon .related-articles-home h2 .span2:before,
  .related-articles-home .section-story-block.text-center.title-bar-with-icon h2 .span2:before,
  .section-story-block.text-center.title-bar-with-icon .related-articles h2 .span2:before,
  .related-articles .section-story-block.text-center.title-bar-with-icon h2 .span2:before,
  .section-story-block.text-center.title-bar-with-icon .view-clients-home h2 .span2:before,
  .view-clients-home .section-story-block.text-center.title-bar-with-icon h2 .span2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span1, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles-home h2 .span1, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span1,
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span1, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .view-clients-home h2 .span1, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span1,
.related-articles-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span1,
.view-clients-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span1,
.related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles h2 .span1,
.related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span1,
.view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span1,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span1,
.section-story-block.text-center.title-bar-no-icon .related-articles-home h2 .span1,
.related-articles-home .section-story-block.text-center.title-bar-no-icon h2 .span1,
.section-story-block.text-center.title-bar-no-icon .related-articles h2 .span1,
.related-articles .section-story-block.text-center.title-bar-no-icon h2 .span1,
.section-story-block.text-center.title-bar-no-icon .view-clients-home h2 .span1,
.view-clients-home .section-story-block.text-center.title-bar-no-icon h2 .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span2, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles-home h2 .span2, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2,
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles h2 .span2,
.related-articles .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .view-clients-home h2 .span2, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span2,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span2,
.related-articles-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles h2 .span2,
.related-articles .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span2,
.view-clients-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span2,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span2,
.related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles h2 .span2,
.related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span2,
.view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span2,
.section-story-block.text-center.title-bar-no-icon .related-articles-home h2 .span2,
.related-articles-home .section-story-block.text-center.title-bar-no-icon h2 .span2,
.section-story-block.text-center.title-bar-no-icon .related-articles h2 .span2,
.related-articles .section-story-block.text-center.title-bar-no-icon h2 .span2,
.section-story-block.text-center.title-bar-no-icon .view-clients-home h2 .span2,
.view-clients-home .section-story-block.text-center.title-bar-no-icon h2 .span2 {
  display: block;
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span2:before, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles-home h2 .span2:before, .related-articles-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2:before, .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon .view-clients-home h2 .span2:before, .view-clients-home .paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span2:before,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span2:before,
.related-articles-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span2:before,
.view-clients-home .paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span2:before,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles-home h2 .span2:before,
.related-articles-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon .view-clients-home h2 .span2:before,
.view-clients-home .paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2 .span2:before,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span2:before,
.section-story-block.text-center.title-bar-no-icon .related-articles-home h2 .span2:before,
.related-articles-home .section-story-block.text-center.title-bar-no-icon h2 .span2:before,
.section-story-block.text-center.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .section-story-block.text-center.title-bar-no-icon h2 .span2:before,
.section-story-block.text-center.title-bar-no-icon .view-clients-home h2 .span2:before,
.view-clients-home .section-story-block.text-center.title-bar-no-icon h2 .span2:before {
  display: none;
}

.paragraph--type--s2-cards.title-bar-with-icon h2.section-title:before, .paragraph--type--s2-cards.title-bar-with-icon .related-articles-home h2:before, .related-articles-home .paragraph--type--s2-cards.title-bar-with-icon h2:before,
.paragraph--type--s2-cards.title-bar-with-icon .related-articles h2:before,
.related-articles .paragraph--type--s2-cards.title-bar-with-icon h2:before, .paragraph--type--s2-cards.title-bar-with-icon .view-clients-home h2:before, .view-clients-home .paragraph--type--s2-cards.title-bar-with-icon h2:before,
.paragraph--type--s2-cards.title-bar-with-icon h2.section-title .span2:before,
.paragraph--type--s2-cards.title-bar-with-icon .related-articles-home h2 .span2:before,
.related-articles-home .paragraph--type--s2-cards.title-bar-with-icon h2 .span2:before,
.paragraph--type--s2-cards.title-bar-with-icon .related-articles h2 .span2:before,
.related-articles .paragraph--type--s2-cards.title-bar-with-icon h2 .span2:before,
.paragraph--type--s2-cards.title-bar-with-icon .view-clients-home h2 .span2:before,
.view-clients-home .paragraph--type--s2-cards.title-bar-with-icon h2 .span2:before {
  display: none;
}
.paragraph--type--s2-cards.title-bar-with-icon .s2_cards__field-name-cards-title .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .paragraph--type--s2-cards.title-bar-with-icon .s2_cards__field-name-cards-title .span2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}
.paragraph--type--s2-cards.title-bar-no-icon h2.section-title:before, .paragraph--type--s2-cards.title-bar-no-icon .related-articles-home h2:before, .related-articles-home .paragraph--type--s2-cards.title-bar-no-icon h2:before,
.paragraph--type--s2-cards.title-bar-no-icon .related-articles h2:before,
.related-articles .paragraph--type--s2-cards.title-bar-no-icon h2:before, .paragraph--type--s2-cards.title-bar-no-icon .view-clients-home h2:before, .view-clients-home .paragraph--type--s2-cards.title-bar-no-icon h2:before,
.paragraph--type--s2-cards.title-bar-no-icon h2.section-title .span2:before,
.paragraph--type--s2-cards.title-bar-no-icon .related-articles-home h2 .span2:before,
.related-articles-home .paragraph--type--s2-cards.title-bar-no-icon h2 .span2:before,
.paragraph--type--s2-cards.title-bar-no-icon .related-articles h2 .span2:before,
.related-articles .paragraph--type--s2-cards.title-bar-no-icon h2 .span2:before,
.paragraph--type--s2-cards.title-bar-no-icon .view-clients-home h2 .span2:before,
.view-clients-home .paragraph--type--s2-cards.title-bar-no-icon h2 .span2:before {
  display: none;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span1 {
  background: #E82B4E;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span2 {
  display: block;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span2:before {
  display: none;
}

.section-twitter {
  background: transparent;
  overflow: hidden;
}
.section-twitter .intro .section-title, .section-twitter .intro .related-articles-home h2, .related-articles-home .section-twitter .intro h2,
.section-twitter .intro .related-articles h2,
.related-articles .section-twitter .intro h2, .section-twitter .intro .view-clients-home h2, .view-clients-home .section-twitter .intro h2 {
  text-align: center;
}
.section-twitter .intro .intro-body {
  text-align: center;
}
.section-twitter .widget-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 575.98px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title, .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .related-articles-home h2, .related-articles-home .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2,
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .related-articles h2,
  .related-articles .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2, .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .view-clients-home h2, .view-clients-home .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2 {
    padding-top: 5vw;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title, .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .related-articles-home h2, .related-articles-home .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2,
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .related-articles h2,
  .related-articles .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2, .section-video-embed.paragraph--view-mode--video-1 .text-wrapper .view-clients-home h2, .view-clients-home .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2 {
    padding-top: 8vw;
  }
}

@media (max-width: 575.98px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 10vw 5vw;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 8vw 8vw;
  }
}
.section-video-embed.paragraph--view-mode--video-2 .video__story-block-video {
  width: 100%;
  max-width: 1080px;
}

.section-video-embed.paragraph--view-mode--video-3 .mfp-video-embed-popup {
  text-align: center;
}

.section-video-embed {
  background: transparent;
}
.section-video-embed .intro .section-title, .section-video-embed .intro .related-articles-home h2, .related-articles-home .section-video-embed .intro h2,
.section-video-embed .intro .related-articles h2,
.related-articles .section-video-embed .intro h2, .section-video-embed .intro .view-clients-home h2, .view-clients-home .section-video-embed .intro h2 {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-video-embed .intro .intro-body {
  text-align: center;
  color: rgb(0, 0, 0);
}
.section-video-embed .embed-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video-embed .video__story-block-video {
  width: 100%;
}
.section-video-embed .embedded-video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.section-video-embed .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-video-embed.light-bg-dark-text {
  background: #fff;
}
.section-video-embed.light-bg-dark-text .intro .section-title, .section-video-embed.light-bg-dark-text .intro .related-articles-home h2, .related-articles-home .section-video-embed.light-bg-dark-text .intro h2,
.section-video-embed.light-bg-dark-text .intro .related-articles h2,
.related-articles .section-video-embed.light-bg-dark-text .intro h2, .section-video-embed.light-bg-dark-text .intro .view-clients-home h2, .view-clients-home .section-video-embed.light-bg-dark-text .intro h2 {
  color: rgba(0, 0, 0, 0.8);
}
.section-video-embed.light-bg-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-video-embed.light-bg-dark-text .intro .intro-body a {
  color: #E82B4E;
}
.section-video-embed.light-bg-dark-text .intro .intro-body a:hover {
  color: #9c112b;
}
.section-video-embed.dark-bg-light-text {
  background: #000;
}
.section-video-embed.dark-bg-light-text .intro .section-title, .section-video-embed.dark-bg-light-text .intro .related-articles-home h2, .related-articles-home .section-video-embed.dark-bg-light-text .intro h2,
.section-video-embed.dark-bg-light-text .intro .related-articles h2,
.related-articles .section-video-embed.dark-bg-light-text .intro h2, .section-video-embed.dark-bg-light-text .intro .view-clients-home h2, .view-clients-home .section-video-embed.dark-bg-light-text .intro h2 {
  color: #fff;
}
.section-video-embed.dark-bg-light-text .intro .intro-body {
  color: #fff;
}
.section-video-embed.dark-bg-light-text .intro .intro-body a {
  color: #E82B4E;
}
.section-video-embed.dark-bg-light-text .intro .intro-body a:hover {
  color: #f2879b;
}

.section-contact {
  background: transparent;
}
.section-contact .intro .section-title, .section-contact .intro .related-articles-home h2, .related-articles-home .section-contact .intro h2,
.section-contact .intro .related-articles h2,
.related-articles .section-contact .intro h2, .section-contact .intro .view-clients-home h2, .view-clients-home .section-contact .intro h2 {
  text-align: center;
}
.section-contact .intro .intro-body {
  text-align: center;
}
.section-contact .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: #f1f4f7;
  padding: 20px;
  border-radius: 10px;
}
.section-contact .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-contact .contact-detail i {
  flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}
.section-contact .contact-detail p {
  margin: 0;
}
.section-contact .contact-detail span.country {
  display: none;
}
.section-contact .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.125em;
}
.section-contact .wufoo-form-container form.wufoo .info h2 {
  display: none;
}

.page-about .hero-about {
  background: linear-gradient(137deg, rgb(232, 43, 78) 14%, rgb(172, 24, 109) 54%, rgb(98, 21, 105) 96%);
  border-radius: 20px;
}
.page-about .hero-about .hero-overlay {
  background: transparent url(../images/logo-white-vertical-ghost.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.page-about .section.about-bio {
  min-height: 50vw;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.page-about .section.about-bio .image-overlay {
  background: url(../images/compass-outline-white.svg) no-repeat fixed left -10vw top -10vw;
  background-size: 60vw auto;
  opacity: 0.3;
}
@media (max-width: 575.98px) {
  .page-about .section.about-bio .image-overlay {
    background-attachment: scroll;
    background-size: auto 70vh;
    background-position: left -150px center;
    display: block;
    opacity: 0.25;
  }
}
.page-about .section.about-bio .story-block-inner {
  min-height: 50vw;
}
.page-about .cards-leadership {
  padding: 8vw 0 0;
}
.page-about .cards-leadership .cards-leadership h2.section-title, .page-about .cards-leadership .cards-leadership .related-articles-home h2, .related-articles-home .page-about .cards-leadership .cards-leadership h2,
.page-about .cards-leadership .cards-leadership .related-articles h2,
.related-articles .page-about .cards-leadership .cards-leadership h2, .page-about .cards-leadership .cards-leadership .view-clients-home h2, .view-clients-home .page-about .cards-leadership .cards-leadership h2 {
  border-bottom: 2px solid #E82B4E;
  padding-bottom: 0.5em;
}
.page-about .cards-leadership .col-lg-8 {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}
.page-about .cards-leadership h2.section-title, .page-about .cards-leadership .related-articles-home h2, .related-articles-home .page-about .cards-leadership h2,
.page-about .cards-leadership .related-articles h2,
.related-articles .page-about .cards-leadership h2, .page-about .cards-leadership .view-clients-home h2, .view-clients-home .page-about .cards-leadership h2 {
  padding-bottom: 0.4em;
  border-bottom: 2px solid #E82B4E;
  margin-bottom: 1em;
}
.page-about .cards-leadership .card {
  background: transparent;
  gap: 30px;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .card {
    flex-direction: row;
    gap: 4vw;
  }
}
.page-about .cards-leadership .row > .card-item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .row > .card-item {
    margin-bottom: 6vw;
  }
}
.page-about .cards-leadership .card-item {
  padding: 0;
}
.page-about .cards-leadership .card-item > a:hover .card {
  transform: none;
  box-shadow: none;
}
.page-about .cards-leadership .card-image {
  padding: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .card-image {
    flex: 0 0 25vw;
  }
}
.page-about .cards-leadership .card.photo .card-image img {
  border-radius: 50%;
}
.page-about .cards-leadership .card-body {
  background: #fff;
  padding: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .card-body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.page-about .cards-leadership .card-body h3.card-title {
  font-size: 1.6em;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .card-body h3.card-title {
    text-align: left;
  }
}
.page-about .cards-leadership .card-body .card-text p {
  font-size: 1.2em;
}
.page-about .cards-leadership .card-body .card-text h4 {
  font-size: 1.4em;
  font-style: italic;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-about .cards-leadership .card-body .card-text h4 {
    text-align: left;
  }
}
.page-about .cards-leadership .card-link {
  flex: 0 0 auto;
}
.page-about #paragraph-id--9 .card {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.page-news .l-content-main-wrapper,
.page-news-media .l-content-main-wrapper,
.page-news-press-releases .l-content-main-wrapper,
.page-news-blog .l-content-main-wrapper {
  padding-top: 0;
}

.news-subnav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}
.news-subnav a {
  padding: 5px 10px;
  display: inline-block;
}

.article-list-grid .card {
  border: 0;
}
.article-list-grid .css-grid {
  margin-bottom: 0;
  grid-gap: 0;
}
@media (min-width: 768px) {
  .article-list-grid .css-grid {
    grid-template-columns: 1fr;
  }
  .article-list-grid .css-grid .field-name-field-article-hero-image {
    width: 100%;
  }
}
.article-list-grid li.grid-item {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .article-list-grid li.grid-item {
    padding: 4vw;
  }
}
.article-list-grid .css-grid li.grid-item:first-child,
.article-list-grid .grid li.grid-item:first-child {
  padding-top: 0;
}

.node--type-article.node--view-mode-teaser {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .node--type-article.node--view-mode-teaser {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .article-featured-thumbnail.article-featured-column-1 {
    flex: 1 1 40%;
    max-width: 400px;
  }
}
.article-featured-thumbnail.article-featured-column-1 figure {
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-featured-thumbnail.article-featured-column-1 figure {
    margin: 0;
  }
}
.article-featured-thumbnail.article-featured-column-1 figure img {
  transition: all 0.3s ease-in-out;
}
.article-featured-thumbnail.article-featured-column-1 figure:hover img {
  transform: scale(1.2);
}

.article-featured-text.article-featured-column-2 {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .article-featured-text.article-featured-column-2 {
    padding-left: 4vw;
  }
}
.article-featured-text.article-featured-column-2 div[class*=-post-date] {
  order: 1;
}
.article-featured-text.article-featured-column-2 .post-date {
  padding: 8px 10px;
  border: 1px solid #cbcbcb;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  color: #777;
  font-weight: 900;
  letter-spacing: 0.25em;
}
.article-featured-text.article-featured-column-2 div[class*=-node-title] {
  order: 2;
}
.article-featured-text.article-featured-column-2 .article__client {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0 0 10px;
  font-size: 14px;
}
.article-featured-text.article-featured-column-2 .article__client .field__item:after {
  content: ",";
  padding-right: 10px;
}
.article-featured-text.article-featured-column-2 .article__client .field__item:last-child {
  padding: 0;
}
.article-featured-text.article-featured-column-2 .article__client .field__item:last-child:after {
  display: none;
}
.article-featured-text.article-featured-column-2 .article__client a {
  text-decoration: none;
}
.article-featured-text.article-featured-column-2 .title a {
  text-decoration: none;
  color: #000;
}
.article-featured-text.article-featured-column-2 .title a:hover {
  color: #E82B4E;
}

.page-news .article-list-grid .field-name-node-title h3,
.page-news .article-list-grid .title-wrapper h3 {
  margin-bottom: 15px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.page-news .article-list-grid .field-name-node-title h3 a,
.page-news .article-list-grid .title-wrapper h3 a {
  color: rgb(0, 0, 0);
}
.page-news .article-list-grid .field-name-node-title h3 a:hover,
.page-news .article-list-grid .title-wrapper h3 a:hover {
  color: #fefc53;
}

.view_id-articles-display_id-cards-short .article-teaser-cards .card,
.view_id-articles-display_id-client-articles .article-teaser-cards .card {
  border: 0;
}
.view_id-articles-display_id-cards-short .article-teaser-cards .css-grid,
.view_id-articles-display_id-client-articles .article-teaser-cards .css-grid {
  margin-bottom: 0;
  grid-gap: 0;
}
@media (min-width: 768px) {
  .view_id-articles-display_id-cards-short .article-teaser-cards .css-grid,
  .view_id-articles-display_id-client-articles .article-teaser-cards .css-grid {
    grid-template-columns: 1fr;
  }
  .view_id-articles-display_id-cards-short .article-teaser-cards .css-grid .field-name-field-article-hero-image,
  .view_id-articles-display_id-client-articles .article-teaser-cards .css-grid .field-name-field-article-hero-image {
    width: 100%;
  }
}
.view_id-articles-display_id-cards-short .article-teaser-cards li.grid-item,
.view_id-articles-display_id-client-articles .article-teaser-cards li.grid-item {
  padding: 4vw 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media (max-width: 575.98px) {
  .view_id-articles-display_id-cards-short .article-teaser-cards li.grid-item,
  .view_id-articles-display_id-client-articles .article-teaser-cards li.grid-item {
    padding: 20px 0;
  }
}
.view_id-articles-display_id-cards-short .article-teaser-cards .css-grid li.grid-item:first-child,
.view_id-articles-display_id-cards-short .article-teaser-cards .grid li.grid-item:first-child,
.view_id-articles-display_id-client-articles .article-teaser-cards .css-grid li.grid-item:first-child,
.view_id-articles-display_id-client-articles .article-teaser-cards .grid li.grid-item:first-child {
  padding-top: 0;
}

@media (max-width: 575.98px) {
  .view_id-articles h2,
  .view_id-articles-display_id-page-1 h2,
  .node--view-mode-teaser h2,
  .article-teaser-cards h2,
  .section-news .view_id-taxonomy-term h2,
  .section-taxonomy .view_id-taxonomy-term h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .view_id-articles h2,
  .view_id-articles-display_id-page-1 h2,
  .node--view-mode-teaser h2,
  .article-teaser-cards h2,
  .section-news .view_id-taxonomy-term h2,
  .section-taxonomy .view_id-taxonomy-term h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .view_id-articles h2,
  .view_id-articles-display_id-page-1 h2,
  .node--view-mode-teaser h2,
  .article-teaser-cards h2,
  .section-news .view_id-taxonomy-term h2,
  .section-taxonomy .view_id-taxonomy-term h2 {
    font-size: 26px;
  }
}
.view_id-articles .article-hero-img,
.view_id-articles .field-name-field-article-hero-image,
.view_id-articles-display_id-page-1 .article-hero-img,
.view_id-articles-display_id-page-1 .field-name-field-article-hero-image,
.node--view-mode-teaser .article-hero-img,
.node--view-mode-teaser .field-name-field-article-hero-image,
.article-teaser-cards .article-hero-img,
.article-teaser-cards .field-name-field-article-hero-image,
.section-news .view_id-taxonomy-term .article-hero-img,
.section-news .view_id-taxonomy-term .field-name-field-article-hero-image,
.section-taxonomy .view_id-taxonomy-term .article-hero-img,
.section-taxonomy .view_id-taxonomy-term .field-name-field-article-hero-image {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.view_id-articles .article-hero-img img,
.view_id-articles .field-name-field-article-hero-image img,
.view_id-articles-display_id-page-1 .article-hero-img img,
.view_id-articles-display_id-page-1 .field-name-field-article-hero-image img,
.node--view-mode-teaser .article-hero-img img,
.node--view-mode-teaser .field-name-field-article-hero-image img,
.article-teaser-cards .article-hero-img img,
.article-teaser-cards .field-name-field-article-hero-image img,
.section-news .view_id-taxonomy-term .article-hero-img img,
.section-news .view_id-taxonomy-term .field-name-field-article-hero-image img,
.section-taxonomy .view_id-taxonomy-term .article-hero-img img,
.section-taxonomy .view_id-taxonomy-term .field-name-field-article-hero-image img {
  width: 100%;
}
.view_id-articles .article-hero-img a:hover,
.view_id-articles .field-name-field-article-hero-image a:hover,
.view_id-articles-display_id-page-1 .article-hero-img a:hover,
.view_id-articles-display_id-page-1 .field-name-field-article-hero-image a:hover,
.node--view-mode-teaser .article-hero-img a:hover,
.node--view-mode-teaser .field-name-field-article-hero-image a:hover,
.article-teaser-cards .article-hero-img a:hover,
.article-teaser-cards .field-name-field-article-hero-image a:hover,
.section-news .view_id-taxonomy-term .article-hero-img a:hover,
.section-news .view_id-taxonomy-term .field-name-field-article-hero-image a:hover,
.section-taxonomy .view_id-taxonomy-term .article-hero-img a:hover,
.section-taxonomy .view_id-taxonomy-term .field-name-field-article-hero-image a:hover {
  opacity: 0.8;
}
.view_id-articles .field-name-node-title h3,
.view_id-articles .title-wrapper h3,
.view_id-articles-display_id-page-1 .field-name-node-title h3,
.view_id-articles-display_id-page-1 .title-wrapper h3,
.node--view-mode-teaser .field-name-node-title h3,
.node--view-mode-teaser .title-wrapper h3,
.article-teaser-cards .field-name-node-title h3,
.article-teaser-cards .title-wrapper h3,
.section-news .view_id-taxonomy-term .field-name-node-title h3,
.section-news .view_id-taxonomy-term .title-wrapper h3,
.section-taxonomy .view_id-taxonomy-term .field-name-node-title h3,
.section-taxonomy .view_id-taxonomy-term .title-wrapper h3 {
  margin-bottom: 15px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.view_id-articles .field-name-node-title h3 a,
.view_id-articles .title-wrapper h3 a,
.view_id-articles-display_id-page-1 .field-name-node-title h3 a,
.view_id-articles-display_id-page-1 .title-wrapper h3 a,
.node--view-mode-teaser .field-name-node-title h3 a,
.node--view-mode-teaser .title-wrapper h3 a,
.article-teaser-cards .field-name-node-title h3 a,
.article-teaser-cards .title-wrapper h3 a,
.section-news .view_id-taxonomy-term .field-name-node-title h3 a,
.section-news .view_id-taxonomy-term .title-wrapper h3 a,
.section-taxonomy .view_id-taxonomy-term .field-name-node-title h3 a,
.section-taxonomy .view_id-taxonomy-term .title-wrapper h3 a {
  color: rgb(0, 0, 0);
}
.view_id-articles .field-name-node-title h3 a:hover,
.view_id-articles .title-wrapper h3 a:hover,
.view_id-articles-display_id-page-1 .field-name-node-title h3 a:hover,
.view_id-articles-display_id-page-1 .title-wrapper h3 a:hover,
.node--view-mode-teaser .field-name-node-title h3 a:hover,
.node--view-mode-teaser .title-wrapper h3 a:hover,
.article-teaser-cards .field-name-node-title h3 a:hover,
.article-teaser-cards .title-wrapper h3 a:hover,
.section-news .view_id-taxonomy-term .field-name-node-title h3 a:hover,
.section-news .view_id-taxonomy-term .title-wrapper h3 a:hover,
.section-taxonomy .view_id-taxonomy-term .field-name-node-title h3 a:hover,
.section-taxonomy .view_id-taxonomy-term .title-wrapper h3 a:hover {
  color: #E82B4E;
}
.view_id-articles .article-deck,
.view_id-articles .field-name-article-subtitle,
.view_id-articles-display_id-page-1 .article-deck,
.view_id-articles-display_id-page-1 .field-name-article-subtitle,
.node--view-mode-teaser .article-deck,
.node--view-mode-teaser .field-name-article-subtitle,
.article-teaser-cards .article-deck,
.article-teaser-cards .field-name-article-subtitle,
.section-news .view_id-taxonomy-term .article-deck,
.section-news .view_id-taxonomy-term .field-name-article-subtitle,
.section-taxonomy .view_id-taxonomy-term .article-deck,
.section-taxonomy .view_id-taxonomy-term .field-name-article-subtitle {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .field--name-dynamic-block-fieldnode-related-articles {
    padding: 0;
  }
}

.block-views-blockarticles-cards-short h2,
.view-id-articles--articles_by_term h2,
.section-news .field--name-dynamic-block-fieldnode-related-articles h2,
.block-views-block-articles-client-articles h2 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-transform: none;
  border-bottom: 0px solid #ccc;
  letter-spacing: -0.02em;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .block-views-blockarticles-cards-short h2,
  .view-id-articles--articles_by_term h2,
  .section-news .field--name-dynamic-block-fieldnode-related-articles h2,
  .block-views-block-articles-client-articles h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .block-views-blockarticles-cards-short h2,
  .view-id-articles--articles_by_term h2,
  .section-news .field--name-dynamic-block-fieldnode-related-articles h2,
  .block-views-block-articles-client-articles h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .block-views-blockarticles-cards-short h2,
  .view-id-articles--articles_by_term h2,
  .section-news .field--name-dynamic-block-fieldnode-related-articles h2,
  .block-views-block-articles-client-articles h2 {
    font-size: 45px;
  }
}

.view_id-articles {
  position: relative;
}

.article-node .hero-wrapper,
.node--type-article .hero-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-node .hero-wrapper .article__client,
.node--type-article .hero-wrapper .article__client {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 9px 10px 5px 110px;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
  position: relative;
}
.article-node .hero-wrapper .article__client:before,
.node--type-article .hero-wrapper .article__client:before {
  content: "Client";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  padding: 8px 10px;
  background: #000;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
.article-node .hero-wrapper .article__client .field__item:after,
.node--type-article .hero-wrapper .article__client .field__item:after {
  content: ",";
  padding-right: 10px;
}
.article-node .hero-wrapper .article__client .field__item:last-child,
.node--type-article .hero-wrapper .article__client .field__item:last-child {
  padding: 0;
}
.article-node .hero-wrapper .article__client .field__item:last-child:after,
.node--type-article .hero-wrapper .article__client .field__item:last-child:after {
  display: none;
}
.article-node .hero-wrapper .article__client a,
.node--type-article .hero-wrapper .article__client a {
  text-decoration: none;
}
.article-node .hero-wrapper .article__client a:hover,
.node--type-article .hero-wrapper .article__client a:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .article-node .hero-wrapper .hero-info,
  .node--type-article .hero-wrapper .hero-info {
    margin: 0 0px 40px;
  }
}
@media (min-width: 768px) {
  .article-node .hero-wrapper .hero-info,
  .node--type-article .hero-wrapper .hero-info {
    max-width: 40em;
    margin: 0 24px 4vw;
  }
}
.article-node .hero-wrapper .hero-info h1,
.node--type-article .hero-wrapper .hero-info h1 {
  margin-bottom: 0;
  text-align: left;
  border: 0;
}
.article-node .hero-wrapper .hero-info h3,
.node--type-article .hero-wrapper .hero-info h3 {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: normal;
  color: #226c95;
}
.article-node .hero-wrapper .hero-info .post-date,
.node--type-article .hero-wrapper .hero-info .post-date {
  padding: 8px 10px;
  border: 1px solid #cbcbcb;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  color: #777;
  font-weight: 900;
  letter-spacing: 0.25em;
}
.article-node .hero-wrapper .hero-info span.author-name,
.node--type-article .hero-wrapper .hero-info span.author-name {
  font-size: 16px;
}
.article-node .hero-wrapper .hero-info span.author-picture,
.node--type-article .hero-wrapper .hero-info span.author-picture {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.article-node .hero-wrapper .hero-info span.author-picture a,
.node--type-article .hero-wrapper .hero-info span.author-picture a {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
}
.article-node .hero-wrapper .hero-info span.author-picture img,
.node--type-article .hero-wrapper .hero-info span.author-picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-node .hero-wrapper .hero-image,
.node--type-article .hero-wrapper .hero-image {
  margin-bottom: 4vw;
}
.article-node .hero-wrapper .hero-image .media,
.node--type-article .hero-wrapper .hero-image .media {
  flex-direction: column;
}
.article-node .hero-wrapper .hero-image .field-name-image,
.node--type-article .hero-wrapper .hero-image .field-name-image {
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  width: 100%;
  padding: 0 8vw;
}
.article-node .hero-wrapper .hero-image img,
.node--type-article .hero-wrapper .hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.article-node .hero-wrapper .hero-image figure,
.node--type-article .hero-wrapper .hero-image figure {
  margin: 0;
}
.article-node .hero-wrapper .field-name-image-byline,
.node--type-article .hero-wrapper .field-name-image-byline {
  font-size: 15px;
  text-align: right;
}

.article__body .wp-block-group img {
  max-width: 100%;
  margin: 3em auto;
  display: block;
}
.article__body .media {
  margin: 3em auto;
}
.article__body p {
  max-width: 38em;
  margin: 0 auto 1.5em;
}

.article-node .field-name-body.article__field-name-body,
.article-node .paragraph--type-text {
  max-width: 40em;
  margin: 0 auto;
}
.article-node .field-name-body.article__field-name-body h3,
.article-node .paragraph--type-text h3 {
  margin: 1.5em 0 1em;
}

.article-node .field-name-dynamic-block-fieldnode-article-pager {
  margin: 4vw auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.node--type-article div[class*=-article-pager] {
  margin: 4vw 0 8vw;
}

.article__tags {
  display: flex;
  gap: 12px;
  font-size: 14px;
  margin: 4vw 0;
  flex-wrap: wrap;
  justify-content: center;
}
.article__tags a {
  display: inline-block;
  background: #efefef;
  padding: 3px 16px;
  border-radius: 25px;
  text-decoration: none;
  color: #000;
}

.article-node .article-related-links {
  margin-top: 2em;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 20px;
  font-size: 17px;
  background: #f5f5f5;
}
@media (max-width: 575.98px) {
  .article-node .article-related-links {
    justify-content: center;
    text-align: center;
  }
}
.article-node .article-related-links .field .field {
  font-weight: bold;
  margin-left: 8px;
}
.article-node .article-related-links a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: underline;
}

.field--name-field-media-oembed-video {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.field--name-field-media-oembed-video iframe.media-oembed-content {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .role--administrator .view_id-case-studies {
    padding-top: 35px;
  }
}

.page-case-studies .field--type-image figure {
  margin-bottom: 0.5em;
}
.page-case-studies .field--type-image figure img {
  width: 100%;
  height: auto;
}
.page-case-studies li.grid-item {
  cursor: pointer;
  text-align: center;
}
.page-case-studies li.grid-item figure {
  overflow: hidden;
  border-radius: 15px;
}
.page-case-studies li.grid-item img {
  transition: all 0.3s ease-in-out;
}
.page-case-studies li.grid-item:hover figure img {
  transform: scale(1.2);
}
.page-case-studies li.grid-item:hover h2 {
  color: #E82B4E;
}
.page-case-studies li.grid-item .case_study__case-study-subtitle {
  font-size: 0.75em;
}
.page-case-studies li.grid-item .case_study__case-study-subtitle p {
  margin: 0;
}

.case-study-node .case_study__case-study-client {
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.case-study-node .case_study__case-study-client a {
  display: inline-block;
  padding: 5px 12px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.case-study-node .case_study__case-study-client a:hover {
  background: #E82B4E;
}
.case-study-node .case_study__node-title {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .case-study-node .case_study__node-title {
    max-width: 65vw;
  }
}
.case-study-node .case_study__body {
  margin: 4vw auto;
  max-width: 40em;
}
.case-study-node .case-challenge,
.case-study-node .case-solution,
.case-study-node .case-impact {
  max-width: 40em;
  margin: 4vw auto;
}
.case-study-node .case-challenge h2.section-title, .case-study-node .case-challenge .related-articles-home h2, .related-articles-home .case-study-node .case-challenge h2,
.case-study-node .case-challenge .related-articles h2,
.related-articles .case-study-node .case-challenge h2, .case-study-node .case-challenge .view-clients-home h2, .view-clients-home .case-study-node .case-challenge h2,
.case-study-node .case-solution h2.section-title,
.case-study-node .case-solution .related-articles-home h2,
.related-articles-home .case-study-node .case-solution h2,
.case-study-node .case-solution .related-articles h2,
.related-articles .case-study-node .case-solution h2,
.case-study-node .case-solution .view-clients-home h2,
.view-clients-home .case-study-node .case-solution h2,
.case-study-node .case-impact h2.section-title,
.case-study-node .case-impact .related-articles-home h2,
.related-articles-home .case-study-node .case-impact h2,
.case-study-node .case-impact .related-articles h2,
.related-articles .case-study-node .case-impact h2,
.case-study-node .case-impact .view-clients-home h2,
.view-clients-home .case-study-node .case-impact h2 {
  border-bottom: 2px solid #E82B4E;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.case-study-node .field--type-image {
  margin: 4vw auto;
}
@media (max-width: 575.98px) {
  .case-study-node .field--type-image {
    margin: 30px auto;
  }
}

.page-clients .views-exposed-form .form-item {
  width: 300px;
  display: flex;
  align-items: center;
  margin: 0;
}
.page-clients .views-exposed-form label {
  margin-right: 20px;
}
.page-clients .views-exposed-form select {
  margin: 0;
}
.page-clients li.grid-item {
  cursor: pointer;
  text-align: center;
}
.page-clients li.grid-item .client__client-main-image-image {
  overflow: hidden;
  margin-bottom: 0.5em;
  border-radius: 15px;
}
.page-clients li.grid-item img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.page-clients li.grid-item:hover .client__client-main-image-image img {
  transform: scale(1.2);
}
.page-clients li.grid-item:hover h2 {
  color: #E82B4E;
}
.page-clients li.grid-item .case_study__case-study-subtitle {
  font-size: 0.75em;
}
.page-clients li.grid-item .case_study__case-study-subtitle p {
  margin: 0;
}

body[class*=page-clients-] h2 {
  margin-bottom: 0.5em;
}
body[class*=page-clients-] .l-content-main,
body[class*=page-clients-] .l-content-main-wrapper {
  padding-bottom: 0;
}

.client-row-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 4vw;
  padding: 4vw 30px;
  background: #e6e9eb;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .client-row-1 {
    flex-direction: column;
  }
}
.client-row-1 .text-group {
  flex: 0 0 50%;
  padding-right: 4vw;
}
.client-row-1 .client__client-categories {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.client-row-1 .client__client-categories a {
  display: inline-block;
  padding: 5px 12px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8em;
}
.client-row-1 .client__client-categories a:hover {
  background: #E82B4E;
}
.client-row-1 h1.page-title {
  border: 0;
  padding: 0;
}
.client-row-1 .download-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
.client-row-1 .download-link h2 {
  font-size: 8em;
}
.client-row-1 .download-link a {
  text-decoration: underline;
  font-size: 18px;
}
.client-row-1 .request-interview-link {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.client-row-1 .request-interview-link:hover {
  text-decoration: none;
}
.client-row-1 .request-interview-link:hover, .client-row-1 .request-interview-link:active, .client-row-1 .request-interview-link:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}

.client-row-2 .section-bio {
  margin: 0 auto;
  padding: 4vw;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}
.client-row-2 .section-bio h2,
.client-row-2 .section-bio .bio-body {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.client-row-2 .section-connect {
  padding: 4vw;
  border-bottom: 10px solid #000;
  margin-bottom: 6vw;
}
.client-row-2 .section-connect h2 {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.client-row-2 .section-connect .connect-links-wrapper {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 30px 0;
}
.client-row-2 .section-connect .connect-links-wrapper a {
  font-size: 0px;
  display: block;
  width: 35px;
  height: 35px;
  opacity: 0.3;
}
.client-row-2 .section-connect .connect-links-wrapper a:hover {
  opacity: 1;
}
.client-row-2 .section-connect .client__www-social a {
  background: transparent url(../images/icons/client-connect/icon-display.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
.client-row-2 .section-connect .client__youtube-social a {
  background: transparent url(../images/icons/client-connect/icon-youtube.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
.client-row-2 .section-connect .client__spotify-social a {
  background: transparent url(../images/icons/client-connect/icon-spotify.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
.client-row-2 .section-connect .client__instagram-social a {
  background: transparent url(../images/icons/client-connect/icon-instagram.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
.client-row-2 .section-connect .client__tiktok-social a {
  background: transparent url(../images/icons/client-connect/icon-tiktok.svg) no-repeat scroll center center;
  background-size: auto 100%;
}
.client-row-2 .section-connect .client__facebook-social a {
  background: transparent url(../images/icons/client-connect/icon-facebook-f.svg) no-repeat scroll center center;
  background-size: auto 100%;
}
.client-row-2 .section-connect .client__x-social a {
  background: transparent url(../images/icons/client-connect/icon-x-twitter.svg) no-repeat scroll center center;
  background-size: 100% auto;
}
.client-row-2 .section-connect .client__amazon-social a {
  background: transparent url(../images/icons/client-connect/icon-amazon.svg) no-repeat scroll center center;
  background-size: auto 100%;
}
.client-row-2 #block-views-block-articles-client-articles h2 {
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.webform-submission-contact-form-form .webform-flexbox.form-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 30px;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .webform-submission-contact-form-form .webform-flexbox.form-wrapper {
    max-width: 60vw;
    padding: 40px;
  }
}
.webform-submission-contact-form-form .contact-intro {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .webform-submission-contact-form-form .contact-intro {
    flex-direction: column;
  }
}
.webform-submission-contact-form-form .contact-intro h2 {
  color: #fff;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1;
}
@media (min-width: 576px) {
  .webform-submission-contact-form-form .contact-intro h2 {
    flex: 1 1 50%;
  }
}
.webform-submission-contact-form-form .contact-intro p {
  color: #fff;
  font-size: clamp(20px, 3vw, 26px);
}
@media (min-width: 576px) {
  .webform-submission-contact-form-form .contact-intro p {
    flex: 1 1 50%;
  }
}
.webform-submission-contact-form-form .webform-flex--container {
  margin: 0;
}
@media (min-width: 768px) {
  .webform-submission-contact-form-form .webform-flex--container .webform-name__first {
    margin-right: 20px;
  }
}
.webform-submission-contact-form-form .webform-flexbox .webform-flexbox {
  margin: 0;
}
.webform-submission-contact-form-form .webform-flex {
  margin-bottom: 10px;
}
.webform-submission-contact-form-form .webform-flex input,
.webform-submission-contact-form-form .webform-flex textarea.form-textarea {
  background: #E1E5EA;
  border: 0;
}
.webform-submission-contact-form-form .webform-flex input.form-submit {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.webform-submission-contact-form-form .webform-flex input.form-submit:hover {
  text-decoration: none;
}
.webform-submission-contact-form-form .webform-flex input.form-submit:hover, .webform-submission-contact-form-form .webform-flex input.form-submit:active, .webform-submission-contact-form-form .webform-flex input.form-submit:focus {
  background: #E82B4E;
  border-color: #E82B4E;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .webform-submission-contact-form-form .webform-flex fieldset#edit-name--wrapper {
    margin: 0;
  }
}
.webform-submission-contact-form-form .webform-flex div.form-actions {
  text-align: center;
}
.webform-submission-contact-form-form .webform-flex fieldset.captcha.captcha-type-challenge--math {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.webform-submission-contact-form-form .webform-flex .form-item-captcha-response input {
  max-width: 100px;
}
.webform-submission-contact-form-form .webform-flex legend.captcha__title {
  font-size: 20px;
  padding: 0;
}
.webform-submission-contact-form-form .webform-flex .captcha__element {
  font-size: 15px;
}
.webform-submission-contact-form-form .webform-flex .description {
  font-size: 15px;
}
.webform-submission-contact-form-form .webform-flex span.field-prefix {
  font-size: 20px;
}

.section-clients .block-webform-block,
.section-clients .home-contact-form,
.front .block-webform-block,
.front .home-contact-form {
  padding: 5vw;
  margin: 0 -5%;
  background: #ea3756;
  position: relative;
}
@media (max-width: 575.98px) {
  .section-clients .block-webform-block,
  .section-clients .home-contact-form,
  .front .block-webform-block,
  .front .home-contact-form {
    padding: 40px 20px;
    margin: 0 -24px;
  }
}
.section-clients .block-webform-block:before,
.section-clients .home-contact-form:before,
.front .block-webform-block:before,
.front .home-contact-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/compass-outline-white.svg) no-repeat fixed left -10vw top -10vw;
  background-size: 60vw auto;
  opacity: 0.3;
}
@media (max-width: 575.98px) {
  .section-clients .block-webform-block:before,
  .section-clients .home-contact-form:before,
  .front .block-webform-block:before,
  .front .home-contact-form:before {
    background-attachment: scroll;
    background-size: auto 70vh;
    background-position: left -150px center;
    display: block;
    opacity: 0.25;
  }
}
.section-clients .block-webform-block:after,
.section-clients .home-contact-form:after,
.front .block-webform-block:after,
.front .home-contact-form:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/logo-white-vertical-ghost.svg) no-repeat scroll right top;
  background-size: auto 100%;
}
.section-clients .webform-submission-form,
.front .webform-submission-form {
  position: relative;
  z-index: 1;
}
.section-clients .webform-submission-form input[type=text], .section-clients .webform-submission-form input[type=email], .section-clients .webform-submission-form input[type=tel], .section-clients .webform-submission-form input.form-text, .section-clients .webform-submission-form textarea,
.front .webform-submission-form input[type=text],
.front .webform-submission-form input[type=email],
.front .webform-submission-form input[type=tel],
.front .webform-submission-form input.form-text,
.front .webform-submission-form textarea {
  border-radius: 5px;
}
.section-clients .home-contact-form,
.front .home-contact-form {
  margin: 0;
  padding: 8vw;
}

.page-contact .webform-submission-contact-form-form {
  padding: 8vw;
  margin: 0 -5%;
  background: #ea3756;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-contact .webform-submission-contact-form-form {
    padding: 40px 20px;
    margin: 0 -24px;
  }
}
.page-contact .webform-submission-contact-form-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/compass-outline-white.svg) no-repeat fixed left -10vw top -10vw;
  background-size: 60vw auto;
  opacity: 0.3;
}
@media (max-width: 575.98px) {
  .page-contact .webform-submission-contact-form-form:before {
    background-attachment: scroll;
    background-size: auto 70vh;
    background-position: left -150px center;
    display: block;
    opacity: 0.25;
  }
}
.page-contact .webform-submission-contact-form-form:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/logo-white-vertical-ghost.svg) no-repeat scroll right top;
  background-size: auto 100%;
}
.page-contact .l-content-main,
.page-contact .l-content-main-wrapper {
  padding-bottom: 0;
}

.page-interview-request-form .webform-submission-form {
  background: #f1f4f7;
  padding: 4vw;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.page-interview-request-form .webform-submission-form input[type=text], .page-interview-request-form .webform-submission-form input[type=email], .page-interview-request-form .webform-submission-form input[type=tel], .page-interview-request-form .webform-submission-form input.form-text, .page-interview-request-form .webform-submission-form textarea {
  border-radius: 5px;
}
.page-interview-request-form .webform-submission-form div.form-actions {
  text-align: center;
}
.page-interview-request-form .webform-submission-form input.form-submit {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.page-interview-request-form .webform-submission-form input.form-submit:hover {
  text-decoration: none;
}
.page-interview-request-form .webform-submission-form input.form-submit:hover, .page-interview-request-form .webform-submission-form input.form-submit:active, .page-interview-request-form .webform-submission-form input.form-submit:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}
.page-interview-request-form .webform-submission-form .description {
  font-size: 0.7em;
}
.page-interview-request-form .webform-submission-form .form-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.page-interview-request-form .webform-submission-form .form-item label {
  font-size: 18px;
  font-weight: bold;
}
.page-interview-request-form .webform-submission-form input#edit-interview-date-time-date,
.page-interview-request-form .webform-submission-form input#edit-distribution-date-date {
  height: 45px;
  padding: 10px;
}
.page-interview-request-form .webform-submission-form .form-item-interview-date-time-date,
.page-interview-request-form .webform-submission-form .form-item-interview-date-time-time,
.page-interview-request-form .webform-submission-form .form-item-distribution-date-date,
.page-interview-request-form .webform-submission-form .form-item-distribution-date-time {
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .page-interview-request-form .webform-submission-form .form-item-interview-date-time-date,
  .page-interview-request-form .webform-submission-form .form-item-distribution-date-date {
    margin-bottom: 10px;
  }
}

.front .l-content-main-wrapper {
  padding: 0;
}
@media (max-width: 575.98px) {
  .front .l-content-main-wrapper .l-constrained {
    padding: 0 24px;
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .front .l-content-main-wrapper .l-constrained {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .front .l-content-main-wrapper .l-constrained {
    padding: 0;
  }
}
.front .l-content-main-wrapper .l-content-main {
  padding-bottom: 0;
}
.front .section-hero .hero-overlay {
  background: rgba(0, 0, 0, 0.6) url(../images/logo-white-vertical-ghost.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.front h2.section-title, .front .related-articles-home h2, .related-articles-home .front h2,
.front .related-articles h2,
.related-articles .front h2, .front .view-clients-home h2, .view-clients-home .front h2 {
  font-size: clamp(40px, 6vw, 85px);
}

span.title-highlight {
  color: #E82B4E;
  display: inline-block;
}

span.title-highlight-dark {
  color: #000;
}

.we-guide-brands {
  min-height: 50vw;
  background: transparent url(../images/compass-ghosted.svg) no-repeat fixed left -10vw top -10vw;
  background-size: 60vw auto;
}
@media (max-width: 575.98px) {
  .we-guide-brands {
    background-attachment: scroll;
    background-position: left -100px top -100px;
    background-size: auto 70vh;
  }
}
.we-guide-brands .story-block-inner {
  min-height: 50vw;
}
@media (min-width: 768px) {
  .we-guide-brands .text-wrapper {
    display: flex;
    max-width: 100% !important;
    align-items: center;
  }
}
.we-guide-brands .text-wrapper h2.section-title, .we-guide-brands .text-wrapper .related-articles-home h2, .related-articles-home .we-guide-brands .text-wrapper h2,
.we-guide-brands .text-wrapper .related-articles h2,
.related-articles .we-guide-brands .text-wrapper h2, .we-guide-brands .text-wrapper .view-clients-home h2, .view-clients-home .we-guide-brands .text-wrapper h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .we-guide-brands .text-wrapper h2.section-title, .we-guide-brands .text-wrapper .related-articles-home h2, .related-articles-home .we-guide-brands .text-wrapper h2,
  .we-guide-brands .text-wrapper .related-articles h2,
  .related-articles .we-guide-brands .text-wrapper h2, .we-guide-brands .text-wrapper .view-clients-home h2, .view-clients-home .we-guide-brands .text-wrapper h2 {
    flex: 0 0 50%;
    padding-right: 4vw;
  }
}
.we-guide-brands .text-wrapper .story-block-text {
  font-size: 1.2em;
}

.what-we-do .story-block {
  overflow: visible !important;
}
.what-we-do .story-block-inner {
  padding-top: 0 !important;
}
.what-we-do h2.section-title, .what-we-do .related-articles-home h2, .related-articles-home .what-we-do h2,
.what-we-do .related-articles h2,
.related-articles .what-we-do h2, .what-we-do .view-clients-home h2, .view-clients-home .what-we-do h2 {
  background-color: #E82B4E;
  color: #fff;
  padding: 4vw 6vw;
  display: inline-block;
  margin-top: -7vw;
}
.what-we-do .text-wrapper {
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-we-do .services-list-group {
  display: flex;
  max-width: 100% !important;
  align-items: center;
  padding: 3vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .what-we-do .services-list-group {
    flex-direction: column;
    padding: 35px 0;
  }
}
@media (min-width: 768px) {
  .what-we-do .services-list-group .group-left {
    flex: 0 0 50%;
    padding-right: 4vw;
  }
}
@media (min-width: 768px) {
  .what-we-do .services-list-group .group-right {
    flex: 0 0 50%;
  }
}
.what-we-do .services-list-group h3 {
  text-align: left;
  padding-right: 4vw;
  font-size: clamp(26px, 4vw, 60px);
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .what-we-do .services-list-group h3 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.what-we-do .services-list-group ul {
  margin: 0;
}
.what-we-do .services-list-group ul li {
  list-style: none;
  padding-left: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 1.1em;
  position: relative;
}
.what-we-do .services-list-group ul li:before {
  content: "";
  width: 30px;
  height: 34px;
  display: inline-block;
  background: url(../images/icon-list-compass.svg) no-repeat scroll center center;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  left: 0px;
}

.experts {
  min-height: 50vw;
  background: #dcdcdc url(../images/compass-outline-white.svg) no-repeat fixed left -10vw top -10vw;
  background-size: 60vw auto;
  border-bottom: 16px solid #000;
}
.experts .story-block-inner {
  min-height: 50vw;
}
.experts .text-wrapper {
  display: flex;
  max-width: 100% !important;
  align-items: center;
  flex-wrap: wrap;
}
.experts .text-wrapper h2.section-title, .experts .text-wrapper .related-articles-home h2, .related-articles-home .experts .text-wrapper h2,
.experts .text-wrapper .related-articles h2,
.related-articles .experts .text-wrapper h2, .experts .text-wrapper .view-clients-home h2, .view-clients-home .experts .text-wrapper h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .experts .text-wrapper h2.section-title, .experts .text-wrapper .related-articles-home h2, .related-articles-home .experts .text-wrapper h2,
  .experts .text-wrapper .related-articles h2,
  .related-articles .experts .text-wrapper h2, .experts .text-wrapper .view-clients-home h2, .view-clients-home .experts .text-wrapper h2 {
    flex: 0 0 50%;
    padding-right: 4vw;
  }
}
.experts .text-wrapper .story-block-text {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .experts .text-wrapper .story-block-text {
    flex: 1 1 50%;
  }
}
.experts .text-wrapper p:last-of-type {
  margin-bottom: 0;
}
.experts .text-wrapper .story-block-link {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .experts .text-wrapper .story-block-link a.btn, .experts .text-wrapper .story-block-link a.modal-trigger--video, .experts .text-wrapper .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .experts .text-wrapper .story-block-link a, .experts .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .experts .text-wrapper .story-block-link a {
    transform: translateX(50%);
  }
}

.view-clients-home {
  padding: 8vw;
  position: relative;
  border-bottom: 16px solid #000;
}
@media (max-width: 575.98px) {
  .view-clients-home {
    padding: 40px 20px;
  }
}
.view-clients-home h2 {
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .view-clients-home h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .view-clients-home h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .view-clients-home h2 {
    font-size: 45px;
  }
}
.view-clients-home .more-link {
  text-align: center;
}
.view-clients-home .more-link a {
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.view-clients-home .more-link a:hover {
  text-decoration: none;
}
.view-clients-home .more-link a:hover, .view-clients-home .more-link a:active, .view-clients-home .more-link a:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}

.view_id-clients-display_id-homepage-block .css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .view_id-clients-display_id-homepage-block .css-grid {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    grid-gap: 4vw;
  }
}
.view_id-clients-display_id-homepage-block .css-grid li.grid-item {
  max-width: 165px;
}
.view_id-clients-display_id-homepage-block .css-grid li.grid-item a {
  filter: grayscale(1);
  opacity: 0.4;
}
.view_id-clients-display_id-homepage-block .css-grid li.grid-item a:hover {
  opacity: 1;
}

.related-articles-home,
.related-articles {
  padding: 8vw 8vw 4vw 8vw;
  position: relative;
}
@media (max-width: 575.98px) {
  .related-articles-home,
  .related-articles {
    padding: 40px 20px;
  }
}
.related-articles-home .article-teaser-cards ul.grid,
.related-articles .article-teaser-cards ul.grid {
  margin: 0;
}
.related-articles-home h2,
.related-articles h2 {
  padding-bottom: 2vw;
  border-bottom: 1px solid #000;
  margin-bottom: 0.75em;
}
@media (max-width: 575.98px) {
  .related-articles-home h2,
  .related-articles h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .related-articles-home h2,
  .related-articles h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .related-articles-home h2,
  .related-articles h2 {
    font-size: 45px;
  }
}
.related-articles-home .more-link,
.related-articles .more-link {
  text-align: center;
}
.related-articles-home .more-link a,
.related-articles .more-link a {
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background: #E82B4E;
  border: 1px solid #E82B4E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-align: center;
}
.related-articles-home .more-link a:hover,
.related-articles .more-link a:hover {
  text-decoration: none;
}
.related-articles-home .more-link a:hover, .related-articles-home .more-link a:active, .related-articles-home .more-link a:focus,
.related-articles .more-link a:hover,
.related-articles .more-link a:active,
.related-articles .more-link a:focus {
  background: #111;
  border-color: #111;
  color: #fff !important;
  text-decoration: none;
}

.section.section-affiliations {
  max-width: 85%;
  margin: 0 auto 4vw;
  padding: 0;
}
@media (max-width: 575.98px) {
  .section.section-affiliations {
    margin-bottom: 40px;
  }
}

.role--authenticated .section.section-affiliations {
  padding: 30px 0 0;
}

@media (max-width: 575.98px) {
  .section-affiliations .subcard-wrapper .row {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.section-affiliations .card-item {
  padding: 0;
}
.section-affiliations .card {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .section-affiliations .card .card-image {
    padding: 0;
  }
}
.section-affiliations .card .card-image figure {
  border-radius: 15px;
  overflow: hidden;
}

.block-page-title-block h1 {
  text-transform: capitalize;
}

.role--authenticated .page-site-category {
  padding-top: 30px;
}

.page-site-category .portfolio-grid .article-hero-img,
.page-site-category .portfolio-grid .client__client-main-image-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.page-site-category .portfolio-grid .article-hero-img img,
.page-site-category .portfolio-grid .client__client-main-image-image img {
  transition: all 0.3s ease-in-out;
}
.page-site-category .portfolio-grid .article-hero-img img:hover,
.page-site-category .portfolio-grid .client__client-main-image-image img:hover {
  transform: scale(1.2);
}
.page-site-category li.grid-item {
  cursor: pointer;
}
.page-site-category li.grid-item h3 {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
}
.page-site-category li.grid-item h3:hover {
  color: #E82B4E;
}
.page-site-category li.grid-item h3 a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.page-site-category li.grid-item h3 a:hover {
  color: #E82B4E;
}
.page-site-category .node--type-article {
  display: flex;
  flex-direction: column;
}
.page-site-category .node--type-article .article__dynamic-token-fieldnode-btw-post-date {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.page-site-category .node--type-article .post-date {
  padding: 8px 10px;
  border: 1px solid #cbcbcb;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.25em;
  background: #000;
}

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