







/* 1a. Containers */




/* 1b. Colors */








.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.dnd-section > .row-fluid {
  max-width: 1280px;
}


.content-wrapper {
  max-width: 1280px;
},

.container {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}

.container > .dnd-column {

}

header, footer, body {
  .container {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
  }
}






html {
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
}

body {
  color: #1E1E1E;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
}

/* Paragraphs */

p {
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
  font-weight: 400;
}

/* Anchors */

a {
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
  font-weight: 400;
}

h1,
.h1 {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h2,
.h2 {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

h3,
.h3 {
  margin-bottom: 14px;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h4,
.h4 {
  margin-bottom: 8px;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h5,
.h5 {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0px;
}



.lead, h6, .h6 {
  font-size: 24px;
  line-height: 32px;
  color: #1E1E1E;
  font-weight: 400;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .lead, h6, .h6  {
    font-size: 22px;
    line-height: 28px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #C20023;
}

.no-scroll {
  overflow: hidden;
}



@media screen and (min-width: 992px) {
  body.no-scroll-history {
    overflow: hidden;
  }
}

.vjs-big-play-button {
    width 100px !important;
    height 100px !important;
    background-color: #fff !important;


    svg {
        fill: #173976 !important;
        height: 80% !important;
        width: 80% !important;
    }
}

@supports selector(#hs-banner-parent:has(> .hs-hidden)) {
  #hs-banner-parent {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
  }

  #hs-banner-parent:has(> .hs-hidden) {
    display: none;
  }
}

header .mobile-nav .mobile-main-menu-navi-inner .menu-wrapper .structure-label-2 a.active {
  color: #c20023 !important;
}

header .main-navi-wrapper .main-navi-list .main-navi-structure .main-navi-sublist-wrapper .main-navi-sublist-inner .ic-span3 a.active {
  color: #c20023;
}

.success-message-form-submission {
  text-align: center;
  font-size: 22px;
  color: green;
  font-weight: 700;
  margin: 60px 0px;
}

.scroll-up {
  position: fixed;
  bottom: 40px;
  right: 30px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #173976;
  color: #fff;
  border: 2px solid #fff;
  transform: rotate(-90deg) scale(0);
  transition: transform .275s ease-out, opacity .275s ease-out, visibility .275s ease-out,
              background-color .275s ease-out, color .275s ease-out, border .275s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.scroll-up:hover,
.scroll-up:focus {
  background: #fff;
  color: #173976;
  border-color: #173976;
}

.scroll-up.show {
  transform: rotate(-90deg) scale(1);
  opacity: 1;
  visibility: inherit;
}