/* cmsms stylesheet: comparisonGrid modified: 07/01/25 10:34:59 */
/* Container for the full grid */
.comparisonContainer {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #0B547A;
  border-right: 0px;
  margin: 1em 0;
  font-family: sans-serif;
gap: 20px;
}

#comparisionKey {
    background-color: #f0f8ff;
    color: #0B547A;
}

/* Each vertical column (feature labels, Optimiser Essentials, etc.) */
.comparisonColumn {
  border-right: 1px solid #0B547A;
  border-radius: 5px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
}

/* The top header for each column */
.columnHeader {
  background-color: #f0f8ff;
  color: #0B547A;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #0B547A;
}

/* Each individual data tile */
.columnItem {
  padding: 1em;
  border-bottom: 1px solid #ddd;
  color: black;
  position: relative;
  height: 50px;
  line-height: 120%;
}

/* Remove last border for neatness */
.columnItem:last-child {
  border-bottom: none;
}

/* Mobile: Inject label as prefix from data-label */
@media (max-width: 739px) {
  .comparisonColumn:not(:first-child) .columnItem::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    color: #0B547A;
    display: block;
    margin-bottom: 0.25em;
  }

.comparisonContainer {border: 0px;}

.comparisonColumn {
border:  1px solid #0B547A;
}

#comparisionKey {display:none;}
  
}

/* Desktop: Four-column layout, remove injected labels */
@media (min-width: 740px) {
  .comparisonContainer {
    grid-template-columns: repeat(4, 1fr);
gap: 0px;
  }

  .comparisonColumn {
    border-radius: 0;
    border-top: none;
    display: flex;
    flex-direction: column;
    }

  .comparisonColumn > * {
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
  align-items: center;     /* vertically centres text/content */
  justify-content: flex-start;
  }

  .comparisonColumn:first-child {
    border-left: none;
  }

  .columnItem {
    border-bottom: 1px solid #0B547A;
  }

  .columnItem:last-child {
    border-bottom: none;
  }

  .comparisonColumn .columnItem::before {
    content: none !important;
  }
}
/* cmsms stylesheet: default_all modified: 07/01/25 10:34:59 */
#cookie_popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    background-color: #000000bf;
    font-size: 80%;
}

#cookie_popup a:link, #cookie_popup a:visited, #cookie_popup span {
color: #ffffff;
transition: color 0.4s;
cursor: pointer;
}

#cookie_popup a:hover, #cookie_popup span:hover {
color: #b4b387;
}

.variableWidthButton {
display: table !important;
padding-left: 20px;padding-right: 20px;
width: initial !important;
}

.clear {
clear: both;
}

.variableFeatures {
clear: both;
}

iframe.rightImage {
margin-left: 20px;
} 

a.whiteLink:link, a.whiteLink:visited {
color: #ffffff;
}

a.whiteLink:hover {
color: #67bdd3;
}

.inpage_socials {
display: table;
}

.inpage_socials a{
display: inline-block; margin-right: 10px;
}

.inpage_socials a img {
width: 30px !important;
float: none !important;
}

#ctaHolder a:link, #ctaHolder a:visited {
display: table;
    padding: 7px 20px;
    min-height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-family: noka, sans-serif;
    font-size: 120%;
    color: #ffffff;
    transition: border-color 0.4s, color 0.4s, background-color 0.4s;
    text-decoration: none;
width: initial !important;
margin: 0px !important;
}

#ctaHolder a:hover {
    color: #f75b7c;
    border-color: #f75b7c;
    background-color: #ffffff;
}

.formbuilderform {
    width: 600px;
    max-width: 100%;
    margin:  0px auto;
    min-width: 320px;
}

.formbuilderform input {
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px;
}

.formbuilderform .captcha {display: table;margin: 0px auto 20px auto;}

.cms_textarea {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px;
}

.cntnt01fbrp__28 {
    
}

.submit {
    
}

.cms_submit {
    width: 200px !important;
    margin: 0px auto;
    color:  #ffffff;
    text-decoration:  none;
    background-color: #132942;
transition: background-color 0.4s;
border: 0px;
font-family: noka, sans-serif;
        font-size: 140%;
}

.cms_submit:hover  {
	background-color: #0b547a;
	color: #ffffff;
}

.fbsubmit {
    
}

.centre {
text-align: center;
}

a.backButton:link, a.backButton:visited {
display: table;
    padding: 7px 20px;
    min-height: 30px;
    border: 1px solid #132942;
    text-align: center;
    font-family: noka, sans-serif;
    font-size: 120%;
    color: #132942;
    transition: border-color 0.4s, color 0.4s, background-color 0.4s;
    text-decoration: none;
width: initial !important;
margin: 0px !important;
}

a.backButton:hover {
    color: #f75b7c;
    border-color: #f75b7c;
    background-color: #ffffff;
}
