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

.button-primary-2 {
  width: auto;
  height: 56px;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fa0285;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #fa0285;
}

.button-primary-2:active {
  background-color: #fa0285;
}

.header-wrapper {
  width: 90%;
  height: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gb-cta {
  width: 250px;
  height: 56px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #283f41;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
  display: none;
}

.gb-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.gb-cta:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 30px 0;
}

.hero-without-image {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-bottom: 0%;
  padding: 40px 0;
  position: relative;
}

.hero-wrapper {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  max-width: none;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header {
  width: 50%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.hero-text {
  width: 50%;
  color: #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.hero-cta {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.hero-cta:hover {
  color: #08b69c;
}

.hero-cta.two {
  width: auto;
  height: 56px;
  color: #283f41;
  background-color: #fa0285;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px 32px;
  font-weight: 700;
}

.gb-cta-text {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.footer-contain {
  width: 90%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: 32px;
  height: 32px;
}

.logo {
  width: 306px;
  height: 60px;
  margin-bottom: 0;
}

.text-rights {
  color: #fff;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-column-flat {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
  display: none;
}

.footer-06-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  display: block;
}

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

.social-wrap-2 {
  display: flex;
}

.secondary-link-dark {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  display: none;
}

.social-link {
  width: 55px;
  height: 55px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-link-large {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.footer-link-large:hover {
  color: #5e4dcd;
}

.footer-06 {
  height: auto;
  background-color: #fa0285;
  margin-top: auto;
  padding: 20px 0%;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: none;
}

.footer-bottom {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 30px;
  display: block;
}

.footer-link-wrapper {
  max-width: 420px;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

.body {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 35%), url('../images/3some-1440.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
}

.button {
  height: 56px;
  color: #fa0285;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-header, .hero-text {
    width: 50%;
  }

  .footer-contain {
    width: 90%;
    max-width: none;
  }

  .logo {
    width: 306px;
    height: 60px;
  }

  .text-rights {
    font-size: 10px;
  }

  .secondary-link-dark {
    font-weight: 500;
  }

  .footer-link-large {
    font-size: 15px;
    font-weight: 500;
  }

  .footer-06 {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-without-image {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    margin-bottom: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .hero-wrapper {
    width: 90%;
    max-width: none;
    justify-content: flex-start;
    display: block;
  }

  .hero-content {
    max-width: none;
    text-align: center;
    align-items: flex-start;
  }

  .hero-header {
    width: 50%;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
  }

  .hero-text {
    width: 50%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .hero-cta.two {
    background-color: #fa0285;
    margin-left: 0;
  }

  .footer-contain {
    width: 90%;
  }

  .footer-06 {
    margin-top: auto;
  }
}

@media screen and (min-width: 1920px) {
  .header-wrapper, .hero-wrapper {
    width: auto;
    max-width: 1660px;
  }

  .hero-header {
    width: 45%;
  }

  .hero-text {
    width: 40%;
  }

  .footer-contain {
    width: auto;
    max-width: 1660px;
  }

  .body {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 35%), url('../images/3some-1920.webp');
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .button-primary-2 {
    width: 200px;
    flex-direction: row;
    display: flex;
  }

  .header-wrapper {
    max-width: 728px;
  }

  .gb-cta {
    width: 200px;
    color: #fff;
    letter-spacing: 0;
    background-color: #fa0285;
    border-radius: 10px;
    flex-direction: row;
    display: flex;
  }

  .gb-cta:hover {
    color: #fff;
    background-color: #fa0285;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .hero-without-image {
    padding-top: 0;
  }

  .hero-wrapper {
    max-width: none;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-header {
    width: 70%;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
  }

  .hero-text {
    width: 80%;
  }

  .hero-cta.two {
    width: auto;
    height: 56px;
    margin-top: 1vh;
    margin-right: 0;
  }

  .gb-cta-text {
    letter-spacing: 0;
    white-space: nowrap;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .body {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 44%), url('../images/3some-768.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .image-4 {
    max-width: 85%;
  }

  .header-wrapper {
    width: 90%;
    max-width: none;
  }

  .gb-cta {
    width: 150px;
    letter-spacing: 0;
    padding: 0;
    font-weight: 700;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .hero-without-image {
    padding: 30px 0 60px;
  }

  .hero-wrapper {
    width: 90%;
  }

  .hero-content {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-header {
    width: 70%;
    font-size: 38px;
    line-height: 38px;
  }

  .hero-text {
    width: 70%;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-cta {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .hero-cta.two {
    width: 150px;
    padding: 0;
  }

  .logo {
    width: 400px;
    height: 75px;
  }

  .footer-link-large {
    line-height: 56px;
  }

  .footer-06 {
    height: auto;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper-2 {
    flex-direction: column;
  }

  .button-primary-2 {
    margin-top: 15px;
  }

  .image-4 {
    max-width: 100%;
  }

  .header-wrapper {
    max-width: none;
    flex-direction: column;
  }

  .gb-cta {
    color: #fff;
    letter-spacing: 0;
    background-color: #fa0285;
    margin-top: 15px;
  }

  .gb-cta:hover {
    color: #fff;
    background-color: #fa0285;
  }

  .navbar-logo-left-container.shadow-three {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(255, 255, 255, .36));
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero-without-image {
    margin-top: 0;
    padding: 50px 0 30px;
  }

  .hero-wrapper {
    width: 90%;
    max-width: none;
  }

  .hero-content {
    height: 500px;
    justify-content: flex-start;
  }

  .hero-header {
    width: auto;
    color: #fff;
    flex: none;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .hero-text {
    width: auto;
    color: #fff;
    margin-bottom: 12px;
  }

  .hero-cta {
    padding-bottom: 10px;
  }

  .gb-cta-text {
    letter-spacing: 0;
  }

  .image-3 {
    width: 55px;
    height: 55px;
  }

  .logo {
    width: 306px;
    height: 60px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .footer-column-flat {
    justify-content: flex-start;
    padding-right: 0;
  }

  .footer-06-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secondary-link-dark {
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .footer-link-large {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .footer-06 {
    height: auto;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .body {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 40%), url('../images/3some-375.webp');
  }
}


