h1.text-center {
  font-weight: 700;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #E94A47, #E191FD, #297BE3);
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0px auto;
  padding: 20px 0px; }

@media screen and (max-width: 991px) {
  .large-12.columns h2 {
    font-size: 19px;
    text-align: left; } }

@media screen and (max-width: 767px) {
  .main-slider {
    padding: 20px 20px; } }

.hero-flex {
  display: flex;
  padding: 30px 0px; }
  @media screen and (max-width: 991px) {
    .hero-flex {
      flex-wrap: wrap;
      padding: 10px 0px; } }
  .hero-flex .left {
    width: 100%; }
    .hero-flex .left .h1 {
      -webkit-background-clip: text;
      background-image: linear-gradient(to right, #E94A47, #E191FD, #297BE3);
      -webkit-text-fill-color: transparent;
      color: #464646;
      display: inline-block;
      text-align: left;
      font-weight: 800;
      margin: 0px 0px 10px 0px;
      font-size: 45px;
      text-transform: none;
      user-select: none; }
      @media screen and (max-width: 1199px) {
        .hero-flex .left .h1 {
          font-size: 40px; } }
      @media screen and (max-width: 991px) {
        .hero-flex .left .h1 {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .hero-flex .left .h1 {
          font-size: 22px; } }
    .hero-flex .left .content {
      text-align: left;
      font-size: 15px;
      color: #716E6E;
      max-width: 500px;
      font-weight: 400;
      margin: 0px 0px 30px 0px; }
    .hero-flex .left .db-button {
      display: inline-flex;
      align-items: center;
      padding: 0px 60px; }
      @media screen and (max-width: 991px) {
        .hero-flex .left .db-button {
          display: none; } }
      .hero-flex .left .db-button span {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin: 0px 0px 0px 8px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/arrow.svg"); }
  .hero-flex .right {
    flex-shrink: 0;
    margin: 0px 0px 0px 50px;
    min-height: 400px;
    min-width: 400px; }
    @media screen and (max-width: 991px) {
      .hero-flex .right {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: left !important;
        min-width: 300px; } }

@media screen and (max-width: 767px) {
  .stripe-regular {
    padding-top: 0px; } }

.db-form {
  width: 380px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 991px) {
    .db-form {
      width: 100%;
      padding: 20px 20px; } }
  .db-form h3 {
    text-transform: none;
    font-size: 25px;
    font-weight: 700;
    color: #575777;
    margin: 0px 0px 20px 0px;
    text-align: left; }
    @media screen and (max-width: 991px) {
      .db-form h3 {
        font-size: 18px; } }
  .db-form .field {
    margin: 0px 0px 15px 0px;
    text-align: left; }
    .db-form .field .text {
      width: 100%;
      height: 45px;
      background-color: #D3D3E0;
      border: none;
      display: block;
      padding: 0px 20px;
      border-radius: 30px;
      font-size: 14px; }
  .db-form .field-button {
    padding: 0px 0px 0px 0px;
    margin: 0px; }
  .db-form .field-fix {
    margin: 0px 0px 10px 0px; }
  .db-form input[type='checkbox'] {
    float: left;
    margin: 6px 5px 8px 0px !important; }
  .db-form .label-check {
    font-size: 13px;
    color: #77779B; }

.row {
  max-width: 1100px !important; }

.db-button {
  display: inline-block;
  padding: 0px 20px;
  line-height: 52px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(82.54deg, #E94A47 -12.21%, #E481CC 52.32%, #7586EE 117.83%);
  border-radius: 30px;
  border: none;
  outline: none; }
  .db-button:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  .coupons-wrapper h2 {
    text-align: center !important; } }

ul.rr {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    ul.rr {
      margin: 0px 0px; } }
  ul.rr.footer-menu {
    display: block; }
  ul.rr .wrapper-3 {
    width: 100%;
    margin: 0px 0px 25px 0px !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0px !important;
    transition: all ease 0.3s; }
    @media screen and (max-width: 767px) {
      ul.rr .wrapper-3 {
        max-width: 400px;
        margin: 0px auto 25px auto !important; } }
    ul.rr .wrapper-3:hover {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); }
    ul.rr .wrapper-3 .large-3 {
      width: 25% !important; }
      @media screen and (max-width: 767px) {
        ul.rr .wrapper-3 .large-3 {
          width: 100% !important; } }
    ul.rr .wrapper-3 .large-9 {
      width: 75% !important;
      padding: 15px 15px 15px 15px; }
      @media screen and (max-width: 767px) {
        ul.rr .wrapper-3 .large-9 {
          width: 100% !important; } }
      @media screen and (max-width: 767px) {
        ul.rr .wrapper-3 .large-9 .col-middle {
          padding: 0px 10px; }
          ul.rr .wrapper-3 .large-9 .col-middle h2 {
            text-align: left; } }
    ul.rr .wrapper-3 h2 {
      font-size: 18px;
      font-weight: 600;
      color: #575777;
      margin: 0px 0px 5px 0px; }
    ul.rr .wrapper-3 .db-button {
      font-size: 13px;
      display: inline-flex !important;
      align-items: center;
      line-height: 45px;
      padding: 0px 8px 0px 20px !important; }
      ul.rr .wrapper-3 .db-button span {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin: 0px 0px 0px 15px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/arrow.svg");
        transform: rotate(-90deg); }

.top-wrap ul.rr {
  float: right;
  padding: 8px 0px 0px 0px; }

#form_search .input.primary {
  width: 100%;
  height: 52px;
  background-color: #D3D3E0;
  border: none;
  display: block;
  padding: 0px 20px;
  border-radius: 30px;
  font-size: 14px; }

.search-wrap {
  border-top-color: #e3e1e1; }

.logo a {
  display: block;
  align-items: center;
  float: left;
  margin: 14px 0px 0px 0px;
  white-space: nowrap; }
  .logo a img {
    flex-shrink: 0;
    margin: -10px 5px 0px 0px;
    float: left; }
  .logo a span {
    white-space: nowrap;
    color: #575777;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #E94A47, #E191FD, #297BE3);
    -webkit-text-fill-color: transparent; }

@media screen and (max-width: 1099px) {
  .top-wrap .large-3 {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center; } }

@media screen and (max-width: 1099px) {
  .top-wrap .large-9 {
    width: 100%; }
    .top-wrap .large-9 ul {
      float: none;
      justify-content: center; } }

#form_search .db-button {
  padding: 0px;
  text-align: center;
  font-size: 13px;
  font-weight: 600; }

.small-6.large-2.columns img {
  width: 140px; }

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