@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

.pricing_plans_holder {
  font-family: 'Raleway', Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 80vw;
  max-width: 1000px;
  margin: 50px 10px 10px;
}
.pricing_plans_holder .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: rgba(50,50,50, 0.8);
  border: 1px solid rgba(50,50,50, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.pricing_plans_holder .plan:hover,
.pricing_plans_holder .plan.hover {
  background-color: #1c1c1c;
}
.pricing_plans_holder .plan:hover i,
.pricing_plans_holder .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pricing_plans_holder * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pricing_plans_holder header {
  position: relative;
  padding: 20px 10px;
}
.pricing_plans_holder header i {
  font-size: 56px;
  margin: 0 15px;
  color: #f39c12;
  display: inline-block;
  float: left;
}
.pricing_plans_holder .plan_title {
  top: 0;
  font-weight: 800;
  color: #737373;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing_plans_holder .plan_cost {
  margin: 0;
  /*opacity: 0.2;*/
  color: #ffffff;
  max-height: 4vh;

}
.pricing_plans_holder .plan_price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2.3em;
}


.pricing_plans_holder .plan_price.free {
  font-size: 1.6em;
}

.pricing_plans_holder .plan_price.contact {
  font-size: 1.2em;
}




.plan_currency {
  font-size: 1.3em !important;
}
.pricing_plans_holder .plan_type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.pricing_plans_holder .plan_features {
  padding: 0;
  margin: 0 0 40px;
  list-style: outside none none;
  font-size: 0.8em;
  text-align: left;
  color: #ffffff;
}
.pricing_plans_holder .plan_features li, .pricing_plans_holder .plan_features li.not_available, .tooltip_li {
  color: #ddd;
  padding: 5px 5%;
  font-weight: 500;
  opacity: 1;
  border-left: 5px solid #f1af09;
  margin: 2px 20px;
}

.tooltip_ul {
  list-style: outside none none;
}
.tooltip_li {
  color: #666 !important;
  border-left: 5px solid #333333 !important;
}

.pricing_plans_holder .plan_features li.not_available span {
  opacity: 0.2;
}
.pricing_plans_holder .plan_features li.not_available div {
  opacity: 1;
}
.pricing_plans_holder .plan_select {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.pricing_plans_holder .plan_select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f39c12;
}
.pricing_plans_holder .plan_select a:hover {
  background-color: #262626;
}
.pricing_plans_holder .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.pricing_plans_holder .featured .plan_select a {
  margin: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .pricing_plans_holder .plan {
    width: 50%;
  }
  .pricing_plans_holder .plan_title,
  .pricing_plans_holder .plan_select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pricing_plans_holder .plan_select a,
  .pricing_plans_holder .featured .plan_select a {
    margin: 20px;
  }
  .pricing_plans_holder .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .pricing_plans_holder .plan {
    width: 100%;
  }
}

















































:root {
  --left-side: 0%;
  --right-side: 0%;
}


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

body{
  font-family: 'Montserrat', sans-serif;
  color: #eee;
  margin: 0;
  padding: 0;
  background-image: url('../images/burgundy_bg.png');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}


.brand_orange {
  color: #f1af09 !important;
}

#header {
  z-index:6;
  float: left;
  width: 100%;
  position: fixed;
  justify-content: center;
  align-items: center;
  background: #ffffff1a;
  backdrop-filter: blur(20px);
  padding: 1.5em;
  border: 1px solid #ffffff1a;
  box-shadow: 0 0 20px #0000002a;
}

