@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.topHeaderOuter {
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: fixed !important;
  top: 0;
  z-index: 9;
  overflow: visible !important;
}
.topHeaderOuter .innerContainer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.topHeaderOuter .headerLogo {
  display: inline-flex;
  height: 70px;
  margin: 10px 0;
  max-width: 50%;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.topHeaderOuter .headerLogo img {
  height: 100%;
  margin: 20px 0;
}
.topHeaderOuter nav {
  float: right;
}

.headerLogoAnimate {
  display: inline-flex;
  height: 35px;
  margin: 20px 0;
}

.headerPadder {
  display: inline-flex;
  height: 100px;
  width: 100%;
}

/* vars */
.headerNav {
  background-color: #1A1A1A;
  padding: 5px 0;
  position: relative;
  z-index: 999;
}
.headerNav a {
  color: #000;
  margin-right: 14px;
  font-size: 13px;
  text-transform: uppercase;
  float: left;
  transition: all 0.3s ease-in-out;
  margin-top: 3px;
}
.headerNav a:hover {
  color: #000;
}
.headerNav .nav-container {
  margin: 5px 0;
}

/* hide show mixin */
/* global  styles */
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .menu ul.dropdownMargin {
    margin-top: 23px;
    z-index: 2;
  }
}
.menu ul .fa-chevron-down {
  font-size: 10px;
}
@media screen and (min-width: 701px) {
  .menu ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .menu ul {
    position: absolute;
    background: #1A1A1A;
    width: 100%;
    left: 0;
    text-align: left;
  }
  .menu ul.menu-dropdown {
    position: relative;
  }
  .menu ul.menu-dropdown li a {
    color: #fff;
  }
  .menu ul li {
    display: inline-block;
    width: 100%;
  }
  .menu ul li a {
    color: #fff;
  }
  .menu ul li a label i {
    background: none;
  }
  .menu ul.menu-dropdown {
    margin-top: 0;
  }
}

.menu,
.menu a {
  color: #000;
  text-decoration: none;
}

.menu a {
  display: flex;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}
.menu a label {
  margin-left: 5px;
}
.menu a:hover {
  cursor: pointer;
  color: #1A1A1A;
}

.menu-dropdown,
.menu input[type=checkbox] {
  display: none;
}

.menu label:hover {
  cursor: pointer;
}

/* narrow styles */
@media screen and (max-width: 1000px) {
  .menu > ul,
.menu-righticon {
    display: none;
  }
  input[type=checkbox]:checked + ul {
    display: inline-block;
    animation: grow 0.5s ease-in-out;
  }
}
/* large styles */
@media screen and (min-width: 1000px) {
  .menu > label,
input[type=checkbox] {
    display: none;
  }
  .menu a {
    padding: 0 10px;
  }
  .menu a:hover {
    color: #1A1A1A;
  }
  .menu > ul > li {
    float: left;
  }
  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    animation: grow 0.5s ease-in-out;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #272727;
    padding: 0;
  }
  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
/* look and feel only, not needed for core menu*/
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 100%;
}

body {
  font-family: "Roboto" sans-serif;
  line-height: 1.5;
}

.menu-dropdown {
  min-width: 200px;
}
.menu-dropdown li {
  background-color: #272727;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #010101;
}
.menu-dropdown li:last-child {
  border-bottom: none;
}
.menu-dropdown a {
  padding: 10px;
  text-transform: none !important;
  font-size: 0.9em !important;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
  font-weight: 300;
  float: none;
  margin-left: 0;
}
.menu-dropdown a:hover {
  cursor: pointer !important;
  color: #1A1A1A;
}

