@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  color: #464645;
  line-height: 1.4em;
  font-size: 24px;
  background-color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

select::-ms-expand {
  display: none;
}

select {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
}

p {
  padding-bottom: 1em;
}

ul {
  list-style: none;
}

a, a:visited {
  background: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -1px;
  color: #ad1e2b;
}

h1, h2, h3 {
  font-family: "Cinzel", serif;
  font-variant: small-caps;
}

h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1em;
}

img {
  color: transparent;
}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 32px;
  }
}
#top-menu-nav {
  position: relative;
  padding-left: 26px;
  float: right;
  font-weight: 400;
  height: 100%;
  margin: 0;
}
#top-menu-nav .search_outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#top-menu-nav .search_outer .container {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  margin: auto;
  padding-right: 32px;
  padding-left: 30px;
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  background: url(/images/texture-red.jpg) repeat center center;
  background-size: auto;
}
#top-menu-nav .search_outer .search_visible {
  display: block;
}
#top-menu-nav .search_outer .search-form {
  position: absolute;
  background: rgba(0, 0, 0, 0) !important;
  border-color: #2ea3f2;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
#top-menu-nav .search_outer .search-form input {
  position: absolute;
  margin: auto;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -1px;
  width: 90%;
  border: none;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 30px;
  background: transparent;
}
#top-menu-nav .search_outer .search-form input::placeholder {
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
  color: #ffffff;
}
#top-menu-nav .search_outer .search-form :focus {
  outline: 0;
}
#top-menu-nav .search_outer span.close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 44px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  line-height: 1;
  font-size: 30px;
}
#top-menu-nav .search-icon {
  display: none;
  align-items: center;
  position: relative;
  margin: auto 1.5em auto 5em;
  color: #fff;
  float: left;
  height: 100%;
}

#top-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#top-menu li {
  display: flex;
  height: 100%;
  font-size: 18px;
  padding-right: 22px;
}
#top-menu a {
  align-self: center;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -1px;
}
#top-menu a:hover {
  opacity: 0.7;
}

.nav li li {
  position: relative;
  line-height: 2em;
  margin: 0;
}

.nav li li a {
  margin: 0;
  padding-left: 1.5em;
}

#sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#menu-item-5 > a::after {
  font-family: "Material Symbols Outlined";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  content: "\e5cf";
}

#menu-item-5:hover > #sub-menu {
  position: absolute;
  background-color: #ad1e2b;
  border-top: 3px solid #2ea3f2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 104px;
  padding: 1em;
  height: 7em;
  width: 12em;
  opacity: 1;
  z-index: 99;
  pointer-events: all;
  transition: opacity 0.4s ease;
}

.nav li {
  position: relative;
  line-height: 1em;
  z-index: 99;
}

nav {
  display: block;
}

#top-menu-icon {
  display: none;
}

.toggler {
  display: none;
}

#h-top-menu {
  display: none;
}

@media screen and (max-width: 515px) {
  .logo-container {
    height: auto !important;
  }
  #logo {
    width: 5em !important;
  }
  .search-icon {
    margin-left: 3em !important;
  }
}
@media screen and (max-width: 418px) {
  .search-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  #top-menu {
    display: none;
  }
  #top-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Material Symbols Outlined";
    font-weight: bold;
    font-size: 30px;
    padding-right: 2em;
    margin: auto 0;
    height: 100%;
    position: relative;
  }
  #top-menu-nav .search_outer .container {
    background-size: cover;
  }
  #top-menu-nav .search-icon {
    display: flex;
  }
  .toggler {
    position: absolute;
    display: block;
    z-index: 10;
    top: 30%;
    right: 55px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    opacity: 0;
  }
  #h-top-menu {
    opacity: 1;
    transform: translateY(-30em);
    transition: opacity 0.4s ease-in-out, transform 2s ease-in-out;
  }
  #top-menu-nav .toggler:checked + #h-top-menu {
    display: block;
    position: absolute;
    right: 20%;
    width: 80vw;
    height: 22ems;
    background-color: #ad1e2b;
    border-top: 3px solid #2ea3f2;
    padding-left: 5em;
    padding-top: 1.5em;
    font-size: 14px;
    line-height: 23px;
    opacity: 1;
    transform: translateY(0px);
  }
  #top-menu-nav .toggler:checked + #h-top-menu a {
    color: #fff;
    text-transform: none;
    font-weight: 600;
  }
  #top-menu-nav .toggler:checked + #h-top-menu .h-sub-menu {
    padding-left: 2em;
  }
  #top-menu-nav .toggler:checked + #h-top-menu li {
    line-height: 3em;
  }
}
#main-header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 104px;
  align-items: center;
  background: url("/images/texture-red.jpg") repeat center center;
  background-size: cover;
  -webkit-transition: height 0.4s, -webkit-transform 0.4s;
  transition: height 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}

.logo-container {
  text-align: left;
  height: 100%;
  max-width: 231px;
  padding-right: 32px;
  padding-left: 30px;
}

.logo-container + a {
  position: relative;
}

#logo {
  position: relative;
  max-height: 80%;
  width: auto;
  margin: auto 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#main {
  padding-top: 104px;
  -webkit-transition: padding-top 0.4s, -webkit-transform 0.4s;
  transition: padding-top 0.4s, -webkit-transform 0.4s;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Fading animation */
.fades {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoomesInFade {
  animation-name: zoomeInFade;
  animation-duration: 2s;
}

@keyframes zoomeInFade {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.94, 0.94, 0.94);
    transform: scale3d(0.94, 0.94, 0.94);
  }
  50% {
    opacity: 0.5;
  }
}
.zoomesIn {
  animation-name: zoomeIn;
  animation-duration: 2s;
}

@keyframes zoomeIn {
  0% {
    -webkit-transform: scale3d(0.94, 0.94, 0.94);
    transform: scale3d(0.94, 0.94, 0.94);
  }
}
.zoomesInMore {
  animation-name: zoomeInMore;
  animation-duration: 2s;
}