.header_holder {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header_logo {
  flex: 0 0 auto;
  flex-basis: 30%;
}

.header_logo img {
  width: 80%;
}

.header_links {
  flex-basis: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1vh;
}

.header_links > div {
  flex-basis: 30%;
  text-align: center;
  padding: 0 20px;
}

.header_link {
  /*all: unset;*/

  text-decoration: none;
  color: unset;
  white-space: nowrap;
}

.header_login {
  flex-basis: 10%;
  text-align: right;
}

.header_login a {
  color: #FFFFFF !important;
}

.user_profile {
  height: 12px;
  width: 12px;
}

.staff_pants {
  float: right;
  height: 100vh;
  width: 100vw;
  background-image: url('../images/legs.png');
  background-size: cover;
  background-position: right;
  background-position-y: top;
  pointer-events: none;
}

.badge_holder {
  /*z-index: 3;*/
  float: right;
  height: 30vw;
  width: 30vw;
  /*background-image: url(../images/badge_blank.png);*/
  /*background-size: cover;*/
  /*background-position: right;*/
  /*background-position-y: top;*/
  position: absolute;
  top: 0vh;
  right: 14vw;
  /*below 1064 px things need to get adjusted for both size and placement*/
}

.badge_holder img.badge_blank {
  width: 100%;
  position: relative;
  z-index: 3;
}

.badge_holder div.badge_carousel {
  z-index: 2;
}

.badge_holder div.credentials_carousel {
   z-index: 4;
}

.badge_holder div.credentials_carousel {
  z-index:4;
}

.badge_carousel {
  position: relative;
  top: -11vw;
  left: 4vw;
  /*height:8vw;*/
  /*width: 7vw;*/
}

.credentials_carousel {
  position: relative;
  top: -11.3vw;
  left: 4vw;
  /*height:8vw;*/
  /*width: 7vw;*/
}


.tabbed_content {
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
  transform: scale(0.8);
  width: 100%;
  opacity: 0;

}

.hero_container.tab--active, .asterisk_fineprint.tab--active {
  transition: all 0.25s linear 0s;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero_container {
  z-index: 5;
  float:left;
  position: absolute;
  /*top: 20%; */
  top: 30%;
  left: 10vw;
  transition: none;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;


  /*height: 100vh;*/
  /*display: flex;*/
  /*justify-content: left;*/
  /*align-items: center;*/
}

.blog_hero {
  top: 15% !important;
}

.blog_title {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.blog_blurb {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}

.blog_date {
  font-size: 0.5rem;
}

.blog_entry_link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.expertgpt_hero, .sitegpt_hero, .discoverygpt_hero, .ai_consulting_hero, .blog_header {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
  min-height: 8rem;
  max-height: 8rem;
  margin-bottom: 0;
  line-height: 2.5rem;
}

/*#expertgpt_hero_container {*/
/*  white-space: pre-line;*/
/*}*/

/*#initial_gpt_hero_cursor::after {*/
/*  content: "\A";*/
/*  white-space: pre;*/
/*}*/

/*#secondary_gpt_hero {*/
/*  display: inline-block;*/
/*}*/





.hero_static_typing {
  line-height: 2.63rem;
}

.mt4_hero_post_pitch{
  margin-top: 4vh;
}

.blog_header {
  min-height: 6rem;
  max-height: 6rem;
}

.hero_pitch, .hero_post_pitch {
  font-size: 1.2em;
  max-width: 40vw;
  margin-bottom: 4vh;
}

.hero_post_pitch {
  font-size: 1em;
}

.blog_pitch {
  max-width: unset !important;
}

.blog_entry h1 {
  font-size: 1.2rem;
}

.blog_entry h2 {
  font-size: 0.8rem;
}

.blog_entry h5 {
  margin-bottom: 1.2rem;
}

.blog_entry p {
  margin-bottom: 1.2rem;
}

.typed_cursor {
  line-height: 2rem;
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 2px;
  animation: cursor_blink 1s infinite;
}

.typed_cursor.stop_cursor_animation {
  animation: none;
}


@keyframes cursor_blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}






















































.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

.inner {
  width: 100vw;
  line-height: 0;
}

article {
  float: left;
  position: relative;
}

.badge_image {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
}

.signature {
  width: auto;
  float: unset;
  position: unset;
  top: unset;
  height: 5vh;
}

.display_none {
  display: none;
}

.spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #F1AF09;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

.loading .spinner {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.badge_credentials {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffff;
  display: grid;
  align-items: center; /* Vertically aligns the row */
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2.8fr repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.credentials_header { grid-area: 1 / 1 / 2 / 4; }
.credentials_sex { grid-area: 2 / 1 / 3 / 2; }
.credentials_hair { grid-area: 2 / 2 / 3 / 3; }
.credentials_signature { grid-area: 2 / 3 / 4 / 4; }
.credentials_expiry { grid-area: 3 / 1 / 4 / 3; }
.credentials_barcode { grid-area: 4 / 1 / 5 / 4; }


.credentials_section_value {
  font-size: 16px;
  margin-bottom: 10px;
}

.barcode {
  width: 13vw;
  padding-left: 1vw;

}


.credentials_title {
  font-size: 2vh;
  color: black;
  position: relative;
  line-height: 3.2vh;
  text-align: center;
  font-weight: bold;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  white-space: nowrap;
  overflow: hidden;
}

.credentials_name {
  font-size: 1.2vh;
  color: black;
  position: relative;
  line-height: 1.2vh;
  text-align: center;
  font-weight: lighter;

}


.credentials_section_header {
  font-size: 0.9vh;
  color: #666;
  margin-bottom: 0.3vh;
}

.credentials_section_value {
  font-size: 1vh;
  color: black;
  margin-top: 0.9vh;
  position: relative;
  font-weight: bold;
}

.credentials_sex, .credentials_expiry {
  padding-left: 1.1vw;
}

.credentials_hair, .credentials_signature .credentials_section_header {
  padding-left: 1.95vw;
}
.expert_title {
  /*display: initial;*/
  /*height: 100px;*/
  /*height: auto;*/
  width: 100%;
  color: black;
  top: 1.5vw;
  text-align: center;
  position: relative;
  z-index: 2;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any overflowing text */
  font-size: 20px;
}

article.badge_article {
  width: 6.45vw;
}

article.credential_article {
  width: 14.45vw;
  height: 8vw;

}



.get_more {
  opacity: 1;
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}


.get_more_button, .blog_entry {

  opacity: 0; /* Set initial opacity to 0 */
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;

 }

.blog_entry {
  opacity: 1;
}

.header_button {
  /*padding-top: 1vh;*/
}

.hide_button {
  opacity: 0 !important;
  min-width: 20vw;
}

.animated_button, .blog_entry {

  background: #ffffff1a;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 1px solid #ffffff1a;
  box-shadow: 0 0 8px #0000002a;
  /* width: fit-content; */
  /* min-width: 100px; */
  /* height: 45px; */
  /* padding: 8px; */
  /* border-radius: 5px; */
  /* border: 2.5px solid #E0E1E4; */
  /* box-shadow: 0px 0px 20px -20px; */
  /* cursor: pointer; */
  /* background-color: white; */
  /* transition: all 0.2s ease-in-out 0ms; */
  /* user-select: none; */
  margin-right: 10px;
  margin-bottom: 10px;
  color: white;
}

.header_links .animated_button {
  margin-bottom: 0 !important;
}

.blog_entry {
  max-width: 80%;
}

.bold_button, .more_button {
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;
}

.bold_button {
  display: block;
}

.show_animated_button {
  /*display: block;*/
  animation-name: fadeIn; /* Set the name of the animation */
  animation-duration: 1s; /* Set the duration of the animation */
  animation-fill-mode: forwards; /* Ensure that the button stays visible at the end of the animation */
}

@keyframes fadeIn {
  from {
    opacity: 0; /* Start with opacity 0 */
  }
  to {
    opacity: 1; /* End with opacity 1 */
  }
}

.hide_animated_button {
  animation-name: fadeOut; /* Set the name of the animation */
  animation-duration: 1s; /* Set the duration of the animation */
  animation-fill-mode: forwards; /* Ensure that the button stays visible at the end of the animation */
}

@keyframes fadeOut {
  from {
    opacity: 1; /* Start with opacity 0 */
  }
  to {
    opacity: 0; /* End with opacity 1 */
  }
}


























.hero_quote::before{
  position: absolute;
  font-family: 'FontAwesome', sans-serif;
  top: 0;

  content:"\f10d";
  color: #f1af099a;
  font-size: 4em;
  left: 10px;
  opacity: 0.3;
}

.hero_quote::after{
  content: '';
}



.hero_quote {
  position: absolute;
  float: right;
  right: 10vw;
  bottom: 10vh;
  width: 20vw;
  height: auto;
  font-style: italic;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff1a;
  backdrop-filter: blur(20px);
  padding: 1.5em;
  border-radius: 5px;
  border: 1px solid #ffffff1a;
  box-shadow: 0 0 20px #0000002a;
}

.hero_quote_attribute {
  position: absolute;
  right: 2vw;
  bottom: 2vh;
  font-size: 0.71rem;
}


/* Slider Styling */
.credentials_wrapper {
  width: 13.8vw;
  height: 7.55vw;
  position: absolute;
  left: 6.7vw;
  top: -0.25vw;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.credentials_wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}



/* Slider Styling */
.badge_wrapper {
  width: 6.45vw;
  height: 7.55vw;
  position: absolute;
  left: 0.3vw;
  top: -0.45vw;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.badge_wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.asterisk_fineprint {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 10vw;
  font-size: 0.7rem;
  transition: none;
  transform: scale(0.8);
  opacity: 0;
}



/*.slide_left {*/
/*  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
/*  animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;*/
/*}*/


.slide_left {
  margin-left: -100%;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-4-13 10:15:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


#slide1:checked ~ .badge_wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .badge_wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .badge_wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .badge_wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .badge_wrapper .inner {
  margin-left: -400%;
}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {

}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {

}


























































/*!
 * Continuous Carousel ∞ v0.2.1
 * Continuous carousel that uses vanilla JavaScript & CSS animations.
 *
 * @author Jon Chretien
 * @license Released under the MIT license.
 */

.c-carousel-container {
  overflow: hidden;
  transform-style: preserve-3d;
}

.c-carousel-group {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-carousel-container[data-direction="horizontal"] .c-carousel-group {
  flex-direction: row;
}

.c-carousel-container[data-direction="vertical"] .c-carousel-group {
  flex-direction: column;
}

.c-carousel-visuallyhidden {
  display: none;
}























.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #aaa;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal_overlay.modal_show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  height: calc(100% - 5vh);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal_frame.modal_appear {
  visibility: visible;
}
.modal_frame.modal_appear .modal_inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal_frame.modal_appear .modal_content {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal_container.modal_hide {
  visibility: visible;
}
.modal_container.modal_hide .modal_inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal_container.modal_hide .modal_content {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.modal_container {
  display: block;
  vertical-align: middle;
  text-align: center;
  max-height: 70vh;
  min-height: 70vh;
  max-width: 80vw;
  min-width: 80vw;


  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25),
  0 10px 10px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
  width: 768px;

}

.overflow_nil {
  overflow: hidden;
}

.modal_inset {
  position: absolute;
  /*padding: 60px;*/
  /*background-color: white;*/
  /*min-width: 320px;*/
  /*min-height: 126px;*/
  margin: auto;
  height: 100%;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal_inset .modal_close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: .4;
  z-index: 100;
  color: #333;
}
.modal_inset .modal_close:hover {
  opacity: 1;
}

.modal_content {
  margin: auto;
  opacity: 0;
  height: 100%;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}






.form_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
}


.left_container {
  grid-area: 1 / 1 / 2 / 2;
  height: 100%;
  position: relative;

  background-image: url('../images/burgundy_bg.png');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.right_container {
  grid-area: 1 / 2 / 2 / 3;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px; /* Adjust this value to control the width of the shadow */
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Adjust the shadow properties as needed */
}

.left_container h2 {
  margin-bottom: 3vh;
}

.left_container p {
  font-size: 0.9rem;
  margin-bottom: 2vh;
  line-height: 1.2rem;
}

.right_inner_container, .left_inner_container {
  text-align: center;
  padding: 10vh 10vh 15vh;
}

.right_inner_container {
  color: #333;
}

.social_container a {
  color: #fff;
  font-size: 1rem;
  padding: 1vh;
}



.form_group {
  position: relative;
  margin-bottom: 25px;
}

.form_container input, .form_container textarea {
  font-size: 0.8rem;
  height: 3vh;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 25vw;
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  color: #666;
  background: rgba(0,0,0,0);
  opacity: 0.5;
  transition: 0.2s ease;
  font-family: 'Montserrat', sans-serif;

}

.form_container textarea {
  height: 8vh;
}

.form_container input:focus, .form_container textarea:focus {
  outline: none;
  opacity: 1;
}

.form_container label {
  color: #666;
  font-size: 1rem
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 5px;
  opacity: 1;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form_container label.textarea_label {
  top:8vh;
}

/* active state */
.form_container input:focus ~ label, .form_container input:valid ~ label, .form_container textarea:focus ~ label 		{
  top: -15px;
  font-size: 0.6rem;
  color: #B1B1B1;
}
.form_container textarea:focus ~ label 		{
  top: -1vh;
}

.form_container .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.form_container input:focus ~ .highlight, .form_container textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

.form_container button {
  right: 10vh;
  position: absolute;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#B1B1B1; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#B1B1B1; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#B1B1B1; }
  to 	{ width:0; background:transparent; }
}

.form_container button:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  .left_container {
    display: none;
  }
}
@media only screen and (min-width: 600px) {

  .right_container_header {
    display: none;
  }
}
form p {
  text-align: left;
}

































































.dropdown button {
  background-color: #253849;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.dropdown button img {
  margin: 0 5px 0 0;
}
.dropdown button img,
.dropdown_content li img {
  width: 28px;
}
.dropdown button,
.dropdown_content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.arrow_down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  background-color: #3c5b77;
}
/* Style for the dropdown content */
.dropdown_content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
}
/* Style for the dropdown content items */
.dropdown_content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.dropdown_content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.dropdown_content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: #f1af09;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown_content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown_content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
.dropdown_content::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.dropdown_content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

.blur_to_obscure {
  -webkit-filter: blur(4px); /* Safari 6+, Chrome */
  -moz-filter: blur(4px); /* Firefox */
  -o-filter: blur(4px); /* Opera */
  -ms-filter: blur(4px); /* IE 10+ */
  filter: blur(4px); /* Standard */
}
















































































.hide_site {
  z-index: 7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff9a;
  backdrop-filter: blur(8px);
  display: none;
}
.hide_site .site_wrap {
  width: 120px;
  height: 120px;
  position: absolute;
}
.hide_site .square_loader {
  width: 50px;
  height: 50px;
  background: #f1af09;
  position: absolute;

  transform: scale(0.1, 0.1) rotate(75deg);
  opacity: 0;
  transition: all 0.4s;
}
.hide_site .square_loader:nth-child(1) {
  left: 0;
  top: 0;
  transition-delay: 0s;
}
.hide_site .square_loader:nth-child(1) {
  left: 60px;
  top: 0;
  transition-delay: 0.1s;
}
.hide_site .square_loader:nth-child(3) {
  left: 0;
  top: 60px;
  transition-delay: 0.2s;
}
.hide_site .square_loader:nth-child(4) {
  left: 60px;
  top: 60px;
  transition-delay: 0.3s;
}

.hide_site .square_loader.animate_loader {
  transform: scale(1, 1) rotate(0deg);
  opacity: 1;
}
.hide_site .square_loader.full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hide_site .site_wrap .sq.hide_white {
  background: #fff;
}















.services_tabs {

  width: auto;
  height: 40px;
  display: grid;
  position: absolute;
  top: 20%;
  left: 10vw;

  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.services_label {
  /*text-align: right;*/
  position: relative;
  padding: 0 15px;
  font-size: 0.8em;
  transition: transform 0.3s ease;

  grid-area: 1 / 1 / 2 / 5; }

.service_expertgpt { padding-left: 0 !important; grid-area: 2 / 1 / 3 / 2; }
.service_sitegpt { grid-area: 2 / 2 / 3 / 3; }
.service_discoverygpt { grid-area: 2 / 3 / 3 / 4; }
.service_ai_consulting { grid-area: 2 / 4 / 3 / 5; }
.services_tab_line { grid-area: 3 / 1 / 4 / 5; }













.service_expertgpt, .services_label, .services_tab_line {
  padding-left: 0 !important;
}

.services_tab {
  padding: 0;
  padding-right: 30px;
  width: auto;
  height: 36px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  color: #f1af099a;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.35s ease;
}
.services_tab.tab--active {
  color: #ffffff;
  font-weight: bold;
  transition: 0.35s ease;
}
.services_tab:hover {
  color: #c1c1c1 !important;
  transition: 0.35s ease;
}

.services_tab_line {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ab5d80, #e0b5cf);
  -webkit-clip-path: polygon(var(--left-side) 0, var(--right-side) 0, var(--right-side) 100%, var(--left-side) 100%);
  clip-path: polygon(var(--left-side) 0, var(--right-side) 0, var(--right-side) 100%, var(--left-side) 100%);
  transition: 0.35s ease;
}

.fs_0p6 {
  font-size: 0.6em;
}
.fs_1p6 {
  font-size: 1.6em;
}








.lang_changer {
  position: absolute;
}

.nav_pulldown_container {
  align-self: normal;
}
#lang_dropdown_content {
  left: -58px;
}






















































































































































































































































































































































































































































.toggle_price_content {
  text-align: right;
  min-width: 1.4em;
}


.toggle_item:before, .toggle_item:after {
  content: "";
  position: absolute;
}
.fancy_toggle {
  position: relative;
  display: inline-block;
}

label.toggle_item {
  width: 4em;
  background: #2e394d;
  height: 2em;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: 20% center;
  cursor: pointer;
}
label.toggle_item:before {
  display: block;
  transition: all 0.2s ease;
  width: 1.3em;
  height: 1.3em;
  top: 0.13333333em;
  left: 0.25em;
  border-radius: 2em;
  border: 2px solid #88cf8f;
  transition: 0.3s ease;
}

.fancy_toggle label {
  background: #aaa;
  border: 0.5px solid rgba(117, 117, 117, 0.31);
  /*box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.15);*/
}
.fancy_toggle label:before {
  border: none;
  width: 1.6em;
  height: 1.6em;
  box-shadow: inset 0.5px -1px 1px rgba(0, 0, 0, 0.35);
  background: #fff;
  transform: rotate(-25deg);
}
.fancy_toggle label:after {
  background: transparent;
  height: calc(100% + 8px);
  border-radius: 30px;
  top: -5px;
  width: calc(100% + 8px);
  left: -4px;
  z-index: 0;
  box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(151, 151, 151, 0.2);
}

.fancy_toggle_input:checked + label {
  background: #f1af0978;
}
.fancy_toggle_input:checked + label:before {
  left: 2em;
}













.pricing_switch .switch_label {
  width: 40vw;
  text-align: center;
  opacity: 0.4;
  font-size: 0.8rem;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: none;
  cursor: pointer;
  padding: 0 1rem;
  vertical-align: top;
  position: relative;
  top: 0.3em;
}

.pricing_switch .switch_label .save_yearly {
  color: #f1af09;
  font-style: italic;
  padding-left: 8px;
}
.pricing_switch .save_yearly_mobile {
  color: #f1af09;
  font-style: italic;
  padding-top: 1rem;
  display: none;
}

.pricing_switch .switch_label.active {
  transition: all 0.25s linear 0s;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.pricing_switch .switch_label_monthly {
  text-align: right;
}
.pricing_switch .switch_label_yearly {
  text-align: left;
}
























/* _ _ _ _ _ _ _ _ _ Tooltips _ _ _ */

.has_tooltip:not(.tooltip_disabled) {
  cursor: help;
  position:relative;
}

.has_tooltip:not(.tooltip_disabled):hover
.tooltip_container {
  display: block;
}

.has_tooltip .tooltip_container {
  color: #333333;
  display: none;
  position: absolute;
  background-color: white;
  z-index: 20;
  bottom: calc(100% + 13px);
  left: -10px;
  right: -10px;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 55px -10px #777;
  max-width: 20vw;
  min-width: 20vw;
  width: 20vw;
}
.has_tooltip .tooltip_container:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  bottom: -10px;
}



.tooltip_arrow_top_right:after {
  width: 0;
  height: 0;
  border-left: 10px solid white !important;
  border-right: 10px solid transparent !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
}






#get_started_expertgpt, #get_started_sitegpt, #get_started_discoverygpt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#get_started_expertgpt_logo, #get_started_sitegpt_logo, #get_started_discoverygpt_logo { grid-area: 1 / 1 / 2 / 5; }
#get_started_expertgpt_overview, #get_started_sitegpt_overview, #get_started_discoverygpt_overview { grid-area: 2 / 1 / 3 / 5; }
#get_started_expertgpt_demo, #get_started_sitegpt_demo, #get_started_discoverygpt_demo {
  grid-area: 3 / 3 / 4 / 4;
  margin-top: 1vh;
}
#get_started_expertgpt_login, #get_started_sitegpt_login, #get_started_discoverygpt_login {
  grid-area: 3 / 4 / 4 / 5;
  margin-top: 1vh;
}




#get_started_choices {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-height: 40vh;
  line-height: 2.3vh;
}

/*#get_started_expertgpt_logo { grid-area: 1 / 1 / 2 / 5; }*/
/*#get_started_expertgpt_overview { grid-area: 2 / 1 / 3 / 5; }*/
/*#get_started_expertgpt_login {  grid-area: 3 / 4 / 4 / 5;*/
/*  margin-top: 1vh;*/
/*}*/

/*#get_started_sitegpt_logo { grid-area: 4 / 1 / 5 / 5; }*/
/*#get_started_sitegpt_overview { grid-area: 5 / 1 / 6 / 5; }*/
/*#get_started_sitegpt_login { grid-area: 6 / 4 / 7 / 5;*/
/*  margin-top: 1vh;*/
/*}*/

/*#get_started_discoverygpt_logo { grid-area: 7 / 1 / 8 / 5; }*/
/*#get_started_discoverygpt_overview { grid-area: 8 / 1 / 9 / 5; }*/
/*#get_started_discoverygpt_login { grid-area: 9 / 4 / 10 / 5;*/
/*  margin-top: 1vh;*/
/*}*/
.orange_button {
  background: #f1af099a;
}

/*#get_started_expertgpt_demo { grid-area: 3 / 3 / 4 / 4;*/
/*  margin-top: 1vh;*/
/*}*/
/*#get_started_sitegpt_demo { grid-area: 6 / 3 / 7 / 4;*/
/*  margin-top: 1vh;*/
/*}*/
/*#get_started_discoverygpt_demo { grid-area: 9 / 3 / 10 / 4;*/
/*  margin-top: 1vh;*/
/*}*/

.get_started_tagline {
  margin-top: 1vh;
  margin-left: 1vw;
  color: #222;
}

/*.get_started_choices {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  grid-template-rows: repeat(3, 1fr);*/
/*  grid-column-gap: 0px;*/
/*  grid-row-gap: 0px;*/
/*}*/


/*#get_started_expertgpt_logo { grid-area: 1 / 2 / 2 / 3; }*/
/*#get_started_expertgpt_tooltip { grid-area: 1 / 1 / 2 / 2; }*/
/*#get_started_sitegpt_logo { grid-area: 2 / 2 / 3 / 3; }*/
/*#get_started_sitegpt_tooltip { grid-area: 2 / 1 / 3 / 2; }*/
/*#get_started_discoverygpt_logo { grid-area: 3 / 2 / 4 / 3; }*/
/*#get_started_discoverygpt_tooltip { grid-area: 3 / 1 / 4 / 2; }*/


.get_started_logo {
  display: flex;
  align-items: center;
}

.get_started_logo img {
  height: 4vh;
}


.has_tooltip .tooltip_container h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
}

