:root {
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --black: #192024;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
  --sandy-brown: #f8c740;
  --dark-slate-gray: #2d3e4f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #152838;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #152838;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: #152838;
  font-size: 14px;
  text-decoration: underline;
}

a:hover {
  color: #43ff82;
}

li {
  font-size: 14px;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #152838;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #43ff82;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navigation-link {
  color: #152838;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #43ff82;
}

.navigation-link.w--current {
  color: #152838;
}

.navigation-link.w--current:hover {
  color: #43ff82;
}

.navigation-link.w--current:active {
  color: #64ff7e;
}

.navigation-bar {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section {
  text-align: center;
  padding: 80px 10px;
  position: relative;
}

.section.blue-background {
  background-color: #152838;
}

.section.white-typo {
  color: #fff;
  background-color: #152838;
}

.info-box {
  text-align: center;
  border: 1px #152838;
  border-radius: 10px;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0 0 5px 2px #0003;
}

.info-box.blue-one-size {
  height: 540px;
  margin-bottom: 20px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#64ff7e52, #2e9dff38), url('../images/zweltenbanner.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #43ff82;
  padding-top: 200px;
  padding-bottom: 180px;
}

.hero-section.about-us {
  text-align: center;
  background-image: linear-gradient(#64ff7e52, #2e9dff38), url('../images/bonuswelten-about-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #43ff82;
  padding-top: 220px;
  padding-bottom: 240px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #43ff82;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #64ff7e;
  border-color: #64ff7e;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  color: #43ff82;
}

.section-subheading.center {
  color: #152838;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.white-text {
  color: #fff;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  color: #fff;
  text-align: center;
  background-color: #152838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #006c77;
  border-radius: 20px;
  width: 40%;
  margin: 20px auto 40px;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #358d44;
}

.footer-link {
  color: #152838;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #43ff82;
}

.image-bottom-spacing {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-brand {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.banner-box {
  background-color: #fff;
  border: 1px #dcebf7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-box.brand-rank {
  background-color: #ffbf00;
  border-style: none;
  border-radius: 0 10px 10px 0;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  font-family: Permanent Marker;
}

.banner-box.brand-rank.green {
  background-color: #006c77;
}

.banner-box.brand-logo {
  background-color: #64ff7e52;
  border-radius: 10px 0 0 10px;
  margin-left: -10px;
}

.banner-box.bonus {
  background-color: #64ff7e52;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.banner-rank {
  font-family: Anton, sans-serif;
  font-size: 50px;
}

.banner-rank.light {
  color: #d1d1d1;
}

.column-2 {
  padding-left: 4px;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.logo {
  padding: 20px;
}

.ranking-number {
  background-color: #ffbf00;
  border-radius: 50%;
  padding: 40px 20px;
  font-size: 40px;
}

.brand-name {
  font-size: 15px;
}

.brand-banner {
  border-radius: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  box-shadow: 0 0 5px 2px #0003;
}

.banner-font-margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-casino-ranking {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-why {
  margin-bottom: 60px;
}

.container {
  text-align: center;
}

.image-logo {
  margin-top: 40px;
}

.checkbox-field {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 20px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 400;
}

.footer-text-disclaimer {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
}

.terms {
  text-align: left;
}

.imprint-image {
  padding-top: 20px;
  padding-bottom: 20px;
}

.white-link {
  color: #fff;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-team {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.unsere-team-werte {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.team-wrapper-two {
  justify-content: space-around;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-info-top-box {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-info-top-box-2 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.logo-z {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.grid-unsere-werte {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.about-links-inner {
  text-transform: none;
  font-size: 18px;
  text-decoration: none;
}

.about-box {
  text-align: center;
}

.about-us-image {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-about-us-group {
  margin-top: 60px;
  margin-bottom: 60px;
}

.partner-image {
  margin-top: 0;
  margin-bottom: 10px;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.logos {
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 20px;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-icon {
  border: 1px #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-header {
  text-align: left;
  border: 1px #dcebf7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-paragraph {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-feature-box-head {
  background-color: #43ff820f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 40px;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.about-us-feature-box-follow {
  background-color: #43ff820f;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.about-us-feature-box-bottom {
  background-color: #43ff820f;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.vision-and-mission-box {
  text-align: left;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.misson-and-vision-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
}

.colums-flex-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.spacer-image-top {
  margin-top: 40px;
}

.spacer-image-bottom {
  margin-top: 0;
}

.premium-partner-header {
  margin-top: 20px;
  margin-bottom: 40px;
}

.logos-footer {
  margin-bottom: 0;
  padding: 0 30px;
  position: relative;
}

.section-topheader {
  margin-bottom: 5px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 10px;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button, .hamburger-button:hover, .hamburger-button:active {
    background-color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #152838;
  }

  .info-box {
    height: 600px;
  }

  .info-box.blue-one-size {
    height: 500px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section.about-us {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .brand-name {
    font-size: 12px;
  }

  .container-team {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .about-box {
    height: 600px;
  }

  .about-us-image, .partner-image {
    width: 50%;
    padding: 15px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .feature-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vision-and-mission-box {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .info-box {
    margin-bottom: 30px;
  }

  .info-box.blue-one-size {
    height: 560px;
  }

  .hero-section.centered, .hero-section.about-us {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    text-align: center;
  }

  .footer.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc, .banner-box {
    margin-bottom: 30px;
  }

  .banner-box.brand-rank.yellow, .banner-box.brand-rank.green {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-box.brand-logo {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-box.bonus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 5px;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .brand-banner, .section-why {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .unsere-team-werte {
    padding: 60px 15px;
  }

  .team-wrapper-two {
    flex-direction: column;
  }

  .team-info-top-box {
    max-width: none;
    margin-bottom: 40px;
  }

  .grid-unsere-werte {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .about-box {
    margin-bottom: 30px;
  }

  .about-us-image {
    width: 20%;
    padding: 20px;
  }

  .partner-image {
    width: 50%;
    padding: 20px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .logos {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .responsible-gaming-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .feature-icon {
    margin-bottom: auto;
  }

  .feature-header {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: auto;
  }

  .feature-paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-us-feature-box-head, .about-us-feature-box-follow {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-feature-box-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vision-and-mission-box {
    margin-bottom: 30px;
  }

  .logos-footer {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .button {
    margin-bottom: 25px;
  }

  .hamburger-button:hover {
    background-color: #fff;
  }

  .navigation-menu {
    background-color: #152838;
  }

  .info-box, .info-box.blue-one-size {
    height: 520px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-subheading.center {
    font-size: 13px;
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .banner-box {
    min-height: 120px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .banner-box.brand-rank.yellow {
    border-radius: 10px 10px 0 0;
    min-height: 80px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .banner-box.brand-rank.green {
    border-radius: 10px 10px 0 0;
    min-height: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-box.brand-logo {
    border-radius: 0;
    min-height: 120px;
    margin-bottom: 0;
  }

  .banner-box.bonus {
    border-radius: 0;
    min-height: 90px;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .brand-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    color: #152838;
  }

  .container-team {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

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

  .grid-unsere-werte {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .about-links-inner {
    font-size: 15px;
  }

  .about-box {
    height: 520px;
  }

  .about-us-image {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .partner-image {
    width: 90%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .responsible-gaming-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .feature-icon {
    min-height: 120px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .feature-header {
    min-height: 60px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .feature-paragraph {
    min-height: 120px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .about-us-feature-box-head, .about-us-feature-box-follow, .about-us-feature-box-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vision-and-mission-box {
    height: 50px;
  }

  .colums-flex-center {
    flex-flow: column;
  }

  .logo-image-footer {
    width: 60%;
  }

  .column-4, .column-5 {
    height: 320px;
  }
}

#w-node-_03513a65-1800-a6fe-ab8d-f799018c205a-026334b9, #w-node-_03513a65-1800-a6fe-ab8d-f799018c2065-026334b9, #w-node-_03513a65-1800-a6fe-ab8d-f799018c206f-026334b9, #w-node-de22e4ff-4214-27eb-dd76-dc14360b438b-026334b9, #w-node-de22e4ff-4214-27eb-dd76-dc14360b4396-026334b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_03513a65-1800-a6fe-ab8d-f799018c2065-026334b9, #w-node-_03513a65-1800-a6fe-ab8d-f799018c206f-026334b9, #w-node-de22e4ff-4214-27eb-dd76-dc14360b4396-026334b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


