﻿@font-face {
  font-family: DINPro;
  src: url("/Fonts/DINPro.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: DINPro;
  src: url("/Fonts/DINPro-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: DINPro;
  src: url("/Fonts/DINPro-Bold.woff2") format("woff2");
  font-weight: 700;
}
body {
  background-color: #fff;
  color: #000;
  font-family: DINPro, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.hero-logo-container {
  margin-top: 40px;
  background: url("/Images/HeroBG.jpg") no-repeat top center;
  background-size: cover;
  min-height: 600px;
}
.hero-logo-container .hero-content-wrapper {
  display: flex;
  align-items: center;
  height: 600px;
  position: relative;
}
.hero-logo-container .hero-content-wrapper h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
}
.hero-logo-container .hero-content-wrapper h2 {
  color: #A0CE13;
  font-size: 62px;
  font-weight: 700;
}
.hero-logo-container .hero-content-wrapper .logo-lockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #39414E;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}
.hero-logo-container .hero-content-wrapper .logo-lockup img {
  width: 75%;
}

.content-section {
  box-sizing: border-box;
  padding: 40px 0;
}
.content-section h3 {
  font-size: 36px;
}
.content-section p {
  font-size: 20px;
  line-height: 26px;
}
.content-section .section-column-first {
  box-sizing: border-box;
  padding-right: 30px;
}
.content-section .section-column-last {
  box-sizing: border-box;
  padding-left: 30px;
}

.s1-green-item, .s5-green-item {
  background-color: #A0CE13;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.s1-green-item img, .s5-green-item img {
  margin-right: 20px;
}
.s1-green-item .green-item-padding, .s5-green-item .green-item-padding {
  display: inline;
}
.s1-green-item a, .s5-green-item a {
  color: #000;
  text-decoration: none;
}

.section-two-wrapper h3, .section-three-wrapper h3 {
  text-align: center;
  margin-bottom: 40px;
}
.section-two-wrapper .s2-items-wrapper, .section-three-wrapper .s2-items-wrapper {
  display: flex;
}
.section-two-wrapper .s2-items-wrapper .s2-item, .section-three-wrapper .s2-items-wrapper .s2-item {
  flex: 0 0 20%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  border-right: 2px #A0CE13 solid;
}
.section-two-wrapper .s2-items-wrapper .s2-item:last-of-type, .section-three-wrapper .s2-items-wrapper .s2-item:last-of-type {
  border-right: 0;
}
.section-two-wrapper .s2-items-wrapper .s2-item img, .section-three-wrapper .s2-items-wrapper .s2-item img {
  margin-bottom: 20px;
}
.section-two-wrapper .s2-items-wrapper .s2-item p, .section-three-wrapper .s2-items-wrapper .s2-item p {
  font-size: 18px;
}

.section-two-wrapper {
  background-color: #e8e8e8;
}

.section-three-wrapper {
  background-color: #fff;
}

.section-four-wrapper {
  background-color: #39414E;
  color: #fff;
  padding: 0;
}
.section-four-wrapper .s4-items-wrapper {
  display: flex;
}
.section-four-wrapper .s4-items-wrapper .s4-item h3 {
  margin-bottom: 20px;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item img {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 5px 5px;
  background-color: #A0CE13;
  border-radius: 30px;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-list-wrapper .s4-list-item p {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
.section-four-wrapper .s4-items-wrapper .s4-item:first-of-type {
  padding: 40px 0;
  box-sizing: border-box;
  flex: 0 0 50%;
}
.section-four-wrapper .s4-items-wrapper .s4-item:last-of-type {
  width: 100%;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  height: 100%;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(1) {
  background-image: url("/Images/S4-IMG-1.png");
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(2) {
  background-image: url("/Images/S4-IMG-2.png");
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(3) {
  background-image: url("/Images/S4-IMG-3.png");
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(4) {
  background-image: url("/Images/S4-IMG-4.png");
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(5) {
  background-image: url("/Images/S4-IMG-5.png");
}
.section-four-wrapper .s4-items-wrapper .s4-item .s4-images-wrapper .s4-image-item:nth-of-type(6) {
  background-image: url("/Images/S4-IMG-6.png");
}

.site-button {
  background-color: #A0CE13;
  border: 0;
  padding: 4px 30px;
  font-weight: bold;
  border: 1px #39414E solid;
}
.site-button:hover {
  background-color: #cbfb38;
}

footer {
  background-color: #39414E;
  padding: 30px 0;
}

.modal-dialog {
  max-width: 600px;
}
.modal-dialog .modal-header {
  background-color: #A0CE13;
  color: #000;
}

#ajaxLoading {
  color: #000;
  font-weight: normal;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: 2px #39414E solid;
  background-color: #A0CE13;
  padding: 20px 20px 10px 20px;
  border-top-right-radius: 20px;
}
#ajaxLoading #ajaxMessage {
  padding-left: 20px;
}

.spinner {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #39414E;
  animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