.has_tooltip .tooltip_container p {
  color: #555;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
/* _ _ _ _ _ _ End Tooltips _ _ _ */





















#expertgpt_pricing_container, #sitegpt_pricing_container, #discoverygpt_pricing_container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pricing_switch { grid-area: 1 / 1 / 2 / 2; }
.pricing_plans_holder { grid-area: 2 / 1 / 3 / 2; }
.all_prices_in_usd {
  grid-area: 3 / 1 / 4 / 2;
  padding: 0 1rem;
  font-size: 0.6rem;
}

















#pricing_container * {
  box-sizing:border-box;
}

#pricing_container {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 1080px;
  margin: 0 auto 50px;
  justify-content: center;
  line-height: 1;
  color: #000;
}



/* Cards */

#pricing_cards {
  display: flex;
  font-size: 14px;
}

#pricing_container .price_card {
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  display: block;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  position: relative;
  margin: 0 6px;
  flex-grow: 1;
  flex-shrink:1;
}

#pricing_container .price_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14),
  0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


/* _ _ _ _ _ _ _ _ _ Header Section _ _ _ */

#pricing_container .price_card--header {
  background-color: #daf1df;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

#pricing_container .price_card--header h4 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: #1b5e20;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}


/* _ _ _ _ _ _ _ _ _ Price Section _ _ _ */

