@charset "UTF-8";
html {
  font-size: 14px;
}

@media (min-width: 786px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin-bottom: 60px;
  color: #404040;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow-x: clip;
  max-width: 100vw;
}

.footer {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-banner {
  font-family: "Nunito", sans-serif;
}

#mobile-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 30;
}
#mobile-menu.active {
  display: flex;
}
#mobile-menu #mobile-menu-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
}
#mobile-menu #mobile-menu-container .accordion-body {
  font-size: 16px;
}
#mobile-menu #mobile-menu-container .accordion-body a {
  padding-left: 3rem !important;
}
#mobile-menu #mobile-menu-container a.accoridion-button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
}
#mobile-menu #mobile-menu-container .accordion-button {
  font-size: 16px;
  border-radius: 0 !important;
}
#mobile-menu #mobile-menu-container .accordion-button:not(.collapsed) {
  background: #1F62BF;
  color: #fff;
}
#mobile-menu #mobile-menu-container .accordion-button.empty::after {
  background-image: none !important;
}

#top-bar {
  padding: 0.3875rem 0;
  background: -webkit-linear-gradient(right, rgb(18, 153, 206) 0%, rgb(37, 68, 183) 100%);
  background: -o-linear-gradient(right, rgb(18, 153, 206) 0%, rgb(37, 68, 183) 100%);
  background: linear-gradient(to left, rgb(18, 153, 206) 0%, rgb(37, 68, 183) 100%);
  font-size: 0.875rem;
}
#top-bar.security {
  background: linear-gradient(to right, #6d3093, #a65ec5);
}
#top-bar .fa-thin {
  font-size: 24px;
  color: #fff;
}
#top-bar .nav-link {
  padding: 0.5rem;
  margin-left: 0.2rem;
  color: #333;
}
#top-bar .menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 35px;
}
#top-bar .menu-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#top-bar .menu-item a {
  color: #fff;
  display: flex;
  align-items: center;
}
#top-bar .menu-item a i {
  margin-right: 0.5rem;
}

