@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&amp;display=swap');

html { scroll-behavior: smooth; }

* { margin: 0; padding: 0; }

body {
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
	 padding-top: 0 !important;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*
Web Vision Specific 
*/

.masthead {
	display: none !important;
}

#wrapper_sleeve {
	margin-top: 0 !important;
}

.container .inner-sleeve {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.grid .column>* {
    margin-bottom: 0;
}

.wallpaper-applied #wrapper_sleeve {
	max-width: 100%;
}

.wallpaper-applied #wrapper_sleeve>:first-child {
    padding-top: 0;
}

.wallpaper-applied:not(.story-is-group) #wrapper_sleeve>:first-child {
    padding-top: 0;
  }

.wallpaper-applied.site-width-1024 .ad-style1, .wallpaper-applied.site-width-1024 .container .inner-sleeve {
    max-width: 100%;
}

.wallpaper-applied.site-width-1024 #wrapper_sleeve { 
  max-width: 100%;
}

/*
    Structure
*/

#header { 
    background-color: #000000; 
    display: flex;
    flex-wrap: wrap;      
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 0 15px;
}

#branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
}

#branding ul {
    padding: 0;
	 margin: 0;
	 line-height: 25px;
	 list-style-type: none;
    text-align: right;
}

#branding li {
	padding: 0;
	margin: 0;
}

#branding a {
    color: #FFFFFF;
    font-size: 16px;
	 line-height: 25px;
}

h1 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.005em;
  padding: 0 0 0 0;
  margin: 10px 0 30px 0;
  text-align: center;
}

h1.offer-title {
    color: #f3f3f3;
    font-size: 37px;	
    margin: -20px 0 30px 0;
}

h1.offer-title .offer-title-highlight {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 90px;
}

h1.offer-title.img {
	margin-top: -45px;
}

h1.offer-title.xmas-img {
	margin-top: -5px;
}

h1.offer-title-12 {
    font-family: ff-unit-slab-web,serif;    
    color: #f3f3f3;
    font-size: 37px;
    margin: -20px 0 10px 0;
    padding: 0;
}

h1.offer-title-12 .offer-title-highlight-12 {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 128px;
    line-height: normal;
}

h1.offer-title-1-12 {
  font-family: ff-unit-slab-web,serif;    
  color: #f3f3f3;
  font-size: 55px;
  margin: -20px 0 20px 0;
  padding: 0;
}

h1.offer-title-1-12 .offer-title-highlight-1-12 {
  color: #fdda24;
  font-family: ff-unit-slab-web,serif;
  font-size: 115px;
  line-height: normal;
}

h1.offer-title-1 {
    font-family: ff-unit-slab-web,serif;    
    color: #f3f3f3;
    font-size: 37px;
    margin: 25px 0 10px 0;
    padding: 0;
}

h1.offer-title-1 .offer-title-highlight-1 {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 128px;
    line-height: 45px;
}

h1.offer-title-ppc {
    color: #f3f3f3;
    font-size: 35px;	
    margin: 0 0 30px 0;
}

h1.offer-title-ppc .offer-title-highlight-ppc {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 50px;
}

h1.offer-title-ppc89 {
    color: #ffffff;
    font-size: 35px;
	 line-height: normal;
    margin: 20px 0 30px 0;
}

h1.offer-title-ppc89 .offer-title-highlight-ppc89 {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 76px;
	 text-transform: uppercase;
}

h1.offer-title-sixweeks {
    color: #f3f3f3;
    font-size: 73px;	
    margin: 0 0 30px 0;
    line-height: 70px;
}

h1.offer-title-sixweeks .offer-title-highlight-sixweeks {
    color: #fdda24;
    font-family: ff-unit-slab-web,serif;
    font-size: 50px;
}

#offers {
  background: linear-gradient( 180deg, #fff 50%, #F3F3F3 100%);
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}

#offers:after {
    background: #000000;
    content: '';
    height: 340px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
  } 

  #offers.sixweeks:after {
    background: #000000;
    content: '';
    height: 252px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }  

  #offers.gold-edition:after {
    background: #000000;
    content: '';
    height: 372px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }
  
  #offers.save-89:after {
    background: #000000;
    content: '';
    height: 362px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }

.card {
  background: #FFFFFF;
  border: 2px solid #D4D4D4;
  border-radius: 15px;
  box-sizing: content-box;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 30px 25px;
  margin: 0 15px 20px 15px;
  text-align: center;
  z-index: 1;
  width: 338px;
}

.card h2 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  letter-spacing: -0.015em;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;    
  }

.card p {
  font-family: 'Inter', sans-serif;
  line-height: 20px;
  margin-bottom: 24px;
}

.card p > span {
    background: #FDDA24;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

p.corp-para {
  margin-bottom: 30px; 
  font-size: 16px; 
  line-height: 24px; 
  padding: 0 0px;
}

p.corp-para strong {
  padding-bottom: 12px;
  display: inline-block;
}

.card ul {
  font-family: 'Inter', sans-serif;
  list-style: none;
  line-height: 25px;
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
}

.card li {
  color: #494949;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;          
}

.card ul li:first-of-type {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.card ul li:last-of-type {
  font-weight: 600;
  margin-top: 10px;
}      

.card ul li:last-of-type a {      
  color: #C5003E;
}

p.sp-offer {
  background: #FDDA24;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
}

p.sp-price {
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

p.sp-price span {
  background: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.offer-select span.save {
  font-size: 16px!important;
  font-weight: normal!important;
}

#subs-included {
  background: linear-gradient( 180deg, #F3F3F3 100%, #fff 50%);
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 0 20px 0;
}

.included-card {
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 756px;
  }

  .included-card ul {
    font-family: 'Inter', sans-serif;
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0 0 0 0;
  }
  
  .included-card li {
    color: #494949;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;          
  }
  
  .included-card ul li:first-of-type {
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  .included-card ul li:last-of-type {
      font-weight: 600;
      margin-top: 10px;
  }      
  
  .included-card ul li:last-of-type a {      
    color: #C5003E;
  }  

.free-reports {
	 background: #F7D9E2;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.free-reports h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
	 letter-spacing: -0.015em;
	 padding: 0;
    margin: 5px 0 5px 0;
}

.offer-select.active {
  background: #F7D9E2;
  color: #C5003E !important;
}      

.offer-select.active span {
  font-weight: 600;
}

.gold-edition .card .offer-select.active span {
    line-height: 30px;
}

.offer-select.active .radio-active {
  display: block;
}

.offer-select.active .radio-inactive {
  display: none;
}  

.offer-select {
  font-family: 'Inter', sans-serif;
  background: #F3F3F3;
  box-sizing: border-box;
  border-radius: 15px;
  color: #494949 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 15px 15px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.offer-select .radio-active {
  display: none;
}

.offer-select .radio-inactive {
  display: block;
}    

.offer-select:hover {
  background: #F7D9E2;
  color: #C5003E !important;    
  text-decoration: none;
}

.offer-select img {
  margin-right: 10px;
}  

.offer-select strong {
  flex-grow: 1;
}

.offer-select span {
  font-size: 16px;
  text-align: right;
}

.gold-edition .card .offer-select span {
    line-height: 30px;
}

.subscribe-now-button {
  background: #C5003E;
  border: 2px solid #8F002D;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.sub-btn-corp {
  margin-top: 0;
  background: #fdda24;
  color: #000000 !important;
  padding: 20px 0;
  border: 2px solid #f1cc0c;
}

.subscribe-now-button:hover {
  text-decoration: none;
  background: #E00047;
}

.sub-btn-corp:hover {
  text-decoration: none;
  background: #F7CE02;
}

.subscribe-now-button strong {
  font-size: 25px;
}

.subscribe-now-button.inactive {
  display: none;
}

.subscribe-now-button.disabled {
  background: #494949;
  border: 2px solid #000000;
  color: #FFFFFF;
}          

#more-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#more-info.group-subs {
	padding-bottom: 20px;
}

#more-info.group-subs .corp-subs {
	border-bottom: 0;
}

#more-info.group-subs .corp-subs .subs-manager {
	padding: 25px 0;
}

#more-info.group-subs .corp-subs h1 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 25px 0 15px 0;
  padding: 0 0 0 0;
  text-align: left;
}

#more-info.group-subs .corp-subs h3 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.corp-offer-section {
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;   
}

.corp-offer-content {
    background: #F7D9E2;
    border: 2px solid #F7D9E2;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 758px;
}

