.selectortitle {
  width: 100%;
  height: 100%;
  color: #f48a44;
  text-shadow: -6px 6px 5px #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.selectortitle.middle {
  height: 100%;
  text-shadow: 0 8px 5px #000;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.selectortitle.bottom {
  text-align: left;
  justify-content: center;
  line-height: 6vw;
  display: flex;
  bottom: 0%;
}

.body {
  background-image: url('../images/backgroundWaves.jpg');
  background-position: 50%;
  background-size: auto;
}

.iconwrapper {
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.diamond {
  border: 2px solid #f48a44;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.circle {
  width: 100px;
  height: 100px;
  border: 2px solid #f48a44;
  border-radius: 50%;
  position: absolute;
}

.icon {
  width: 40px;
  height: 40px;
  position: relative;
}

.icon._404 {
  width: 100%;
  height: 100%;
}

.icon._404.shadow {
  width: 260px;
  height: 260px;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-2 {
  background-color: #340936;
  background-image: url('../images/backgroundWaves.jpg');
  background-position: 50%;
  background-size: auto;
}

.html-embed-3 {
  display: none;
}

.heading-3, .text-block-2 {
  color: #f48a44;
  text-shadow: 3px 3px #69046f;
}

.navbar-logo-center {
  z-index: 1;
  position: relative;
  box-shadow: 0 1px 18px 7px #000;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #f48a44;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #c76423;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  margin-right: 5px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #153743;
}

.nav-dropdown-link {
  color: #f48a44;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #c76423;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: gray;
}

.button-primary {
  color: #f48a44;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69046f;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: #340936;
}

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

.button-primary.emergency {
  color: #69046f;
  background-color: #f48a44;
}

.image-3 {
  max-width: 300px;
}

.selectorcontent {
  height: 80vh;
  border-top: 5px solid #69046f;
  border-bottom: 5px solid #69046f;
  margin-top: 6vh;
}

.contentbody2 {
  height: 100%;
  overflow: auto;
}

.contentbody2.wip {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-segment {
  min-height: 100px;
  background-color: #0f1316;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content-segment.colunms {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-segment.centered {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-segment.wip {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.slant-row {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slant-middle {
  width: 33%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: -100%;
  left: 33%;
}

.slant-left {
  width: 33%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-right: 60px;
  display: flex;
  position: relative;
  left: 0;
}

.slant-right {
  width: 34%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -200%;
  left: 66%;
}

.slant {
  background-image: url('../images/programming.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slant-inner {
  height: 100%;
}

.html-embed-4 {
  display: none;
}

.slant2 {
  background-image: url('../images/it2.jpg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slant-background-left {
  width: 33%;
  height: 100%;
  background-image: url('../images/web2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
}

.link-block-title {
  width: 100%;
  height: 10vh;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: -40%;
}

.link-block-title.middle {
  width: 100%;
  height: 10vh;
  margin-bottom: 30%;
  top: 0%;
}

.content {
  height: 80vh;
  margin-top: 5vh;
}

.content._404 {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-fade-in {
  height: 100px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #0f1316);
}

.heading-5 {
  color: #f48a44;
  margin-top: 10px;
}

.paragraph {
  color: #fff;
}

.list-item {
  color: #f48a44;
}

.list-item-2 {
  color: #fff;
}

.list-item-3 {
  color: #f48a44;
}

.content-fade-out {
  height: 100px;
  background-image: linear-gradient(#0f1316, rgba(0, 0, 0, 0));
}

.list {
  margin-bottom: 0;
}

.contentbutton {
  float: right;
  justify-content: center;
}

.contentbutton.left {
  float: left;
}

.contentbutton.left.space {
  margin-top: 20px;
  position: relative;
}

.contentbutton.center {
  width: 100%;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-name.colour2 {
  color: #f48a44;
}

.team-member-position {
  color: #fff;
  margin-bottom: 24px;
}

.paragraph-3 {
  color: #fff;
}

.colour2, .paragraph-4 {
  color: #f48a44;
}

.content-icon {
  width: 333px;
  height: 250px;
  float: right;
}

.content-icon.left {
  float: left;
}

.content-icon.small {
  width: 266px;
  height: 200px;
}

.content-icon.column {
  float: none;
}

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  color: #f48a44;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-6:visited {
  color: #69046f;
}

.text-block-3 {
  color: #f48a44;
  text-decoration: underline;
}

.block-quote, .paragraph-5 {
  color: #fff;
}

.column-2 {
  text-align: center;
  justify-content: center;
}

.columns {
  width: 100%;
}

.list-2 {
  color: #fff;
  text-align: left;
}

.column-3 {
  text-align: center;
}

.list-3 {
  color: #fff;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f48a44;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-positive {
  text-transform: capitalize;
  background-image: url('../images/vectorpaint.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 24px;
  padding-left: 40px;
}

.heading-6 {
  color: #f48a44;
  text-align: center;
}

.heading-7 {
  color: #fff;
  text-align: center;
}

.right-arrow {
  width: 0;
  height: 0;
}

.next-prev-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.slider {
  height: 50vh;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.submit-btn {
  color: #f48a44;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.nextbutton-text {
  color: #69046f;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.form-step {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 5% 30% 5% 5%;
  display: flex;
}

.prev-link {
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.form-verification {
  height: 60px;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-alert {
  color: #69046f;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.left-arrow-2 {
  width: 0;
  height: 0;
}

.text-area {
  min-height: 15vh;
  color: #1e1f24;
  font-size: 18px;
  line-height: 22px;
}

.text-input {
  width: 80%;
  height: 60px;
  color: #f48a44;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #848c8e;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}

.input-label {
  color: #fff;
  margin-bottom: 70px;
  font-size: 30px;
  line-height: 30px;
}

.slider-dot-nav {
  display: none;
}

._404-nav {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

._404-nav-image {
  width: 180px;
}

._404-nav-home {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 45px;
  line-height: 45px;
}

.heading-8 {
  color: #69046f;
}

.orange {
  color: #f48a44;
  text-align: center;
}

.columns-2, .successlink {
  width: 100%;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  width: 50%;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.contacticon {
  width: 80%;
  max-height: 80%;
}

.contactlink {
  width: 45%;
  height: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-content {
  z-index: 0;
  height: 65px;
  background-color: #69046f;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 17px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offer-container {
  width: 85%;
  color: #fff;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.offer-list {
  padding-left: 5px;
  list-style-type: none;
}

.offer-text {
  float: left;
  display: inline;
}

.content-spacer {
  height: 100px;
  background-color: #0f1316;
}

.signup-wrapper {
  z-index: 999;
  opacity: 0;
  background-image: linear-gradient(225deg, rgba(105, 4, 111, .9), rgba(12, 14, 27, .97));
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.signup-content {
  max-width: 100vw;
}

.singup-form {
  padding: 70px 150px 50px;
  position: relative;
  transform: scale(.5);
}

.signup-form-text {
  color: #f48a44;
}

.signup-form-text.button {
  background-color: #0c0e1b;
}

.signup-close-button {
  width: 50px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.form {
  width: 30vw;
  min-width: 300px;
}

.success-message {
  background-color: rgba(255, 255, 255, 0);
}

.text-block-4 {
  color: #f48a44;
  font-family: Phagspab, sans-serif;
  font-size: 25px;
}

.html-embed-5, .form-hidden-element {
  display: none;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-center {
    z-index: 1;
    position: relative;
  }

  .selectorcontent.home {
    margin-top: 3vh;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .content-icon {
    width: 333px;
    height: 250px;
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-size: auto 100%;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #340936;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-3 {
    max-width: 728px;
  }

  .form-step {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 10%;
  }

  .text-input, .offer-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .selectortitle, .selectortitle.middle {
    margin-bottom: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }

  .input-label {
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image-3 {
    max-width: 70vw;
  }

  .slant-middle {
    padding-right: 10px;
  }

  .slant-left {
    padding-right: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .input-label {
    margin-bottom: 40px;
  }

  .offer-list {
    font-size: 4vw;
  }

  .offer-text {
    display: none;
  }

  .singup-form {
    padding-left: 33px;
    padding-right: 33px;
  }
}

#w-node-acb6452f-8835-1e9e-c99d-a0e8d4153c5b-9f940cfd, #w-node-acb6452f-8835-1e9e-c99d-a0e8d4153c66-9f940cfd, #w-node-_4d2c42e9-62a0-a7a9-e89f-72b4f74f8efb-25f77c8f, #w-node-_4d2c42e9-62a0-a7a9-e89f-72b4f74f8f0a-25f77c8f, #w-node-_4d2c42e9-62a0-a7a9-e89f-72b4f74f8f00-25f77c8f, #w-node-_4d2c42e9-62a0-a7a9-e89f-72b4f74f8f0f-25f77c8f, #w-node-_4d2c42e9-62a0-a7a9-e89f-72b4f74f8f05-25f77c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-acb6452f-8835-1e9e-c99d-a0e8d4153c66-9f940cfd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Phagspab';
  src: url('../fonts/phagspab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}