:root {
  --white: white;
  --blue: #1991eb;
  --wood: #eba819;
  --dark: #111212;
  --black: black;
  --grass-green: #394f10;
  --sponsors: #1e253e;
  --drkgrey: #000000d1;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--white);
  color: #111212;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
  display: block;
}

a:hover {
  transform: translate(0, -2px);
}

a:active {
  transform: translate(0, -1px);
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #999;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #1112120f;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

figure {
  margin-bottom: 10px;
}

.style-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

._5-col._5-col-last {
  margin-right: 0;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w20-start {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap._w-custom.structure-menu-wrap {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.wrap._w-custom.structure-nav {
  align-items: center;
  display: flex;
}

.wrap._w-custom.nav1-light, .wrap._w-custom.nav1-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero1 {
  text-align: center;
  padding-top: 50px;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.wrap._w-custom.nav2-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero5 {
  align-items: center;
  height: 674px;
  display: flex;
  position: relative;
}

.wrap._w-custom.hero6 {
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.wrap._w-custom.home-footer {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w20-center {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrap.w80-50-center {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-center {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w80-50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w20-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap.w50-80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w80-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w80-50-center {
  align-items: center;
  display: flex;
}

._1-col {
  width: 60px;
  margin-right: 20px;
  display: inline-block;
}

._1-col._1-col-last {
  margin-right: 0;
}

._2-col {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

._2-col._2-col-last {
  margin-right: 0;
}

._11-col {
  width: 860px;
  margin-right: 20px;
  display: inline-block;
}

._11-col._11-col-last {
  margin-right: 0;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

._9-col {
  width: 700px;
  margin-right: 20px;
  display: inline-block;
}

._9-col._9-col-last {
  margin-right: 0;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.style-headline {
  border-bottom: 1px solid #1991eb33;
  margin-bottom: 50px;
}

.style-headline.style-headline-section {
  margin-bottom: 50px;
}

._8-col {
  width: 620px;
  margin-right: 20px;
  display: inline-block;
}

._8-col._8-col-last {
  margin-right: 0;
}

._10-col {
  width: 780px;
  margin-right: 20px;
  display: inline-block;
}

._10-col._10-col-last {
  margin-right: 0;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.tagline.style-lbl {
  opacity: 1;
  color: #1991eb;
  border-top: 1px solid #1991eb33;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 15px;
}

.tagline.style-desc {
  opacity: .3;
  letter-spacing: 0;
  text-transform: none;
  margin-top: -15px;
  font-size: 14px;
}

.tagline.cards-lbl {
  opacity: 1;
  color: #1991eb;
  text-align: center;
  background-color: #f4f9fe;
  border: 1px dashed #1991eb;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  display: block;
}

.tagline.team1-position {
  margin-top: -6px;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.tagline.team3-position {
  margin-bottom: 8px;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.btn.btn-white {
  color: #111212;
  background-color: #fff;
  align-items: flex-end;
  display: inline-block;
}

.btn.btn-white.big-default {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 17px 35px;
  font-size: 16px;
}

.btn.btn-white.blog2-card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.btn.btn-green {
  background-color: #39b54a;
}

.btn.btn-green:hover {
  background-color: #2ea73f;
}

.btn.btn-violet {
  background-color: #805ce6;
}

.btn.btn-violet:hover {
  background-color: #6e49d4;
}

.btn.big-button {
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.btn.team3-left-button, .btn.hero4-left-button {
  margin-right: 10px;
}

.btn.btn-tan {
  background-color: var(--wood);
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.text-14.text-14-30 {
  opacity: .3;
}

.section-dark {
  color: #fff;
  background-color: #111212;
}

.link-dark {
  opacity: .6;
  color: #fff;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.navigation1-link-dark {
  opacity: .8;
  margin-right: 30px;
}

.link-dark.navigation1-link-dark:hover {
  opacity: 1;
}

.link-dark.navigation1-link-dark:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 300;
  line-height: 70px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn-big.btn-outline-dark {
  background-color: #0000;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn-big.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.btn-big.btn-outline-light {
  color: #111212;
  background-color: #0000;
  border: 1px solid #1112120d;
}

.btn-big.btn-outline-light:hover {
  border-color: #1112121a;
  box-shadow: 0 1px 3px #0000000d;
}

.btn-big.btn-outline-light:active {
  box-shadow: 0 1px 1px #0000000d;
}

.btn-big.btn-white {
  color: #111212;
  background-color: #fff;
  display: inline-block;
}

.btn-big.btn-violet {
  background-color: #805ce6;
}

.btn-big.btn-violet:hover {
  background-color: #6e49d4;
}

.btn-big.btn-green {
  background-color: #39b54a;
}

.btn-big.btn-green:hover {
  background-color: #2ea73f;
}

.btn-big.hero6-left-btn {
  margin-right: 10px;
}

.btn-big.btn-tan {
  background-color: var(--wood);
}

.style-fill {
  background-image: url('../images/style-transparent_1style-transparent.png');
  background-position: 50%;
  background-size: 50px;
  min-width: 100%;
  min-height: 150px;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.h2-jumbo {
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.h2-jumbo.hero6-headline {
  margin-top: -10px;
}

.headline-9-col {
  width: 700px;
  margin-bottom: 50px;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label.label-grey {
  background-color: #858589;
}

.label.label-cyan {
  background-color: #28998a;
}

.label.label-red {
  background-color: #f85359;
  background-image: none;
}

.label.label-pink {
  background-color: #c47ca2;
}

.label.label-green {
  background-color: #39b54a;
}

.label.label-orange {
  background-color: #f7981c;
}

.label.label-aqua {
  background-color: #3fcedc;
}

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-light:hover {
  opacity: 1;
  color: #111212;
  transform: translate(0, -2px);
}

.link-light:active {
  opacity: .9;
  transform: translate(0, -1px);
}

.link-light.navigation1-link-light {
  opacity: .8;
  margin-right: 30px;
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
}

.structure-2nd-col-allcards {
  margin-top: 50px;
}

.structure-pagename-h1 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.structure-menu-link {
  color: #fffc;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 300;
  transition: color .2s, transform .4s;
  display: block;
}

.structure-menu-link:hover {
  color: #fff;
  transform: translate(0, -2px);
}

.structure-menu-link:active {
  color: #ffffffe6;
  transform: translate(0, -1px);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.structure-menu-link.section-link-w-icon {
  margin-bottom: 0;
}

.sections-menu-headline {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.structure-cards-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-name {
  background-image: linear-gradient(to right, #1991eb, #5fbbff);
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.structure-page-name {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.structure-more-item-wrap {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.structure-more-items {
  margin-top: 12px;
}

.structure-more-item-icon {
  margin-bottom: 1px;
  margin-left: 12px;
  display: block;
}

.structure-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s, transform .4s;
  display: inline-block;
}

.structure-link:hover {
  color: #fffc;
  transform: translate(0, -2px);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  font-size: 12px;
  line-height: 18px;
}

.structure-section-name {
  color: #fff6;
  text-align: right;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.structure-cards2-topbar-wrapper {
  background-color: #272727;
}

.structure-cards2-topbar-wrapper.home-top-bar-divided {
  border-bottom: 1px solid #ffffff0a;
}

.structure-menu {
  background-color: #0000;
  width: 100%;
}

.nav1-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav1-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav1-logo-wrapper {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.nav1 {
  background-color: #0000;
  width: 100%;
}

.nav1-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero1-headline-wrapper {
  text-align: center;
  width: 620px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero1-image {
  margin-top: 25px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: #d2d2d233;
}

.content1-image {
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.content1-item-description {
  padding-right: 40px;
}

.feature1-content {
  padding-right: 80px;
}

.feature1-image1 {
  background-image: url('../images/Feature1-Image2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-bottom: 20px;
}

.feature1-image2 {
  background-image: url('../images/Feature1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.feature1-image3 {
  background-image: url('../images/Feature1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
}

.feature2-facebookicon {
  transition: opacity .2s;
}

.feature2-facebookicon:hover {
  opacity: .85;
}

.feature2-wrap {
  align-items: center;
  display: flex;
}

.feature2-image1 {
  background-image: url('../images/photo-1530841377377-3ff06c0ca713.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 290px;
}

.feature2-content {
  padding-left: 80px;
}

.feature2-image2 {
  float: right;
  background-color: #1991eb;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.team1-people-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.team1-person {
  padding-right: 20px;
}

.team1-image {
  background-image: linear-gradient(#1112121a, #1112121a);
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50%;
  background-size: cover;
}

.team1-image.team1-image4 {
  background-image: url('../images/Person-Pic-42x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0 0;
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-size: 120px;
}

.team1-image.team1-image2 {
  background-image: url('../images/Person-Pic-22x.jpg');
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Person-Pic-12x.jpg');
  background-size: 120px;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.cta1-content {
  margin-top: 5px;
}

.cta1-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1 {
  border-top: 1px solid #1112120f;
}

.footer1.footer1-dark {
  border-top-color: #ffffff0f;
}

.cta1-image {
  background-image: linear-gradient(#111212bf, #111212bf), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

.content2-jumbonumber {
  opacity: .2;
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.hero2-light-alt2 {
  background-image: url('../images/hero2-woman-light.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.hero2-light {
  background-image: url('../images/hero2-white.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.testimonial2-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0;
}

.divider-dark-wrap {
  background-color: #111212;
  height: 1px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.footer2-dark {
  border-top: 1px solid #ffffff0f;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

.testimonial1-person-wrapper {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial1-logo-wrap {
  flex-direction: row;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.testimonial1 {
  align-items: flex-start;
  display: flex;
}

.content4-image {
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 30px;
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-items {
  margin-bottom: 20px;
}

._6-col-last {
  width: 460px;
}

.divider-light {
  background-color: #1112120f;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  display: block;
}

.hero2-dark-alt2 {
  background-image: url('../images/hero2-woman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 980px;
  align-items: center;
  height: 674px;
  display: flex;
}

.testimonial2-headline {
  padding-right: 40px;
}

.hero2-text-wrap {
  width: 45%;
}

.content5-description {
  margin-top: 18px;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  height: 320px;
}

.content6-pic.content6-image3 {
  background-image: url('../images/ivars-utinsns-707750-unsplash.jpg');
}

.content6-pic.content6-image2 {
  background-image: url('../images/ivan-bandura-659533-unsplash.jpg');
}

.content6-pic.content6-image4 {
  background-image: url('../images/ruth-troughton-384709-unsplash.jpg');
  height: 320px;
}

.testimonial2-col {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-dark {
  background-color: #ffffff0f;
  width: 100%;
  height: 1px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  opacity: .6;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.content4-item {
  margin-bottom: 20px;
}

.hero2-dark {
  background-image: url('../images/header-2-landing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 940px;
  align-items: center;
  height: 674px;
  display: flex;
}

.footer2 {
  border-top: 1px solid #1112120f;
}

.testimonial1-pic {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: inline-block;
}

.testimonial1-pic.testimonial1-pic3 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.testimonial1-pic.testimonial1-pic2 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.testimonial1-item {
  padding-right: 30px;
}

.feature4-text-wrap {
  padding-right: 80px;
}

.nav2-logo-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: -5px;
  display: inline-block;
}

.blog1-article.blog4-article-right-wrapper {
  padding-left: 10px;
}

.blog1-article.blog1-article-left-wrapper {
  padding-right: 10px;
}

.navigation2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.testimonial4-small-tweets-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.feature5-row-wrap, .testimonial4-big-tweets-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog1-article-cover {
  border-radius: 8px;
  height: 270px;
}

.blog1-article-cover.blog1-article-cover-1 {
  background-image: url('../images/card22x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
}

.blog1-article-cover.blog1-article-cover-2 {
  background-image: url('../images/alexander-popov-522100-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.feature4-wrapper {
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.hero3-text-wrapper {
  padding-right: 50px;
}

.testimonial3-logo-wrapper {
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

.content8-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.feature3-icon {
  margin-left: -10px;
  margin-right: 25px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0;
}

.blog1-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #3fcedc;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

.nav2 {
  background-color: #0000;
  width: 100%;
}

.nav2-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing3-logo {
  margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
  margin-top: -5px;
}

.content7-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta3-item-point {
  align-items: flex-start;
  display: flex;
}

.cta3-item-wrap {
  text-align: left;
  border: 1px solid #1112120f;
  border-radius: 8px;
  padding: 20px 30px;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark, .cta3-item-wrap.cta3-recommended-option {
  border-width: 2px;
  border-color: #1991eb;
  padding-top: 30px;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer3-bottom-links-wrapper {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.footer3-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.form1 {
  align-items: flex-start;
  display: flex;
}

.cta2 {
  color: #111212;
  border: 1px solid #1112120f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: #ffffff0f;
}

.cta2.cta2-dark.cta2-image {
  background-image: linear-gradient(#11121299, #11121299), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 #0000;
}

.form1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.footer3-links-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form1-form-wrap {
  margin-bottom: 0;
}

.cta2-content-wrap {
  margin-top: 10px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.form1-success {
  color: #fff;
  background-color: #49d1de;
  border-radius: 4px;
  margin-top: 10px;
}

.cta3-options-wrapper {
  align-items: center;
  display: flex;
}

.form1-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

.cta3-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form1-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form1-input:hover {
  border-color: #1991eb80;
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form1-input.form1-input-dark:hover {
  border-color: #ffffff80;
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
}

.cta3-wide-button-wrap {
  flex-direction: column;
  display: flex;
}

.hero4-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.hero4-first-button {
  margin-right: 10px;
  display: inline-block;
}

.hero4-buttons-wrap {
  margin-top: -20px;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
}

.hero5-image {
  display: inline-block;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 50%;
}

.testimonial5-image {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

.testimonial5-image.testimonial5-image3 {
  background-image: url('../images/Person-Pic-52x.jpg');
}

.testimonial5-image.testimonial5-image2 {
  background-image: url('../images/Person-Pic-42x.jpg');
}

.testimonial5-content-wrap {
  align-items: flex-start;
  display: flex;
}

.testimonial5-quote-wrap {
  margin-bottom: 20px;
}

.testimonial5-item-wrap {
  border: 1px solid #1112120f;
  border-radius: 8px;
  padding: 30px;
}

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form2-wrapper {
  margin-top: -10px;
}

.form2-input {
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border-color .2s;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-input.form2-input-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form2-input.form2-input-dark:hover {
  border-color: #ffffff80;
}

.form2-input.form2-input-dark:focus {
  border-color: #fff;
}

.form2-input.form2-input-dark::placeholder {
  color: #ffffff80;
}

.form2 {
  color: #111212;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  height: 520px;
  display: flex;
  box-shadow: 0 1px 8px #1112121a;
}

.form2.form2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.form2-error-message {
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
}

.form2-success-message {
  background-color: #0000;
}

.register-link {
  cursor: pointer;
  display: inline-block;
}

.form2-error-message-text {
  color: #f85359;
  display: inline-block;
}

.form2-image-wrapper {
  background-image: url('../images/signup-cover.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 520px;
  margin-right: -20px;
  display: flex;
}

.signup-account-link {
  color: #999;
  display: inline-block;
}

.form2-success-message-text {
  color: #1991eb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.form2-form-section-wrapper {
  padding: 50px;
}

.form2-buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.blog2-article-cover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
}

.team2-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.team2-profile-card.team2-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.team3-name {
  margin-bottom: 6px;
}

.blog4-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.team2-profile-pic {
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.team2-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.team2-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.blog2-articles-wrap {
  align-items: flex-start;
  display: flex;
}

.blog5-article-cover {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.blog3-card.blog3-card2-content {
  color: #fff;
  background-image: url('../images/card2.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card1-content {
  color: #fff;
  background-image: url('../images/card1.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.blog3-card.blog3-card4-content {
  color: #111212;
  background-image: url('../images/card42x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card3-content {
  color: #111212;
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card5-content {
  color: #111212;
  background-image: url('../images/card52x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog3-card.blog3-card6-content {
  color: #fff;
  background-image: url('../images/card62x.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog4-article-image {
  background-image: url('../images/Screenshot-2018-05-01-20.54.33.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 230px;
  margin-bottom: 25px;
}

.blog4-article-image.blog4-article-content2 {
  background-image: url('../images/roos-oosterbroek-558868-unsplash2x.jpg');
}

.blog4-article-image.blog4-article-content3 {
  background-image: url('../images/article-cover-1.jpg');
}

.blog5-articles-wrapper {
  align-items: flex-start;
  display: flex;
}

.team3-profiles-row {
  margin-top: 20px;
}

.team3-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.team3-profile-card.team3-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid #ffffff0f;
}

.blog3-articles-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.team3-buttons-wrap {
  padding-top: 7px;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.team2-people-row {
  margin-top: 20px;
}

.team3-avatar {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.team3-avatar.team3-avatar-image2 {
  background-image: url('../images/Person-Pic-12x.jpg');
}

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog4-article-headline {
  margin-top: 10px;
}

.hero6-wrap {
  background-image: linear-gradient(#272727, #1f1f1f);
}

.hero6-headline-wrap {
  margin-top: -20px;
  padding-right: 80px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: .6;
}

.hero6-buttons-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-sections-wrap {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 40px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-sections-text-wrap {
  margin-bottom: 10px;
  padding-left: 80px;
  display: inline-block;
}

.home-landing-content {
  margin-bottom: 5px;
  padding-right: 30px;
  display: inline-block;
}

.home-landing-image-wrap {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 8px;
  align-items: center;
  height: 360px;
  margin-bottom: 15px;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-landing-image-wrap.home-landing-image1 {
  background-image: url('../images/home-landing12x.jpg');
  background-position: 50% 1px;
  background-size: 300px;
  background-attachment: scroll;
}

.home-landing-image-wrap.home-landing-image2 {
  background-image: url('../images/home-landing22x.jpg');
  background-position: 50% -1px;
  background-size: 300px;
}

.home-landing-image-wrap.home-landing-image3 {
  background-image: url('../images/home-landing32x.jpg');
  background-position: 50% -1px;
  background-size: 300px;
}

.home-landing-wrap {
  align-items: flex-start;
  display: flex;
}

.content9-icon {
  margin-bottom: 0;
}

.content9-item-wrap {
  padding-right: 20px;
}

.home-category-items {
  margin-top: -10px;
}

.home-category-linkitem {
  color: var(--dark);
  border: 1px solid #1112120f;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 18px 20px;
  transition: color .4s, transform .4s, opacity .4s, border .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-category-linkitem:hover {
  border-color: var(--blue);
  box-shadow: 0 1px 8px #11121226;
}

.home-category-linkitem:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 6px #11121226;
}

.home-extras-wrap {
  align-items: flex-start;
  display: flex;
}

.home-extras-content {
  margin-bottom: 5px;
  padding-right: 30px;
  display: inline-block;
}

.home-extras-image {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 230px;
  margin-bottom: 15px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 1px 6px #1112120f;
}

.home-extras-image.home-extras-image1 {
  background-image: linear-gradient(to right, #111212, #222424);
}

.home-extras-image.home-extras-image2 {
  background-color: #0000;
  background-image: linear-gradient(to right, #1991eb, #5fbbff);
}

.home-extras-image.home-extras-image3 {
  background-image: linear-gradient(to right, #6758f3, #915cf4);
}

.cta4-headline-wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta4-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 100;
  line-height: 90px;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0;
}

.home-footer-socicon {
  opacity: .6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.home-footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s, transform .4s;
  display: inline-block;
}

.home-footer-link:hover {
  color: #fffc;
  transform: translate(0, -2px);
}

.link {
  color: #1991eb;
  line-height: 24px;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form3-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form3-input {
  background-color: #fff;
  border: 1px solid #1112120f;
  border-radius: 4px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
  transition: border .4s;
}

.form3-input:hover {
  border-color: #1991eb80;
}

.form3-input:focus {
  border-color: #1991eb;
}

.form3-input.form3-input-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.form3-input.form3-input-dark:hover {
  border-color: #ffffff80;
}

.form3-input.form3-input-dark:focus {
  border-color: #fff;
}

.form3-button-wrap {
  flex-direction: column;
  display: flex;
}

.form3-form {
  margin-top: -20px;
}

.form3-success {
  color: #fff;
  background-color: #49d1de;
  border-radius: 4px;
  margin-top: 10px;
}

.form3-error {
  background-color: #f85359;
  border-radius: 4px;
  padding: 15px;
}

.cta5-item-wrap {
  text-align: left;
  border: 1px solid #1112120f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 50px;
  display: flex;
}

.cta5-item-wrap.cta5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: #ffffff0f;
}

.cta5-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta5-option-headline {
  margin-top: 2px;
}

.cta5-items-wrap {
  margin-top: -20px;
}

.products1-content-wrap {
  padding-left: 80px;
}

.products1-price-headline {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.products1-price-wrap {
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.products1-price-previous {
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
  display: block;
}

.products1-image-wrap {
  background-image: url('../images/products1-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 460px;
}

.products1-actions-wrap {
  border-top: 1px solid #1112120f;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.products1-actions-wrap.products1-actions-wrap-dark {
  border-top-color: #ffffff0f;
}

.products1-desc-wrap {
  margin-bottom: 5px;
}

.products1-details-wrap {
  margin-bottom: 30px;
}

.products2-items-wrap {
  align-items: flex-start;
  display: flex;
}

.products2-image {
  border-radius: 8px;
  height: 270px;
  margin-bottom: 30px;
  position: relative;
}

.products2-image.products2-image1 {
  background-image: url('../images/products1-image_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/products2-image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image3 {
  background-image: url('../images/products2-image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50%;
  background-size: cover;
}

.products2-description-wrap {
  padding-right: 40px;
}

.products2-pricetag {
  color: var(--dark);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
}

.products3-big-image-wrap {
  direction: ltr;
  background-image: url('../images/products3-image1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 460px;
  margin-bottom: 15px;
}

.products3-small-image-wrap {
  direction: ltr;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 120px;
}

.products3-small-image-wrap.products3-small-image1 {
  background-image: url('../images/products3-image2.jpg');
  height: 140px;
}

.products3-small-image-wrap.products3-small-image2 {
  background-image: url('../images/products3-image3.jpg');
  height: 140px;
}

.products3-small-image-wrap.products3-small-image3 {
  background-image: url('../images/products3-image4.jpg');
  height: 140px;
}

.products3-content-wrap {
  padding-right: 80px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-option-wrap {
  border-bottom: 1px solid #1112120f;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.products3-option-wrap.products3-option-wrap-dark {
  border-bottom-color: #ffffff0f;
}

.bcchero {
  background-image: url('../images/bigball.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 600px;
  padding-top: 60px;
}

.bcchero.b2 {
  background-image: url('../images/ballBanner2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.herowrapper {
  margin-top: 0;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.whtside {
  border: 3px none var(--white);
  background-color: var(--white);
  min-width: 60px;
  height: 2px;
  margin-bottom: 0;
}

.image-2 {
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 7px 7px 12px #00000042;
}

.hwhite {
  color: var(--white);
  margin-bottom: 20px;
}

.section-2 {
  background-color: #ebeef0;
}

.topblock {
  align-items: flex-start;
  display: block;
}

.call2act1 {
  max-width: 100ch;
  color: var(--white);
  margin-left: 0;
  margin-right: 50px;
  font-weight: 300;
}

.calwrapper {
  margin-bottom: 40px;
  margin-left: 0;
}

.white {
  color: var(--white);
}

.actionmenu {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 100%;
  min-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.paracnter {
  text-align: center;
}

.submenblock {
  color: #1991eb29;
  border-right: 1px solid #00000091;
  flex-direction: column;
  justify-content: center;
  max-height: 80%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.submenblock.norght {
  border-right-style: none;
  max-height: 80px;
}

.menutext {
  color: var(--dark);
  text-align: left;
  font-size: 16px;
}

.body {
  border-right: 1px solid #00000082;
}

.divisionwrapper {
  display: flex;
}

.card01 {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  min-height: 390px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.spacer {
  background-color: var(--dark);
  width: 25px;
  min-height: 1px;
  margin-bottom: 20px;
}

.image-3 {
  margin-top: 10px;
}

.textblcard {
  max-height: none;
  color: var(--black);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.columns {
  min-width: 100%;
}

.patchsection {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 1420px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: grid;
  position: static;
}

.card02 {
  margin: 20px;
}

.div-block-2 {
  background-color: var(--dark);
  max-width: 20px;
  min-height: 2px;
}

.section-3 {
  background-color: var(--grass-green);
  padding-top: 60px;
  padding-bottom: 50px;
}

.footerbcc {
  background-image: url('../images/footerback.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  padding-top: 20px;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-4 {
  margin-top: 0;
  transition: opacity .2s;
}

.image-4.right {
  width: auto;
  transform-style: preserve-3d;
  margin-top: 40px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-5 {
  margin-top: 0;
}

.divisionblock {
  align-items: center;
  display: flex;
}

.image-6 {
  margin-right: 10px;
}

.footercontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.footerwrap {
  flex: 1;
  margin-left: 10px;
}

.footerwrap.first {
  flex-direction: column;
  flex: 0 auto;
  min-width: 280px;
  margin-right: 60px;
  display: flex;
}

.footheader {
  color: #ffffff5c;
}

.link-2 {
  color: var(--white);
}

.footlinkitem {
  color: var(--white);
  white-space: normal;
  padding-left: 0;
  list-style-type: none;
  position: static;
}

.footlist {
  padding-left: 0;
}

.innerheader {
  background-color: var(--sponsors);
  background-image: linear-gradient(#1e253e96, #1e253e96);
  flex-direction: column;
  justify-content: center;
  min-height: 30vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.innerheader.intouch {
  background-color: #632c18b8;
  background-image: url('../images/GroundSunSet.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 60vh;
}

.innerheader.seniors {
  background-image: url('../images/seniorHeadertemp.jpg'), linear-gradient(#dd821238, #dd821238);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.innerheader.larger {
  background-color: #000104;
  background-image: url('../images/cricket-cricket-match-junior-cricket-village-cricket_t20_pYG7Pj.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 30vh;
}

.headercwrapper {
  background-color: #ffffff57;
  min-height: 100px;
  max-height: 200px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  box-shadow: 1px 1px 3px #00000080;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rtmain em {
  font-weight: 500;
}

.imgtopichead {
  object-fit: cover;
  object-position: 50% 100%;
  flex: 1;
  max-height: 200px;
  overflow: hidden;
}

.pageheadtxtwrp {
  background-color: #3e2c1e;
  padding: 0;
}

.pageheadtxtwrp.senior {
  background-color: #20291e;
}

.pageheadtxtwrp.blue {
  background-color: var(--sponsors);
}

.histhead {
  color: var(--white);
  font-weight: 100;
}

.headingwrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 20px 20px;
  display: flex;
}

.subhead {
  color: var(--white);
  margin-top: -15px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 100;
}

.section-4 {
  background-image: url('../images/crowdback.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-4.alternate {
  background-image: url('../images/ballBanner2.jpg');
}

.whitecontainer {
  background-color: #fffc;
  border-radius: 12px;
  min-height: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px;
}

.lists {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list {
  background-color: #fff6;
  padding: 22px;
  list-style-type: none;
  box-shadow: 3px 3px 7px #0000001a;
}

.lmlistitem {
  margin-left: 10px;
}

.section-5 {
  background-image: url('../images/footerback.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  padding-top: 40px;
}

.container-5 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.gamesheader {
  cursor: pointer;
  background-color: #111212d1;
  border-radius: 10px 10px 0 0;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  min-width: 140px;
  height: 110px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
  display: flex;
}

.gamesno {
  color: var(--white);
  margin-top: 0;
  padding-left: 10px;
}

.gameswrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.heading {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.heading.white {
  color: var(--white);
  background-color: #0000;
}

.gameslistwrap {
  height: 160px;
  color: var(--white);
  background-color: #0000004d;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 8px #0000002e;
}

.gameslistwrap._100 {
  border-radius: 10px;
  height: 1550px;
  margin-right: 10px;
}

.gameslistwrap._150 {
  border-radius: 6px;
  height: 790px;
}

.gameslistwrap._200 {
  height: 570px;
}

.gameslistwrap._250, .gameslistwrap._300 {
  height: 500px;
}

.gameslistwrap._400 {
  height: 220px;
}

.nameslist {
  margin-top: 0;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 20px;
}

.games {
  color: #eaf0f0;
  margin-top: -17px;
  margin-left: 10px;
  font-size: 12px;
}

.div-block-3 {
  position: relative;
}

.streetview {
  background-color: var(--drkgrey);
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.breaker {
  background-color: var(--drkgrey);
  min-height: 120px;
}

.container-6 {
  min-height: 120px;
}

.section-6 {
  min-height: 30vh;
}

._1200wrap {
  background-color: var(--white);
  justify-content: center;
  width: 1200px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.left {
  text-align: right;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
}

.rtext {
  text-align: right;
  display: inline-block;
}

.butlink {
  text-align: left;
  margin-top: 15px;
}

.headblock {
  min-width: 0;
  min-height: 120px;
}

.trainingtime {
  margin-top: 14px;
}

.introwrapper {
  background-color: #fff;
  padding: 15px 20px 16px;
}

.introwrapper.sponsor {
  color: var(--white);
  background-color: #fff0;
}

.sponsorsmajor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--drkgrey);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.sponsorsmajor.sponsor {
  background-color: #d8d8d873;
  padding-bottom: 10px;
}

.sponsorcard {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsorlogo {
  margin: 0 10px;
}

.sponshead {
  color: var(--black);
  text-align: center;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-decoration: none;
}

.spheaderwrapper {
  background-color: #00000014;
  flex-direction: column;
  justify-content: space-between;
  max-width: 370px;
  height: 200px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  display: flex;
}

.headeronblack {
  color: #2f3030;
}

.headeronblack.white {
  color: #fff;
}

.logowrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 370px;
  max-width: 400px;
  min-height: 300px;
  margin-left: 10px;
  padding-top: 0;
  display: flex;
}

.logowrapper.smaller {
  object-fit: cover;
  min-width: 220px;
  min-height: 200px;
  max-height: 140px;
}

.sponsorinfo {
  color: var(--black);
  background-color: #fff;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 5px;
  display: flex;
}

.icon {
  width: 32px;
  height: 32px;
}

.item {
  padding-left: 10px;
}

.container-7 {
  margin-top: 0;
}

.body-2 {
  background-color: #ffffff4d;
}

.sponsorsection {
  background-color: #373d21;
  padding-top: 35px;
  padding-bottom: 40px;
}

.greendivider {
  background-color: var(--grass-green);
  height: 40px;
}

.wrappermargins {
  margin-left: 40px;
  margin-right: 40px;
}

.grassgreen {
  background-color: var(--grass-green);
}

.grassgreen.bottom {
  padding-bottom: 40px;
}

.rich-text-block {
  color: var(--white);
}

.image-8 {
  max-width: 180px;
  margin-top: 20px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  margin-bottom: 20px;
}

.image-9 {
  object-fit: none;
  object-position: 50% 50%;
}

.section-7 {
  background-color: var(--grass-green);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.section-7.hidden {
  display: none;
}

.full-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-card {
  background-color: var(--white);
  border-radius: 4px;
  padding: 12px 12px 20px;
  box-shadow: 3px 3px 6px #0000006e;
}

.text-block {
  font-style: italic;
}

.container-8 {
  padding-bottom: 100px;
}

.pagination {
  justify-content: space-between;
  padding-top: 20px;
}

.next {
  background-color: #fafafa87;
  margin-left: 0;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero.small_margin {
  background-color: #525659;
  padding-top: 10px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.mlistwrap {
  flex: 1;
}

.text-field {
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  box-shadow: inset 2px 2px 6px #0000007a;
}

.text-field.required {
  border: 3px solid var(--blue);
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  margin-top: 20px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sponsorwraphp {
  background-color: #0000;
  width: 100%;
  min-height: 2px;
}

.collection-item {
  background-color: var(--white);
  height: 130px;
  color: var(--white);
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image-10 {
  object-fit: cover;
  margin: 10px;
}

.topmargin40 {
  min-height: 320px;
  margin-top: 20px;
}

.topmargin140 {
  object-fit: cover;
  min-height: 320px;
  margin-top: 40px;
}

.juniourtextblock {
  margin-top: 10px;
}

.galery-latest {
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.officebfooter {
  color: var(--white);
}

.div-block-6 {
  margin-top: 40px;
  padding-top: 20px;
}

.textwhite {
  color: var(--white);
}

.div-block-7 {
  width: 100vw;
  max-width: 1140px;
  height: 450px;
}

.form-block {
  min-width: 340px;
}

.from-success-block {
  color: var(--white);
  background-color: #27272b91;
  border-radius: 9px;
  padding: 10px;
  box-shadow: inset 4px 4px 12px #000000b8;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-bottom: 40px;
}

.rich-text-block-2 {
  min-height: 300px;
}

.headlogowrap {
  padding-left: 20px;
}

.wastcalogo {
  object-fit: fill;
  max-height: 65px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.image-11 {
  margin-top: 160px;
}

.hedlogoimg {
  max-height: 65px;
}

.div-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.image-12 {
  max-height: 60px;
  margin-top: 8px;
}

.image-13 {
  margin-left: 20px;
}

.newswrapper {
  background-color: var(--grass-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newblock {
  background-color: #0000000f;
  border: 2px #00000026;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 20px;
  padding-top: 0;
  box-shadow: 5px 5px 18px #00000057;
}

.div-block-9 {
  max-width: 100%;
  padding: 20px 10px;
}

.image-14 {
  object-fit: cover;
  min-width: 100%;
  max-width: 500px;
  min-height: 100%;
}

.link-3 {
  margin-top: 10px;
}

.div-block-10 {
  margin-bottom: 20px;
}

.rich-text-block-3 {
  margin-top: 20px;
}

.div-block-11 {
  border-bottom: 1px #000;
}

.postheading {
  font-size: 20px;
  font-weight: 500;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-top: 20px;
}

.div-block-13 {
  padding-top: 20px;
}

.html-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .style-wrap {
    text-align: center;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._5-col, ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w50-80-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w20-start {
    flex-direction: column;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.nav1-light {
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: block;
  }

  .wrap._w-custom.nav1-dark {
    background-color: #111212;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap._w-custom.nav2-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero5 {
    text-align: center;
    flex-direction: column;
    height: auto;
    padding-top: 80px;
  }

  .wrap._w-custom.hero6 {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w80-50-start, .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w20-center, .wrap.w80-50-center, .wrap.w80-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column-reverse;
  }

  .wrap.w80-50-spcbetween, .wrap.w20-spcbetween, .wrap.w50-80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w80-start {
    flex-direction: column;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  ._1-col, ._2-col, ._11-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  ._9-col, ._7-col, ._8-col, ._10-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tagline.style-lbl, .tagline.style-desc, .tagline.cards-lbl {
    text-align: center;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .link-dark.navigation1-link-dark {
    margin-right: 0;
    padding: 20px;
  }

  .headline-8-col {
    text-align: center;
    width: auto;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .headline-9-col {
    width: auto;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .page-name {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .structure-page-name {
    width: auto;
  }

  .structure-cards2-menu-btn {
    background-color: #0000;
    margin-right: 30px;
    padding: 0;
  }

  .structure-cards2-menu-btn:active {
    background-color: #0000;
  }

  .structure-cards2-menu-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .nav1-menuicon-dark {
    font-size: 28px;
    line-height: 34px;
  }

  .nav1-wrap {
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px #1112120f;
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    margin-left: 30px;
    display: flex;
  }

  .nav1-menu-btn {
    background-color: #0000;
    margin-right: 30px;
    padding: 0;
  }

  .nav1-menu-btn:active {
    background-color: #0000;
  }

  .nav1-menu-btn.w--open {
    background-color: #0000;
    margin-right: 30px;
  }

  .nav1-menu-wrapper-dark {
    background-color: #111212;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .nav1-menu-icon {
    margin-bottom: 3px;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline.decoline-dark.left-align-decoline-dark, .decoline.left-align-decoline {
    margin-left: 0;
    margin-right: 0;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description, .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .feature1-image2 {
    display: none;
  }

  .feature2-wrap {
    text-align: center;
    flex-direction: column-reverse;
  }

  .feature2-image1 {
    border-radius: 8px;
  }

  .feature2-content {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .feature2-image2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team1-people-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .team1-image {
    display: block;
  }

  .cta1-content {
    margin-bottom: 0;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer1 {
    text-align: center;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff6, #fff6), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .testimonial2-logo-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial1-person-name {
    text-align: left;
  }

  .content3-text-wrap {
    text-align: center;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

  .testimonial1 {
    flex-direction: column;
    align-items: center;
  }

  .content4-items {
    margin-bottom: 0;
  }

  ._6-col-last {
    width: auto;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(#11121266, #11121266), url('../images/hero2-woman-mob.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 587px;
  }

  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .hero2-text-wrap {
    width: 100%;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, -280px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 940px;
  }

  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }

  .testimonial1-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .feature4-text-wrap {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .nav2-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .blog1-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog1-article.blog4-article-right-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .blog1-article.blog1-article-left-wrapper {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .navigation2 {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial4-tweet {
    width: 65%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial4-small-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .testimonial4-big-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }

  .feature4-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .nav1-menuicon {
    margin-bottom: 3px;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .testimonial3-logo-wrapper {
    margin-bottom: 20px;
  }

  .feature4-image {
    margin: -20px auto;
    display: block;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog1-articles-wrap {
    flex-direction: column;
  }

  .content7-number-card {
    text-align: center;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav2-menu-wrapper-dark {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cta3-item-wrap.cta3-recommended-option {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .footer3-bottom-links-wrapper {
    text-align: center;
    justify-content: center;
  }

  .footer3-logo-wrapper {
    justify-content: center;
  }

  .cta2 {
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer3-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .form1-form-wrapper {
    width: 100%;
  }

  .cta3-options-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hero4-buttons-wrap {
    text-align: center;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .testimonial5-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial5-content-wrap {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .testimonial5-item-wrap {
    text-align: center;
  }

  .form2-wrapper {
    margin-top: -20px;
  }

  .form2 {
    flex-direction: column;
    height: auto;
  }

  .form2-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    height: 300px;
    margin-right: 0;
  }

  .signup-account-link {
    text-align: left;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  .blog4-articles-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog2-articles-wrap {
    flex-direction: column;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  .blog2-article, .blog4-article-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .hero6-wrap {
    background-image: linear-gradient(#272727e6, #121212), url('../images/hero-home-mob.png');
    background-position: 0 0, 50% -40px;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero6-headline-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .home-sections-wrap {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-sections-text-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-landing-content {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .home-landing-image-wrap {
    margin-top: 20px;
    display: block;
  }

  .home-landing-image-wrap.home-landing-image1 {
    background-image: url('../images/home-landing1-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }

  .home-landing-image-wrap.home-landing-image2 {
    background-image: url('../images/home-landing2-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }

  .home-landing-image-wrap.home-landing-image3 {
    background-image: url('../images/home-landing3-mob2x.jpg');
    background-position: 50% -1px;
    background-size: cover;
  }

  .home-landing-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content9-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .home-category-linkitem {
    margin-bottom: 0;
  }

  .home-extras-wrap {
    text-align: center;
    flex-direction: column;
  }

  .home-extras-content {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .home-extras-image {
    margin-top: 20px;
  }

  .image {
    display: none;
  }

  .cta4-headline-wrap {
    text-align: center;
    width: 100%;
  }

  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .form3-input {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form3-form {
    margin-top: -10px;
  }

  .cta5-item-wrap {
    text-align: center;
    flex-direction: column;
    padding: 30px;
  }

  .cta5-option-headline {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .products1-content-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .products1-price-wrap {
    justify-content: center;
  }

  .products1-actions-wrap {
    flex-direction: row;
  }

  .products2-items-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: -30px;
  }

  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .products3-big-image-wrap {
    margin-bottom: 0;
  }

  .products3-content-wrap {
    padding-right: 0;
  }

  .products3-small-images-wrap {
    display: none;
  }

  .bcchero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bigball.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .patchsection {
    grid-template-columns: 1fr;
    max-width: 95%;
  }

  .footercontainer {
    flex-direction: column;
  }

  .gameswrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
  }

  .gameslistwrap._100 {
    height: 100%;
    margin-bottom: 20px;
  }

  .gameslistwrap._150, .gameslistwrap._200, .gameslistwrap._250, .gameslistwrap._300 {
    margin-bottom: 20px;
  }

  .gameslistwrap._400 {
    height: 100%;
  }

  ._1200wrap {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .right {
    width: 50%;
  }

  .left {
    text-align: left;
    width: 50%;
    margin-bottom: 0;
  }

  .rtext {
    text-align: left;
  }

  .headblock {
    min-height: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .topmargin40 {
    min-height: 20px;
  }

  .paragraph, .heading-3, .rich-text-block-2 {
    text-align: left;
  }

  .wastcalogo {
    object-fit: fill;
  }

  .hedlogoimg {
    max-height: 65px;
  }

  .div-block-8 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.structure-menu-wrap {
    text-align: center;
    background-color: #1a1a1a;
    width: auto;
    padding: 30px 0 10px;
  }

  .wrap._w-custom.structure-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom.home-footer {
    flex-direction: column;
    align-items: center;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }

  .h2-jumbo.hero6-headline {
    font-size: 36px;
    line-height: 46px;
  }

  .structure-2nd-col-allcards {
    margin-top: -40px;
  }

  .structure-menu-items {
    text-align: center;
    background-color: #1a1a1a;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .structure-pagename-h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .sections-menu-headline {
    margin-bottom: 16px;
  }

  .structure-cards-menu {
    height: 60px;
  }

  .page-name {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 30px;
  }

  .structure-more-items {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

  .structure-link {
    margin-left: 30px;
  }

  .structure-link.structure-menu-link {
    color: #fffc;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .structure-section-name {
    font-size: 22px;
    line-height: 32px;
  }

  .structure-project-menu {
    z-index: 9;
    text-align: left;
    overflow: scroll;
  }

  .structure-cards2-topbar-wrapper {
    z-index: 20;
    position: relative;
  }

  .structure-menu {
    z-index: 10;
  }

  .nav1-logo-wrapper {
    width: 420px;
    display: flex;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fff9, #fff9), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero2-woman.jpg');
    background-position: 0 0, 50%;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, 100%;
  }

  .testimonial1-item {
    width: auto;
  }

  .nav2-logo-wrapper {
    display: inline-block;
  }

  .testimonial4-tweet {
    width: 70%;
  }

  .nav2 {
    z-index: 10;
  }

  .hero3-image {
    margin-top: -20px;
  }

  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }

  .hero4-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero4-first-button {
    display: inline-block;
  }

  .form2-form-section-wrapper {
    padding: 30px;
  }

  .card-headline {
    width: 60%;
    display: block;
  }

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

  .home-extras-content {
    margin-top: 25px;
  }

  .cta4-headline-extrajumbo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .home-footer-link {
    margin-left: 0;
  }

  .bcchero {
    padding-left: 10px;
  }

  .image-2 {
    max-width: 98%;
  }

  .div-block {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    min-width: 90%;
  }

  .card02 {
    margin-right: 0;
  }

  .footercontainer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
  }

  .innerheader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headercwrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .container-4, .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 10px;
  }

  .gameswrapper {
    grid-template-columns: 1fr 1fr;
  }

  .right, .left {
    width: 70%;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .sponsorwraphp {
    width: 95%;
  }

  .topmargin40 {
    min-height: 100%;
  }

  .topmargin140 {
    min-height: 100%;
    margin-top: 20px;
  }

  .link-block {
    width: 300px;
  }

  .hedlogoimg {
    max-height: 40px;
    margin-top: 5px;
  }

  .div-block-8 {
    padding-top: 20px;
  }

  .image-12 {
    max-height: 35px;
  }

  .image-14 {
    width: 100%;
    min-width: 90%;
    height: 100%;
    min-height: 90%;
  }

  .hpaboutrt img {
    max-width: 90%;
  }

  .div-block-14 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .btn.big-button {
    padding: 14px 25px;
    display: block;
  }

  .btn.team3-left-button {
    margin-right: 0;
    display: block;
  }

  .btn.hero4-left-button {
    margin-right: 0;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  .btn-big.hero6-left-btn {
    margin-right: 0;
  }

  .page-name {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .structure-page-name {
    flex-direction: column;
  }

  .structure-section-name {
    text-align: center;
    margin-top: -10px;
  }

  .nav1-wrap {
    padding-top: 10px;
  }

  .nav1-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    margin-left: 10px;
  }

  .nav1-menu-btn {
    margin-top: -40px;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(#fffc, #fffc), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 88%;
  }

  .hero2-dark {
    background-image: linear-gradient(#11121266, #11121266), url('../images/header-2-landing.jpg');
    background-position: 0 0, 80%;
  }

  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }

  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .landing3-logo.landing3-logo-mob {
    display: none;
  }

  .form1 {
    flex-direction: column;
    align-items: stretch;
  }

  .cta2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero4-wrap {
    height: auto;
  }

  .hero4-first-button {
    margin-right: 0;
    display: block;
  }

  .signup-account-link {
    text-align: center;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team2-profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team3-profile-card {
    padding: 30px;
  }

  .team3-buttons-wrap {
    text-align: center;
    width: 100%;
    display: block;
  }

  .hero6-wrap {
    background-position: 0 0, 50%;
  }

  .hero6-buttons-wrap {
    margin-top: 30px;
  }

  .cta4-headline-extrajumbo {
    width: 100%;
  }

  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .products1-actions-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .products3-option-wrap {
    text-align: left;
  }

  .bcchero {
    min-height: 640px;
    padding-top: 40px;
  }

  .call2act1 {
    padding-left: 10px;
  }

  .white {
    padding-left: 0;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .patchsection {
    grid-template-columns: minmax(200px, .98fr);
  }

  .card02 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footercontainer {
    padding-left: 20px;
  }

  .innerheader {
    min-height: 20vh;
    padding-top: 20px;
  }

  .headingwrap {
    margin-bottom: 0;
  }

  .lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .list {
    width: 80%;
  }

  .gameswrapper {
    grid-template-columns: 1fr;
  }

  .gameslistwrap._250, .gameslistwrap._300 {
    height: 100%;
  }

  ._1200wrap {
    max-width: 96%;
  }

  .right, .left {
    width: 95%;
  }

  .sponsors-wrapper, .sponsorsmajor {
    width: 99%;
  }

  .sponsorcard {
    max-width: 99%;
  }

  .sponshead {
    font-size: 18px;
    line-height: 28px;
  }

  .spheaderwrapper {
    max-width: 220px;
  }

  .logowrapper {
    min-width: 75%;
    max-width: 98%;
    min-height: 150px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .topmargin140 {
    margin-top: 20px;
  }

  .form-block {
    width: 80vw;
    min-width: 280px;
  }

  .link-block.w--current {
    width: 240px;
    min-width: 200px;
  }

  .collection-list-wrapper, .collection-item-2 {
    width: 100%;
  }

  .headlogowrap {
    padding-top: 5px;
  }

  .wastcalogo {
    object-fit: cover;
    max-height: 60px;
    padding-left: 0;
  }

  .hedlogoimg {
    height: 50px;
  }

  .div-block-8 {
    padding-top: 0;
    display: flex;
  }

  .image-12 {
    height: 45px;
    margin-top: 4px;
  }

  .image-13 {
    margin-left: 0;
  }

  .hpaboutrt {
    max-width: 95%;
  }

  .hpaboutrt img, .hpaboutrt figure {
    max-width: 300px;
  }
}

#email.w-node-_69f09997-5796-adf9-e675-35fca86bfdf1-b7d5e8ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c09a5075-65b0-abdf-8432-04f9c5dbb6d6-f9d4be8a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_12a9685b-1c43-5b50-8999-0e4f4148c2ae-48cc171d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #email.w-node-_69f09997-5796-adf9-e675-35fca86bfdf1-b7d5e8ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