.corp-offer-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.corp-offer-content h2 span {
    font-size: 20px;
}

.corp-offer-content a {
    width: 50%;
}

.subs-manager {
  align-items: center;
  display: flex;
  padding-top: 35px;
}

.subs-manager img {
  margin-right: 20px;
  border-radius: 100%;
}

.modal { 
  max-width: 750px !important;
}

.corp-subs, .have-a-question {
    border-bottom: 2px solid #E5E5E5;
    padding: 30px 0 25px 0;
    width: 100%;
    max-width: 830px;
}

.have-a-question {
  border-bottom: 0;
}

.corp-subs h2, .have-a-question h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin-bottom: 15px;
}

.corp-subs p, .have-a-question p {
    font-size: 16px;
	 line-height: 25px;
	 margin: 0;
}

.corp-subs ul {
	padding: 20px 0 30px 40px;
	margin: 0;
}

.corp-subs ul li {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

a {
    color: #C5003E;
}

#feefo-service-review-carousel-widgetId {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 43px 0;
}

#faqs {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  margin-bottom: 0;
  width: 100%;
}

#faqs h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.010em;
  margin-bottom: 5px;
  width: 100%;
  max-width: 830px;
}

#faqs p {
  font-size: 16px;
  width: 100%;
  max-width: 830px;	
}

/* Top Level Accordion */

ul.accordion {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 830px;
}    

ul.accordion li {
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


ul.accordion li:first-child a.toggle {
  border-top: none;
}

ul.accordion li a.toggle {
  background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/inactive_375438.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right 12px;
  box-sizing: border-box;
  border-bottom: 2px solid #E5E5E5;
  color: #000000;
  display: block;
  padding: 15px 0;
  width: 100%;            
  text-decoration: none;
}
ul.accordion li a.toggle:hover {
  color: #C5003E;
}
ul.accordion li a.toggled {
  background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/active_684856.svg');
  color: #C5003E;
  font-weight: 600;
  border-bottom: 0;
}

ul.accordion .inner {
  box-sizing: border-box;
  border-bottom: 2px solid #C5003E;
  display: none;
  padding: 0 0 25px 0;
  margin: 0;
  overflow: hidden;
}     

ul.accordion .inner .answer {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
}

#benefits {
  background: #F9F9F9;  
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}

#benefits-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.tabbuttons {
  display: inline-block;
  color: #494949;
  background-color: #FFFFFF;
  border: 2px solid #d4d4d4;
  border-radius: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 15px 15px 15px;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  max-width: 392px;
  transition: all 0.2s ease-out;
  text-transform: none;
}

.tabbuttons.active {
  background-color: #C5003E;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);
  border: 2px solid #8F002D;
  color: #FFFFFF;
}

.tabbuttons:hover {
	background: #C5003E;
	color: #FFFFFF !important;
}

.tabcontent {
  display: none;
  justify-content: center;
  flex-direction: column;
}          


.pre-sub-heading-ppc {
	color: #c5003e; 
	font-size: 20px; 
	line-height: 25px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
}

.tabcontent .sub-heading {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
	 line-height: 35px;
    text-align: center;
    padding: 25px 0 11px 0;
}

.tabcontent .sub-heading-ppc {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
    text-align: center;
    padding: 0 0 11px 0;
	 margin: 0 0 0 0;
}

.tabcontent .sub-heading-p-ppc {
	text-align: center;
}


.tabcontent .benefit-content {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
.tabcontent .benefit-content .benefit-card {
  background: #FFFFFF;
  border-top: 10px solid #C5003E;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);  
  margin: 0;
  padding: 0 0 25px 0;
  width: 100%;
  max-width: 18%;  
}

.tabcontent .benefit-card img {
  margin-bottom: 15px;
  width: 100%;
}

.tabcontent .benefit-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 10px 0;
  padding: 0 15px 0 15px;
}

.tabcontent .benefit-card p {
  color: #494949;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0 15px 10px 15px;  
}

.tabcontent .benefit-card ul {
  font-family: 'Inter', sans-serif;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 0 15px;
  margin: 0 0 0 20px;
}

.tabcontent .benefit-card ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}        

#testimonials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 20px;
	margin-top: 30px;
}

