@import url('https://fonts.googleapis.com/css?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
* {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  font-size: 20px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3,
h4,
h5,
h6 {
  font-size: 24px;
}
p,
a {
  font-size: 20px;
}
a {
  color: #ca003a;
  transition: 0.3s ease;
}
a:hover {
  color: #677274;
}
.block-margin {
  margin-bottom: 50px;
}
main {
  min-height: 500px;
}
.button {
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  background-color: #ca003a;
  border-radius: 10px 0px 10px 0px;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #fff;
  opacity: 0.9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.home-text h1,
.home-text h2,
.home-text h3,
.home-text h4,
.home-text h5,
.home-text h6 {
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 5px solid #ca003a;
  display: inline-block;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-text p {
  font-size: 28px;
  font-style: italic;
  color: #677274;
  margin-bottom: 0px;
}
.login-padding {
  padding-top: 48px;
}
.ccm-image-block {
  border-radius: 10px 0px 10px 0px;
}
footer {
  position: relative;
  z-index: 100;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
footer .footer-background {
  background-color: #fff;
  padding-top: 60px;
  font-size: 18px;
}
footer .footer-background .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-background .footer-top .footer-logo {
  max-height: 50px;
  max-width: 100%;
}
@media (max-width: 767px) {
  footer .footer-background .footer-top .footer-logo {
    max-width: 80%;
  }
}
footer .footer-background .footer-top .socials {
  float: right;
}
@media only screen and (max-width: 991px) {
  footer .footer-background .footer-top .socials {
    margin-top: 20px;
    float: left;
  }
}
footer .footer-background .footer-top .socials div {
  display: inline-block;
}
footer .footer-background .footer-top .socials div a svg {
  width: 65px;
  height: 65px;
  margin-right: 15px;
  transition: fill 0.3s ease;
}
footer .footer-background .footer-top .socials div a svg path {
  fill: #677274;
  transition: fill 0.3s ease;
}
footer .footer-background .footer-top .socials div a:hover svg path {
  fill: #ca003a;
}
footer .footer-background .footer-top .socials div:last-child a svg {
  margin-right: 0;
}
footer .footer-background .footer-divider {
  border-bottom: 2px solid black;
  margin-top: 50px;
}
footer .footer-background .footer-middle {
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-background .footer-middle .footer-left p {
  text-transform: uppercase;
  color: #677274;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  footer .footer-background .footer-middle .footer-left {
    margin-right: 10px;
  }
}
footer .footer-background .footer-middle .footer-right {
  font-weight: 500;
  font-size: 18px;
}
footer .footer-background .footer-middle .footer-right .arrow-up {
  transition: 0.3s ease;
}
footer .footer-background .footer-middle .footer-right .arrow-up .arrow-container {
  padding: 25px;
  background-color: #ca003a;
  border-radius: 10px 0px 10px 0px;
}
footer .footer-background .footer-middle .footer-right .arrow-up .arrow-container img {
  height: 30px;
  width: 30px;
  text-align: center;
}
footer .footer-background .footer-middle .footer-right .arrow-up:hover {
  opacity: 0.9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  footer .footer-background .footer-middle .footer-right {
    float: left;
  }
}
footer .footer-background-bottom {
  background-color: #677274;
}
footer .footer-background-bottom .footer-bottom {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 700;
}
footer .footer-background-bottom .footer-bottom .footer-left {
  display: inline-block;
  float: left;
}
footer .footer-background-bottom .footer-bottom .footer-left a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
footer .footer-background-bottom .footer-bottom .footer-left a:hover {
  color: #ca003a;
}
footer .footer-background-bottom .footer-bottom .footer-left .seperator {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  footer .footer-background-bottom .footer-bottom .footer-left {
    margin-right: 10px;
  }
}
footer .footer-background-bottom .footer-bottom .footer-right {
  display: inline-block;
  float: right;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
footer .footer-background-bottom .footer-bottom .footer-right .copyright-link {
  color: #fff;
  text-decoration: none;
  cursor: text;
}
@media only screen and (max-width: 767px) {
  footer .footer-background-bottom .footer-bottom .footer-right {
    float: left;
  }
}
header {
  z-index: 500;
  position: fixed;
  width: 100%;
  top: 0px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header.scrolled {
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.scrolled .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.scrolled .ccm-block-top-navigation-bar .navbar .container-fluid .language-dropdown .dropdown-toggle {
  color: #000;
}
header.scrolled .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  background-color: #000;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .language-dropdown {
    margin-top: 30px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .language-dropdown {
    margin-top: -4px;
  }
}
header .ccm-block-top-navigation-bar .language-dropdown .btn {
  padding: 0px;
}
header .ccm-block-top-navigation-bar .language-dropdown .btn:focus {
  box-shadow: none;
}
header .ccm-block-top-navigation-bar .language-dropdown .btn-link {
  text-decoration: none;
  color: #fff;
}
header .ccm-block-top-navigation-bar .language-dropdown .flag-icon {
  height: 20px;
  margin-right: 0px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu[data-bs-popper] {
  margin-top: 0px;
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu {
  color: #000;
  border-radius: 0px;
  min-width: 0px;
  border: 0px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.1);
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px 5px 10px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
  }
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu .dropdown-item.active {
  background-color: unset;
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: unset;
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: unset;
}
header .ccm-block-top-navigation-bar .language-dropdown .dropdown-toggle::after {
  font-size: 20px;
  margin-bottom: -2px;
}
header .ccm-block-top-navigation-bar .navbar-collapse {
  justify-content: end;
}
header .ccm-block-top-navigation-bar .navbar-collapse.collapse.show .nav-item:last-child {
  padding-bottom: 100px;
}
header .ccm-block-top-navigation-bar .navbar-brand {
  padding: 0px;
  max-height: 50px;
  max-width: 100%;
}
@media (max-width: 767px) {
  header .ccm-block-top-navigation-bar .navbar-brand {
    max-width: 80%;
  }
}
header .ccm-block-top-navigation-bar .navbar-brand img {
  max-height: 50px;
  width: 100%;
  height: 150px;
}
header .ccm-block-top-navigation-bar .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid {
  padding: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav {
    height: calc(100vh - 106px);
    overflow-y: auto;
    margin-top: 10px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
  padding-right: 35px;
  padding-bottom: 39px;
  padding-top: 39px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:last-child {
  padding-right: 25px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:last-child .dropdown-menu {
  right: 0px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  font-size: 22px;
  color: #fff;
  padding: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
  margin-top: 0px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  padding: 15px 0px;
  right: 35px;
  border: 0px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 39px;
  background-repeat: repeat-x;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0px;
    padding: 0px;
    display: block;
    right: 0px;
    box-shadow: none;
    background-image: unset;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 15px 1rem;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon {
  height: 10px;
  width: 14px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon.black {
  display: none;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon.red {
  fill: #ca003a;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: initial;
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ca003a;
    color: #fff;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.black {
  display: inline-block;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.black {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.red {
  display: none;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.red {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #ca003a;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  color: initial;
  background-color: unset;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: initial;
  background-color: unset;
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active:hover {
    color: #fff;
    background-color: #ca003a;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler {
  padding: 0px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  background-color: #fff;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nav-item:hover .nav-link {
    color: #ca003a !important;
  }
}
.ccm-edit-mode header {
  position: unset;
}
.video-hero-image {
  position: relative;
}
.video-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: var(--hero-height, 100vh);
  background-color: rgba(0, 0, 0, 0.3);
}
.video-hero-image .hero-image-video {
  min-height: 100vh;
}
.video-hero-image .hero-image-video video {
  min-height: 100vh;
  object-fit: cover;
  width: 100%;
}
.video-hero-image .hero-image-video .hero-image-video-inner {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 100vh;
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content {
  text-align: center;
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text {
    margin-bottom: 30px;
  }
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text p {
  color: #fff;
  font-size: 68px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text p {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-text p {
    font-size: 32px;
  }
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-devider {
  height: 8px;
  margin-left: 20%;
  width: 60%;
  margin-right: 20%;
  margin-bottom: 120px;
  background-color: #ca003a;
}
@media (max-width: 1199px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-devider {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-devider {
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
  }
}
@media (max-width: 767px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-devider {
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
  }
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 120px;
}
@media (max-width: 1199px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 575px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper {
    margin-left: 0px;
    display: block;
  }
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
@media (max-width: 575px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper:first-child {
    margin-bottom: 45px;
  }
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.left-button {
  background-color: #ca003a;
  border-radius: 10px 0px 10px 0px;
  padding: 10px 30px;
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.right-button {
  background-color: #8ec43c;
  border-radius: 10px 0px 10px 0px;
  padding: 10px 30px;
}
.video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero_video_arrow img {
  margin-top: 130px;
  height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero_video_arrow img {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .video-hero-image .hero-image-video .hero-image-video-inner .hero-content .hero_video_arrow img {
    margin-top: 60px;
  }
}
.hero-image-default {
  height: 700px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-image-default {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default {
    height: 600px;
  }
}
.hero-image-default .hero-container {
  position: absolute;
  width: 100%;
  height: 700px;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-container {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container {
    height: 600px;
  }
}
.hero-image-default .hero-container .container {
  height: 100%;
  position: relative;
}
.hero-image-default .hero-container .container .hero-content {
  position: absolute;
  right: 0px;
  bottom: 80px;
  width: 100%;
}
@media (max-width: 575px) {
  .hero-image-default .hero-container .container .hero-content {
    bottom: 50px;
  }
}
.hero-image-default .hero-container .container .hero-content .hero-text {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 10px 0px 10px;
  padding: 50px;
  width: calc(100% - 50px);
  margin-bottom: 50px;
  position: relative;
  left: 50px;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-container .container .hero-content .hero-text {
    width: calc(100% - 140px);
    left: 140px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-content .hero-text {
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 575px) {
  .hero-image-default .hero-container .container .hero-content .hero-text {
    padding: 30px;
  }
}
.hero-image-default .hero-container .container .hero-content .hero-text h1,
.hero-image-default .hero-container .container .hero-content .hero-text h2,
.hero-image-default .hero-container .container .hero-content .hero-text h3,
.hero-image-default .hero-container .container .hero-content .hero-text h4,
.hero-image-default .hero-container .container .hero-content .hero-text h5,
.hero-image-default .hero-container .container .hero-content .hero-text h6 {
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 5px solid #ca003a;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-image-default .hero-container .container .hero-content .hero-text p {
  font-size: 28px;
  font-style: italic;
  color: #677274;
  margin-bottom: 0px;
}
.hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper:first-child {
    margin-bottom: 45px;
    margin-right: 20px;
  }
}
@media (max-width: 400px) {
  .hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper:first-child {
    margin-right: 0px;
  }
}
.hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper .left {
  margin-right: 50px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper .left {
    margin-left: 90px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper .left {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper .left {
    margin-right: 0px;
  }
}
.hero-image-default .hero-container .container .hero-content .hero-buttons .button-wrapper .right {
  background-color: #8ec43c;
}
.hero-image-default .hero-container .container .hero-man {
  height: 700px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-container .container .hero-man {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-man {
    display: none;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-man {
    height: 600px;
  }
}
.hero-image-default .hero-container .container .hero-man img {
  height: 700px;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-container .container .hero-man img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-man img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-container .container .hero-man img {
    height: 600px;
  }
}
.hero-image-default .hero-image {
  height: 700px;
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-image {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-image {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-image {
    height: 600px;
  }
}
.hero-image-default .hero-image img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .hero-image-default .hero-image img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-image img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-image-default .hero-image img {
    height: 600px;
  }
}
.hero-image-bottom {
  height: 940px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 90px;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .hero-image-bottom {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.hero-image-bottom .container .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero-image-bottom .container .hero-content {
    display: block;
  }
}
.hero-image-bottom .container .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content .hero-text p {
    font-size: 42px;
  }
}
.hero-image-bottom .container .hero-content .hero-text em {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper {
    margin-left: 0px;
    display: block;
  }
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #ca003a;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  margin-top: 15px;
  transition: 0.3s ease;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
  transform: scaleX(-1);
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red {
    background-color: #ca003a;
    padding: 15px 20px 15px 30px;
    position: relative;
    display: block;
    width: 220px;
    min-width: 220px;
  }
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -36px;
    background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
    display: block;
    height: 100%;
    width: 46px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
  }
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red:before {
    display: none;
  }
}
.hero-image-bottom .container .text-area-green {
  background-color: #8ec43c;
  padding: 50px;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px 0px 10px 0px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-green {
    padding: 30px;
  }
}
.hero-image-bottom .container .text-area-green h1,
.hero-image-bottom .container .text-area-green h2,
.hero-image-bottom .container .text-area-green h3,
.hero-image-bottom .container .text-area-green h4,
.hero-image-bottom .container .text-area-green h5,
.hero-image-bottom .container .text-area-green h6 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
.hero-image-bottom .container .text-area-green p,
.hero-image-bottom .container .text-area-green li {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0px;
}
.hero-image-bottom .container .text-area-green ul {
  padding-left: 0px;
}
.hero-image-bottom .container .text-area-green ul li::marker {
  content: '';
}
.hero-image-bottom .container .text-area-green ul li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 23px;
  margin-right: 20px;
  background-image: url('/application/themes/derco/images/arrow_right_red_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-bottom .container .text-area-white {
  background-color: #fff;
  padding: 50px;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px 0px 10px 0px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-white {
    padding: 30px;
  }
}
.hero-image-bottom .container .text-area-white h1,
.hero-image-bottom .container .text-area-white h2,
.hero-image-bottom .container .text-area-white h3,
.hero-image-bottom .container .text-area-white h4,
.hero-image-bottom .container .text-area-white h5,
.hero-image-bottom .container .text-area-white h6 {
  color: #677274;
  font-size: 28px;
  text-transform: uppercase;
}
.hero-image-bottom .container .text-area-white p,
.hero-image-bottom .container .text-area-white li {
  color: #677274;
  font-size: 28px;
  margin-bottom: 0px;
}
.hero-image-bottom .container .text-area-white ul {
  padding-left: 0px;
}
.hero-image-bottom .container .text-area-white ul li::marker {
  content: '';
}
.hero-image-bottom .container .text-area-white ul li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 23px;
  margin-right: 20px;
  background-image: url('/application/themes/derco/images/arrow_right_blue_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-bottom .container .text-area-white.review-module iframe {
  width: 100%;
  height: 240px;
}
.hero-image-bottom .container .text-area-white.review-module iframe body {
  overflow: hidden;
}
.hero-image-content {
  margin-top: 110px;
  height: 400px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-image-content {
    margin-top: 90px;
  }
}
@media (max-width: 575px) {
  .hero-image-content {
    margin-top: 70px;
  }
}
.hero-image-content .hero-container {
  position: absolute;
  width: 100%;
  height: 400px;
}
.hero-image-content .hero-container .container {
  height: 100%;
  position: relative;
}
.hero-image-content .hero-container .container .hero-content {
  position: absolute;
  right: 0px;
  bottom: 80px;
  width: 100%;
  z-index: 10;
}
.hero-image-content .hero-container .container .hero-content .hero-text {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  word-break: break-word;
}
.hero-image-content .hero-container .container .hero-content .hero-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #677274;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.hero-image-content .hero-container .container .hero-content .hero-text h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-image-content .hero-container .container .hero-content .hero-text img {
  width: 100%;
  max-width: 400px;
}
.hero-image-content .hero-image {
  height: 400px;
  width: 100%;
  position: relative;
}
.hero-image-content .hero-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.hero-image-content .hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.hero-image-content .hero-image img {
  position: relative;
  z-index: 0;
}
.hero-image-content .hero-ripped img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.product-preview {
  border-radius: 10px 0px 10px 0px;
  height: 300px;
}
.product-preview .product-overlay {
  background-color: #8ec43c;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
  height: 300px;
  width: 100%;
  transition: 0.3s ease;
}
.product-preview .product-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 10;
  border-radius: 10px 0px 10px 0px;
}
.product-preview .product-overlay.static-item::after {
  background-color: transparent;
}
.product-preview .product-overlay.static-item:hover {
  opacity: 0.9;
}
.product-preview .product-overlay a {
  height: 300px;
  width: 100%;
  display: block;
}
.product-preview .product-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
  border-radius: 10px 0px 10px 0px;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.product-preview .product-overlay:hover img {
  transform: scale(1.05);
}
.product-preview .product-overlay .product-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  text-transform: uppercase;
  line-height: 1.5;
}
.industry-preview {
  background-color: #8ec43c;
  border-radius: 10px 0px 10px 0px;
  height: 550px;
}
@media only screen and (max-width: 1399px) {
  .industry-preview {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .industry-preview {
    height: 300px;
  }
}
.industry-preview .industry-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px 0px 10px 0px;
  height: 550px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .industry-preview .industry-overlay {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .industry-preview .industry-overlay {
    height: 300px;
  }
}
.industry-preview .industry-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 10;
  border-radius: 10px 0px 10px 0px;
}
.industry-preview .industry-overlay.static-item::after {
  background-color: transparent;
}
.industry-preview .industry-overlay a {
  height: 550px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .industry-preview .industry-overlay a {
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .industry-preview .industry-overlay a {
    height: 300px;
  }
}
.industry-preview .industry-overlay img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
  border-radius: 10px 0px 10px 0px;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.industry-preview .industry-overlay:hover img {
  transform: scale(1.05);
}
.industry-preview .industry-overlay .industry-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 15;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .industry-preview .industry-overlay .industry-title {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
  }
}
.fade-out {
  -webkit-animation: fade-out 0.5s ease-out both;
  animation: fade-out 0.5s ease-out both;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shake-vertical {
  -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url('/application/themes/derco/css/fonts/Open%20Sans%20Condensed%20Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* Specify normal since the font is already bold */
}
