/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Font-faces
   =============== */
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/poppins-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/figtree-v9-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/figtree-v9-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/figtree-v9-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* figtree-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/figtree-v9-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}

#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}

.grid {
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.in-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid {
    max-width: 100%;
  }
}

.in-grid-s, .post-password-form, .footer .footer-top .column.col-12 > div {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .in-grid-s, .post-password-form, .footer .footer-top .column.col-12 > div {
    max-width: 100%;
  }
}

.gut > a,
.gut > div,
.gut > form,
.gut > header,
.gut > article,
.gut > nav {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.row-spacing {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.row-spacing-m {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.row-spacing-s {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.row-spacing-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.mb {
  margin-bottom: 64px !important;
}

.mb-m {
  margin-bottom: 48px !important;
}

.mb-s {
  margin-bottom: 32px !important;
}

.col-1 {
  width: calc(8.3333333333% * 1);
}

.col-2 {
  width: calc(8.3333333333% * 2);
}

.col-3 {
  width: calc(8.3333333333% * 3);
}

.col-4 {
  width: calc(8.3333333333% * 4);
}

.col-5 {
  width: calc(8.3333333333% * 5);
}

.col-6 {
  width: calc(8.3333333333% * 6);
}

.col-7 {
  width: calc(8.3333333333% * 7);
}

.col-8 {
  width: calc(8.3333333333% * 8);
}

.col-9 {
  width: calc(8.3333333333% * 9);
}

.col-10 {
  width: calc(8.3333333333% * 10);
}

.col-11 {
  width: calc(8.3333333333% * 11);
}

.col-12 {
  width: calc(8.3333333333% * 12);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, .quote-block .inner-block .quote-container .quote p.quote, .cta-container .inner-cta-container .cta-text .label, .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote, .quote-element .inner-container p.quote, h4, .product-item-small a .product-content h2, .vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .quote-element .inner-container p.quote, .quote-element .inner-container .vacancies-archive-block a .inner-block .top p.quote, .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .vacancies-archive-block a .inner-block .top p.quote, h5, .also-interesting .also-interesting__list li a .content span, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

body,
button,
input,
textarea {
  color: #2D141A;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #C70606;
  cursor: help;
}

mark, ins {
  background: #fbfbfb;
  text-decoration: none;
}

big {
  font-size: 125%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ol {
  list-style: decimal;
}

/* ===Images=== */
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.gallery-caption {
  display: block;
}

/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

:focus {
  outline: 0;
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fbfbfb;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #2D141A;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 72px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4A0000;
  line-height: 1.2;
}
@media only screen and (max-width: 1600px) {
  .h1, h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 640px) {
  .h1, h1 {
    font-size: 42px;
  }
}

.h2, h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4A0000;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h3, h3, .quote-block .inner-block .quote-container .quote p.quote, .cta-container .inner-cta-container .cta-text .label, .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote, .quote-element .inner-container p.quote {
  font-size: 32px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4A0000;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .h3, h3, .quote-block .inner-block .quote-container .quote p.quote, .cta-container .inner-cta-container .cta-text .label, .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote, .quote-element .inner-container p.quote {
    font-size: 28px;
  }
}

.h4, h4, .product-item-small a .product-content h2, .vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .quote-element .inner-container p.quote, .quote-element .inner-container .vacancies-archive-block a .inner-block .top p.quote, .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .vacancies-archive-block a .inner-block .top p.quote, .vacancies-archive-block a .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top p.form-label, .vacancies-archive-block a .inner-block .top .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .top .label, .vacancies-archive-block a .quote-block .inner-block .top .quote-container .quote p.quote, .quote-block .vacancies-archive-block a .inner-block .top .quote-container .quote p.quote, .vacancies-archive-block a .quote-block .inner-block .quote-container .quote .top p.quote, .quote-block .vacancies-archive-block a .inner-block .quote-container .quote .top p.quote {
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4A0000;
  line-height: 1.2;
}

.h5, h5, .also-interesting .also-interesting__list li a .content span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4A0000;
  line-height: 1.2;
}

.base-button, .wc-block-components-button, .ccwc-add-to-cart-modal .modal-content a.go-to-cart,
.ccwc-add-to-cart-modal .modal-content .continue-shopping, .taxonomy-block .inner-block .bottom a, .social-share__toggle, .step-block .inner-block .bottom-container a, .cases-archive-block .inner-block .case-content a, .service-block .inner-block .bottom-container span, .btns .btn-main.primary a, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link, .flex-cases-slider .in-grid .link-to-overview-container a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a, .content-dark .cc-contentcontainer .btns .btn-main.primary a, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button, button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  background: #C70606;
  border: 1px solid #C70606;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  gap: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button span, .wc-block-components-button span, .ccwc-add-to-cart-modal .modal-content a.go-to-cart span,
.ccwc-add-to-cart-modal .modal-content .continue-shopping span, .taxonomy-block .inner-block .bottom a span, .social-share__toggle span, .step-block .inner-block .bottom-container a span, .cases-archive-block .inner-block .case-content a span, .service-block .inner-block .bottom-container span span, .btns .btn-main.primary a span, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link span, .flex-cases-slider .in-grid .link-to-overview-container a span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a span, .content-dark .cc-contentcontainer .btns .btn-main.primary a span, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button span, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button span, button span,
input[type=button] span,
input[type=submit] span, .base-button i, .wc-block-components-button i, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i, .taxonomy-block .inner-block .bottom a i, .social-share__toggle i, .step-block .inner-block .bottom-container a i, .cases-archive-block .inner-block .case-content a i, .service-block .inner-block .bottom-container span i, .btns .btn-main.primary a i, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link i, .flex-cases-slider .in-grid .link-to-overview-container a i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a i, .content-dark .cc-contentcontainer .btns .btn-main.primary a i, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button i, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button i, button i,
input[type=button] i,
input[type=submit] i {
  color: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button:hover, .wc-block-components-button:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover, .taxonomy-block .inner-block .bottom a:hover, .social-share__toggle:hover, .step-block .inner-block .bottom-container a:hover, .cases-archive-block .inner-block .case-content a:hover, .service-block .inner-block .bottom-container span:hover, .btns .btn-main.primary a:hover, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link:hover, .flex-cases-slider .in-grid .link-to-overview-container a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover, .content-dark .cc-contentcontainer .btns .btn-main.primary a:hover, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button:hover, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #950505;
  border: 1px solid #950505;
}
.base-button:hover span, .wc-block-components-button:hover span, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover span,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover span, .taxonomy-block .inner-block .bottom a:hover span, .social-share__toggle:hover span, .step-block .inner-block .bottom-container a:hover span, .cases-archive-block .inner-block .case-content a:hover span, .service-block .inner-block .bottom-container span:hover span, .btns .btn-main.primary a:hover span, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link:hover span, .flex-cases-slider .in-grid .link-to-overview-container a:hover span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover span, .content-dark .cc-contentcontainer .btns .btn-main.primary a:hover span, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button:hover span, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button:hover span, button:hover span,
input[type=button]:hover span,
input[type=submit]:hover span, .base-button:hover i, .wc-block-components-button:hover i, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover i,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover i, .taxonomy-block .inner-block .bottom a:hover i, .social-share__toggle:hover i, .step-block .inner-block .bottom-container a:hover i, .cases-archive-block .inner-block .case-content a:hover i, .service-block .inner-block .bottom-container span:hover i, .btns .btn-main.primary a:hover i, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link:hover i, .flex-cases-slider .in-grid .link-to-overview-container a:hover i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover i, .content-dark .cc-contentcontainer .btns .btn-main.primary a:hover i, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button:hover i, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button:hover i, button:hover i,
input[type=button]:hover i,
input[type=submit]:hover i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .base-button:hover, .wc-block-components-button:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover,
  .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover, .taxonomy-block .inner-block .bottom a:hover, .social-share__toggle:hover, .step-block .inner-block .bottom-container a:hover, .cases-archive-block .inner-block .case-content a:hover, .service-block .inner-block .bottom-container span:hover, .btns .btn-main.primary a:hover, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link:hover, .flex-cases-slider .in-grid .link-to-overview-container a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover, .content-dark .cc-contentcontainer .btns .btn-main.primary a:hover, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button:hover, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button:hover, button:hover,
  input[type=button]:hover,
  input[type=submit]:hover {
    background: #C70606;
    border: 1px solid #C70606;
  }
}

.base-button-sec, .btns .btn-main.secondary a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a, .content-dark .cc-contentcontainer .btns .btn-main.secondary a {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  background: transparent;
  border: 1px solid #C70606;
  color: #C70606;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  gap: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec span, .btns .btn-main.secondary a span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a span, .content-dark .cc-contentcontainer .btns .btn-main.secondary a span, .base-button-sec i, .btns .btn-main.secondary a i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a i, .content-dark .cc-contentcontainer .btns .btn-main.secondary a i {
  color: #C70606;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec:hover, .btns .btn-main.secondary a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover {
  color: #fff;
  background: #950505;
  border: 1px solid #950505;
}
.base-button-sec:hover span, .btns .btn-main.secondary a:hover span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover span, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover span, .base-button-sec:hover i, .btns .btn-main.secondary a:hover i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover i, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-sec:hover, .btns .btn-main.secondary a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover {
    background: transparent;
    border: 1px solid #C70606;
    color: #C70606;
  }
  .base-button-sec:hover span, .btns .btn-main.secondary a:hover span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover span, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover span, .base-button-sec:hover i, .btns .btn-main.secondary a:hover i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover i, .content-dark .cc-contentcontainer .btns .btn-main.secondary a:hover i {
    color: #C70606;
  }
}

.base-button-white, .cta-container .inner-cta-container .btns .btn-main.primary a, .featured-post-block .inner-block .content .featured-post-block__link, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a, .content-light .btns .btn-main.primary a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #fff;
  color: #C70606;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  gap: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-white span, .cta-container .inner-cta-container .btns .btn-main.primary a span, .featured-post-block .inner-block .content .featured-post-block__link span, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a span, .content-light .btns .btn-main.primary a span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a span, .base-button-white i, .cta-container .inner-cta-container .btns .btn-main.primary a i, .featured-post-block .inner-block .content .featured-post-block__link i, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a i, .content-light .btns .btn-main.primary a i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a i {
  color: #C70606;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-white:hover, .cta-container .inner-cta-container .btns .btn-main.primary a:hover, .featured-post-block .inner-block .content .featured-post-block__link:hover, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover, .content-light .btns .btn-main.primary a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover {
  background: #C70606;
  color: #fff;
  border: 1px solid #C70606;
}
.base-button-white:hover span, .cta-container .inner-cta-container .btns .btn-main.primary a:hover span, .featured-post-block .inner-block .content .featured-post-block__link:hover span, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover span, .content-light .btns .btn-main.primary a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover span, .base-button-white:hover i, .cta-container .inner-cta-container .btns .btn-main.primary a:hover i, .featured-post-block .inner-block .content .featured-post-block__link:hover i, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover i, .content-light .btns .btn-main.primary a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-white:hover, .cta-container .inner-cta-container .btns .btn-main.primary a:hover, .featured-post-block .inner-block .content .featured-post-block__link:hover, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover, .content-light .btns .btn-main.primary a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover {
    background: #fff;
    border: 1px solid #fff;
  }
  .base-button-white:hover span, .cta-container .inner-cta-container .btns .btn-main.primary a:hover span, .featured-post-block .inner-block .content .featured-post-block__link:hover span, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover span, .content-light .btns .btn-main.primary a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover span, .base-button-white:hover i, .cta-container .inner-cta-container .btns .btn-main.primary a:hover i, .featured-post-block .inner-block .content .featured-post-block__link:hover i, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover i, .content-light .btns .btn-main.primary a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover i {
    color: #C70606;
  }
}

.base-button-sec-white, .cta-container .inner-cta-container .btns .btn-main.secondary a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a, .content-light .btns .btn-main.secondary a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a {
  text-decoration: none;
  padding: 16px 32px;
  line-height: 1.2;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  gap: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec-white span, .cta-container .inner-cta-container .btns .btn-main.secondary a span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a span, .content-light .btns .btn-main.secondary a span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a span, .base-button-sec-white i, .cta-container .inner-cta-container .btns .btn-main.secondary a i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a i, .content-light .btns .btn-main.secondary a i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a i {
  color: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-sec-white:hover, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover, .content-light .btns .btn-main.secondary a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover {
  background: #C70606;
  color: #fff;
  border: 1px solid #C70606;
}
.base-button-sec-white:hover span, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover span, .content-light .btns .btn-main.secondary a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover span, .base-button-sec-white:hover i, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover i, .content-light .btns .btn-main.secondary a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-sec-white:hover, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover, .content-light .btns .btn-main.secondary a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover {
    background: transparent;
    border: 1px solid #fff;
  }
  .base-button-sec-white:hover span, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover span, .content-light .btns .btn-main.secondary a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover span, .base-button-sec-white:hover i, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover i, .content-light .btns .btn-main.secondary a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover i {
    color: #fff;
  }
}

.base-button-link, .case-example-url .inner-container .icon-link-container a.link, .btns .btn-main.text a, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.slider-view .grid .introduction-container .description a, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a, .flex-services-blocks-repeater .in-grid .link-to-overview-container a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a, .content-dark .cc-contentcontainer .btns .btn-main.text a, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button {
  text-decoration: none;
  line-height: 1.2;
  background: transparent;
  border: 0;
  padding-bottom: 5px;
  color: #C70606;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  gap: 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  width: fit-content;
}
.base-button-link span, .case-example-url .inner-container .icon-link-container a.link span, .btns .btn-main.text a span, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a span,
.flex-steps-repeater.slider-view .grid .introduction-container .description a span, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a span,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a span, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a span, .flex-services-blocks-repeater .in-grid .link-to-overview-container a span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a span, .content-dark .cc-contentcontainer .btns .btn-main.text a span, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button span, .base-button-link i, .case-example-url .inner-container .icon-link-container a.link i, .btns .btn-main.text a i, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a i,
.flex-steps-repeater.slider-view .grid .introduction-container .description a i, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a i,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a i, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a i, .flex-services-blocks-repeater .in-grid .link-to-overview-container a i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a i, .content-dark .cc-contentcontainer .btns .btn-main.text a i, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button i {
  color: #C70606;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-link:before, .case-example-url .inner-container .icon-link-container a.link:before, .btns .btn-main.text a:before, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:before,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:before, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:before,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:before, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:before, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:before, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:before, .content-dark .cc-contentcontainer .btns .btn-main.text a:before, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #C70606;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-link:hover, .case-example-url .inner-container .icon-link-container a.link:hover, .btns .btn-main.text a:hover, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:hover, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover {
  color: #950505;
}
.base-button-link:hover:before, .case-example-url .inner-container .icon-link-container a.link:hover:before, .btns .btn-main.text a:hover:before, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover:before,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:hover:before, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover:before,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover:before, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover:before, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover:before, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover:before, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover:before, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover:before {
  background: #950505;
  -webkit-transform: scaleX(0.75);
  -moz-transform: scaleX(0.75);
  -ms-transform: scaleX(0.75);
  -o-transform: scaleX(0.75);
  transform: scaleX(0.75);
}
.base-button-link:hover span, .case-example-url .inner-container .icon-link-container a.link:hover span, .btns .btn-main.text a:hover span, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover span,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:hover span, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover span,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover span, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover span, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover span, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover span, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover span, .base-button-link:hover i, .case-example-url .inner-container .icon-link-container a.link:hover i, .btns .btn-main.text a:hover i, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover i,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:hover i, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover i,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover i, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover i, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover i, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover i, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover i {
  color: #950505;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-link:hover, .case-example-url .inner-container .icon-link-container a.link:hover, .btns .btn-main.text a:hover, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover,
  .flex-steps-repeater.slider-view .grid .introduction-container .description a:hover, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover,
  .flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover {
    color: #C70606;
  }
  .base-button-link:hover:before, .case-example-url .inner-container .icon-link-container a.link:hover:before, .btns .btn-main.text a:hover:before, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover:before,
  .flex-steps-repeater.slider-view .grid .introduction-container .description a:hover:before, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover:before,
  .flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover:before, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover:before, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover:before, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover:before, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover:before, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover:before {
    background: #C70606;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .base-button-link:hover span, .case-example-url .inner-container .icon-link-container a.link:hover span, .btns .btn-main.text a:hover span, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover span,
  .flex-steps-repeater.slider-view .grid .introduction-container .description a:hover span, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover span,
  .flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover span, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover span, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover span, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover span, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover span, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover span, .base-button-link:hover i, .case-example-url .inner-container .icon-link-container a.link:hover i, .btns .btn-main.text a:hover i, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:hover i,
  .flex-steps-repeater.slider-view .grid .introduction-container .description a:hover i, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:hover i,
  .flex-steps-repeater.grid-view .in-grid .introduction-container .description a:hover i, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:hover i, .flex-services-blocks-repeater .in-grid .link-to-overview-container a:hover i, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover i, .content-dark .cc-contentcontainer .btns .btn-main.text a:hover i, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:hover i {
    color: #C70606;
  }
}

.base-button-link-white, .cta-container .inner-cta-container .btns .btn-main.text a, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a, .flex-row.bg-soft-red .link-to-overview-container a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a, .content-light .btns .btn-main.text a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a {
  text-decoration: none;
  line-height: 1.2;
  background: transparent;
  border: 0;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  gap: 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  width: fit-content;
}
.base-button-link-white span, .cta-container .inner-cta-container .btns .btn-main.text a span, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a span, .flex-row.bg-soft-red .link-to-overview-container a span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a span, .content-light .btns .btn-main.text a span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a span, .base-button-link-white i, .cta-container .inner-cta-container .btns .btn-main.text a i, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a i, .flex-row.bg-soft-red .link-to-overview-container a i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a i, .content-light .btns .btn-main.text a i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a i {
  color: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-link-white:before, .cta-container .inner-cta-container .btns .btn-main.text a:before, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:before, .flex-row.bg-soft-red .link-to-overview-container a:before, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:before, .content-light .btns .btn-main.text a:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.base-button-link-white:hover, .cta-container .inner-cta-container .btns .btn-main.text a:hover, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover, .flex-row.bg-soft-red .link-to-overview-container a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover, .content-light .btns .btn-main.text a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover {
  color: #F9E6E6;
}
.base-button-link-white:hover:before, .cta-container .inner-cta-container .btns .btn-main.text a:hover:before, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover:before, .flex-row.bg-soft-red .link-to-overview-container a:hover:before, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover:before, .content-light .btns .btn-main.text a:hover:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover:before {
  background: #F9E6E6;
  -webkit-transform: scaleX(0.75);
  -moz-transform: scaleX(0.75);
  -ms-transform: scaleX(0.75);
  -o-transform: scaleX(0.75);
  transform: scaleX(0.75);
}
.base-button-link-white:hover span, .cta-container .inner-cta-container .btns .btn-main.text a:hover span, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover span, .flex-row.bg-soft-red .link-to-overview-container a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover span, .content-light .btns .btn-main.text a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover span, .base-button-link-white:hover i, .cta-container .inner-cta-container .btns .btn-main.text a:hover i, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover i, .flex-row.bg-soft-red .link-to-overview-container a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover i, .content-light .btns .btn-main.text a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover i {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-link-white:hover, .cta-container .inner-cta-container .btns .btn-main.text a:hover, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover, .flex-row.bg-soft-red .link-to-overview-container a:hover, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover, .content-light .btns .btn-main.text a:hover, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover {
    color: #fff;
  }
  .base-button-link-white:hover:before, .cta-container .inner-cta-container .btns .btn-main.text a:hover:before, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover:before, .flex-row.bg-soft-red .link-to-overview-container a:hover:before, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover:before, .content-light .btns .btn-main.text a:hover:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover:before {
    background: #fff;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .base-button-link-white:hover span, .cta-container .inner-cta-container .btns .btn-main.text a:hover span, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover span, .flex-row.bg-soft-red .link-to-overview-container a:hover span, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover span, .content-light .btns .btn-main.text a:hover span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover span, .base-button-link-white:hover i, .cta-container .inner-cta-container .btns .btn-main.text a:hover i, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a:hover i, .flex-row.bg-soft-red .link-to-overview-container a:hover i, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a:hover i, .content-light .btns .btn-main.text a:hover i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a:hover i {
    color: #fff;
  }
}

.input-standard, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
  padding: 16px 32px;
  color: #2D141A;
  background-color: #fff;
  border: 1px solid rgba(45, 20, 26, 0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.input-standard:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #2D141A;
}
.input-standard:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  background: #fbfbfb;
}

.img-holder-container {
  display: block;
}

.fontawesome, .footer .footer-top .column .company-data .item:before, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontawesome-brands {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flexbox, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .single-product .product-description .woocommerce-tabs .tabs, .woocommerce-lost-password .woocommerce, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .account-page .in-grid ul, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-add-to-cart-popup .pop-up-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-base-popup .pop-up-container, .product-item-small > *, .product-item-small, .product-item > *, .product-item, .fancybox-container .fancybox-toolbar, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .cc-slider .swiper-pagination, .cc-slider .slider-controls, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next, .cc-slider.quote-carousel-container .swiper-buttons, .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block .inner-block, .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block, .cc-slider.cases-blocks-slider .swiper-button-prev, .cc-slider.cases-blocks-slider .swiper-button-next, .cc-slider.cases-blocks-slider, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next, .cc-slider.slider-view-steps-container .swiper-buttons, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next, .cc-slider.grid-view-steps-container .swiper-buttons, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next, .cc-slider.service-blocks-container .swiper-buttons, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next, .cc-slider.featured-posts-container .swiper-buttons, .search-results .site-content .in-grid .search-results-overview ul, .search-results .site-content .in-grid .search-results-overview, .search-results .site-content .in-grid, .tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul, .tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items, .tax-knowledge_base_cpt_category .taxonomy__container .topics ul, .tax-knowledge_base_cpt_category .taxonomy__container .topics, .kb-most-asked ul.kb-most-asked__list, .kb-most-asked, .kb-overview-hero .in-grid .content-col, .facetwp-facet-pagination .facetwp-pager, .facetwp-facet-pagination, .filter-container, .navigation .pagination, .single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list, .single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col, .single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul, .single-kb-hero .in-grid .content-col, .default-cases-template .sidebar-col, .default-cases-template .content-col, .cases-hero .in-grid .image-col, .cases-hero .in-grid .content-col, .share-section .description, .share-section, .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .bottom, .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .top .icon-container .inner-icon-container, .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card, .vacancies-hero .in-grid .image-col, .vacancies-hero .in-grid .content-col .vacancy-info, .vacancies-hero .in-grid .content-col, .default-post-template .sidebar-col, .default-post-template .content-col, .posts-hero .in-grid .image-col, .posts-hero .in-grid .content-col, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .post-nav, .location-block .inner-block .content .icon-container, .single-kb-topics ul, .single-kb-topics, .taxonomy-block .inner-block .top, .taxonomy-block .inner-block, .case-example-url .inner-container .icon-link-container, .case-example-url .inner-container, .team-block .inner-block, .table-of-content .toc-titles ul, .table-of-content, .vacancies-archive-block a .inner-block .bottom, .vacancies-archive-block a .inner-block .icon-container, .vacancies-archive-block a .inner-block, .vacancies-archive-block a, .quote-block .inner-block .quote-container .author-info, .quote-block .inner-block .quote-container .quote, .quote-block .inner-block .quote-container, .quote-block .inner-block, .also-interesting .also-interesting__list li a .icon-container, .also-interesting .also-interesting__list li a .content, .also-interesting .also-interesting__list li a, .also-interesting .also-interesting__list, .also-interesting, .cta-container .inner-cta-container .cta-text, .cta-container .inner-cta-container .top-cta, .cta-container .inner-cta-container, .breadcrumbs .rank-math-breadcrumb p, .breadcrumbs .rank-math-breadcrumb, .step-block .inner-block .bottom-container, .step-block .inner-block .top-container .content, .step-block .inner-block .top-container .icon, .step-block .inner-block .top-container, .step-block .inner-block, .featured-post-block .inner-block .content, .featured-post-block .inner-block, .cases-archive-block .inner-block .case-content, .cases-archive-block .inner-block, .cases-block .inner-block, .cases-block a, .service-block .inner-block .bottom-container, .service-block .inner-block .top-container .icon, .service-block .inner-block .top-container, .service-block .inner-block, .small-logo-repeater-element .small-logos, .small-logo-repeater-element .label, .small-logo-repeater-element, .rating-container .inner-container .star-rating, .rating-container .inner-container, .blog-card-archive .blog-card-inner .blog-content .icon-container, .blog-card-archive .blog-card-inner .blog-content, .blog-card-archive .blog-card-inner, .blog-card-archive a, .iframe-item-container, .faq-toggle-item .faq-toggle-question, .social-icons > ul, .icon-text, .video-container .youtube .cookie-consent-placeholder, .video-container .vimeo .cookie-consent-placeholder, .title, .btns .btn-main, .btns, .flex-location-repeater .in-grid .introduction-container, .default-landingspage-template > .in-grid .sidebar-col, .default-landingspage-template > .in-grid .content-col, .flex-team-overview .in-grid .title-container, .flex-form-content .in-grid .form-col .form-container .content-above-form, .default-page-template.in-grid .sidebar-col, .flex-quote-testimonial .in-grid .quote-container .author-info, .flex-quote-testimonial .in-grid .quote-container, .flex-content-form-image .in-grid .image-col, .flex-content-image .in-grid .image-col, .flex-cases-slider .in-grid .link-to-overview-container, .flex-cases-slider .in-grid .title-container, .flex-services-blocks-repeater .in-grid .link-to-overview-container, .flex-content-columns-row .in-grid .column:not(:only-child), .c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .flex-content-columns-row .in-grid .column .cc-contentcontainer, .contact-person .contact-details a.contact-detail .icon-container, .contact-person .contact-details a.contact-detail, .contact-person .contact-details, .contact-person, .quote-element .inner-container .author-info, .quote-element .inner-container, .ce-checked-icon-list-container ul li .icon-container, .ce-checked-icon-list-container ul li, .ce-checked-icon-list-container ul, .ce-contact-details-repeater-container .contact-detail-item span, .ce-contact-details-repeater-container .contact-detail-item .icon-container, .ce-contact-details-repeater-container .contact-detail-item, .ce-contact-details-repeater-container, .hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn, .hero.hero-type-2 .grid .media-col .video .hero-video__start-btn,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn, .wysiwyg-content ul, .error404 .site-content, .responsive-menu-container ul.menu li.menu-item.menu-item-back a .icon-container, .responsive-menu-container ul.menu li.menu-item.menu-item-back a, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container .responsive-menu-logo, .responsive-menu-container .top-menu-items, .footer .bottom-footer .in-grid .statements, .footer .bottom-footer .in-grid .copyright, .footer .footer-top .column div.social-icons > ul, .footer .footer-top .column div:not(.social-icons) > ul, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li, header#masthead .main-navigation ul.menu > li.menu-item.vacancy-count > a, header#masthead .main-navigation ul.menu, header#masthead .main-navigation, header#masthead .site-branding > a, header#masthead .site-branding, .page-top .in-grid .right-col, .gf_page_steps .gf_step a, .gf_page_steps .gf_step, .gf_page_steps, .gform_footer, .gform_page_footer, .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div, .gform_body .gform_fields .gfield .ginput_complex, .gform_body .gform_fields .gfield .gform-field-label, .gform_body .gform_fields, #page, .grid, .in-grid, .in-grid-s, .post-password-form, .footer .footer-top .column.col-12 > div, .base-button, .wc-block-components-button, .ccwc-add-to-cart-modal .modal-content a.go-to-cart,
.ccwc-add-to-cart-modal .modal-content .continue-shopping, .taxonomy-block .inner-block .bottom a, .social-share__toggle, .step-block .inner-block .bottom-container a, .cases-archive-block .inner-block .case-content a, .service-block .inner-block .bottom-container span, .btns .btn-main.primary a, .flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link, .flex-cases-slider .in-grid .link-to-overview-container a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a, .content-dark .cc-contentcontainer .btns .btn-main.primary a, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button, button,
input[type=button],
input[type=submit], .base-button-sec, .btns .btn-main.secondary a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a, .content-dark .cc-contentcontainer .btns .btn-main.secondary a, .base-button-white, .cta-container .inner-cta-container .btns .btn-main.primary a, .featured-post-block .inner-block .content .featured-post-block__link, .flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a, .content-light .btns .btn-main.primary a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a, .base-button-sec-white, .cta-container .inner-cta-container .btns .btn-main.secondary a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a, .content-light .btns .btn-main.secondary a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a, .base-button-link, .case-example-url .inner-container .icon-link-container a.link, .btns .btn-main.text a, .flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.slider-view .grid .introduction-container .description a, .flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a, .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a, .flex-services-blocks-repeater .in-grid .link-to-overview-container a, .flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a, .content-dark .cc-contentcontainer .btns .btn-main.text a, .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button, .base-button-link-white, .cta-container .inner-cta-container .btns .btn-main.text a, .flex-featured-post-articles.bg-soft-red .in-grid .introduction-container .link-to-overview-container a, .flex-row.bg-soft-red .link-to-overview-container a, .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.text a, .content-light .btns .btn-main.text a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-cover, .cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide > div .image-holder img, .default-cases-template .content-col .featured-image .image .image-holder img, .cases-hero .in-grid .image-col .image .image-holder img, .vacancies-hero .in-grid .image-col .image .image-holder img, .default-post-template .content-col .featured-image .image .image-holder img, .posts-hero .in-grid .image-col .image .image-holder img, .location-block .inner-block .image img, .quote-block .inner-block .image-container .image-holder img, .also-interesting .also-interesting__list li a .content .also-interesting__image img, .featured-post-block .inner-block .image img, .cases-archive-block .inner-block .image .image-holder img, .cases-block .inner-block .image-holder img, .blog-card-archive .blog-card-inner .thumb-container img, .default-landingspage-template > .in-grid .content-col .featured-image .image .image-holder img, .flex-content-blocks-repeater .in-grid .content-blocks-container .image-block .inner-block img, .flex-quote-testimonial .in-grid .quote-container .author-info .image img, .flex-content-image .in-grid .image-col .image .image-holder img, .contact-person .contact-image .image-holder img, .quote-element .inner-container .author-info .image img, .cc-contentcontainer .cc-image-element .image-holder img, .hero.hero-type-3 .in-grid .media-col .local-video .hero-video__placeholder img,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__placeholder video,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video img,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video video, .hero.hero-type-3 .in-grid .media-col .image .image-holder img, .hero.hero-type-2 .grid .media-col .video .image-holder img,
.hero.hero-type-2 .grid .media-col .video .image-holder video,
.hero.hero-type-2 .grid .media-col .video .hero-video img,
.hero.hero-type-2 .grid .media-col .video .hero-video video, .hero.hero-type-2 .grid .media-col .image .image-holder img, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .image img, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-contain, .product-item-small a .product-thumbnail img, .product-item a .product-thumbnail img, .cc-slider.partner-logo-carousel .swiper-wrapper .swiper-slide .logo-container img, .taxonomy-block .inner-block .top .icon-container .inner-container img, .team-block .inner-block > div.top .image .image-holder img, .cta-container .inner-cta-container .top-cta .image .image-holder img, .small-logo-repeater-element .small-logos .small-logo img, .flex-content-form-image .in-grid .image-col .image .image-holder img, .flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container img, .hero.hero-type-1 .grid .image-col .image-holder img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem auto;
  padding-right: 25px !important;
}

textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}

/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}

/* ===============
  Gravity Forms
  =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}

.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: 25%;
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: 33.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: 41.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: 58.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: 66.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: 75%;
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: 83.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: 91.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea {
  height: 4rem;
  text-align: left !important;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button {
  padding: 0 !important;
  text-align: left !important;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea button:before {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea > div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup__droparea > div > span {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: flex;
  }
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .gform_fileupload_rules {
  font-size: 14px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .gpfup_progress {
  background: #C70606;
}
.gform_body .gform_fields .gfield .gform-field-label {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #C70606;
  margin-bottom: 8px;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "\f14a";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "\f0c8";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "\f058";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "\f111";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #9CA3AF;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 14px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > input {
  margin-right: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > div + .gform_fileupload_rules {
  margin-top: 5px;
  display: inline-block;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  padding: 16px 32px;
  border: 1px solid #EAE7E8;
  text-align: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div {
  margin-top: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div > span {
  margin-right: 16px;
}

.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}

.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #EAE7E8;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #EAE7E8;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #9CA3AF;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #9CA3AF;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #9CA3AF !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.validation_message {
  color: #fff !important;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}

.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 16px;
}

.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}

.gform_validation_errors {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.5;
}

.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #EAE7E8;
  border-bottom: 1px solid #9CA3AF;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #9CA3AF;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #d2ccce;
  border-right: 1px solid #d2ccce;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #9CA3AF;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #EAE7E8;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #EAE7E8;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #fbfbfb;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e; /* set the active date background color */
  color: white; /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d2ccce;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #EAE7E8;
  color: #9CA3AF;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}

/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9CA3AF;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9CA3AF;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9CA3AF;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9CA3AF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #9CA3AF;
}

