/** Shopify CDN: Minification failed

Line 480:14 Expected identifier but found whitespace
Line 480:16 Unexpected "{"
Line 480:25 Expected ":"
Line 480:51 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.beta-banner {
	position: absolute;
	top: 0;
	right: 0;
    z-index: 9010;
}

.beta-banner img {
}
.book-service-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	/*background-color: #e9f8ff;*/
	height: 610px;
}

.page-width.book-service-form {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
    z-index: 2;
	position: relative;
}

.page-width.book-service-form-bottom {
	display: flex;
	padding-top: 20px;
	padding-bottom: 80px;
}

.page-width.book-service-form-bottom .contact-item {
	justify-content: center;
	max-width: 300px;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	transition: 0.15s all ease;
	color: black;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}

.page-width.book-service-form-bottom .contact-item:hover {
    background: #c8d9ff;
}

.col50 {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}

.col33 {
    width: 33%;
    padding-left: 25px;
    padding-right: 25px;
    flex-grow: 1;
    max-width: 50%;
}

#ContactForm {
    background-color: white;
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 7%);
}

.book-service-desc {
	display: flex;
	align-items: center;
	height: 300px;
	max-width: 500px;
}

.book-service-desc h1 {
	font-weight: 700;
}

.book-service-desc p, .book-service-desc h1 {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 768px) {
  .book-service-bg {
	height: 450px;
  }

  .col50 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
	  padding-bottom: 30px;
  }

  .col33 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
	  padding-bottom: 30px;
      max-width: unset;
  }
  .page-width.book-service-form {
      display: block;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .book-service-desc {
	max-width: unset;
	height: unset;
  }

  #ContactForm {
      background-color: white;
      padding: 30px 25px;
      border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .page-width.book-service-form {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .page-width.book-service-form-bottom {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px;
  }
}
.book-service-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	/*background-color: #e9f8ff;*/
	height: 610px;
}

.page-width.book-service-form {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
    z-index: 2;
	position: relative;
}

.page-width.book-service-form-bottom {
	display: flex;
	padding-top: 20px;
	padding-bottom: 80px;
}

.page-width.book-service-form-bottom .contact-item {
	justify-content: center;
	max-width: 300px;
    margin: auto;
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	transition: 0.15s all ease;
	color: black;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}

.page-width.book-service-form-bottom .contact-item:hover {
    background: #c8d9ff;
}

.col50 {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}

.col33 {
    width: 33%;
    padding-left: 25px;
    padding-right: 25px;
    flex-grow: 1;
    max-width: 50%;
}

#ContactForm {
    background-color: white;
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 7%);
}

.book-service-desc {
	display: flex;
	align-items: center;
	height: 300px;
	max-width: 300px;
}

.book-service-desc h1 {
	font-weight: 700;
}