@keyframes zoomeInMore {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
}
.slidesInUp {
  animation: 1s ease-in-out slideInUp;
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
.slidesInUp2 {
  animation: 1s ease-in-out slideInUp2;
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
.slidesInDown {
  animation: 1s ease-in-out slideInDown;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
.slidesInLeft {
  animation: 1s ease-in-out slideInLeft;
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
.slidesInRightMore {
  animation: 1s ease-in-out slideInRightMore;
}

@keyframes slideInRightMore {
  0% {
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
  }
}
.slidesInLeftMore {
  animation: 1s ease-in-out slideInLeftMore;
}

@keyframes slideInLeftMore {
  0% {
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
    opacity: 0.3;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible;
    opacity: 1;
  }
}
.sectionHero {
  position: relative;
  padding-top: 32%;
  display: block;
}
.sectionHero #hero-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -10;
}
.sectionHero img {
  color: transparent;
}
.sectionHero h1 {
  position: absolute;
  font-family: "Cinzel", serif;
  font-variant: small-caps;
  font-size: 60px;
  font-weight: 500;
  top: 200px;
}
.sectionHero h1 .p1 {
  position: relative;
  background-color: rgba(146, 23, 32, 0.8);
  color: #ffffff;
  padding: 0.05em 1.5em;
  display: inline;
  left: 140px;
}
.sectionHero h1 .p2 {
  position: relative;
  background-color: rgba(37, 35, 35, 0.8);
  color: #ffffff;
  padding: 0.45em 1em;
  left: 190px;
  top: 15px;
}
@media screen and (max-width: 1080px) {
  .sectionHero {
    padding-top: 60%;
  }
  .sectionHero h1 {
    position: absolute;
    font-family: "Cinzel", serif;
    font-variant: small-caps;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2em;
    top: 170px;
    background-color: rgba(146, 23, 32, 0.8);
    padding: 0.3em;
    margin: 0 10vw;
    text-align: center;
  }
  .sectionHero h1 .p1 {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 0.6em 0;
    display: inline;
    left: 0px;
  }
  .sectionHero h1 .p2 {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    padding: 0.6em 0;
    left: 0px;
    top: 0px;
    display: inline;
  }
}
@media screen and (max-width: 1190px) {
  .sectionHero h1 {
    top: 40%;
    left: -20px;
  }
}
@media screen and (max-width: 640px) {
  .sectionHero h1 {
    top: 100px;
  }
}
@media screen and (max-width: 415px) {
  .sectionHero h1 {
    top: 80px;
    font-size: 26px;
  }
}

.sectionBlack {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/images/texture-black.jpg") repeat center center;
  background-size: cover;
}
.sectionBlack .row {
  padding: 2em 0;
  max-width: 1200px;
  width: 80%;
  margin: auto;
}
.sectionBlack .row .column .text_inner {
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 1.35em;
}
.sectionBlack .row .text1 {
  padding-top: 1em;
  padding-bottom: 0;
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .sectionBlack .row .column .text_inner {
    font-size: 23px;
  }
}

.sectionBlackBg {
  padding: 90px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background-image: url(/images/careers.jpg);
  background-size: cover;
  background-color: #000000;
}
.sectionBlackBg em {
  font-size: 31px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5em;
}
.sectionBlackBg .row {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.sectionBlackBg .column {
  max-width: 85%;
  margin: auto;
}
.sectionBlackBg .promo_description {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.sectionBlackBg .promo_description p {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
}
.sectionBlackBg .button_wrapper {
  text-align: center;
}
.sectionBlackBg .button {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  transition: all 300ms ease 0ms;
}
.sectionBlackBg .button::after {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  line-height: 1em;
  content: "\e5e1";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  text-transform: none;
  transition: all 300ms ease 0ms;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  top: 14px;
}
.sectionBlackBg .button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}
.sectionBlackBg .button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.sectionBlackBg .button_red {
  color: #ffffff;
  background-color: #ad1e2b;
  border-color: #ad1e2b;
}
.sectionBlackBg .button_wrapper {
  padding-top: 1em;
}

.section3 {
  padding: 0;
  width: 100%;
  margin: auto;
  position: relative;
}
.section3 .row_3 {
  width: 100%;
  display: flex;
}
.section3 .row_3 .column_3_1, .section3 .row_3 .column_3_2 {
  position: relative;
  width: 100%;
  z-index: 2;
}
.section3 .row_3 .image_1, .section3 .row_3 .image_2 {
  display: block;
}
.section3 .row_3 img {
  display: block;
  width: 100%;
  height: 33vw;
  object-fit: cover;
  z-index: 2;
}
.section3 .blurb_0, .section3 .blurb_1 {
  display: block;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 20%;
  right: auto;
  width: 100%;
  max-width: 60%;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  color: #ffffff;
  opacity: 0;
  transition: opacity 2s;
}
.section3 .blurb.blurb_fadein {
  opacity: 1;
}
.section3 .blurb_0 {
  background-color: rgba(146, 23, 32, 0.8);
  padding: 20px 40px 40px 40px;
}
.section3 .blurb_1 {
  background-color: rgba(37, 35, 35, 0.75);
  padding: 20px 30px 20px 30px;
}
.section3 .blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}
.section3 .blurb_content .module_header, .section3 .blurb_content .module_header a {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-variant: small-caps;
  font-size: 30px;
  color: #ffffff !important;
  text-align: center;
}
.section3 .blurb_description {
  padding-top: 0.3em;
}
@media screen and (max-width: 1080px) {
  .section3 .row_3 {
    flex-flow: column;
  }
  .section3 .row_3 img {
    height: 50vw;
  }
  .section3 .blurb_0, .section3 .blurb_1 {
    top: 45%;
    max-width: 70%;
  }
}
@media screen and (max-width: 660px) {
  .section3 .blurb_0, .section3 .blurb_1 {
    top: 25%;
    left: 5%;
    max-width: 90%;
    padding: 10px;
  }
}
@media screen and (max-width: 450px) {
  .section3 .row_3 img {
    height: 80vw;
  }
  .section3 .blurb_0, .section3 .blurb_1 {
    top: 40%;
    left: 5%;
    max-width: 90%;
    padding: 10px;
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 340px) {
  .section3 .blurb_0, .section3 .blurb_1 {
    top: 10%;
  }
}

.sectionJoin {
  background-image: url(/images/sign-up.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.sectionJoin .top_inside_divider_w {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
  transform: scale(1, 1);
}
.sectionJoin .top_inside_divider {
  top: 0;
  height: 100px;
  z-index: 1;
}
.sectionJoin .row {
  display: flex;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  position: relative;
}
.sectionJoin .row .column1 {
  width: 29.6667%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.sectionJoin .row .column1 .image {
  display: block;
  margin: 0 auto 0 0;
}
.sectionJoin .row .column1 .image .image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.sectionJoin .row .column1 .image .image_wrap img {
  max-width: 100%;
  height: auto;
}
.sectionJoin .row .column2 {
  width: 29.6667%;
  margin-right: 5.5%;
}
.sectionJoin .row .column2 .promo {
  text-align: center;
}
.sectionJoin .row .column2 .promo_description {
  padding-bottom: 20px;
  position: relative;
}
.sectionJoin .row .column2 h2 {
  font-variant: small-caps;
  color: #ad1e2b;
  line-height: 1.4em;
  text-align: center;
}
.sectionJoin .row .column2 .button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  border-radius: 0px;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  line-height: 1.7em;
  text-transform: uppercase;
  background-color: #000000;
  padding: 0.3em 1em;
  font-size: 20px;
  transition: background-color 300ms ease 0ms, border-radius 300ms ease 0ms, letter-spacing 300ms ease 0ms;
}
.sectionJoin .row .column2 .button:hover {
  border-radius: 0px;
  letter-spacing: 3px;
  background-image: initial;
  background-color: #ad1e2b;
}
.sectionJoin .row .column3 {
  width: 29.6667%;
  margin-right: 0%;
}
@media screen and (max-width: 1080px) {
  .sectionJoin .row {
    flex-flow: column;
  }
  .sectionJoin .row .column1, .sectionJoin .row .column2 {
    width: 100%;
  }
  .sectionJoin .row .column3 {
    width: 1%;
  }
}

.section6 {
  position: relative;
  padding: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.section6 .row {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.section6 .row .column1 {
  width: 66.667%;
}
.section6 .row .column1 .testimonial {
  position: relative;
  padding: 12% 10% 0% 10%;
  text-align: center;
  line-height: 1.5;
}
.section6 .row .column1 .testimonial .testimonial_description {
  display: block;
  position: relative;
  word-wrap: break-word;
}
.section6 .row .column1 .testimonial .testimonial_description .testimonial_content {
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 22px;
}
.section6 .row .column1 .testimonial .testimonial_description .testimonial_author {
  display: block;
  margin-top: 32px;
  font-size: 22px;
  font-weight: 700;
  color: #ad1e2b;
  text-align: right;
}
.section6 .row .column1 .testimonial .testimonial_description .testimonial_meta {
  font-size: 22px;
  color: #ad1e2b;
  font-weight: 400;
  text-align: right;
}
.section6 .row .column2 {
  width: 33.3333%;
}
.section6 .row .column2 .image {
  text-align: right;
  line-height: 0;
}
.section6 .row .column2 .image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.section6 .row .column2 img {
  position: relative;
  height: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1080px) {
  .section6 .row {
    flex-flow: column;
  }
  .section6 .row .column1, .section6 .row .column2 {
    width: 100%;
  }
  .section6 .row .column2 .image {
    text-align: center;
  }
}

.sectionImgTxt {
  position: relative;
  padding: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.sectionImgTxt .row {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.sectionImgTxt .row .column1 {
  position: relative;
  margin: 0;
  width: 50%;
  min-height: 1px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.sectionImgTxt .row .column1 .divider {
  box-sizing: content-box;
  height: 23px;
  border: 0;
}
.sectionImgTxt .row .column1 .image_wrap {
  padding-top: 75%;
  display: block;
  position: relative;
  max-width: 100%;
}
.sectionImgTxt .row .column1 .image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.sectionImgTxt .row .column2 {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 2em;
}
.sectionImgTxt .row .column2 .text_inner {
  padding: 2em 0;
  line-height: 1.6em;
}
.sectionImgTxt .row .column2 h2 {
  font-variant: small-caps;
  color: #ad1e2b;
  line-height: 1.4em;
}
.sectionImgTxt .row .column2 ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
}
.sectionImgTxt .row .column1.column_25 {
  width: 25%;
}
.sectionImgTxt .row .column2.column_25 {
  width: 75%;
}
.sectionImgTxt .row .column1.column_33 {
  width: 33.333%;
}
.sectionImgTxt .row .column2.column_33 {
  width: 66.667%;
}
.sectionImgTxt .row .column1.column_66 {
  width: 66.667%;
}
.sectionImgTxt .row .column2.column_66 {
  width: 33.333%;
}
.sectionImgTxt .row .column1.column_75 {
  width: 75%;
}
.sectionImgTxt .row .column2.column_75 {
  width: 25%;
}
.sectionImgTxt .button_wrapper {
  margin-top: 1em;
}
.sectionImgTxt .button {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  transition: all 300ms ease 0ms;
}
.sectionImgTxt .button::after {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  line-height: 1em;
  content: "\e5e1";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  text-transform: none;
  transition: all 300ms ease 0ms;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  top: 14px;
}
.sectionImgTxt .button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}
.sectionImgTxt .button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.sectionImgTxt .button_red {
  color: #ffffff;
  background-color: #ad1e2b;
}
.sectionImgTxt .button_mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sectionImgTxt .row {
    flex-flow: column;
  }
  .sectionImgTxt .row .column1, .sectionImgTxt .row .column2 {
    width: 100% !important;
  }
  .sectionImgTxt .row .column2 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .sectionImgTxt .row .column1 .image_wrap {
    padding-top: 50% !important;
  }
  .sectionImgTxt .row .column1 {
    height: 50vw;
  }
  .sectionImgTxt .row .button_mobile {
    display: inline;
    position: absolute;
    margin-left: 40vw;
    color: #AD1E2B !important;
    border-color: #AD1E2B;
    background-color: rgba(232, 232, 232, 0.5);
    position: relative;
    line-height: 1.7em;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
  }
}

.sectionTxtImg {
  position: relative;
  padding: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.sectionTxtImg .row {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.sectionTxtImg .row .column1 {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-left: 60px;
  padding-right: 2em;
}
.sectionTxtImg .row .column1 .text {
  position: relative;
}
.sectionTxtImg .row .column1 .text_inner {
  padding: 2em 0;
  line-height: 1.6em;
}
.sectionTxtImg .row .column1 h2 {
  font-variant: small-caps;
  color: #ad1e2b;
  line-height: 1.4em;
}
.sectionTxtImg .row .column1 ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
}
.sectionTxtImg .row .column2 {
  position: relative;
  margin: 0;
  width: 50%;
  min-height: 1px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.sectionTxtImg .row .column2 .divider {
  box-sizing: content-box;
  height: 23px;
  border: 0;
}
.sectionTxtImg .row .column2 .image_wrap {
  padding-top: 75%;
  display: block;
  position: relative;
  max-width: 100%;
}
.sectionTxtImg .row .column2 .image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.sectionTxtImg .row .column1.column_25 {
  width: 25%;
}
.sectionTxtImg .row .column2.column_25 {
  width: 75%;
}
.sectionTxtImg .row .column1.column_33 {
  width: 33.333%;
}
.sectionTxtImg .row .column2.column_33 {
  width: 66.667%;
}
.sectionTxtImg .row .column1.column_66 {
  width: 66.667%;
}
.sectionTxtImg .row .column2.column_66 {
  width: 33.333%;
}
.sectionTxtImg .row .column1.column_75 {
  width: 75%;
}
.sectionTxtImg .row .column2.column_75 {
  width: 25%;
}
.sectionTxtImg .button {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  transition: all 300ms ease 0ms;
}
.sectionTxtImg .button::after {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  line-height: 1em;
  content: "\e5e1";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  text-transform: none;
  transition: all 300ms ease 0ms;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  top: 14px;
}
.sectionTxtImg .button:hover {
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}
.sectionTxtImg .button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.sectionTxtImg .button_red {
  color: #ffffff;
  background-color: #ad1e2b;
}
.sectionTxtImg .button_wrapper {
  padding-top: 1em;
}
.sectionTxtImg .button_mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sectionTxtImg .row {
    flex-flow: column-reverse;
  }
  .sectionTxtImg .row .column1, .sectionTxtImg .row .column2 {
    width: 100% !important;
  }
  .sectionTxtImg .row .column1 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .sectionTxtImg .row .column2 .image_wrap {
    padding-top: 50% !important;
  }
  .sectionTxtImg .row .column2 {
    height: 50vw;
  }
  .sectionTxtImg .button_mobile {
    display: inline;
    position: absolute;
    margin-left: 40vw;
    color: #AD1E2B !important;
    border-color: #AD1E2B;
    background-color: rgba(232, 232, 232, 0.5);
    position: relative;
    line-height: 1.7em;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
  }
}
@media screen and (max-width: 385px) {
  .sectionTxtImg .button {
    text-wrap: nowrap;
    font-size: 18px;
  }
}

.section3Img {
  position: relative;
  padding: 0;
}
.section3Img .row {
  display: flex;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.section3Img .row .column {
  width: 33.3333%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.section3Img .row .column .image1, .section3Img .row .column .image2, .section3Img .row .column .image3 {
  line-height: 0;
}
.section3Img .row .column .image_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.section3Img .row .column .image_wrap img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .section3Img .row {
    flex-flow: column;
  }
  .section3Img .row .column {
    width: 100%;
  }
}

.sectionRedH {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/images/texture-red.jpg") repeat center center;
  background-size: cover;
}
.sectionRedH .row_1 {
  width: 80%;
  padding: 1.4em 0;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.sectionRedH .text_inner {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
}

.sectionRedHTButtonWTWB {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/images/texture-red.jpg") repeat center center;
  background-size: cover;
}
.sectionRedHTButtonWTWB .row_1 {
  width: 80%;
  padding: 1.4em 0;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.sectionRedHTButtonWTWB .text_inner {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
}
.sectionRedHTButtonWTWB .button_0_wrapper {
  text-align: center;
}
.sectionRedHTButtonWTWB .button_0 {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
}
.sectionRedHTButtonWTWB .button_0:hover {
  border-color: #000000;
  letter-spacing: 3px;
  background-image: initial;
  background-color: #000000;
}
.sectionRedHTButtonWTWB .button {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 0px;
}

.sectionRedHTButtonWTRB {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/images/texture-red.jpg") repeat center center;
  background-size: cover;
}
.sectionRedHTButtonWTRB .row_1 {
  width: 80%;
  padding: 1.4em 0;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.sectionRedHTButtonWTRB .text_inner {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
}
.sectionRedHTButtonWTRB .button_0_wrapper {
  text-align: center;
}
.sectionRedHTButtonWTRB .button_0 {
  color: #ad1e2b;
  background-color: #ffffff;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
}
.sectionRedHTButtonWTRB .button_0:hover {
  padding: 0.3em 2em 0.3em 0.7em;
}
.sectionRedHTButtonWTRB .button::after {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  line-height: 1em;
  content: "\e5e1";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  top: 14px;
}
.sectionRedHTButtonWTRB .button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.sectionRedHTButtonWTRB .button {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 0px;
  transition: all 300ms ease 0ms;
}

.sectionCareers {
  padding: 90px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background-image: url(/images/careers.jpg);
  background-size: cover;
  background-color: #000000;
}
.sectionCareers .row {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.sectionCareers .promo_description {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.sectionCareers .promo_description p {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
}
.sectionCareers .button_wrapper {
  text-align: center;
}
.sectionCareers .button {
  color: #ffffff;
  text-transform: uppercase;
  transition: all 300ms ease 0ms;
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 0px;
  transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms, border-radius 300ms ease 0ms, letter-spacing 300ms ease 0ms;
  transition-property: all;
}
.sectionCareers .button:hover {
  color: #ffffff;
  border-color: #ad1e2b;
  letter-spacing: 3px;
  background-image: initial;
  background-color: #ad1e2b;
}

.sectionBlogs {
  position: relative;
  padding: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  color: #464645;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
.sectionBlogs a {
  color: inherit;
  font-weight: 500;
  letter-spacing: normal;
}
.sectionBlogs h2 {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionBlogs h4 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionBlogs .row {
  position: relative;
  display: flex;
  padding: 0;
  margin: auto;
  width: 80%;
  max-width: 1200px;
}
.sectionBlogs .row .column1 {
  position: relative;
  margin: 0;
  width: 79.125%;
  padding-top: 58px;
  padding-right: 5.5%;
  padding-bottom: 23px;
  min-height: 1px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.sectionBlogs .row .column1 article {
  display: block;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.sectionBlogs .row .column1 .image-url {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.sectionBlogs .row .column1 img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.sectionBlogs .row .column1 .pagination {
  clear: both;
}
.sectionBlogs .row .column1 .pagination .alignleft {
  float: left;
}
.sectionBlogs .row .column1 .pagination .alignright {
  float: right;
}
.sectionBlogs .row .column1 .pagination a {
  color: #ad1e2b;
}
.sectionBlogs .row .column2 {
  margin: 0;
  padding-top: 58px;
  padding-left: 30px;
  padding-bottom: 23px;
  width: 20.875%;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  text-align: left;
  border-left: #e2e2e2 solid 1px;
}
.sectionBlogs .row .column2 label {
  display: none;
}
.sectionBlogs .row .column2 ul.children {
  margin-top: 5px;
}
.sectionBlogs .row .column2 ul li ul li {
  margin-left: 15px;
}
.sectionBlogs .row .column2 ul li {
  margin-bottom: 0.5em;
}
.sectionBlogs .row .column2 .search {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  float: none;
}
.sectionBlogs .row .column2 #searchform {
  position: relative;
}
.sectionBlogs .row .column2 input#s, .sectionBlogs .row .column2 input#searchsubmit {
  padding: 0.7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
}
.sectionBlogs .row .column2 input#s {
  width: 100%;
  border-radius: 3px;
}
.sectionBlogs .row .column2 input[type=text], .sectionBlogs .row .column2 select, .sectionBlogs .row .column2 textarea {
  background-color: #fff;
}
.sectionBlogs .row .column2 #searchsubmit {
  background-color: #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .sectionBlogs .row {
    flex-flow: column;
  }
  .sectionBlogs .row .column1, .sectionBlogs .row .column2 {
    width: 100% !important;
  }
  .sectionBlogs .row .column2 {
    border-left: 0;
  }
}

.sectionBlog {
  position: relative;
  padding: 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  color: #464645;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
.sectionBlog a {
  color: inherit;
  font-weight: 500;
  letter-spacing: normal;
}
.sectionBlog h1 {
  font-size: 32px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionBlog h2 {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionBlog h4 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionBlog .row {
  position: relative;
  display: flex;
  padding: 0;
  margin: auto;
  width: 80%;
  max-width: 1200px;
}
.sectionBlog .row .column1 {
  position: relative;
  margin: 0;
  width: 79.125%;
  padding-top: 58px;
  padding-right: 5.5%;
  padding-bottom: 23px;
  min-height: 1px;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.sectionBlog .row .column1 article {
  display: block;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.sectionBlog .row .column1 article .fullwidth_header {
  display: block;
  text-align: center;
  padding-top: 35%;
  padding-bottom: 35%;
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionBlog .row .column1 article .pb_section_1 {
  position: relative;
  padding-top: 49px;
  padding-right: 0px;
  padding-bottom: 37px;
  background-color: #f8f8f8;
}
.sectionBlog .row .column1 article .pb_section_1 .top_inside_divider {
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 49px;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0Y1NUMzRCI+PHBhdGggZD0iTTY0MCAxNDBMMTI4MCAwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCA5OGw2NDAtOThIMHoiLz48L2c+PC9zdmc+);
  background-size: 100% 49px;
  transform: scale(1, 1);
}
.sectionBlog .row .column1 article .pb_section_1 .row0 {
  width: 80%;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}
.sectionBlog .row .column1 article .pb_section_1 .row0 .column {
  position: relative;
}
.sectionBlog .row .column1 article .pb_section_1 .row0 .column a {
  color: #ad1e2b;
}
.sectionBlog .row .column1 article .pb_section_1 .row0 .column ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px;
  line-height: 26px;
}
.sectionBlog .row .column1 article .pb_section_1 .row0 .column ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}
.sectionBlog .row .column1 article .pb_section_1 .divider_0 {
  position: relative;
}
.sectionBlog .row .column1 article .pb_section_1 .divider_0::before {
  border-top-color: #464645;
  border-top-style: dotted;
  border-top-width: 2px;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 {
  display: flex;
  width: 80%;
  padding: 3px 0 2% 0;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .column-1 {
  width: 29.6667%;
  margin: 0;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .text {
  color: #ad1e2b;
  text-align: left;
  font-size: 17px;
  margin-bottom: 4px;
  min-width: 7em;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .text_inner {
  margin: 0;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 p {
  padding-bottom: 0;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 a {
  color: #ad1e2b;
  font-size: 15px;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .column-2 {
  margin: 0 auto;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .column-2 .text {
  margin: 0 0 4.242% 0;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li .network_name {
  display: none;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li a.icon {
  height: 32px;
  width: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li a.follow_button {
  padding: 0 12px;
  margin-top: 5px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 1.6em;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border-width: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social_media_follow li a.icon::before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 10;
  border-radius: 3px;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social-twitter a.icon::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  background-color: #000;
}
.sectionBlog .row .column1 article .pb_section_1 .row2 .social-instagram a.icon::before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  background-color: #ea2c59;
}
.sectionBlog .row .column1 article .pb_section_1 .bottom_inside_divider {
  display: block;
  position: absolute;
  height: 32px;
  z-index: 1;
  transform: scale(1, 1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2FkMWUyYiI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDEzOUwwIDQydjk4aDEyODBWNDJsLTY0MCA5N3oiLz48L2c+PC9zdmc+);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectionBlog .row .column1 article .section2 {
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  background-color: #ad1e2b;
}
.sectionBlog .row .column2 {
  margin: 0;
  padding-top: 58px;
  padding-left: 30px;
  padding-bottom: 23px;
  width: 20.875%;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  text-align: left;
  border-left: #e2e2e2 solid 1px;
}
.sectionBlog .row .column2 label {
  display: none;
}
.sectionBlog .row .column2 ul.children {
  margin-top: 5px;
}
.sectionBlog .row .column2 ul li ul li {
  margin-left: 15px;
}
.sectionBlog .row .column2 ul li {
  margin-bottom: 0.5em;
}
.sectionBlog .row .column2 .search {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  float: none;
}
.sectionBlog .row .column2 #searchform {
  position: relative;
}
.sectionBlog .row .column2 input#s, .sectionBlog .row .column2 input#searchsubmit {
  padding: 0.7em;
  height: 40px;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #ddd;
  color: #666;
}
.sectionBlog .row .column2 input#s {
  width: 100%;
  border-radius: 3px;
}
.sectionBlog .row .column2 input[type=text], .sectionBlog .row .column2 select, .sectionBlog .row .column2 textarea {
  background-color: #fff;
}
.sectionBlog .row .column2 #searchsubmit {
  background-color: #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .sectionBlog .row {
    flex-flow: column;
  }
  .sectionBlog .row .column1, .sectionBlog .row .column2 {
    width: 100% !important;
  }
  .sectionBlog .row .column1 {
    padding-right: 0;
  }
  .sectionBlog .row .column2 {
    border-left: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .sectionBlog .row2 {
    flex-flow: column;
  }
  .sectionBlog .row2 .column-1, .sectionBlog .row2 .column-2 {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .sectionBlog .row2 .social_media_follow {
    margin-left: 0 !important;
  }
}

.sectionWhite2Row {
  position: relative;
  padding: 60px 0;
}
.sectionWhite2Row .row {
  position: relative;
  margin: auto;
  max-width: 1200px;
  width: 80%;
}
.sectionWhite2Row .row .text_1 {
  text-align: center;
}
.sectionWhite2Row .row .text_1 h2 {
  color: #ad1e2b;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 0.9em;
}
.sectionWhite2Row .row2 {
  display: flex;
}
.sectionWhite2Row .row2 .column1 {
  width: 64.833%;
  margin-right: 5.5%;
  min-height: 1px;
  text-align: center;
}
.sectionWhite2Row .row2 .column1 .text_2 {
  margin-bottom: 4.242%;
}
.sectionWhite2Row .row2 .column1 .text_2 .text_inner {
  padding-bottom: 1em;
}
.sectionWhite2Row .row2 .column1 .button_wrapper {
  text-align: center;
}
.sectionWhite2Row .row2 .column1 .button_wrapper .button_1 {
  color: #ad1e2b;
  border-radius: 0px;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0.3em 1em;
  line-height: 1.7em;
  background-color: transparent;
  border: 2px solid;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
}
.sectionWhite2Row .row2 .column1 .button_wrapper .button_1:hover {
  color: #ffffff;
  letter-spacing: 2px;
  background-color: #000000;
}
.sectionWhite2Row .row2 .column2 {
  width: 29.6667%;
  margin-right: 0;
  /*image aspect ratio landscape 3:2*/
}
.sectionWhite2Row .row2 .column2 .image .image_wrap {
  padding-top: 66.66%;
  display: block;
  position: relative;
}
.sectionWhite2Row .row2 .column2 .image .image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .sectionWhite2Row .row2 {
    flex-flow: column;
  }
  .sectionWhite2Row .row2 .column1 {
    width: 100%;
    margin-right: 0;
  }
  .sectionWhite2Row .row2 .column2 {
    margin-top: 1em;
    width: 100%;
  }
}

.sectionConnected {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: url("/images/texture-red.jpg") repeat center center;
  background-size: cover;
}
.sectionConnected .column_4_1 .text_inner {
  padding-top: 1em;
  font-family: "Cinzel", serif;
  font-variant: small-caps;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
}
.sectionConnected .social_media_follow {
  display: flex;
  justify-content: space-around;
  max-width: 400px;
  margin: 1.5em auto;
}
.sectionConnected .social-facebook a.icon {
  background-color: #3b5998;
}
.sectionConnected .social-twitter a.icon {
  background-color: #000;
}
.sectionConnected .social-linkedin a.icon {
  background-color: #007bb6;
}
.sectionConnected .social-instagram a.icon {
  background-color: #ea2c59;
}
.sectionConnected a.icon {
  color: #ffffff;
  border-radius: 3px;
  font-family: "Font Awesome 6 Brands" !important;
  position: relative;
  display: block;
  height: 46px;
  width: 46px;
  font-size: 23px;
  line-height: 46px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .sectionConnected .social_media_follow {
    width: 100%;
  }
}

.sectionContact {
  position: relative;
  padding: 50px 0;
  background-position: 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03) !important;
  background-repeat: no-repeat;
}
.sectionContact .row {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: auto;
  padding: 25.25px 0 0 0;
  max-width: 1200px;
  width: 80%;
}
.sectionContact .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionContact .column1 {
  width: 64.833%;
  margin-right: 5.5%;
}
.sectionContact .column1 .accordion {
  margin-bottom: 4.242%;
}
.sectionContact .column1 .accordion .toggle {
  position: relative;
  margin-bottom: 4.242%;
  border: 1px solid #d9d9d9;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-duration: 0.2s;
}
.sectionContact .column1 .accordion .toggle .toggle_content {
  position: relative;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
.sectionContact .column1 .accordion .toggle_title::before {
  font-family: "Material Symbols Outlined";
  content: "\e147";
  position: absolute;
  right: 0;
  left: auto;
  font-size: 16px;
  color: #ccc;
}
.sectionContact .column1 .accordion h5.toggle_title {
  position: relative;
  padding: 0 50px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  color: #666;
  cursor: pointer;
}
.sectionContact .column1 .accordion .toggle_open {
  padding: 20px;
  background-color: #fff;
  z-index: 1;
}
.sectionContact .column1 .accordion .toggle_open .toggle_title {
  color: #333;
}
.sectionContact .column1 .accordion .toggle_open .toggle_title::before {
  display: block !important;
  content: "\e644";
}
.sectionContact .column1 .accordion .toggle_open .toggle_content {
  display: block;
}
.sectionContact .column1 .accordion .toggle_close {
  background-color: #f4f4f4;
  padding: 20px;
}
.sectionContact .column1 .accordion .toggle_close .toggle_content {
  display: none;
}
.sectionContact .column1 .accordion .accordion_item_0 {
  display: none;
}
.sectionContact .column1 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}
@media screen and (max-width: 1080px) {
  .sectionContact .column1 .form-row {
    flex-flow: column;
  }
}
.sectionContact .column1 .form-col {
  flex: 1;
  padding: 0 15px;
  min-width: 0;
}
.sectionContact .column1 .form-label {
  font-size: 12px;
  font-family: inherit;
  font-weight: 700;
}
.sectionContact .column1 .form-required {
  color: #E04562;
}
.sectionContact .column1 .form-error-message {
  display: none;
  margin: 5px 0 0;
  padding: 2px 10px;
  color: #E04562;
  background-color: #F9E4E8;
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  line-height: 2em;
  border-radius: 2px;
}
.sectionContact .column1 .show_error {
  display: block !important;
}
.sectionContact .column1 .form-input {
  border-color: #777771;
  background-color: #ffffff;
  color: #000000;
}
.sectionContact .column1 .form-has_error {
  border-color: #E04562;
}
.sectionContact .column1 .form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.3em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact .column1 .form-input input {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact .column1 .form-input, .sectionContact .column1 .form-input:hover, .sectionContact .column1 .form-input:active, .sectionContact .column1 .form-input:disabled, .sectionContact .column1 .form-input:hover, .sectionContact .column1 .form-input:focus,
.sectionContact .column1 .form-textarea, .sectionContact .column1 .form-textarea:hover, .sectionContact .column1 .form-textarea:active, .sectionContact .column1 .form-textarea:disabled, .sectionContact .column1 .form-textarea:hover, .sectionContact .column1 .form-textarea:focus {
  outline: 0;
  outline: 0;
  box-shadow: none;
}
.sectionContact .column1 .form-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  resize: vertical;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact .column1 select {
  box-shadow: none;
  outline: none;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #777771;
  width: 100%;
  padding: 9px;
}
.sectionContact .column1 .form-checkbox_wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.sectionContact .column1 .form-checkbox-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 20px;
  margin-left: 10px;
}
.sectionContact .column1 .form-checkbox-label p {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact .column1 input:checked + .form-checkbox-box {
  border-color: #17A8E3;
  background-color: #EDEDED;
}
.sectionContact .column1 input:checked + .form-checkbox-box::before {
  opacity: 1;
}
.sectionContact .column1 .form-checkbox-box::before {
  content: "✓";
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact .column1 .form-checkbox {
  cursor: default;
  pointer-events: none;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.sectionContact .column1 .form-checkbox span {
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionContact .column1 .form-checkbox .form-checkbox-box {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.sectionContact .column1 .form-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
  pointer-events: none;
  margin: 20px 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact .column1 .form-radio input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
.sectionContact .column1 .form-radio input:checked + .form-radio-bullet::before {
  opacity: 1;
}
.sectionContact .column1 .form-radio span {
  margin: 0;
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionContact .column1 .form-radio .form-radio-bullet ~ span {
  margin-left: 10px;
}
.sectionContact .column1 .form-radio .form-radio-bullet {
  border-color: #777771;
  background-color: #EDEDED;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
}
.sectionContact .column1 .form-radio .form-radio-bullet::before {
  content: " ";
  width: 10px;
  height: 10px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #17A8E3;
}
.sectionContact .column1 .form-radio .form-radio-label {
  flex: 0 1 auto;
  line-height: 20px;
}
.sectionContact .column1 .form-button-submit {
  background-color: #ad1e2b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}
.sectionContact .column1 .form-button {
  display: inline-block;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact .column1 .form-button:hover {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.sectionContact .column1 .form-hidden {
  display: none !important;
}
.sectionContact .column2 {
  width: 29.6667%;
  background-color: #ffffff;
  padding: 40px;
}
.sectionContact .column2 .text {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  font-size: 14px;
}
.sectionContact .column2 .text1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 12px !important;
  color: #bfbfbf;
}
.sectionContact .column2 .text2 {
  font-weight: 500;
  line-height: 1em;
  color: #999999;
  margin-bottom: 12px !important;
  padding-bottom: 0;
}
.sectionContact .column2 .text_inner {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sectionContact .row {
    flex-flow: column;
  }
  .sectionContact .row .column1, .sectionContact .row .column2 {
    width: 100%;
  }
}

.sectionContact2 {
  position: relative;
  padding: 50px 0;
  background-position: 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03) !important;
  background-repeat: no-repeat;
}
.sectionContact2 .row {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: auto;
  padding: 25.25px 0 0 0;
  max-width: 1200px;
  width: 80%;
}
.sectionContact2 .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionContact2 .column1 {
  width: 64.833%;
  margin-right: 5.5%;
}
.sectionContact2 .column1 h2 {
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
}
.sectionContact2 .column1 .text {
  font-size: 16px;
  font-weight: 500;
}
.sectionContact2 .column1 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}
@media screen and (max-width: 1080px) {
  .sectionContact2 .column1 .form-row {
    flex-flow: column;
  }
}
.sectionContact2 .column1 .form-col {
  flex: 1;
  padding: 0 15px;
  min-width: 0;
}
.sectionContact2 .column1 .form-label {
  font-size: 12px;
  font-family: inherit;
  font-weight: 700;
}
.sectionContact2 .column1 .form-required {
  color: #E04562;
}
.sectionContact2 .column1 .form-error-message {
  display: none;
  margin: 5px 0 0;
  padding: 2px 10px;
  color: #E04562;
  background-color: #F9E4E8;
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  line-height: 2em;
  border-radius: 2px;
}
.sectionContact2 .column1 .show_error {
  display: block !important;
}
.sectionContact2 .column1 .form-input {
  border-color: #777771;
  background-color: #ffffff;
  color: #000000;
}
.sectionContact2 .column1 .form-has_error {
  border-color: #E04562;
}
.sectionContact2 .column1 .form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.3em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact2 .column1 .form-input input {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact2 .column1 .form-input, .sectionContact2 .column1 .form-input:hover, .sectionContact2 .column1 .form-input:active, .sectionContact2 .column1 .form-input:disabled, .sectionContact2 .column1 .form-input:hover, .sectionContact2 .column1 .form-input:focus,
.sectionContact2 .column1 .form-textarea, .sectionContact2 .column1 .form-textarea:hover, .sectionContact2 .column1 .form-textarea:active, .sectionContact2 .column1 .form-textarea:disabled, .sectionContact2 .column1 .form-textarea:hover, .sectionContact2 .column1 .form-textarea:focus {
  outline: 0;
  outline: 0;
  box-shadow: none;
}
.sectionContact2 .column1 .form-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  resize: vertical;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact2 .column1 select {
  box-shadow: none;
  outline: none;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #777771;
  width: 100%;
  padding: 9px;
}
.sectionContact2 .column1 .form-checkbox_wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.sectionContact2 .column1 .form-checkbox-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 20px;
  margin-left: 10px;
}
.sectionContact2 .column1 .form-checkbox-label p {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact2 .column1 input:checked + .form-checkbox-box {
  border-color: #17A8E3;
  background-color: #EDEDED;
}
.sectionContact2 .column1 input:checked + .form-checkbox-box::before {
  opacity: 1;
}
.sectionContact2 .column1 .form-checkbox-box::before {
  content: "✓";
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact2 .column1 .form-checkbox {
  cursor: default;
  pointer-events: none;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.sectionContact2 .column1 .form-checkbox span {
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionContact2 .column1 .form-checkbox .form-checkbox-box {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.sectionContact2 .column1 .form-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
  pointer-events: none;
  margin: 20px 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionContact2 .column1 .form-radio input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
.sectionContact2 .column1 .form-radio input:checked + .form-radio-bullet::before {
  opacity: 1;
}
.sectionContact2 .column1 .form-radio span {
  margin: 0;
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionContact2 .column1 .form-radio .form-radio-bullet ~ span {
  margin-left: 10px;
}
.sectionContact2 .column1 .form-radio .form-radio-bullet {
  border-color: #777771;
  background-color: #EDEDED;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
}
.sectionContact2 .column1 .form-radio .form-radio-bullet::before {
  content: " ";
  width: 10px;
  height: 10px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #17A8E3;
}
.sectionContact2 .column1 .form-radio .form-radio-label {
  flex: 0 1 auto;
  line-height: 20px;
}
.sectionContact2 .column1 .form-button-submit {
  background-color: #ad1e2b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}
.sectionContact2 .column1 .form-button {
  display: inline-block;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionContact2 .column1 .form-button:hover {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.sectionContact2 .column1 .form-hidden {
  display: none !important;
}
.sectionContact2 .column2 {
  width: 29.6667%;
  background-color: #ffffff;
  padding: 40px;
}
.sectionContact2 .column2 .text {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  font-size: 14px;
}
.sectionContact2 .column2 .text1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 12px !important;
  color: #bfbfbf;
}
.sectionContact2 .column2 .text2 {
  font-weight: 500;
  line-height: 1em;
  color: #999999;
  margin-bottom: 12px !important;
  padding-bottom: 0;
}
.sectionContact2 .column2 .text_inner {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sectionContact2 .row {
    flex-flow: column;
  }
  .sectionContact2 .row .column1, .sectionContact2 .row .column2 {
    width: 100%;
  }
}

.sectionContactTY {
  position: relative;
  padding: 50px 0;
  background-position: 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03) !important;
  background-repeat: no-repeat;
}
.sectionContactTY .row {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: auto;
  padding: 25.25px 0 0 0;
  max-width: 1200px;
  width: 80%;
}
.sectionContactTY .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionContactTY .column1 {
  width: 64.833%;
  margin-right: 5.5%;
}
.sectionContactTY .column1 .text1 {
  font-size: 19px;
  font-weight: 500;
}
.sectionContactTY .column2 {
  width: 29.6667%;
  background-color: #ffffff;
  padding: 40px;
}
.sectionContactTY .column2 .text {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-align: center;
  font-size: 14px;
}
.sectionContactTY .column2 .text1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3em;
  margin-bottom: 12px !important;
  color: #bfbfbf;
}
.sectionContactTY .column2 .text2 {
  font-weight: 500;
  line-height: 1em;
  color: #999999;
  margin-bottom: 12px !important;
  padding-bottom: 0;
}
.sectionContactTY .column2 .text_inner {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sectionContactTY .row {
    flex-flow: column;
  }
  .sectionContactTY .row .column1, .sectionContactTY .row .column2 {
    width: 100%;
  }
}

.sectionSupporter {
  padding: 30px 0;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.sectionSupporter .column_5_1 .text_inner {
  padding-top: 1em;
  font-family: "Cinzel", serif;
  font-variant: small-caps;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 1.5em;
}
.sectionSupporter .row_6 {
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sectionSupporter .column_6_1,
.sectionSupporter .column_6_2,
.sectionSupporter .column_6_3 {
  max-width: 300px;
  max-height: 124px;
}
.sectionSupporter .column_6_1 img,
.sectionSupporter .column_6_2 img,
.sectionSupporter .column_6_3 img {
  max-width: 90%;
  max-height: 90%;
  object-fit: scale-down;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sectionSupporter .row_6 {
    flex-flow: column;
  }
}

.sectionWhiteText {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  position: relative;
  background: transparent;
}
.sectionWhiteText .row {
  padding: 2em 0;
  max-width: 1200px;
  width: 80%;
  margin: auto;
}
.sectionWhiteText .row .column .text_inner {
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #464645;
  line-height: 1.4em;
}
.sectionWhiteText .row .text1 {
  padding-top: 1em;
  padding-bottom: 0;
}
.sectionWhiteText h1 {
  font-size: 32px;
  padding-bottom: 1em;
  line-height: 1em;
}
.sectionWhiteText h2 {
  font-size: 26px;
  padding-bottom: 1em;
  line-height: 1em;
}
.sectionWhiteText ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  padding-bottom: 23px;
  line-height: 26px;
}

.sectionCaseStudies {
  position: relative;
  padding-top: 68px;
  padding-bottom: 4%;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  color: #464645;
}
.sectionCaseStudies .row1 {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 2% 0;
}
.sectionCaseStudies .row1 .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.sectionCaseStudies .row1 .column .text {
  position: relative;
  text-align: left;
  min-width: 7em;
  word-wrap: break-word;
}
.sectionCaseStudies .row1 .column .text h3 {
  font-size: 24px;
  font-weight: 400;
}
.sectionCaseStudies .row2 {
  display: flex;
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 2% 0;
}
.sectionCaseStudies .row2 .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  width: 29.6667%;
  margin-right: 5.5%;
}
.sectionCaseStudies .row2 .column3, .sectionCaseStudies .row2 .column6 {
  margin-right: 0 !important;
}
.sectionCaseStudies .row2 .blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}
.sectionCaseStudies .row2 .blurb_content .main_blurb_image {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.sectionCaseStudies .row2 .blurb_content img {
  height: auto;
  max-width: 100%;
}
.sectionCaseStudies .row2 h4.header a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #ad1e2b !important;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sectionCaseStudies .row1 .column .text {
    text-align: center;
  }
  .sectionCaseStudies .row2 {
    flex-flow: column;
  }
  .sectionCaseStudies .row2 .column {
    width: 100% !important;
  }
}

.sectionRNTitle {
  position: relative;
  padding: 44px 0 4px 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.sectionRNTitle .rnt-menu {
  display: block;
}
.sectionRNTitle .rnt-menu.nav > li + li > a::before {
  position: absolute;
  left: -18px;
  transform: translateX(-50%);
  content: "|";
  font-size: smaller;
}
.sectionRNTitle ul.nav {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-top: 1.5em;
}
.sectionRNTitle ul.nav li {
  margin-left: 1.5em;
}
.sectionRNTitle ul.nav li a {
  color: #464645;
  font-weight: 500;
}
.sectionRNTitle ul.nav li a:hover {
  color: #ad1e2b;
}
.sectionRNTitle .mobile_nav_menu {
  margin-top: 1em;
  display: none;
}
.sectionRNTitle .mobile_menu_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2ea3f2;
  font-family: "Material Symbols Outlined";
  font-weight: bold;
  font-size: 30px;
  margin: auto 0;
  height: 100%;
  position: relative;
}
.sectionRNTitle .mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sectionRNTitle .mobile_menu li a {
  font-size: 25px;
  font-weight: 500;
  color: #464645;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 10px 5%;
  display: block;
}
.sectionRNTitle .mobile_menu li a:hover {
  color: #AD1E2B;
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
.sectionRNTitle .row {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding-top: 14px 0 2% 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sectionRNTitle .row .column {
  position: relative;
  z-index: 2;
  min-height: 1px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sectionRNTitle .row .column .title {
  text-align: center;
}
.sectionRNTitle .row1 .text {
  position: relative;
}
.sectionRNTitle .row1 .text h2 {
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.sectionRNTitle .row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 7px;
  margin-top: -11px;
  margin-right: auto;
  margin-left: auto;
}
.sectionRNTitle .row2 .column {
  flex-grow: 1;
}
.sectionRNTitle .row2 .column .button_wrapper {
  text-align: center;
}
.sectionRNTitle .toggler:checked + #rn-mobile-menu {
  display: block;
}
@media screen and (max-width: 1080px) {
  .sectionRNTitle .row2 {
    flex-direction: row;
  }
  .sectionRNTitle .row2 .column {
    width: 33%;
  }
  .sectionRNTitle .rnt-menu {
    display: none !important;
  }
  .sectionRNTitle .mobile_nav_menu {
    display: block;
  }
  .sectionRNTitle .toggler {
    right: unset;
  }
}

.sectionRN {
  position: relative;
  padding: 44px 0 4px 0;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
}
.sectionRN .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  justify-content: space-between;
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  padding: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sectionRN .row .column {
  position: relative;
  padding: 7% 0 11% 0;
  z-index: 2;
  min-height: 1px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sectionRN .row .blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}
.sectionRN .row .blurb_content .main_blurb_image {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}
.sectionRN .row .blurb_content img {
  height: auto;
  max-width: 100%;
}
.sectionRN .row h4.header a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #464645 !important;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sectionRN .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sectionML {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}
.sectionML .row {
  display: flex;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  padding: 2% 0;
  position: relative;
}
.sectionML .row .column1 {
  width: 47.25%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.sectionML .row .column1 .image {
  display: block;
  margin: 0 auto 0 0;
}
.sectionML .row .column1 .image .image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.sectionML .row .column1 .image .image_wrap img {
  max-width: 100%;
  height: auto;
}
.sectionML .row .column2 {
  position: relative;
  width: 47.25%;
}
.sectionML .row .column2 .promo {
  position: relative;
  margin-top: 40%;
  text-align: center;
}
.sectionML .row .column2 .promo_description {
  padding-bottom: 20px;
  position: relative;
}
.sectionML .row .column2 h1 {
  font-variant: small-caps;
  font-size: 60px;
  font-weight: 500;
  color: #000;
  line-height: 1.1em;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .sectionML .row {
    flex-flow: column;
  }
  .sectionML .row .column1, .sectionML .row .column2 {
    width: 100%;
  }
  .sectionML .row .column2 .promo {
    margin-top: 10%;
  }
}

.sectionMLForm {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0 0;
}
.sectionMLForm .row {
  display: flex;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  padding: 30px 0 100px 0;
  position: relative;
}
.sectionMLForm .row .column1 {
  width: 44.5%;
  margin-right: 5.5%;
}
.sectionMLForm .row .column1 .text {
  line-height: 1.3em;
  font-family: "Saira", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 22px;
}
.sectionMLForm .row .column2 {
  width: 50%;
}
.sectionMLForm .row .column2 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}
@media screen and (max-width: 1080px) {
  .sectionMLForm .row .column2 .form-row {
    flex-flow: column;
  }
}
.sectionMLForm .row .column2 .form-col {
  flex: 1;
  padding: 0 15px;
  min-width: 0;
}
.sectionMLForm .row .column2 .form-label {
  font-size: 12px;
  font-family: inherit;
  font-weight: 700;
}
.sectionMLForm .row .column2 .form-required {
  color: #E04562;
}
.sectionMLForm .row .column2 .form-error-message {
  display: none;
  margin: 5px 0 0;
  padding: 2px 10px;
  color: #E04562;
  background-color: #F9E4E8;
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  line-height: 2em;
  border-radius: 2px;
}
.sectionMLForm .row .column2 .show_error {
  display: block !important;
}
.sectionMLForm .row .column2 .form-input {
  border-color: #777771;
  background-color: #ffffff;
  color: #000000;
}
.sectionMLForm .row .column2 .form-has_error {
  border-color: #E04562;
}
.sectionMLForm .row .column2 .form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: unset;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.3em;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionMLForm .row .column2 .form-input input {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}
.sectionMLForm .row .column2 .form-input, .sectionMLForm .row .column2 .form-input:hover, .sectionMLForm .row .column2 .form-input:active, .sectionMLForm .row .column2 .form-input:disabled, .sectionMLForm .row .column2 .form-input:hover, .sectionMLForm .row .column2 .form-input:focus,
.sectionMLForm .row .column2 .form-textarea, .sectionMLForm .row .column2 .form-textarea:hover, .sectionMLForm .row .column2 .form-textarea:active, .sectionMLForm .row .column2 .form-textarea:disabled, .sectionMLForm .row .column2 .form-textarea:hover, .sectionMLForm .row .column2 .form-textarea:focus {
  outline: 0;
  outline: 0;
  box-shadow: none;
}
.sectionMLForm .row .column2 .form-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  resize: vertical;
  display: block;
  margin: 0;
  padding: 9px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-image: unset;
  line-height: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionMLForm .row .column2 select {
  box-shadow: none;
  outline: none;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #777771;
  width: 100%;
  padding: 9px;
}
.sectionMLForm .row .column2 .form-checkbox_wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.sectionMLForm .row .column2 .form-checkbox-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 20px;
  margin-left: 10px;
}
.sectionMLForm .row .column2 .form-checkbox-label p {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionMLForm .row .column2 input:checked + .form-checkbox-box {
  border-color: #17A8E3;
  background-color: #EDEDED;
}
.sectionMLForm .row .column2 input:checked + .form-checkbox-box::before {
  opacity: 1;
}
.sectionMLForm .row .column2 .form-checkbox-box::before {
  content: "✓";
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionMLForm .row .column2 .form-checkbox {
  cursor: default;
  pointer-events: none;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.sectionMLForm .row .column2 .form-checkbox span {
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionMLForm .row .column2 .form-checkbox .form-checkbox-box {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.sectionMLForm .row .column2 .form-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
  pointer-events: none;
  margin: 20px 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.sectionMLForm .row .column2 .form-radio input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}
.sectionMLForm .row .column2 .form-radio input:checked + .form-radio-bullet::before {
  opacity: 1;
}
.sectionMLForm .row .column2 .form-radio span {
  margin: 0;
  cursor: pointer;
  pointer-events: all;
  display: block;
}
.sectionMLForm .row .column2 .form-radio .form-radio-bullet ~ span {
  margin-left: 10px;
}
.sectionMLForm .row .column2 .form-radio .form-radio-bullet {
  border-color: #777771;
  background-color: #EDEDED;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
}
.sectionMLForm .row .column2 .form-radio .form-radio-bullet::before {
  content: " ";
  width: 10px;
  height: 10px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #17A8E3;
}
.sectionMLForm .row .column2 .form-radio .form-radio-label {
  flex: 0 1 auto;
  line-height: 20px;
}
.sectionMLForm .row .column2 .form-button-submit {
  background-color: #ad1e2b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}
.sectionMLForm .row .column2 .form-button {
  display: inline-block;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 0;
  border-radius: 2px;
  background-image: unset;
  line-height: 1.45em;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.sectionMLForm .row .column2 .form-button:hover {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}
.sectionMLForm .row .column2 .form-hidden {
  display: none !important;
}
@media screen and (max-width: 1080px) {
  .sectionMLForm .row {
    flex-flow: column;
  }
  .sectionMLForm .row .column1, .sectionMLForm .row .column2 {
    width: 100%;
  }
}

.scroll_top.visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll_top.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll_top.icon {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  line-height: 1;
}

.cookie-bar-container {
  display: block;
}
.cookie-bar-container .visible {
  display: block !important;
}
.cookie-bar-container .cookie-bar {
  z-index: 99999;
  background-color: #fff;
  color: rgb(51, 51, 51);
  font-family: inherit;
  bottom: 0px;
  position: fixed;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}
.cookie-bar-container .cookie-bar .wrapper {
  position: relative;
}
.cookie-bar-container .bar-container {
  position: relative;
  float: none;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-bar-container .button, .cookie-bar-container .button:visited {
  display: inline-block;
  margin-right: 1em;
  padding: 8px 16px 8px;
  color: #fff;
  background-color: rgb(97, 162, 41);
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.cookie-bar-container .button:focus {
  outline: 0;
  opacity: 0.7;
}
.cookie-bar-container .bar-message {
  padding: 0.7em;
  width: 70%;
  text-align: left;
  font-size: 14.6px;
  line-height: 1.4em;
  font-weight: 400;
}
.cookie-bar-container .bar-message strong {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .cookie-bar-container {
    max-width: 100%;
  }
  .cookie-bar-container .button {
    margin: 20px;
    margin-right: 40px;
  }
  .cookie-bar-container .cookie-bar .bar-container {
    align-items: start;
  }
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.footer {
  background-color: #222222;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer a {
  font-weight: 700;
  text-transform: none;
  color: #666;
}
.footer #footer-info {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .row2 {
    flex-flow: column;
  }
  .row2 .column_2_1 {
    width: 100%;
    padding-bottom: 1em;
  }
  #details .upper-apply-btn {
    display: none;
  }
  #details .mobile-apply-btn {
    display: block;
  }
  #LayoutLogoSection {
    max-width: 40%;
  }
}
.not-found-title {
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 1.5em;
  color: #464645;
  padding-bottom: 10px;
}

#health-wellness {
  scroll-margin: 53px;
}

@media screen and (max-width: 1220px) {
  .section_2_7 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}

@media screen and (max-width: 1590px) {
  .section_2_9 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .section_2_9 .row .column1 .image_wrap {
    padding-top: 150%;
  }
}

@media screen and (max-width: 1550px) {
  .section_3_3 .row .column2 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1310px) {
  .section_3_3 .row .column2 .image_wrap {
    padding-top: 130%;
  }
}
@media screen and (max-width: 1200px) {
  .section_3_3 .row .column2 .image_wrap {
    padding-top: 160%;
  }
}

@media screen and (max-width: 1420px) {
  .section_3_5 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .section_3_5 .row .column1 .image_wrap {
    padding-top: 120%;
  }
}

@media screen and (max-width: 1400px) {
  .section_3_7 .row .column2 .image_wrap {
    padding-top: 100%;
  }
  .section_3_7 .row .column2 .image_wrap img {
    object-position: right;
  }
}
@media screen and (max-width: 1210px) {
  .section_3_7 .row .column2 .image_wrap {
    padding-top: 130%;
  }
}

@media screen and (max-width: 1325px) {
  .section_3_9 .row .column2 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .section_3_9 .row .column2 .image_wrap {
    padding-top: 130%;
  }
}

@media screen and (max-width: 1785px) {
  .section_3_11 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1345px) {
  .section_3_11 .row .column1 .image_wrap {
    padding-top: 130%;
  }
}
@media screen and (max-width: 1100px) {
  .section_3_11 .row .column1 .image_wrap {
    padding-top: 150%;
  }
}

@media screen and (max-width: 1540px) {
  .section_3_13 .row .column2 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1310px) {
  .section_3_13 .row .column2 .image_wrap {
    padding-top: 130%;
  }
}
@media screen and (max-width: 1135px) {
  .section_3_13 .row .column2 .image_wrap {
    padding-top: 150%;
  }
}

.section_3_15 {
  font-size: 22px;
  line-height: 1.3em;
}
@media screen and (max-width: 1510px) {
  .section_3_15 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1295px) {
  .section_3_15 .row .column1 .image_wrap {
    padding-top: 130%;
  }
}
@media screen and (max-width: 1155px) {
  .section_3_15 .row .column1 .image_wrap {
    padding-top: 150%;
  }
}

@media screen and (max-width: 1480px) {
  .section_3_17 .row .column2 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1264px) {
  .section_3_17 .row .column2 .image_wrap {
    padding-top: 130%;
  }
}
@media screen and (max-width: 1135px) {
  .section_3_17 .row .column2 .image_wrap {
    padding-top: 150%;
  }
}

.section_4_2 .row .column1 {
  padding-left: 2%;
}
.section_4_2 .row .column1 h2 {
  color: #464645;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.section_4_2 h3 {
  color: #ad1e2b;
  font-size: xx-large;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1505px) {
  .section_4_2 .row .column2 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .section_4_2 .row .column2 .image_wrap {
    padding-top: 140%;
  }
}

.section_4_3 .row .column2 h2 {
  color: #464645;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.section_4_3 h3 {
  color: #ad1e2b;
  font-size: xx-large;
  line-height: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1435px) {
  .section_4_3 .row .column1 .image_wrap {
    padding-top: 100%;
  }
}
@media screen and (max-width: 1225px) {
  .section_4_3 .row .column1 .image_wrap {
    padding-top: 140%;
  }
}

.section_camp23 {
  font-size: 17px;
  font-weight: 500;
}
.section_camp23 h2 {
  font-size: 47px;
}
.section_camp23 em {
  font-size: 21px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5em;
}

html {
  visibility: visible;
  opacity: 1;
}

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