/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
  -webkit-text-fill-color: #2D141A;
}

/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #C70606;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide empty description placeholders after labels */
.gform_wrapper .gfield_label + p:empty {
  display: none;
}

/* Hide empty heading paragraphs */
.gform_wrapper .gform_heading p:empty {
  display: none;
}

/* Tidy footer noise */
.gform_wrapper .gform_footer > p:empty {
  display: none;
}

.gform_wrapper .gform_footer br {
  display: none;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
.notification-banner {
  background: #4A0000;
  color: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 99996;
}
.notification-banner a {
  color: #fff !important;
}
.notification-banner.animated-item .in-grid .content {
  opacity: 0;
  -webkit-transition: ease 0.75s transform, ease 0.75s opacity;
  -moz-transition: ease 0.75s transform, ease 0.75s opacity;
  -ms-transition: ease 0.75s transform, ease 0.75s opacity;
  -o-transition: ease 0.75s transform, ease 0.75s opacity;
  transition: ease 0.75s transform, ease 0.75s opacity;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.notification-banner.animated-item.in-view .in-grid .content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .notification-banner.animated-item .in-grid .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.notification-banner .in-grid {
  padding: 0 !important;
}
.notification-banner .in-grid .content {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .notification-banner .in-grid .content {
    font-size: 14px;
  }
}
.notification-banner .in-grid .content i {
  margin-right: 8px;
}

.page-top {
  position: relative;
  z-index: 99995;
  margin-top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.page-top.dark-bg {
  color: #fff;
}
.page-top .in-grid {
  padding: 16px 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .page-top .in-grid {
    padding: 8px 0;
  }
}
.page-top .in-grid .right-col {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .page-top .in-grid .right-col {
    display: none;
  }
}
.page-top .in-grid .right-col a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.page-top .in-grid .right-col a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.page-top .in-grid .right-col a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.page-top .in-grid .right-col .seperator {
  display: flex;
  height: 16px;
  width: 1px;
  background: #fff;
}

.mobile-menu-open .page-top {
  margin-top: -100%;
}
.mobile-menu-open header#masthead {
  top: 0;
  background: #4A0000;
  border-bottom: 1px solid #fff;
}
.mobile-menu-open header#masthead:hover {
  background: #4A0000;
}
.admin-bar .mobile-menu-open header#masthead {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .mobile-menu-open header#masthead {
    top: 0;
  }
}

header#masthead {
  position: sticky;
  top: 60px;
  left: 0;
  padding: 16px 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99997;
  background: rgba(30, 30, 30, 0.2);
  backdrop-filter: blur(40px);
  border-bottom: 1px solid transparent;
}
header#masthead:hover, header#masthead:focus-within {
  background: #4A0000 !important;
}
@media only screen and (max-width: 1200px) {
  header#masthead {
    padding: 16px 0;
    top: 39px;
  }
  .admin-bar header#masthead {
    top: 32px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 782px) {
  .admin-bar header#masthead {
    top: 0;
  }
}
header#masthead.has-scrolled {
  top: 0;
  background: rgba(74, 0, 0, 0.8);
}
.admin-bar header#masthead.has-scrolled {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead.has-scrolled {
    top: 0;
  }
}
header#masthead.nav-up {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  top: 0;
}
@media only screen and (max-width: 1200px) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header#masthead .in-grid.menu-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1200px) {
  header#masthead .in-grid.menu-bar {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
header#masthead .site-branding {
  padding: 0 16px;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding {
    flex: 1 1 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a img {
  height: 54px;
  display: block;
  width: auto !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding > a img {
    height: 40px;
  }
}
header#masthead .site-branding > a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
header#masthead .main-navigation {
  padding: 0 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation ul {
  list-style: none !important;
}
header#masthead .main-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 24px;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  header#masthead .main-navigation ul li a {
    padding: 10px 16px;
  }
}
header#masthead .main-navigation ul.menu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
header#masthead .main-navigation ul.menu ul {
  margin-left: 0 !important;
}
header#masthead .main-navigation ul.menu > li.menu-item.vacancy-count > a {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
header#masthead .main-navigation ul.menu > li.menu-item.vacancy-count > a:before {
  width: calc(100% - 64px) !important;
}
header#masthead .main-navigation ul.menu > li.menu-item.vacancy-count > a span.vacancy-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  color: #C70606;
  background: #fff;
  border-radius: 50%;
  min-width: 1.5em;
  min-height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  box-sizing: border-box;
  margin-left: 0.25em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}
