:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Baskervville, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #50698e;
}

.mg-bottom-40px {
  color: #fff;
  margin-bottom: 40px;
}

.mg-bottom-40px.sms-hero-content {
  text-align: center;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
}

.mg-bottom-40px.sms-hero-content.h-a {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: bickham-script-pro-3, sans-serif;
  font-size: 70px;
}

.inner-container-500px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-500px.sms {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ctasms, .hero-heading {
  color: #fff;
}

.hero-heading.sms {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 22px;
  text-decoration: none;
}

.inner-container-550px {
  max-width: 550px;
}

.inner-container-550px.position-relative {
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff7629;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  box-shadow: 0 6px 16px #fe863047;
}

.button-primary:hover {
  color: #fff;
  transform: scale3d(1.05, 1.05, .01);
  box-shadow: 0 6px 20px 5px #fe863047;
}

.button-primary._2-buttons {
  background-color: #fe6000;
  margin-bottom: 16px;
  margin-right: 24px;
}

.button-primary._2-buttons.home {
  background-color: #fe6000;
  border-radius: 25px;
  margin-right: 0;
}

.button-primary._2-buttons.home.sms-btn {
  width: 70%;
}

.color-primary-1 {
  color: #ff7629;
}

.sms-hero {
  border-radius: 50px;
}

.link, .bold-text {
  color: #fe6000;
}

.form-section-inner-04 {
  text-align: left;
  background-color: #fff0;
  border: 0 solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin-top: 0;
  padding: 50px;
  display: flex;
}

.paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.big-image-form-04 {
  background-image: linear-gradient(#00000080, #00000080), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 450px;
}

.form-block-04 {
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.form-section-04 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.contact-text {
  margin-bottom: 1px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.text-field-inform {
  border: 1px solid #dbdbdb;
  border-radius: 80px;
  height: 48px;
  margin-bottom: 24px;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.contact-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.in-form {
  text-align: center;
  width: 100%;
}

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

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkbox-label {
  color: #fff;
  text-align: left;
}

.checkbox-field {
  text-align: left;
}

.image {
  opacity: 1;
  background-image: url('../images/700-ZOLA.jpg');
  background-position: 63% 70%;
  background-repeat: no-repeat;
  background-size: auto 44em;
  border: 5px #fff;
  border-radius: 0;
  width: 100%;
  height: 37em;
}

.image.lightbox {
  border-style: none;
}

.button-primary-2 {
  color: #354250;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 24px 168px;
  font-size: 30px;
  line-height: 20px;
  transition: all .2s;
  position: sticky;
  inset: auto 0% 3%;
  box-shadow: 0 2px 9px 11px #0003;
}

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

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

.button-primary-2.button-primary {
  padding: 20px 150px;
}

.section {
  text-transform: capitalize;
  background-image: linear-gradient(90deg, #4e668a 25%, #425575 52%);
  text-decoration: none;
}

.bold-text-2 {
  font-size: 19px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .mg-bottom-40px.sms-hero-content, .hero-heading.sms {
    text-align: center;
  }

  .button-primary._2-buttons {
    margin-right: 20px;
  }

  .button-primary._2-buttons.home {
    margin-right: 0;
  }

  .form-block-04 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary._2-buttons.home {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .button-primary._2-buttons.home.sms-btn {
    margin-bottom: 12px;
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media screen and (max-width: 479px) {
  .mg-bottom-40px {
    display: none;
  }

  .mg-bottom-40px.sms-hero-content {
    text-align: center;
    width: 90%;
    margin-bottom: 0;
    font-size: 15px;
    display: block;
  }

  .mg-bottom-40px.sms-hero-content.h-a {
    font-size: 63px;
  }

  .inner-container-500px.sms {
    grid-row-gap: 10px;
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
  }

  .ctasms {
    color: #fff;
  }

  .hero-heading.sms {
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    line-height: 30px;
  }

  .inner-container-550px.position-relative {
    margin-top: 0;
    padding-top: 0;
  }

  .button-primary {
    flex: 1;
    width: 100%;
    display: block;
  }

  .button-primary._2-buttons {
    margin-right: 0;
  }

  .button-primary._2-buttons.home {
    margin-bottom: 13px;
    margin-right: 0;
  }

  .button-primary._2-buttons.home.sms-btn {
    width: 90%;
    margin-bottom: -4px;
  }

  .color-primary-1, .color-primary-1.heading-color {
    font-size: 25px;
  }

  .color-primary-1.intext {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }

  .expires {
    font-size: 15px;
  }

  .text-span {
    text-transform: capitalize;
    font-weight: 700;
  }

  .form-section-inner-04 {
    border-width: 0;
    width: 90%;
    padding: 20px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    align-items: flex-start;
    width: 100%;
  }

  .text-field-inform {
    margin-bottom: 16px;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .checkbox-label {
    text-align: left;
  }

  .image {
    background-position: 60% 70%;
    border-radius: 0;
  }

  .button-primary-2 {
    padding-left: 128px;
    padding-right: 128px;
  }
}