.book-service-desc p, .book-service-desc h1 {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 768px) {
  .book-service-bg {
	height: 450px;
  }

  .col50 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
	  padding-bottom: 30px;
  }

  .col33 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
	  padding-bottom: 30px;
      max-width: unset;
  }
  .page-width.book-service-form {
      display: block;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .book-service-desc {
	max-width: unset;
	height: unset;
  }

  #ContactForm {
      background-color: white;
      padding: 30px 25px;
      border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .page-width.book-service-form {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .page-width.book-service-form-bottom {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px;
  }
}
.faq-home-section {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.faq-home-section .faq-section-heading {
  padding-top: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.faq-home-section .col-lg-6:first-child .faq-item:first-child {
	border-top: solid 1px rgba(11,19,32,.3);
}
.faq-home-section .faq-item {
	border-bottom: solid 1px rgba(11,19,32,.3);
}
.faq-home-section .faq-item .faq-item-header {
	cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-home-section .faq-item .faq-item-answer {
	padding-bottom: 15px;
}
.faq-home-section .faq-item .faq-item-icon-plus {
    display: block;
    margin-left: 10px;
	font-size: 30px;
}
.faq-home-section .faq-item .faq-item-header.active .faq-item-icon-plus {
    display: none;
}
.faq-home-section .faq-item .faq-item-icon-minus {
    display: none;
    margin-left: 10px;
	font-size: 30px;
}
.faq-home-section .faq-item .faq-item-header.active .faq-item-icon-minus {
    display: block;
}

.faq-home-section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.faq-home-section .col-lg-6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .faq-home-section .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .faq-home-section .col-lg-6 .faq-item:first-child {
      border-top: solid 1px rgba(11,19,32,.3);
  }
}
.feature-image-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.feature-image-section {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.feature-image-middle {
	display: grid;
	justify-content: center;
	align-items: center;
	order: 2;
}

.feature_item {
	display: flex;
	min-height: 60px;
}

.feature_item h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.feature_item p {
	margin-top: 0;
}

.feature_item img {
	margin-right: 15px;
	max-width: 50px;
}
.feature-image-left {
    padding-left: 15px;
    padding-right: 15px;
	order: 1;
}
.feature-image-right {
    padding-left: 15px;
    padding-right: 15px;
	order: 3;
}

@media only screen and (max-width: 768px) {
    .feature-image-left {
    	padding-top: 20px;
	}
    .feature-image-right {
	}
  	.feature-image-section {
		display: block;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .feature-image-container {
        padding-top: 40px;
        padding-bottom: 40px;
	}

    /*.feature-image-middle img {
	    max-height: 300px;
    }*/
}
.contact-item {
  	display: flex;
  	align-items: center;
  	margin-top: 1rem;
  	margin-bottom: 1rem;
  }
  .contact-item img {
  	width: 20px;
  	margin-right: 10px;
  }
  .contact-item a {
  	text-decoration: none;
  	color: black;
  }
.button-container {
    position: relative;
    width: 100%;
  }

  .rbibtn {
    border-style: none !important;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 1.2;
    cursor: pointer;
    font: inherit;
    padding: .9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 12rem;
    min-height: 4.5rem;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

  }



  .image_mobile {
    display: none;
    width: 100%;
  }

  .image_desktop {
    display: block;
    width: 100%;
  }

  @media only screen and (max-width: 768px) {
    .image_mobile {
      display: block;
    }

    .image_desktop {
      display: none;
    }

    .rbibtn {
       bottom: {{settings.mobile_button_position }}% !important;
    }
  }
/* 'image-with-features' css */

.feature-container {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1140px;
  	margin: auto;
}

.feature-container img {
	max-width: 100%;
}

@media (max-width:1200px) {
  .feature-container {
    max-width: 960px;
  }
}
@media (max-width:992px) {
  .feature-container {
    max-width: 720px;
  }
}
@media (max-width:768px) {
  .feature-container {
    max-width: 540px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 25px;
	padding-right: 25px;
  }
}
@media (max-width:576px) {
  .feature-container {
	padding-top: 25px;
	padding-bottom: 25px;
    max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
  }
}

.feature-row {
	display: flex;
}

.features-flex {
    margin-top: auto;
    margin-bottom: auto;
}

.col50 {
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}

.features {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width:768px) {
  
  .feature-row {
      display: block;
  }

  .col50 {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }

  .features {
      padding-top: 20px;
      padding-bottom: 20px;
  }
}

.feature {
	margin-top: 20px;
	margin-bottom: 20px;
  display: flex;
	align-items: flex-start;
}
/*@media (max-width:768px) {
  .feature {
      align-items: center;
  }
}*/

.feature img {
	max-width: 40px;
	margin-right: 10px;
}

.feature:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

.feature-title {
	font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}

.feature-subtitle {
	font-size: 15px;
}

.feature-body-text {
	font-size: 15px;
}

.feature-body p {
	margin-top: 0;
}
.faq-section .faq-section-heading {
  padding-top: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.faq-section .faq-item {
	border-bottom: solid 1px rgba(11,19,32,.3);
}
.faq-section .faq-item .faq-item-header {
	cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-section .faq-item .faq-item-answer {
	padding-bottom: 15px;
}
.faq-section .faq-item .faq-item-icon-plus {
    display: block;
    margin-left: 10px;
	font-size: 30px;
}
.faq-section .faq-item .faq-item-header.active .faq-item-icon-plus {
    display: none;
}
.faq-section .faq-item .faq-item-icon-minus {
    display: none;
    margin-left: 10px;
	font-size: 30px;
}
.faq-section .faq-item .faq-item-header.active .faq-item-icon-minus {
    display: block;
}
.image_mobile {
	display: none;
	width: 100%;
}

.image_desktop {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 768px) {
  .image_mobile {
      display: block;
  }

  .image_desktop {
      display: none;
  }
}
.typing-section p span.typed-text {
  color: #dd7732;
}
.typing-section p span.cursor {
  display: inline-block;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.typing-section p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}