
   * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #121212;
}

p, a, i, div {
  color: #ffffff;
  font-family: 'JostRegular';
}

@media (orientation: landscape) {
  .portrait {
    display: none !important;
  }
  .landscape {
    display: block !important;
  }
  .acq-wrap.second.landscape {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (orientation: portrait) {
  .portrait {
    display: block !important;
    padding: 0 12px;
    position: relative;
    z-index: 10;
  }
  .portrait .acq-offer-text {
    text-align: center;
    max-width: 90%;
    margin-left: 5%;
  }
  .landscape {
    display: none !important;
  }
}

.portrait .acq-offer-text h2:nth-child(1), .landscape .acq-offer-text h2:nth-child(1){
    text-transform: uppercase;
}
.acq-offer-terms p {
    font-size: 10px !important;
}

 .mob-icons a {
  pointer-events: none !important;
}
/*.portrait .acq-offer-icons a:first-child{
 display: none !important;
}*/

.cta-button {
  color: #05372C !important;
  border: 0.2vw solid transparent;
  text-decoration: none;
  display: block;
  text-align: center;
  width: auto;
  width: fit-content;
  min-width: 33%;
  font-size: 1.5vw;
  border-radius: 2.2vw;
  /*font-weight: 600;*/
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  background: #F1C141;
  padding: 1vw 3.5vw;
  background: -webkit-radial-gradient(circle, #f9f1c9 50%, #faf08c 100%);
  background: radial-gradient(circle, #f9f1c9 50%, #faf08c 100%);
font-family: 'JostRegular';
text-transform: uppercase;
}

.cta-button:hover {
  background: none;
  background: radial-gradient(circle, #f9f1c9 50%, #faf08c 100%);
  /*color: #F1C141 !important;*/
  border: 0.2vw solid #F1C141;
}
@media only screen 
and (min-width : 501px) 
and (orientation : portrait) { 
.cta-button{
    width: 60%;
    margin: 0 auto!important;
    font-size: 3vw;
    border-radius: 6vw;
}
}

@media only screen and (max-width: 500px) {
  .cta-button {
    width: 100%;
    width: fit-content;
    margin: 0 auto;
    font-size: 24px;
    border-radius: 50px;
    border-width: 3px;
    padding: 10px 40px;
    margin: 25px auto 0 !important;
  }
  .cta-button:hover {
    border-width: 3px;
  }
}
@media only screen and (max-width: 350px) {
  .cta-button {
    font-size: 22px;
  }
}
.acq-bg-wrapp {
  position: relative;
  width: 100%;
}

.acq-bg-wrapp picture.background {
 
}

/* .acq-bg-wrapp:first-child picture.background img{
  position: absolute;
  top: 0;
  left: 0;
} */

.acq-offer-text {
  max-width: 59%;
}

.acq-offer-text h2.size-a {
  font-size: 44px;
  font-family: 'JostRegular' !important;
}

.acq-offer-text h2.color-a {
  color: #DDDCAA;
}

.acq-offer-text h2.size-b {
    font-size: 28px;
   font-family: 'JostRegular' !important;

}

.acq-offer-text h2.size-c {
  font-size: 18px;
  font-family: 'JostRegular' !important;
}

.acq-offer-text h2:first-child {margin:0}

.acq-offer-text h2.color-b {
  color: #41b169;
}

@media (orientation: portrait) {
  .acq-offer-text {
    max-width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .acq-offer-text {
    max-width: 80%;
  }
  .acq-offer-text h2.size-a {
    font-size: 30px;
  }
  .acq-offer-text h2.size-b {
    font-size: 19px;
  }
  .acq-offer-text h2.size-c {
  font-size: 15px;
  }
}
/* .acq-bg-wrapp:first-child .acq-wrap {
  position: relative;
  top: unset;
  left: unset;
  
} */
.acq-wrap {
  width: 100%;
  max-width: 70%;
  margin: 0 15% 1%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (orientation: portrait) {
  .acq-wrap {
    max-width: 90%;
    margin: 0 5%;
    padding: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 500px) {
  .acq-wrap {
    max-width: 100%;
    margin: 0;
  }
}

.acq-wrap #acq-nav {
  width: 100%;
}

.acq-wrap #acq-nav a#acq-logo {
  display: inline-block;
  max-width: 7vw;
}

@media (orientation: portrait) {
  .acq-wrap #acq-nav a#acq-logo {
    max-width: 14vw;
  }
}

@media (orientation: portrait) {
  .acq-wrap .acq-offer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.acq-wrap .acq-offer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.acq-wrap .acq-offer-actions .landscape {
  width: 33%;
}

.acq-wrap .acq-offer-actions .acq-offer-actions-content p.portrait {
  padding: 0;
  display: inline-block;
}


@media only screen and (max-width: 500px) {
  .acq-wrap .acq-offer-actions .acq-offer-actions-content p.portrait {
    font-size: 12px;
  }
}

.acq-wrap .acq-offer-actions .acq-offer-actions-content a {
  font-size: 12px;
  color: #DDDCAA;
  display: inline-block;
font-family: 'JostRegular';
}

@media (orientation: portrait) {
  .acq-wrap .acq-offer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .acq-wrap .acq-offer-actions .acq-offer-actions-content {
    width: auto;
  }
  .acq-wrap .acq-offer-actions .acq-offer-actions-content p.portrait {
    display: inline-block !important;
  }
}

@media (orientation: portrait) {
  .acq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.acq-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.acq-steps .acq-step {
  max-width: 30%;
  width:30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1vw;
  padding-left: 2vw;
  border-left: 3px solid #DDDCAA;
}

.acq-steps .acq-step .acq-step-no {
  font-size: 5vw;
  font-weight: bold;
  line-height: 75%;
  margin-right: 10px;
  color: #DDDCAA;
  font-family: "MontserratExtraBold", verdana, sans-serif !important;
}

.acq-steps .acq-step .acq-step-content {
  max-width: 50%;
}

.acq-steps .acq-step .acq-step-content .acq-step-title {
  color: #DDDCAA;
  font-size: 14px;
  font-family: "JostBold";
}

.acq-steps .acq-step .acq-step-content .acq-step-text {
  font-size: 12px;
color: #DDDCAA;
}

@media only screen and (max-width: 500px) {
  .acq-steps{
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
  }
  .acq-steps .acq-step {
     max-width: 33%;
    width: 30%;
    padding-left: 1vw;
    border-left: none;
    position: relative;
  }
  .acq-steps .acq-step:nth-child(1) .acq-step-content{
   margin-left: 6px;
  }
.acq-steps .acq-step:nth-child(2):before, .acq-steps .acq-step:nth-child(3):before, 
.acq-steps .acq-step:nth-child(1):before {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #41b169;
    display: block;
    position: absolute;
    top: 0;
    right: 108%;
}
  .acq-steps .acq-step .acq-step-no {
    font-size: 30px;
    line-height: 100%;
  }
  .acq-steps .acq-step .acq-step-content {
    max-width: 92%;
  }
  .acq-steps .acq-step .acq-step-content .acq-step-title {
    font-size: 11px;
    line-height: 1.1;
  }
  .acq-steps .acq-step .acq-step-content .acq-step-text {
    font-size: 10px;
    line-height: 1.1;
color: #DDDCAA;
  }
}

.acq-offer-terms {
  max-width: 66%;
  font-size: 10px;
  padding: 20px 0;
}
.acq-offer-terms p{
  font-family: "JostLight" !important;
  color: #DDDCAA;
}

.acq-offer-terms a {
  color: #DDDCAA;
}

@media (orientation: portrait) {
  .acq-offer-terms {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .acq-offer-terms {
    padding: 0;
  }
}

.acq-offer-icons {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0;
}

.acq-offer-icons a {
  width: 40%;
}
@media only screen and (max-width: 948px) {
   .acq-bg-wrapp:first-child picture.background img{
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .acq-offer-icons.sec-icons{
    display: none !important;
  }
 
}
@media only screen and (min-width: 768px) {
  .acq-offer-icons.mob-icons{
    display: none;
  }
}

@media (orientation: portrait) {
  .acq-offer-icons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.acq-wrap.second {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (orientation: portrait) {
  .acq-wrap.second {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.acq-bg-wrapp.second {
  margin-top: -4px;
}
@media only screen 
and (max-width : 1240px) 
and (orientation : landscape) { 
.acq-wrap{
    max-width: 98%;
    margin: 0 2% 1%;
}
.acq-offer-text h2.size-a {
    font-size: 3vw;
}
.acq-offer-text h2.size-b {
    font-size: 2.4vw;
}
.acq-offer-text h2.size-c {
  font-size: 1.4516vw;
}
.acq-offer-terms {
    padding: 0;
}
}
@media only screen 
and (min-width : 1400px) 
and (orientation : landscape) { 
.acq-offer-text h2.size-a {
    font-size: 3.2vw;
}
.acq-offer-text h2.size-b {
    font-size: 2.1vw;
}
.acq-offer-text h2.size-c {
  font-size: 1.286vw;
}

.acq-offer-terms {
    font-size: 12px;
}
}

section.acq-wrap.third {
    position: relative;
}
.tc p, .tc a, .tc li, .tc span, .tc div {
    font-size: 15px;
    color: #d3d3d3;
}
h2.tctitle {
   font-family: 'JostRegular';
   color: #DDDCAA;
}
section.acq-wrap.third .tc a {
    color: #41b169;
}
#footer .p-footer-links {display:none;}
#fullContent footer, .flex-repeater #footer.main-footer {
    background-color: inherit;
}
@media only screen and (max-width: 948px) {
  .acq-bg-wrapp:first-child{
   padding-bottom: 30px; 
 }
  .acq-offer-icons.sec-icons{
   display: none !important;
 }


 .acq-bg-wrapp:first-child .acq-wrap {
  position: relative;
  top: unset;
  left: unset;
}

.acq-bg-wrapp:first-child picture.background img {
  position: absolute;
  top: 0;
  left: 0;
}
.acq-steps{
  margin-bottom: unset;
}

}