.checkOurPricesLink {
  display: block;
  width: fit-content;
}

.slide1Background {
  /* background-image: url("/images/home/homeBackground.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: absolute;
  top: 0;
  left: 0;
  height: 920px;
  width: 100vw;
  z-index: -1;
}

.slide1 {
  padding-top: 200px;
  position: relative;
  width: 100%;
}

.slide1Img {
  content: url("/images/home/slide1.png");
  width: 480px;
  position: absolute;
  top: 55px;
  right: 60px;
}

.plusDiv {
  width: 100%;
  height: 50px;
  position: relative;
}

.plusImg {
  background-image: url("/images/home/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 37px;
  width: 37px;
  float: left;
}

.plusSpan {
  font-size: 22px;
  height: 37px;
  line-height: 37px;
  float: left;
  padding-left: 15px;
  color: #0d90a8;
}

.slide1Header {
  font-size: 70px;
  line-height: 1.2;
  margin: 0;
  margin-top: 40px;
}

.slide1Header2 {
  font-size: 16px;
  font-family: MyLight;
  width: 790px;
  line-height: 1.4;
}

.boldFont {
  font-family: MyBold;
}

.tryItDiv {
  margin-top: 15px;
  font-family: MyBold;
}

.checkourPricesButton {
  display: block;
  padding: 12px 55px;
  margin-top: 25px;
}

.slide1Padding {
  height: 820px;
}

.slide2 {
  position: relative;
  width: 100%;
}

.slide2Img {
  content: url("/images/home/slide2.png");
  max-width: 500px;
  position: absolute;
  top: 100px;
  left: 100px;
  visibility: hidden;
  opacity: 0;
}

.slide2TextWrapper {
  float: right;
  width: 600px;
  padding-top: 55px;
}

.slide2Header {
  font-size: 48px;
  line-height: 1.28;
  font-family: MySemiBold;
}

.blueSpan {
  color: #4ac3cd;
}

.slide2Header2 {
  font-size: 20px;
  line-height: 1.6;
  font-family: MyLight;
}

.slide3 {
  padding-top: 150px;
  position: relative;
  width: 100%;
  padding-bottom: 130px;
}

.slide3Img {
  content: url("/images/home/slide3.png");
  max-width: 500px;
  position: absolute;
  top: 150px;
  right: 100px;
  visibility: hidden;
  opacity: 0;
}

.slide3TextWrapper {
  float: left;
  width: 540px;
}

.slide4 {
  width: 100%;
  padding-top: 100px;
  position: relative;
}

.slide4Header1 {
  font-size: 55px;
}

.slide4Wrapper {
  width: 100%;
}

.slide4Div1 {
  float: left;
  width: 375px;
  padding-left: 20px;
  padding-right: 50px;
}
.slide4SmallImgWrapper {
  width: 100%;
  height: 75px;
  position: relative;
  margin-bottom: 30px;
}

.slide4SmallImg {
  content: url("/images/home/star.png");
  max-height: 100%;
}

.slide4MiddleHeader {
  height: 120px;
}

.slide4BottomHeader {
  height: 100px;
  line-height: 1.3;
  font-family: MyLight;
}

.triangle {
  position: absolute;
  top: 100px;
  right: -500px;
  height: 600px;
  width: 600px;

  background-image: url("/images/home/triangle1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-135deg);
  z-index: -1;
}

.slide5 {
  padding-top: 180px;
  width: 100%;
  position: relative;
}

.slide5Header {
  font-size: 60px;
}

.cardsWrapperDiv {
  width: 100%;
}

.card {
  float: left;
  width: 403px;
  height: 545px;
  position: relative;
}

.cardBackImg {
  height: 100%;
  content: url("/images/home/page1.png");
  z-index: -1;
  position: absolute;
}

.cardBackImg2 {
  content: url("/images/home/page2.png");
}

.cardBackImg3 {
  content: url("/images/home/page3.png");
}

.cardUpperImg {
  width: 95%;
  height: 220px;
  text-align: center;
  position: relative;
}

.cardUpperImgInner {
  content: url("/images/home/signUp.png");
  max-height: 100%;
}

.cardUpperImgInner2 {
  content: url("/images/home/connect.png");
  max-height: 75%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.cardUpperImgInner3 {
  content: url("/images/home/complete.png");
  max-height: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cardTextWrapper {
  padding-left: 52px;
}

.cardLowerText {
  height: 130px;
  font-size: 20px;
  line-height: 1.2;
  font-family: MyLight;
}

.button {
  width: 275px;
  background-color: #00297c;
  color: white;
  position: relative;
  height: 53px;
  border-radius: 10px;
}

.buttonLeft1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: right;
  font-size: 28px;
  color: #4ac3cd;
  padding-top: 5px;
  padding-right: 10px;
}

.buttonRight1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  line-height: 1.1;
  padding-top: 8px;
  padding-left: 10px;
}

.cardLowerTextH {
  height: 80px;
}

.buttonH {
  height: 102px;
}

.buttonLeft1H {
  padding-top: 30px;
}

.buttonRight1H {
  padding-top: 25px;
}

.slideDownHome1 {
  visibility: hidden;
  opacity: 0;
  animation: slideDownHome1 1s ease-in-out 0.3s forwards;
}

.triangleAnim1 {
  visibility: hidden;
  opacity: 0;
  animation: triangleAnim 2s ease-in-out 0.3s forwards;
}

.cardAnim1 {
  visibility: hidden;
  opacity: 0;
  animation: cardAnim1 1s ease-in-out 2.5s forwards;
}

.cardAnim2 {
  visibility: hidden;
  opacity: 0;
  animation: cardAnim2 1s ease-in-out 1.5s forwards;
}
.cardAnim3 {
  visibility: hidden;
  opacity: 0;
  animation: cardAnim3 1s ease-in-out 0.5s forwards;
}

.videoWrapper {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.videoCenterDiv {
  margin: auto;
  width: 780px;
  height: 540px;
}

#videoPlaceHolder {
  width: 100%;
  height: 100%;
  background-image: url("/images/home/videoPic1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.videoArrow {
  width: 780px;
  height: 540px;
  background-image: url("/images/home/arrowPic.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  left: -330px;
}

#videoDiv {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 780px;
  height: 540px;
}

.displayVideoDiv {
  display: block !important;
  animation: fadeIn 1s ease-in-out 0s forwards;
}

.videoFadeOut {
  animation: fadeOut 1s ease-in-out 0s forwards;
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes slideDownHome1 {
  0% {
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
  }

  100% {
    transform: translateY(-0px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes triangleAnim {
  0% {
    transform: translate(100px, 100px) rotate(-135deg);
  }

  100% {
    transform: translate(-0px, -0px) rotate(-135deg);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes cardAnim1 {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes cardAnim2 {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes cardAnim3 {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
  }
}

#slide1Point1 {
  position: absolute;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide1Point2 {
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide2Point1 {
  position: absolute;
  top: 200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide2Point2 {
  position: absolute;
  bottom: -200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide3Point1 {
  position: absolute;
  top: 200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide3Point2 {
  position: absolute;
  bottom: -200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide4Point1 {
  position: absolute;
  top: 200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide4Point2 {
  position: absolute;
  bottom: -200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide5Point1 {
  position: absolute;
  top: 200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

#slide5Point2 {
  position: absolute;
  bottom: -200px;
  width: 10px;
  height: 10px;
  /* background-color: red; */
}