#pricing_container .price_card--price {
  text-align: center;
  padding: 28px 0 6px 0;
}

#pricing_container .price_card--price_text {
  font-size: 48px;
}

#pricing_container .price_card--price_number {
  font-weight: 500;
  opacity: 0.89;
}

.odometer div {
  display: inline-block;
}

#pricing_container .price_card--price_number:before {
  content: "$";
  font-size: 24px;
  top: -16px;
  display: inline-block;
  position: relative;
}

#pricing_container .price_card--price_number:after {
  content: "/month";
  font-size: 12px;
  display: inline-block;
  color: grey;
}

#pricing_container .price_card--price_conditions {
  padding: 14px 0;
  color: #888;
  line-height: 1.5;
}

#pricing_container .price_card--onboarding_fee {
  color: green;
}

#pricing_container .price_card--onboarding_fee.has_fee {
  color: #888;
}


/* _ _ _ _ _ _ _ _ _ CTA Button Section _ _ _ */

#pricing_container .price_card--cta {
  padding: 0 20px 24px;
  text-align: center;
}

#pricing_container .price_card--cta--button.btn{
  min-width:20px;
  display:block;
  max-width:183px;
  margin:0 auto;
}





/* _ _ _ _ _ _ _ _ _ Features Section _ _ _ */

