@charset "UTF-8";
/*Hero*/
section.lownav_top {
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  section.lownav_top {
    padding: 55px 0 75px;
  }
}
@media (min-width: 992px) {
  section.lownav_top {
    padding: 65px 0 85px;
  }
}
section.lownav_top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/managed-wordpress/mwp-hero.webp");
  background-position: 70% top;
  background-size: cover;
  transform: scaleX(-1);
  z-index: 1;
}
section.lownav_top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 50, 82, 0.8);
  z-index: 2;
}
section.lownav_top > * {
  position: relative;
  z-index: 3;
}
section.lownav_top .hero-flex {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex {
    flex-direction: row;
    align-items: center;
    row-gap: 0;
  }
}
section.lownav_top .hero-flex .col.left {
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left {
    text-align: left;
    max-width: 650px;
  }
}
section.lownav_top .hero-flex .col.left h2 {
  text-align: center;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left h2 {
    text-align: left;
  }
}
section.lownav_top .hero-flex .col.left h2 {
  font-family: "museosansrounded-700", sans-serif;
  color: #5BF184;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
  font-size: 30px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  section.lownav_top .hero-flex .col.left h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  section.lownav_top .hero-flex .col.left h2 {
    font-size: 46px;
    margin-bottom: 22px;
  }
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left h2 {
    font-size: 54px;
    max-width: 575px;
    margin-bottom: 25px;
  }
}
section.lownav_top .hero-flex .col.left p {
  font-family: "museosansrounded-300", sans-serif;
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.lownav_top .hero-flex .col.left p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left p {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
section.lownav_top .hero-flex .col.left .cta {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left .cta {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
  }
}
section.lownav_top .hero-flex .col.left .cta .primary_button {
  font-size: 16px;
  margin: 0;
  padding: 10px 18px 8px;
}
@media (min-width: 480px) {
  section.lownav_top .hero-flex .col.left .cta .primary_button {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  section.lownav_top .hero-flex .col.left .cta .primary_button {
    font-size: 18px;
    padding: 13px 20px 10px;
  }
}
section.lownav_top .hero-flex .col.left .cta .launch-offer {
  display: inline-block;
  background: #EC3270;
  color: white;
  font-size: 13px;
  padding: 4px 10px 5px 10px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 768px) {
  section.lownav_top .hero-flex .col.left .cta .launch-offer {
    font-size: 14px;
  }
}
section.lownav_top .hero-flex .col.left .cta .launch-offer span {
  font-size: 15px;
  font-family: "museosansrounded-700", sans-serif;
}
@media (min-width: 768px) {
  section.lownav_top .hero-flex .col.left .cta .launch-offer span {
    font-size: 17px;
  }
}
section.lownav_top .hero-flex .col.left {
  /* White Trust badges */
}
section.lownav_top .hero-flex .col.left .trust-badges-container {
  justify-content: center;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.left .trust-badges-container {
    justify-content: flex-start;
  }
}
section.lownav_top .hero-flex .col.left .trust-badges-container .badge {
  background: transparent;
  border: 0;
  color: white;
}
section.lownav_top .hero-flex .col.left .trust-badges-container .badge img {
  filter: brightness(0) invert(1);
  margin-right: 8px;
}
section.lownav_top .hero-flex .col.right {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.right {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
}
section.lownav_top .hero-flex .col.right .product-pod {
  background: white;
  width: 100%;
  max-width: 330px;
  border-radius: 10px;
  padding: 28px 28px 20px;
  margin-right: 0;
  outline: 6px solid rgba(152, 164, 183, 0.4);
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.right .product-pod {
    padding: 35px 40px 20px;
    margin-right: 30px;
  }
}
section.lownav_top .hero-flex .col.right .product-pod img {
  display: block;
  margin: 0 auto 12px;
}
section.lownav_top .hero-flex .col.right .product-pod h2 {
  font-size: 20px;
  line-height: 27px;
  color: #176188;
  font-family: "museosansrounded-700";
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.right .product-pod h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
section.lownav_top .hero-flex .col.right .product-pod hr {
  height: 6px;
  max-width: 120px;
  background: linear-gradient(90deg, #1B3650 0%, #4A9465 100%);
  border-radius: 5px;
  border-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.lownav_top .hero-flex .col.right .product-pod ul {
  list-style: none;
  padding-left: 0;
}
section.lownav_top .hero-flex .col.right .product-pod ul li {
  padding-left: 36px;
  background-image: url("/assets/img/managed-wordpress/feature-tick.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  text-align: left;
  line-height: 38px;
  font-family: "museosansrounded-500", sans-serif;
  font-size: 17px;
}
section.lownav_top .hero-flex .col.right .product-pod .pod-cta-mobile {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.lownav_top .hero-flex .col.right .product-pod .pod-cta-mobile {
    display: none;
  }
}
section.lownav_top .hero-flex .col.right .product-pod .pod-cta-mobile .btn {
  font-size: 16px;
}

/* AI BOX STYLING */
.db-search-border {
  padding: 2px;
  background-image: linear-gradient(76deg, #FF9142 34.05%, #3DD8FF 74.94%);
  border-radius: 30px;
  margin-top: 4px;
  margin-bottom: 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .db-search-border {
    max-width: 600px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}

.db-search {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  background: #1F1E33;
}

.db-input {
  border: none;
  padding: 8px 10px;
  flex: 1;
  outline: none;
  font-size: 16px;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .db-input {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .db-input {
    padding: 13px 14px;
  }
}

.db-search-icon {
  background: none;
  padding: 0 10px 0 8px;
}

.db-search-icon:hover {
  background: none;
}

.typewriter-placeholder {
  position: absolute;
  left: 13px;
  top: 55%;
  transform: translateY(-56%);
  color: white;
  font-size: 14px;
  font-family: museosansrounded-500, sans-serif;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s;
  font-weight: 500;
}
@media (min-width: 600px) {
  .typewriter-placeholder {
    font-size: 20px;
    left: 23px;
  }
}

.db-search img {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 20px;
}
@media (min-width: 768px) {
  .db-search img {
    right: 17px;
    width: auto;
  }
}

.db-input:disabled {
  background: #1F1E33;
  opacity: 1;
}

.typewriter-placeholder .caret {
  display: inline-block;
  width: 1.5px;
  height: 1.2em;
  background: #888;
  margin-left: 1px;
  animation: blink-caret 1s steps(1) infinite;
  vertical-align: middle;
}

@keyframes blink-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
/* PRODUCT PODS SECTION */
@media (min-width: 768px) {
  .chart {
    padding-bottom: 90px;
  }
}
.chart h1 {
  font-family: "MuseoSansRounded-700";
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .chart h1 {
    font-size: 32px;
  }
}
.chart .gradient-underline {
  height: 5px;
  margin-top: 20px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .chart .gradient-underline {
    height: 7px;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .chart .gradient-underline {
    margin-bottom: 120px;
  }
}
.chart #packages.flex {
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 80px;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .chart #packages.flex {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (min-width: 992px) {
  .chart #packages.flex {
    flex-wrap: nowrap;
    row-gap: 0;
    max-width: 100%;
  }
}
.chart #packages .col {
  position: relative;
  background: white;
  padding: 2rem 1rem 1rem;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 85%);
  width: calc(50% - 5px);
  text-align: center;
}
@media (min-width: 768px) {
  .chart #packages .col {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .chart #packages .col {
    padding: 20px 20px 20px;
    flex: 1;
    width: auto;
  }
}
.chart #packages .col img {
  width: 65px;
  position: relative;
  top: -74px;
  display: block;
  margin: 15px auto -75px;
}
@media (min-width: 992px) {
  .chart #packages .col img {
    width: 80px;
    top: -83px;
    margin: 0 auto -75px;
  }
}
.chart #packages .col h2 {
  font-family: "MuseoSansRounded-500", åsans-serif;
  font-size: 20px;
  text-align: center;
  margin: 10px 0px 18px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .chart #packages .col h2 {
    font-size: 22px;
    padding-bottom: 0.8rem;
    min-height: 0;
    display: block;
  }
}
.chart #packages .col .offer-label {
  background: #EC3270;
  color: white;
  font-size: 12px;
  padding: 6px 15px 4px 15px;
  -webkit-font-smoothing: auto;
  display: inline-block;
  margin: -5px auto 5px;
  font-family: "MuseoSansRounded-700";
}
@media (min-width: 768px) {
  .chart #packages .col .offer-label {
    font-size: 15px;
  }
}
.chart #packages .col .offer-label.vps {
  background: #1780b7;
}
.chart #packages .col ul {
  padding-inline-start: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .chart #packages .col ul {
    margin: 15px 10px;
  }
}
.chart #packages .col ul li {
  padding-left: 25px;
  background-image: url(/assets/img/managed-wordpress/feature-tick.svg);
  background-repeat: no-repeat;
  background-position: 0px 9px;
  background-size: 15px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 7px;
  text-align: left;
}
.chart #packages .col ul li:last-child {
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .chart #packages .col ul li {
    padding-left: 38px;
    background-position: 0px 8px;
    background-size: 20px;
  }
}
.chart #packages .col ul li a {
  font-size: 14px;
  color: #333;
}
@media (min-width: 768px) {
  .chart #packages .col ul li a {
    font-size: 16px;
  }
}
.chart #packages .col ul li a:hover {
  text-decoration: none;
}
.chart #packages .col [data-toggle=popover] {
  border-bottom: 0px dotted #ccc;
  font-weight: 400;
  font-family: "MuseoSansRounded";
}
.chart #packages .col [data-toggle=popover]:hover {
  border-bottom: 1px dotted #ccc;
}
.chart #packages .col .starting-from {
  font-size: 15px;
  color: #176188;
  font-family: "MuseoSansRounded-700";
  margin-bottom: 10px;
}
.chart #packages .col a:hover {
  text-decoration: none;
}
.chart #packages .col a .btn {
  display: block;
  padding: 1rem 0rem 0.7rem;
  margin: 0 auto 15px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .chart #packages .col a .btn {
    padding: 1rem 2rem 0.7rem;
  }
}
.chart #packages .col a .btn:hover {
  transition: 0.2s;
}