nav.security .btn-new .arrow-link-text {
  color: #a15ac1;
}
nav.security .btn-new .arrow-link-text::after {
  background: #a15ac1;
}
nav.security .btn-new .border-circle {
  background: #a15ac1;
}
nav .mobile-burger {
  display: none;
}
nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
nav .nav-link {
  outline: none !important;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
}
nav .navbar-brand img {
  height: auto;
  max-width: 100%;
}
nav .nav-item.dropdown[data-palette=Primary] .dropdown-toggle::after {
  background-color: #1F62BF;
}
nav .nav-item.dropdown[data-palette=Primary] .nav-link:hover {
  color: #1F62BF;
}
nav .nav-item.dropdown[data-palette=Primary] .menu-item .h6 {
  color: #1F62BF;
}
nav .nav-item.dropdown[data-palette=Primary] .menu-item .h6::before {
  background-color: #1F62BF;
}
nav .nav-item.dropdown[data-palette=Primary] .menu-item-child:hover {
  background-color: #f8fbfe !important;
}
nav .nav-item.dropdown[data-palette=Primary] .menu-item-child:hover i {
  color: #1F62BF !important;
}
nav .nav-item.dropdown[data-palette=VD] .dropdown-toggle::after {
  background-color: #b64a9c;
}
nav .nav-item.dropdown[data-palette=VD] .nav-link:hover {
  color: #b64a9c;
}
nav .nav-item.dropdown[data-palette=VD] .menu-item .h6 {
  color: #b64a9c;
}
nav .nav-item.dropdown[data-palette=VD] .menu-item .h6::before {
  background-color: #b64a9c;
}
nav .nav-item.dropdown[data-palette=VD] .menu-item-child:hover {
  background-color: #fefbfd !important;
}
nav .nav-item.dropdown[data-palette=VD] .menu-item-child:hover i {
  color: #b64a9c !important;
}
nav .nav-item.dropdown[data-palette=IT] .dropdown-toggle::after {
  background-color: #82d0ab;
}
nav .nav-item.dropdown[data-palette=IT] .nav-link:hover {
  color: #82d0ab;
}
nav .nav-item.dropdown[data-palette=IT] .menu-item .h6 {
  color: #82d0ab;
}
nav .nav-item.dropdown[data-palette=IT] .menu-item .h6::before {
  background-color: #82d0ab;
}
nav .nav-item.dropdown[data-palette=IT] .menu-item-child:hover {
  background-color: #f9fdfb !important;
}
nav .nav-item.dropdown[data-palette=IT] .menu-item-child:hover i {
  color: #82d0ab !important;
}
nav .nav-item.dropdown[data-palette=Security] .dropdown-toggle::after {
  background-color: #a15ac1;
}
nav .nav-item.dropdown[data-palette=Security] .nav-link:hover {
  color: #a15ac1;
}
nav .nav-item.dropdown[data-palette=Security] .menu-item .h6 {
  color: #a15ac1;
}
nav .nav-item.dropdown[data-palette=Security] .menu-item .h6::before {
  background-color: #a15ac1;
}
nav .nav-item.dropdown[data-palette=Security] .menu-item-child:hover {
  background-color: #faf7fc !important;
}
nav .nav-item.dropdown[data-palette=Security] .menu-item-child:hover i {
  color: #a15ac1 !important;
}
nav .nav-item.dropdown[data-palette=Energy] .dropdown-toggle::after {
  background-color: #f0c46e;
}
nav .nav-item.dropdown[data-palette=Energy] .nav-link:hover {
  color: #f0c46e;
}
nav .nav-item.dropdown[data-palette=Energy] .menu-item .h6 {
  color: #f0c46e;
}
nav .nav-item.dropdown[data-palette=Energy] .menu-item .h6::before {
  background-color: #f0c46e;
}
nav .nav-item.dropdown[data-palette=Energy] .menu-item-child:hover {
  background-color: #f0c46e !important;
}
nav .nav-item.dropdown[data-palette=Energy] .menu-item-child:hover i {
  color: #f0c46e !important;
}
nav .nav-item.dropdown [title="FIND OUT MORE"] {
  color: #404040;
  transition: all 0.5s ease;
}
nav .nav-item.dropdown [title="FIND OUT MORE"]:hover {
  color: #111437;
}
nav .dropdown-menu {
  width: 1370px !important;
  border: 0 !important;
  margin-top: 24px !important;
  background-color: #fff;
  box-shadow: 0px 15px 15px 3px rgba(37, 68, 183, 0.1) !important;
}
nav .dropdown-menu#internet {
  left: -675px;
}
nav .dropdown-menu.horizontal {
  width: 300px !important;
}
nav .dropdown-menu.horizontal .menu-item-parent {
  display: flex;
  flex-direction: column;
  gap: 0px !important;
}
nav .dropdown-menu.horizontal .menu-item-parent .menu-item {
  margin: 0.25rem;
}
nav .dropdown-menu.horizontal .menu-item-parent .menu-item .menu-item-child {
  margin: 0rem;
}
nav .dropdown-menu .menu-item-parent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
nav .dropdown-menu .menu-item-parent div.menu-item {
  margin: 1rem;
  display: flex;
}
nav .dropdown-menu .menu-item-parent div.menu-item .h6 {
  white-space: nowrap;
}
nav .dropdown-menu .menu-item-parent div.menu-item .h3 {
  margin-bottom: 0;
}
nav .dropdown-menu .menu-item-parent a.menu-item {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
nav .dropdown-menu .menu-item-parent a.menu-item .menu-item-child {
  margin: 1rem;
  padding: 1rem;
  transition: all 0.25s ease;
  background-color: #fff;
  width: 100%;
}
nav .dropdown-menu .menu-item-parent a.menu-item .menu-item-child hr {
  width: 40px;
}
nav .dropdown-menu .menu-item-parent a.menu-item .menu-item-child p {
  font-family: inherit;
  color: #666;
}
nav .dropdown-menu .menu-item-parent a.menu-item .menu-item-child:hover {
  transition: all 0.25s ease;
  /*background-color: #f8fbfe;*/
}
nav .dropdown-menu .menu-item-parent a.menu-item .menu-item-child:hover .fa-circle-arrow-right {
  /*color: #1c6ac1;*/
  transition: all 0.25s ease;
}
nav .dropdown-menu .menu-item-parent a.menu-item .fa-circle-arrow-right {
  color: #393538;
  font-size: 20px;
  transition: all 0.25s ease;
  margin-left: auto;
}

.landing-header {
  padding: 4rem;
  background-size: cover;
  /*overflow: hidden;*/
}
.landing-header .header-constraint {
  max-width: 50%;
}
.landing-header div {
  z-index: 2;
}
.landing-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}
.landing-header *:not(i) {
  color: white;
  font-family: Nunito, sans-serif;
}
.landing-header .amble {
  margin-bottom: 2rem;
  line-height: 2rem;
}
.landing-header .small-header {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 20px;
  white-space: nowrap;
}
.landing-header .amble, .landing-header .button {
  font-size: clamp(1rem, 4vw, 1.625rem);
  padding-top: 0.5rem;
  /*font-size: 26px;*/
}
.landing-header .title {
  font-weight: bold;
  font-size: clamp(3rem, 4vw, 4.6875rem);
  /*font-size: 75px;*/
  /*border-bottom: 5px white solid;*/
  padding-bottom: 1.2rem;
  padding-top: 1rem;
  margin-bottom: calc(0.5rem + 5px);
  width: fit-content;
  white-space: nowrap;
  position: relative;
}
.landing-header .title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: white;
  height: 5px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 786px) {
  .landing-header .title {
    padding-bottom: 0.6rem;
    padding-top: 0.5rem;
  }
}
.landing-header .button {
  transition: 0.25s ease-in-out all;
  font-size: clamp(0.7rem, 4vw, 1.25rem) !important;
  /*font-size: 20px;*/
  padding: 0.85rem 1rem !important;
}
.landing-header .button:hover {
  /*font-size: 26px;*/
  font-size: clamp(1rem, 4vw, 1.55rem) !important;
  transition: 0.25s ease-in-out all;
}
@media screen and (max-width: 786px) {
  .landing-header .button i {
    display: none;
  }
  .landing-header .button {
    padding: 0.5rem 1.5rem !important;
  }
}
.landing-header .button {
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  color: white !important;
  margin-left: -15px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.landing-header .button:hover {
  color: white !important;
}
.landing-header .button .fa-arrow-right-from-arc {
  bottom: -1px;
  position: relative;
}
.landing-header .floating-banner {
  top: 20px;
  right: -500px;
  position: absolute;
  padding: 1rem 3rem 1rem 2rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem 0 0 2rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  /*font-size: 24px;*/
  font-size: clamp(0.7rem, 4vw, 1.25rem) !important;
}
.landing-header .floating-banner.active {
  right: 0px;
  opacity: 1;
  transition: 1s ease-in-out all;
}
@media screen and (max-width: 786px) {
  .landing-header .floating-banner {
    bottom: -18px;
    top: unset;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
  }
}

.landing-subheader {
  display: flex;
}
.landing-subheader div {
  width: 50%;
  padding: 1rem;
}
.landing-subheader .image-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-subheader .image-title img {
  margin-left: 4rem;
}
.landing-subheader .image-title h3 {
  margin-left: 1rem;
  margin-right: auto;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.landing-subheader .links {
  display: flex;
  gap: 0.5rem;
}
.landing-subheader .links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: 0.25s ease-in-out all;
}
.landing-subheader .links a:hover {
  transition: 0.25s ease-in-out all;
  transform: scale(1.05);
}
@media screen and (max-width: 786px) {
  .landing-subheader .image-title {
    display: none !important;
  }
  .landing-subheader .links {
    width: 100%;
    padding: 2rem 1rem;
  }
}

.split-section {
  position: relative;
}
.split-section .info .button {
  padding: 0.5rem 1rem;
  color: #a15ac1;
  border: 3px solid #a15ac1;
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  margin-left: -15px;
  transition: 0.5s ease-in-out all;
  font-weight: bold;
  white-space: nowrap;
}
.split-section .info .button:hover {
  transition: 0.5s ease-in-out all;
  background-color: #a15ac1;
  color: white !important;
}
.split-section > .button {
  padding: 0.5rem 1rem;
  color: #a15ac1;
  border: 3px solid #a15ac1;
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  margin-left: -15px;
  transition: 0.5s ease-in-out all;
  font-weight: bold;
  white-space: nowrap;
}
.split-section > .button:hover {
  transition: 0.5s ease-in-out all;
  background-color: #a15ac1;
  color: white !important;
}
.split-section .floating-banner {
  bottom: -28px;
  right: -500px;
  position: absolute;
  padding: 1rem 3rem 1rem 2rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem 0 0 2rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  color: white;
  font-size: 24px;
}
.split-section .floating-banner.active {
  right: 0px;
  opacity: 1;
  transition: 1s ease-in-out all;
}

.split-list-section .info .button, .split-list-section > .button {
  text-align: center;
  width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  color: white !important;
  margin-left: -15px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.split-list-section .info .button:hover, .split-list-section > .button:hover {
  color: white !important;
}
.split-list-section .info .button .fa-arrow-right-from-arc, .split-list-section > .button .fa-arrow-right-from-arc {
  bottom: -1px;
  position: relative;
}
.split-list-section ul {
  font-weight: 300;
  letter-spacing: 1.75px;
  font-size: 14px;
  line-height: 26px;
  padding-left: 1rem;
}
.split-list-section ul li {
  margin-top: 1.5rem;
  padding-left: 1rem;
}
.split-list-section ul li span i {
  font-size: 25px;
  color: #a15ac1;
}

.split-section, .split-list-section {
  display: flex;
}
.split-section h3, .split-list-section h3 {
  font-family: "Nunito", sans-serif;
}
.split-section strong, .split-list-section strong {
  color: #a15ac1;
  font-weight: bold;
}
.split-section .info, .split-list-section .info {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.split-section .img, .split-list-section .img {
  background-position: center;
  background-size: cover;
}

.phone2 {
  position: relative;
  margin: 0rem 7.5rem;
}

.phone:not(.phone2) {
  border: 3px solid lightgrey;
  border-radius: 3rem;
  background-color: black;
  margin: 5rem 7.5rem 0 7.5rem;
}
.phone {
  max-width: 500px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.phone .phone-top {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.35rem;
  color: white;
  padding: 0.25rem 0.75rem;
}
.phone .phone-topper {
  background-color: #CBCBCB;
  width: 95%;
  top: -0.75rem;
  height: 0.625rem;
  border-radius: 0.45rem 0.45rem 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.phone .phone-body-container {
  max-height: 662px;
  overflow: hidden;
  border-radius: 0.45rem;
}
.phone .phone-body-container .phone-body {
  background-color: #F7F7F7;
  flex: 1;
  border-radius: 0.45rem;
  position: relative;
  transform: translateY(0);
  transition: transform 0.1s ease-out;
}
.phone .phone-body-container .phone-body .phone-header {
  background-color: #F7F7F7;
  border-radius: 0.45rem 0.45rem 0 0;
  position: relative;
  padding: 1rem;
}
.phone .phone-body-container .phone-body .phone-header span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.phone .phone-body-container .phone-body .phone-header h4 {
  text-align: center;
  margin-bottom: 0;
}
.phone .phone-body-container .phone-body .phone-image-container {
  padding: 2rem 0;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #EDEDED;
}
.phone .phone-body-container .phone-body .phone-image-container img {
  width: 75px;
}
.phone .phone-body-container .phone-body .phone-cell {
  display: flex;
  border-bottom: 1px solid lightgrey;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  align-items: center;
}
.phone .phone-body-container .phone-body .phone-cell i {
  padding: 1rem 1rem 1rem 0;
  font-size: 26px;
}
.phone .phone-body-container .phone-body .phone-cell .phone-cell-text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.phone .phone-body-container .phone-body .phone-cell .phone-cell-text-container span {
  color: grey;
}
.phone .phone-body-container .phone-body .phone-cell .phone-cell-text-container h4 {
  margin-bottom: 0;
}

.full-frame-video {
  width: 100%;
  height: auto;
}

.mySwiper2 {
  max-height: 500px;
  background-color: #f3f3f3;
}
.mySwiper2 * {
  max-height: 500px;
}
.mySwiper2 .swiper-slide {
  height: 100%;
}
.mySwiper2 .swiper-wrapper {
  /*margin-left: 10rem;*/
  height: 100%;
}
@media screen and (max-width: 786px) {
  .mySwiper2 .fake-image-container {
    left: -20px;
  }
}
.mySwiper2 img {
  /*width: 100%;*/
  height: auto;
  padding: 33.2px;
  max-height: 500px;
}
@media screen and (max-width: 786px) {
  .mySwiper2 img {
    padding-right: 33.2px;
    padding-left: 0 !important;
    width: 190px;
  }
}
.mySwiper2 img.priority-image {
  margin-right: 2px;
  padding-right: 0 !important;
  max-height: 100%;
}
@media screen and (max-width: 786px) {
  .mySwiper2 img.priority-image {
    padding-right: 33.2px;
    padding-left: 0 !important;
  }
}
.mySwiper2 .fake-background {
  background-color: #f3f3f3;
  left: -100px;
}
.mySwiper2 .fake-background img {
  visibility: hidden;
}

.product-carousel {
  top: -15px;
  position: relative;
}
.product-carousel .swiper-button-prev {
  left: 28.8%;
}
.product-carousel .swiper-button-next {
  right: 28.8%;
}
.product-carousel .swiper-button-prev::after, .product-carousel .swiper-button-next::after {
  content: none !important;
}
@media screen and (max-width: 767px) {
  .product-carousel .swiper-button-prev, .product-carousel .swiper-button-next {
    display: none !important;
  }
}
.product-carousel .swiper-button-prev, .product-carousel .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: white !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  background: linear-gradient(to right, #6d3093, #a65ec5);
  border-radius: 999px;
  top: 54%;
  transform: translateY(-50%);
  /*width: 30px !important;
  height: 30px !important;
  border-radius: 100rem;
  background: $security_gradient;*/
}
.product-carousel .swiper-slide-active {
  /*        &::after, &::before {
      width: 50px;
      height: 50px;
      display: inline-flex;
      background: $security_gradient;
      border-radius: 999px;
      top: 50%;
      transform: translateY(-50%);
  }

  &::after {
      content: '';
      position: absolute;
      right: -75px;
  }

  &::before {
      content: '';
      position: absolute;
      left: -75px;
  }*/
}
.product-carousel .swiper-slide img {
  padding-bottom: 10px;
}
.product-carousel p {
  text-align: center;
}

.coloured-title {
  background: linear-gradient(to right, #6d3093, #a65ec5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Nunito", sans-serif;
}

.mySwiper .swiper, .mySwiper3 .swiper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mySwiper .swiper-slide, .mySwiper3 .swiper-slide {
  min-height: 10rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: scale(0.6) !important;
  opacity: 1;
}
.mySwiper .swiper-slide img, .mySwiper3 .swiper-slide img {
  width: 100%;
  max-width: 400px;
  max-height: 300px;
  height: auto;
  object-fit: contain;
}
.mySwiper .swiper-slide img.logo, .mySwiper3 .swiper-slide img.logo {
  max-width: 160px;
  max-height: 110px;
}
.mySwiper .swiper-slide-active, .mySwiper3 .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
}

.get-in-touch {
  background: linear-gradient(to right, #6d3093, #a65ec5);
}
@media screen and (max-width: 786px) {
  .get-in-touch .start-a-convo {
    display: none;
  }
}
.get-in-touch .contact-form-container h6 {
  display: none;
  color: white;
}
.get-in-touch .contact-form-container h6::before {
  background-color: #ffffff;
}
@media screen and (max-width: 786px) {
  .get-in-touch .contact-form-container {
    width: 100% !important;
  }
  .get-in-touch .contact-form-container h6 {
    display: initial !important;
    margin-bottom: 0 !important;
  }
}
.get-in-touch .start-a-convo, .get-in-touch .contact-form-container {
  width: 50%;
  padding: 2rem;
}
.get-in-touch .start-a-convo * {
  color: white;
}
.get-in-touch .start-a-convo h6::before {
  background-color: #ffffff;
}
.get-in-touch .start-a-convo ul {
  padding-left: 0.75rem;
  font-size: 14px;
}
.get-in-touch .start-a-convo ul li {
  margin-top: 0.5rem;
}
.get-in-touch .contact-form-container {
  display: flex;
  flex-direction: column;
}
.get-in-touch .contact-form-container .contact-form {
  width: 100%;
  margin: 1rem 1rem 1rem 0;
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
}
.get-in-touch .contact-form-container .contact-form input:not([type=checkbox]), .get-in-touch .contact-form-container .contact-form textarea:not([type=checkbox]) {
  width: 100%;
}
.get-in-touch .contact-form-container .contact-form input, .get-in-touch .contact-form-container .contact-form textarea {
  background-color: #f1f1f1;
  border: 0 !important;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.get-in-touch .contact-form-container .contact-form input:focus-visible, .get-in-touch .contact-form-container .contact-form textarea:focus-visible {
  outline: #a15ac1 solid;
}
.get-in-touch .contact-form-container .contact-form .checkbox input:checked + .box {
  background: #a15ac1;
  border-color: #a15ac1;
}
.get-in-touch .contact-form-container .contact-form label {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 1.75px;
  font-size: 14px;
  line-height: 26px;
}
.get-in-touch .contact-form-container .contact-form button {
  outline: none !important;
  margin-left: 0 !important;
  border-radius: 0.5rem !important;
  border: 0;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  color: white !important;
  margin-left: -15px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.get-in-touch .contact-form-container .contact-form button:hover {
  color: white !important;
}
.get-in-touch .contact-form-container .contact-form button .fa-arrow-right-from-arc {
  bottom: -1px;
  position: relative;
}
.get-in-touch .contact-form-container .contact-form label.checkbox {
  font-size: 12px;
}

.flex {
  flex: 1;
}

footer {
  padding-top: 0.5rem;
}
footer #footer-icons {
  align-items: center;
}
footer #footer-icons a {
  color: #1F62BF !important;
  font-size: 24px;
}
footer a {
  color: #333 !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0.5rem;
}
footer p {
  color: #333 !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.25rem;
}

.custom-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}

.custom-icon-linkedin {
  mask: url("/svg/linkedin-in.svg") no-repeat center;
  -webkit-mask: url("/svg/linkedin-in.svg") no-repeat center;
  mask-size: contain;
}

.anchor {
  top: -148px;
  position: absolute;
}

.field-validation-error {
  color: red;
}

.form-obscurer {
  transition: 0.5s ease-in-out all;
  opacity: 1;
}
.form-obscurer.active {
  transition: 0.5s ease-in-out all;
  opacity: 0;
}

#form-container {
  position: relative;
}
#form-container .form-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s ease-in-out all;
}
#form-container .form-success.active {
  opacity: 1;
  transition: 0.5s ease-in-out all;
}

.text-align-center {
  text-align: center;
}

main {
  padding-top: 148px;
}

header {
  width: 100vw;
}

#progressBar {
  visibility: hidden;
}

@media (max-width: 500px) {
  .landing-header {
    padding: 2rem;
  }
}
@media (min-width: 786px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .only-mobile {
    display: none;
  }
}
@media screen and (max-width: 786px) {
  footer {
    display: none !important;
  }
  body {
    margin-bottom: 0;
  }
  main {
    padding-top: 59px;
  }
  #top-bar div {
    display: none !important;
  }
  nav.navbar {
    padding: 0 !important;
  }
  .navbar-nav {
    display: none;
  }
  .mobile-burger {
    display: flex !important;
  }
  .mobile-burger .btn {
    padding: 0.5rem;
    font-size: 25px;
  }
  .landing-header .header-constraint {
    max-width: unset;
  }
  .not-mobile {
    display: none;
  }
}
#accordion-container .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion-container .accordion:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion-container .accordion .accordion-item {
  border: 0;
}