#testimonials::after {
	 background: #C5003E;
    content: '';
    height: 255px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
	 top: 0;
    width: 100%;
}


#testimonials h2 {
	color: #FFFFFF;
	font-family: ff-unit-slab-web,serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.010em;
	padding: 40px 0 25px 0;
	text-align: center;
   z-index: 1;
}

#testimonials .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 1440px;
	z-index: 1;
}

#testimonials .testimonial {
	background: #FFFFFF;
	border: 2px solid #DC668B;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 25px 20px 20px 20px;
	width: 100%;
	max-width: calc(33.3% - 20px);
	text-align: center;
	border-radius: 10px;
}

#testimonials .testimonial p {
	font-size: 16px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.top { text-align: center; }

.FooterLegal {
    display: flex;
    padding: 20px 0 20px 0;
    margin: 40px auto 0 auto;
    justify-content: center;
	 background-color: #000000;
	 width: 100%;
}

#wrbm-footer-div {
	width: 100%;
	max-width: 1440px;
}

@media only screen and (max-width: 990px) and (min-width: 601px) {

  .offersx3-tab {
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .cardx3-tab {
      width: 60%;
  }  

	h1.offer-title-ppc {
		margin-top: 30px;
	}

	h1.offer-title-sixweeks {
		margin-top: 30px;
	}    

  #more-info {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #faqs {
    box-sizing: border-box;
    padding: 30px 20px 0 20px;
  }  
	
	.tabcontent .benefit-content {
		flex-wrap: wrap;
	}
	
	.tabcontent .benefit-content .benefit-card {
		max-width: 45%;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 600px) {
  
    #header h1 {
        margin-top: 25px;
        line-height: 40px;
    }
  
    #header h1.offer-title-sixweeks {
        line-height: 70px;
    }   

    h1.offer-title-ppc .offer-title-highlight-ppc {
        font-size: 45px;
    }
	 
	 #header h1.offer-title-ppc89 {
        font-size: 23px;
		  line-height: normal;
    }	 
	 
	 h1.offer-title-ppc89 .offer-title-highlight-ppc89 {
        font-size: 50px;
    }  
  
    #header h1.offer-title {
        margin-top: 45px;
    }
  
    h1.offer-title-ppc {
        font-size: 23px;	
    }   

    #header h1.offer-title.img {
        margin-top: 20px;
    }

    #branding img { 
        width: 150px;
    }

    #offers {
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .card {
        width: 100%;
    }

    .card h2 {
        font-size: 25px;
    }

    .offer-select {
        font-size: 18px;
    }

    .offer-select span {
        font-size: 15px;
        padding-top: 2px;
    }

    #benefits {
        box-sizing: border-box;
        padding: 30px 15px 40px 15px;
    }

    #benefits-tabs {
        justify-content: space-between;
    }

    .tabcontent .sub-heading {
        font-size: 25px;
        padding: 20px 0 25px 0;
    }        

    .tabcontent .benefit-content {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tabcontent .benefit-content .benefit-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .tabcontent .sub-heading-ppc {
        font-size: 25px;
        line-height: 30px;
    }

    .tabbuttons {
        font-size: 16px;
        margin: 0;
        width: calc(50% - 10px);
    }

    #more-info {
        box-sizing: border-box;
        padding: 0 20px;
    }

    #more-info h2, #faqs h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .subs-manager p {
        font-size: 14px;
        line-height: 20px;
    }

    #faqs {
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
    }

    ul.accordion li a.toggle {
        padding-right: 40px;
    }

    #testimonials::after {
        height: 345px;
    }  

    #testimonials .container {
        flex-wrap: wrap;
    }

    #testimonials .testimonial {
        width: 100%;
        max-width: 100%;
    }  

    #testimonials h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 40px 0 20px 0;
    }	

    .FooterLegal {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .FooterLegal a {
        display: inline-block;
    }

    .FooterLegal img {
        margin-bottom: 0 !important;
    }

    .FooterLegal p {
        text-align: center;
    }      

    .blocker {
        padding: 10px !important;
    }

    .modal {
        padding: 10px !important;
    }

    .grid .column>* {
        margin-bottom: 0;
    }          

}

/*----- Corporate Test Target ------*/

.target-gold {
  display: block;
}