:root {
  --ease-out-quint: cubic-bezier(0.23,1,0.32,1);
  --container-max-width: 76rem;
  --container-padding: 1rem;
  --font-stack: Lato, system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  --darkest-blue: hsl(205 25% 25% / 1);
  font-variant-ligatures: none;
}
body {
  font-family: var(--font-stack);
  font-size: 1rem;
  color: #444444;
  background: white;
}

a.navbar-brand {
  line-height: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--darkest-blue);
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 4rem);
  line-height: 1.2; /* 120% */
  font-weight: 600;
}

h1 + p {
  color: #4A4A4A;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  font-weight: 400;
  line-height: 1.33; /* 133% */
  max-inline-size: 60ch;
  text-wrap: balance;
}

h2 {
  --font-weight: 700;
  font-size: 2rem;
  font-weight: var(--font-weight, 700);
  line-height: 3rem; /* 150% */
}

h2 > span {
  font-weight: var(--font-weight, 700);
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem; /* 150% */
}

.main-wrap {
  background: #fff;
  margin: 0px auto;
  position: relative;
}

.main-wrap > section.has-max-width {
  max-width: 1488px;
  margin: auto;
}

.container {
  max-width: var(--container-max-width);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #055DA0;
}

section {
  padding: 60px 0;
}

.header {
  padding: 10px 0;
  background: rgba(255,255,255,0.97);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header__logo img {
  max-width: 180px;
  margin-top: 8px;
}

.foot-list img {
  max-width: 92px;
}

.header__btn {
  text-align: right;
}

.btn-add {
  display: inline-flex;
  place-content: center;
  place-items: center;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
}

.hero {
  --right-side-color: #EBF2F8;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.testimonials {
  --min: 60ch;
  background-color: #EBF2F8;
}

.testimonials > .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));
  row-gap: 3rem;
  column-gap: 2.5rem;  
  justify-items: center;
  align-content: center;
}

.testimonials > .container > h2 {
  grid-column: 1 / -1;
}