#pricing_container .price_card--features {
  border-top: 1px solid #ddd;
  padding: 16px 0 20px;
}

#pricing_container ul.price_card--features--list {
  padding: 0 32px;
  list-style: none;
  margin: 0;
}

#pricing_container li.price_card--features--item {
  margin: 8px 0;
  padding-left: 8px;
  line-height: 1.5;
  position: relative;
}

#pricing_container
li.price_card--features--item:not(.features_disabled):before {
  content: "✓";
  color: green;
  display: block;
  position: absolute;
  left: -8px;
}

#pricing_container li.price_card--features--item.features_highlight {
  /* 	font-weight: 600; */
}

#pricing_container li.price_card--features--item.features_disabled {
  opacity: 0.1;
  /* 	text-decoration: line-through; */
}



/* _ _ _ _ _ _ _ _ _ Mobile Features Toggle _ _ _ */

#pricing_container .price_card--mobile_features_toggle {
  text-align: center;
  border-top: 1px solid #ddd;
  margin: 24px 0 0;
  padding: 16px 0;
  cursor: pointer;
  display: none;
  color: green;
}

#pricing_container .price_card--mobile_features_toggle:after {
  content: "Show All Features ▾";
}
#pricing_container .price_card--mobile_features_toggle.hideall:after {
  content: "Hide Features ▴";
}

