@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');
@font-face { font-family: 'BrandonGrotesque-Bold';  src: url('https://content.hirespace.com/hubfs/Fonts/eot/Brandon%20Grotesque/Brandon_bld.eot') format('eot'), url('https://content.hirespace.com/hubfs/Fonts/woff/Brandon%20Grotesque/Brandon_bld.woff') format('woff'), url('https://content.hirespace.com/hubfs/Fonts/ttf/Brandon%20Grotesque/Brandon_bld.ttf') format('truetype');}
@font-face { font-family: 'WorkSans-ExtraBold';  src: url('https://content.hirespace.com/hubfs/Fonts/eot/Work%20Sans/WorkSans-ExtraBold.eot') format('eot'), url('https://content.hirespace.com/hubfs/Fonts/woff/Work%20Sans/WorkSans-ExtraBold.woff') format('woff'), url('https://content.hirespace.com/hubfs/Fonts/ttf/Work%20Sans/WorkSans-ExtraBold.ttf') format('truetype');}
@font-face { font-family: 'WorkSans-Regular';  src: url('https://content.hirespace.com/hubfs/Fonts/eot/Work%20Sans/WorkSans-Regular.eot') format('eot'), url('https://content.hirespace.com/hubfs/Fonts/woff/Work%20Sans/WorkSans-Regular.woff') format('woff'), url('https://content.hirespace.com/hubfs/Fonts/ttf/Work%20Sans/WorkSans-Regular.ttf') format('truetype');}
@font-face { font-family: 'WorkSans-Bold';  src: url('https://content.hirespace.com/hubfs/Fonts/eot/Work%20Sans/WorkSans-Bold.eot') format('eot'), url('https://content.hirespace.com/hubfs/Fonts/woff/Work%20Sans/WorkSans-Bold.woff') format('woff'), url('https://content.hirespace.com/hubfs/Fonts/ttf/Work%20Sans/WorkSans-Bold.ttf') format('truetype');}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.section.titlepage {
  background-color: white;
}

h1.title {
  font-family: Work Sans;
  font-size: 4.5rem;
  font-weight: 900;
}

h2.subtitle {
  font-family: Work Sans;
  font-size: 2.5rem;
  font-weight: 900;
}


.faq {
    padding: 2rem 0 4rem;
    cursor: pointer;
}

.faq .question p {
    display: none;
}
.faq .questions p {
    display: none;
}

.faq .question, .faq .questions {
    margin: 1rem 0;
    padding: 2rem 3rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}
.faq .close {
    display: none;
}

.faq .question.open .close, .faq .questions.open .close {
    float: right;
    cursor: pointer;
    width: .9375rem;
    display: inline-block;
}

.faq .question .title, .faq .questions .title {
    font-family: Work Sans!important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #282A30;
    letter-spacing: 1px;
}

.faq .question.open, .faq .questions.open {
    cursor: default;
}

.fa-circle-check {
  color:#397A9D;
  font-size: 1.9rem;
  padding-top:5px;
}
.fa-circle-xmark {
  color:#9D9FA7;
  font-size: 1.9rem;
  padding-top:5px;
}

.faq .question.open p, .faq .questions.open p {
    font-family: Work Sans!important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #282A30;
    margin-top: .75rem;
    display: block;
}

.contentslink {
  font-family: Work Sans;
  font-weight:700;
  line-height: 10 rem;
  color: #646464;
  text-decoration:none;
  font-size: 2rem;
}

.hide {
  display:none;
}


.backbtn:hover, .fullscreenbtn:hover {
  transform: scale(1.1);
}

.backbtn, .fullscreenbtn {
  transition: all .1s ease-in-out;
  opacity: 0.3
}

.clickitem {
  font-family: Work Sans;
  font-weight:900;
  line-height: 10 rem;
  font-size: 5rem;
}


.container {
  max-width: 1400px;
}

#embed-laptop {
    position: relative;
    padding-top: 10px;
    padding-bottom: 67.5%;
    height: 0;}
 
#embed-laptop iframe {
    border: none;
    box-sizing: border-box;
    background: url('https://content.hirespace.com/hubfs/Landing%20Pages/360%20Pitch%20Deck/Blank%20Laptop.png') center center no-repeat;
    background-size: contain;
    padding: 6.15% 15% 11%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}

.animate__faster {
  --animate-duration: 0.4s !important;
}

.animate__fast {
  --animate-duration: 1s !important;
}

.fp-watermark {
  display:none;
}

.fp-tooltip.fp-right {
  font-family: Work Sans !important;
  font-weight: 300;
  background-color: #282A30;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.2rem !important;
}

.hs-tools-menu {
  display:none;
}

.popup {
  padding: 40px;
  background-color: #fff;
  color: #282A30;
  font-size: 2rem;
  font-family: Work Sans Bold;
  position: absolute;
  left: 50%;
  top 50%;
}

.fadeable-group {
    transition: opacity 0.3s;
    opacity: 1;
}

.fadeable-group.fade-out {
    opacity: 0;
}

.fadeable-group.fade-in {
    opacity: 1;
}
.fade-in-reveal {
    opacity: 1;
    transition: opacity 0.5s;
}

.contract-fade-in-reveal-slow {
    opacity: 0.6;
    transition: opacity 0.8s;
}

.hidden {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
#normal-payment-line-1,
#normal-payment-line-2,
#advanced-payment-line-1,
#advanced-payment-line-2,
#Onboard-one-supplier {
    transition: opacity 0.5s, visibility 0.5s;
}





.text-hidden {
    visibility: hidden;
}

.cursor {
    width: 2px;
    height: 1em;
    background: black;
    display: inline-block;
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}

.laptop-container {
    position: relative;
    height: 99.75%;
    max-width: 100%; /* or the width of your laptop image */
    margin: 0 auto; /* to center the laptop */
}

.laptop-image {
    width: 100%;
    display: block;
    max-height: 100vh
}
.website-embed-container {
    position: absolute;
    overflow: hidden;
    top: 9.5%;
    left: 14.7%;
    width: 71%;
    height: 71%;
}

.website-embed {
    width: 130%; /* Adjust based on the desired zoom level */
    height: 130%; /* Adjust based on the desired zoom level */
    transform: scale(0.7692); /* Inverse of 130% to zoom out. Adjust this value based on the width/height adjustments */
    transform-origin: 0 0; 
    border: none;
}

/* Base color for navigation */
.fp-nav-base-color {
    background-color: #365564 !important;
}

/* Custom color classes for each desired color */
.fp-nav-color-white {
    background-color: #fff !important;
}

.fp-nav-color-dark {
    background-color: #282A30 !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    transition: background-color 0.7s ease;
}


.slide.contracts .fp-overflow {
    display: flex;
}

.contract {
    flex: 1;  /* Each contract will take half of the available width */
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.contractimage{
    transform: translateY(180px);
}
.contract-content {
    height: 100%;
    overflow-y: scroll;

}

.overlay-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    color: #365564;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800; 
    padding: 8px 16px;
    z-index: 10;
    font-size: 40px;
    text-align: center;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.overlay-text span {
  font-weight:300;
  color:#282A30
}

.contractimage {
  width:100%;
  opacity: 0.6;
}

.contract-content::-webkit-scrollbar {
    width: 0px; /* For WebKit browsers like Chrome and Safari */
}

.contract-content {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}