t-card {
  display: inline-grid;
  grid-template-columns: 4.5rem minmax(min-content, 27rem);
  grid-template-rows: 1fr auto;
  column-gap: 1rem;
  row-gap: 0.5rem;
  padding: 1rem;
  align-items: flex-start;
  border-radius: 1rem;
  background: linear-gradient(90deg, #FAFCFF 0%, #FFF 100%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 1px 4px 16px 3px rgba(0, 0, 0, 0.03);
}

t-card quote {
  color: #323436;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
}

t-card author {
  color: #828486;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}

t-avatar {
  grid-row: 1 / -1;
  aspect-ratio: 1 / 1;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  background: #EBF2F8;
  border-radius: 100%;
  display: inline-grid;
  place-content: center;
}

t-avatar > img {
  width: 100%;
  height: 100%;
}

.color-red {
  color: #E1563D;
}

.max-250 img {
  max-width: 250px;
  margin: 0 auto;
}

.container-grid {
  display: grid;
  grid-template-columns: 
  [breakout-start]
    minmax(var(--container-padding), 1fr)
    [content-start] 
      min(100% - (var(--container-padding) * 2), var(--container-max-width)) 
    [content-end] 
    minmax(var(--container-padding), 1fr) 
  [breakout-end];
}

.container-grid > * {
  grid-column: content;
}

.breakout-right {
  grid-column: content;
}

.hero h1 {
  margin-block-end: 0;
}

.hero .left-section {
  display: inline-flex;
  flex-direction: column;
  gap: 1.25rem;
  flex-basis: 40%;
  flex-grow: 1;
  background-color: white;
  padding-block: 1rem;
  padding-inline-end: 2rem;
  justify-content: center;
  align-items: center;
}

.hero .right-section {
  flex-basis: 50%;
  flex-grow: 1;
  border-radius: 2.5rem;
  background: var(--right-side-color);
  /* min-inline-size: 23rem; */
  min-block-size: 400px;
  position: relative;
  display: inline-flex;
  place-items: center;
  /* min-block-size: 100%; */
  margin-block: 3rem;
}

.hero {
  --l-inset-inline-start: -16px;
  --l-inset-inline-end: calc(50% - -24px);
  --l-inset-block-end: 16px;
}

.hero .connection-line {
  position: absolute;
  /* inset-inline-start: var(--l-inset-inline-start); */
  /* inset-block-end: var(--l-inset-block-end); */
  inset: 0;
  z-index: 99;
  /* width: 100%; */
  /* height: 100%; */
}

.connection-line > svg {
  width: 100%;
  height: 100%;
}

.message {
  position: absolute;
  z-index: 99;
  transition: all 300ms ease;
  display: flex;
  place-items: center;
  justify-content: center;
}

.person-left .message {
  inset-inline: 0;
  inset-block-start: -45%;
  border-radius: 0.75rem;
}

.person-right .message {
  inset-inline-start: calc(100% - 14.5rem);
  inset-block-start: calc(100% + 1rem);
  position: absolute;
  min-inline-size: 120%;
}
.focus-shield {
  position: absolute;
  inset: -1rem;
  border-radius: 1.25rem;
  border: 2px solid #558FBF;
  background: rgba(85 143 191 / 20%);
  opacity: 0;
}

.message > :is(svg,[type="image/svg+xml"]) {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 1px 4px 16px 3px rgba(0, 0, 0, 0.03);
}

.message .pill {
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-start: calc(100% - 1rem);
  block-size: 1.75rem;
  z-index: 100;
}

.pill :is(svg,[type="image/svg+xml"]) {
  height: 100%;
  max-block-size: 1.75rem;
  place-self: end;
}

.focus-shield .pill {
  position: absolute;
  inset-inline-start: 50%;
  inset-inline: 40px;
  inset-block-end: -16px;
  block-size: 1.75rem
}

.hero .person-right {
  border-radius: 1.25rem;
  background: lightgray -35.554px 0px / 123.702% 100% no-repeat;
  position: absolute;
  inset-block-start: 2rem;
  inset-inline-start: calc(50% - -24px);
  inset-inline-end: 0;
  min-inline-size: 8rem;
  max-inline-size: 190px;
  background-image: url(../images/person-2-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 3 / 4;
}

@media (min-height: 800px) and (min-width: 960px) {
  .hero .person-right {
    max-inline-size: 225px;
  }
}

@media (max-height: 800px) {
  .hero .person-right {
    max-inline-size: 190px;
  }
}

.hero .button {
  display: flex;
  min-inline-size: 17.5rem;
  padding: 0.75rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  background: linear-gradient(180deg, #338DD3 0%, #0872C2 100%);
  box-shadow: 0px 18px 40px -12px rgba(37, 113, 172, 0.35), 0px 0px 2px 1px rgba(18, 56, 85, 0.08);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 300ms var(--ease-out-quint) 0s, box-shadow 300ms var(--ease-out-quint) 0s;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem; /* 180% */
  text-decoration: none;
  letter-spacing: 0.25px;
  margin-block-start: 1.5rem;
}

.hero .button:hover {
  transform: translate(0, -2px) scale(1.02);
  box-shadow: 0px 18px 60px -12px rgba(37, 113, 172, 0.45), 0px 0px 2px 1px rgba(18, 56, 85, 0.08);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #222;
  background: rgba(0, 0, 0, .12);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #222;
}

.ofc {
  background: var(--darkest-blue);
  padding: 0;
}

.ofc__box {
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  place-content: center;
}

.ofc__box span {
  margin-left: 30px;
  font-weight: 500;
}

.blob_a {
  background: url(../images/blob_a.svg) no-repeat top right;
  background-size: auto;
  background-size: auto;
  background-size: 90%;
  min-height: 430px;
  width: 100%;
  padding: 40px 10px 40px 0;
}

.blob_a.left_a {
  background: url(../images/blob_a.svg) no-repeat left top;
  background-size: contain;
  min-height: auto;
  width: 100%;
  padding: 40px 10px 40px 0;
}

.one-email {
  position: relative;
}

.main-wrap .one-email::before {
  content: "";
  background: url(../images/schedule_meetings.svg) no-repeat bottom center;
  background-size: auto;
  background-size: auto;
  min-height: 135px;
  min-width: 100%;
  padding: 0;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
}

.main-wrap .one-email::after {
  content: "";
  background: url(../images/schedule_meetings2.svg) no-repeat left bottom;
  background-size: auto;
  background-size: auto;
  min-height: 50px;
  min-width: 100%;
  padding: 0;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #222;
  padding: 8px 20px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

.notified {
  position: relative;
  z-index: 1;
}

.main-wrap .notified::after {
  content: "";
  background: url(../images/get_notified_bgimage.svg) no-repeat bottom left;
  background-size: auto;
  background-size: auto;
  min-height: 175px;
  min-width: 100%;
  padding: 0;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  z-index: -1;
}

.max-300 {
  max-width: 376px;
  min-width: 100%;
}

.min-250 {
  min-width: 250px;
}

.navbar-dark .navbar-nav .nav-link.btn-try {
  background: #338DD3;
  mix-blend-mode: normal;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}

.quotes__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.quotes__img img {
  max-width: 72px;
  margin-right: 30px;
  height: 72px !important;
  width: 72px !important;
}

.content_slider_text_block_wrap p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 10px;
}

.content_slider_text_block_wrap a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px;
  color: #FFFFFF !important;
  text-decoration: none;
}

.quotes__right a {
  margin: 0 10px;
  display: inline-block;
}

.quotes__right a img {
  max-width: 72px;

}

.send__box {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

.send__box h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  color: #005DA0;
}

.send__box p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.send__video .card {
  border: none;
}

.send__video .card-header {
  padding: .35rem 1rem;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
}

.bg-blue1 .card-header {
  border: 1px solid #005DA0;
}

.oneclick__ul {
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 15px;
}

.oneclick__ul li {
  margin-bottom: 15px;
}

.fa-angle-right::before {
  content: "\f105";
  font-weight: bold;
}

.review__box {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  margin: 30px 0;
  transition: all .5s;
  border-radius: 4px;
}

.review__box:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
  margin: 32px 0;
}

.blue-box2 {
  background: rgba(0, 93, 160, 0.08);
}

.green-box {
  background: rgba(65, 160, 87, .1);
}

.green-box .review__name p {
  color: rgba(65, 160, 87, .6);
}

.green-box .review__name p b {
  color: rgba(65, 160, 87, .99);
}

.green-box .review__content {
  color: rgba(65, 160, 87, .99);
}

.blue-box1 {
  background: rgba(0, 93, 160, 0.08);
}

.blue-box1 .review__name p {
  color: rgba(5, 93, 160, .6);
}

.blue-box1 .review__name p b {
  color: rgba(5, 93, 160, .99);
}

.blue-box1 .review__content {
  color: rgba(5, 93, 160, .99);
}

.yellow-box {
  background: rgba(179, 123, 2, .1);
}

.yellow-box .review__name p {
  color: rgba(179, 123, 2, .6);
}

.yellow-box .review__name p b {
  color: rgba(179, 123, 2, .99);
}

.yellow-box .review__content {
  color: rgba(179, 123, 2, .99);
}

.red-box {
  background: rgba(151, 56, 39, .1);
}

.red-box .review__name p {
  color: rgba(151, 56, 39, .6);
}

.red-box .review__name p b {
  color: rgba(151, 56, 39, .99);
}

.red-box .review__content {
  color: rgba(151, 56, 39, .99);
}

.products {
  padding-top: 60px !important;
}

.review__content {
  padding: 32px;
}

.dark-blue {
  background: rgba(42, 69, 88, 1);
}

.value__box {
  margin: 16px 0;
}

.article {
  padding-top: 60px !important;
}

.article__box {
  margin: 16px 0;
}

.review__content {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;

}

.review__content .content-box {
  min-height: 120px;
}

.review__name p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 4px;
}

.review__name p b {

  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.products__logo {
  margin-bottom: 10px;
}

.products__content h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--darkest-blue);
}