/* _ _ _ _ _ _ _ _ _ Hero Card Styles _ _ _ */

#pricing_container .price_card--hero {
  margin: -38px 6px 0;
  /* 	width:31%; */
  z-index: 10;
}

#pricing_container .price_card--hero_text {
  background-color: #3f9b63;
  height: 38px;
  color: white;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
}

/* _ _ _ _ _ _ _ _ _ Only Yearly Basic Styles _ _ _ */

#pricing_container .only_yearly {
  position: relative;
}

#pricing_container .only_yearly .price_card--price_number {
  transition: opacity 0.2s;
}

#pricing_container .only_yearly .only_yearly_text {
  position: absolute;
  top: -0.2em;
  left: 0;
  right: 0;
  display: none;
}
#pricing_container .only_yearly .only_yearly_text span {
  font-size: 14px;
}

#pricing_container .only_yearly.if_monthly .price_card--price_number {
  opacity: 0;
}

#pricing_container .only_yearly.if_monthly .only_yearly_text {
  display: block;
}

/* _ _ _ _ _ _ _ _ _ Switch Section _ _ _ */





/* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
/* _ _ _ _ _ _ _ _ Media Queries _ _ _ _ */
/* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

@media (max-width: 1280px) {
  /* Tweak the card price font size */
  #pricing_container .price_card--price_text {
    font-size: 32px;
  }
  #pricing_container .price_card--price_number:before {
    top: -10px;
    font-size: 18px;
  }
}