/* narrow  */
@media screen and (max-width: 1000px) {
  .menu > label {
    display: block;
    text-align: center;
    transition: color 0.3s ease-in-out;
  }
  .menu > label p {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  .menu > label:hover {
    cursor: pointer;
    color: #8c8c8c;
  }
  .menu > label i {
    font-size: 24px;
    margin-left: 10px;
  }
  .menu > label h2 {
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .menu a {
    padding: 15px 20px;
  }
  .menu > ul i {
    float: right;
    padding: 5px 0 0 10px;
    background: #1A1A1A;
    font-size: 1.3em;
  }
  .menu-dropdown a {
    background-color: #272727;
  }
  .menu-hasflyout > ul a {
    background: #1A1A1A;
  }
}
@media screen and (min-width: 700px) {
  .mobileOnlyLink {
    display: none !important;
  }
}

.glow-on-hover {
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #01b7cd, #01b7cd, #74ca2a, #74ca2a);
  position: absolute;
  top: 13px;
  left: 4px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% - 10px);
  height: calc(100% - 14px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .glow-on-hover:before {
    top: 8px;
  }
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.flexBoss {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .flexBoss {
    flex-direction: column;
  }
}

.flexContainer {
  display: flex;
  justify-content: center;
}
.flexContainer.careersPerksBox {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.flexContainer.careersPerksBox .flexBox {
  width: calc(50% - 20px);
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .flexContainer.careersPerksBox .flexBox {
    width: 100%;
  }
}
.flexContainer.careersPerksBox .flexBox:nth-child(2n-1) {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .flexContainer.careersPerksBox .flexBox:nth-child(2n-1) {
    margin-right: 0;
  }
}
.flexContainer.justified {
  justify-content: space-between;
}
.flexContainer.row {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .flexContainer.row {
    text-align: center;
    justify-content: space-evenly;
  }
}
.flexContainer.column {
  flex-direction: column;
}
.flexContainer.topMargin {
  margin-top: 30px;
}
.flexContainer.fullWidth {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .flexContainer {
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
  }
}
.flexContainer .flexBox {
  padding: 20px;
  border: 2px solid black;
  width: calc(25% - 20px);
  border-radius: 5px;
  margin: 0 10px;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .flexContainer .flexBox {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
.flexContainer .flexBox.halfWidth {
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.halfWidth {
    width: 100%;
    margin: 10px 0;
  }
}
.flexContainer .flexBox.noBorder {
  border: none;
}
.flexContainer .flexBox.noBorder a {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.noBorder {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.flexContainer .flexBox.noSetWidth {
  margin: 10px;
  width: unset;
  max-width: unset;
  box-sizing: border-box;
}
.flexContainer .flexBox.inlined {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.inlined {
    height: unset;
    display: block;
  }
}
.flexContainer .flexBox.noBg {
  background-color: none;
}
.flexContainer .flexBox.NewsBox {
  border: none;
  text-align: left;
  border-radius: unset;
}
.flexContainer .flexBox.NewsBox img {
  max-height: 150px;
  margin-right: 20px;
}
.flexContainer .flexBox.NewsBox p {
  color: #1A1A1A;
  font-size: 15px;
}
.flexContainer .flexBox h4 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 100;
}
.flexContainer .flexBox.fullWidth {
  width: calc(46% - 20px);
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.fullWidth {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .flexContainer .flexBox {
    width: calc(100% - 20px);
    box-sizing: border-box;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.flexContainer .flexBox.trioInfoBox {
  border: none;
  display: flex;
  max-width: 33%;
  justify-content: flex-start;
  border-radius: 0;
  background-color: #fff;
}
.flexContainer .flexBox.trioInfoBox.fullWidth {
  max-width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.trioInfoBox.fullWidth {
    max-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .flexContainer .flexBox.trioInfoBox {
    max-width: 100%;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
  }
}
.flexContainer .flexBox.trioInfoBox .twoBtn {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.flexContainer .flexBox.trioInfoBox .twoBtn.AlignedItems {
  align-items: center;
}
.flexContainer .flexBox.trioInfoBox .twoBtn.AlignedItems p {
  text-transform: none;
  padding-top: 15px;
}
.flexContainer .flexBox.trioInfoBox .twoBtn.Row {
  flex-direction: row;
  align-items: center;
}
.flexContainer .flexBox.trioInfoBox .twoBtn.Row p {
  text-transform: none;
  padding-left: 15px;
}
.flexContainer .flexBox.trioInfoBox .twoBtn p {
  color: #1A1A1A;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.flexContainer .flexBox.trioInfoBox .twoBtn img {
  height: 75px;
}
.flexContainer .flexBox.trioInfoBox .twoBtn h2 {
  color: #1A1A1A;
  font-weight: 900;
  margin: 0 !important;
  font-size: 25px;
  margin-top: 5px !important;
}
.flexContainer .flexBox.trioInfoBox .twoBtn .bigBangTxt {
  color: #1A1A1A;
  text-transform: none;
}
.flexContainer .flexBox.noBg {
  background: none;
}
.flexContainer .flexBox h1 {
  color: #30BEDE;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 0;
}
.flexContainer .flexBox p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.flexContainer .flexBox .inlinedSpan {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
.flexContainer .flexBox .inlinedSpan span {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
.flexContainer .flexBox .inlinedSpan h3 {
  font-size: 25px;
  text-align: left;
  font-weight: 600;
  margin: 0 0 10px;
  width: 100%;
  line-height: 1.1;
}
.flexContainer .flexBox .inlinedSpan i {
  margin-right: 20px;
  color: #fff;
}
.flexContainer .flexBox.priceCard h2 {
  color: #fff;
  margin: 10px 0;
}
.flexContainer .flexBox.priceCard p {
  margin-bottom: 20px;
}
.flexContainer .flexBox .bundleIcons {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.flexContainer .flexBox .bundleIcons p {
  margin: 0;
}
.flexContainer .flexBox .bundleIcons .Icon {
  margin-right: 10px;
}
.flexContainer .flexBox .bundleIcons .Icon img {
  width: 45px;
}
.flexContainer .flexBox.bundleIcons {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.flexContainer .flexBox.bundleIcons img {
  width: 45px;
  max-width: 45px;
  margin: 0 auto 20px;
}
.flexContainer .flexBox.bundleIcons h2 {
  font-size: 20px;
  margin: 0 auto 20px;
  line-height: 1.3;
  color: #000;
}
.flexContainer .flexBox.bundleIcons h4 {
  margin: 0;
  text-transform: uppercase;
  margin: 0 auto 5px;
  font-size: 13px;
  color: #1A1A1A;
}
.flexContainer .flexBox.bundleIcons p {
  font-size: 15px;
  font-weight: 400;
}
.flexContainer .flexBox.bundleIcons a {
  display: inline-block;
  margin: 15px auto 0;
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #30BEDE;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.flexContainer .flexBox.bundleIcons a.greenBg {
  background-color: #7acc00;
}
.flexContainer .flexBox.bundleIcons a.tealBg {
  background-color: #00e7c1;
}
.flexContainer .flexBox.bundleIcons a.greenGradient {
  background: rgb(116, 202, 42);
  background: -moz-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: -webkit-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
}
.flexContainer .flexBox.bundleIcons a:hover {
  color: #1A1A1A;
}

.learnMore {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.learnMore.noMargin {
  margin: 0;
}
.learnMore.darkTxt {
  color: #1A1A1A;
  margin-bottom: 0 !important;
}
.learnMore.darkTxt::before {
  content: "►";
  border: 1px solid black;
}
.learnMore:hover {
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
}
.learnMore::before {
  content: "►";
  border: 1px solid white;
  border-radius: 50%;
  font-size: 8px;
  width: 13px;
  padding: 6px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.imgCont {
  width: 80%;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
}
.imgCont.fullWidth {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .imgCont {
    width: 100%;
  }
}
.imgCont img {
  width: -webkit-fill-available;
  filter: grayscale(1);
}
.imgCont img.noFilter {
  filter: none;
  height: 60vh;
  object-fit: cover;
}

.CTAContainer {
  display: flex;
  flex-direction: row;
}
.CTAContainer h3 {
  margin: 10px auto 0 !important;
}
.CTAContainer.noMargin {
  margin: 0;
}

.CTA {
  background: #74ca2a;
  background: -moz-linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  background: -webkit-linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  background: linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
  padding: 40px 0;
  margin: 0 auto 40px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #1A1A1A;
}
.CTA.addedPadding {
  padding: 80px 0;
}
.CTA.noBg {
  background: #fff;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .CTA.noBg {
    display: none;
  }
}
.CTA h1 {
  font-weight: 900;
  font-size: 35px;
  text-align: left;
  width: 94%;
  margin: 0 auto 10px;
}
.CTA p {
  font-size: 25px;
  margin: 0 auto 10px;
  text-align: left;
  width: 94%;
}
.CTA .p {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}
.CTA .exploreBtn {
  color: #1265d1;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.CTA .exploreBtn:hover {
  text-decoration: underline;
}

.exploreBtn {
  color: #1265d1 !important;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.exploreBtn:hover {
  text-decoration: underline;
}

.glow-on-hover {
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #01b7cd, #01b7cd, #74ca2a, #74ca2a);
  position: absolute;
  top: 13px;
  left: 4px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% - 10px);
  height: calc(100% - 14px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .glow-on-hover:before {
    top: 8px;
  }
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.directorFlexBox {
  display: flex;
  margin: 20px auto 0;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.directorFlexBox .directorBox {
  display: inline-flex;
  width: calc(50% - 10px);
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .directorFlexBox .directorBox {
    width: 100%;
  }
}
.directorFlexBox .directorBox:nth-child(2n-1) {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .directorFlexBox .directorBox:nth-child(2n-1) {
    margin-right: 0;
  }
}
.directorFlexBox .directorBox .directorLeft {
  height: 100%;
  width: 40%;
  background-size: cover;
  background-position: center;
}
.directorFlexBox .directorBox .directorRight {
  width: 60%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
}
.directorFlexBox .directorBox .directorRight h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 10px;
  width: 100%;
}
.directorFlexBox .directorBox .directorRight h6 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
  width: 100%;
  color: #30BEDE;
}
.directorFlexBox .directorBox .directorRight p {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.loginContainer {
  display: block;
  position: fixed;
  height: 80vh;
  width: 80vw;
  top: 10vh;
  left: 10vw;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loginContainer .logosContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginContainer .logosContainer img {
  margin: 0 10px;
  max-height: 60px;
}
.loginContainer h1 {
  color: #fff;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.loginContainer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.loginContainer p.smallMessage {
  margin: 10px 0;
  padding: 5px 10px;
  background-color: #ff8060;
  color: #fff;
}
.loginContainer input {
  margin: 10px auto 0;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #1A1A1A;
  font-family: "Catamaran", sans-serif;
  width: 80%;
  max-width: 500px;
  text-align: center;
  display: block;
}
.loginContainer input:focus {
  outline: none;
  border: 1px solid #7acc00;
}
.loginContainer .submitBtn {
  background: rgb(116, 202, 42);
  background: -moz-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: -webkit-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
  color: #fff;
  padding: 5px 30px;
  margin: 20px auto 0;
  font-weight: 600;
}
.loginContainer .boxesContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  max-height: 90vh;
}
.loginContainer .systemBox {
  display: inline-flex;
  flex-direction: column;
  margin: 20px;
  padding: 30px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  width: calc(33% - 40px);
}
@media screen and (max-width: 900px) {
  .loginContainer .systemBox {
    width: calc(50% - 40px);
    padding: 25px;
  }
}
@media screen and (max-width: 600px) {
  .loginContainer .systemBox {
    padding: 20px;
    margin: 10px;
  }
}
.loginContainer .systemBox.zigzag {
  background-color: #30BEDE;
}
.loginContainer .systemBox.datahouse {
  background: rgb(116, 202, 42);
  background: -moz-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: -webkit-linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  background: linear-gradient(54deg, rgb(116, 202, 42) 0%, rgb(1, 183, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
}
.loginContainer .systemBox.zinc {
  background-color: #C1C1C1;
}
.loginContainer .systemBox img {
  max-width: 90%;
}

.renterEmailBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100vw;
}
.renterEmailBox input {
  background: none;
  outline: none;
  color: #fff;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-family: "Catamaran", sans-serif;
}

.helpCentreFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
}
.helpCentreFlex .helpNav {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  margin: 0 20px 0 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.helpCentreFlex .helpNav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  margin: 3px 0;
  cursor: pointer;
}
.helpCentreFlex .helpNav a.navHead {
  font-weight: 600;
  font-size: 16px;
}
.helpCentreFlex .helpNav a.navSub {
  padding: 5px;
  margin: 0;
}
.helpCentreFlex .helpNav a.navSub.selected {
  background-color: #e8e8e8;
  box-sizing: border-box;
  width: 100%;
}
.helpCentreFlex .helpNav a .selectedIcon {
  background-color: #30BEDE;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}
.helpCentreFlex .helpNav img {
  max-height: 60px;
  margin-bottom: 10px;
}
.helpCentreFlex .helpArticle {
  border-left: 2px solid #1A1A1A;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 300px);
}
.helpCentreFlex .helpArticle h1 {
  font-weight: 400;
  margin: 0 0 20px;
}
.helpCentreFlex .helpArticle .iframeHolder {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto 40px;
}
.helpCentreFlex .helpArticle .iframeHolder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.textAddon {
  display: flex;
  align-items: center;
  padding: 50px 0px 20px 0px !important;
}
.textAddon img {
  height: 10px;
  width: 10px;
  padding: 0 10px;
  filter: brightness(100);
}
.textAddon P {
  text-align: left !important;
  font-weight: 100 !important;
  /* margin: 0 !important; */
  font-size: 17px !important;
  margin: 0 10px !important;
}

.multiColor {
  content: "";
  height: 6px;
  max-width: 100%;
  width: 30%;
  position: relative;
  clear: both;
  background: #7acc00;
  background: -moz-linear-gradient(54deg, #01b7cd 0%, #74ca2a 100%);
  background: -webkit-linear-gradient(54deg, #01b7cd 0%, #74ca2a 100%);
  background: linear-gradient(54deg, #01b7cd 0%, #74ca2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
  /* IE6-9 */
}
.multiColor.sixtyWidth {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .multiColor {
    width: 50%;
  }
}

.collageThreeCont {
  margin-top: 100px;
}
.collageThreeCont .collageBox {
  text-align: center;
  display: inline-block;
  background-color: #29292B;
  padding: 10vh;
}
@media screen and (max-width: 800px) {
  .collageThreeCont .collageBox {
    padding: 1vh;
  }
}
.collageThreeRow {
  display: inline-flex;
  width: 100%;
  margin-top: 35px;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .collageThreeRow {
    flex-direction: column;
    margin-top: 0;
  }
}
.collageThreeRow .collageBox {
  padding: 7vh;
  width: calc(50% - 20px);
  box-sizing: border-box;
  background-color: #29292B;
}
@media screen and (max-width: 800px) {
  .collageThreeRow .collageBox {
    width: 100% !important;
    margin-top: 40px;
    padding: 1vh;
    text-align: center;
  }
}

.multiFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.multiFlex .flexLeft {
  display: inline-flex;
  width: 50%;
  padding: 2vh;
  /* border: 2px solid beige; */
  margin-top: 60px;
}
.multiFlex .flexRight {
  padding: 7vh;
  width: 30%;
  margin-top: 60px;
  background: azure;
}

.coverContainer {
  background-image: url("/img/banners/mike.jpg");
  width: 100%;
  height: 45vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1);
}
.coverContainer.BgTwo {
  background-image: url();
}

@media screen and (max-width: 600px) {
  .forCenter {
    text-align: center;
  }
}

.contactTile {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 40%;
  margin: 0 10px 0;
  background-color: #1A1A1A;
  padding: 50px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .contactTile {
    width: 70%;
    margin: 0 auto 10px;
  }
}
.contactTile h4 {
  font-size: 30px;
  color: #30BEDE;
  margin: 0 auto;
}
.contactTile p {
  font-size: 15px;
  margin: 10px 0;
}
.contactTile a {
  font-size: 40px;
  color: #fff;
}

.smallText {
  font-size: 13px;
  color: #6e6e6d;
  padding: 2vh 0;
}
.smallText ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.smallText ul a {
  margin: 3px 0px;
}
.smallText ul .footerNote {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -0.01em;
  padding-bottom: 0.8em;
}
.smallText .blueText {
  color: rgb(0, 174, 255);
}
.smallText .divider hr {
  opacity: 0.3;
}
.smallText .colOfThreeContainer {
  padding-top: 2vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.smallText .colOfThreeContainer .colOfThree {
  display: inline;
}
.smallText .colOfThreeContainer .colOfThree .colHeader {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 0.8em;
}
.smallText .colOfThreeContainer .colOfThree li {
  color: #d2d2d7;
  margin-bottom: 0.8em;
  font-size: 11px;
}

.quotes {
  display: none;
}

.infoBoxCover {
  display: flex;
  height: 50vh;
}
.infoBoxCover .infoImage {
  display: inline-block;
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 25px;
}
.infoBoxCover .infoImage.BgOne {
  background-image: url("https://www.penistonechurchfc.com/img/logo.png");
  background-size: contain;
}
.infoBoxCover .infoImage.BgTwo {
  background-image: url();
}
.infoBoxCover .infoImage.info1 {
  background-image: url("https://www.diabetes.ie/wp-content/uploads/2021/05/logo-Placeholder.jpg");
}
.infoBoxCover .infoText {
  display: inline-block;
  width: 40%;
  background-color: #d2d2d7;
  padding: 10vh;
  margin-bottom: 25px;
}
.infoBoxCover .infoText.info1 h1 {
  margin: 0 !important;
}

.homepageSustainability h3 {
  margin: 0 auto 10px;
}

.fullPageBlock {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: stretch;
}
.fullPageBlock img {
  max-width: 80%;
  max-height: 60vh;
  margin: 0;
  float: left;
}
.fullPageBlock .innerBlock {
  width: calc(100% - 20px);
}
.fullPageBlock .innerBlock.wideBlock {
  width: calc(65% - 20px);
}
.fullPageBlock .innerBlock.narrowBlock {
  width: calc(35% - 20px);
}
.fullPageBlock .innerBlock.textBlock {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fullPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Catamaran", sans-serif;
  font-size: 30px;
}
.fullPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
  margin: 5px 0;
}
.fullPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.halfPageBlock {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.halfPageBlock .innerBlock {
  width: calc(50% - 20px);
}
.halfPageBlock .innerBlock.wideBlock {
  width: calc(70% - 20px);
}
.halfPageBlock .innerBlock.narrowBlock {
  width: calc(30% - 20px);
}
.halfPageBlock .innerBlock.textBlock {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 0;
}
.halfPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Catamaran", sans-serif;
  font-size: 30px;
}
.halfPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
  margin: 5px 0;
}
.halfPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.quarterPageBlock {
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .quarterPageBlock {
    flex-wrap: wrap;
  }
}
.quarterPageBlock .innerBlock {
  width: calc(25% - 20px);
  margin-bottom: 30px;
  margin-right: 26.6666666667px;
}
.quarterPageBlock .innerBlock:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .quarterPageBlock .innerBlock {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .quarterPageBlock .innerBlock:nth-child(4n) {
    margin-right: inherit;
  }
  .quarterPageBlock .innerBlock:nth-child(2n) {
    margin-right: 0;
  }
}
.quarterPageBlock .innerBlock.textBlock {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 0;
}
.quarterPageBlock .innerBlock.textBlock h3 {
  margin: 0 0 10px;
  font-family: "Catamaran", sans-serif;
  font-size: 30px;
}
.quarterPageBlock .innerBlock.textBlock p {
  line-height: 1.4;
  margin: 5px 0;
}
.quarterPageBlock .innerBlock.imageBlock {
  background-position: center;
  background-size: cover;
  padding-top: 300px;
}

.productTilesBlock h2 {
  font-size: 40px;
  font-family: "Catamaran", sans-serif;
  color: #ff8060;
}
.productTilesBlock .prodTilesGrid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.productTilesBlock .prodTilesGrid .prodTile {
  width: 20%;
  margin: 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.productTilesBlock .prodTilesGrid .prodTile img {
  max-width: 100%;
  max-height: 140px;
}
.productTilesBlock .prodTilesGrid .prodTile p {
  font-weight: 600;
  margin: 10px auto 0;
  text-transform: uppercase;
  text-align: left;
}
.productTilesBlock .prodTilesGrid .prodTile h5 {
  color: #ff8060;
  margin: 5px auto 0;
}

.fixedPageCTA {
  position: sticky;
  bottom: 0;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff8060;
  margin-bottom: -50px;
}
.fixedPageCTA h3 {
  font-family: "Catamaran", sans-serif;
  margin: 0;
  font-size: 22px;
  color: #fff;
  text-align: left;
}
.fixedPageCTA a {
  background-color: none;
  border: 4px solid #fff;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.fixedPageCTA a:hover {
  background-color: #fff;
  color: #ff8060;
}

.subscriptionCta {
  background-color: #ff8060;
  padding: 30px 0;
}
.subscriptionCta h3 {
  font-family: "Catamaran", sans-serif;
  margin: 0 auto 20px;
  font-size: 30px;
  color: #fff;
}
.subscriptionCta a {
  background-color: none;
  border: 4px solid #fff;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.subscriptionCta a:hover {
  background-color: #fff;
  color: #ff8060;
}

.outlineButton {
  border: 3px solid #30BEDE;
  padding: 8px 14px;
  color: #30BEDE;
  margin: 10px 0;
  display: inline-block;
}

body {
  color: #1A1A1A;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: "Catamaran", sans-serif;
}
body a {
  text-decoration: none;
  color: inherit;
}

.outerContainer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.outerContainer .innerContainer {
  width: 90%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.outerContainer .innerFlexContainer {
  display: flex;
  position: relative;
}
.outerContainer .innerFlexContainer .charityBox {
  height: 25vh;
  width: 40vh;
  padding: 5vh;
  background-color: #574f49;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.outerContainer .innerFlexContainer .charityBox .charityInner {
  display: none;
}
.outerContainer .innerFlexContainer .charityBox .charityInner.visible {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.439);
  padding: 10px;
}
.outerContainer .innerFlexContainer .charityBox .charityInner.visible p,
.outerContainer .innerFlexContainer .charityBox .charityInner.visible h1 {
  color: #000;
  text-align: center;
  margin: 0;
}

.topIntroContainer {
  padding: 60px 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.topIntroContainer .darkTxt h2 {
  color: #1A1A1A !important;
}
.topIntroContainer .bottomMargin {
  margin-bottom: 30px !important;
}
.topIntroContainer.vimeoCont {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: none;
  margin-bottom: none;
  display: block;
}
.topIntroContainer.vimeoCont h3 {
  font-size: 40px;
  margin: 100px 0 0;
  color: #fff;
}
.topIntroContainer.vimeoCont p {
  margin: 0;
  color: #fff;
}
.topIntroContainer.vimeoCont span {
  margin: 20px auto 100px;
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.topIntroContainer.vimeoCont span:hover {
  background-color: #000;
  color: #000;
}
.topIntroContainer.intro {
  position: relative;
  padding-top: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.topIntroContainer.intro.lowerPadding {
  padding-top: 68px;
}
.topIntroContainer.intro.noPadding {
  padding-top: 0px;
}
.topIntroContainer.intro.noMargin {
  margin-bottom: 0;
}
.topIntroContainer.intro.lowerMargin {
  margin-bottom: 50px;
}
.topIntroContainer.intro.clipPath {
  clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
}
.topIntroContainer .headerText {
  font-size: 40px;
  margin: 0 auto;
  max-width: 85%;
  color: #000;
  font-weight: 600;
}
.topIntroContainer .headerText img {
  max-width: 250px;
}
.topIntroContainer img {
  max-width: 100%;
  margin: 20px auto 0;
}
.topIntroContainer h1 {
  margin: 0;
  font-size: 96px;
  color: #000;
  letter-spacing: 0.00022em;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 910px) {
  .topIntroContainer h1 {
    font-size: 46px;
  }
}
.topIntroContainer h2 {
  margin: 0 auto;
  font-size: 50px;
  color: #000;
  letter-spacing: 0.00022em;
  font-weight: 500;
  line-height: 1.3;
  max-width: 70%;
}
@media screen and (max-width: 700px) {
  .topIntroContainer h2 {
    font-size: 40px;
    max-width: 90%;
  }
}
.topIntroContainer h3 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin: 20px auto 80px;
}
.topIntroContainer h3 img {
  height: 35px;
  margin-top: 30px;
}
.topIntroContainer p {
  margin-top: 0.86em;
  margin-bottom: 37px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.00022em;
}

.singularPack {
  width: calc(62% - 20px);
  box-sizing: border-box;
  display: inline-flex;
  padding: 10px 10px 20px 10px;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.singularPack .packImg {
  padding-top: 100%;
  width: calc(60% + 20px);
  margin: -10px -10px 10px -10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .singularPack .packImg {
    display: none;
  }
}

.productBoxContainer {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  padding-bottom: 5vh;
}
.productBoxContainer .rangeBox {
  width: calc(24% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  margin: 15px;
  padding: 10px 10px 20px 10px;
  position: relative;
  background-color: #000;
  border-radius: 28px;
}
@media screen and (max-width: 910px) {
  .productBoxContainer .rangeBox {
    width: calc(90% - 10px);
    margin: 10px 0;
  }
}
.productBoxContainer .rangeBox h2 {
  margin: 10px auto;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
.productBoxContainer .rangeBox .productImg {
  padding-top: 80%;
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  z-index: 1;
}
.productBoxContainer .rangeBox .card-screen {
  padding: 70%;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  left: 82px;
  background-size: 152px 182px;
  /* height: 193px; */
  width: 161px;
}
@media screen and (max-width: 910px) {
  .productBoxContainer .rangeBox .card-screen {
    padding: 31%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    left: 117px;
    background-size: 219px 261px;
    /* height: 193px; */
    width: 161px;
  }
}

.contactContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0 0;
}
.contactContainer img {
  height: 70px;
  margin: 0 30px 10px;
}

.userLogosContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 910px) {
  .userLogosContainer {
    justify-content: center;
  }
}
.userLogosContainer img {
  height: 70px;
  margin: 0 50px 20px;
}
@media screen and (max-width: 910px) {
  .userLogosContainer img {
    margin: 0 30px 20px;
  }
}

#FadeIn {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.btn {
  margin: 10px auto 0;
  display: inline-block;
  border: 3px solid #fff;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #000;
  color: #000;
}
.btn.black {
  display: inline-block;
  border: 3px solid #000;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.btn.black:hover {
  background-color: #000;
  color: #000;
}
.btn.Green {
  background-color: #7acc00;
  cursor: pointer;
}
.btn.Green:hover {
  background-color: #345700;
  color: #574f49;
}
.btn.Blue {
  background-color: #30BEDE;
}
.btn.Blue:hover {
  background-color: #156f84;
  color: #000;
}
.btn.Multi {
  background: linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
}

.BgWhite {
  background-color: #f5f5f7 !important;
}

.BgWhiter {
  background-color: #000 !important;
}

.BgBlack {
  background-color: #000 !important;
}

.BgGrey {
  background-color: #1A1A1A !important;
}

.BgLight {
  background-color: #29292B !important;
}

.gradientBg {
  background: hsl(0deg, 0%, 100%);
  background: linear-gradient(270deg, hsl(0deg, 0%, 100%) 0%, hsl(0deg, 0%, 60%) 100%);
  background: -moz-linear-gradient(270deg, hsl(0deg, 0%, 100%) 0%, hsl(0deg, 0%, 60%) 100%);
  background: -webkit-linear-gradient(270deg, hsl(0deg, 0%, 100%) 0%, hsl(0deg, 0%, 60%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#1A1A1A", GradientType=1);
}

.graidentMultiBg {
  background: #74ca2a;
  background: -moz-linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  background: -webkit-linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  background: linear-gradient(54deg, #74ca2a 0%, #01b7cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74ca2a", endColorstr="#01b7cd", GradientType=1);
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .textContainer {
  display: flex;
  justify-content: space-evenly;
}
section .textContainer .textBox {
  margin: 20px;
  padding: 20px;
}
section .textContainer .textBox h1 {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  section .textContainer .textBox h1 {
    font-size: 2rem;
    text-align: center;
  }
}
section .textContainer .textBox h1 .textContainer {
  flex-direction: column;
}
section .textContainer .textBox h3 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section .textContainer .textBox.img {
  background-size: contain;
  background-position: center;
  padding: 20%;
  background-repeat: no-repeat;
}

section:nth-child(1) {
  color: #333;
}

section:nth-child(2) {
  color: #333;
}

section:nth-child(3) {
  color: #333;
}

section:nth-child(4) {
  color: #333;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .reveal.active {
    flex-direction: column;
  }
}

.SplitBox {
  max-width: 50%;
}
@media screen and (max-width: 700px) {
  .SplitBox {
    max-width: unset;
  }
}
.SplitBox.smaller {
  width: 40%;
}
.SplitBox.smaller .greyBorder {
  border: 2px solid #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 35px -7px;
}
@media screen and (max-width: 700px) {
  .SplitBox.smaller {
    display: block;
    padding: 60px 0;
    width: 80%;
  }
}
.SplitBox.narrowText {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .SplitBox.narrowText {
    max-width: unset;
    padding: 10px;
  }
}
.SplitBox.narrowText h1 {
  font-size: 72px;
  line-height: 1.05556;
  font-weight: 900;
  letter-spacing: 0.00086em;
  margin: 0;
  color: #000;
}
.SplitBox.narrowText h2 {
  font-size: 28px;
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: 0.00022em;
  color: #000;
}
.SplitBox h1,
.SplitBox h4 {
  text-align: left;
}
.SplitBox h1 {
  font-weight: 400;
  margin-top: 0;
}
.SplitBox h4 {
  margin: 0 !important;
}
.SplitBox .counterItem {
  width: 30px;
  height: 30px;
  color: #ffffff;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  margin: 10px 5px 10px 0;
}
.SplitBox .textItem {
  font-size: 16px;
}
.SplitBox .textItem.indented {
  display: block;
  margin-left: 40px;
}
.SplitBox .textItem h2 {
  font-size: 18px;
}
.SplitBox .textItem .blueInfo {
  color: #03a3b6;
  font-weight: 100;
  cursor: pointer;
}
.SplitBox img {
  max-width: 100%;
}

.ftImage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  text-align: left;
}
.ftImage .counterItem {
  margin: 10px 10px 10px 0px !important;
}
.ftImage .counterItem img {
  width: 25px;
  max-width: unset;
}

.padded {
  padding: 10vh 0;
}

.paddedStart {
  padding: 10vh 0 0 0 !important;
}

.bottomPadding {
  padding-bottom: 10vh;
}

.greyText {
  color: #6e6e6d;
}

.accordion {
  color: #fff;
  background: none;
  font-weight: 700;
  cursor: pointer;
  padding: 18px;
  width: 70%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  font-family: "Catamaran", sans-serif;
}
@media screen and (max-width: 910px) {
  .accordion {
    padding: 18px;
    width: 101.3%;
    border: none;
    float: left;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
  }
}

.accordion:after {
  content: "+";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.online:after {
  content: "−";
}

.panel {
  padding: 0 18px;
  display: flex;
  justify-content: center;
  max-height: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  /* font-size: 11px; */
  text-align: left;
}
@media screen and (max-width: 600px) {
  .panel {
    width: unset;
  }
}
.panel p {
  margin: 17px;
  font-size: 18px !important;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .tstH {
    text-align: center;
  }
}

.tst {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 65vh;
}
.tst.noHeight {
  height: unset;
  align-items: flex-start;
}
.tst .tstbg {
  background-color: #000;
  padding: 10px;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .tst .tstbg {
    width: 80%;
    text-align: center;
  }
}
.tst .tstbg h3 {
  color: #333;
  font-weight: 600;
}
.tst .tstbg p {
  font-size: 15px;
  font-weight: 100;
  margin: 0;
  color: #4d4d4d;
}

#globalModal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 10vh 10vw;
  box-sizing: border-box;
  z-index: 9999999999;
}
#globalModal.narrow .modalInner {
  width: 30%;
}
#globalModal.narrow .modalClose {
  right: calc(5px + 10vw + 28%);
}
#globalModal.medium .modalInner {
  width: 70%;
  overflow: auto;
}
#globalModal.medium .modalClose {
  right: calc(5px + 22vw);
}
#globalModal .modalInner {
  width: 100%;
  height: 100%;
  background-color: #000;
  margin: 0 auto;
}

.vimeo-wrapper {
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.6;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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