.products__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #525456;
  margin-bottom: 32px;
  text-align: left;
}

.products__content {
  max-width: 95%;
  margin: 0 auto;
}

.btn-blue {
  background: linear-gradient(180deg, #338DD3 0%, #0872C2 100%);
}

.btn-grey {
  background: rgba(0, 0, 0, 0.5);
}

.btn-blue:hover,
.btn-blue:focus {
  background: linear-gradient(180deg, #0872C2 0%, #338DD3 100%);
  color: white;
}

.btn-grey:hover,
.btn-grey:focus {
  background: rgba(0, 0, 0, 0.7);
}

.sub-para {
  color: #323436;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__icon {
  text-align: center;
  margin-bottom: 16px;
}

.quote__content {
  margin-bottom: 32px;
  min-height: 148px;
  display: flex;
  align-items: center;
}

.quote__content p {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

.quote__name {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__position {
  color: #444444;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.video-box {
  position: relative;
  top: -60px;
}

.bg-grey {
  background: #F2F4F6;
}

.bg-blue {
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
}

.quote2 {
  padding: 48px 0;
  background: #1A7AC4 url(../images/paperplane.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top center;
}

.logo-box img {
  max-height: 48px;
  margin: 0 15px;
  opacity: 0.7;
  transition: all .5s;
}

.press-logo img:hover,
.logo-box:focus {
  opacity: 0.99;
  cursor: pointer;
}

.logo-box {
  text-align: center;
  margin-top: 32px;
}

.press-logo {
  padding: 48px 0 !important;
}

.customer-logo {
  position: relative;
  padding: 56px 0;
}

.h-t-v h4 {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  color: var(--darkest-blue);
}

.h-t-v ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #005DA0;
}

.h-t-v ul li {
  margin-bottom: 0px;
}

.customer-logo.people_left:before {
  content: "";
  width: 252px;
  height: 288px;
  position: absolute;
  background: url(../images/people_left.svg) no-repeat left center;
  top: -26px;
  left: calc(50% - 600px);
  z-index: 99;
  background-size: contain;
}

.customer-logo.people_right:after {
  content: "";
  width: 252px;
  height: 288px;
  position: absolute;
  background: url(../images/people_right.svg) no-repeat left center;
  top: -32px;
  right: calc(50% - 600px);
  z-index: 99;
  background-size: contain;
}

.blue-box {
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
  margin: 60px 0;

}

.footer-line {
  border-color: rgba(255, 255, 255, .3);
}

.social-icons a {
  margin-right: 12px;
  display: inline-block;
  opacity: 0.7;
  transition: all .5s;
}

.social-icons a:hover,
.social-icons a:focus {
  opacity: 0.99;
}

.color-white {
  color: #fff !important;
}

.sub-para.color-white {
  color: rgba(255, 255, 255, .8);
}

.btn-blue.btn-big {
  font-size: 24px;
  line-height: 36px;
  height: 76px;
  padding: 20px;
  min-width: 384px;
}

.everything__box {
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  vertical-align: top;
}

.everything__box p {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.everything__box h4 {
  color: var(--darkest-blue);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.everything__img img {
  max-width: 176px;
}

.in__box {
  border: 1px solid #E2E4E6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 50px;
}

.green__ul li {
  padding-left: 31px;
  background: url(../images/greencheck.png) no-repeat left top 9px;
  background-size: auto;
  background-size: 16px;
  font-size: 16px;
  margin-bottom: 10px;
}

.opacity-6 {
  opacity: 0.6;
}

.world-where {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 48px;
}

.we-create {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.value__box h5 {
  color: var(--darkest-blue);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

.value__box p {
  color: #323436;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.article h5 {
  margin-top: 20px;
}

.article h5 a {
  color: #323436;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.article h5 a:hover,
.article h5 a:focus {
  color: #055DA0;
}

.article p {
  color: #525456;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 15px;
}

.read-more {
  color: #055DA0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.quote2_content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 30px;
}

.quote2_content h4 span {
  background: #034D84;
  color: #fff;
}

.quote2_content h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0px;
}

.quote2_content p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.quote2_img {
  min-height: auto;
  padding: 10px 0;
  position: relative;
}

.owl-nav .owl-prev .fa {
  color: #055DA0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(5, 93, 160, 0.6);
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;

}

.owl-nav {
  text-align: center;
  padding-right: 120px;
}

.owl-nav button {
  margin: 0 5px;
}

.owl-nav button:hover,
.owl-nav button:focus {
  outline: none;

}

button:focus {
  outline: 0px dotted none;
  outline: 0px auto none;
}

.owl-nav .owl-next .fa {
  color: #055DA0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 48px;
  border: 1px solid rgba(5, 93, 160, 0.6);
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;

}

.owl-dots {
  text-align: center;
}

.owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #D2D4D6;
  margin: 0 5px;
  border-radius: 100%;
}

.owl-dot.active span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #055DA0;
  margin: 0 3px;
  border-radius: 100%;
}

.sub-para {
  line-height: 32px;
}

.howitworks__content {
  margin-top: 48px;
}

.paid-only {
  color: #F9BF41;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.quote__para {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

h3 b {
  font-weight: bold;
}

.howitworks__content p {
  color: #525456;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px
}

.howitworks__btn {
  margin-top: 32px;
}

.howitworks__btn .btn-add {
  min-width: 160px;
}

.sch-features-list {
  list-style: unset;
  padding-left: 20px;
}

.sch-features-list li {
  margin-bottom: 16px;
}

footer {
  min-height: 200px;
  background: linear-gradient(180deg, #0774C7 0%, #055DA0 100%);
  padding-top: 60px;
  padding-bottom: 30px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-list h5 {
  color: #FEFFFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}

.foot-list ul li a {
  opacity: 0.8;
  color: #FEFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.foot-list ul li a:hover {
  opacity: 0.99;
}

.footer__copy {
  margin-bottom: 16px;
}

.footer__copy span {
  Color: #FFF;
  opacity: 0.6;
}

.footer__copy span span {
  opacity: 0.99;
}

.footer__copy a {
  color: #FFF;
  opacity: 0.8;
  font-size: 16px;
  margin: 0 5px;
}

.footer__copy a:hover {
  opacity: 0.99;
  cursor: pointer;
}

.footer__bottom {
  text-align: center;
  margin-top: 48px;
  opacity: 0.8;
  color: #FEFFFF;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.f-b {
  opacity: 0.5;
}

.quote .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.quote .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.quote .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #1487C1;
  opacity: 0.3;
  margin: 0 5px;
  border-radius: 50%;
}

.quote .owl-dot.active span {
  opacity: 1;
}


.bg-image {
  max-width: 800px;
  max-height: 540px;
}



.my-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .my-tabs .nav-tabs {
    display: flex;
  }

  .my-tabs .card {
    border: none;
  }

  .my-tabs .card .card-header {
    display: none;
  }

  .my-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .my-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.my-tabs .nav-tabs .nav-link {
  border: 0;
  border-radius: .25rem;
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  padding: .5rem 1.5rem;
}

.my-tabs .nav-tabs .nav-link.active {
  color: #0687BB;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.my-tabs .nav-tabs {
  border: none;
}

.hero__btn p .btn-learn {
  color: #055DA0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
  display: inline-block;
}

.owl-stage {
  padding-left: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quotes__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.quotes__img img {
  max-width: 72px;
  border-radius: 100%;
}

.quotes__content {
  padding-left: 20px;
}

.quotes__content p {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
  margin-bottom: 8px;
}

.quotes__content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #828486;
}

.bluetxt {
  font-weight: bold;
}

/**********media for mobile***********/

@media only screen and (min-width: 1920px) {


  .hero__content p {
    margin-bottom: 32px;
  }

  .pt-150 {
    padding-top: 80px;
  }

  .products__box {
    margin: 0 5%;
  }

  .value,
  .article {
    padding: 148px 0;
  }


}


@media only screen and (min-width: 1440px) {
  .main-wrap .one-email::before {
    background-size: cover;
  }
}

@media only screen and (max-width: 1439px) {
  .container {
    padding: 0 30px;
  }

  h3.sub-heading {
    color: var(--darkest-blue);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 48px;
    text-align: left;
    margin-bottom: 20px;
  }

  .review__content {
    padding: 20px;
  }

  .hero::after {
    display: none;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0;
  }

  section {
    padding: 72px 0;
  }

  .howitworks__image {
    margin-top: 48px;
    text-align: center;
  }

  .howitworks__image img {
    max-width: 70%;
  }

  h3.sub-heading {
    font-size: 38px;
    line-height: 1;
  }

  .logo-box img {
    margin: 0px 7px;
  }

  .customer-logo::before {
    height: 252px;
    left: 1%;
  }

  .we-create {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }

  .everything__box h4 {
    color: var(--darkest-blue);
    font-size: 52px;
  }

  .world-where {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 38px;
  }

  .customer-logo::before {
    display: none;
  }

  .hero::after {
    right: 5%;
    display: none;
  }

  .hero::before {
    left: 5%;
  }

  .customer-logo.people_right::after {
    display: none;
  }

  .main-wrap .one-email::after {
    display: none;
  }

  .main-wrap .notified::after {
    display: none;
  }

  .blob_a {
    text-align: center;
    background-size: contain;
  }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {

  .blob_a {
    text-align: center;
    background-size: contain;
  }

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0;
  }

  section {
    padding: 48px 0;
  }

  .howitworks__image {
    margin-top: 48px;
    text-align: center;
  }

  .howitworks__image img {
    max-width: 70%;
  }

  h3.sub-heading {
    font-size: 36px;
    line-height: 1;
  }

  .logo-box img {
    max-height: 35px;
    margin: 0px 5px;
  }

  .customer-logo::before {
    height: 252px;
    left: 1%;
  }

  .we-create {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
  }

  .everything__box h4 {
    color: var(--darkest-blue);
    font-size: 52px;
  }

  .world-where {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 38px;
  }

  .customer-logo::before {
    display: none;
  }

  .subscribe {
    margin-left: 33.33%;
  }

  ul.boomerang-guide {
    padding-left: 0;
    margin-top: 150px;
    position: relative;
  }

  .hoverhide {
    top: -150px;
  }

  .hero__btn p {
    margin: 0 auto;
  }

  .hero::after {
    right: 5%;
    min-height: 178px;
    min-width: 174px;
    display: none;
  }


  .hero::before {
    min-height: 170px;
    min-width: 170px;
    left: 5%;
  }

  .main-wrap .one-email::before {
    min-height: 77px;
    display: none;
  }

  .customer-logo.people_right::after {
    display: none;
  }

  .main-wrap .one-email::after {
    display: none;
  }

  .main-wrap .notified::after {
    display: none;
  }

}


@media only screen and (max-width: 767px) {

  .blob_a {
    text-align: center;
    background-size: contain;
    padding: 40px 10px 0px 0;
  }

  .main-wrap .one-email::after {
    display: none;
  }

  .hero__btn p {
    margin: 5px auto;
  }

  .header__btn {
    display: none;
  }

  .header__logo img {
    max-width: 148px;
    margin: 0;
  }

  .foot-list img {
    max-width: 148px;
  }

  .howitworks__image img {
    max-width: 248px;
    margin: 0 auto;
    display: block;
  }

  .youtube-video {
    min-height: 153px;

  }

  .header {
    padding: 10px 0px;
    position: relative;
  }

  .video-box {
    top: 0;
  }

  .quote {
    padding-top: 50px;
  }

  .comparison_v2 .comparison-table td:first-child {
    padding-left: 15px;
  }

  .comparison_v2 .comparison-table .comparison-table__title {
    color: var(--darkest-blue);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
  }

  .paid-only {
    font-size: 16px;
  }

  .comparison-table__header img {
    max-width: 80px;
  }

  .quote2_content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 30px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  h3.sub-heading {
    color: var(--darkest-blue);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
  }

  .products__box {
    margin: 25px 0;
  }

  .customer-logo::before {
    display: none;
  }

  .logo-box img {
    max-height: 32px;
    margin: 10px;
  }

  .sub-para {
    line-height: 26px;
    font-size: 16px;
  }

  .blue-box {
    margin: 40px 0;
  }

  .howitworks__content p {
    color: #525456;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .start::after {
    display: none;
  }

  .start::before {
    display: none;
  }

  section {
    padding: 30px 0;
  }

  .quote__content p {
    font-size: 20px;
    line-height: 32px;
  }

  .quote__content {
    margin-bottom: 30px;
    min-height: 70px;
  }

  .quote__name {
    font-size: 16px;
    line-height: 24px;
  }

  .quote__position {
    font-size: 14px;
  }

  .quote__icon img {
    max-width: 56px;
  }

  .ord-2 {
    order: 2;
  }

  .howitworks__content {
    margin-top: 0px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .howitworks__image {
    margin-top: 32px;
  }

  .feature__box h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .feature__box p {
    margin-bottom: 30px;
  }

  .start__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }

  .start__btn .btn-add {
    min-width: 200px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    height: 48px;
    border-radius: 4px;
  }

  .start__btn {
    text-align: center;
  }

  .foot-list ul {
    margin-bottom: 30px;
  }

  .footer__bottom {
    margin-top: 0px;
  }

  .footer__copy .copy {
    display: block;
    margin-top: 12px;
    opacity: 0.7;
  }

  .quote2_img {
    text-align: center;
    margin: 0 auto;
    max-width: 180px;
  }

  .quote2_content {
    text-align: center;
  }

  .quote2 .card-header a.collapsed {
    border-radius: .25rem;
    display: block;
    padding: .75rem 1.25rem;
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    font-weight: normal;
  }

  .quote2 .card-header a {
    border-radius: .25rem;
    display: block;
    padding: .75rem 1.25rem;
    color: #0687BB;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
    font-weight: 600;
  }

  .my-tabs .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border: 0;
    margin-bottom: 15px;
  }

  .my-tabs .card-header {
    border-bottom: 0;
    background: transparent;
    padding: 0;

  }

  .quote2 .card-header a .fa {
    position: absolute;
    right: 15px;
    top: 13px;
  }

  .myaccordion .card-body {
    padding: 0rem 1rem .25rem;
  }

  .accordion-right img {
    border-radius: 8px 8px 8px 8px;
  }

  .myaccordion .btn {
    white-space: normal;
    text-align: left;
  }

  .start {
    position: relative;
    padding: 50px 0;
  }

  .everything__box {
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px 2%;
  }

  .hero::after {
    display: none;
  }

  .hero::before {
    min-height: 142px;
    bottom: -1px;
    min-width: 143px;
    left: 5%;
  }

  .everything__box h4 {
    font-size: 40px;
  }

  .btn-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .btn-add {
    padding: 12px 16px;
  }

  ul.boomerang-guide {
    margin-top: 250px;
  }

  .in__box .btn-box {
    margin: 30px 0;
    text-align: left;
  }

  .hoverhide {
    top: -250px;
  }

  .owl-carousel {
    padding-left: 15px;
  }

  .owl-nav {
    padding-right: 0 !important;
  }

  .review__content {
    font-size: 16px;
  }

  .products {
    padding-bottom: 50px;
  }

  .world-where {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 38px;

  }

  .we-create {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 20px;
  }

  .value__box {
    text-align: center;
  }

  .header__menu ul li a {
    padding: 7px 15px;
    margin-left: 0px;
  }

  .ord-2 {
    order: 2;
  }

  .header__menu ul.dropdown-menu {
    min-width: 250px;
  }

  .header__menu ul.dropdown-menu li a {
    font-size: 12px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-dark .navbar-brand {
    color: #fff;
    max-width: 70%;
  }

  .in__box {
    padding: 20px;
  }

  .content_slider_wrapper .circle_slider {
    transform: none !important;
  }

  .ord-2 {
    order: 2;
  }

  .hero__btn p {
    font-size: 10px;
    line-height: 14px;
    max-width: 284px;
  }

  .hero__btn {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .hero__content p {
    color: #323436;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
  }

  .hero__btn .btn-add {
    min-width: 284px;
    font-size: 22px;
    line-height: 38px;
    height: 60px;
  }

  .hero__right {
    margin-top: 30px;
  }

  .ofc__box {
    padding: 15px 0;
  }

  .main-wrap .one-email::before {
    min-height: 50px;
    display: none;
  }

  .max-300 {
    max-width: 100%;
  }

  .ofc__box span {
    display: inline-block;
    margin-left: 0px;
  }

  .customer-logo.people_right::after {
    display: none;
  }

  .btn-blue.btn-big {
    font-size: 24px;
    line-height: 36px;
    height: 76px;
    padding: 20px;
    min-width: 100%;
  }

  .main-wrap .notified::after {
    display: none;
  }

}

/* Animation */
#person-left_pill-respondable {
  opacity: 0;
}

#person-left_email-compose-mike {
  opacity: 0;
}

#person-right_pill-bookable-calendar {
  opacity: 0;
}

#person-right_pill-meeting-booked {
  opacity: 0;
}

#person-right_email-compose-courtney {
  opacity: 0;
}

#focus-shield {
  opacity: 0;
  z-index: -99;
}

#video-call {
  position: absolute;
  inset-block-start: calc(50% - 1.5rem);
  inset-inline-start: -4rem;
  opacity: 0;
  inline-size: 3rem;
  aspect-ratio: 1 / 1;
  z-index: 999;
}

#video-call > object {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03), 1px 4px 16px 3px rgba(0, 0, 0, 0.03);
    border-radius: 100%;
}

.z-stacked {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.z-stacked > * {
  grid-row: 1;
  grid-column: 1;
}

.hero .person-left {
  border-radius: 1.25rem;
  background: lightgray -35.554px 0px / 123.702% 100% no-repeat;
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: calc(50% - var(--l-inset-inline-start));
  inset-block-end: 1.25rem;
  background-image: url(../images/person-1-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  aspect-ratio: 1 / 1;
  min-inline-size: 11rem;
  inline-size: 100%;
  max-inline-size: 250px;
}

@media (min-height: 800px) and (min-width: 960px) {
  .hero .person-left {
    max-inline-size: 300px;
  }
}

@media (max-height: 800px) {
  .hero .person-left {
    max-inline-size: 250px;
  }
}

#scene1 {
  position: absolute;
  inset: 0;
  left: auto;
  bottom: 0;
  max-width: 100%;
  width: 80vw;
}

@media (max-width: 500px) {
  #scene1 {
    transform: scale(0.75);
  }
  .hero {
    --l-inset-inline-start: 16px;
  }
  .hero .left-section {
    padding-inline-end: 0;
  }
}

@media (min-width: 960px) {
  #scene1 {
    transform: translate(-1rem, -1rem);
  }
 .hero {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;

    height: auto;
    min-height: calc(100vh - 272px);
    max-height: 900px;
  }
  .breakout-right {
    grid-column: content / breakout;
  }
  .hero .left-section {
    align-items: start;
  }
  .hero .right-section {
    border-radius: 0;
    margin-block: 0;
  }
  .hero .person-left {
    inset-block-end: 0;
    inset-inline-start: 0;
    inset-inline-end: calc(50% - -24px);
  }
}

.hero .message-left,
.hero .message-right {
  background-image: none;
  background: transparent;
  z-index: 99;
}

#l-connection-line {
  overflow: visible;
  position: absolute;
  inset-block-start: -45%;
}

#l-mask-path {
  stroke-dashoffset: 790;
  stroke-dasharray: 790;
}

#r-connection-line {
  overflow: visible;
  position: absolute;
  inset-inline-start: calc(100% - 14.5rem);
  inset-block-start: calc(100% + 1rem);
}

#r-mask-path {
  stroke-dashoffset: 790;
  stroke-dasharray: 790;
}