@media (min-width: 981px) {
  /* 	always show features when not in mobile view */
  #pricing_container .price_card--features {
    display: block !important;
  }
}

@media (max-width: 980px) {
  #pricing_cards {
    display: block;
    padding: 0 24px;
  }
  #pricing_container .price_card {
    max-width: 360px;
    margin: 0 auto 48px;
  }
  #pricing_container .price_card:hover {
    transform: none;
  }
  #pricing_container .price_card_full_width {
    display: block;
  }
  #pricing_container .price_card_full_width .price_card--features--list {
    columns: 1;
  }
  #pricing_container .price_card--price {
    padding: 28px 0 0;
  }
  #pricing_container .price_card--features {
    display: none;
    margin: 26px 0 0 0;
    padding-bottom:0;
  }
  #pricing_container ul.price_card--features--list {
    max-width: 250px;
    margin: 0 auto;
  }
  #pricing_container li.price_card--features--item.features_disabled {
    display: none;
  }
  #pricing_container .price_card--mobile_features_toggle {
    display: block;
  }

  /* Pricing Switch */
  .pricing_switch {
    margin: 26px 0 52px;
  }
  .pricing_switch .switch_label {
    display: inline-block;
    width: auto;
    font-size:15px;
  }
  .pricing_switch .switch_label.active{
    font-size:16px;
  }
  .pricing_switch .switch_label .save_yearly {
    display: none;
  }
  .pricing_switch .save_yearly_mobile {
    display: block;
  }

  /* Elite Pricing */
  #elite_pricing_container{
    display:block;
    padding: 0 24px
  }
  #elite_pricing_sales_text{
    padding-right: 0;
    padding-bottom: 32px;
    padding-top:0;
    width:auto;
    max-width:360px;
    margin: 0 auto;
    text-align: left;
    font-size:18px;
    line-height:1.5;
  }
  #elite_pricing_card.price_card .price_card--mobile_features_toggle{
    border-top:none;
    color: #f0c328;
    display:none;
  }
  #elite_pricing_card.price_card .price_card--features{
    display:block;
  }
}