header#masthead .main-navigation ul.menu > li.menu-item > a {
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul.menu > li.menu-item:not(.menu-item-has-children) > a:before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 10px;
  width: calc(100% - 48px);
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 1400px) {
  header#masthead .main-navigation ul.menu > li.menu-item:not(.menu-item-has-children) > a:before {
    width: calc(100% - 40px);
    left: 20px;
  }
}
header#masthead .main-navigation ul.menu > li.menu-item:not(.menu-item-has-children) > a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header#masthead .main-navigation ul.menu > li.menu-item:not(.menu-item-has-children).current-menu-item > a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children.menu-item--megamenu {
  position: static;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  position: relative;
  padding: 10px 36px 10px 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5' fill='none'%3E%3Cpath d='M0 0.228485C0 0.187702 0.0143886 0.146919 0.057554 0.106136C0.129496 0.040883 0.258993 -0.00805663 0.402877 -0.00805662L1.59712 -0.00805657C1.7554 -0.00805656 1.89928 0.0408831 1.95683 0.122449L4.99281 3.58085L8.02878 0.130606C8.10072 0.04904 8.2446 0.000100327 8.38849 0.000100333L9.59712 0.000100386C9.72662 0.000100392 9.8705 0.0408834 9.94245 0.114293C9.98561 0.146919 10 0.195859 10 0.236642C10 0.269268 9.98561 0.310051 9.95683 0.342678L5.85611 4.87775C5.78417 4.95116 5.64029 5.0001 5.4964 5.0001L4.53237 5.0001C4.3741 5.0001 4.2446 4.95116 4.17266 4.87775L0.0431652 0.334521C0.0431652 0.334521 0 0.269268 0 0.228485Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 5px;
  text-align: center;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: absolute;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  display: grid;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  pointer-events: none;
  position: absolute;
  left: 0;
  margin-left: 0;
  min-width: 300px;
  border-radius: 13px;
  opacity: 0;
  padding: 32px 16px 16px 16px;
  margin-top: 0 !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media (prefers-reduced-motion: reduce) {
  header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
    transition: opacity 0s ease, transform 0s ease, visibility 0s linear 0s !important;
  }
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li {
  position: relative;
  z-index: 3;
  color: #fff;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li a {
  color: #fff;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu ul {
  padding-left: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu {
  width: 100%;
  max-width: 1370px;
  left: 0;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  gap: 16px;
  border-radius: 0 0 16px 16px;
  max-width: 100%;
  padding-left: calc((100% - 1400px) / 2) !important;
  padding-right: calc((100% - 1400px) / 2) !important;
}
@media screen and ((max-widtH: 1444px)) {
  header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu {
    padding-left: 0 !important;
    padding-right: 16px !important;
  }
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li {
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-justify-items: flex-start;
  -moz-justify-items: flex-start;
  -ms-justify-items: flex-start;
  -o-justify-items: flex-start;
  justify-items: flex-start;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items {
  width: 100%;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items:only-child {
  grid-column: 1/-1;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items:only-child .sub-menu__inner {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner {
  width: 100%;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-justify-items: flex-start;
  -moz-justify-items: flex-start;
  -ms-justify-items: flex-start;
  -o-justify-items: flex-start;
  justify-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li {
  position: relative;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li > a {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  -webkit-justify-self: flex-start;
  -moz-justify-self: flex-start;
  -ms-justify-self: flex-start;
  -o-justify-self: flex-start;
  justify-self: flex-start;
  position: relative;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: white;
  opacity: 0;
  transition-delay: 0.1s;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li:hover > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li:focus-within > a {
  padding-left: 10px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li.current-menu-item > a:before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li:hover > a:before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner > li:focus-within > a:before {
  opacity: 1;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul {
  gap: 8px;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li {
  -webkit-justify-items: flex-start;
  -moz-justify-items: flex-start;
  -ms-justify-items: flex-start;
  -o-justify-items: flex-start;
  justify-items: flex-start;
  position: relative;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #c70606;
  opacity: 0;
  transition-delay: 0.1s;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding-left: 0;
  -webkit-justify-self: flex-start;
  -moz-justify-self: flex-start;
  -ms-justify-self: flex-start;
  -o-justify-self: flex-start;
  justify-self: flex-start;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li:hover > a, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li:focus-within > a {
  padding-left: 10px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li.current-menu-item:before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li:hover:before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__items .sub-menu__inner ul > li:focus-within:before {
  opacity: 1;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper {
  height: 100%;
  padding: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta {
  height: 100%;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta {
  background: #F9E6E6;
  padding: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .label {
  font-size: 22px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
  color: #4A0000;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .image {
  margin-bottom: 16px;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .wysiwyg-content p {
  margin-bottom: 0.75em;
  color: #2D141A;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu.sub-menu--megamenu > li.sub-menu__cta-wrapper .sub-menu__cta .inner-cta .button {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: fit-content;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: calc(100% - 16px);
  background: #4a0000;
  z-index: 1;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item {
  position: relative;
  z-index: 2;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item > a {
  text-align: left;
  position: relative;
  color: #fff;
  padding: 0;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current-menu-item > a {
  padding-left: 10px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current-menu-item > a:before {
  opacity: 1;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:hover > a {
  padding-left: 10px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:hover:before {
  opacity: 1;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #fff;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > a {
  color: #fff;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover.menu-item-has-children a:before, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open.menu-item-has-children a:before {
  display: grid !important;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover ul.sub-menu, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open ul.sub-menu {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover ul.sub-menu.sub-menu--megamenu, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open ul.sub-menu.sub-menu--megamenu {
  display: grid !important;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a:after, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > a:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -moz-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  -o-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
header#masthead .main-navigation ul.menu li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  position: absolute !important;
  left: 0;
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
}
header#masthead .phone-container {
  padding: 0 16px;
}
@media only screen and (max-width: 1200px) {
  header#masthead .phone-container {
    padding-right: 0;
  }
}
header#masthead .phone-container a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  text-wrap-mode: nowrap;
  font-size: 22px;
  box-sizing: content-box;
}
@media only screen and (max-width: 1200px) {
  header#masthead .phone-container a {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: flex;
    padding-left: 0;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  header#masthead .phone-container a:before {
    display: none;
  }
}
header#masthead .phone-container a svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  header#masthead .phone-container a svg {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
header#masthead .phone-container a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: calc(100% - 22px);
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .phone-container a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
header#masthead .responsive-menu-button {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .responsive-menu-button {
    display: block;
  }
}
header#masthead .responsive-menu-container {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .responsive-menu-container {
    display: block;
  }
}
header#masthead .responsive-menu-container.is-open {
  visibility: visible;
  opacity: 1;
}

/* ===============
   Footer
   =============== */
@media screen and (min-width: 1400px) {
  .footer-default-flex-row .flex-content-form-image .image-col {
    margin-top: -80px;
  }
}

.footer {
  background: #4A0000;
  color: #fff;
  position: relative;
}
.footer .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.8;
  background: linear-gradient(314deg, var(--Cherry-core, #C70606) 11.77%, #4A0000 165.98%);
}
.footer > svg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 4;
  background-blend-mode: multiply;
}
.footer > div {
  position: relative;
  z-index: 5;
}
.footer .footer-top .footer-row {
  padding: 48px 0;
  position: relative;
}
.footer .footer-top .footer-row.justify-start .in-grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.footer .footer-top .footer-row.justify-center .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.footer .footer-top .footer-row.justify-end .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.footer .footer-top .footer-row.justify-space-around .in-grid {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.footer .footer-top .footer-row.justify-space-between .in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.footer .footer-top .footer-row.align-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.footer .footer-top .footer-row.align-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.footer .footer-top .footer-row.align-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.footer .footer-top .footer-row.spacing-top-none {
  padding-top: 0;
}
.footer .footer-top .footer-row.spacing-top-small {
  padding-top: 32px;
}
.footer .footer-top .footer-row.spacing-top-medium {
  padding-top: 48px;
}
.footer .footer-top .footer-row.spacing-top-large {
  padding-top: 64px;
}
.footer .footer-top .footer-row.spacing-top-none {
  padding-bottom: 0;
}
.footer .footer-top .footer-row.spacing-bottom-small {
  padding-bottom: 0px;
}
.footer .footer-top .footer-row.spacing-bottom-medium {
  padding-bottom: 16px;
}
.footer .footer-top .footer-row.spacing-bottom-large {
  padding-bottom: 32px;
}
.footer .footer-top .footer-row.show-seperator:before {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  max-width: calc(1400px - 32px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer .footer-top .col-auto {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .col-1, .footer .footer-top .col-2 {
    width: 25%;
  }
  .footer .footer-top .col-3, .footer .footer-top .col-4 {
    width: 50%;
  }
  .footer .footer-top .col-5, .footer .footer-top .col-6, .footer .footer-top .col-7, .footer .footer-top .col-8, .footer .footer-top .col-9, .footer .footer-top .col-10, .footer .footer-top .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-top .col-1, .footer .footer-top .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-top .col-3, .footer .footer-top .col-4 {
    width: 100%;
  }
}
.footer .footer-top .column {
  padding-bottom: 32px;
}
.footer .footer-top .column.hide-on-desktop {
  display: none;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .column.hide-on-desktop {
    display: flex;
  }
}
.footer .footer-top .column.hide-on-mobile {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .column.hide-on-mobile {
    display: none;
  }
}
.footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 32px;
}
.footer .footer-top .column div:not(.social-icons) > ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-top .column div.social-icons > ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-top .column .title {
  margin-bottom: 32px;
}
.footer .footer-top .column .title * {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer .footer-top .column .title {
    margin-bottom: 16px;
  }
}
.footer .footer-top .column .additional > *:last-child {
  margin-bottom: 0;
}
.footer .footer-top .column .company-data .logo img {
  height: 70px;
}
.footer .footer-top .column .company-data .label {
  font-weight: 700;
}
.footer .footer-top .column .company-data .email .item:before {
  content: "\f0e0";
}
.footer .footer-top .column .company-data .phone .item:before {
  content: "\f095";
}
.footer .footer-top .column .company-data .website .item:before {
  content: "\f0c1";
}
.footer .footer-top .column .company-data .kvk .item:before {
  content: "\f1ad";
}
.footer .footer-top .column .company-data .tax .item:before {
  content: "\f51e";
}
.footer .footer-top .column .company-data .item {
  position: relative;
  padding-left: 26px;
}
.footer .footer-top .column .company-data .item:before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}
.footer .bottom-footer {
  color: #ffffff;
  padding: 32px 0 48px 0;
}
.footer .bottom-footer a {
  color: #ffffff;
}
.footer .bottom-footer .in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 16px;
}
.footer .bottom-footer .in-grid .copyright {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  column-gap: 16px;
}
.footer .bottom-footer .in-grid .copyright .separator {
  width: 1px;
  height: 12px;
  background: #fff;
}
.footer .bottom-footer .in-grid .copyright a {
  text-decoration: underline;
}
.footer .bottom-footer .in-grid .statements {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  row-gap: 8px;
  column-gap: 16px;
}
.footer .bottom-footer .in-grid .statements .separator {
  width: 1px;
  height: 12px;
  background: #fff;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:visited, .footer a:hover, .footer a:focus, .footer a:active {
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a :focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #c70606;
}
.footer ul {
  list-style: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.hamburger {
  padding: 0 !important;
  cursor: pointer;
  display: none;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
  overflow: visible;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 99999;
  margin: 0 16px;
}
.hamburger:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background: #4A0000;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
  left: 0;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
  left: 0;
}

body.lock {
  overflow: hidden;
}
body.lock:not(.has-scrolled) .responsive-menu-container {
  padding-top: 84px;
}

.responsive-menu-container {
  display: none;
  background: #4A0000;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99996;
  padding-top: 84px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1200px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .top-menu-items {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 16px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 32px;
}
.responsive-menu-container .top-menu-items a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.responsive-menu-container .top-menu-items a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.responsive-menu-container .top-menu-items .seperator {
  display: flex;
  height: 24px;
  width: 1px;
  background: #fff;
}
.responsive-menu-container .responsive-menu-logo {
  padding: 16px;
  padding-right: 60px;
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 32px;
}
.responsive-menu-container ul.menu > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu > li.menu-item > a {
  font-weight: bold !important;
  font-size: 24px !important;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #C70606;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 8px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  margin-left: 0;
  padding-top: 100px;
  background: #4A0000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  box-sizing: border-box;
  overflow: visible;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu a {
  font-size: 18px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta-list {
  margin-left: 0;
  list-style: none;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta {
  width: 100%;
  margin-top: 16px;
  padding: 16px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta {
  border-top: 1px solid #fff;
  background: #fff;
  overflow: hidden;
  padding: 16px 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .label {
  font-size: 22px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .image {
  margin-bottom: 16px;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .wysiwyg-content p {
  margin-bottom: 0.75em;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu .sub-menu__cta .inner-cta .button {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: fit-content;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-back {
  margin-bottom: 32px !important;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-back a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 8px;
  font-size: 16px !important;
  padding: 0;
  width: fit-content;
  border-radius: 8px;
  margin-left: 16px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-back a .icon-container {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-back a .icon-container svg path {
  fill: #4A0000;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-parent-duplicate a {
  font-weight: bold;
  font-size: 24px !important;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
#wpadminbar {
  z-index: 99999999999;
}

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

/* ===Body=== */
body {
  position: relative;
  background-color: #ffffff;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/wp-content/themes/cherry-child/assets/img/bg-textured-light.webp");
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
body.admin-bar {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 0;
  }
}

/* ===Links=== */
a {
  color: #C70606;
}
a:visited, a:hover, a:focus, a:active {
  color: #C70606;
}
a:focus-visible {
  outline: 2px solid #C70606;
  outline-offset: 3px;
  border-radius: 2px;
}
a:hover, a:active {
  outline: none;
}

h1,
h2,
h3,
.quote-block .inner-block .quote-container .quote p.quote,
.cta-container .inner-cta-container .cta-text .label,
.flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label,
.flex-quote-testimonial .in-grid .quote-container p.quote,
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote,
.quote-element .inner-container p.quote,
h4,
.product-item-small a .product-content h2,
.vacancies-archive-block a .inner-block .top h3,
.vacancies-archive-block a .inner-block .top .quote-element .inner-container p.quote,
.quote-element .inner-container .vacancies-archive-block a .inner-block .top p.quote,
.vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container p.quote,
.flex-quote-testimonial .in-grid .quote-container .vacancies-archive-block a .inner-block .top p.quote,
h5,
.also-interesting .also-interesting__list li a .content span,
h6 {
  clear: both;
  line-height: 1.2;
}

/* ===Lists=== */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 8px;
}

/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #EAE7E8;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #C70606;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}

.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}

.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4 {
  border-right: 2px solid #EAE7E8;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #EAE7E8;
    padding-bottom: 32px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1,
.error-404 .in-grid .col-4 svg .cls-2,
.error-404 .in-grid .col-4 svg .cls-3 {
  fill: #EAE7E8;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1,
.error-404 .in-grid .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 32px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}

.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content .quote-block .inner-block .quote-container .quote p.quote,
.quote-block .inner-block .quote-container .quote .wysiwyg-content p.quote,
.wysiwyg-content .cta-container .inner-cta-container .cta-text .label,
.cta-container .inner-cta-container .cta-text .wysiwyg-content .label,
.wysiwyg-content .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label,
.flex-form-content .in-grid .form-col .form-container .content-above-form .wysiwyg-content p.form-label,
.wysiwyg-content .flex-quote-testimonial .in-grid .quote-container p.quote,
.flex-quote-testimonial .in-grid .quote-container .wysiwyg-content p.quote,
.wysiwyg-content .quote-element .inner-container p.quote,
.quote-element .inner-container .wysiwyg-content p.quote,
.wysiwyg-content h4,
.wysiwyg-content .product-item-small a .product-content h2,
.product-item-small a .product-content .wysiwyg-content h2,
.wysiwyg-content .vacancies-archive-block a .inner-block .top h3,
.vacancies-archive-block a .inner-block .top .wysiwyg-content h3,
.wysiwyg-content h5,
.wysiwyg-content .also-interesting .also-interesting__list li a .content span,
.also-interesting .also-interesting__list li a .content .wysiwyg-content span,
.wysiwyg-content h6 {
  margin-bottom: 16px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content p.big-paragraph {
  font-size: 22px;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  list-style: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.wysiwyg-content ul li {
  padding-left: 32px;
  position: relative;
}
.wysiwyg-content ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.7 11.9963C11.8657 11.9963 12.0004 11.862 11.9963 11.6964C11.9594 10.2227 11.6513 8.7676 11.0866 7.40414C10.4835 5.94823 9.59958 4.62536 8.48528 3.51106C7.37098 2.39675 6.04811 1.51284 4.5922 0.909783C3.22874 0.345018 1.7736 0.0369344 0.299971 8.75182e-05C0.134338 -0.00405402 5.87108e-09 0.130652 1.31134e-08 0.296338L2.19384e-07 5.01526C2.26627e-07 5.18095 0.134387 5.31456 0.299906 5.322C1.07486 5.35682 1.83864 5.52638 2.55674 5.82383C3.36732 6.15958 4.10384 6.65171 4.72423 7.2721C5.34463 7.8925 5.83675 8.62901 6.17251 9.4396C6.46996 10.1577 6.63952 10.9215 6.67434 11.6964C6.68178 11.8619 6.81539 11.9963 6.98107 11.9963H11.7Z' fill='%23D8352A'/%3E%3C/svg%3E");
  left: 0;
  top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wysiwyg-content ol {
  padding-left: 15px;
  margin-bottom: 1.5em;
}
.wysiwyg-content ol > li > ol {
  list-style: lower-alpha;
}
.wysiwyg-content ol > li > ol > li > ol {
  list-style: lower-roman;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img,
.wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright,
.wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter,
.wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft,
.wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #fbfbfb;
  font-style: italic;
}

.hero-placeholder {
  width: 100%;
  height: 148px;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  margin-top: -148px;
}

.home .hero h1, .home .hero .h1 {
  font-size: 72px !important;
}
@media only screen and (max-width: 1600px) {
  .home .hero h1, .home .hero .h1 {
    font-size: 52px !important;
  }
}
@media only screen and (max-width: 640px) {
  .home .hero h1, .home .hero .h1 {
    font-size: 42px !important;
  }
}

.hero h1, .hero .h1 {
  font-size: 64px !important;
}
@media only screen and (max-width: 1600px) {
  .hero h1, .hero .h1 {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 640px) {
  .hero h1, .hero .h1 {
    font-size: 38px !important;
  }
}
.hero.hero-type-1 {
  width: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  margin-top: -148px;
  padding-top: 212px;
  position: relative;
}
.hero.hero-type-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.hero.hero-type-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.hero.hero-type-1 .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.hero.hero-type-1 .breadcrumbs {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1 {
    margin-top: -115px;
    padding-top: 179px;
  }
}
.hero.hero-type-1 .grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
.hero.hero-type-1 .grid .image-col,
.hero.hero-type-1 .grid .filler-col {
  width: calc((100% - 1400px) / 2 + 233.3333333333px);
  position: relative;
  z-index: 4;
}
.hero.hero-type-1 .grid .filler-col {
  position: relative;
  margin-top: -212px;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1 .grid .filler-col {
    margin-top: -179px;
  }
}
@media only screen and (max-width: 1600px) {
  .hero.hero-type-1 .grid .filler-col {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1 .grid .filler-col {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    width: 33.3333333333%;
    height: 100%;
  }
}
.hero.hero-type-1 .grid .filler-col svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.hero.hero-type-1 .grid .image-col {
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  .hero.hero-type-1 .grid .image-col {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1 .grid .image-col {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    width: 66.6666666667%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-1 .grid .image-col {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 640px) {
  .hero.hero-type-1 .grid .image-col {
    width: 100%;
  }
}
.hero.hero-type-1 .grid .image-col .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero.hero-type-1 .grid .image-col .image-holder img {
  object-position: left bottom;
}
.hero.hero-type-1 .grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  padding: 112px 16px 176px 16px;
  position: relative;
  z-index: 5;
  max-width: 1400px;
}
@media only screen and (max-width: 640px) {
  .hero.hero-type-1 .grid .content-col {
    padding: 0 16px 64px 16px;
  }
}
.hero.hero-type-1 .grid .content-col * {
  color: #fff;
}
.hero.hero-type-1.animated-item .image-col {
  opacity: 0;
  -webkit-transform: scale(0.9) translateX(-30px);
  -moz-transform: scale(0.9) translateX(-30px);
  -ms-transform: scale(0.9) translateX(-30px);
  -o-transform: scale(0.9) translateX(-30px);
  transform: scale(0.9) translateX(-30px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1.animated-item .image-col {
    opacity: 0.2;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}
.hero.hero-type-1.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero.hero-type-1.in-view .grid .image-col {
  opacity: 1;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-1.in-view .grid .image-col {
    opacity: 0.2;
  }
}
.hero.hero-type-1.in-view .grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-type-1 .grid .image-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}
@media only screen and (prefers-reduced-motion: reduce) and (max-width: 1200px) {
  .hero.hero-type-1 .grid .image-col {
    opacity: 0.2;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-type-1 .grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.hero.hero-type-2 {
  width: 100%;
  margin-top: -148px;
  padding-top: 212px;
  position: relative;
}
.hero.hero-type-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.hero.hero-type-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.hero.hero-type-2 .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.hero.hero-type-2 .breadcrumbs {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-2 {
    margin-top: -115px;
    padding-top: 179px;
  }
}
.hero.hero-type-2 > svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 0;
  left: 0;
  position: absolute;
  max-width: 50%;
  pointer-events: none;
  z-index: 4;
}
.hero.hero-type-2 .grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.hero.hero-type-2 .grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  padding: 112px 16px 176px calc((100% - 1400px) / 2 + 16px);
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 58.3333333333%;
}
.hero.hero-type-2 .grid .content-col:only-child {
  max-width: 75%;
}
@media only screen and (max-width: 1400px) {
  .hero.hero-type-2 .grid .content-col {
    padding: 112px 16px 176px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-2 .grid .content-col {
    max-width: 100%;
    padding: 0 16px 48px 16px;
  }
  .hero.hero-type-2 .grid .content-col:only-child {
    max-width: 100%;
  }
  .hero.hero-type-2 .grid .content-col .title {
    justify-content: center;
  }
  .hero.hero-type-2 .grid .content-col .title * {
    text-align: center;
  }
  .hero.hero-type-2 .grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .hero.hero-type-2 .grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .hero.hero-type-2 .grid .content-col {
    padding: 0 16px 64px 16px;
  }
}
.hero.hero-type-2 .grid .content-col * {
  color: #fff;
}
.hero.hero-type-2 .grid .media-col {
  position: relative;
  width: 41.6666666667%;
  overflow: hidden;
  align-self: flex-end;
  padding-left: 48px;
  z-index: 5;
}
@media only screen and (max-width: 1400px) {
  .hero.hero-type-2 .grid .media-col {
    align-self: center;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-2 .grid .media-col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    display: flex;
  }
}
.hero.hero-type-2 .grid .media-col .image {
  position: relative;
  pointer-events: none;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 800px;
  margin-bottom: -64px;
}
@media only screen and (max-width: 1400px) {
  .hero.hero-type-2 .grid .media-col .image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-2 .grid .media-col .image {
    margin-bottom: -48px;
    max-width: 700px;
  }
}
.hero.hero-type-2 .grid .media-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hero.hero-type-2 .grid .media-col .image .image-holder img {
  object-position: center;
}
.hero.hero-type-2 .grid .media-col .video {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 800px;
  margin-bottom: -64px;
}
@media only screen and (max-width: 1400px) {
  .hero.hero-type-2 .grid .media-col .video {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-2 .grid .media-col .video {
    margin-bottom: -48px;
    max-width: 700px;
  }
}
.hero.hero-type-2 .grid .media-col .video .hero-video__start-btn,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #c70606;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  -webkit-transition: ease 0.3s background;
  -moz-transition: ease 0.3s background;
  -ms-transition: ease 0.3s background;
  -o-transition: ease 0.3s background;
  transition: ease 0.3s background;
}
.hero.hero-type-2 .grid .media-col .video .hero-video__start-btn:hover, .hero.hero-type-2 .grid .media-col .video .hero-video__start-btn:focus-visible,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn:hover,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn:focus-visible {
  background: #e00707;
}
.hero.hero-type-2 .grid .media-col .video .hero-video__start-btn .hero-video__icon,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn .hero-video__icon {
  font-size: 24px;
  line-height: 1;
}
.hero.hero-type-2 .grid .media-col .video .hero-video__start-btn .hero-video__icon--pause,
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn .hero-video__icon--pause {
  display: none;
}
.hero.hero-type-2 .grid .media-col .video .hero-video__play-btn {
  opacity: 0;
  pointer-events: none;
}
.hero.hero-type-2 .grid .media-col .video .hero-video.is-loaded .hero-video__start-btn {
  display: none;
}
.hero.hero-type-2 .grid .media-col .video .hero-video.is-loaded .hero-video__play-btn:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.hero.hero-type-2 .grid .media-col .video .hero-video.is-loaded:hover .hero-video__play-btn, .hero.hero-type-2 .grid .media-col .video .hero-video.is-loaded:focus-within .hero-video__play-btn {
  opacity: 1;
  pointer-events: auto;
}
.hero.hero-type-2 .grid .media-col .video .hero-video.is-playing .hero-video__play-btn .hero-video__icon--play {
  display: none;
}
.hero.hero-type-2 .grid .media-col .video .hero-video.is-playing .hero-video__play-btn .hero-video__icon--pause {
  display: inline;
}
.hero.hero-type-2 .grid .media-col .video .image-holder,
.hero.hero-type-2 .grid .media-col .video .hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hero.hero-type-2 .grid .media-col .video .image-holder img,
.hero.hero-type-2 .grid .media-col .video .image-holder video,
.hero.hero-type-2 .grid .media-col .video .hero-video img,
.hero.hero-type-2 .grid .media-col .video .hero-video video {
  object-position: center;
}
.hero.hero-type-2.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-2.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.hero.hero-type-2.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero.hero-type-2.in-view .grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hero.hero-type-2.in-view .grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-type-2 .grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .hero.hero-type-2 .grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.hero.hero-type-3 {
  width: 100%;
  margin-top: -148px;
  padding-top: 244px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}
.hero.hero-type-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.hero.hero-type-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.hero.hero-type-3 .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-3 {
    padding-bottom: 48px;
  }
}
.hero.hero-type-3 .breadcrumbs {
  margin-top: -60px;
  position: relative;
  z-index: 4;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-3 {
    margin-top: -115px;
    padding-top: 179px;
  }
}
.hero.hero-type-3 > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
  max-width: 50%;
}
.hero.hero-type-3 .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
}
.hero.hero-type-3 .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
}
.hero.hero-type-3 .in-grid .content-col:only-child {
  max-width: 75%;
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-3 .in-grid .content-col {
    max-width: 100%;
  }
  .hero.hero-type-3 .in-grid .content-col:only-child {
    max-width: 100%;
  }
  .hero.hero-type-3 .in-grid .content-col .title {
    justify-content: center;
  }
  .hero.hero-type-3 .in-grid .content-col .title * {
    text-align: center;
  }
  .hero.hero-type-3 .in-grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .hero.hero-type-3 .in-grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
.hero.hero-type-3 .in-grid .content-col * {
  color: #fff;
}
.hero.hero-type-3 .in-grid .media-col {
  position: relative;
  width: 41.6666666667%;
  overflow: hidden;
  align-self: flex-end;
  padding-left: 48px !important;
  -webkit-justify-items: center;
  -moz-justify-items: center;
  -ms-justify-items: center;
  -o-justify-items: center;
  justify-items: center;
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-3 .in-grid .media-col {
    padding-left: 16px !important;
    width: 100%;
    margin-top: 32px;
  }
}
.hero.hero-type-3 .in-grid .media-col .image {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.hero.hero-type-3 .in-grid .media-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.hero.hero-type-3 .in-grid .media-col .local-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
@media only screen and (max-width: 1400px) {
  .hero.hero-type-3 .in-grid .media-col .local-video {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero.hero-type-3 .in-grid .media-col .local-video {
    max-width: 700px;
  }
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #c70606;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  -webkit-transition: ease 0.3s background;
  -moz-transition: ease 0.3s background;
  -ms-transition: ease 0.3s background;
  -o-transition: ease 0.3s background;
  transition: ease 0.3s background;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn:hover, .hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn:focus-visible,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn:hover,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn:focus-visible {
  background: #e00707;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn .hero-video__icon,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn .hero-video__icon {
  font-size: 24px;
  line-height: 1;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__start-btn .hero-video__icon--pause,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn .hero-video__icon--pause {
  display: none;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__play-btn {
  opacity: 0;
  pointer-events: none;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-loaded .hero-video__start-btn {
  display: none;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-loaded .hero-video__play-btn:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-loaded:hover .hero-video__play-btn, .hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-loaded:focus-within .hero-video__play-btn {
  opacity: 1;
  pointer-events: auto;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-playing .hero-video__play-btn .hero-video__icon--play {
  display: none;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video.is-playing .hero-video__play-btn .hero-video__icon--pause {
  display: inline;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__placeholder,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__placeholder img,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video__placeholder video,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video img,
.hero.hero-type-3 .in-grid .media-col .local-video .hero-video video {
  object-position: center;
}
.hero.hero-type-3 .in-grid .media-col .embed-video {
  width: 100%;
}
.hero.hero-type-3.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-type-3.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.hero.hero-type-3.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero.hero-type-3.in-view .in-grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hero.hero-type-3.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero.hero-type-3 .in-grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .hero.hero-type-3 .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.content-light .ce-contact-details-repeater-container .contact-detail-item .icon-container, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item .icon-container {
  background: #fff;
  color: #c70606;
}
.content-light .ce-contact-details-repeater-container .contact-detail-item a .link-title:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item a .link-title:before {
  background: #fff;
}
@media screen and (min-width: 991px) {
  .content-light .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title {
    color: #F9E6E6;
  }
  .content-light .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title:before {
    background: #F9E6E6;
  }
}
.content-light .ce-contact-details-repeater-container .contact-detail-item span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item span {
  color: #fff;
}
.content-light .ce-contact-details-repeater-container .contact-detail-item span.additional-label, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-contact-details-repeater-container .contact-detail-item span.additional-label {
  color: #fff;
}
.content-light .contact-person .contact-details *, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .contact-person .contact-details * {
  color: #fff;
}
.content-light .contact-person .contact-details .contact-detail .icon-container, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .contact-person .contact-details .contact-detail .icon-container {
  background: #F9E6E6;
  color: #4A0000;
}
.content-light .contact-person .contact-details .contact-detail .icon-container i, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .contact-person .contact-details .contact-detail .icon-container i {
  color: #4A0000;
}
.content-light .contact-person .contact-details .contact-detail span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .contact-person .contact-details .contact-detail span {
  color: #fff;
}
.content-light .wysiwyg-content, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content,
.content-light .description,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description {
  color: #fff;
}
.content-light .wysiwyg-content h1, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h1, .content-light .wysiwyg-content h2, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h2, .content-light .wysiwyg-content h3, .content-light .wysiwyg-content .quote-block .inner-block .quote-container .quote p.quote, .quote-block .inner-block .quote-container .quote .content-light .wysiwyg-content p.quote, .content-light .wysiwyg-content .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .content-light .wysiwyg-content .label, .content-light .wysiwyg-content .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .content-light .wysiwyg-content p.form-label, .content-light .wysiwyg-content .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .content-light .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h3, .flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .wysiwyg-content .quote-container .quote p.quote, .quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container .quote p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .quote-container .quote .wysiwyg-content p.quote, .quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .quote-container .quote .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .form-col .form-container .content-above-form p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .form-col .form-container .content-above-form p.form-label, .flex-cta-block .flex-form-content .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .wysiwyg-content p.form-label, .flex-form-content .flex-cta-block .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .wysiwyg-content p.form-label, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .quote-container .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .quote-container .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .content-light .wysiwyg-content .quote-element .inner-container p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-element .inner-container p.quote, .quote-element .inner-container .content-light .wysiwyg-content p.quote, .quote-element .inner-container .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .quote-element .inner-container .inner-block .wysiwyg-content p.quote, .content-light .wysiwyg-content h4, .content-light .wysiwyg-content .product-item-small a .product-content h2, .product-item-small a .product-content .content-light .wysiwyg-content h2, .content-light .wysiwyg-content .vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .content-light .wysiwyg-content h3, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h4, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .quote-element .inner-container .wysiwyg-content p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .quote-element .inner-container .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .wysiwyg-content .top .flex-quote-testimonial .in-grid .quote-container p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .top .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container .wysiwyg-content p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-quote-testimonial .in-grid .quote-container .wysiwyg-content p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .wysiwyg-content .top p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .wysiwyg-content .top p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .wysiwyg-content p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .wysiwyg-content .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .wysiwyg-content p.form-label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .wysiwyg-content p.form-label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .wysiwyg-content .top p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .wysiwyg-content .top p.form-label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .wysiwyg-content p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .wysiwyg-content p.form-label, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .cta-container .inner-cta-container .cta-text .wysiwyg-content .label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .cta-container .inner-cta-container .cta-text .wysiwyg-content .label, .flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .wysiwyg-content .top .label, .flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .top .wysiwyg-content .label, .content-light .wysiwyg-content h5, .content-light .wysiwyg-content .also-interesting .also-interesting__list li a .content span, .also-interesting .also-interesting__list li a .content .content-light .wysiwyg-content span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h5, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .also-interesting .also-interesting__list li a .content span, .also-interesting .also-interesting__list li a .content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content span, .content-light .wysiwyg-content h6, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h6, .content-light .wysiwyg-content .h1, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h1, .content-light .wysiwyg-content .h2, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h2, .content-light .wysiwyg-content .h3, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h3, .content-light .wysiwyg-content .h4, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h4, .content-light .wysiwyg-content .h5, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h5, .content-light .wysiwyg-content .h6, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h6,
.content-light .description h1,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h1,
.content-light .description h2,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h2,
.content-light .description h3,
.content-light .description .quote-block .inner-block .quote-container .quote p.quote,
.quote-block .inner-block .quote-container .quote .content-light .description p.quote,
.content-light .description .cta-container .inner-cta-container .cta-text .label,
.cta-container .inner-cta-container .cta-text .content-light .description .label,
.content-light .description .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label,
.flex-form-content .in-grid .form-col .form-container .content-above-form .content-light .description p.form-label,
.content-light .description .flex-quote-testimonial .in-grid .quote-container p.quote,
.flex-quote-testimonial .in-grid .quote-container .content-light .description p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h3,
.flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .description .quote-container .quote p.quote,
.quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .quote-container .quote p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .quote-container .quote .description p.quote,
.quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .quote-container .quote .description p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .cta-container .inner-cta-container .cta-text .label,
.cta-container .inner-cta-container .cta-text .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .label,
.flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .inner-block .description .form-col .form-container .content-above-form p.form-label,
.flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .form-col .form-container .content-above-form p.form-label,
.flex-cta-block .flex-form-content .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .description p.form-label,
.flex-form-content .flex-cta-block .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .description p.form-label,
.flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .inner-block .description .quote-container p.quote,
.flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .quote-container p.quote,
.flex-cta-block .flex-quote-testimonial .in-grid .quote-container .cta-block.mode-dark .inner-block .description p.quote,
.flex-quote-testimonial .flex-cta-block .in-grid .quote-container .cta-block.mode-dark .inner-block .description p.quote,
.content-light .description .quote-element .inner-container p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .quote-element .inner-container p.quote,
.quote-element .inner-container .content-light .description p.quote,
.quote-element .inner-container .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .quote-element .inner-container .inner-block .description p.quote,
.content-light .description h4,
.content-light .description .product-item-small a .product-content h2,
.product-item-small a .product-content .content-light .description h2,
.content-light .description .vacancies-archive-block a .inner-block .top h3,
.vacancies-archive-block a .inner-block .top .content-light .description h3,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h4,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .quote-element .inner-container .description p.quote,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .quote-element .inner-container .description p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .description .top .flex-quote-testimonial .in-grid .quote-container p.quote,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .top .flex-quote-testimonial .in-grid .quote-container p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container .description p.quote,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-quote-testimonial .in-grid .quote-container .description p.quote,
.flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .description .top p.quote,
.flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .description .top p.quote,
.flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .description p.quote,
.flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .description p.quote,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .description .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .description p.form-label,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .description p.form-label,
.flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .description .top p.form-label,
.flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .description .top p.form-label,
.flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .description p.form-label,
.flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .description p.form-label,
.flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .cta-container .inner-cta-container .cta-text .description .label,
.vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .cta-container .inner-cta-container .cta-text .description .label,
.flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .description .top .label,
.flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .top .description .label,
.content-light .description h5,
.content-light .description .also-interesting .also-interesting__list li a .content span,
.also-interesting .also-interesting__list li a .content .content-light .description span,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h5,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .also-interesting .also-interesting__list li a .content span,
.also-interesting .also-interesting__list li a .content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description span,
.content-light .description h6,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description h6,
.content-light .description .h1,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h1,
.content-light .description .h2,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h2,
.content-light .description .h3,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h3,
.content-light .description .h4,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h4,
.content-light .description .h5,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h5,
.content-light .description .h6,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description .h6 {
  color: #fff;
}
.content-light .wysiwyg-content a, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content a,
.content-light .description a,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description a {
  color: #fff;
}
.content-light .wysiwyg-content ul li:before, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content ul li:before,
.content-light .description ul li:before,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .description ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.7 11.9963C11.8657 11.9963 12.0004 11.862 11.9963 11.6964C11.9594 10.2227 11.6513 8.7676 11.0866 7.40414C10.4835 5.94823 9.59958 4.62536 8.48528 3.51106C7.37098 2.39675 6.04811 1.51284 4.5922 0.909783C3.22874 0.345018 1.7736 0.0369344 0.299971 8.75182e-05C0.134338 -0.00405402 5.87108e-09 0.130652 1.31134e-08 0.296338L2.19384e-07 5.01526C2.26627e-07 5.18095 0.134387 5.31456 0.299906 5.322C1.07486 5.35682 1.83864 5.52638 2.55674 5.82383C3.36732 6.15958 4.10384 6.65171 4.72423 7.2721C5.34463 7.8925 5.83675 8.62901 6.17251 9.4396C6.46996 10.1577 6.63952 10.9215 6.67434 11.6964C6.68178 11.8619 6.81539 11.9963 6.98107 11.9963H11.7Z' fill='%23fff'/%3E%3C/svg%3E");
}
.content-light .title *, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .title * {
  color: #fff;
}
.content-light .title * .red, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .title * .red {
  color: #4A0000 !important;
}
.content-light .introduction-container .title *, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .introduction-container .title * {
  color: #fff !important;
}
.content-light .introduction-container .title *.red, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .introduction-container .title *.red {
  color: #4A0000 !important;
}
.content-light .ce-checked-icon-list-container ul li span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-checked-icon-list-container ul li span {
  color: #fff;
}
.content-light .ce-checked-icon-list-container ul li .icon-container, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-checked-icon-list-container ul li .icon-container {
  background: #F9E6E6;
}
.content-light .ce-checked-icon-list-container ul li .icon-container svg path, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-checked-icon-list-container ul li .icon-container svg path {
  stroke: #4A0000;
}
.content-light .ce-content-block .ce-checked-icon-list-container ul li span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-content-block .ce-checked-icon-list-container ul li span {
  color: #fff;
}
.content-light .ce-content-block .ce-checked-icon-list-container ul li .icon-container, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-content-block .ce-checked-icon-list-container ul li .icon-container {
  background: #C70606;
}
.content-light .ce-content-block .ce-checked-icon-list-container ul li .icon-container svg path, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .ce-content-block .ce-checked-icon-list-container ul li .icon-container svg path {
  stroke: #fff;
}

.ce-boxed-steps-repeater {
  background-color: #F9E6E6;
  padding: 48px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  .ce-boxed-steps-repeater {
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .ce-boxed-steps-repeater {
    padding: 16px;
  }
}
.ce-boxed-steps-repeater__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ce-boxed-steps-repeater__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
}
.ce-boxed-steps-repeater__count {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #C70606;
  color: #fbfbfb;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-left: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.ce-boxed-steps-repeater__connector {
  width: 2px;
  min-height: 32px;
  background-image: repeating-linear-gradient(to bottom, #C70606 0px, #C70606 6px, transparent 6px, transparent 12px);
  align-self: flex-start;
  margin-left: 35px;
}
.ce-boxed-steps-repeater__content {
  background-color: #fbfbfb;
  border: 1px solid #EAE7E8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 32px;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #2D141A;
}

.ce-contact-details-repeater-container {
  gap: 32px;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ce-contact-details-repeater-container .contact-detail-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.ce-contact-details-repeater-container .contact-detail-item .icon-container {
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  background: #C70606;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.ce-contact-details-repeater-container .contact-detail-item .icon-container i {
  font-size: 14px;
}
.ce-contact-details-repeater-container .contact-detail-item a {
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
}
.ce-contact-details-repeater-container .contact-detail-item a .link-title {
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.ce-contact-details-repeater-container .contact-detail-item a .link-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: calc(100% - 48px);
  height: 2px;
  background: #C70606;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media screen and (min-width: 991px) {
  .ce-contact-details-repeater-container .contact-detail-item a:hover .icon-container {
    background: #950505;
  }
  .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title {
    color: #950505;
  }
  .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title:before {
    background: #950505;
  }
  .ce-contact-details-repeater-container .contact-detail-item a:hover .link-title:before {
    -webkit-transform: scaleX(0.75);
    -moz-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    -o-transform: scaleX(0.75);
    transform: scaleX(0.75);
  }
}
.ce-contact-details-repeater-container .contact-detail-item span {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 48px;
  min-height: 32px;
  line-height: 1.2;
}
.ce-contact-details-repeater-container .contact-detail-item span.additional-label {
  opacity: 0.75;
  color: #2D141A;
  font-weight: 400;
  min-height: 0;
}
.ce-contact-details-repeater-container .contact-detail-item span.additional-label:not(:first-child) {
  margin-top: 4px;
}

.content-dark .wysiwyg-content {
  color: #2D141A;
}
.content-dark .title * {
  color: #2D141A;
}
.content-dark .title * .red {
  color: #C70606 !important;
}
.content-dark .introduction-container .title * {
  color: #2D141A !important;
}
.content-dark .introduction-container .title *.red {
  color: #C70606 !important;
}
.content-dark .ce-checked-icon-list-container ul li span {
  color: #2D141A;
}
.content-dark .ce-checked-icon-list-container ul li .icon-container {
  background: #C70606;
}
.content-dark .ce-checked-icon-list-container ul li .icon-container svg path {
  stroke: #fff;
}

.cc-contentcontainer .title + div {
  margin-top: 16px !important;
}
.cc-contentcontainer > div {
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 32px;
}
.cc-contentcontainer .cc-image-element {
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.cc-contentcontainer .cc-image-element.ratio-horizontal {
  padding-top: 66.6666666667%;
}
.cc-contentcontainer .cc-image-element.ratio-square {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical {
  padding-top: 150%;
}
.cc-contentcontainer .cc-image-element.ratio-full {
  padding-top: 0;
}
.cc-contentcontainer .cc-image-element.ratio-full .image-holder {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.cc-contentcontainer .cc-image-element.shape-circle .image-holder {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.ce-checked-icon-list-container {
  width: 100%;
}
.ce-checked-icon-list-container ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.ce-checked-icon-list-container ul li {
  position: relative;
  padding-left: calc(32px + 16px);
  min-height: 32px;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ce-checked-icon-list-container ul li .icon-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  background: #C70606;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.quote-element .inner-container {
  padding: 32px;
  background: #F9E6E6;
  width: 100%;
  gap: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.quote-element .inner-container p.quote {
  font-weight: 600;
  color: #4A0000;
}
.quote-element .inner-container p.quote .quote-word {
  color: rgba(74, 0, 0, 0.35);
  transition: color 120ms linear;
}
.quote-element .inner-container p.quote .quote-word.is-filled {
  color: #4A0000;
}
@media (prefers-reduced-motion: reduce) {
  .quote-element .inner-container p.quote .quote-word {
    color: #4A0000;
  }
}
.quote-element .inner-container .author-info {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.quote-element .inner-container .author-info .image {
  width: 80px;
  height: 80px;
  border: 2px solid #F9E6E6;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.quote-element .inner-container .author-info .details {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.quote-element .inner-container .author-info .details:only-child {
  width: 100%;
  padding-left: 0;
}
.quote-element .inner-container .author-info .details .name {
  color: #C70606;
  font-weight: bold;
}

.contact-person {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.contact-person .contact-image {
  width: 100px;
  height: 100px;
  position: relative;
}
.contact-person .contact-image .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.contact-person .contact-details {
  width: calc(100% - 100px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.contact-person .contact-details:not(:first-child) {
  padding-left: 32px;
}
.contact-person .contact-details .description {
  font-weight: bold;
}
.contact-person .contact-details a.contact-detail {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  position: relative;
  text-decoration: none;
  min-height: 32px;
  width: fit-content;
}
.contact-person .contact-details a.contact-detail .icon-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #C70606;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.contact-person .contact-details a.contact-detail .icon-container i {
  color: #fff;
  font-size: 13px;
}
.contact-person .contact-details a.contact-detail span {
  padding-left: 48px;
  position: relative;
  color: #2D141A;
}
.contact-person .contact-details a.contact-detail span:before {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 1px;
  right: 0;
  bottom: 0;
}

.flex-row:not(.bg-soft-red) .ce-content-block .inner-block {
  padding: 32px;
  background: #D23838;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div:not(.btns) * {
  color: #fff !important;
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div:not(.btns) * > .red {
  color: #4A0000 !important;
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.ce-checked-icon-list-container ul li .icon-container {
  background: #fff;
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.ce-checked-icon-list-container ul li .icon-container svg path {
  stroke: #4A0000;
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover {
  background: #F9E6E6;
  border: 1px solid #F9E6E6;
  color: #C70606;
}
@media (prefers-reduced-motion: reduce) {
  .flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.primary a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #C70606;
  }
}
.flex-row:not(.bg-soft-red) .ce-content-block .inner-block .cc-contentcontainer > div.btns .btn-main.secondary a:hover {
  background: #F9E6E6;
  color: #C70606;
  border: 1px solid #F9E6E6;
}
.flex-row.bg-soft-red .ce-content-block .inner-block {
  padding: 32px;
  background: #F9E6E6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div:not(.btns) * {
  color: #2D141A !important;
}
.flex-row.bg-soft-red .ce-content-block .inner-block .cc-contentcontainer > div:not(.btns) * > .red {
  color: #C70606 !important;
}
.pd-top-none {
  padding-top: 0;
}

.pd-top-small {
  padding-top: 32px;
}
@media only screen and (max-width: 768px) {
  .pd-top-small {
    padding-top: 16px;
  }
}

.pd-top-medium {
  padding-top: 48px;
}
@media only screen and (max-width: 768px) {
  .pd-top-medium {
    padding-top: 32px;
  }
}

.pd-top-large {
  padding-top: 96px;
}
@media only screen and (max-width: 1200px) {
  .pd-top-large {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .pd-top-large {
    padding-top: 48px;
  }
}

.pd-bot-none {
  padding-bottom: 0;
}

.pd-bot-small {
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .pd-bot-small {
    padding-bottom: 16px;
  }
}

.pd-bot-medium {
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .pd-bot-medium {
    padding-bottom: 32px;
  }
}

.pd-bot-large {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
  .pd-bot-large {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .pd-bot-large {
    padding-bottom: 48px;
  }
}

.flex-row {
  border-radius: 0px;
  will-change: border-radius;
}
.flex-row > * {
  position: relative;
  z-index: 3;
}
.flex-row.bg-white {
  background: #fff;
}
.flex-row.bg-light-grey {
  background: #fbfbfb;
}
.flex-row.bg-textured-light {
  position: relative;
}
.flex-row.bg-textured-light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
}
.flex-row.bg-light-red {
  background: #F9E6E6;
}
.flex-row.bg-light-red .quote-element .inner-container {
  background: #fff;
}
.flex-row.bg-light-red .service-block .inner-block {
  background: #fff;
}
.flex-row.bg-light-red .service-block a:hover .inner-block {
  background: #C70606 !important;
}
.flex-row.bg-oxblood {
  background: #4A0000;
}
.flex-row.bg-scarlet {
  background: #2C0007;
}
.flex-row.bg-soft-red {
  background: #D23838;
}
.flex-row.bg-soft-red .quote-element .inner-container {
  background: #fff;
}
.flex-row.bg-soft-red .service-block .inner-block {
  background: #fff;
}
.flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover {
  background: #F9E6E6;
  color: #C70606;
  border: 1px solid #F9E6E6;
}
.flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover span,
.flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover i {
  color: #C70606;
}
@media (prefers-reduced-motion: reduce) {
  .flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover span,
  .flex-row.bg-soft-red .btns .btn-main .btn-inner a:hover i {
    color: #fff;
  }
}
.flex-row.bg-soft-red .link-to-overview-container .arrow-container img {
  filter: brightness(0) invert(1);
}
.flex-content-columns-row {
  position: relative;
}
.flex-content-columns-row.animated-item > svg {
  opacity: 0;
  transform-origin: right center;
  -webkit-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -moz-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -ms-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -o-transition: ease 2s 1s opacity, ease 2s 1s transform;
  transition: ease 2s 1s opacity, ease 2s 1s transform;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}
.flex-content-columns-row.animated-item.in-view > svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .flex-content-columns-row.animated-item > svg {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
.flex-content-columns-row > svg {
  position: absolute;
  right: 0;
  top: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .flex-content-columns-row > svg {
    display: none !important;
  }
}
.flex-content-columns-row.v-align-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.v-align-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.v-align-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-content-columns-row.c-align-left .in-grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-columns-row.c-align-center .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-columns-row.c-align-right .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column .cc-contentcontainer {
  width: 100%;
}
.flex-content-columns-row .in-grid .column:only-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:only-child {
    width: 100%;
    max-width: 100%;
  }
}
.c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:not(:only-child) {
    width: 100%;
  }
  .flex-content-columns-row .in-grid .column:not(:only-child):not(:first-of-type) {
    margin-top: 32px;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
  width: 50%;
  padding-right: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
    padding-right: 16px !important;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
  width: 50%;
  padding-left: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
    padding-left: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid > div {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .flex-content-columns-row.column-layout-50-50 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-1 {
  width: 58.3333333333%;
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-2 {
  width: 41.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-66-33 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-1 {
  width: 41.6666666667%;
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-2 {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-33-66 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}

.flex-services-blocks-repeater .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-services-blocks-repeater .in-grid .title-container {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 16px;
}
.flex-services-blocks-repeater .in-grid .title-container .title {
  width: 100%;
}
.flex-services-blocks-repeater .in-grid .title-container .title * {
  max-width: 933.3333333333px;
  width: 100%;
}
.flex-services-blocks-repeater .in-grid .service-blocks-container {
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-pagination {
    position: static;
    margin-top: 32px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper.animated-children > div {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
    -moz-transform: translateY(30px) scale(0.9);
    -ms-transform: translateY(30px) scale(0.9);
    -o-transform: translateY(30px) scale(0.9);
    transform: translateY(30px) scale(0.9);
    -webkit-transition: ease 0.5s opacity, ease 0.3s transform;
    -moz-transition: ease 0.5s opacity, ease 0.3s transform;
    -ms-transition: ease 0.5s opacity, ease 0.3s transform;
    -o-transition: ease 0.5s opacity, ease 0.3s transform;
    transition: ease 0.5s opacity, ease 0.3s transform;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper.animated-children > div.in-view {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-wrapper.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 768px) {
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-slide {
    width: 100% !important;
    display: flex;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-slide .service-block {
    width: 100%;
    display: flex;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-slide .service-block .inner-block {
    display: flex;
    flex-direction: column;
  }
  .flex-services-blocks-repeater .in-grid .service-blocks-container .swiper-pagination {
    display: none;
  }
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container {
  margin-top: 32px;
  padding: 0 16px;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-left: 48px !important;
}
@media screen and (max-width: 1540px) {
  .flex-services-blocks-repeater .in-grid .link-to-overview-container {
    padding-left: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-services-blocks-repeater .in-grid .link-to-overview-container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container.animated-item {
  opacity: 0;
  -webkit-transition: ease 2s opacity;
  -moz-transition: ease 2s opacity;
  -ms-transition: ease 2s opacity;
  -o-transition: ease 2s opacity;
  transition: ease 2s opacity;
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container.animated-item.in-view {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .flex-services-blocks-repeater .in-grid .link-to-overview-container.animated-item {
    opacity: 1;
  }
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container {
  position: absolute;
  height: 80px;
  width: 80px;
  left: -40px;
  top: -53px;
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container.animated-item {
  opacity: 0;
  -webkit-transform: rotate(10deg) translateY(-20px);
  -moz-transform: rotate(10deg) translateY(-20px);
  -ms-transform: rotate(10deg) translateY(-20px);
  -o-transform: rotate(10deg) translateY(-20px);
  transform: rotate(10deg) translateY(-20px);
  -webkit-transition: ease 1s all;
  -moz-transition: ease 1s all;
  -ms-transition: ease 1s all;
  -o-transition: ease 1s all;
  transition: ease 1s all;
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container.animated-item.in-view {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0);
  -moz-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  -o-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container.animated-item {
    opacity: 1;
    -webkit-transform: rotate(0deg) translateY(0);
    -moz-transform: rotate(0deg) translateY(0);
    -ms-transform: rotate(0deg) translateY(0);
    -o-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@media screen and (max-width: 1540px) {
  .flex-services-blocks-repeater .in-grid .link-to-overview-container .arrow-container {
    display: none;
  }
}
.flex-services-blocks-repeater .in-grid .link-to-overview-container a {
  font-size: 20px;
  font-weight: 700;
}

.flex-cases-slider {
  --cases-top-half-height: 50%;
  --cases-bottom-half-height: 50%;
}
.flex-cases-slider.bg-top-half-white {
  position: relative;
}
.flex-cases-slider.bg-top-half-white:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--cases-top-half-height);
  z-index: 2;
  background: #fff;
}
.flex-cases-slider.bg-top-half-light-grey {
  position: relative;
}
.flex-cases-slider.bg-top-half-light-grey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--cases-top-half-height);
  z-index: 2;
  background: #fbfbfb;
}
.flex-cases-slider.bg-top-half-textured-light {
  position: relative;
}
.flex-cases-slider.bg-top-half-light-red {
  position: relative;
}
.flex-cases-slider.bg-top-half-light-red:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--cases-top-half-height);
  z-index: 2;
  background: #F9E6E6;
}
.flex-cases-slider.bg-top-half-soft-red {
  position: relative;
}
.flex-cases-slider.bg-top-half-soft-red:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--cases-top-half-height);
  z-index: 2;
  background: #D23838;
}
.flex-cases-slider.bg-top-half-soft-red .title * {
  color: #fff !important;
}
.flex-cases-slider.bg-bottom-half-white {
  position: relative;
}
.flex-cases-slider.bg-bottom-half-white:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--cases-bottom-half-height);
  z-index: 2;
  background: #fff;
}
.flex-cases-slider.bg-bottom-half-light-grey {
  position: relative;
}
.flex-cases-slider.bg-bottom-half-light-grey:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--cases-bottom-half-height);
  z-index: 2;
  background: #fbfbfb;
}
.flex-cases-slider.bg-bottom-half-textured-light {
  position: relative;
}
.flex-cases-slider.bg-bottom-half-light-red {
  position: relative;
}
.flex-cases-slider.bg-bottom-half-light-red:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--cases-bottom-half-height);
  z-index: 2;
  background: #F9E6E6;
}
.flex-cases-slider.bg-bottom-half-soft-red {
  position: relative;
}
.flex-cases-slider.bg-bottom-half-soft-red:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--cases-bottom-half-height);
  z-index: 2;
  background: #D23838;
}
.flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover {
  background: #F9E6E6;
  color: #C70606;
  border: 1px solid #F9E6E6;
}
.flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover span,
.flex-cases-slider.bg-bottom-half-soft-red .link-to-overview-container a:hover i {
  color: #C70606;
}
.flex-cases-slider > div {
  position: relative;
  z-index: 3;
}
.flex-cases-slider .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-cases-slider .in-grid .title-container {
  width: 100%;
  margin-bottom: 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-cases-slider .in-grid .title-container .title {
  width: 100%;
}
.flex-cases-slider .in-grid .title-container .title * {
  max-width: 933.3333333333px;
  width: 100%;
}
.flex-cases-slider .in-grid .link-to-overview-container {
  margin-top: 16px;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
}
.flex-cases-slider .in-grid .link-to-overview-container.animated-item {
  opacity: 0;
  -webkit-transition: ease 2s opacity;
  -moz-transition: ease 2s opacity;
  -ms-transition: ease 2s opacity;
  -o-transition: ease 2s opacity;
  transition: ease 2s opacity;
}
.flex-cases-slider .in-grid .link-to-overview-container.animated-item.in-view {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .flex-cases-slider .in-grid .link-to-overview-container.animated-item {
    opacity: 1;
  }
}
.flex-cases-slider .in-grid .link-to-overview-container a {
  font-size: 20px;
  font-weight: 700;
}
.flex-cases-slider .grid {
  width: 100%;
}
.flex-cases-slider .grid .cases-blocks-slider {
  padding: 16px;
}

.flex-shortcode-row .in-grid,
.flex-shortcode-row .grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-shortcode-row .in-grid .title-container,
.flex-shortcode-row .grid .title-container {
  width: 100%;
  margin-bottom: 32px;
  padding: 0 16px;
}
.flex-shortcode-row .in-grid .title-container .title,
.flex-shortcode-row .grid .title-container .title {
  width: 100%;
}
.flex-shortcode-row .in-grid .title-container .title *,
.flex-shortcode-row .grid .title-container .title * {
  max-width: 1166.6666666667px;
  width: 100%;
}
.flex-shortcode-row .in-grid .shortcode-container,
.flex-shortcode-row .grid .shortcode-container {
  width: 100%;
  padding: 0 16px;
}
.flex-shortcode-row .in-grid .btns,
.flex-shortcode-row .grid .btns {
  margin-top: 16px;
}

@media screen and (min-width: 1400px) {
  .flex-content-image.pd-top-none {
    padding-top: 0;
  }
  .flex-content-image.pd-top-small {
    padding-top: 0;
  }
  .flex-content-image.pd-top-small .content-col {
    padding-top: 32px;
  }
  .flex-content-image.pd-top-medium {
    padding-top: 0;
  }
  .flex-content-image.pd-top-medium .content-col {
    padding-top: 48px;
  }
  .flex-content-image.pd-top-large {
    padding-top: 0;
  }
  .flex-content-image.pd-top-large .content-col {
    padding-top: 96px;
  }
  .flex-content-image.prev-pd-bot-none .image-col {
    margin-top: 0px;
  }
  .flex-content-image.prev-pd-bot-small .image-col {
    margin-top: -16px;
  }
  .flex-content-image.prev-pd-bot-medium .image-col {
    margin-top: -32px;
  }
  .flex-content-image.prev-pd-bot-large .image-col {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1400px) {
  .flex-content-image.overlap-bottom.pd-top-none {
    padding-bottom: 0;
  }
  .flex-content-image.overlap-bottom.pd-top-small {
    padding-bottom: 0;
  }
  .flex-content-image.overlap-bottom.pd-top-small .content-col {
    padding-bottom: 32px;
  }
  .flex-content-image.overlap-bottom.pd-top-medium {
    padding-bottom: 0;
  }
  .flex-content-image.overlap-bottom.pd-top-medium .content-col {
    padding-bottom: 48px;
  }
  .flex-content-image.overlap-bottom.pd-top-large {
    padding-bottom: 0;
  }
  .flex-content-image.overlap-bottom.pd-top-large .content-col {
    padding-bottom: 96px;
  }
  .flex-content-image.overlap-bottom.prev-pd-bot-none .image-col {
    margin-bottom: 0px;
  }
  .flex-content-image.overlap-bottom.prev-pd-bot-small .image-col {
    margin-bottom: -16px;
  }
  .flex-content-image.overlap-bottom.prev-pd-bot-medium .image-col {
    margin-bottom: -32px;
  }
  .flex-content-image.overlap-bottom.prev-pd-bot-large .image-col {
    margin-bottom: -80px;
  }
}
.flex-content-image.overlap-bottom .in-grid .image-col svg {
  display: none;
}
.flex-content-image .in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1400px) {
  .flex-content-image .in-grid {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-image .in-grid {
    gap: 48px;
  }
}
.flex-content-image .in-grid.image-left .content-col {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .flex-content-image .in-grid.image-left .content-col {
    order: 1;
  }
}
.flex-content-image .in-grid.image-left .image-col {
  order: 1;
  margin-right: 0;
  margin-left: -100px;
}
@media only screen and (max-width: 1600px) {
  .flex-content-image .in-grid.image-left .image-col {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-image .in-grid.image-left .image-col {
    order: 2;
  }
}
.flex-content-image .in-grid .content-col {
  width: 50%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .flex-content-image .in-grid .content-col {
    width: 100%;
  }
}
.flex-content-image .in-grid .image-col {
  width: calc(41.6666666667% + 100px);
  margin-right: -100px;
  aspect-ratio: 1/1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}
@media only screen and (max-width: 1600px) {
  .flex-content-image .in-grid .image-col {
    width: 41.6666666667%;
    margin-right: 0;
    aspect-ratio: auto;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-image .in-grid .image-col {
    width: 100%;
  }
  .flex-content-image .in-grid .image-col .image {
    max-width: 600px;
  }
}
.flex-content-image .in-grid .image-col .image {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
}
.flex-content-image .in-grid .image-col .image.animated-item {
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(30px);
  -moz-transform: scale(0.6) translateY(30px);
  -ms-transform: scale(0.6) translateY(30px);
  -o-transform: scale(0.6) translateY(30px);
  transform: scale(0.6) translateY(30px);
  -webkit-transition: ease 1.5s all;
  -moz-transition: ease 1.5s all;
  -ms-transition: ease 1.5s all;
  -o-transition: ease 1.5s all;
  transition: ease 1.5s all;
}
.flex-content-image .in-grid .image-col .image.animated-item svg {
  opacity: 0;
  -webkit-transform: rotate(30deg) scale(0.6);
  -moz-transform: rotate(30deg) scale(0.6);
  -ms-transform: rotate(30deg) scale(0.6);
  -o-transform: rotate(30deg) scale(0.6);
  transform: rotate(30deg) scale(0.6);
  -webkit-transition: ease 1s 0.75s all;
  -moz-transition: ease 1s 0.75s all;
  -ms-transition: ease 1s 0.75s all;
  -o-transition: ease 1s 0.75s all;
  transition: ease 1s 0.75s all;
}
@media only screen and (max-width: 1200px) {
  .flex-content-image .in-grid .image-col .image.animated-item svg {
    -webkit-transform: rotate(30deg) scale(0.5);
    -moz-transform: rotate(30deg) scale(0.5);
    -ms-transform: rotate(30deg) scale(0.5);
    -o-transform: rotate(30deg) scale(0.5);
    transform: rotate(30deg) scale(0.5);
  }
}
.flex-content-image .in-grid .image-col .image.animated-item.in-view {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.flex-content-image .in-grid .image-col .image.animated-item.in-view svg {
  opacity: 1;
  -webkit-transform: rotate(0) scale(0.6);
  -moz-transform: rotate(0) scale(0.6);
  -ms-transform: rotate(0) scale(0.6);
  -o-transform: rotate(0) scale(0.6);
  transform: rotate(0) scale(0.6);
}
@media only screen and (max-width: 1200px) {
  .flex-content-image .in-grid .image-col .image.animated-item.in-view svg {
    -webkit-transform: rotate(0) scale(0.5);
    -moz-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .flex-content-image .in-grid .image-col .image.animated-item {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  .flex-content-image .in-grid .image-col .image.animated-item svg {
    opacity: 1;
    -webkit-transform: rotate(0) scale(0.6);
    -moz-transform: rotate(0) scale(0.6);
    -ms-transform: rotate(0) scale(0.6);
    -o-transform: rotate(0) scale(0.6);
    transform: rotate(0) scale(0.6);
  }
}
@media only screen and (prefers-reduced-motion: reduce) and (max-width: 1200px) {
  .flex-content-image .in-grid .image-col .image.animated-item svg {
    -webkit-transform: rotate(0) scale(0.5);
    -moz-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
  }
}
.flex-content-image .in-grid .image-col .image svg {
  position: absolute;
  left: -32px;
  top: 0;
  z-index: 3;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
@media only screen and (max-width: 1200px) {
  .flex-content-image .in-grid .image-col .image svg {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.flex-content-image .in-grid .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block {
  background: #fff;
}
.flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .content * {
  color: #2D141A;
}
.flex-featured-post-articles.bg-soft-red .in-grid .featured-posts-container .featured-post-block .inner-block .featured-post-block__link {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .flex-featured-post-articles .in-grid .swiper-slide.desktop-only,
  .flex-featured-post-articles .in-grid .introduction-container.desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .flex-featured-post-articles .in-grid .swiper-slide.mobile-only,
  .flex-featured-post-articles .in-grid .introduction-container.mobile-only {
    display: none;
  }
}
.flex-featured-post-articles .in-grid .introduction-container {
  margin-bottom: 32px;
  width: 100%;
  max-width: 800px;
}
.flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container {
  margin-top: 16px;
}
.flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a {
  color: #4A0000;
}
.flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:before {
  background: #4A0000;
}
@media (prefers-reduced-motion: reduce) {
  .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a {
    color: #C70606;
  }
  .flex-featured-post-articles .in-grid .introduction-container .link-to-overview-container a:before {
    background: #C70606;
  }
}
.flex-featured-post-articles .in-grid .featured-posts-container {
  width: 100%;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 850px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper.animated-children > div {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
    -moz-transform: translateY(30px) scale(0.9);
    -ms-transform: translateY(30px) scale(0.9);
    -o-transform: translateY(30px) scale(0.9);
    transform: translateY(30px) scale(0.9);
    -webkit-transition: ease 0.5s opacity, ease 0.3s transform;
    -moz-transition: ease 0.5s opacity, ease 0.3s transform;
    -ms-transition: ease 0.5s opacity, ease 0.3s transform;
    -o-transition: ease 0.5s opacity, ease 0.3s transform;
    transition: ease 0.5s opacity, ease 0.3s transform;
  }
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper.animated-children > div.in-view {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 850px) and (prefers-reduced-motion: reduce) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 850px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 850px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper {
    display: flex !important;
    gap: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper > div {
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container .h1, .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container h1,
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container h1,
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container .h2,
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container h2,
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .introduction-container h2 {
  font-size: 50px !important;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .featured-post-block {
  height: 100%;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .featured-post-block .inner-block {
  height: 100%;
  box-sizing: border-box;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide .grid-block {
  height: 100%;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+1), .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+3) {
  grid-column: span 3;
}
@media screen and (min-width: 1400px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+1) .featured-post-block .image, .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+3) .featured-post-block .image {
    display: none;
  }
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+2) {
  grid-column: span 6;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+4), .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+7) {
  grid-column: span 7;
}
.flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+5), .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(7n+6) {
  grid-column: span 5;
}
@media (max-width: 1399px) and (min-width: 851px) {
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(1) {
    grid-column: span 12;
  }
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:not(:first-child):nth-child(4n+1), .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(4n+2) {
    grid-column: span 7;
  }
  .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(4n), .flex-featured-post-articles .in-grid .featured-posts-container .swiper-wrapper .swiper-slide:nth-child(4n+3) {
    grid-column: span 5;
  }
}

@media screen and (min-width: 1400px) {
  .flex-content-form-image.pd-top-none {
    padding-top: 0;
  }
  .flex-content-form-image.pd-top-small {
    padding-top: 0;
  }
  .flex-content-form-image.pd-top-small .content-col {
    padding-top: 32px;
  }
  .flex-content-form-image.pd-top-medium {
    padding-top: 0;
  }
  .flex-content-form-image.pd-top-medium .content-col {
    padding-top: 48px;
  }
  .flex-content-form-image.pd-top-large {
    padding-top: 0;
  }
  .flex-content-form-image.pd-top-large .content-col {
    padding-top: 96px;
  }
  .flex-content-form-image.prev-pd-bot-none .image-col {
    margin-top: 0px;
  }
  .flex-content-form-image.prev-pd-bot-small .image-col {
    margin-top: -16px;
  }
  .flex-content-form-image.prev-pd-bot-medium .image-col {
    margin-top: -16px;
  }
  .flex-content-form-image.prev-pd-bot-large .image-col {
    margin-top: -48px;
  }
}
.flex-content-form-image .in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .flex-content-form-image .in-grid {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-form-image .in-grid {
    gap: 48px;
  }
}
.flex-content-form-image .in-grid .content-col {
  width: 66.6666666667%;
  padding-left: 48px !important;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .flex-content-form-image .in-grid .content-col {
    width: 100%;
    order: 1;
    padding-left: 16px !important;
  }
}
.flex-content-form-image .in-grid .content-col .form-container {
  margin-top: 32px;
}
.flex-content-form-image .in-grid .image-col {
  width: calc(33.3333333333% + 400px);
  margin-left: -400px;
  aspect-ratio: 1/1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1800px) {
  .flex-content-form-image .in-grid .image-col {
    width: calc(33.3333333333% + 300px);
    margin-left: -300px;
  }
}
@media only screen and (max-width: 1600px) {
  .flex-content-form-image .in-grid .image-col {
    width: calc(33.3333333333% + 200px);
    margin-left: -200px;
    margin-right: 0;
    aspect-ratio: auto;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-form-image .in-grid .image-col {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
  .flex-content-form-image .in-grid .image-col .image {
    max-width: 600px;
  }
}
.flex-content-form-image .in-grid .image-col .image {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
}
.flex-content-form-image .in-grid .image-col .image.animated-item {
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(30px);
  -moz-transform: scale(0.6) translateY(30px);
  -ms-transform: scale(0.6) translateY(30px);
  -o-transform: scale(0.6) translateY(30px);
  transform: scale(0.6) translateY(30px);
  -webkit-transition: ease 1.5s all;
  -moz-transition: ease 1.5s all;
  -ms-transition: ease 1.5s all;
  -o-transition: ease 1.5s all;
  transition: ease 1.5s all;
}
.flex-content-form-image .in-grid .image-col .image.animated-item svg {
  opacity: 0;
  -webkit-transform: rotate(30deg) scale(0.6);
  -moz-transform: rotate(30deg) scale(0.6);
  -ms-transform: rotate(30deg) scale(0.6);
  -o-transform: rotate(30deg) scale(0.6);
  transform: rotate(30deg) scale(0.6);
  -webkit-transition: ease 1s 0.75s all;
  -moz-transition: ease 1s 0.75s all;
  -ms-transition: ease 1s 0.75s all;
  -o-transition: ease 1s 0.75s all;
  transition: ease 1s 0.75s all;
}
@media only screen and (max-width: 1200px) {
  .flex-content-form-image .in-grid .image-col .image.animated-item svg {
    -webkit-transform: rotate(30deg) scale(0.5);
    -moz-transform: rotate(30deg) scale(0.5);
    -ms-transform: rotate(30deg) scale(0.5);
    -o-transform: rotate(30deg) scale(0.5);
    transform: rotate(30deg) scale(0.5);
  }
}
.flex-content-form-image .in-grid .image-col .image.animated-item.in-view {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.flex-content-form-image .in-grid .image-col .image.animated-item.in-view svg {
  opacity: 1;
  -webkit-transform: rotate(0) scale(0.6);
  -moz-transform: rotate(0) scale(0.6);
  -ms-transform: rotate(0) scale(0.6);
  -o-transform: rotate(0) scale(0.6);
  transform: rotate(0) scale(0.6);
}
@media only screen and (max-width: 1200px) {
  .flex-content-form-image .in-grid .image-col .image.animated-item.in-view svg {
    -webkit-transform: rotate(0) scale(0.5);
    -moz-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .flex-content-form-image .in-grid .image-col .image.animated-item {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  .flex-content-form-image .in-grid .image-col .image.animated-item svg {
    opacity: 1;
    -webkit-transform: rotate(0) scale(0.6);
    -moz-transform: rotate(0) scale(0.6);
    -ms-transform: rotate(0) scale(0.6);
    -o-transform: rotate(0) scale(0.6);
    transform: rotate(0) scale(0.6);
  }
}
@media only screen and (prefers-reduced-motion: reduce) and (max-width: 1200px) {
  .flex-content-form-image .in-grid .image-col .image.animated-item svg {
    -webkit-transform: rotate(0) scale(0.5);
    -moz-transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -o-transform: rotate(0) scale(0.5);
    transform: rotate(0) scale(0.5);
  }
}
.flex-content-form-image .in-grid .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.flex-atmospheric-images-row {
  position: relative;
}
.flex-atmospheric-images-row.animated-item > svg {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transform-origin: left center;
  -webkit-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -moz-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -ms-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -o-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
}
.flex-atmospheric-images-row.animated-item.in-view > svg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .flex-atmospheric-images-row.animated-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex-atmospheric-images-row > svg {
  position: absolute;
  left: 0;
  top: -64px;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .flex-atmospheric-images-row > svg {
    display: none !important;
  }
}

.flex-steps-repeater.bg-soft-red .swiper-buttons .swiper-button-prev,
.flex-steps-repeater.bg-soft-red .swiper-buttons .swiper-button-next {
  background: #fff !important;
}
.flex-steps-repeater.bg-soft-red .swiper-buttons .swiper-button-prev svg path,
.flex-steps-repeater.bg-soft-red .swiper-buttons .swiper-button-next svg path {
  fill: #4A0000 !important;
}
.flex-steps-repeater.bg-soft-red .step-block * {
  color: #2D141A !important;
}
.flex-steps-repeater.bg-light-red .step-block .inner-block {
  background: #fff !important;
}
.flex-steps-repeater.grid-view .in-grid > div {
  padding: 0 16px;
}
.flex-steps-repeater.grid-view .in-grid .swiper-slide.desktop-only,
.flex-steps-repeater.grid-view .in-grid .introduction-container.desktop-only {
  align-content: center;
}
@media screen and (max-width: 1400px) {
  .flex-steps-repeater.grid-view .in-grid .swiper-slide.desktop-only,
  .flex-steps-repeater.grid-view .in-grid .introduction-container.desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .flex-steps-repeater.grid-view .in-grid .swiper-slide.mobile-only,
  .flex-steps-repeater.grid-view .in-grid .introduction-container.mobile-only {
    display: none;
  }
}
.flex-steps-repeater.grid-view .in-grid .introduction-container {
  margin-bottom: 32px;
  width: 100%;
  max-width: 800px;
}
.flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description {
  margin-top: 16px;
}
.flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a {
  color: #4A0000;
}
.flex-steps-repeater.grid-view .in-grid .introduction-container .link-to-overview-container a:before,
.flex-steps-repeater.grid-view .in-grid .introduction-container .description a:before {
  background: #4A0000;
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container {
  width: 100%;
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1200px) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 850px) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper.animated-children > div {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.9);
    -moz-transform: translateY(30px) scale(0.9);
    -ms-transform: translateY(30px) scale(0.9);
    -o-transform: translateY(30px) scale(0.9);
    transform: translateY(30px) scale(0.9);
    -webkit-transition: ease 0.5s opacity, ease 0.3s transform;
    -moz-transition: ease 0.5s opacity, ease 0.3s transform;
    -ms-transition: ease 0.5s opacity, ease 0.3s transform;
    -o-transition: ease 0.5s opacity, ease 0.3s transform;
    transition: ease 0.5s opacity, ease 0.3s transform;
  }
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper.animated-children > div.in-view {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 850px) and (prefers-reduced-motion: reduce) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 850px) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 850px) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper {
    display: flex !important;
    gap: 0;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper > div {
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  .flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .introduction-container .h1,
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .introduction-container h1,
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .introduction-container .h2,
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .introduction-container h2 {
  font-size: 50px !important;
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .step-block {
  height: 100%;
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .step-block .inner-block {
  height: 100%;
  box-sizing: border-box;
}
.flex-steps-repeater.grid-view .in-grid .grid-view-steps-container .swiper-wrapper .swiper-slide .grid-block {
  height: 100%;
}
.flex-steps-repeater.slider-view .grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-steps-repeater.slider-view .grid .introduction-container {
  padding-left: calc((100% - 1400px) / 2 + 16px);
  padding-right: 48px;
  width: 41.6666666667%;
}
@media only screen and (max-width: 1600px) {
  .flex-steps-repeater.slider-view .grid .introduction-container {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1400px) {
  .flex-steps-repeater.slider-view .grid .introduction-container {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-steps-repeater.slider-view .grid .introduction-container {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 16px;
  }
}
.flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container,
.flex-steps-repeater.slider-view .grid .introduction-container .description {
  margin-top: 16px;
}
.flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a,
.flex-steps-repeater.slider-view .grid .introduction-container .description a {
  color: #4A0000;
}
.flex-steps-repeater.slider-view .grid .introduction-container .link-to-overview-container a:before,
.flex-steps-repeater.slider-view .grid .introduction-container .description a:before {
  background: #4A0000;
}
.flex-steps-repeater.slider-view .grid .slider-view-steps-container {
  width: 58.3333333333%;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1600px) {
  .flex-steps-repeater.slider-view .grid .slider-view-steps-container {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-steps-repeater.slider-view .grid .slider-view-steps-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .flex-steps-repeater.slider-view .grid .slider-view-steps-container {
    width: 66.6666666667%;
  }
}
.flex-steps-repeater.slider-view .grid .slider-view-steps-container:only-child {
  width: 100%;
  padding-left: calc((100% - 1400px) / 2 + 16px);
}
@media only screen and (max-width: 1600px) {
  .flex-steps-repeater.slider-view .grid .slider-view-steps-container:only-child {
    padding-left: 16px;
  }
}

.flex-cta-block .in-grid .cta-block {
  width: 100%;
}
.flex-cta-block .in-grid .cta-block .inner-block {
  position: relative;
}
.flex-cta-block .in-grid .cta-block .inner-block > svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.flex-cta-block .in-grid .cta-block .inner-block > div {
  position: relative;
  z-index: 3;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block {
  padding: 64px;
  background: #F9E6E6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block > svg {
  opacity: 0.25;
}
@media only screen and (max-width: 991px) {
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block {
    padding: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block {
    padding: 32px;
  }
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block * {
  color: #2D141A;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item .icon-container {
  background: #C70606;
  color: #fff;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item .icon-container i {
  color: #fff;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a {
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  color: #C70606;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a .link-title {
  color: #C70606;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a .link-title:before {
  background: #C70606;
}
@media screen and (min-width: 991px) {
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a:hover .icon-container {
    background: #950505;
  }
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a:hover .link-title {
    color: #950505;
  }
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a:hover .link-title:before {
    background: #950505;
  }
  .flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item a:hover .link-title:before {
    -webkit-transform: scaleX(0.75);
    -moz-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    -o-transform: scaleX(0.75);
    transform: scaleX(0.75);
  }
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item span.additional-label {
  color: #2D141A;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .contact-detail-item svg path {
  fill: #f4d1d1;
}
.flex-cta-block .in-grid .cta-block.mode-light .inner-block .btn-main.primary a span, .flex-cta-block .in-grid .cta-block.mode-light .inner-block .btn-main.primary a i {
  color: #fff !important;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block {
  padding: 64px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h1, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h2, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h3, .flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .wysiwyg-content .quote-container .quote p.quote, .quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container .quote p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .quote-block .inner-block .quote-container .quote .wysiwyg-content p.quote, .quote-block .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .quote-container .quote .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .form-col .form-container .content-above-form p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .form-col .form-container .content-above-form p.form-label, .flex-cta-block .flex-form-content .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .wysiwyg-content p.form-label, .flex-form-content .flex-cta-block .in-grid .form-col .form-container .content-above-form .cta-block.mode-dark .inner-block .wysiwyg-content p.form-label, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-container p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .quote-container .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .quote-container .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .quote-element .inner-container p.quote, .quote-element .inner-container .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h4, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .quote-element .inner-container .wysiwyg-content p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .quote-element .inner-container .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .quote-element .inner-container .vacancies-archive-block a .inner-block .wysiwyg-content .top p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .quote-element .inner-container .vacancies-archive-block a .inner-block .top .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .wysiwyg-content .top .flex-quote-testimonial .in-grid .quote-container p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .top .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container .wysiwyg-content p.quote, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-quote-testimonial .in-grid .quote-container .wysiwyg-content p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .wysiwyg-content .top p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .wysiwyg-content .top p.quote, .flex-cta-block .flex-quote-testimonial .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .wysiwyg-content p.quote, .flex-quote-testimonial .flex-cta-block .in-grid .cta-block.mode-dark .quote-container .vacancies-archive-block a .inner-block .top .wysiwyg-content p.quote, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .wysiwyg-content .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .wysiwyg-content p.form-label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form .wysiwyg-content p.form-label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .wysiwyg-content .top p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .wysiwyg-content .top p.form-label, .flex-cta-block .flex-form-content .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .wysiwyg-content p.form-label, .flex-form-content .flex-cta-block .in-grid .cta-block.mode-dark .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top .wysiwyg-content p.form-label, .flex-cta-block .in-grid .cta-block.mode-dark .vacancies-archive-block a .inner-block .top .cta-container .inner-cta-container .cta-text .wysiwyg-content .label, .vacancies-archive-block a .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .top .cta-container .inner-cta-container .cta-text .wysiwyg-content .label, .flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .wysiwyg-content .top .label, .flex-cta-block .in-grid .cta-block.mode-dark .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .top .wysiwyg-content .label, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h5, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .also-interesting .also-interesting__list li a .content span, .also-interesting .also-interesting__list li a .content .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content span, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content h6, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h1, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h2, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h3, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h4, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h5, .flex-cta-block .in-grid .cta-block.mode-dark .inner-block .wysiwyg-content .h6 {
  color: #fff;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block > svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .flex-cta-block .in-grid .cta-block.mode-dark .inner-block {
    padding: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-cta-block .in-grid .cta-block.mode-dark .inner-block {
    padding: 32px;
  }
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .cc-contentcontainer {
  position: relative;
  z-index: 4;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover {
  background: #F9E6E6;
  border: 1px solid #F9E6E6;
  color: #C70606;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover span,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.primary a:hover i {
  color: #C70606;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover {
  background: #F9E6E6;
  color: #C70606;
  border: 1px solid #F9E6E6;
}
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover span,
.flex-cta-block .in-grid .cta-block.mode-dark .inner-block .btns .btn-main.secondary a:hover i {
  color: #C70606;
}
.flex-quote-testimonial {
  position: relative;
}
.flex-quote-testimonial > svg {
  position: absolute;
  right: 48px;
  bottom: -32px;
  z-index: 4;
}
@media only screen and (max-width: 1400px) {
  .flex-quote-testimonial > svg {
    display: none !important;
  }
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container .author-info .image, .flex-quote-testimonial.bg-light-red .in-grid .quote-container .author-info .image {
  border: 2px solid #fff;
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container svg path {
  fill: #fff;
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote {
  font-weight: 600;
  color: #fff;
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote .quote-word {
  color: rgba(255, 255, 255, 0.35);
  transition: color 120ms linear;
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote .quote-word.is-filled {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .flex-quote-testimonial.bg-soft-red .in-grid .quote-container p.quote .quote-word {
    color: #fff;
  }
}
.flex-quote-testimonial.bg-soft-red .in-grid .quote-container .author-info p {
  color: #fff !important;
}
.flex-quote-testimonial .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-quote-testimonial .in-grid .quote-container {
  width: 100%;
  max-width: 66.6666666667%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  .flex-quote-testimonial .in-grid .quote-container {
    max-width: 100%;
  }
}
.flex-quote-testimonial .in-grid .quote-container p.quote {
  font-weight: 600;
  color: #4A0000;
}
.flex-quote-testimonial .in-grid .quote-container p.quote .quote-word {
  color: rgba(74, 0, 0, 0.35);
  transition: color 120ms linear;
}
.flex-quote-testimonial .in-grid .quote-container p.quote .quote-word.is-filled {
  color: #4A0000;
}
@media (prefers-reduced-motion: reduce) {
  .flex-quote-testimonial .in-grid .quote-container p.quote .quote-word {
    color: #4A0000;
  }
}
.flex-quote-testimonial .in-grid .quote-container .author-info {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-quote-testimonial .in-grid .quote-container .author-info .image {
  width: 80px;
  height: 80px;
  border: 2px solid #F9E6E6;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flex-quote-testimonial .in-grid .quote-container .author-info .details {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.flex-quote-testimonial .in-grid .quote-container .author-info .details:only-child {
  width: 100%;
  padding-left: 0;
}
.flex-quote-testimonial .in-grid .quote-container .author-info .details .name {
  color: #C70606;
  font-weight: bold;
}

.default-page-template {
  padding-top: 96px;
  padding-bottom: 96px;
}
.default-page-template.in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.default-page-template.in-grid .content-col {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .default-page-template.in-grid .content-col {
    width: 100%;
  }
}
.default-page-template.in-grid .sidebar-col {
  width: 33.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .default-page-template.in-grid .sidebar-col {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .default-page-template.in-grid .sidebar-col {
    width: 100%;
    margin-top: 48px;
  }
}
.default-page-template.in-grid .sidebar-col > div {
  width: 100%;
}
.default-page-template.in-grid .sidebar-col .cta-container {
  position: sticky;
  top: 121px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.nav-down .default-page-template .sidebar-col .cta-container, .nav-down .page-template-landingspage-1 .sidebar-col .cta-container {
  top: 121px;
}

.page-template-default .site-main {
  position: relative;
  background: #fff;
}
.page-template-default .site-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background: url("/wp-content/themes/cherry-child/assets/img/bg-textured-light.webp");
}
.page-template-default .site-main > .in-grid {
  position: relative;
  z-index: 3;
}

.blog .site-main,
.archive .site-main,
.single .site-main {
  position: relative;
}
.blog .site-main > div,
.blog .site-main article,
.archive .site-main > div,
.archive .site-main article,
.single .site-main > div,
.single .site-main article {
  position: relative;
  z-index: 3;
}
.blog .site-main > div.has-detail-element,
.blog .site-main article.has-detail-element,
.archive .site-main > div.has-detail-element,
.archive .site-main article.has-detail-element,
.single .site-main > div.has-detail-element,
.single .site-main article.has-detail-element {
  z-index: 4;
}
.blog .site-main > div.has-detail-element + .has-detail-element,
.blog .site-main > div.has-detail-element + .flex-content-image,
.blog .site-main article.has-detail-element + .has-detail-element,
.blog .site-main article.has-detail-element + .flex-content-image,
.archive .site-main > div.has-detail-element + .has-detail-element,
.archive .site-main > div.has-detail-element + .flex-content-image,
.archive .site-main article.has-detail-element + .has-detail-element,
.archive .site-main article.has-detail-element + .flex-content-image,
.single .site-main > div.has-detail-element + .has-detail-element,
.single .site-main > div.has-detail-element + .flex-content-image,
.single .site-main article.has-detail-element + .has-detail-element,
.single .site-main article.has-detail-element + .flex-content-image {
  z-index: 5;
}
.blog .site-main article > div,
.archive .site-main article > div,
.single .site-main article > div {
  position: relative;
  z-index: 3;
}
.blog .site-main article > div.has-detail-element,
.archive .site-main article > div.has-detail-element,
.single .site-main article > div.has-detail-element {
  z-index: 4;
}
.blog .site-main article > div.has-detail-element + .has-detail-element,
.blog .site-main article > div.has-detail-element + .flex-content-image,
.archive .site-main article > div.has-detail-element + .has-detail-element,
.archive .site-main article > div.has-detail-element + .flex-content-image,
.single .site-main article > div.has-detail-element + .has-detail-element,
.single .site-main article > div.has-detail-element + .flex-content-image {
  z-index: 5;
}

.flex-content-blocks-repeater.animated-item > svg {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transform-origin: left center;
  -webkit-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -moz-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -ms-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -o-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
}
.flex-content-blocks-repeater.animated-item.in-view > svg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .flex-content-blocks-repeater.animated-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex-content-blocks-repeater > svg {
  position: absolute;
  left: 0;
  top: 48px;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .flex-content-blocks-repeater > svg {
    display: none !important;
  }
}
.flex-content-blocks-repeater .in-grid {
  width: 100%;
}
.flex-content-blocks-repeater .in-grid .content-blocks-container {
  padding: 0 16px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 48px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .flex-content-blocks-repeater .in-grid .content-blocks-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .flex-content-blocks-repeater .in-grid .content-blocks-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flex-content-blocks-repeater .in-grid .content-blocks-container.animated-children > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: ease 0.3s opacity, ease 0.75s transform;
  -moz-transition: ease 0.3s opacity, ease 0.75s transform;
  -ms-transition: ease 0.3s opacity, ease 0.75s transform;
  -o-transition: ease 0.3s opacity, ease 0.75s transform;
  transition: ease 0.3s opacity, ease 0.75s transform;
}
.flex-content-blocks-repeater .in-grid .content-blocks-container.animated-children > div.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flex-content-blocks-repeater .in-grid .content-blocks-container .image-block {
  height: 100%;
  width: 100%;
  aspect-ratio: auto 3/2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.flex-content-blocks-repeater .in-grid .content-blocks-container .image-block .inner-block {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
}
.flex-content-blocks-repeater .in-grid .content-blocks-container .content-block {
  width: 100%;
  align-content: center;
}

.flex-quote-carousel.bg-textured-light .in-grid .quote-carousel-container .quote-block .inner-block, .flex-quote-carousel.bg-white .in-grid .quote-carousel-container .quote-block .inner-block, .flex-quote-carousel.bg-light-grey .in-grid .quote-carousel-container .quote-block .inner-block {
  background: #F9E6E6;
}

@media screen and (min-width: 1400px) {
  .flex-form-content .form-col {
    margin-top: -48px;
  }
  .flex-form-content.pd-top-none {
    padding-top: 0;
  }
  .flex-form-content.pd-top-small {
    padding-top: 0;
  }
  .flex-form-content.pd-top-small .content-col {
    padding-top: 32px;
  }
  .flex-form-content.pd-top-medium {
    padding-top: 0;
  }
  .flex-form-content.pd-top-medium .content-col {
    padding-top: 48px;
  }
  .flex-form-content.pd-top-large {
    padding-top: 0;
  }
  .flex-form-content.pd-top-large .content-col {
    padding-top: 96px;
  }
  .flex-form-content.prev-pd-bot-none .form-col {
    margin-top: 0px;
  }
  .flex-form-content.prev-pd-bot-small .form-col {
    margin-top: -16px;
  }
  .flex-form-content.prev-pd-bot-medium .form-col {
    margin-top: -16px;
  }
  .flex-form-content.prev-pd-bot-large .form-col {
    margin-top: -48px;
  }
  .flex-form-content:first-child .form-col {
    margin-top: -48px;
  }
}
.flex-form-content.white-mode .in-grid .form-col .form-container {
  background: #fff;
  border: 2px solid #D23838;
}
.flex-form-content.light-mode .in-grid .form-col .form-container {
  background: #fff;
  border: 2px solid #D23838;
}
.flex-form-content.layout-form-right .in-grid .form-col {
  order: 2;
}
.flex-form-content.layout-form-right .in-grid .content-col {
  order: 1;
  padding-left: 16px !important;
  padding-right: 48px !important;
}
@media only screen and (max-width: 991px) {
  .flex-form-content.layout-form-right .in-grid .content-col {
    width: 100%;
    padding-right: 16px !important;
  }
}
.flex-form-content.dark-mode .in-grid .form-col .form-container {
  background: #2C0007;
  border: 2px solid #fff;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .content-above-form * {
  color: #fff !important;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container * {
  color: #fff;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .input-standard, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=text], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=email], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=url], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=password], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=search], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=number], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=tel], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=range], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=date], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=month], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=week], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=time], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=datetime], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=datetime-local], .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=color], .flex-form-content.dark-mode .in-grid .form-col .form-container textarea, .flex-form-content.dark-mode .in-grid .form-col .form-container select {
  background: #2C0007;
  border: 1px solid #fff;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .input-standard::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=text]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=email]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=url]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=password]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=search]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=number]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=tel]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=range]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=date]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=month]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=week]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=time]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=datetime]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=datetime-local]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container input[type=color]::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container textarea::placeholder, .flex-form-content.dark-mode .in-grid .form-col .form-container select::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .gpfup__files li {
  background: #fff;
  color: #2D141A;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .gpfup__files li * {
  color: #2D141A !important;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .gpfup__droparea {
  border: 1px dashed #fff;
}
.flex-form-content.dark-mode .in-grid .form-col .form-container .gpfup__droparea button {
  color: #fff;
}
.flex-form-content .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-form-content .in-grid .form-col {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-form-content .in-grid .form-col {
    width: 100%;
    order: 2;
    margin-top: 48px;
  }
}
.flex-form-content .in-grid .form-col .form-container {
  padding: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.flex-form-content .in-grid .form-col .form-container .content-above-form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  width: 100%;
}
.flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label {
  color: #C70606;
}
.flex-form-content .in-grid .content-col {
  width: 50%;
  padding-left: 64px !important;
}
@media only screen and (max-width: 991px) {
  .flex-form-content .in-grid .content-col {
    width: 100%;
    order: 1;
    padding-left: 16px !important;
  }
}

.bg-light-red + .flex-form-content.dark-mode .in-grid .form-col .form-container {
  border: 2px solid #F9E6E6;
}

.flex-process-steps-repeater.content-light .in-grid .process-container .process-step:before, .flex-cta-block .in-grid .cta-block.mode-dark .flex-process-steps-repeater.inner-block .in-grid .process-container .process-step:before, .flex-process-steps-repeater.content-light .in-grid .process-container .process-step:after, .flex-cta-block .in-grid .cta-block.mode-dark .flex-process-steps-repeater.inner-block .in-grid .process-container .process-step:after {
  border-color: #fff !important;
}
.flex-process-steps-repeater.content-light .in-grid .process-container .process-step .count, .flex-cta-block .in-grid .cta-block.mode-dark .flex-process-steps-repeater.inner-block .in-grid .process-container .process-step .count {
  background: #fff;
}
.flex-process-steps-repeater.content-light .in-grid .process-container .process-step .count span, .flex-cta-block .in-grid .cta-block.mode-dark .flex-process-steps-repeater.inner-block .in-grid .process-container .process-step .count span {
  color: #C70606;
}
.flex-process-steps-repeater.content-light .in-grid .process-container .process-step .content p, .flex-cta-block .in-grid .cta-block.mode-dark .flex-process-steps-repeater.inner-block .in-grid .process-container .process-step .content p {
  color: #fff;
}
.flex-process-steps-repeater .in-grid .process-container {
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 850px) {
  .flex-process-steps-repeater .in-grid .process-container {
    flex-direction: column;
  }
}
.flex-process-steps-repeater .in-grid .process-container .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}
.flex-process-steps-repeater .in-grid .process-container .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  left: 50%;
  right: calc(-50% - 32px);
  border-top: 2px dashed #C70606;
  z-index: 0;
}
@media only screen and (max-width: 850px) {
  .flex-process-steps-repeater .in-grid .process-container .process-step:not(:last-child)::after {
    top: 50%;
    bottom: 0;
    left: 21px;
    right: auto;
    transform: translateX(-50%);
    border-top: none;
    border-left: 2px dashed #C70606;
  }
}
@media only screen and (max-width: 850px) {
  .flex-process-steps-repeater .in-grid .process-container .process-step:not(:first-child)::before {
    content: "";
    position: absolute;
    top: calc(-32px);
    bottom: 50%;
    left: 21px;
    transform: translateX(-50%);
    border-left: 2px dashed #C70606;
    z-index: 0;
  }
}
@media only screen and (max-width: 850px) {
  .flex-process-steps-repeater .in-grid .process-container .process-step {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
.flex-process-steps-repeater .in-grid .process-container .process-step .count {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #C70606;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.flex-process-steps-repeater .in-grid .process-container .process-step .count span {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
}

.flex-timeline .in-grid .title-container {
  width: 100%;
  margin-bottom: 32px;
}
.flex-timeline .in-grid .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 0 16px;
}
.flex-timeline .in-grid .timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: #D23838;
  z-index: 0;
}
.flex-timeline .in-grid .timeline__line:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #D23838;
  bottom: 0;
  left: 50%;
  -webkit-transform: TranslateX(-50%);
  -moz-transform: TranslateX(-50%);
  -ms-transform: TranslateX(-50%);
  -o-transform: TranslateX(-50%);
  transform: TranslateX(-50%);
}
.flex-timeline .in-grid .timeline__item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.flex-timeline .in-grid .timeline__item.animated-item {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: ease 0.75s 0.75s all;
  -moz-transition: ease 0.75s 0.75s all;
  -ms-transition: ease 0.75s 0.75s all;
  -o-transition: ease 0.75s 0.75s all;
  transition: ease 0.75s 0.75s all;
}
.flex-timeline .in-grid .timeline__item.animated-item.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flex-timeline .in-grid .timeline__item:not(:last-child) {
  margin-bottom: 48px;
}
.flex-timeline .in-grid .timeline__item--right {
  flex-direction: row;
  justify-content: flex-start;
}
.flex-timeline .in-grid .timeline__item--right .timeline__dot {
  order: 1;
  margin-left: calc(50% - 38.5px);
}
.flex-timeline .in-grid .timeline__item--right .timeline__card {
  order: 2;
  margin-left: 60px;
  width: calc(50% - 38.5px - 60px);
}
.flex-timeline .in-grid .timeline__item--right .timeline__card::before {
  left: -60px;
  right: auto;
}
.flex-timeline .in-grid .timeline__item--left {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.flex-timeline .in-grid .timeline__item--left .timeline__dot {
  order: 1;
  margin-right: calc(50% - 38.5px);
}
.flex-timeline .in-grid .timeline__item--left .timeline__card {
  order: 2;
  margin-right: 60px;
  width: calc(50% - 38.5px - 60px);
}
.flex-timeline .in-grid .timeline__item--left .timeline__card::before {
  right: -60px;
  left: auto;
}
.flex-timeline .in-grid .timeline__dot {
  flex-shrink: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #D23838;
  border: 5px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.flex-timeline .in-grid .timeline__year {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
.flex-timeline .in-grid .timeline__month {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.flex-timeline .in-grid .timeline__card {
  position: relative;
  background-color: #F9E6E6;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #D23838;
}
@media only screen and (max-width: 480px) {
  .flex-timeline .in-grid .timeline__card {
    padding: 16px;
  }
}
.flex-timeline .in-grid .timeline__card::before {
  content: "";
  position: absolute;
  top: calc(38.5px - 1px);
  width: 60px;
  height: 1px;
  border-top: 2px dashed #D23838;
}
@media (max-width: 768px) {
  .flex-timeline .in-grid .timeline__line {
    left: 55px;
  }
  .flex-timeline .in-grid .timeline__item--right, .flex-timeline .in-grid .timeline__item--left {
    flex-direction: row;
    justify-content: flex-start;
  }
  .flex-timeline .in-grid .timeline__item--right .timeline__dot, .flex-timeline .in-grid .timeline__item--left .timeline__dot {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    flex-shrink: 0;
  }
  .flex-timeline .in-grid .timeline__item--right .timeline__card, .flex-timeline .in-grid .timeline__item--left .timeline__card {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
    width: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .flex-timeline .in-grid .timeline__item--right .timeline__card, .flex-timeline .in-grid .timeline__item--left .timeline__card {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .flex-timeline .in-grid .timeline__item--right .timeline__card::before, .flex-timeline .in-grid .timeline__item--left .timeline__card::before {
    left: -20px;
    right: auto;
    width: 20px;
  }
}

.flex-team-overview .in-grid .title-container {
  width: 100%;
  gap: 16px;
  margin-bottom: 32px;
}
.flex-team-overview .in-grid .title-container > * {
  max-width: 66.6666666667%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex-team-overview .in-grid .title-container > * {
    max-width: 100%;
  }
}
.flex-team-overview .in-grid .title-container.align-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.flex-team-overview .in-grid .title-container.align-left .title {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  -o-justify-content: flex-start !important;
  justify-content: flex-start !important;
  text-align: left;
}
.flex-team-overview .in-grid .title-container.align-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
.flex-team-overview .in-grid .title-container.align-center .title {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  -o-justify-content: center !important;
  justify-content: center !important;
  text-align: center;
}
.flex-team-overview .in-grid .title-container.align-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.flex-team-overview .in-grid .title-container.align-right .title {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  -o-justify-content: flex-end !important;
  justify-content: flex-end !important;
  text-align: right;
}
.flex-team-overview .in-grid .team-items-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1400px) {
  .flex-team-overview .in-grid .team-items-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .flex-team-overview .in-grid .team-items-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.flex-team-overview .in-grid .team-items-container.animated-children > div {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: ease 1s all;
  -moz-transition: ease 1s all;
  -ms-transition: ease 1s all;
  -o-transition: ease 1s all;
  transition: ease 1s all;
}
.flex-team-overview .in-grid .team-items-container.animated-children > div.in-view {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .flex-team-overview .in-grid .team-items-container.animated-children > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.page-template-landingspage-1 .default-landingspage-template {
  position: relative;
  background: #fff;
}
.page-template-landingspage-1 .default-landingspage-template:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background: url("/wp-content/themes/cherry-child/assets/img/bg-textured-light.webp");
}
.page-template-landingspage-1 .default-landingspage-template > .in-grid {
  position: relative;
  z-index: 3;
}

.default-landingspage-template > .in-grid {
  padding: 96px 0;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .default-landingspage-template > .in-grid {
    padding: 48px 0;
  }
}
.default-landingspage-template > .in-grid .content-col {
  width: 58.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  .default-landingspage-template > .in-grid .content-col {
    width: 100%;
  }
}
.default-landingspage-template > .in-grid .content-col > div {
  width: 100%;
}
.default-landingspage-template > .in-grid .content-col .featured-image {
  width: 100%;
}
.default-landingspage-template > .in-grid .content-col .featured-image .image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 12px 114px;
  -webkit-border-radius: 12px 12px 12px 114px;
  -moz-border-radius: 12px 12px 12px 114px;
  -ms-border-radius: 12px 12px 12px 114px;
  -o-border-radius: 12px 12px 12px 114px;
  border-radius: 12px 12px 12px 114px;
}
.default-landingspage-template > .in-grid .content-col .featured-image .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.default-landingspage-template > .in-grid .content-col .table-of-content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .default-landingspage-template > .in-grid .content-col .table-of-content {
    display: flex;
  }
}
.default-landingspage-template > .in-grid .sidebar-col {
  width: 33.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .default-landingspage-template > .in-grid .sidebar-col {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .default-landingspage-template > .in-grid .sidebar-col {
    width: 100%;
    margin-top: 48px;
  }
}
.default-landingspage-template > .in-grid .sidebar-col > div {
  width: 100%;
}
.default-landingspage-template > .in-grid .sidebar-col .cta-container {
  position: sticky;
  top: 121px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-landingspage-template > .in-grid .sidebar-col .table-of-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .default-landingspage-template > .in-grid .sidebar-col .table-of-content {
    display: none;
  }
}

.flex-location-repeater {
  position: relative;
}
.flex-location-repeater.animated-item > svg {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transform-origin: left center;
  -webkit-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -moz-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -ms-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -o-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
}
.flex-location-repeater.animated-item.in-view > svg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .flex-location-repeater.animated-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex-location-repeater > svg {
  position: absolute;
  left: 0;
  bottom: 96px;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .flex-location-repeater > svg {
    display: none !important;
  }
}
.flex-location-repeater .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-location-repeater .in-grid.pos-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-location-repeater .in-grid.pos-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-location-repeater .in-grid.pos-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-location-repeater .in-grid .introduction-container {
  max-width: 66.6666666667%;
  gap: 16px;
  margin-bottom: 48px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-location-repeater .in-grid .locations-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1200px) {
  .flex-location-repeater .in-grid .locations-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-location-repeater .in-grid .locations-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.flex-location-repeater .in-grid .locations-container.animated-children > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: ease 1s opacity, ease 1.5s transform;
  -moz-transition: ease 1s opacity, ease 1.5s transform;
  -ms-transition: ease 1s opacity, ease 1.5s transform;
  -o-transition: ease 1s opacity, ease 1.5s transform;
  transition: ease 1s opacity, ease 1.5s transform;
}
.flex-location-repeater .in-grid .locations-container.animated-children > div.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .flex-location-repeater .in-grid .locations-container.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.logo-pri.desktop {
  display: flex !important;
}
@media only screen and (max-width: 991px) {
  .logo-pri.desktop {
    display: none !important;
  }
}
.logo-pri.mobile {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .logo-pri.mobile {
    display: flex !important;
  }
}

.btns {
  width: 100%;
  column-gap: 16px;
  row-gap: 16px;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.btns .btn-main.btn-icon-left a i {
  order: 1;
}
.btns .btn-main.btn-icon-left a span {
  order: 2;
}
.btns .btn-main.btn-icon-right a i {
  order: 2;
}
.btns .btn-main.btn-icon-right a span {
  order: 1;
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/** Title */
.title.animated-item {
  -webkit-transition: ease 1.5s all;
  -moz-transition: ease 1.5s all;
  -ms-transition: ease 1.5s all;
  -o-transition: ease 1.5s all;
  transition: ease 1.5s all;
  opacity: 0;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}
.title.animated-item.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .title.animated-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.title.left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.title.center {
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.title.right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.title .top-title {
  width: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .title .top-title {
    font-size: 16px;
  }
}
.title .top-title .red {
  color: #C70606;
}
.title h1, .title h2, .title h3, .title .quote-block .inner-block .quote-container .quote p.quote, .quote-block .inner-block .quote-container .quote .title p.quote, .title .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .title .label, .title .quote-element .inner-container p.quote, .quote-element .inner-container .title p.quote, .title .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .title p.quote, .title .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .title p.form-label, .title h4, .title .product-item-small a .product-content h2, .product-item-small a .product-content .title h2, .title .vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .title h3, .title h5, .title .also-interesting .also-interesting__list li a .content span, .also-interesting .also-interesting__list li a .content .title span, .title h6, .title p, .title span {
  width: 100%;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  .title h1 br, .title h2 br, .title h3 br, .title .quote-block .inner-block .quote-container .quote p.quote br, .quote-block .inner-block .quote-container .quote .title p.quote br, .title .cta-container .inner-cta-container .cta-text .label br, .cta-container .inner-cta-container .cta-text .title .label br, .title .quote-element .inner-container p.quote br, .quote-element .inner-container .title p.quote br, .title .flex-quote-testimonial .in-grid .quote-container p.quote br, .flex-quote-testimonial .in-grid .quote-container .title p.quote br, .title .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label br, .flex-form-content .in-grid .form-col .form-container .content-above-form .title p.form-label br, .title h4 br, .title .product-item-small a .product-content h2 br, .product-item-small a .product-content .title h2 br, .title .vacancies-archive-block a .inner-block .top h3 br, .vacancies-archive-block a .inner-block .top .title h3 br, .title h5 br, .title .also-interesting .also-interesting__list li a .content span br, .also-interesting .also-interesting__list li a .content .title span br, .title h6 br, .title p br, .title span br {
    display: none !important;
  }
}
.title h1 .red, .title h2 .red, .title h3 .red, .title .quote-block .inner-block .quote-container .quote p.quote .red, .quote-block .inner-block .quote-container .quote .title p.quote .red, .title .cta-container .inner-cta-container .cta-text .label .red, .cta-container .inner-cta-container .cta-text .title .label .red, .title .quote-element .inner-container p.quote .red, .quote-element .inner-container .title p.quote .red, .title .flex-quote-testimonial .in-grid .quote-container p.quote .red, .flex-quote-testimonial .in-grid .quote-container .title p.quote .red, .title .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label .red, .flex-form-content .in-grid .form-col .form-container .content-above-form .title p.form-label .red, .title h4 .red, .title .product-item-small a .product-content h2 .red, .product-item-small a .product-content .title h2 .red, .title .vacancies-archive-block a .inner-block .top h3 .red, .vacancies-archive-block a .inner-block .top .title h3 .red, .title h5 .red, .title .also-interesting .also-interesting__list li a .content span .red, .also-interesting .also-interesting__list li a .content .title span .red, .title h6 .red, .title p .red, .title span .red {
  color: #C70606;
}

.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.video-container .youtube .cookie-consent-placeholder, .video-container .vimeo .cookie-consent-placeholder {
  height: 100%;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.video-container .youtube .cookie-consent-placeholder .cookie-consent-placeholder-content p, .video-container .vimeo .cookie-consent-placeholder .cookie-consent-placeholder-content p {
  margin-bottom: 16px;
  font-weight: bold;
  filter: invert(1);
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #C70606;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #640303;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img,
.video-container .youtube iframe, .video-container .vimeo img,
.video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}

.social-icons > ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.social-icons > ul li a {
  padding-left: 32px;
  position: relative;
  font-weight: 600;
}
.social-icons > ul li a i {
  position: absolute;
  left: 0;
  top: 0;
}

/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #fbfbfb;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #fbfbfb;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #C70606;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 32px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 32px;
}

.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.post-password-form {
  padding: 48px 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 32px;
}
.post-password-form p input {
  margin-top: 16px;
}

.faq-toggle-item {
  border: 1px solid #C70606;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.faq-toggle-item:not(:first-child) {
  margin-top: 8px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 24px 32px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0px solid #C70606 !important;
  width: 100%;
  background: #F9E6E6 !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.faq-toggle-item .faq-toggle-question.show {
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #C70606 !important;
}
.faq-toggle-item .faq-toggle-question.show i {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.faq-toggle-item .faq-toggle-question span {
  padding-right: 32px;
  color: #2D141A !important;
  font-size: 22px;
  text-align: left;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #C70606;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-toggle-item .faq-toggle-answer {
  padding: 32px 32px 32px 32px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.faq-toggle-item .faq-toggle-answer .btns {
  margin-top: 16px;
}

.iframe-item-container {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  background: #C70606;
  color: #fff !important;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
  z-index: 99999999;
}
.skip-to-content:focus {
  top: 0;
}

.blog-card-archive a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card-archive.animated-item {
  overflow: hidden;
}
.blog-card-archive.animated-item .blog-card-inner {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
@media (prefers-reduced-motion: reduce) {
  .blog-card-archive.animated-item .blog-card-inner {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.blog-card-archive.animated-item.in-view .blog-card-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 991px) {
  .blog-card-archive a:hover .blog-card-inner {
    background: #C70606;
    color: #fff;
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .post-title {
    color: #fff;
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .post-categories {
    color: rgba(255, 255, 255, 0.8);
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .icon-container {
    background: #fff;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 991px) and (prefers-reduced-motion: reduce) {
  .blog-card-archive a:hover .blog-card-inner {
    background: #F9E6E6;
    color: inherit;
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .post-title {
    color: inherit;
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .post-categories {
    color: inherit;
  }
  .blog-card-archive a:hover .blog-card-inner .blog-content .icon-container {
    background: transparent;
    border: 1px solid #C70606;
  }
}
.blog-card-archive .blog-card-inner {
  height: 100%;
  background: #F9E6E6;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: ease 1s transform, ease 1s opacity, ease 0.3s background-color, ease 0.3s color;
  -moz-transition: ease 1s transform, ease 1s opacity, ease 0.3s background-color, ease 0.3s color;
  -ms-transition: ease 1s transform, ease 1s opacity, ease 0.3s background-color, ease 0.3s color;
  -o-transition: ease 1s transform, ease 1s opacity, ease 0.3s background-color, ease 0.3s color;
  transition: ease 1s transform, ease 1s opacity, ease 0.3s background-color, ease 0.3s color;
  border-radius: 16px 200px 16px 16px;
  -webkit-border-radius: 16px 200px 16px 16px;
  -moz-border-radius: 16px 200px 16px 16px;
  -ms-border-radius: 16px 200px 16px 16px;
  -o-border-radius: 16px 200px 16px 16px;
  border-radius: 16px 200px 16px 16px;
}
.blog-card-archive .blog-card-inner .thumb-container {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  background: #F9E6E6;
  border-radius: 16px 200px 16px 160px;
  -webkit-border-radius: 16px 200px 16px 160px;
  -moz-border-radius: 16px 200px 16px 160px;
  -ms-border-radius: 16px 200px 16px 160px;
  -o-border-radius: 16px 200px 16px 160px;
  border-radius: 16px 200px 16px 160px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .blog-card-archive .blog-card-inner .thumb-container {
    border-radius: 16px 100px 16px 80px;
    -webkit-border-radius: 16px 100px 16px 80px;
    -moz-border-radius: 16px 100px 16px 80px;
    -ms-border-radius: 16px 100px 16px 80px;
    -o-border-radius: 16px 100px 16px 80px;
    border-radius: 16px 100px 16px 80px;
  }
}
.blog-card-archive .blog-card-inner .thumb-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.blog-card-archive .blog-card-inner .blog-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 32px 116px 32px 32px;
  gap: 8px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .blog-card-archive .blog-card-inner .blog-content {
    padding: 32px 32px 100px 32px;
  }
}
.blog-card-archive .blog-card-inner .blog-content .post-title {
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.blog-card-archive .blog-card-inner .blog-content .post-categories {
  font-size: 14px;
  color: rgba(45, 20, 26, 0.8);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.blog-card-archive .blog-card-inner .blog-content .icon-container {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 32px;
  top: 50%;
  border: 1px solid #C70606;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .blog-card-archive .blog-card-inner .blog-content .icon-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 32px;
    right: auto;
    left: 32px;
  }
}
.blog-card-archive .blog-card-inner .blog-content .icon-container svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.rating-container .inner-container {
  gap: 8px;
}
.rating-container .inner-container .star-rating {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.rating-container .inner-container span {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.small-logo-repeater-element {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  column-gap: 32px;
  row-gap: 16px;
}
.small-logo-repeater-element .label {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.small-logo-repeater-element .small-logos {
  gap: 8px;
}
.small-logo-repeater-element .small-logos .small-logo {
  width: 80px;
  height: 45px;
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.service-block a {
  text-decoration: none;
  width: 100%;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .service-block a:hover .inner-block {
    background: #C70606;
  }
  .service-block a:hover .inner-block .top-container .icon {
    background: #fff;
  }
  .service-block a:hover .inner-block .top-container .icon .inner-icon {
    background: #C70606;
  }
  .service-block a:hover .inner-block * {
    color: #fff;
  }
  .service-block a:hover .inner-block .bottom-container span {
    background: #fff;
    border: 1px solid #fff;
    color: #C70606 !important;
  }
}
@media screen and (min-width: 991px) and (prefers-reduced-motion: reduce) {
  .service-block a:hover .inner-block {
    background: #F9E6E6;
  }
  .service-block a:hover .inner-block .top-container .icon {
    background: #C70606;
  }
  .service-block a:hover .inner-block .top-container .icon .inner-icon {
    background: #fff;
  }
  .service-block a:hover .inner-block * {
    color: #2D141A;
  }
  .service-block a:hover .inner-block .bottom-container span {
    background: #C70606;
    border: 1px solid #C70606;
    color: #fff !important;
  }
}
.service-block .inner-block {
  background: #F9E6E6;
  padding: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  gap: 32px;
  color: #4A0000;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.service-block .inner-block .top-container {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.service-block .inner-block .top-container .icon {
  width: 72px;
  height: 72px;
  background: #C70606;
  color: #fff;
  padding: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.service-block .inner-block .top-container .icon .inner-icon {
  display: block;
  width: 60%;
  height: 60%;
  background-color: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.service-block .inner-block .top-container .icon img {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.service-block .inner-block .bottom-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.service-block .inner-block .bottom-container span {
  pointer-events: none;
}

.cases-block {
  aspect-ratio: auto 16/9;
}
@media only screen and (max-width: 1200px) {
  .cases-block {
    position: relative;
    aspect-ratio: 0;
  }
}
.cases-block a {
  height: 100%;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .cases-block a:hover .inner-block .case-content {
    background: #7d0000;
  }
  .cases-block a:hover .inner-block .case-content svg {
    -webkit-transform: translateY(-50%) scale(1.3);
    -moz-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    -o-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
  }
  .cases-block a:hover .inner-block .image-holder img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .cases-block a:hover .inner-block .case-content {
    background: #4A0000;
  }
  .cases-block a:hover .inner-block .case-content svg {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .cases-block a:hover .inner-block .image-holder img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cases-block .inner-block {
  position: relative;
  background: #4A0000;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.cases-block .inner-block .case-content {
  position: relative;
  z-index: 2;
  background: #4A0000;
  padding: 32px 82px 32px 32px;
  width: 100%;
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cases-block .inner-block .case-content svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
.cases-block .inner-block .case-content * {
  color: #fff;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  .cases-block .inner-block .case-content .cases-block__title * {
    font-size: 18px;
  }
}
.cases-block .inner-block .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .cases-block .inner-block .image-holder {
    position: relative;
    aspect-ratio: 16/9;
    height: auto;
    flex: 1;
  }
}
.cases-block .inner-block .image-holder img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}

.cases-archive-block .inner-block {
  background: #F9E6E6;
  overflow: hidden;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  border-radius: 16px 16px 16px 160px;
  -webkit-border-radius: 16px 16px 16px 160px;
  -moz-border-radius: 16px 16px 16px 160px;
  -ms-border-radius: 16px 16px 16px 160px;
  -o-border-radius: 16px 16px 16px 160px;
  border-radius: 16px 16px 16px 160px;
}
@media only screen and (max-width: 991px) {
  .cases-archive-block .inner-block {
    border-radius: 16px 16px 16px 80px !important;
    -webkit-border-radius: 16px 16px 16px 80px !important;
    -moz-border-radius: 16px 16px 16px 80px !important;
    -ms-border-radius: 16px 16px 16px 80px !important;
    -o-border-radius: 16px 16px 16px 80px !important;
    border-radius: 16px 16px 16px 80px !important;
  }
}
.cases-archive-block .inner-block .image {
  width: calc(66.6666666667% - 48px);
  aspect-ratio: auto 16/9;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .cases-archive-block .inner-block .image {
    width: calc(50% - 48px);
  }
}
@media only screen and (max-width: 991px) {
  .cases-archive-block .inner-block .image {
    width: 100%;
    order: 2 !important;
  }
}
.cases-archive-block .inner-block .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cases-archive-block .inner-block .case-content {
  width: calc(33.3333333333% + 48px);
  padding: 48px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1400px) {
  .cases-archive-block .inner-block .case-content {
    width: calc(50% + 48px);
  }
}
@media only screen and (max-width: 991px) {
  .cases-archive-block .inner-block .case-content {
    width: 100%;
    order: 1 !important;
    padding: 32px;
  }
}
.featured-post-block .inner-block {
  padding: 32px;
  background: #C70606;
  gap: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1400px) {
  .featured-post-block .inner-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .featured-post-block .inner-block .content {
    order: 2;
  }
  .featured-post-block .inner-block .image {
    order: 1;
  }
}
.featured-post-block .inner-block .content {
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.featured-post-block .inner-block .content:not(:only-child) {
  width: calc(100% - 200px - 32px);
}
@media only screen and (max-width: 1400px) {
  .featured-post-block .inner-block .content:not(:only-child) {
    width: 100%;
  }
}
.featured-post-block .inner-block .content * {
  overflow-wrap: break-word;
  color: #fff;
}
.featured-post-block .inner-block .content .featured-post-block__link {
  margin-top: 16px;
}
.featured-post-block .inner-block .content .featured-post-block__link:hover {
  background: #F9E6E6;
  border: 1px solid #F9E6E6;
  color: #C70606;
}
@media (prefers-reduced-motion: reduce) {
  .featured-post-block .inner-block .content .featured-post-block__link:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #C70606;
  }
  .featured-post-block .inner-block .content .featured-post-block__link:hover span, .featured-post-block .inner-block .content .featured-post-block__link:hover i {
    color: #C70606;
  }
}
.featured-post-block .inner-block .image {
  width: 200px;
  height: fit-content;
  aspect-ratio: 1;
  overflow: hidden;
  align-self: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1400px) {
  .featured-post-block .inner-block .image {
    width: 150px;
  }
}
.step-block .inner-block {
  background: #F9E6E6;
  padding: 32px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  gap: 32px;
  color: #4A0000;
  height: 100%;
  box-sizing: border-box;
}
.step-block .inner-block .top-container {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.step-block .inner-block .top-container .icon {
  width: 72px;
  height: 72px;
  background: #C70606;
  padding: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.step-block .inner-block .top-container .content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.step-block .inner-block .top-container .content:only-child {
  width: 100%;
  padding-left: 0;
}
.step-block .inner-block .bottom-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.step-block .inner-block .bottom-container a {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 32px;
  }
}
.breadcrumbs .rank-math-breadcrumb {
  width: 100%;
}
.breadcrumbs .rank-math-breadcrumb p {
  column-gap: 16px;
  row-gap: 8px;
  color: #fff;
}
.breadcrumbs .rank-math-breadcrumb p a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.breadcrumbs .rank-math-breadcrumb p .separator {
  font-size: 14px;
  line-height: 2;
}

.cta-container .inner-cta-container {
  padding: 32px;
  background: #C70606;
  gap: 32px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.cta-container .inner-cta-container svg {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .cta-container .inner-cta-container {
    padding: 32px;
  }
}
.cta-container .inner-cta-container > div {
  position: relative;
  z-index: 3;
}
.cta-container .inner-cta-container .top-cta {
  gap: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.cta-container .inner-cta-container .top-cta .image {
  height: 100px;
  position: relative;
}
.cta-container .inner-cta-container .top-cta .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-container .inner-cta-container .top-cta .image .image-holder img {
  object-position: left center;
}
.cta-container .inner-cta-container .cta-text {
  color: #fff;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.cta-container .inner-cta-container .cta-text .label {
  color: #fff;
}
.cta-container .inner-cta-container .cta-text .tagline {
  color: #fff;
}
.cta-container .inner-cta-container .btns .btn-main.primary a:hover {
  background: #F9E6E6;
  border: 1px solid #F9E6E6;
  color: #C70606;
}
.cta-container .inner-cta-container .btns .btn-main.primary a:hover span, .cta-container .inner-cta-container .btns .btn-main.primary a:hover i {
  color: #C70606;
}
.cta-container .inner-cta-container .btns .btn-main.primary a:hover svg path {
  fill: #C70606;
}
.cta-container .inner-cta-container .btns .btn-main.secondary a:hover {
  background: #F9E6E6;
  color: #C70606;
  border: 1px solid #F9E6E6;
}
.cta-container .inner-cta-container .btns .btn-main.secondary a:hover span, .cta-container .inner-cta-container .btns .btn-main.secondary a:hover i {
  color: #C70606;
}
.cta-container .inner-cta-container .btns .btn-main.secondary a:hover svg path {
  fill: #C70606;
}
.also-interesting {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.also-interesting .also-interesting__list {
  list-style: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.also-interesting .also-interesting__list.posts li a {
  background: transparent;
  border: 1px solid #C70606;
}
.also-interesting .also-interesting__list.posts li a:hover {
  background: #C70606;
}
.also-interesting .also-interesting__list li a {
  padding: 16px 72px 16px 16px;
  background: #F9E6E6;
  display: flex;
  text-decoration: none;
  gap: 16px;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a .content {
  position: relative;
  min-height: 48px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.also-interesting .also-interesting__list li a .content .also-interesting__image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.also-interesting .also-interesting__list li a .content span {
  font-size: 18px;
  font-weight: 600;
  hyphens: auto;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a .content span:not(:first-child) {
  padding-left: 72px;
}
.also-interesting .also-interesting__list li a .icon-container {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #C70606;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a .icon-container svg {
  width: 12px;
  height: 12px;
}
.also-interesting .also-interesting__list li a .icon-container svg path {
  fill: #fff;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.also-interesting .also-interesting__list li a:hover {
  background: #4A0000;
}
.also-interesting .also-interesting__list li a:hover span {
  color: #fff;
}
.also-interesting .also-interesting__list li a:hover .icon-container {
  background: #fff;
}
.also-interesting .also-interesting__list li a:hover .icon-container svg path {
  fill: #C70606;
}

.ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content {
  min-height: 130px !important;
}

.quote-block .inner-block {
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .quote-block .inner-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 32px;
  }
}
.quote-block .inner-block .image-container {
  width: 33.3333333333%;
  aspect-ratio: auto 1/1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .quote-block .inner-block .image-container {
    width: 100%;
    order: 1;
    max-width: 200px;
    margin-bottom: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
}
.quote-block .inner-block .image-container .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.quote-block .inner-block .quote-container {
  width: 66.6666666667%;
  justify-content: center;
  padding: 48px;
  gap: 32px;
  flex: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .quote-block .inner-block .quote-container {
    width: 100%;
    order: 2;
    padding: 0;
    padding: 32px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.quote-block .inner-block .quote-container .quote {
  gap: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.quote-block .inner-block .quote-container .quote p.quote {
  font-weight: 600;
  color: #4A0000;
}
@media only screen and (max-width: 768px) {
  .quote-block .inner-block .quote-container .quote p.quote {
    font-size: 22px;
  }
}
.quote-block .inner-block .quote-container .author-info {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.quote-block .inner-block .quote-container .author-info .details {
  width: 100%;
  padding-left: 0;
}
.quote-block .inner-block .quote-container .author-info .details .name {
  color: #C70606;
  font-weight: bold;
}

.vacancies-archive-block a {
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .vacancies-archive-block a:hover .inner-block {
    background: #C70606;
    color: #fff;
  }
  .vacancies-archive-block a:hover .inner-block .icon-container {
    background: #fff;
  }
  .vacancies-archive-block a:hover .inner-block .icon-container svg path {
    fill: #C70606;
  }
  .vacancies-archive-block a:hover .inner-block .top h2 {
    color: #fff;
  }
  .vacancies-archive-block a:hover .inner-block .bottom span {
    color: #fff;
  }
  .vacancies-archive-block a:hover .inner-block .bottom span i {
    color: #fff;
  }
}
@media screen and (min-width: 991px) and (prefers-reduced-motion: reduce) {
  .vacancies-archive-block a:hover .inner-block {
    background: #4A0000;
    border: 1px solid #4A0000;
  }
  .vacancies-archive-block a:hover .inner-block .icon-container {
    background: transparent;
  }
  .vacancies-archive-block a:hover .inner-block .icon-container svg path {
    fill: #fff;
  }
  .vacancies-archive-block a:hover .inner-block .top h2 {
    color: #4A0000;
  }
  .vacancies-archive-block a:hover .inner-block .bottom span {
    color: #2D141A;
  }
  .vacancies-archive-block a:hover .inner-block .bottom span i {
    color: #C70606;
  }
}
.vacancies-archive-block a .inner-block {
  border: 1px solid #C70606;
  background: #F9E6E6;
  padding: 16px 84px 16px 16px;
  width: 100%;
  gap: 8px;
  position: relative;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-archive-block a .inner-block > div {
  width: 100%;
}
.vacancies-archive-block a .inner-block .icon-container {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: 50%;
  border: 1px solid #C70606;
  background: #C70606;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-archive-block a .inner-block .icon-container svg {
  width: 16px;
  height: 16px;
}
.vacancies-archive-block a .inner-block .icon-container svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .quote-element .inner-container p.quote, .quote-element .inner-container .vacancies-archive-block a .inner-block .top p.quote, .vacancies-archive-block a .inner-block .top .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .vacancies-archive-block a .inner-block .top p.quote, .vacancies-archive-block a .inner-block .top .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .vacancies-archive-block a .inner-block .top p.form-label, .vacancies-archive-block a .inner-block .top .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .vacancies-archive-block a .inner-block .top .label, .vacancies-archive-block a .quote-block .inner-block .top .quote-container .quote p.quote, .quote-block .vacancies-archive-block a .inner-block .top .quote-container .quote p.quote, .vacancies-archive-block a .quote-block .inner-block .quote-container .quote .top p.quote, .quote-block .vacancies-archive-block a .inner-block .quote-container .quote .top p.quote {
  color: #4A0000;
}
.vacancies-archive-block a .inner-block .bottom {
  gap: 16px;
}
.vacancies-archive-block a .inner-block .bottom > span {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  color: #2D141A;
}
.vacancies-archive-block a .inner-block .bottom > span i {
  position: absolute;
  left: 0;
  top: 50%;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-of-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.table-of-content h3, .table-of-content .quote-element .inner-container p.quote, .quote-element .inner-container .table-of-content p.quote, .table-of-content .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .table-of-content p.quote, .table-of-content .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .table-of-content p.form-label, .table-of-content .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .table-of-content .label, .table-of-content .quote-block .inner-block .quote-container .quote p.quote, .quote-block .inner-block .quote-container .quote .table-of-content p.quote {
  margin-bottom: 16px;
}
.table-of-content .toc-titles ul {
  list-style: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.table-of-content .toc-titles ul li {
  padding-left: 32px;
  position: relative;
}
.table-of-content .toc-titles ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.7 11.9963C11.8657 11.9963 12.0004 11.862 11.9963 11.6964C11.9594 10.2227 11.6513 8.7676 11.0866 7.40414C10.4835 5.94823 9.59958 4.62536 8.48528 3.51106C7.37098 2.39675 6.04811 1.51284 4.5922 0.909783C3.22874 0.345018 1.7736 0.0369344 0.299971 8.75182e-05C0.134338 -0.00405402 5.87108e-09 0.130652 1.31134e-08 0.296338L2.19384e-07 5.01526C2.26627e-07 5.18095 0.134387 5.31456 0.299906 5.322C1.07486 5.35682 1.83864 5.52638 2.55674 5.82383C3.36732 6.15958 4.10384 6.65171 4.72423 7.2721C5.34463 7.8925 5.83675 8.62901 6.17251 9.4396C6.46996 10.1577 6.63952 10.9215 6.67434 11.6964C6.68178 11.8619 6.81539 11.9963 6.98107 11.9963H11.7Z' fill='%23D8352A'/%3E%3C/svg%3E");
  left: 0;
  top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.table-of-content .toc-titles ul li a {
  text-decoration: none;
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.table-of-content .toc-titles ul li a:hover {
  color: #C70606;
}

.social-share {
  position: relative;
  display: inline-block;
}
.social-share__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #fbfbfb;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.social-share__dropdown[hidden] {
  display: none;
}
.social-share__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  color: #2D141A;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.15s;
}
.social-share__link:hover {
  background: #F9E6E6;
  color: #C70606;
}
.social-share__link:visited {
  color: #2D141A;
}

.team-block .inner-block {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
@media screen and (min-width: 991px) {
  .team-block .inner-block:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .team-block .inner-block:hover .top:before {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    background: #F9E6E6;
  }
  .team-block .inner-block:hover .bottom {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 991px) and (prefers-reduced-motion: reduce) {
  .team-block .inner-block:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .team-block .inner-block:hover .top:before {
    border-radius: 16px 100% 0 0;
    -webkit-border-radius: 16px 100% 0 0;
    -moz-border-radius: 16px 100% 0 0;
    -ms-border-radius: 16px 100% 0 0;
    -o-border-radius: 16px 100% 0 0;
    border-radius: 16px 100% 0 0;
    background: #EAE7E8;
  }
  .team-block .inner-block:hover .bottom {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  }
}
.team-block .inner-block > div {
  width: 100%;
}
.team-block .inner-block > div.top {
  position: relative;
}
.team-block .inner-block > div.top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: #EAE7E8;
  z-index: 1;
  border-radius: 16px 100% 0 0;
  -webkit-border-radius: 16px 100% 0 0;
  -moz-border-radius: 16px 100% 0 0;
  -ms-border-radius: 16px 100% 0 0;
  -o-border-radius: 16px 100% 0 0;
  border-radius: 16px 100% 0 0;
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
.team-block .inner-block > div.top .image {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  padding: 0 16px;
}
.team-block .inner-block > div.top .image .image-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.team-block .inner-block > div.bottom {
  background: #fff;
  padding: 16px;
  text-align: center;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
.team-block .inner-block > div.bottom p.name {
  color: #4A0000;
  font-weight: bold;
  font-size: 22px;
}
.team-block .inner-block > div.bottom p.roles {
  color: #9CA3AF;
}

.case-example-url .inner-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.case-example-url .inner-container .icon-link-container {
  position: relative;
  padding-left: calc(32px + 16px);
}
.case-example-url .inner-container .icon-link-container .icon-container {
  width: 32px;
  height: 32px;
  background: #C70606;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-example-url .inner-container .icon-link-container .icon-container i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.taxonomy-block .inner-block {
  background: #F9E6E6;
  padding: 32px;
  height: 100%;
  gap: 32px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.taxonomy-block .inner-block .top {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.taxonomy-block .inner-block .top .icon-container {
  height: 72px;
  width: 72px;
  background: #C70606;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.taxonomy-block .inner-block .top .icon-container .inner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 18px;
}
.single-kb-topics {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.single-kb-topics p.h3, .single-kb-topics .quote-element .inner-container p.quote, .quote-element .inner-container .single-kb-topics p.quote, .single-kb-topics .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .single-kb-topics p.quote, .single-kb-topics .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .single-kb-topics p.form-label, .single-kb-topics .cta-container .inner-cta-container .cta-text p.label, .cta-container .inner-cta-container .cta-text .single-kb-topics p.label, .single-kb-topics .quote-block .inner-block .quote-container .quote p.quote, .quote-block .inner-block .quote-container .quote .single-kb-topics p.quote {
  margin-bottom: 0;
}
.single-kb-topics ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.single-kb-topics ul li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.single-kb-topics ul li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
  outline-offset: 2px;
}
.single-kb-topics ul li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.single-kb-topics ul li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .single-kb-topics ul li a:hover span {
    color: #C70606;
  }
}

.location-block.has-image {
  padding-top: 160px;
}
.location-block .inner-block {
  padding: 32px;
  background: #C70606;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.location-block .inner-block * {
  color: #fff;
}
.location-block .inner-block .image {
  width: calc(100% - 64px);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-self: flex-end;
  -moz-justify-self: flex-end;
  -ms-justify-self: flex-end;
  -o-justify-self: flex-end;
  justify-self: flex-end;
  margin-top: -192px;
  margin-bottom: 16px;
  margin-right: -16px;
}
.location-block .inner-block .content {
  padding-left: 78px;
  position: relative;
}
.location-block .inner-block .content .icon-container {
  width: 46px;
  height: 46px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.location-block .inner-block .content .icon-container i {
  color: #4A0000 !important;
}
.location-block .inner-block .content .location-city {
  margin-bottom: 16px;
}
.location-block .inner-block .content .location-name {
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .js-animate-word {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}
[class^=widget-wrapper-] {
  z-index: 9999999999 !important;
}

#cc-consent-banner .cc-button {
  justify-content: center !important;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post-nav {
  margin-top: 32px;
  width: 100%;
}
.post-nav > a {
  width: calc(50% - 15px);
}
.post-nav > a:not(:first-of-type) {
  margin-left: 32px;
}
.post-nav > a .post-nav-content {
  border: 1px solid #EAE7E8;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #C70606;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 16px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}

.posts-hero {
  width: 100%;
  margin-top: -148px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
}
.posts-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.posts-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.posts-hero .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.posts-hero .breadcrumbs {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .posts-hero {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.posts-hero > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 50%;
}
.posts-hero .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
}
.posts-hero .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  gap: 16px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.posts-hero .in-grid .content-col > div {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .posts-hero .in-grid .content-col {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.posts-hero .in-grid .content-col:only-child {
  max-width: 83.3333333333%;
}
@media only screen and (max-width: 991px) {
  .posts-hero .in-grid .content-col {
    max-width: 100%;
  }
  .posts-hero .in-grid .content-col:only-child {
    max-width: 100%;
  }
  .posts-hero .in-grid .content-col .title {
    justify-content: center;
  }
  .posts-hero .in-grid .content-col .title * {
    text-align: center;
  }
  .posts-hero .in-grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .posts-hero .in-grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
.posts-hero .in-grid .content-col * {
  color: #fff;
}
.posts-hero .in-grid .image-col {
  position: relative;
  width: 41.6666666667%;
  overflow: hidden;
  align-self: flex-end;
  padding-left: 48px !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .posts-hero .in-grid .image-col {
    padding-left: 16px !important;
    width: 100%;
    margin-top: 32px;
  }
}
.posts-hero .in-grid .image-col .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: -64px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at center, transparent 0 33.8%, #000 34.4% 100%);
  mask-image: radial-gradient(circle at center, transparent 0 33.8%, #000 34.4% 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  max-width: 500px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.posts-hero .in-grid .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.posts-hero .in-grid .image-col .embed-video {
  width: 100%;
}
.posts-hero.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .posts-hero.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.posts-hero.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.posts-hero.in-view .in-grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.posts-hero.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .posts-hero .in-grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .posts-hero .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.default-post-template {
  padding: 96px 0;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .default-post-template {
    padding: 48px 0;
  }
}
.default-post-template .content-col {
  width: 58.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  .default-post-template .content-col {
    width: 100%;
  }
}
.default-post-template .content-col > div {
  width: 100%;
}
.default-post-template .content-col .featured-image {
  width: 100%;
}
.default-post-template .content-col .featured-image .image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 12px 114px;
  -webkit-border-radius: 12px 12px 12px 114px;
  -moz-border-radius: 12px 12px 12px 114px;
  -ms-border-radius: 12px 12px 12px 114px;
  -o-border-radius: 12px 12px 12px 114px;
  border-radius: 12px 12px 12px 114px;
}
.default-post-template .content-col .featured-image .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.default-post-template .content-col .table-of-content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .default-post-template .content-col .table-of-content {
    display: flex;
  }
}
.default-post-template .sidebar-col {
  width: 33.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
.default-post-template .sidebar-col.animated-children > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: ease 0.75s all;
  -moz-transition: ease 0.75s all;
  -ms-transition: ease 0.75s all;
  -o-transition: ease 0.75s all;
  transition: ease 0.75s all;
}
.default-post-template .sidebar-col.animated-children > div.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .default-post-template .sidebar-col.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1200px) {
  .default-post-template .sidebar-col {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .default-post-template .sidebar-col {
    width: 100%;
    margin-top: 48px;
  }
}
.default-post-template .sidebar-col > div {
  width: 100%;
}
.default-post-template .sidebar-col .cta-container {
  position: sticky;
  top: 121px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-post-template .sidebar-col .table-of-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .default-post-template .sidebar-col .table-of-content {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .default-post-template .sidebar-col .cta-container .inner-cta-container .bottom-cta .btns {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .default-post-template .sidebar-col .cta-container .inner-cta-container .bottom-cta .btns .btn-main {
    width: 100%;
  }
  .default-post-template .sidebar-col .cta-container .inner-cta-container .bottom-cta .btns .btn-main .btn-inner {
    width: 100%;
  }
  .default-post-template .sidebar-col .cta-container .inner-cta-container .bottom-cta .btns .btn-main .btn-inner a {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}

.nav-down .default-post-template .sidebar-col .cta-container {
  top: 121px;
}

.vacancies-hero {
  width: 100%;
  margin-top: -148px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
}
.vacancies-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.vacancies-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.vacancies-hero .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.vacancies-hero .breadcrumbs {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .vacancies-hero {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.vacancies-hero > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 50%;
}
.vacancies-hero .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
}
.vacancies-hero .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
  padding-top: 64px;
  padding-bottom: 64px;
  gap: 16px;
}
.vacancies-hero .in-grid .content-col > div {
  width: 100%;
}
.vacancies-hero .in-grid .content-col > div.btns {
  margin-top: 16px;
}
@media only screen and (max-width: 1200px) {
  .vacancies-hero .in-grid .content-col {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.vacancies-hero .in-grid .content-col:only-child {
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .vacancies-hero .in-grid .content-col {
    max-width: 100%;
  }
  .vacancies-hero .in-grid .content-col:only-child {
    max-width: 100%;
  }
}
.vacancies-hero .in-grid .content-col * {
  color: #fff;
}
.vacancies-hero .in-grid .content-col .vacancy-info {
  gap: 32px;
}
.vacancies-hero .in-grid .content-col .vacancy-info > span {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
}
.vacancies-hero .in-grid .content-col .vacancy-info > span i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vacancies-hero .in-grid .image-col {
  position: relative;
  width: 41.6666666667%;
  overflow: hidden;
  align-self: flex-end;
  padding-left: 48px !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .vacancies-hero .in-grid .image-col {
    padding-left: 16px !important;
    width: 100%;
    margin-top: 32px;
  }
}
.vacancies-hero .in-grid .image-col .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: -64px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 500px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.vacancies-hero .in-grid .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.vacancies-hero .in-grid .image-col .embed-video {
  width: 100%;
}
.vacancies-hero.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .vacancies-hero.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.vacancies-hero.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.vacancies-hero.in-view .in-grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vacancies-hero.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .vacancies-hero .in-grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .vacancies-hero .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.single-vacancies_cpt .featured-data .in-grid .featured-info-items {
  width: 100%;
  gap: 16px;
  row-gap: 32px;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items.animated-children .item-card {
  opacity: 0;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: ease 1.5s all;
  -moz-transition: ease 1.5s all;
  -ms-transition: ease 1.5s all;
  -o-transition: ease 1.5s all;
  transition: ease 1.5s all;
}
@media (prefers-reduced-motion: reduce) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items.animated-children .item-card {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items.animated-children .item-card.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card {
    align-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .top {
    justify-content: center;
    display: flex;
  }
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .top .icon-container {
  height: 48px;
  width: 48px;
  background: #C70606;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .top .icon-container .inner-icon-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .bottom {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 480px) {
  .single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .bottom {
    text-align: center;
  }
}
.single-vacancies_cpt .featured-data .in-grid .featured-info-items .item-card .bottom .label {
  font-weight: bold;
  color: #4A0000;
  font-size: 22px;
}

.share-section {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  .share-section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
}
.share-section .description {
  flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.cases-hero {
  width: 100%;
  margin-top: -148px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
}
.cases-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.cases-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.cases-hero .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.cases-hero .breadcrumbs {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .cases-hero {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.cases-hero > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 50%;
}
.cases-hero .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
}
.cases-hero .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  gap: 16px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.cases-hero .in-grid .content-col > div {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .cases-hero .in-grid .content-col {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.cases-hero .in-grid .content-col:only-child {
  max-width: 83.3333333333%;
}
@media only screen and (max-width: 991px) {
  .cases-hero .in-grid .content-col {
    max-width: 100%;
  }
  .cases-hero .in-grid .content-col:only-child {
    max-width: 100%;
  }
  .cases-hero .in-grid .content-col .title {
    justify-content: center;
  }
  .cases-hero .in-grid .content-col .title * {
    text-align: center;
  }
  .cases-hero .in-grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .cases-hero .in-grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
.cases-hero .in-grid .content-col * {
  color: #fff;
}
.cases-hero .in-grid .image-col {
  position: relative;
  width: 41.6666666667%;
  overflow: hidden;
  align-self: flex-end;
  padding-left: 48px !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .cases-hero .in-grid .image-col {
    padding-left: 16px !important;
    width: 100%;
    margin-top: 32px;
  }
}
.cases-hero .in-grid .image-col .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: -64px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at center, transparent 0 33.8%, #000 34.4% 100%);
  mask-image: radial-gradient(circle at center, transparent 0 33.8%, #000 34.4% 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  max-width: 500px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cases-hero .in-grid .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.cases-hero .in-grid .image-col .embed-video {
  width: 100%;
}
.cases-hero.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .cases-hero.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cases-hero.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.cases-hero.in-view .in-grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cases-hero.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .cases-hero .in-grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .cases-hero .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.default-cases-template {
  padding: 96px 0;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .default-cases-template {
    padding: 48px 0;
  }
}
.default-cases-template .content-col {
  width: 58.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  .default-cases-template .content-col {
    width: 100%;
  }
}
.default-cases-template .content-col > div {
  width: 100%;
}
.default-cases-template .content-col .featured-image {
  width: 100%;
}
.default-cases-template .content-col .featured-image .image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 12px 114px;
  -webkit-border-radius: 12px 12px 12px 114px;
  -moz-border-radius: 12px 12px 12px 114px;
  -ms-border-radius: 12px 12px 12px 114px;
  -o-border-radius: 12px 12px 12px 114px;
  border-radius: 12px 12px 12px 114px;
}
.default-cases-template .content-col .featured-image .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.default-cases-template .content-col .table-of-content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .default-cases-template .content-col .table-of-content {
    display: flex;
  }
}
.default-cases-template .sidebar-col {
  width: 33.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
.default-cases-template .sidebar-col.animated-children > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: ease 0.75s all;
  -moz-transition: ease 0.75s all;
  -ms-transition: ease 0.75s all;
  -o-transition: ease 0.75s all;
  transition: ease 0.75s all;
}
.default-cases-template .sidebar-col.animated-children > div.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .default-cases-template .sidebar-col.animated-children > div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1200px) {
  .default-cases-template .sidebar-col {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .default-cases-template .sidebar-col {
    width: 100%;
    margin-top: 48px;
  }
}
.default-cases-template .sidebar-col > div {
  width: 100%;
}
.default-cases-template .sidebar-col .cta-container {
  position: sticky;
  top: 121px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-cases-template .sidebar-col .table-of-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .default-cases-template .sidebar-col .table-of-content {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .default-cases-template + .flex-content-image .image-col {
    margin-top: -80px;
  }
}

.single-kb-hero {
  width: 100%;
  margin-top: -148px;
  padding-top: 148px;
  position: relative;
  overflow: hidden;
}
.single-kb-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.single-kb-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.single-kb-hero .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.single-kb-hero .breadcrumbs {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .single-kb-hero {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.single-kb-hero > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 50%;
}
.single-kb-hero .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
}
.single-kb-hero .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  gap: 16px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.single-kb-hero .in-grid .content-col > div {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .single-kb-hero .in-grid .content-col {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
.single-kb-hero .in-grid .content-col:only-child {
  max-width: 83.3333333333%;
}
@media only screen and (max-width: 991px) {
  .single-kb-hero .in-grid .content-col {
    max-width: 100%;
  }
  .single-kb-hero .in-grid .content-col:only-child {
    max-width: 100%;
  }
  .single-kb-hero .in-grid .content-col .title {
    justify-content: center;
  }
  .single-kb-hero .in-grid .content-col .title * {
    text-align: center;
  }
  .single-kb-hero .in-grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .single-kb-hero .in-grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
.single-kb-hero .in-grid .content-col * {
  color: #fff;
}
.single-kb-hero.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.single-kb-hero.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .single-kb-hero .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.single-knowledge_base_cpt .site-main {
  padding: 96px 0;
}
@media only screen and (max-width: 768px) {
  .single-knowledge_base_cpt .site-main {
    padding: 48px 0;
  }
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
  position: relative;
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0C11.3125 0 12 0.6875 12 1.5V15C12 15.7812 11.1562 16.25 10.4688 15.875L6 13.25L1.5 15.875C0.8125 16.25 0 15.7812 0 15V1.5C0 0.6875 0.65625 0 1.5 0H10.5ZM10.5 14.125V1.6875C10.5 1.59375 10.4062 1.5 10.2812 1.5H1.65625C1.5625 1.5 1.5 1.59375 1.5 1.6875V14.125L6 11.5L10.5 14.125Z' fill='%23C70606'/%3E%3C/svg%3E%0A");
  left: 0;
  top: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
  outline-offset: 2px;
}
@media screen and (min-width: 991px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .table-of-content .toc-titles ul li a:hover {
    color: #C70606;
  }
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col {
  width: 25%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col > div {
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col {
    width: 100%;
    order: 2;
    margin-top: 48px;
  }
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col .table-of-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .sidebar-col .table-of-content {
    display: none;
  }
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .content-col {
  width: 75%;
  padding-left: 48px !important;
}
@media only screen and (max-width: 1400px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .content-col {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .content-col {
    width: 100%;
    order: 1;
    padding-left: 16px !important;
  }
}
.single-knowledge_base_cpt .site-main .default-knowledge-base-template .content-col .table-of-content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .single-knowledge_base_cpt .site-main .default-knowledge-base-template .content-col .table-of-content {
    display: flex;
    margin-bottom: 48px;
  }
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic {
  margin-top: 96px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic > * {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-knowledge_base_cpt .site-main .more-articles-of-topic {
    margin-top: 48px;
  }
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .single-knowledge_base_cpt .site-main .more-articles-of-topic .related-articles-list li a:hover span {
    color: #C70606;
  }
}
.single-knowledge_base_cpt .site-main .other-topics {
  width: 100%;
  margin-top: 96px;
}
@media only screen and (max-width: 768px) {
  .single-knowledge_base_cpt .site-main .other-topics {
    margin-top: 48px;
  }
}
.single-knowledge_base_cpt .site-main .other-topics:not(:first-child) {
  padding-top: 0 !important;
}
.single-knowledge_base_cpt .site-main .other-topics .in-grid {
  -webkit-flex-direction: columns;
  -moz-flex-direction: columns;
  -ms-flex-direction: columns;
  -o-flex-direction: columns;
  flex-direction: columns;
  gap: 32px;
}
.single-knowledge_base_cpt .site-main .other-topics .in-grid > div {
  width: 100%;
}
.single-knowledge_base_cpt .site-main .other-topics .in-grid > div.kb-categories-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1200px) {
  .single-knowledge_base_cpt .site-main .other-topics .in-grid > div.kb-categories-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .single-knowledge_base_cpt .site-main .other-topics .in-grid > div.kb-categories-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.single-knowledge_base_cpt .site-main .other-topics + .flex-form-content .form-col {
  margin-top: -48px;
}

/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.blog .page-header,
.archive .page-header {
  padding: 64px 0;
}

.no-results {
  padding: 96px 0 96px 0;
  background: #F9E6E6;
  position: relative;
  z-index: 3;
}
.no-results .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.no-results .in-grid .page-content {
  max-width: 66.6666666667%;
  width: 100%;
  text-align: center !important;
}
@media only screen and (max-width: 991px) {
  .no-results .in-grid .page-content {
    max-width: 100%;
  }
}

.posts-parent-container {
  padding: 96px 0 96px 0;
  position: relative;
  z-index: 3;
}
.posts-parent-container .svg-1 {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .posts-parent-container .svg-1 {
    display: none;
  }
}
.posts-parent-container .svg-2 {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .posts-parent-container .svg-2 {
    display: none;
  }
}
.posts-parent-container > div {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .posts-parent-container {
    padding: 48px 0 48px 0;
  }
}

.default-posts-wrap {
  position: relative;
  width: 100%;
}
.default-posts-wrap.is-loading {
  pointer-events: none;
}
.default-posts-wrap.is-loading .default-posts-loader {
  opacity: 1;
  visibility: visible;
}
.default-posts-wrap.is-loading .default-posts-container, .default-posts-wrap.is-loading .default-vacancies-container, .default-posts-wrap.is-loading .default-cases-container {
  opacity: 0.45;
}

.default-posts-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.default-posts-loader__spinner {
  display: block;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid #F9E6E6;
  border-top-color: #C70606;
  border-radius: 50%;
  animation: default-posts-spin 0.7s linear infinite;
}

@keyframes default-posts-spin {
  to {
    transform: rotate(360deg);
  }
}
.default-posts-container {
  --stagger: 160px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 80px;
  transition: opacity 0.2s ease;
  padding-bottom: var(--stagger);
}
@media only screen and (max-width: 1200px) {
  .default-posts-container {
    --stagger: 96px;
  }
}
@media only screen and (max-width: 1200px) {
  .default-posts-container {
    column-gap: 32px;
    row-gap: 48px;
  }
}
@media only screen and (max-width: 850px) {
  .default-posts-container {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .default-posts-container > * {
    transform: none !important;
  }
}
.default-posts-container > div,
.default-posts-container > article {
  min-width: 0;
}
.default-posts-container > div:nth-child(2n),
.default-posts-container > article:nth-child(2n) {
  transform: translateY(var(--stagger));
}

.navigation {
  padding: 32px 16px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination > a,
.navigation .pagination > span {
  margin: 5px;
  padding: 5px 10px;
  min-width: 34px;
  text-align: center;
  font-size: 14px;
}
.navigation .pagination > a {
  text-decoration: none;
  border: 1px solid #fbfbfb;
  color: #9CA3AF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination > a:hover {
  background: #fbfbfb;
}
.navigation .pagination > a i {
  vertical-align: middle;
}
.navigation .pagination > span {
  background: #fbfbfb;
}

.default-posts-wrap {
  min-width: 0;
}

.filter-container {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #EAE7E8;
  padding: 0 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 48px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.filter-container::-webkit-scrollbar {
  display: none;
}
.filter-container .facetwp-facet-blog_categories, .filter-container .facetwp-facet-vacancies_locations, .filter-container .facetwp-facet-cases_categories {
  max-width: 100%;
  min-width: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.filter-container .facetwp-radio {
  flex: 0 0 auto;
  margin: 0;
  padding: 16px;
  background: none !important;
  position: relative;
}
.filter-container .facetwp-radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #C70606;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.filter-container .facetwp-radio .facetwp-display-value {
  padding-right: 0;
  white-space: nowrap;
}
.filter-container .facetwp-radio .facetwp-counter {
  display: none;
}
.filter-container .facetwp-radio:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .filter-container .facetwp-radio:hover {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.filter-container .facetwp-radio.checked {
  position: relative;
  color: #C70606;
  font-weight: 700;
}
.filter-container .facetwp-radio.checked:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.facetwp-facet-pagination {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 32px;
}
.facetwp-facet-pagination .facetwp-pager {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  font-weight: bold;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s color;
  -moz-transition: ease 0.3s color;
  -ms-transition: ease 0.3s color;
  -o-transition: ease 0.3s color;
  transition: ease 0.3s color;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.next, .prev).active {
  aspect-ratio: 1/1;
  width: 48px;
  background: #C70606;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.active):hover {
  color: #950505;
}
@media (prefers-reduced-motion: reduce) {
  .facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.active):hover {
    color: #C70606;
  }
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.dots {
  color: #ABA1A3;
}

.vacancies-parent-container {
  padding: 96px 0 64px 0;
  position: relative;
  z-index: 3;
  width: 100%;
}
.vacancies-parent-container .filter-container {
  border: 1px solid #C70606;
}
.vacancies-parent-container .default-posts-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.vacancies-parent-container .default-posts-loader__spinner {
  display: block;
  position: sticky;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-top-color: #C70606;
  border-radius: 50%;
  animation: default-posts-spin 0.7s linear infinite;
}
.vacancies-parent-container .default-vacancies-container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  .vacancies-parent-container .default-vacancies-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.cases-parent-container {
  padding: 96px 0 96px 0;
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
}
.cases-parent-container.animated-item > .svg-1 {
  opacity: 0;
  transform-origin: right center;
  -webkit-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -moz-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -ms-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -o-transition: ease 2s 1s opacity, ease 2s 1s transform;
  transition: ease 2s 1s opacity, ease 2s 1s transform;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}
.cases-parent-container.animated-item.in-view > .svg-1 {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .cases-parent-container.animated-item > .svg-1 {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
.cases-parent-container > .svg-1 {
  position: absolute;
  right: 0;
  top: 64px;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .cases-parent-container > .svg-1 {
    display: none !important;
  }
}
.cases-parent-container.animated-item > .svg-2 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transform-origin: left center;
  -webkit-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -moz-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -ms-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  -o-transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
  transition: ease 1.5s 0.5s opacity, ease 1.5s 0.5s transform;
}
.cases-parent-container.animated-item.in-view > .svg-2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .cases-parent-container.animated-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.cases-parent-container > .svg-2 {
  position: absolute;
  left: 0;
  bottom: 96px;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .cases-parent-container > .svg-2 {
    display: none !important;
  }
}
.cases-parent-container .filter-container {
  border: 1px solid #C70606;
}
.cases-parent-container .default-posts-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.cases-parent-container .default-posts-loader__spinner {
  display: block;
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-top-color: #C70606;
  border-radius: 50%;
  animation: default-posts-spin 0.7s linear infinite;
}
.cases-parent-container .default-cases-container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .cases-parent-container .default-cases-container {
    gap: 32px;
  }
}
.cases-parent-container .default-cases-container.animated-children > .cases-archive-block {
  opacity: 0;
  -webkit-transition: ease 0.75s opacity, ease 1s transform;
  -moz-transition: ease 0.75s opacity, ease 1s transform;
  -ms-transition: ease 0.75s opacity, ease 1s transform;
  -o-transition: ease 0.75s opacity, ease 1s transform;
  transition: ease 0.75s opacity, ease 1s transform;
}
.cases-parent-container .default-cases-container.animated-children > .cases-archive-block:nth-of-type(odd) {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
@media only screen and (max-width: 1400px) {
  .cases-parent-container .default-cases-container.animated-children > .cases-archive-block:nth-of-type(odd) {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
    transform: translateX(16px);
  }
}
.cases-parent-container .default-cases-container.animated-children > .cases-archive-block:nth-of-type(even) {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media only screen and (max-width: 1400px) {
  .cases-parent-container .default-cases-container.animated-children > .cases-archive-block:nth-of-type(even) {
    -webkit-transform: translateX(-16px);
    -moz-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    -o-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}
.cases-parent-container .default-cases-container.animated-children > .cases-archive-block.in-view {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .cases-parent-container .default-cases-container.animated-children > .cases-archive-block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.cases-parent-container .default-cases-container > .cases-archive-block:nth-of-type(even) .inner-block {
  border-radius: 16px 16px 160px 16px;
  -webkit-border-radius: 16px 16px 160px 16px;
  -moz-border-radius: 16px 16px 160px 16px;
  -ms-border-radius: 16px 16px 160px 16px;
  -o-border-radius: 16px 16px 160px 16px;
  border-radius: 16px 16px 160px 16px;
}
.cases-parent-container .default-cases-container > .cases-archive-block:nth-of-type(even) .inner-block .image {
  order: 2;
}
.cases-parent-container .default-cases-container > .cases-archive-block:nth-of-type(even) .inner-block .cases-content {
  order: 1;
}

.kb-overview-hero {
  width: 100%;
  margin-top: -148px;
  padding-top: 148px;
  position: relative;
}
.kb-overview-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 1;
}
.kb-overview-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(59deg, #4A0000 9.25%, #B00000 118.02%);
  z-index: 3;
  opacity: 0.7;
}
.kb-overview-hero .background-video-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.kb-overview-hero .breadcrumbs {
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .kb-overview-hero {
    margin-top: -115px;
    padding-top: 115px;
  }
}
.kb-overview-hero > svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  max-width: 50%;
}
.kb-overview-hero .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 4;
}
.kb-overview-hero .in-grid .content-col {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  gap: 16px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 58.3333333333%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.kb-overview-hero .in-grid .content-col > div {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .kb-overview-hero .in-grid .content-col {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.kb-overview-hero .in-grid .content-col:only-child {
  max-width: 83.3333333333%;
}
@media only screen and (max-width: 991px) {
  .kb-overview-hero .in-grid .content-col {
    max-width: 100%;
  }
  .kb-overview-hero .in-grid .content-col:only-child {
    max-width: 100%;
  }
  .kb-overview-hero .in-grid .content-col .title {
    justify-content: center;
  }
  .kb-overview-hero .in-grid .content-col .title * {
    text-align: center;
  }
  .kb-overview-hero .in-grid .content-col .wysiwyg-content {
    text-align: center;
  }
  .kb-overview-hero .in-grid .content-col .btns {
    justify-content: center;
    align-content: center;
  }
}
.kb-overview-hero .in-grid .content-col * {
  color: #fff;
}
.kb-overview-hero.animated-item .media-col {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
}
@media only screen and (max-width: 1200px) {
  .kb-overview-hero.animated-item .media-col {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.kb-overview-hero.animated-item .content-col {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 2s ease, opacity 2s ease;
  -moz-transition: transform 2s ease, opacity 2s ease;
  -ms-transition: transform 2s ease, opacity 2s ease;
  -o-transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.kb-overview-hero.in-view .in-grid .media-col {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.kb-overview-hero.in-view .in-grid .content-col {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .kb-overview-hero .in-grid .media-col {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .kb-overview-hero .in-grid .content-col {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.post-type-archive-knowledge_base_cpt .site-main, .tax-knowledge_base_cpt_category .site-main {
  position: relative;
}
.post-type-archive-knowledge_base_cpt .site-main > svg, .tax-knowledge_base_cpt_category .site-main > svg {
  position: absolute;
  right: 0;
  top: 40%;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .post-type-archive-knowledge_base_cpt .site-main > svg, .tax-knowledge_base_cpt_category .site-main > svg {
    display: none !important;
  }
}

.taxonomy-items {
  padding: 96px 0 96px 0;
  position: relative;
  z-index: 3;
}
.taxonomy-items.animated-item > svg {
  opacity: 0;
  transform-origin: right center;
  -webkit-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -moz-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -ms-transition: ease 2s 1s opacity, ease 2s 1s transform;
  -o-transition: ease 2s 1s opacity, ease 2s 1s transform;
  transition: ease 2s 1s opacity, ease 2s 1s transform;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}
.taxonomy-items.animated-item.in-view > svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .taxonomy-items.animated-item > svg {
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
.taxonomy-items > svg {
  position: absolute;
  right: 0;
  top: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .taxonomy-items > svg {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .taxonomy-items {
    padding: 48px 0 48px 0;
  }
}
.taxonomy-items .in-grid .kb-categories-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1200px) {
  .taxonomy-items .in-grid .kb-categories-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .taxonomy-items .in-grid .kb-categories-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.taxonomy-items + .flex-form-content .form-col {
  margin-top: -48px;
}

.kb-most-asked {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 96px 16px 96px 16px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .kb-most-asked {
    padding: 48px 16px 48px 16px;
  }
}
.kb-most-asked:not(:first-child) {
  padding-top: 0 !important;
}
.kb-most-asked > * {
  max-width: 75%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .kb-most-asked > * {
    max-width: 100%;
  }
}
.kb-most-asked ul.kb-most-asked__list {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.kb-most-asked ul.kb-most-asked__list li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.kb-most-asked ul.kb-most-asked__list li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
  outline-offset: 2px;
}
.kb-most-asked ul.kb-most-asked__list li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.kb-most-asked ul.kb-most-asked__list li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .kb-most-asked ul.kb-most-asked__list li a:hover span {
    color: #C70606;
  }
}
.kb-most-asked + .flex-form-content .form-col {
  margin-top: -48px;
}

.tax-knowledge_base_cpt_category .taxonomy__container {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding: 96px 0 96px 0;
}
@media only screen and (max-width: 768px) {
  .tax-knowledge_base_cpt_category .taxonomy__container {
    padding: 48px 0 48px 0;
  }
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics {
  width: 33.3333333333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  .tax-knowledge_base_cpt_category .taxonomy__container .topics {
    display: none;
  }
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics ul li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics ul li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
  outline-offset: 2px;
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics ul li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.tax-knowledge_base_cpt_category .taxonomy__container .topics ul li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .tax-knowledge_base_cpt_category .taxonomy__container .topics ul li a:hover span {
    color: #C70606;
  }
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items {
  width: 66.6666666667%;
  padding-left: 48px !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  .tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items {
    padding-left: 16px !important;
    width: 100%;
  }
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
  outline-offset: 2px;
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .tax-knowledge_base_cpt_category .taxonomy__container .current-topic__items ul li a:hover span {
    color: #C70606;
  }
}
.tax-knowledge_base_cpt_category .taxonomy__container + .flex-form-content .form-col {
  margin-top: -48px;
}
.tax-knowledge_base_cpt_category .other-topics {
  width: 100%;
  padding: 96px 0 96px 0;
}
@media only screen and (max-width: 768px) {
  .tax-knowledge_base_cpt_category .other-topics {
    padding: 48px 0 48px 0;
  }
}
.tax-knowledge_base_cpt_category .other-topics:not(:first-child) {
  padding-top: 0 !important;
}
.tax-knowledge_base_cpt_category .other-topics .in-grid {
  -webkit-flex-direction: columns;
  -moz-flex-direction: columns;
  -ms-flex-direction: columns;
  -o-flex-direction: columns;
  flex-direction: columns;
  gap: 32px;
}
.tax-knowledge_base_cpt_category .other-topics .in-grid > div {
  width: 100%;
}
.tax-knowledge_base_cpt_category .other-topics .in-grid > div.kb-categories-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1200px) {
  .tax-knowledge_base_cpt_category .other-topics .in-grid > div.kb-categories-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .tax-knowledge_base_cpt_category .other-topics .in-grid > div.kb-categories-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.tax-knowledge_base_cpt_category .other-topics + .flex-form-content .form-col {
  margin-top: -48px;
}

.search-results .site-content .in-grid {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 32px;
}
.search-results .site-content .in-grid > * {
  width: 100%;
}
.search-results .site-content .in-grid .page-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.search-results .site-content .in-grid .search-results-overview {
  width: 66.6666666667%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding: 96px 16px;
}
@media only screen and (max-width: 768px) {
  .search-results .site-content .in-grid .search-results-overview {
    padding: 48px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .search-results .site-content .in-grid .search-results-overview {
    width: 100%;
  }
}
.search-results .site-content .in-grid .search-results-overview ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.search-results .site-content .in-grid .search-results-overview ul li {
  width: 100%;
  background-image: radial-gradient(circle, #C70606 1px, transparent 1px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  background-position: left bottom;
}
.search-results .site-content .in-grid .search-results-overview ul li a {
  width: 100%;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  display: flex;
  color: #2D141A;
  position: relative;
}
.search-results .site-content .in-grid .search-results-overview ul li a span {
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.search-results .site-content .in-grid .search-results-overview ul li a i {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 14px;
  color: #C70606;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 991px) {
  .search-results .site-content .in-grid .search-results-overview ul li a:hover span {
    color: #C70606;
  }
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
@keyframes kb-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes kb-drop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kb-search-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  font-family: "Figtree", sans-serif;
  box-sizing: border-box;
}
.kb-search-wrap *,
.kb-search-wrap *::before,
.kb-search-wrap *::after {
  box-sizing: inherit;
}

.kb-search-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.kb-search-input {
  width: 100%;
  height: 52px;
  padding: 16px 52px 16px 20px;
  border: 1.5px solid #EAE7E8 !important;
  border-radius: 12px;
  background: #ffffff !important;
  font-family: "Figtree", sans-serif;
  color: #2D141A !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15 ease;
  -moz-transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15 ease;
  -ms-transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15 ease;
  -o-transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15 ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15 ease;
}
.kb-search-input::placeholder {
  color: #9CA3AF !important;
}
.kb-search-input:focus, .kb-search-input:focus-visible {
  border-color: #C70606 !important;
  box-shadow: 0 0 0 3px rgba(199, 6, 6, 0.1) !important;
  outline: none;
}
.kb-search-input::-webkit-search-cancel-button, .kb-search-input::-webkit-search-decoration {
  display: none;
}

.kb-search-icon,
.kb-search-spinner-wrap,
.kb-search-clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kb-search-icon {
  display: flex !important;
  color: #C70606 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  pointer-events: none;
}

.kb-search-spinner-wrap {
  display: none;
  pointer-events: none;
}

.kb-search-spinner {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #EAE7E8 !important;
  border-top-color: #C70606 !important;
  border-radius: 50%;
}
.kb-search-spinner.is-active {
  -webkit-animation: kb-spin 0.6s linear infinite;
  -moz-animation: kb-spin 0.6s linear infinite;
  -ms-animation: kb-spin 0.6s linear infinite;
  -o-animation: kb-spin 0.6s linear infinite;
  animation: kb-spin 0.6s linear infinite;
}

.kb-search-clear {
  display: none;
  padding: 0;
  background: #C70606 !important;
  border: none;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease;
  -ms-transition: background 0.15s ease, color 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
}
.kb-search-clear:hover {
  background: #950505 !important;
}

.kb-search-results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff !important;
  border: 1.5px solid #EAE7E8 !important;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 9999;
  animation: kb-drop 0.15s ease;
}

.kb-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  text-decoration: none;
  color: #2D141A !important;
  position: relative;
  cursor: pointer;
  outline-offset: -8px;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.kb-search-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #C70606 !important;
}
.kb-search-item:first-child:after {
  display: none !important;
}
.kb-search-item:hover, .kb-search-item.is-active {
  background: #F9E6E6 !important;
}
.kb-search-item:hover .kb-result-arrow, .kb-search-item.is-active .kb-result-arrow {
  color: #C70606 !important;
}

.kb-result-icon {
  display: none;
}

.kb-result-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.kb-result-title {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2D141A !important;
}
.kb-result-title mark {
  background: transparent !important;
  color: #C70606 !important;
  font-weight: 600;
  padding: 0;
}

.kb-result-excerpt {
  display: none;
}

.kb-result-arrow {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 14px !important;
  color: #C70606 !important;
  opacity: 1;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.kb-search-footer {
  display: block;
  position: relative;
  padding: 12px 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #2D141A !important;
  text-decoration: none;
  text-align: center;
  background: #fff !important;
  outline-offset: -8px;
  -webkit-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -ms-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
}
.kb-search-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #C70606 !important;
  -webkit-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -moz-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -ms-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  -o-transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, width 0.15s ease, left 0.15s ease;
}
.kb-search-footer:hover {
  background: #950505 !important;
  color: #fff !important;
}
.kb-search-footer:hover i {
  color: #fff !important;
}

.kb-search-empty {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  font-family: "Figtree", sans-serif;
  color: #2D141A !important;
}
.kb-search-empty * {
  color: #2D141A !important;
}

.kb-search-error {
  color: #D23838 !important;
}

/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.cc-slider.partner-logo-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
  gap: 20px;
}
.cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 480px) {
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 30px;
  }
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 40px;
  }
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 120px) / 4);
  }
}
@media (min-width: 1200px) {
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 50px;
  }
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 200px) / 5);
  }
}
@media (min-width: 1600px) {
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 60px;
  }
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 360px) / 7);
  }
}
@media (min-width: 1920px) {
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper {
    gap: 60px;
  }
  .cc-slider.partner-logo-carousel:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    width: calc((100% - 420px) / 8);
  }
}
.cc-slider.partner-logo-carousel:hover .controls-container, .cc-slider.partner-logo-carousel:focus-within .controls-container {
  opacity: 1;
}
.cc-slider.partner-logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
  z-index: 2;
}
.cc-slider.partner-logo-carousel .swiper-wrapper .swiper-slide {
  filter: saturate(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.partner-logo-carousel .swiper-wrapper .swiper-slide:hover {
  filter: saturate(1);
}
.cc-slider.partner-logo-carousel .swiper-wrapper .swiper-slide .logo-container {
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
}
.cc-slider.partner-logo-carousel .controls-container {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .cc-slider.partner-logo-carousel .controls-container {
    display: none !important;
    opacity: 0 !important;
  }
}
.cc-slider.service-blocks-container, .cc-slider.featured-posts-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cc-slider.featured-posts-container .swiper-buttons {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .cc-slider.featured-posts-container .swiper-buttons {
    display: flex !important;
  }
}
.cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next {
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev:hover, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev:focus-within, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next:hover, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next:focus-within {
  background: #4a0000;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.featured-posts-container .swiper-buttons .swiper-button-prev, .cc-slider.featured-posts-container .swiper-buttons .swiper-button-next {
    background: #4a0000;
    width: 52px;
    height: 52px;
  }
}
.cc-slider.service-blocks-container .swiper-buttons {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .cc-slider.service-blocks-container .swiper-buttons {
    display: flex !important;
  }
}
.cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next {
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev:hover, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev:focus-within, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next:hover, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next:focus-within {
  background: #4a0000;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.service-blocks-container .swiper-buttons .swiper-button-prev, .cc-slider.service-blocks-container .swiper-buttons .swiper-button-next {
    background: #4a0000;
    width: 52px;
    height: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .cc-slider.service-blocks-container .swiper-wrapper .swiper-slide .service-block {
    height: 100%;
    box-sizing: border-box;
  }
  .cc-slider.service-blocks-container .swiper-wrapper .swiper-slide .service-block .inner-block {
    height: 100%;
  }
}
.cc-slider.slider-view-steps-container .swiper-wrapper, .cc-slider.grid-view-steps-container .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.cc-slider.slider-view-steps-container .swiper-wrapper .swiper-slide, .cc-slider.grid-view-steps-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.cc-slider.slider-view-steps-container .swiper-wrapper .swiper-slide .grid-block, .cc-slider.grid-view-steps-container .swiper-wrapper .swiper-slide .grid-block {
  height: 100%;
  box-sizing: border-box;
}
.cc-slider.slider-view-steps-container .swiper-wrapper .swiper-slide .grid-block .step-block, .cc-slider.grid-view-steps-container .swiper-wrapper .swiper-slide .grid-block .step-block {
  height: 100%;
}
.cc-slider.slider-view-steps-container .swiper-wrapper .swiper-slide .grid-block .step-block .inner-block, .cc-slider.grid-view-steps-container .swiper-wrapper .swiper-slide .grid-block .step-block .inner-block {
  height: 100%;
}
.cc-slider.grid-view-steps-container .swiper-buttons {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .cc-slider.grid-view-steps-container .swiper-buttons {
    display: flex !important;
  }
}
.cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next {
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev:hover, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev:focus-within, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next:hover, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next:focus-within {
  background: #4a0000;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.grid-view-steps-container .swiper-buttons .swiper-button-next {
    background: #4a0000;
    width: 52px;
    height: 52px;
  }
}
.cc-slider.slider-view-steps-container .swiper-buttons {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
}
.cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next {
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev:hover, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev:focus-within, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next:hover, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next:focus-within {
  background: #4a0000;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-prev, .cc-slider.slider-view-steps-container .swiper-buttons .swiper-button-next {
    background: #4a0000;
    width: 52px;
    height: 52px;
  }
}
.cc-slider.cases-blocks-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 16px !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  row-gap: 32px;
  column-gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider {
    padding-bottom: 68px !important;
  }
}
.cc-slider.cases-blocks-slider .swiper-notification {
  display: none;
}
.cc-slider.cases-blocks-slider .swiper-button-prev, .cc-slider.cases-blocks-slider .swiper-button-next {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.cases-blocks-slider .swiper-button-prev.swiper-button-disabled, .cc-slider.cases-blocks-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.cases-blocks-slider .swiper-button-prev:hover, .cc-slider.cases-blocks-slider .swiper-button-prev:focus-within, .cc-slider.cases-blocks-slider .swiper-button-next:hover, .cc-slider.cases-blocks-slider .swiper-button-next:focus-within {
  background: rgba(74, 0, 0, 0.8);
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-button-prev, .cc-slider.cases-blocks-slider .swiper-button-next {
    background: rgba(74, 0, 0, 0.8);
    top: auto !important;
    bottom: 0 !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 52px;
    height: 52px;
  }
}
.cc-slider.cases-blocks-slider .swiper-button-prev {
  left: calc((100% - 1400px) / 2 + 233.3333333333px - 36px);
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-button-prev {
    left: calc(50% - 32px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cc-slider.cases-blocks-slider .swiper-button-prev svg {
  margin-left: -2px;
}
.cc-slider.cases-blocks-slider .swiper-button-next {
  right: calc((100% - 1400px) / 2 + 233.3333333333px - 36px);
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-button-next {
    left: calc(50% + 32px);
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cc-slider.cases-blocks-slider .swiper-button-next svg {
  margin-right: -2px;
}
.cc-slider.cases-blocks-slider .swiper-wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-wrapper {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
  }
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 933.3333333333px;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide.swiper-slide-active .cases-block a {
  height: 100%;
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide.swiper-slide-active .cases-block .inner-block {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide.swiper-slide-active .cases-block .inner-block .case-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block {
    height: 100%;
  }
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block a {
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
@media screen and (min-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block a {
    height: calc(100% - 64px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block a {
    height: 100%;
  }
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block .inner-block {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  -webkit-transition: ease 0.5s all;
  -moz-transition: ease 0.5s all;
  -ms-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  transition: ease 0.5s all;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
}
.cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block .inner-block > div {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block .inner-block .case-content {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cc-slider.cases-blocks-slider .swiper-wrapper .swiper-slide .cases-block .inner-block .case-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc-slider.quote-carousel-container {
  position: relative;
  overflow: visible;
  width: 100%;
}
.cc-slider.quote-carousel-container .swiper-buttons {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
  position: static;
}
@media screen and (min-width: 1400px) {
  .cc-slider.quote-carousel-container .swiper-buttons {
    margin-top: 0;
  }
}
.cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next {
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  background: rgba(74, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  box-sizing: border-box;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media screen and (min-width: 1400px) {
  .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev.swiper-button-prev, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next.swiper-button-prev {
    left: -20px;
  }
  .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev.swiper-button-next, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next.swiper-button-next {
    right: -20px;
  }
}
.cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev.swiper-button-disabled, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
}
.cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev:hover, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev:focus-within, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next:hover, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next:focus-within {
  background: #4a0000;
}
@media only screen and (max-width: 1200px) {
  .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-prev, .cc-slider.quote-carousel-container .swiper-buttons .swiper-button-next {
    background: #4a0000;
    width: 52px;
    height: 52px;
  }
}
.cc-slider.quote-carousel-container .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  overflow: hidden;
}
.cc-slider.quote-carousel-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.cc-slider.quote-carousel-container .swiper-wrapper .swiper-slide .quote-block {
  height: 100%;
  box-sizing: border-box;
}
.cc-slider.quote-carousel-container .swiper-wrapper .swiper-slide .quote-block .inner-block {
  height: 100%;
}
.cc-slider.atmospheric-image-slider {
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}
.cc-slider.atmospheric-image-slider.row-2 {
  margin-top: 10px;
}
.cc-slider.atmospheric-image-slider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide {
  height: auto;
  width: 300px;
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-small {
  width: 470px;
}
@media only screen and (max-width: 768px) {
  .cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-small {
    width: 230px;
  }
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-medium {
  width: 570px;
}
@media only screen and (max-width: 768px) {
  .cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-medium {
    width: 330px;
  }
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-big {
  width: 670px;
}
@media only screen and (max-width: 768px) {
  .cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide.image-big {
    width: 380px;
  }
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide > div {
  height: 350px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide > div {
    height: 150px;
  }
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide > div .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.cc-slider.atmospheric-image-slider .swiper-wrapper .swiper-slide > div .image-holder img {
  pointer-events: none;
}
.cc-slider .slider-controls {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.cc-slider .slider-controls .swiper-button:not(:last-of-type) {
  margin-right: 16px;
}
.cc-slider .slider-controls .swiper-button i {
  font-size: 30px;
  color: #2D141A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-controls .swiper-button:hover {
  cursor: pointer;
}
.cc-slider .slider-controls .swiper-button:hover i {
  color: #C70606;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left;
  background: #C70606;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #EAE7E8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C70606;
}
.cc-slider .autoplay-progress-timer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #C70606;
}
.cc-slider .autoplay-progress-timer svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #C70606;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.atmospheric-slider-wrapper {
  position: relative;
}
.atmospheric-slider-wrapper .controls-container {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  .atmospheric-slider-wrapper .controls-container {
    display: none !important;
    opacity: 0 !important;
  }
}
.atmospheric-slider-wrapper:hover .controls-container, .atmospheric-slider-wrapper:focus-within .controls-container {
  opacity: 1;
}

/**
	DEFAULT SWIPER STYLING
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #C70606;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open .fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer,
.fancybox-container .fancybox-inner,
.fancybox-container .fancybox-bg,
.fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-toolbar,
.fancybox-container .fancybox-caption,
.fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-toolbar,
  .fancybox-container .fancybox-caption,
  .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #fbfbfb;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding .fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fbfbfb;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #9CA3AF;
}
.fancybox-container .fancybox-button:hover {
  background-color: #fbfbfb;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.fancybox-progress {
  background: #fbfbfb;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}

/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #9CA3AF;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/**
 * WooCommerce Variables
 */
.select2-container .select2-selection--single {
  height: auto;
  border-color: #EAE7E8;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px;
}

.select2-dropdown {
  border-color: #EAE7E8;
}

.select2-search--dropdown {
  padding: 8px 16px;
}

.select2-results__option {
  padding: 8px 16px;
}

.product-item {
  border: 1px solid #EAE7E8;
  padding: 16px;
  text-align: left !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item > * {
  width: 100%;
}
.product-item a {
  text-decoration: none;
}
.product-item a > div {
  width: 100%;
}
.product-item a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
}
.product-item a .product-content {
  font-size: 18px;
}
.product-item .product-actions {
  margin-top: 16px;
  font-size: 18px;
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}

.product-item-small {
  border: 1px solid #EAE7E8;
  padding: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item-small > * {
  width: 100%;
}
.product-item-small a {
  text-decoration: none;
}
.product-item-small a > div {
  width: 100%;
}
.product-item-small a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
  width: 100px;
}
.product-item-small a .product-content {
  width: calc(100% - 100px);
  padding-left: 16px;
}
.product-item-small .product-actions {
  margin-top: 16px;
  justify-content: center;
}

.cc-base-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-base-popup .pop-up-bg {
  background: rgba(156, 163, 175, 0.95);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 700px;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container .inner-pop-up-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.cc-base-popup .pop-up-container .inner-pop-up-container > div {
  padding: 32px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #C70606;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #C70606;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #C70606;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-base-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-base-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.cc-add-to-cart-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-add-to-cart-popup .pop-up-bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 500px;
  max-height: 80vh;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container {
  background: #000;
  border: 1px solid #9CA3AF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container > div {
  padding: 32px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #C70606;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #C70606;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #C70606;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.woocommerce-form-row {
  margin-bottom: 16px;
}

.ccwc-add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  text-align: center;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 16px;
}
.nav-cart,
.nav-account {
  margin-right: 16px;
}
@media only screen and (max-width: 991px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 53px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-cart,
  .nav-account {
    background: #fff;
    border: 1px solid #9CA3AF;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    right: 70px;
    top: 21px;
    z-index: 99999;
    display: block;
    position: fixed;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-cart.nav-cart,
  .nav-account.nav-cart {
    right: 125px;
  }
  .nav-cart a,
  .nav-account a {
    text-decoration: none;
  }
  .nav-cart .inner-box,
  .nav-account .inner-box {
    width: 100%;
    height: 100%;
    color: #2D141A;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .nav-cart .inner-box span:not(.cart-count),
  .nav-account .inner-box span:not(.cart-count) {
    display: none;
  }
  .nav-cart .inner-box span.cart-count,
  .nav-account .inner-box span.cart-count {
    padding: 3px;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    border: 1px solid #9CA3AF;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: -5px;
  }
}

.cart-button, .account-button {
  display: flex;
  height: 100%;
}

.woocommerce-cart .alignwide {
  width: 100%;
}
.woocommerce-cart .wc-block-cart__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-cart .wc-block-cart__sidebar {
  padding-left: 32px;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    padding-left: 0 !important;
  }
}

.wc-block-components-quantity-selector__button {
  background: transparent !important;
  color: #C70606 !important;
}

.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 8px 32px !important;
  line-height: 1.2 !important;
  background: #C70606 !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
}

.wp-block-separator {
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #EAE7E8 !important;
  background: transparent;
  border: 0;
}

.product-item {
  height: 100%;
}

.wp-block-heading {
  margin-bottom: 32px;
}

.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 !important;
}
.wc-block-grid__products > div {
  width: 100%;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product {
  border: 0 !important;
}

.woocommerce-checkout .alignwide {
  width: 100%;
}
.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  padding-left: 32px;
  top: 148px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    padding-left: 0 !important;
  }
}

.account-page .in-grid .woocommerce {
  width: 100%;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #fbfbfb;
  padding: 10px 15px;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
  right: 15px;
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
    display: block;
  }
}
.account-page .in-grid ul {
  list-style: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch !important;
  }
  .account-page .in-grid ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #EAE7E8;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid ul::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #EAE7E8;
    cursor: pointer;
  }
  .account-page .in-grid ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
  }
}
.account-page .in-grid ul li:not(:last-child) {
  margin-right: 30px;
}
.account-page .in-grid .woocommerce-MyAccount-content {
  padding-bottom: 48px;
  padding-top: 48px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #9CA3AF;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child) {
  margin-top: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title {
  margin-right: 5px;
  font-weight: bold;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action {
  text-decoration: underline;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child) {
  margin-right: 10px;
}

.woocommerce-account .account-page {
  padding: 64px 0;
}
.woocommerce-account .u-columns {
  width: 100%;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .u-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .u-columns > div {
  width: 100%;
  padding: 32px;
  background: #fbfbfb;
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div .quote-element .inner-container p.quote, .quote-element .inner-container .woocommerce-account .u-columns > div p.quote, .woocommerce-account .u-columns > div .flex-quote-testimonial .in-grid .quote-container p.quote, .flex-quote-testimonial .in-grid .quote-container .woocommerce-account .u-columns > div p.quote, .woocommerce-account .u-columns > div .flex-form-content .in-grid .form-col .form-container .content-above-form p.form-label, .flex-form-content .in-grid .form-col .form-container .content-above-form .woocommerce-account .u-columns > div p.form-label, .woocommerce-account .u-columns > div .cta-container .inner-cta-container .cta-text .label, .cta-container .inner-cta-container .cta-text .woocommerce-account .u-columns > div .label, .woocommerce-account .u-columns > div .quote-block .inner-block .quote-container .quote p.quote, .quote-block .inner-block .quote-container .quote .woocommerce-account .u-columns > div p.quote, .woocommerce-account .u-columns > div h4, .woocommerce-account .u-columns > div .vacancies-archive-block a .inner-block .top h3, .vacancies-archive-block a .inner-block .top .woocommerce-account .u-columns > div h3 {
  margin-bottom: 16px;
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
}
.woocommerce-account .u-columns > div .lost_password {
  margin-top: 16px;
}
.woocommerce-account .u-columns > div .show-password-input {
  display: none;
}

.woocommerce-lost-password .woocommerce {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 32px;
  background: #fbfbfb;
  max-width: 600px;
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 16px;
}

.single-product .product > section:not(:first-of-type) {
  margin-top: 64px;
}
.single-product .product-summary .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery {
  width: 41.6666666667%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product .product-summary .in-grid .summary {
  width: 58.3333333333%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary {
    width: 100%;
    margin-top: 32px;
  }
}
.single-product .product-description .woocommerce-tabs {
  width: 100%;
}
.single-product .product-description .woocommerce-tabs .tabs {
  list-style: none;
}
.single-product .product-description .woocommerce-tabs .tabs li:not(:last-of-type) {
  margin-right: 32px;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  overflow-x: auto;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #e0e0e0;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th {
  background-color: #f9f9f9;
  font-weight: 600;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th.woocommerce-product-attributes-item__label {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  width: 35%;
}
.single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.single-product .related-products .products-grid:not(:first-child), .single-product .upsell-products .products-grid:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce.post-type-archive-product .in-grid .woocommerce-products-header, .woocommerce.post-type-archive-product .in-grid .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .woocommerce-products-header, .woocommerce.tax-product_cat .in-grid .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .products-grid {
  width: 100%;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .in-grid .results-ordering-container:not(:first-child) {
  margin-top: 32px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid:not(:first-child), .woocommerce.tax-product_cat .in-grid .products-grid:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}