.domain_names form {
  display: flex;
}
.domain_names .domain_search_container {
  display: block;
  height: auto;
  min-height: 1px;
  padding-bottom: 0px;
  position: relative;
  text-align: right;
  max-width: 700px;
  margin: 0 auto 30px;
}
.domain_names .domain_search_container .domain_search {
  height: 60px;
  line-height: 24px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #2b2b2b;
  border-right: 0;
}
@media (min-width: 768px) {
  .domain_names .domain_search_container .domain_search {
    height: 70px;
  }
}
.domain_names .domain_search_container input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.domain_names .domain_search_container .domain_search_button {
  padding-top: 0px;
  padding-bottom: 14px;
  font-size: 17.5px;
  height: 60px;
  display: inline-block;
  margin: 0px;
  line-height: 60px;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .domain_names .domain_search_container .domain_search_button {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 70px;
  }
}
.domain_names .domain_search_container .domain_search_button:before {
  padding-right: 0;
}
@media (min-width: 768px) {
  .domain_names .domain_search_container .domain_search_button:before {
    padding-right: 1.5rem;
  }
}
.domain_names .domain-logos {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .domain_names .domain-logos {
    flex-direction: row;
  }
}
.domain_names .domain-logos .domain_logo {
  float: none;
}
.domain_names .domain-logos .domain_logo .pounds {
  color: #176188;
  font-family: "MuseoSansRounded-700";
  font-size: 22px;
}
@media (min-width: 768px) {
  .domain_names .domain-logos .domain_logo .pounds {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .domain_names .domain-logos .domain_logo .pounds {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .domain_names .domain-logos .domain_logo .pounds {
    font-size: 22px;
  }
}
.domain_names .domain-logos .co, .domain_names .domain-logos .com, .domain_names .domain-logos .couk, .domain_names .domain-logos .net, .domain_names .domain-logos .uk {
  display: inline-block;
  width: auto;
  height: 60px;
  margin-top: 0.8rem;
}
.domain_names .terms {
  text-align: center;
  margin-top: 30px;
}

.why-choose {
  position: relative;
  overflow: hidden;
}
.why-choose::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("/assets/img/home/heart-laptop.webp");
  background-size: cover;
  background-position: -60px 0px;
  z-index: 0;
  display: none;
}
@media (min-width: 768px) {
  .why-choose::after {
    background-position: -60px 0px;
    display: block;
  }
}
@media (min-width: 992px) {
  .why-choose::after {
    background-position: center left;
  }
}
.why-choose .container {
  position: relative;
  z-index: 1;
}
.why-choose h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .why-choose h2 {
    text-align: left;
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .why-choose h2 {
    width: 450px;
    font-size: 30px;
  }
}
.why-choose h3 {
  font-family: "museosansrounded-700", sans-serif;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .why-choose h3 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }
}
.why-choose p {
  text-align: center;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .why-choose p {
    text-align: left;
  }
}
.why-choose p:last-child {
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .why-choose p:last-child {
    margin-bottom: 20px;
  }
}
.why-choose .gradient-underline {
  margin: 25px auto 10px;
  max-width: 220px;
}
@media (min-width: 768px) {
  .why-choose .gradient-underline {
    margin: 25px 0 10px;
    width: 360px;
  }
}
@media (min-width: 992px) {
  .why-choose .gradient-underline {
    width: 450px;
    margin: 30px 0 20px;
  }
}
.why-choose .row {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .why-choose .row {
    gap: 50px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .why-choose .row {
    gap: 70px;
  }
}
.why-choose .row .col {
  width: 100%;
}
@media (min-width: 768px) {
  .why-choose .row .col {
    width: 150%;
  }
}

.domain_names h6,
.col_image h2 {
  font-family: "MuseoSansRounded-700";
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .domain_names h6,
  .col_image h2 {
    font-size: 32px;
  }
}

.domain_names h2 {
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  color: #2b2b2b;
  margin: 0 auto;
}

.gradient-line {
  width: 100%;
  position: absolute;
  display: inline-block;
  height: 8px;
  background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
  top: -1px;
  left: 0;
  right: 0;
}/*# sourceMappingURL=home.css.map */