@media (max-width: 480px) {
  #pricing_container .price_card {
    max-width: 360px;
    margin: 0 auto 36px;
  }

  .pricing_switch {
    margin: 26px 0 36px;
  }

  #elite_pricing_card.price_card{
    padding: 30px 20px 10px 20px;
  }
}


/* ****************** */
/* Odometer Theme CSS */
/* ****************** */
/* https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-default.css */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
.odometer-digit
.odometer-value.odometer-last-value,
.odometer.odometer-theme-default
.odometer-digit
.odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
.odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  /*font-family: "Helvetica Neue", sans-serif;*/
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ************************** */
/* UPDATES TO CHANGE DURATION */
/* ************************** */

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
.odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
.odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  will-change: auto;
}





.copyright_notice, .ai_wont_replace_you {
  font-size: 0.5rem;
  color: #fff;
  position: fixed;
  right: 0.5vh;
  bottom: 1vh;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ai_wont_replace_you {
  left: 0.5vh;
  right: unset;
  font-size: 0.65rem;
  bottom: unset;
  top: 30%;
}






























.animated_button:before {
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  -webkit-mask: url("../images/loading_bubbles.svg") 50% 50% no-repeat;
  mask: url("../images/loading_bubbles.svg") 50% 50% no-repeat;
  -webkit-mask-size: 32px;
  mask-size: 32px;
}
.animated_button.button_submitted {
  pointer-events: none;
  color: transparent;
}
.animated_button.button_submitted:before {
  display: block;
  opacity: 1;
  visibility: visible;
}
.animated_button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}