.info-carousel .swiper .swiper-slide {
  border-radius: 2rem;
  height: 250px;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content {
  border: 1px solid grey;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content h3 {
  text-align: center;
  margin-bottom: 0;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content h3 strong {
  color: #a15ac1;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content p {
  margin-bottom: 0.25rem;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content:not(.image-holder) {
  padding: 1rem;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content a {
  margin-left: 0 !important;
  margin-top: auto;
  padding: 0.5rem 1rem;
  color: #a15ac1;
  border: 3px solid #a15ac1;
  width: fit-content;
  border-radius: 2rem;
  text-transform: uppercase;
  margin-left: -15px;
  transition: 0.5s ease-in-out all;
  font-weight: bold;
  white-space: nowrap;
}
.info-carousel .swiper .swiper-slide .swiper-slide-content a:hover {
  transition: 0.5s ease-in-out all;
  background-color: #a15ac1;
  color: white !important;
}
.info-carousel .swiper .swiper-slide img {
  border-radius: 2rem;
  /*height: 250px;*/
}
.info-carousel .swiper .swiper-button-next::after {
  content: none !important;
}
.info-carousel .swiper .swiper-button-next {
  bottom: 12.5px !important;
  top: unset;
  right: 40px;
  background-color: white;
  color: grey;
  border-radius: 9999px;
  height: 30px;
  width: 30px;
  border: 1px solid grey;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.checkbox .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Unchecked state */
.checkbox .box {
  width: 18px;
  height: 18px;
  background: #e5e7eb; /* light grey */
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  place-items: center;
  transition: background 0.2s, border-color 0.2s;
}

/* Checked state */
.checkbox input:checked + .box {
  background: #4f46e5;
  border-color: #4f46e5;
}

/* Tick */
.checkbox input:checked + .box::after {
  content: "✓";
  color: white;
  font-size: 11px;
}

/* Keyboard accessibility */
.checkbox input:focus-visible + .box {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f3f3f3;
}

.feature-grid-container {
  width: 100%;
  background-color: #f3f3f3;
}

.overlay-images img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.4s;
  /*width: 422px; OLD SIZE BEFORE IT GOT RUINED*/
}
.overlay-images img.visible {
  opacity: 1;
}
@media (max-width: 399px) {
  .overlay-images img {
    /*width: 150px;*/
    width: 300px;
  }
}
@media (min-width: 400px) and (max-width: 549px) {
  .overlay-images img {
    /*width: 200px;*/
    width: 400px;
  }
}
@media (min-width: 550px) and (max-width: 786px) {
  .overlay-images img {
    /*width: 250px;*/
    width: 500px;
  }
}
@media screen and (max-width: 786px) {
  .overlay-images img {
    top: 50%;
    transform: translateY(-50%);
    /*bottom: 250px;*/
    /*left: -128px;*/
    left: -178px;
  }
}
@media screen and (min-width: 786px) {
  .overlay-images img {
    width: 615px;
  }
}

.card {
  position: relative;
  border: 0 !important;
  border-radius: 24px;
  background-color: #f3f3f3;
}
.card a {
  height: 100%;
  border-radius: 24px;
}
.card a img {
  border-radius: 24px;
}
.card {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.card h2, .card h3 {
  margin: 0 0 12px;
}

.card p {
  max-width: 85%;
  font-size: 0.95rem;
  line-height: 1.4;
}

.tall {
  grid-row: span 2;
}

@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .tall {
    grid-row: auto;
  }
}
.dropdown-toggle {
  position: relative;
  /* Ensure there's no default border that might interfere */
  border-bottom: none !important;
}

/* Create the animated border using a pseudo-element */
.dropdown-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Adjust thickness as needed */
  background-color: #007bff; /* Match your theme color */
  transition: width 0.3s ease-in-out;
  border: 0 !important;
  margin: 0 !important;
}

/* Expand from left to right on hover */
.dropdown-toggle:hover::after,
.dropdown-toggle:focus::after {
  content: "";
  width: 100%;
}

/* When dropdown is shown, maintain the border */
.dropdown-toggle.show::after {
  width: 100%;
}

/* Retract from right to left when dropdown closes */
/*.dropdown-toggle:not(:hover):not(.show)::after {
    left: auto;
    right: 0;
    width: 0;
    transition: width 0.3s ease-in-out;
}*/
/* Optional: Adjust padding to prevent layout shift */
.dropdown-toggle {
  padding-bottom: 0.5rem;
  margin-bottom: 2px; /* Space for the border */
}

.scroll-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
  background-color: #f3f3f3;
}

.scroll-content {
  display: flex;
  gap: 20px;
  width: 100%;
}

.scroll-item {
  flex: 1;
  flex-shrink: 0;
  transition: transform 0.05s linear;
  padding: 0 2rem;
  opacity: 1;
  transition: opacity 1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-item.fading-in {
  opacity: 0;
}
.scroll-item img {
  width: auto;
  display: block;
  width: auto;
  height: 50px;
}
.scroll-item i {
  color: #c2c2c2;
}

.spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.scroll-section {
  /* This height determines how long the sticky effect lasts */
  height: 400vh;
  position: relative;
}
.scroll-section .floating-banner {
  bottom: -28px;
  right: -500px;
  position: absolute;
  padding: 1rem 3rem 1rem 2rem;
  background-image: linear-gradient(to right, #6d3093, #a65ec5);
  width: fit-content;
  border-radius: 2rem 0 0 2rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 786px) {
  .scroll-section .floating-banner {
    display: none;
  }
}
.scroll-section .floating-banner.active {
  right: 0px;
  opacity: 1;
  transition: 1s ease-in-out all;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media screen and (max-width: 786px) {
  .sticky-container #phone-stores {
    display: none !important;
  }
  .sticky-container * {
    font-size: clamp(12px, 4vw, 1rem);
    letter-spacing: initial;
    line-height: initial;
  }
}
.sticky-container .title, .sticky-container strong, .sticky-container .subtitle, .sticky-container .description, .sticky-container #phone-stores, .sticky-container #learn-more {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.4s;
}
.sticky-container .title.visible, .sticky-container strong.visible, .sticky-container .subtitle.visible, .sticky-container .description.visible, .sticky-container #phone-stores.visible, .sticky-container #learn-more.visible {
  opacity: 1;
  transform: translateY(0);
}

.content-box {
  /*max-width: 800px;*/
  padding: 3rem;
  /*text-align: center;*/
}

/*.title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

.subtitle {
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.2s;
    color: #a0a0a0;
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.4s;
    color: #d0d0d0;
}*/
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  width: 0%;
  z-index: 1000;
  transition: width 0.1s ease-out;
}

.end-spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.debug-info {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: monospace;
  z-index: 1000;
}

/*# sourceMappingURL=site.css.map */