.paddingMobileForCarusel {
  height: 670px;
  width: 100%;
}

.caruselOuterWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1800px;
  height: 700px;
  margin-top: 100px;
}

.warningSpan {
  color: #c34b49;
}

.card2Img {
  height: 550px;
  width: 700px;
  background-image: url("/images/home/card2.png");
}

.card3Img {
  background-image: url("/images/home/card3.svg");
}

.card4Img {
  right: 150px;
  bottom: -0px;
  background-image: url("/images/home/card4.svg");
}

.innerCard {
  width: 73%;
  margin: auto;
  height: 100%;
  padding: 0px 150px;
  position: relative;
  padding-top: 60px;
}

.leftCarDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  padding-top: 140px;
}

.rightCarDiv {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
}

.cardFirstLineWrapper,
.cardButtonsWrapper {
  display: flex;
}

.nopad {
  margin: 0;
  padding: 0;
}

.cardGreyText {
  font-size: 22px;
  color: #8995ab;
}

.cardSmallImg {
  height: 38px;
  width: 38px;
  background-image: linear-gradient(#5cc8d1, #158aa5);
  margin-top: 10px;
  border-radius: 50%;
  position: relative;
}

.cardSmallImgInner {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 9px;
  left: 9px;

  background-image: url("/images/home/emailIcon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cardGreyDivWrapper {
  padding-top: 13px;
  padding-left: 10px;
}

.cardLargeText {
  font-size: 70px;
  line-height: 1.2;
  margin-top: 15px;
}

.cardFreeTrialText {
  font-size: 20px;
  font-family: MySemiBold;
  margin: 0;
  margin-top: 32px;
  line-height: 1;
}

.cardFreeTrialButton {
  background-image: linear-gradient(#5cc8d1, #158aa5);
  padding: 16px 65px 14px 65px;
  border-radius: 5px;
  color: white;
  font-size: 17px;
  font-family: MyMed;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 1s;
}

.cardFreeTrialButton:hover {
  background-image: linear-gradient(#158aa5, #0a657a);
}

.cardButtonsWrapper {
  margin-top: 30px;
}

.cardLearMoreButton {
  font-size: 17px;
  padding: 14px 65px;
  border-radius: 5px;
  border: 2px solid #8995ab;
  margin-left: 25px;
  transition: 0.3s;
  cursor: pointer;
}

.cardLearMoreButton:hover {
  background-color: #0a657a;
  border-color: #0a657a;
  color: white;
}

.cardRightLargeImg {
  height: 100%;
  width: 100%;
  background-image: url("/images/home/triangleCard.png");
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 92%;
  position: relative;
}

.cardInnerSmallImgRight {
  height: 350px;
  width: 325px;
  top: 105px;
  left: 130px;
  background-image: url("/images/home/card1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.cardMiniGraph {
  height: 15px;
  width: 15px;
  top: 11px;
  left: 11px;
  background-image: url("/images/home/graph.png");
}

.cardMiniSheet {
  height: 18px;
  width: 18px;
  top: 10px;
  left: 10px;
  background-image: url("/images/home/sheet.png");
}

.cardMiniMoney {
  top: 9px;
  left: 11px;
  background-image: url("/images/home/money.png");
}

.largeGraphImg {
  height: 500px;
  width: 500px;
  top: 50px;
  left: 30px;
  background-image: url("/images/home/largeGraph.png");
}

.largeNotesImg {
  height: 380px;
  width: 380px;
  top: 100px;
  left: 160px;
  background-image: url("/images/home/largeNotes.png");
}

.largeNo {
  height: 410px;
  width: 410px;
  top: 100px;
  left: 80px;
  background-image: url("/images/home/largeNo.png");
}

.brShowMobile {
  display: none;
}
