@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.woff2') format("woff2"), url('../fonts/OpenSans-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.woff2') format("woff2"), url('../fonts/OpenSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ethnocentric rg;
  src: url('../fonts/ethnocentric-rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ethnocentric rg it;
  src: url('../fonts/ethnocentric-rg-it.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: var(--medium-turquoise);
  --black-2: #171717;
  --white: white;
  --coral: #ee6d30;
  --white-smoke: whitesmoke;
  --black-3: #222;
  --black-282828: #282828;
  --grey: #8f8f8f;
  --royal-blue: #2f57e2;
  --medium-turquoise: #3fe4e6;
  --primary-color: #0014f7;
  --orange: #ff481d;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: 32px;
  display: block;
}

label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #d6d3ce;
  margin-left: 0;
  margin-right: 0;
  padding-top: 120px;
  padding-bottom: 60px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container.header-container {
  max-width: 1730px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  text-align: left;
  cursor: pointer;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #000;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #000000e3;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation.navigation2 {
  background-color: var(--black);
}

.navigation.navbar-homepage {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.navigation.navbar-homepage.d-none {
  display: none;
}

.navigation-item {
  color: #fff;
  text-transform: capitalize;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: block;
  position: relative;
}

.navigation-item:hover {
  color: #0a58ca;
  text-decoration: none;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus {
  color: #0a58ca;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.nav-link-btn {
  color: var(--black-2);
  background-color: #3fe4e6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: none;
}

.navigation-item.nav-link-btn.is-block {
  height: 50px;
  display: flex;
}

.navigation-item.nav-link-btn.is-block:hover, .navigation-item.nav-link-btn.is-block.text-black-hover:hover {
  color: var(--black-2);
}

.logo-image {
  opacity: 1;
}

.logo-image.dark-logo {
  justify-content: center;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 0 auto 60px;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.top-social-icon {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: none;
}

.banner-section {
  position: static;
  inset: 0% auto auto 0%;
}

.slider {
  height: 100%;
}

.banner-content {
  width: 887px;
  min-height: 222px;
  position: absolute;
  inset: 29% auto auto 8%;
}

.banner-content.banner-content-lg {
  width: auto;
  max-width: 1070px;
}

.banner-content.custom-slide-banner-content {
  top: 20%;
}

.heading {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Ethnocentric rg, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.heading.heading-lg {
  margin-bottom: 31px;
  font-size: 40px;
  line-height: 46px;
}

.heading.custom-slide-heading {
  font-size: 25px;
  line-height: 40px;
}

.slide {
  position: relative;
}

.slide.custom-slide {
  overflow: visible;
}

.banner-button, .banner-button.banner-btn-v2 {
  padding-top: 0;
}

.learn-more-btn {
  grid-column-gap: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 38px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.772, -.022, .029, .761);
  display: flex;
}

.learn-more-btn:hover {
  background-color: #fff;
}

.learn-more-btn.learn-more-btn-lg {
  width: 280px;
  height: 60px;
  font-size: 17px;
}

.header {
  z-index: 99;
  background-color: #0003;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.header.sticky-nav {
  background-color: #0000;
  display: block;
  position: absolute;
}

.header.sticky-nav.stick-nav-dark.stick-nav-alt {
  display: block;
}

.right-arrow {
  transform-origin: 50%;
  align-items: center;
  display: flex;
}

.left-arrow {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: 10px;
}

.image {
  opacity: .5;
  transform: rotate(180deg);
}

.image:hover {
  opacity: 1;
}

.image-2 {
  opacity: .5;
  border-radius: 0;
  transform: translate(0);
}

.image-2:hover {
  opacity: 1;
}

.slide-nav {
  display: none;
}

.container-2 {
  flex: 1;
  max-width: 100%;
}

.containert, .container-3 {
  max-width: 1903px;
}

.sidenav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/product.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  min-height: 700px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 40px;
}

.container-4 {
  max-width: 1903px;
}

.our-product-service {
  grid-column-gap: 302px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 7.5fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.heading-2 {
  color: #fff;
  font-family: Ethnocentric rg, sans-serif;
  font-size: 28px;
}

.div-block {
  width: 919px;
  height: 185px;
}

.div-block-2 {
  width: 306px;
  height: 185px;
}

.our-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 0;
  display: grid;
}

.col1 {
  width: 306px;
  height: 185px;
}

.service {
  background-image: url('../images/product.png');
  background-position: 50%;
  background-size: cover;
  min-height: 700px;
  padding-top: 88px;
  padding-bottom: 100px;
}

.container-5 {
  max-width: 1903px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Ethnocentric rg, sans-serif;
  font-size: 28px;
}

.div-block-3 {
  padding-left: 0;
}

.columns {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 180px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.div-block-4 {
  padding-left: 34px;
}

.team-section {
  background-image: url('../images/team_section_bg.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 100px;
}

.team-heading {
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 30px;
}

.image-3 {
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}

.image-3:hover {
  transform: scale(.9);
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "."
  / .6fr .6fr .6fr .6fr .6fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.container-6 {
  max-width: 1903px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.collection-item-2 {
  width: 100%;
}

.collection-list-wrapper-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  object-fit: fill;
  background-image: url('../images/contact-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.main-form {
  opacity: 1;
  text-align: left;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 108px;
  transition: all 1s;
  display: flex;
  position: relative;
}

.map-2 {
  background-color: #002fff00;
  display: block;
}

.form-ufo {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: -17px;
  display: flex;
  position: absolute;
  inset: -100px -180px auto;
}

.form-overlay {
  z-index: -1;
  display: block;
  position: absolute;
  bottom: auto;
  left: auto;
}

.contact-form {
  z-index: 2;
  border-radius: 0;
  display: block;
  position: relative;
}

.form-block {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.text-field-2 {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  max-width: 400px;
  padding: 15px;
}

.form {
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 3px #000;
}

.body {
  border-top: 0 #000;
  border-bottom: 1px solid #000;
  border-left: 0 #000;
  border-right: 1px #000;
}

.body.display-none {
  color: #212529;
}

.text-field-3 {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  padding: 15px;
}

.submit-button {
  background-color: #000;
  border: 1px solid #212529;
  border-radius: .25rem;
  width: 400px;
  margin-top: 35px;
}

.submit-button:hover {
  background-color: #1c1f23;
  border: 1px solid #1a1e21;
}

.message-box {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 200px;
  padding-left: 15px;
}

.message-box::placeholder {
  white-space: normal;
}

.map-section {
  background-color: #0000;
  line-height: 0;
}

.logo-section {
  z-index: 2;
  background-image: url('../images/client-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 890px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.logo-images {
  z-index: 2147483647;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Clients_combustion_short_tail-with-rocket2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 4rem 40px;
  display: block;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.logo-images.reveal {
  background-image: url('../images/rocket-combustion-bg-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 130px;
  position: relative;
  top: -50px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-4.custom-slide-image {
  background-color: #0000;
}

.icon {
  background-color: #687c00;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-height: 35px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1775px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: grid;
}

.div-block-5 {
  position: relative;
}

.brand-img {
  object-fit: contain;
  max-width: 100%;
  height: 3.2rem;
  margin-bottom: 20px;
  display: none;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.display-none {
  display: block;
}

.container-7 {
  max-width: 1730px;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-heading {
  color: #fff;
  padding-left: 50px;
  font-family: Ethnocentric rg, sans-serif;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Ethnocentric rg, sans-serif;
  font-size: 28px;
  display: block;
}

.main-heading.service-heading {
  display: block;
}

.main-heading.contact-heading {
  z-index: 8;
  padding-top: 56px;
  display: inline-block;
  position: relative;
}

.image-5, .image-6, .image-7, .image-8 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-9 {
  opacity: 0;
  transition: opacity 1s;
}

.image-9.product-logo {
  opacity: 0;
}

.image-10 {
  opacity: 0;
  transition: opacity 4s;
}

.div-block-6 {
  padding-top: 0;
  display: none;
}

.div-block-7 {
  z-index: 9;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.div-block-8 {
  padding-top: 60px;
  padding-bottom: 0;
}

.empty-state {
  display: block;
}

.our_team {
  padding-top: 70px;
}

.image-11 {
  opacity: 1;
}

.image-11.arrow {
  opacity: 1;
  transition: all .5s;
}

.nav-social-liink {
  margin-left: 1.5em;
}

.center-arrow {
  z-index: 1;
  position: absolute;
  inset: auto auto 6% 50%;
  transform: rotate(90deg);
}

.image-12 {
  opacity: .5;
}

.image-12:hover {
  opacity: 1;
}

.body-2 {
  color: #5d5d5d;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.banner {
  background-image: url('../images/0003_Chain_iconnect_home_page_optimized.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 900px;
  display: block;
}

.header-top {
  z-index: 1;
  background-color: #02020299;
  border: 1px solid #333;
  width: 100%;
  min-height: 34px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.iconnect-logo {
  background-color: #0000;
  padding-top: 140px;
}

.container-8 {
  text-align: center;
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10 {
  background-image: url('../images/0003_Chain_iconnect_home_page_optimized.jpg');
  background-position: 0 0;
  background-size: auto;
}

.nav-menu {
  display: none;
}

.home-content {
  opacity: 1;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 80px;
  font-weight: 300;
  line-height: 92px;
}

.link {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #316981;
  justify-content: center;
  align-items: center;
  width: 186px;
  min-height: 43px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.link:hover {
  color: #a2a2a2;
  background-color: #fff;
}

.home-btn {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.vtop {
  background-color: #e9e7e3;
  min-height: 35px;
}

.div-block-11 {
  min-height: 859px;
}

.clinic-study {
  background-image: url('../images/iconnect_8_10_stat_stethoscope-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 288px;
  padding-top: 85px;
  padding-bottom: 85px;
}

.heading-7 {
  color: #8a9875;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
}

.div-block-12 {
  background-color: #e9e7e3;
  min-height: 288px;
}

.video-block {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.icoonect {
  color: #fff;
  background-color: #316981;
  min-height: 239px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}

.bold-text {
  color: #73b5d1;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10px;
}

.wpb_wrapper {
  background-color: #f6f6f6;
  padding-top: 40px;
}

.iconnect_logo {
  padding-bottom: 80px;
}

.heading-9 {
  color: #c7b043;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 40px;
}

.logo-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  background-color: #0000;
  min-height: 291px;
  padding-top: 30px;
}

.sucess {
  background-color: #e9e7e3;
  padding-bottom: 60px;
}

.paragraph-3 {
  font-size: 40px;
}

.heading-10 {
  color: #777;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.text-block {
  font-weight: 400;
}

.heading-11 {
  color: #316981;
  text-align: center;
  white-space: normal;
  margin-top: 5px;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.text-block-2 {
  text-align: center;
}

.key-features {
  padding-top: 40px;
  padding-bottom: 85px;
}

.paragraph-4 {
  text-align: center;
}

.feature-blog {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-12 {
  font-size: 21px;
}

.paragraph-5 {
  line-height: 36px;
}

.heading-13 {
  color: #414141;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.feature-grid.addition-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-9, .container-10, .container-11, .container-12, .container-13 {
  max-width: 1100px;
}

.image-14 {
  max-width: 52px;
  min-height: 52px;
}

.image-14.feature-icon {
  transition: all 1s;
  transform: scale(0);
}

.image-15 {
  max-width: 52px;
  min-height: 52px;
}

.feature-icon {
  max-width: 52px;
  min-height: 52px;
  transition: all 1s;
  transform: scale(0);
}

.div-block-13 {
  background-color: #c7b043;
  min-height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.div-block-13.line-break {
  background-color: #e9e7e3;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.addition-feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-2 {
  color: #73b5d1;
  font-weight: 300;
  text-decoration: none;
}

.client {
  background-color: #8a9875;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-14 {
  color: #1f3006;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.slide-2 {
  background-color: #8a9875;
  max-width: 1100px;
}

.bold-text-2 {
  color: #1f3006;
  font-weight: 600;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

.slider-2 {
  max-width: 1100px;
}

.slide-nav-2 {
  display: block;
}

.left-arrow-2 {
  inset: auto auto 0% 0%;
}

.right-arrow-2 {
  z-index: 0;
  inset: auto 0% 0% auto;
}

.mask {
  max-width: 1100px;
}

.slide-3 {
  background-color: #8a9875;
}

.award-section {
  background-color: #316981;
  padding-top: 60px;
  padding-bottom: 60px;
}

.prize-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 8px;
}

.heading-15 {
  font-size: 18px;
}

.heading-16 {
  text-align: center;
  line-height: 30px;
}

.image-16 {
  text-align: center;
}

.container-14 {
  max-width: 1100px;
}

.contact-us {
  background-color: #e9e7e3;
  padding-bottom: 60px;
}

.container-15 {
  max-width: 1100px;
}

.contact-headign {
  margin-bottom: 60px;
}

.bold-text-4 {
  color: #c7b043;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-8 {
  color: #999;
  text-align: center;
  line-height: 36px;
}

.heading-17 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  line-height: 40px;
}

.icon-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-9 {
  font-size: 20px;
}

.paragraph-10 {
  color: #9e9e9e;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.submit-button-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #2a5466;
  width: 100px;
  min-height: 43px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.columns-3 {
  font-size: 13px;
}

.message-input {
  border: 1px #000;
  width: 535px;
  margin-bottom: 20px;
  padding: 15px 15px 200px;
}

.text-field-4, .text-field-5 {
  border: 1px #000;
  width: 535px;
  min-height: 47px;
  margin-bottom: 20px;
  padding: 15px;
}

.paragraph-11 {
  font-size: 18px;
}

.recaptcha {
  margin-bottom: 20px;
  font-size: 18px;
}

.broucher {
  background-color: #8a9875;
  min-height: 134px;
  padding-bottom: 40px;
}

.heading-18 {
  color: #1f3006;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
}

.link-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  background-color: #607641;
  justify-content: center;
  align-items: center;
  width: 163px;
  min-height: 43px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.download-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-16 {
  max-width: 1100px;
}

.counter {
  font-size: 50px;
  font-weight: 600;
  line-height: 68px;
}

.back-to-top {
  z-index: 999999;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-height: 55px;
  margin-top: -56px;
  transition: all 1s;
  display: flex;
  position: sticky;
  bottom: 10px;
  left: 95%;
  right: 5%;
}

.back-to-top:hover {
  background-color: #fff;
}

.bold-text-5 {
  letter-spacing: 2px;
}

.bold-text-6 {
  letter-spacing: 2px;
  line-height: 62px;
}

.bold-text-7, .bold-text-8 {
  letter-spacing: 2px;
}

.bold-text-9 {
  font-weight: 600;
}

.scroll-contain {
  position: relative;
}

.html-embed {
  padding-top: 40px;
}

.html-embed-2 {
  width: 723px;
  min-height: 406px;
}

.blog-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.post-summary {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #818181;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 8px;
  display: flex;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 30px;
}

.heading-19:hover {
  color: #f49e39;
}

.comment-like {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: none;
}

.list-item {
  margin-bottom: 0;
}

.paragraph-13 {
  margin-bottom: 0;
  line-height: 30px;
}

.paragraph-13:hover {
  color: #f49e39;
}

.link-4 {
  color: #fff;
  background-color: #ffab4b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 5px 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-4.w--current {
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-14 {
  color: #bebebe;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
}

.heading-20 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.heading-20:hover {
  color: #f49e39;
}

.rich-text-block {
  color: #818181;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
}

.collection-item-4 {
  letter-spacing: 1px;
  border-radius: 4px;
}

.image-17 {
  width: 100%;
  min-height: auto;
  margin-bottom: 20px;
}

.paragraph-15 {
  margin-bottom: 0;
  line-height: 28px;
}

.navbar-2 {
  background-color: #0000;
  border-top: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 0;
}

.image-18 {
  width: 120px;
  height: 40px;
}

.container-18 {
  border-top: 1px #000;
  max-width: 1100px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.categories {
  background-color: #d6d3ce;
}

.main-div {
  max-width: 713px;
}

.container-19 {
  max-width: 1100px;
}

.div-block-14 {
  background-color: #fff;
  width: 713px;
  margin-bottom: 20px;
  padding: 40px 30px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #818181;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 10px;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  display: flex;
}

.image-19 {
  width: 713px;
  max-width: 100%;
}

.heading-21 {
  color: #5f9ea0;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.heading-21:hover {
  color: #ffab4b;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  margin-bottom: 0;
}

.paragraph-18:hover {
  color: #ffab4b;
}

.paragraph-19 {
  margin-bottom: 0;
}

.paragraph-19:hover {
  color: #ffab4b;
}

.list-item-2 {
  margin-bottom: 0;
  padding-right: 20px;
}

.paragraph-20 {
  margin-bottom: 0;
}

.paragraph-20:hover {
  color: #ffab4b;
}

.paragraph-21 {
  color: #818181;
  font-size: 19px;
}

.paragraph-22 {
  color: #fff;
  background-color: #ffab4b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 31px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.paragraph-23 {
  color: #bebebe;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
}

.comment:hover {
  color: #ffab4b;
}

.category-option {
  display: block;
}

.link-block-2 {
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #898b89;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.text-block-3:hover {
  color: #ffab4b;
}

.collection-list-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  text-decoration: none;
  display: flex;
}

.paragraph-24, .paragraph-25, .paragraph-26 {
  margin-bottom: 0;
  line-height: 30px;
}

.div-block-16 {
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-16.sigle-blog-post {
  padding-left: 0;
  padding-right: 0;
}

.link-block-3 {
  text-decoration: none;
}

.text-block-4 {
  line-height: 30px;
}

.list-item-3 {
  margin-bottom: 0;
}

.heading-22 {
  line-height: 54px;
}

.text-block-5 {
  color: #818181;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
}

.author-description {
  background-color: #fff;
  padding: 30px;
}

.heading-23 {
  margin-bottom: 0;
  font-size: 15px;
}

.text-block-6 {
  color: #818181;
  padding-bottom: 10px;
  font-size: 19px;
}

.paragraph-27 {
  color: #818181;
  font-size: 19px;
}

.rich-text-block-2 {
  color: #818181;
  font-family: Raleway, sans-serif;
  font-size: 19px;
}

.div-block-17 {
  background-color: #fff;
  padding: 30px;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.heading-25 {
  color: #818181;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
  line-height: 28px;
}

.paragraph-28 {
  color: #818181;
  font-size: 19px;
}

.heading-26 {
  font-size: 15px;
}

.heading-27 {
  margin-top: 0;
  font-size: 17px;
}

.container-20 {
  max-width: 1100px;
}

.div-block-18 {
  background-color: #d6d3ce;
}

.div-block-19 {
  background-color: var(--white);
}

.paragraph-29, .link-block-4 {
  text-decoration: none;
}

.collection-item-5 {
  display: block;
}

.link-block-5 {
  text-decoration: none;
}

.heading-28 {
  color: #000;
}

.div-block-20 {
  display: block;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-21 {
  background-color: var(--white);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-categories {
  width: 713px;
  margin-bottom: 15px;
}

.heading-29 {
  font-size: 26px;
}

.collection-list-wrapper-3 {
  background-color: #d6d3ce;
  max-width: 713px;
}

.image-20 {
  width: 713px;
}

.heading-30 {
  font-size: 17px;
  font-weight: 500;
}

.container-21 {
  max-width: 1100px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-22 {
  background-color: #d6d3ce;
  margin-top: 120px;
}

.paragraph-30 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.heading-31 {
  color: #bebebe;
}

.link-block-7 {
  width: 100%;
}

.body-3 {
  font-family: Raleway, sans-serif;
}

.social-ifcons {
  grid-column-gap: 10px;
  padding-bottom: 20px;
  display: flex;
}

.columns-4 {
  width: 165px;
}

.icon-div {
  background-color: #3b5998;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-height: 40px;
  display: flex;
}

.icon-div:hover {
  color: #3b5998;
  background-color: #fff;
  border: 2px solid #3b5998;
}

.icon-div.twitter {
  background-color: #4099ff;
}

.icon-div.twitter:hover {
  background-color: #fff;
}

.icon-div.indeed {
  background-color: #007bb6;
}

.icon-div.indeed:hover {
  background-color: #fff;
}

.image-21 {
  z-index: 1;
  position: relative;
}

.telegram-link, .mail-link {
  text-decoration: none;
}

.product-row {
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.image-22 {
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  display: inline-block;
}

.div-block-23 {
  text-align: center;
  margin-top: 0;
}

.column-2 {
  text-align: center;
}

.text-block-7 {
  font-style: normal;
}

.bold-text-11 {
  color: #fff;
  font-size: 30px;
}

.text-block-8 {
  color: #bdbdbd;
}

.div-block-24 {
  padding-top: 20px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  cursor: pointer;
}

.column-3 {
  text-align: center;
  display: inline-block;
}

.column-3.product-item {
  margin-top: 0;
}

.column-4, .brand {
  text-align: center;
  display: inline-block;
}

.div-block-25 {
  float: none;
  clear: none;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 140px;
  display: flex;
  position: static;
}

.curetalk-section-hero {
  z-index: 1;
  background-color: #f6ebe2;
  background-image: linear-gradient(#101d2de3, #101d2de3), url('../images/TRISH_Carousel-image_04.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 222px 0 209px;
  display: block;
  position: relative;
}

.heading-32 {
  color: var(--white);
  text-align: center;
  margin-bottom: -14px;
  font-size: 70px;
  font-weight: 700;
}

.heading-33 {
  color: var(--white);
  text-align: center;
  margin-bottom: 19px;
  font-size: 27px;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ee6d30;
  border: 1px #000;
  border-radius: 100px;
  padding: 12px 30px;
  font-weight: 600;
}

.container-22 {
  text-align: center;
}

.latest-featured-talks {
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 90px;
  position: relative;
}

.slide-4 {
  border-radius: 0;
  margin-top: 0;
}

.slider-3 {
  z-index: 2;
  border-radius: 17px;
  min-height: 397px;
  margin-top: -103px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.slider-3.curetalks-slider {
  background-color: #0000;
  border-radius: 0;
  display: none;
}

.mask-2 {
  border-radius: 0;
  padding-top: 0;
}

.slide-nav-3 {
  font-size: 7px;
  bottom: 5%;
}

.left-arrow-3, .right-arrow-3 {
  font-size: 23px;
}

.container-23 {
  margin-bottom: 86px;
}

.column-5 {
  text-align: center;
}

.heading-34 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-9 {
  font-weight: 500;
}

.what-is-curetalks-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.paragraph-31 {
  margin-bottom: 27px;
  font-weight: 400;
}

.heading-35 {
  font-size: 24px;
  font-weight: 700;
}

.image-23 {
  border-radius: 20px;
}

.column-6 {
  padding-right: 10px;
}

.recent-shows {
  padding-top: 33px;
  padding-bottom: 76px;
}

.columns-5 {
  margin-bottom: 30px;
  display: block;
}

.heading-36 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-32 {
  text-align: center;
}

.grid-2 {
  grid-template: ". Area"
                 "Area-2 Area-3"
                 "Area-4 Area-5"
                 "Area-6 Area-7"
                 / 1fr minmax(205px, 1fr);
}

.image-24 {
  border-radius: 20px;
}

.container-24 {
  margin-bottom: 32px;
}

.featured-speakers {
  background-color: #edf7f8;
  padding-top: 78px;
  padding-bottom: 78px;
}

.heading-37 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-33 {
  text-align: center;
}

.container-25 {
  margin-bottom: 42px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-25 {
  max-width: 100%;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-items: center;
}

.image-26 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-38, .heading-39 {
  font-size: 16px;
}

.heading-40 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.panelist-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.heading-41 {
  text-align: center;
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.partner-section {
  background-color: #f0eef5;
  padding-top: 41px;
  padding-bottom: 96px;
}

.heading-42 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-34 {
  text-align: center;
}

.image-27 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-6 {
  margin-bottom: 58px;
}

.twitter-sponsor-section {
  padding-top: 71px;
  padding-bottom: 71px;
}

.image-28 {
  border-radius: 20px;
}

.footer {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-43 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.submit-button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ee6d30;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  font-weight: 600;
}

.success-message {
  background-color: #202020;
  border-radius: 7px;
}

.text-block-10 {
  color: #e6e6e6;
  font-size: 14px;
  line-height: 21px;
}

.text-field-6 {
  opacity: 1;
  color: #fff;
  background-color: #242424;
  border: 0 #000;
  border-radius: 7px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.column-7 {
  padding-left: 62px;
}

.list-item-4, .list-item-5 {
  color: #fff;
}

.list-2 {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.container-26 {
  padding-top: 0;
}

.container-27 {
  margin-bottom: 83px;
}

.paragraph-35 {
  color: #a8a8a8;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.link-5 {
  color: var(--coral);
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.image-29 {
  border-radius: 0;
  max-width: 100%;
}

.slide-5 {
  border-radius: 0;
}

.image-30, .image-31, .image-32 {
  border-radius: 0;
  max-width: 100%;
}

.html-embed-3 {
  max-width: 320px;
}

.paragraph-36 {
  color: #fff9;
  text-align: center;
  object-fit: fill;
  max-width: none;
  margin-bottom: 19px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}

.columns-7 {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.nav-link {
  color: #ffffff80;
  font-size: 18px;
  font-weight: 300;
}

.column-8 {
  background-image: url('../images/Group-1817.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 17px;
  position: static;
}

.column-8.btn3 {
  background-image: none;
  padding: 0;
}

.navbar-3 {
  background-color: #ddd0;
}

.div-block-26 {
  object-fit: fill;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 13px;
  padding-bottom: 65px;
  overflow: visible;
}

.div-block-26.banner {
  background-image: none;
  min-height: 818px;
  padding-bottom: 0;
  position: relative;
}

.column-9 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 0;
  display: none;
  position: static;
}

.html-embed-4 {
  background-image: url('../images/Group-18172x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-right: 10px;
  padding: 0;
  display: block;
}

.nav-menu-2 {
  margin-top: 29px;
  margin-left: 0;
}

.text-span-3 {
  font-weight: 700;
}

.text-span {
  font-style: normal;
  font-weight: 300;
}

.heading-44 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 19px;
  margin-left: 0;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  display: block;
  position: static;
  left: 411px;
  right: 0;
}

.paragraph-37 {
  color: #fafafa99;
  text-align: center;
  max-width: none;
  height: 60px;
  margin-top: 41px;
  margin-bottom: -41px;
  margin-left: 0;
  font-size: 18px;
  line-height: 33px;
}

.paragraph-37.learn {
  color: #fafafa;
  margin-top: 44px;
  margin-bottom: -3px;
  padding-top: 0;
  font-style: italic;
  line-height: 39px;
}

.container-28 {
  max-width: 89%;
}

.button-3 {
  background-color: #2da3b4;
  border-radius: 20px;
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.button-3.request {
  text-transform: uppercase;
  white-space: normal;
  font-weight: 300;
}

.image-33 {
  max-width: 90%;
  margin-top: 3px;
  margin-left: -25px;
}

.container-29 {
  max-width: 1170%;
}

.column-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: none;
  position: static;
}

.div-block-27 {
  max-width: 780px;
  margin-top: 105px;
  margin-left: auto;
}

.div-block-28 {
  color: #ddd;
  background-image: linear-gradient(#ddd, #ddd);
  margin-left: auto;
  margin-right: auto;
}

.image-34 {
  max-width: 150px;
}

.image-35 {
  flex: 0 auto;
  max-width: 150px;
}

.container-30 {
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  display: block;
}

.image-36 {
  max-width: 83px;
}

.image-37 {
  flex: 1;
  max-width: 150px;
}

.div-block-29 {
  justify-content: space-around;
  align-items: center;
  max-width: 1170px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-38 {
  max-width: 83px;
}

.image-39 {
  max-width: 113px;
}

.div-block-30 {
  background-image: linear-gradient(131deg, #fff, #cee3f3 100%, #fff);
  padding-top: 51px;
  padding-bottom: 89px;
}

.container-31 {
  max-width: 1170px;
}

.heading-45 {
  color: #384046;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 51px;
}

.image-40 {
  text-align: center;
  object-fit: cover;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  position: static;
  overflow: visible;
}

.tab-pane-tab-2 {
  background-image: url('../images/pic2.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-11 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.tab-pane-tab-3 {
  background-image: url('../images/bring-tech-close-to-patients.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 533px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 33.3333%;
  padding: 18px 80px 17px 76px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #2d2e30;
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  width: 33.3333%;
  padding: 17px 70px 18px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 33.3333%;
  padding: 17px 70px 16px;
  display: flex;
}

.tab-link-tab-3.w--current {
  padding-bottom: 18px;
}

.html-embed-5 {
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.text-span-9 {
  color: #384046;
  font-weight: 700;
}

.tabs {
  margin-top: 0;
}

.div-block-31 {
  background-image: linear-gradient(#eef0f3, #eef0f3);
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 60px;
}

.heading-46 {
  color: #384046;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 33.3333%;
  padding: 18px 70px 17px;
  display: flex;
}

.heading-47 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-pane-tab-1 {
  object-fit: contain;
  background-image: url('../images/tab-img.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 520px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  width: 100%;
  margin-top: 0;
}

.tabs-menu {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.icon-3 {
  color: #666;
}

.slider-5 {
  background-color: #ddd0;
}

.slider-4 {
  background-color: #fafafa00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-41 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.columns-9 {
  padding-top: 40px;
}

.paragraph-41 {
  color: #333;
  margin-left: -102px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 39px;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
}

.heading-48 {
  text-align: center;
  margin-top: -13px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

.image-42 {
  flex: 0 auto;
  margin-right: 10px;
}

.link-6 {
  color: #2a64c5;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-10 {
  font-weight: 700;
}

.image-43 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  background-image: linear-gradient(#fff9ef, #fff9ef), linear-gradient(#00000080, #00000080);
  height: 684px;
  max-height: 100%;
  padding-top: 24px;
  padding-bottom: 65px;
}

.div-block-33.testimonial {
  height: 622px;
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-49 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: -19px;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-42 {
  color: #384046;
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.heading-50 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.heading-51 {
  color: #384046;
  font-size: 24px;
  font-weight: 700;
}

.div-block-40 {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  padding-top: 79px;
  padding-bottom: 30px;
}

.paragraph-43 {
  color: #384046;
}

.column-16 {
  background-image: linear-gradient(#137199, #137199), linear-gradient(#00000080, #00000080);
  border-radius: 0 62px 0 0;
  height: 503px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.column-16.testibox {
  border-bottom-right-radius: 62px;
  height: 420px;
}

.heading-52 {
  color: #384046;
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
}

.columns-8 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.slide-6 {
  height: 520px;
  padding-top: 40px;
  padding-bottom: 51px;
}

.heading-53 {
  color: #333;
  text-align: center;
  font-size: 40px;
}

.mask-3 {
  height: 572px;
  margin-top: 0;
}

.column-17 {
  border-right: 1px solid #0000001c;
}

.slide-nav-4 {
  color: #0e0d0d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  inset: 165% 0% 0%;
}

.column-12 {
  border-right: 1px solid #000;
}

.image-45 {
  margin-left: auto;
  margin-right: auto;
}

.heading-54 {
  color: #384046;
  text-align: center;
  margin-top: 0;
  font-size: 25px;
}

.container-32 {
  max-width: 1170px;
  max-height: 100%;
}

.heading-55 {
  color: #1e5099;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
}

.div-block-34 {
  background-image: linear-gradient(#dbefff, #dbefff);
  padding-top: 38px;
  padding-bottom: 46px;
}

.div-block-34.case-study {
  display: none;
}

.column-18 {
  text-align: left;
  align-items: flex-start;
  max-height: 150px;
  padding-left: 0;
  display: block;
}

.image-47 {
  text-align: left;
  border-radius: 0;
  max-width: 223px;
  margin-left: auto;
  margin-right: auto;
}

.heading-56 {
  color: #333;
  text-align: center;
  margin-top: -19px;
  margin-bottom: -32px;
  font-size: 50px;
  font-weight: 700;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-33 {
  max-width: 1300px;
}

.list2 {
  padding-left: 81px;
}

.column-19 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-41 {
  color: #212121;
  background-image: linear-gradient(#212121, #212121);
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.paragraph-44 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.heading-57 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.heading-57.company {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-size: 19px;
  font-weight: 300;
  display: block;
}

.text-block-12 {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.columns-10 {
  margin-top: 60px;
}

.list-item-6 {
  color: #fff;
}

.column-20 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.list-item-8 {
  color: #fff;
}

.iconnect-container {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.iconnect-container.iconnect-container-cta-section {
  background-color: #1d619f;
  padding: 40px 80px;
}

.heading-58 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.section-3 {
  background-image: linear-gradient(#101b2bf0, #101b2bf0), url('../images/client-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 238px;
  padding-bottom: 198px;
}

.image-48 {
  max-width: 770px;
  margin-top: -148px;
  display: block;
  position: absolute;
}

.columns-11 {
  flex-direction: row-reverse;
  display: flex;
}

.paragraph-45 {
  color: #fff;
  max-width: 420px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-45.hide-text-line {
  display: none;
}

.div-block-42 {
  max-width: 420px;
  margin-bottom: 48px;
}

.button-4 {
  color: #fff;
  background-color: #1a1a1a;
  margin-right: 30px;
  padding: 17px 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
}

.button-4:hover {
  color: var(--black);
  background-color: #52c8f3;
}

.button-4.btn-xpand-alt:hover {
  color: #fff;
  background-color: #000;
}

.button-4.btn-iconnect-alt {
  color: #000;
  background-color: #66cff5;
  transition-property: all;
}

.button-4.btn-iconnect-alt:hover {
  background-color: #66e7f5;
}

.button-4.btn-iconnect-alt-2 {
  display: inline;
}

.column-21 {
  position: static;
}

.button-5 {
  color: #000;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.button-5:hover {
  text-decoration: none;
}

.button-5.custom-link {
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.column-22 {
  padding-top: 44px;
}

.heading-59 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.heading-59.iconnect-posts-section-heading {
  margin-bottom: 40px;
}

.heading-59.recent-post-heading {
  margin-bottom: 41px;
  font-weight: 400;
}

.paragraph-46 {
  text-align: center;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-43 {
  max-width: 700px;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-4 {
  padding-top: 101px;
  padding-bottom: 101px;
}

.section-5 {
  padding-top: 66px;
  padding-bottom: 0;
}

.section-5.iconnect-clients {
  padding-bottom: 80px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-45 {
  background-color: #f5f5f5;
  padding: 40px;
  transition: all .3s;
  position: relative;
}

.div-block-45:hover {
  background-color: #f2f2f2;
  top: 0;
}

.heading-60 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-47 {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-49 {
  margin-bottom: 19px;
}

.section-6 {
  padding-top: 35px;
  padding-bottom: 110px;
}

.section-6.clinical-studies-fail-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.heading-61 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-46 {
  padding-right: 111px;
  line-height: 19px;
}

.paragraph-48 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-47 {
  object-fit: contain;
  max-width: 550px;
  margin-top: 34px;
  margin-left: -80px;
}

.div-block-48 {
  background-color: var(--white-smoke);
  object-fit: fill;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.columns-12 {
  flex-direction: row-reverse;
  display: flex;
}

.heading-62 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.column-23 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.paragraph-49 {
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-49 {
  max-width: 500px;
  padding-top: 36px;
}

.column-24 {
  background-image: url('../images/what-is-iconnect-img.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.block-quote {
  border-left-style: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.div-block-50 {
  position: absolute;
  inset: auto 0% -30px 50px;
}

.heading-63 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 43px;
}

.div-block-51 {
  background-color: #66cff5;
  padding: 21px;
  display: flex;
}

.image-50 {
  width: 100%;
  padding-left: 23px;
  padding-right: 23px;
}

.div-block-52 {
  width: 140px;
  max-width: 120px;
}

.section-7 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.paragraph-50 {
  font-family: Inter, sans-serif;
}

.text-block-13 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-13.countup {
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-64 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-65 {
  color: #7033be;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-15 {
  margin-right: 7px;
  display: inline-block;
}

.text-block-16 {
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
}

.section-8 {
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  position: absolute;
}

.section-8.announcement {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-53 {
  border-left: 1px solid #e2e2e2;
  align-items: flex-start;
  display: flex;
}

.text-block-17 {
  color: #7033be;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.image-51 {
  object-fit: fill;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-right: 25px;
  box-shadow: 0 15px 30px -15px #000000d1;
}

.div-block-54 {
  margin-left: 20px;
  padding-left: 20px;
}

.div-block-55 {
  position: absolute;
  inset: 15px 15px auto auto;
}

.custom-wrapper {
  position: relative;
}

.text-block-18 {
  font-weight: 600;
  position: static;
}

.btn-announcement {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 100%;
  padding: 7px;
  transition: border-color .3s;
}

.btn-announcement:hover {
  border-color: #c5c5c5;
}

.link-block-10 {
  width: 100%;
  font-size: 16px;
}

.div-block-56 {
  padding-right: 37px;
}

.div-block-57 {
  display: flex;
}

.announcement-top-banner-container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-20 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.swiper.swiper-testimonial {
  padding-bottom: 70px;
}

.swiper-wrapper {
  height: 550px;
}

.swiper-slide {
  color: #fff;
  background-color: #fff0;
  margin-top: 0;
  padding: 0;
}

.swiper-slide.swiper-slide-text-black {
  color: var(--black);
}

.heading-66 {
  text-align: center;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.section-9 {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}

.div-block-58 {
  z-index: -1;
  background-color: #f5f5f5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 170px;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: -50px 22px 1px #82c3ff;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-wrap-trophy {
  border: 2px solid #ebebeb;
  border-radius: 20px;
  padding: 12px;
  display: inline-block;
}

.heading-67 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-59 {
  text-align: center;
}

.custom-footer {
  color: #fff;
  text-align: left;
  background-color: #080b11;
  padding-top: 62px;
  padding-bottom: 50px;
  display: none;
}

.custom-footer.footer-is-gray {
  position: static;
}

.custom-footer.footer-is-gray.footer-relative {
  z-index: 2;
  position: relative;
}

.div-block-60 {
  display: flex;
}

.div-block-61 {
  width: 40%;
  padding-right: 71px;
}

.div-block-62 {
  width: 60%;
  display: flex;
}

.heading-68 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-63, .div-block-64, .div-block-65 {
  width: 30%;
}

.paragraph-51 {
  color: #ffffff9c;
  font-family: Montserrat, sans-serif;
  position: static;
}

.footer-links {
  font-family: Inter, sans-serif;
  list-style-type: none;
}

.footer-link {
  border-radius: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-link.hide {
  display: block;
}

.list-item-9 {
  font-family: Montserrat, sans-serif;
}

.list-item-9.hide {
  display: block;
}

.list-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-52 {
  color: #ffffff9c;
  text-align: center;
  border: 1px solid #000;
  border-top-color: #151a25de;
  margin-top: 41px;
  padding-top: 51px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-52.copyright.is-black {
  border-style: none;
  border-color: #000;
}

.div-block-66 {
  margin-left: -9px;
  padding-top: 21px;
}

.link-block-11 {
  background-color: #151a25;
  margin-right: 17px;
  padding: 10px;
}

.link-block-12 {
  background-color: #151a25;
  padding: 10px;
}

.section-11 {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: none;
}

.heading-69 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-70 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-67 {
  flex-direction: row;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-53 {
  color: #ffffff9e;
  font-family: Montserrat, sans-serif;
}

.logo-marquee.marquee--reverse {
  display: none;
}

.logo-marquee__group {
  display: flex;
}

.container-34 {
  display: none;
}

.column-29 {
  padding-right: 70px;
}

.grid-7 {
  margin-bottom: 15px;
}

.columns-14, .columns-15, .columns-16 {
  flex-direction: row-reverse;
  display: flex;
}

.image-52 {
  width: 210px;
}

.div-block-69 {
  margin-bottom: 25px;
}

.text-block-21 {
  color: #fff;
  font-size: 18px;
}

.section-12 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/fast-line-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-right: auto;
  padding: 160px 0;
  position: relative;
}

.container-39 {
  max-width: 1170px;
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-25.hide {
  display: none;
}

.text-block-26 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-26.hide {
  display: none;
}

.image-53 {
  max-width: 200px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.link-7 {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.link-7.is-black {
  color: var(--black);
}

.modal-bg {
  z-index: 9999;
  background-color: #fffc;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.modal-bg.js-modal-bg, .modal-bg.js-modal-bg.hide {
  display: block;
}

.modal-content {
  width: 968px;
  height: 422px;
}

.image-54 {
  z-index: 9999;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 101px;
  left: auto;
  right: auto;
}

.div-block-71 {
  width: 750px;
  max-width: 0;
  height: 100px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block-72 {
  width: 700px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.pop-up-close-btn {
  flex-direction: column;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-close-btn.js-pop-up-close-btn {
  cursor: pointer;
  top: 5px;
  right: 5px;
}

.image-55 {
  width: 26px;
  margin-top: 7px;
}

.slide-7, .slide-8 {
  border-radius: 0;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-56 {
  max-width: 100%;
}

.collection-list-wrapper-4 {
  display: none;
}

.img-parent {
  padding: 20px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1775px;
  padding-top: 120px;
  display: grid;
}

.collection-item-6 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle.tx-dropdown {
  padding: .5rem 2.8rem .5rem 1rem;
  line-height: 20px;
}

.dropdown-toggle.tx-dropdown.nav-item-text__dark {
  color: var(--black-3);
}

.link-block-13 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block-13:hover {
  color: #fff;
}

.link-block-13.nav-item-text__dark.dark-hover:hover {
  color: var(--black-2);
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  border-radius: 0;
}

.dropdown-content.w--open {
  background-color: #fff;
  border-radius: 7px;
  margin-top: 0;
}

.text-block-27.nav-item-text__dark, .text-block-27.dark-hover:hover {
  color: var(--black-2);
}

.hb-form-section.bg-gray-100.pt-50, .hb-form-section.bg-gray-100.pt-50.is-hidden {
  display: block;
}

.mobileconf2022-parent {
  z-index: 999999;
  position: fixed;
  inset: auto 20px 20px auto;
}

.mobileconf2022-parent.js-mobileconf2022-parent {
  display: none;
}

.mobileconf2022-parent.js-mobileconf2022-parent.hide {
  display: block;
}

.image-parent {
  display: none;
}

.image-57 {
  border-radius: 10px;
  width: auto;
  max-width: 470px;
  height: auto;
}

.mobileconf2022-thumbnail {
  z-index: 3;
  display: none;
  position: absolute;
}

.div-block-73 {
  z-index: 2;
  border-radius: 0;
  position: relative;
  overflow: visible;
}

.mobileconf-2022-close-parent {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  inset: 0 0 auto auto;
}

.mobileconf-2022-close-parent.js-mobileconf-btn {
  display: block;
}

.link-block-14 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px -10px #00000080;
}

.custom-hs-form-wrapper {
  margin-bottom: 75px;
  padding: 50px;
  box-shadow: 0 10px 30px -12px #00000054;
}

.heading-71 {
  text-align: center;
}

.heading-71.heading-66.iconnect-request-demo-title {
  margin-bottom: 25px;
}

.heading-71.heading-66.iconnect-request-demo-title.font-bold {
  font-weight: 600;
}

.heading-71.heading-66.iconnect-request-demo-title.font-bold.txt-sm {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-54 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-54.margin-bottom-2 {
  margin-bottom: 30px;
}

.paragraph-54.margin-bottom-2.txt-sm {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.div-block-74 {
  text-align: center;
  max-width: 790px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body-4 {
  background-color: #1f1f1f;
}

.body-4.txt-center {
  color: var(--black);
  text-align: left;
  background-color: #fff;
}

.section-13 {
  background-color: #080b11;
  padding-top: 120px;
}

.section-13.intern-bg {
  background-image: url('../images/intern-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-72 {
  color: #fff;
  margin-bottom: 54px;
}

.rich-text-block-3 {
  color: #fff;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-5 {
  display: block;
}

.collection-item-7 {
  display: none;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intern-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.intern-heading.intern-left {
  text-align: left;
}

.intern-heading.intern-left.intern-mb-1 {
  margin-bottom: 39px;
}

.intern-heading.text-left.intern-mb-0 {
  margin-bottom: 0;
}

.intern-heading.text-left.job-list-title {
  margin-bottom: -34px;
}

.intern-p {
  color: #fff;
  font-size: 20px;
}

.intern-p.intern-mb-1 {
  text-align: left;
  margin-bottom: 36px;
}

.intern-p.intern-mb-1.careers-p {
  font-size: 16px;
}

.intern-p.intern-mb-1.text-center {
  text-align: center;
  margin-bottom: 50px;
}

.intern-div-1 {
  background-color: #000000bd;
  padding-top: 74px;
  padding-bottom: 0;
}

.intern-div-1:active {
  color: #fff;
}

.intern-div-1.careers-heading-wrap {
  background-color: #0000;
  padding-bottom: 52px;
}

.intern-btn {
  color: #fff;
  background-color: #2f57e2;
  border-radius: 4px;
  padding: 12px 33px;
  font-size: 16px;
  font-weight: 600;
}

.intern-btn:hover {
  color: #fff;
}

.intern-btn.mb-50 {
  margin-bottom: 65px;
  display: none;
}

.image-58 {
  max-width: 100%;
}

.intern-div-2 {
  padding-top: 90px;
  padding-bottom: 0;
}

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-59 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.intern-person-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-55 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.intern-div-3 {
  background-color: #0006;
  padding-top: 81px;
  padding-bottom: 81px;
}

.paragraph-56 {
  color: #fff;
}

.paragraph-56.text-left.intern-leading {
  margin-bottom: 27px;
  font-size: 20px;
}

.div-block-76 {
  max-width: 920px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intern-testimonial {
  display: flex;
}

.image-60 {
  max-width: 130px;
}

.text-left {
  color: var(--black-2);
  text-align: left;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.text-left.text-white {
  color: #fff;
  margin-bottom: 30px;
}

.text-left.text-white.intern-testimony-person-name {
  font-weight: 600;
}

.text-left.text-white.intern-testimonial-text {
  font-size: 18px;
  line-height: 28px;
}

.div-block-78 {
  margin-right: 33px;
}

.intern-quote {
  margin-bottom: 18px;
  padding-top: 0;
}

.intern-div-4 {
  background-color: #0000002e;
  padding-top: 108px;
  padding-bottom: 108px;
}

.intern-div-4.bg-black-05 {
  background-color: #00000078;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intern-qa {
  margin-bottom: 39px;
}

.heading-73 {
  color: #fff;
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
}

.paragraph-57 {
  color: #ffffffb8;
  text-align: left;
}

.intern-qa-child {
  margin-bottom: 38px;
}

.intern-form-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.field-label, .field-label-2 {
  display: none;
}

.text-field-8 {
  background-color: #fff;
  border-radius: 4px;
  padding: 26px 18px;
  font-weight: 400;
}

.text-field-8.intern-select {
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  height: 57px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
}

.intern-hero-desc {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.careers-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.careers-section.careers-section-pt-0 {
  padding-top: 0;
  padding-bottom: 120px;
}

.careers-p {
  font-size: 16px;
}

.careers-h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.careers-h3.text-left {
  text-align: left;
}

.careers-h3.text-left.mt-0 {
  margin-top: 0;
}

.careers-img {
  border-radius: 10px;
}

.careers-col-desc {
  padding-right: 97px;
}

.body-5 {
  color: #000;
  background-color: #fff;
}

.career-tpl-section {
  color: #000;
  background-color: #fff;
  padding-top: 187px;
  padding-bottom: 114px;
}

.career-h1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 76px;
  font-size: 80px;
  font-weight: 800;
  line-height: 85px;
}

.career-location, .job-type {
  color: #000;
  margin-bottom: 0;
}

.div-block-80 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-81 {
  padding-right: 0;
  font-weight: 500;
}

.div-block-82 {
  background-color: #636363;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.career-rt {
  color: #000;
  margin-bottom: 27px;
  font-weight: 400;
}

.div-block-83 {
  max-width: 621px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-84 {
  margin-bottom: 53px;
}

.job-parent {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-child-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-15 {
  cursor: pointer;
  background-color: #0f131b;
  border-radius: 10px;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.link-block-15:hover {
  background-color: #121720;
  text-decoration: none;
  top: 0;
}

.job-child-location {
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
}

.div-block-85 {
  align-items: center;
  display: flex;
}

.div-block-86 {
  background-color: #374664;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-16 {
  border-radius: 0;
  margin-left: 30px;
}

.div-block-87 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-58 {
  max-width: 490px;
}

.paragraph-58.text-link {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-58.text-link:hover {
  text-decoration: none;
}

.tx-par {
  color: #fff;
  text-align: left;
  margin-bottom: 26px;
}

.div-block-88 {
  text-align: left;
  border: 1px solid #ffffff29;
  border-radius: 14px;
  max-width: 850px;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.div-block-88.div-block-88-md {
  max-width: 650px;
}

.div-block-88.div-block-88-md.mt-40 {
  margin-top: 40px;
}

.list-4 {
  color: #fff;
  margin-bottom: 26px;
}

.list-item-10 {
  text-align: left;
}

.tx-h3 {
  color: #fff;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.tx-h3.tx-h4 {
  font-size: 21px;
}

.bold-text-12 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-12.italic {
  font-style: italic;
}

.tx-list {
  color: #fff;
}

.recent-posts {
  display: none;
}

.div-block-89 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iconect-post-heading {
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 28px;
}

.link-block-17 {
  opacity: 1;
  border-radius: 0;
  display: block;
}

.link-block-18 {
  color: #1a1b1f;
  border-radius: 0;
  text-decoration: none;
}

.div-block-90 {
  text-align: center;
  padding-top: 49px;
}

.div-block-91 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.html-embed-6 {
  margin-bottom: 32px;
}

.link-block-19, .link-block-20 {
  border-radius: 0;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  color: #fff;
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_component.hide-cookie-component {
  display: none;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_label.text-normal {
  letter-spacing: 0;
  text-transform: none;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  display: block;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio_description.text-normal {
  letter-spacing: 0;
  text-transform: capitalize;
  display: block;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.section-14 {
  background-color: #2f57e2;
  min-height: auto;
  padding-top: 188px;
  padding-bottom: 0;
}

.section-14.internship-hero {
  background-color: #93e4ee;
}

.heading-xl {
  font-size: 100px;
}

.heading-xl.text-white {
  color: var(--white);
  font-weight: 800;
  line-height: 100px;
}

.heading-xl.text-white.careers-title {
  text-align: center;
}

.heading-xl.text-white.careers-title.text-xxl {
  font-size: 100px;
}

.div-block-92 {
  max-width: 700px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-md {
  font-size: 49px;
  font-weight: 600;
}

.subheading-md.text-white {
  color: #fff;
  font-size: 40px;
  line-height: 49px;
}

.image-61 {
  max-width: 100%;
}

.heading-74, .heading-75 {
  font-weight: 800;
}

.heading-75.text-white {
  color: #fff;
  margin-bottom: -30px;
}

.section-15 {
  background-color: #001626;
  padding-top: 72px;
  padding-bottom: 53px;
}

.section-16 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.team-testimonials-swiper.swiper {
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-28 {
  font-size: 20px;
  font-weight: 600;
}

.team-quote {
  padding: 60px 92px 92px;
}

.text-block-29 {
  margin-bottom: 34px;
  font-size: 28px;
  line-height: 38px;
}

.collection-item-8 {
  text-align: left;
}

.heading-76 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.div-block-93 {
  margin-bottom: 80px;
}

.job-item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}

.div-block-94 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-95 {
  background-color: #000;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 9px;
  margin-right: 9px;
}

.arrow-open-job {
  display: inline-block;
  position: absolute;
  inset: 18px 0% auto auto;
}

.link-block-21 {
  color: var(--black);
  border-radius: 0;
  text-decoration: none;
  display: block;
}

.internship-cta {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-6 {
  margin-bottom: 105px;
  display: none;
}

.heading-77 {
  color: var(--black-2);
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.btn-outline-black {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.div-block-96 {
  font-weight: 500;
}

.image-62 {
  max-width: 240px;
  margin-bottom: 27px;
}

.image-62.image-2 {
  opacity: 1;
  max-width: 240px;
}

.image-62.image-2.image-2-mr {
  margin-right: 39px;
}

.custom-slide-date-text {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.custom-slide-speakers {
  margin-bottom: 38px;
  display: flex;
}

.speaker-parent {
  text-align: center;
  width: 25%;
}

.speaker-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.speaker-name.speaker-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.image-63 {
  max-width: 77px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-22 {
  border-radius: 0;
  text-decoration: none;
}

.iconnect_modal__outer-wrapper {
  z-index: 1111;
  background-color: #00000040;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.iconnect_modal__outer-wrapper.iconnect_modal__outer-wrapper-sm {
  display: none;
}

.iconnect_modal__inner-wrapper {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 60px;
  position: relative;
}

.iconnect_modal__inner-wrapper.iconnect_modal__sm {
  padding: 16px 30px;
}

.image-64 {
  width: 28px;
  max-width: 120px;
}

.image-64.iconnect_modal__close {
  cursor: pointer;
  max-width: none;
  position: absolute;
  inset: 7px 7px auto auto;
}

.iconnect_modal__click-outside-wrapper {
  z-index: 1;
  cursor: pointer;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.div-block-97 {
  width: 100%;
  max-width: 62rem;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-97.iconnect_modal__inner {
  max-width: 36rem;
  max-height: 100%;
}

.div-block-98 {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 29px;
  display: flex;
}

.internship-heading {
  color: var(--black-2);
  text-align: left;
  font-size: 80px;
  font-weight: 800;
  display: inline-block;
}

.div-block-99 {
  text-align: left;
  min-width: 0;
  max-width: 600px;
  margin-bottom: 167px;
}

.paragraph-59 {
  color: #171717;
  text-align: left;
  margin-bottom: 51px;
}

.heading-78 {
  color: var(--black-2);
  text-align: left;
  font-size: 27px;
  line-height: 37px;
}

.internship-btn {
  color: var(--black-2);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
}

.div-block-100 {
  display: inline-block;
  position: relative;
}

.image-65 {
  position: absolute;
  inset: 42% 0% auto 177px;
}

.section-17 {
  background-color: var(--black-2);
  color: var(--black-2);
  padding-top: 105px;
  padding-bottom: 105px;
  display: none;
}

.heading-79 {
  color: var(--white);
  margin-bottom: 93px;
  font-size: 50px;
  font-weight: 800;
  line-height: 66px;
}

.grid-9 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
}

.intern-item {
  background-color: #292929;
  border: 1px #000;
  border-radius: 20px;
}

.heading-80 {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.image-66 {
  max-width: 110px;
  margin-top: -43px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-60 {
  color: var(--white);
  line-height: 24px;
}

.div-block-101 {
  text-align: center;
  padding-bottom: 37px;
  padding-left: 43px;
  padding-right: 43px;
}

.div-block-101.text-cemter {
  text-align: center;
}

.section-18 {
  padding-top: 73px;
  padding-bottom: 73px;
  display: block;
}

.heading-81 {
  margin-bottom: 46px;
  font-size: 50px;
  font-weight: 800;
  line-height: 66px;
}

.heading-81.mb-2 {
  margin-bottom: 20px;
}

.heading-81.mb-2.text-center {
  color: var(--black-3);
}

.heading-81.mb-2.text-center.text-h2 {
  font-size: 50px;
}

.heading-81.text-center {
  color: var(--black-3);
}

.heading-81.text-center.text-h2 {
  font-size: 50px;
}

.paragraph-61 {
  color: var(--black-2);
}

.div-block-102 {
  max-width: 720px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}

.intern-info {
  margin-bottom: 22px;
  display: flex;
}

.div-block-103 {
  flex: 1;
  padding-left: 21px;
}

.image-67 {
  max-width: 90px;
}

.heading-82 {
  color: var(--black-3);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-62 {
  color: var(--black-2);
  text-align: left;
  max-width: 100%;
  line-height: 22px;
}

.paragraph-63 {
  color: var(--black-2);
  text-align: left;
}

.column-35 {
  padding-left: 44px;
}

.column-36 {
  padding-right: 44px;
}

.section-19 {
  background-color: #93e4ee;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.paragraph-64 {
  color: var(--black-2);
  text-align: left;
}

.faq-item {
  margin-bottom: 32px;
}

.heading-83 {
  color: var(--black-3);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-104 {
  margin-bottom: 39px;
}

.column-37 {
  padding-right: 44px;
}

.column-38 {
  padding-left: 44px;
}

.section-20 {
  padding-top: 69px;
  padding-bottom: 69px;
  display: block;
}

.form-block-2 {
  text-align: left;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-5 {
  color: var(--black-2);
  background-color: #5bedff;
  border-radius: 10px;
  height: 57px;
  margin-top: 21px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.text-field-9, .text-field-10 {
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  height: 57px;
  padding-left: 18px;
  padding-right: 18px;
}

.text-field-11 {
  height: 57px;
}

.text-field-11.intern-input-field {
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  padding-left: 18px;
  padding-right: 18px;
}

.text-field-12 {
  height: 57px;
}

.text-field-12.intern-input-field {
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  padding-left: 18px;
  padding-right: 18px;
}

.webinar-speakers {
  flex-wrap: nowrap;
  margin-bottom: 29px;
  display: flex;
}

.webinar-speaker-item {
  flex: 1;
}

.heading-84 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-65 {
  opacity: .84;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.image-68 {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.link-8 {
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.link-8:hover {
  color: #fff;
  text-decoration: none;
}

.image-69 {
  max-width: 240px;
  margin-bottom: 24px;
}

.div-block-105, .div-block-106, .div-block-107 {
  display: flex;
}

.c-holiday-video {
  z-index: 999;
  background-color: #fff;
  background-image: url('../images/trialx-happy-holidays-2023.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  height: 220px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 14px 30px -10px #000000b5;
}

.link-block-23 {
  opacity: 1;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-23:hover {
  color: var(--white);
}

.link-block-23.popup-toggle {
  cursor: pointer;
}

.div-block-108 {
  opacity: 1;
  background-color: #17a3b5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
}

.c-holiday-video__expand-icon {
  position: absolute;
  inset: 15px 15px auto auto;
}

.c-holiday-video__title {
  position: absolute;
  inset: 0% auto auto 20px;
}

.heading-85 {
  font-size: 16px;
  line-height: 26px;
  position: static;
}

.image-70 {
  max-width: 19px;
}

.popup-wrapper {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
  padding-top: 0;
  position: absolute;
  top: 17px;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: visible;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.popup-video-group {
  display: block;
}

.html-embed-7 {
  margin-top: -29px;
}

.div-block-109 {
  text-align: center;
}

.html-embed-8 {
  margin-bottom: 52px;
}

.section-21 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.schedule-section {
  padding-top: 156px;
  padding-bottom: 156px;
}

.schedule-section.schedule-bg {
  padding-bottom: 52px;
}

.is-bold {
  font-weight: 700;
}

.is-bold.schedule__heading1 {
  margin-bottom: 1px;
}

.calendly__wrap {
  background-color: #f0f0f0;
  border-radius: 9px;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.paragraph-66 {
  margin-bottom: 55px;
}

.calendly_tab__item {
  cursor: pointer;
  flex: none;
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calendly_tab__item.is-tab--active {
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.calendly_tab__nav {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.tab_nav__heading {
  margin-bottom: 6px;
  font-size: 25px;
  line-height: 35px;
}

.tab_nav__subheading {
  color: #8b8b8b;
  line-height: 18px;
}

.calendly_tab__content.calendly-tab-content__wrapper {
  width: 100%;
  height: 830px;
  position: relative;
}

.calendly__iconnect.calendly__tab_content_item {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.calendly__iconnect.calendly__tab_content_item.active {
  overflow: visible;
}

.calendly__iconnect.calendly__tab_content_item.calendly_tab__active {
  display: block;
}

.is-tab--active {
  background-color: #fff;
}

.calendly-tab-content__wrapper {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.is-hide {
  display: none;
}

.bg-gray-100 {
  background-color: #f1f1f1;
}

.bg-blue-light {
  background-color: #edf7f8;
}

.bg-purple-light {
  background-color: #f0eef5;
}

.bg-white {
  background-color: #fff;
}

.pt-40 {
  padding-top: 40px;
}

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

.is-hidden {
  display: none;
}

.is-relative {
  position: relative;
}

.div-block-110 {
  padding-top: 0;
}

.paragraph-67 {
  color: var(--black-3);
  margin-bottom: 20px;
}

.button-6 {
  color: var(--black-3);
  background-color: #3fe4e6;
  border-radius: 4px;
  height: auto;
  padding: 15px 21px;
  display: inline-block;
}

.section-22 {
  background-color: var(--black-282828);
  padding-top: 43px;
  padding-bottom: 98px;
}

.footer-is-gray {
  background-color: var(--black-282828);
}

.is-black {
  color: var(--black-3);
}

.is-block {
  display: block;
}

.trialx-navbar-dark {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px;
  display: flex;
  position: absolute;
}

.trialx-navbar-dark.hide-for-demo, .trialx-navbar-dark.d-none {
  display: none;
}

.list-5 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.trialx-logo-wrap {
  flex: 0 auto;
  width: 140px;
}

.image-71 {
  height: 36px;
}

.image-71.tx2-logo {
  height: auto;
}

.image-71.tx2-logo.tx2-logo-white, .image-71.tx2-logo.tx2-logo-dark {
  border-radius: 0;
}

.list-item-11 {
  margin-bottom: 0;
}

.trialx-navbar__item {
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.list-item-13 {
  margin-bottom: 0;
}

.trialx-navbar-menu {
  align-items: center;
  display: flex;
}

.trialx-navbar-menu.bg-white {
  background-color: #0000;
}

.trialx-navbar-menu.is-dark-bg {
  flex: 1;
  justify-content: flex-end;
}

.trialx-navbar-menu.is-dark-bg.ppd-black {
  -webkit-text-stroke-color: black;
}

.trialx-navbar-item {
  z-index: 7;
  color: var(--white);
  cursor: pointer;
  flex-wrap: nowrap;
  padding: 19px 10px;
  display: flex;
  position: relative;
}

.trialx-navbar-item.is-hidden {
  display: none;
}

.trialx-navbar-item.trialx-navbar-item__black {
  color: #282828;
}

.trialx-navbar-item.trialx-navbar-item__black.ff-helvetica {
  font-family: Helveticaneue, Arial, sans-serif;
}

.trialx-navbar-item.trialx-navbar-item-white {
  color: var(--white);
}

.trialx-navbar-item.trialx-navbar-item-white.ff-helvetica {
  font-family: Helveticaneue, Arial, sans-serif;
}

.trialx-navbar-item__text:hover {
  color: var(--white);
}

.trialx-navbar-item__text.trialx-navbar-item__text-black {
  color: var(--black-282828);
  background-color: #0000;
}

.trialx-navbar-item__text.trialx-navbar-item__text-black.trialx-navbar-item__text-white2 {
  color: var(--white);
  font-size: 18px;
}

.trialx-navbar-item__text-wrap.navbar-text-white {
  color: var(--white);
}

.trialx-navbar-item__text-wrap.navbar-text-white.navbar-item-text-black {
  color: var(--black-282828);
}

.trialx-navbar-item__arrow {
  margin-left: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.trialx-navbar-dropdown {
  background-color: #fff;
  border-radius: 8px;
  min-width: 230px;
  padding: 8px;
  display: block;
  position: absolute;
  top: 100%;
  box-shadow: 0 4px 11px -3px #00000047;
}

.link-block-24 {
  opacity: 1;
}

.trialx-navbar-dropdown__link-item {
  border-radius: 0;
  padding: 12px;
  text-decoration: none;
  display: block;
}

.trialx-navbar-dropdown__link-item.dropdown-item__border-top {
  border-top: 1px solid #f1f1f1;
}

.trialx-navbar-dropdown__link-item__text {
  color: var(--black-3);
  text-decoration: none;
}

.trialx-navbar-dropdown__link-item__text:hover {
  text-decoration: none;
}

.trialx-navbar-dropdown__link-item__text.trialx-navbar-dropdown__link-item_sm {
  color: var(--grey);
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}

.trialx-navbar-dropdown__link-item__text.is-semibold {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bg-gray {
  background-color: #ececec;
}

.nav-item-text__dark {
  color: var(--black-2);
}

.section-first {
  background-color: var(--royal-blue);
  padding-top: 151px;
  padding-bottom: 49px;
}

.text-center {
  text-align: center;
  font-size: 16px;
  position: relative;
}

.text-center.max-w-50 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.max-w-50.text-white {
  color: var(--black-282828);
  display: none;
}

.text-center.is-semi-bold.text-white {
  color: var(--black-282828);
  text-align: left;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}

.text-center.mb-30 {
  margin-bottom: 30px;
  font-size: 18px;
}

.is-semi-bold {
  font-weight: 600;
}

.heading-86 {
  font-size: 20px;
  font-weight: 600;
}

.heading-86.is-text__white {
  color: var(--black-282828);
}

.upcoming-webinars {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 21px;
  padding-bottom: 21px;
  display: block;
}

.upcoming-webinars.upcoming-webinars-bg {
  background-color: #315df8;
}

.upcoming-webinars.upcoming-webinars-bg.is-hidden {
  background-color: #d2d4da;
  display: none;
}

.webinar-item {
  display: flex;
}

.webinar-item.border-bottom {
  border: 1px solid #000;
  border-bottom-color: #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.webinar-item.bottom-border {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.webinar-img {
  width: 50%;
}

.webinar-text {
  width: 50%;
  padding: 0 24px 24px 37px;
}

.image-72 {
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 20px -7px #0003;
}

.webinar-heading {
  margin-top: -6px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}

.webinar-heading.is-text__white {
  color: var(--black-282828);
  margin-bottom: 20px;
}

.webinar-p {
  margin-bottom: 20px;
}

.webinar-p.is-text__white {
  color: #b4c4fd;
}

.past-webinars {
  margin-bottom: 60px;
  padding-top: 17px;
}

.webinar-heading--link {
  color: var(--black-2);
  border-radius: 0;
  text-decoration: none;
}

.webinar-button-outline {
  color: var(--black-2);
  background-color: #0000;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding-left: 18px;
  padding-right: 18px;
}

.webinar-button-outline:hover {
  border-color: #a09e9e;
}

.webinar-button-outline.is-btn-text__white {
  color: var(--black-282828);
  border-color: #fff;
}

.webinar-button-outline.is-btn-text__white:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.section-23 {
  background-color: var(--black-3);
  height: 200vh;
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 84px;
  display: block;
}

.section-23.bg-light {
  background-color: var(--black-282828);
}

.section-23.bg-navbar-light-demo {
  background-color: #242424;
}

.trialx-navbar-light {
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}

.trialx-navbar-light.hide-mobile-demo {
  display: none;
}

.trialx-navbar-light.is-absolute {
  z-index: 99;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: absolute;
}

.trialx-navbar-light.is-absolute.tx2-navbar__padding {
  padding-left: 34px;
  padding-right: 34px;
}

.trialx-navbar-light.is-absolute.tx2-navbar__padding.tx2-navbar {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.trialx-navbar-light.is-absolute.tx2-navbar__padding.tx2-navbar.tx2-navbar-bg-dark {
  background-color: #000000e8;
  display: flex;
}

.trialx-navbar-light.is-absolute.d-none {
  display: none;
}

.trialx-navbar-cta {
  color: var(--black-2);
  background-color: #17d1d3;
  border-radius: 7px;
  margin-left: 14px;
  font-weight: 500;
}

.trialx-navbar-cta.tx2-navbar__cta {
  color: var(--white);
  background-color: #17b1e7;
}

.trialx-navbar-cta.tx2-navbar__cta.ctd-header-cta-button {
  color: var(--white);
  background-color: #0014f7;
  border-radius: 30px;
  padding-left: 21px;
  padding-right: 21px;
}

.trialx-navbar-cta.tx2-navbar__cta.ctd-header-cta-button.ff-helvetica {
  font-family: Helveticaneue, Arial, sans-serif;
}

.trialx-mobile-menu-toggle {
  cursor: pointer;
  display: none;
}

.html-embed-9 {
  margin-top: 6px;
}

.trialx-navbar-item-arrow-wrap {
  display: flex;
}

.body-6 {
  background-color: var(--black-3);
  border: 1px #0000;
}

.body-6.bg-white {
  background-color: var(--white);
}

.section-24 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.case-study-item-wrap {
  justify-content: space-between;
  margin-bottom: 43px;
  display: flex;
}

.case-study__img {
  width: 40%;
}

.case-study__text {
  width: 50%;
}

.image-73 {
  border: 1px solid #dadada;
  border-radius: 20px;
}

.heading-87 {
  margin-top: -6px;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
}

.button-7 {
  color: #1a1a1a;
  background-color: #3fe4e6;
  border-radius: 8px;
  font-weight: 400;
}

.button-7:hover {
  border-radius: 6px;
}

.button-7.btn-request-case-study {
  font-weight: 500;
}

.paragraph-68 {
  height: auto;
  margin-bottom: 17px;
  position: relative;
  overflow: visible;
}

.div-block-111 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.select-control-wrap {
  align-items: center;
  display: block;
}

.select-control__text {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-right: 27px;
  font-weight: 400;
}

.select-control__panel {
  cursor: pointer;
  border: 1px solid #ffffff29;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  padding: 10px 21px;
  display: flex;
  position: relative;
}

.select-control__selected_text {
  color: #fff;
  width: 100%;
  margin-right: 18px;
  font-weight: 700;
}

.html-embed-10 {
  line-height: 27px;
}

.select__arrow-icon {
  line-height: 2px;
}

.select-control__dropdown {
  z-index: 99;
  color: var(--black-2);
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 200px;
  padding: 18px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 6px 13px -8px #0003;
}

.select-control__dropdown_item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
}

.div-block-112 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-112.case-s-detail-col1 {
  text-align: left;
  width: 50%;
  max-width: none;
  padding-top: 39px;
  padding-right: 61px;
}

.section-25 {
  background-color: #fff;
  padding-top: 153px;
}

.heading-88 {
  text-align: center;
  font-weight: 600;
}

.paragraph-69 {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-113 {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 39px;
  margin-bottom: 107px;
  padding: 86px 60px;
  position: relative;
  box-shadow: 0 2px 10px -3px #0003;
}

.div-block-113.modal-case-study-wrap {
  box-shadow: none;
  padding: 25px;
}

.div-block-113.modal-case-study-wrap.modal_case_study__sm {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-113.case-s-detail-col2 {
  width: 60%;
  margin-bottom: 0;
  padding-top: 41px;
  padding-bottom: 41px;
}

.case-study-form--label {
  color: var(--black-3);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.case-study-form--form-control {
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
}

.case-study-form--form-control::placeholder {
  white-space: normal;
  font-size: 13px;
}

.case-study-form--form-control.case-study--text-area {
  height: 150px;
  min-height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.case-study-form--form-control.case-study--text-area.case-study--text-area__sm {
  height: 90px;
  margin-bottom: 0;
}

.case-study-form--form-control.text__sm {
  font-size: 14px;
}

.case-study-form--form-control.text__sm.case-study-form--form-control__md {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
}

.btn-secondary {
  color: #222;
  background-color: #3fe4e6;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.btn-secondary.btn-secondary__sm {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.btn-secondary.btn-secondary__sm.btn_download_case_study {
  margin-top: 20px;
}

.case-study-form-div-2coll {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.case-study-form-div-2coll.case-study-form-div-2coll__sm {
  margin-bottom: 0;
}

.case-study-form-div-2coll.case-study-form-div-2coll-block {
  margin-bottom: 5px;
  display: block;
}

.case-study-col-1 {
  width: 49%;
}

.case-study-col-1.case-study-full, .case-study-col-1.full-width {
  width: 100%;
}

.image-74 {
  z-index: 1;
  position: absolute;
  top: -86px;
}

.div-block-114 {
  z-index: 2;
  position: relative;
}

.show-more-button {
  cursor: pointer;
  margin-bottom: 11px;
}

.show-more-button__text {
  font-weight: 600;
  display: none;
}

.show-more-toggle {
  height: auto;
  position: relative;
  overflow: hidden;
}

.html-embed-11 {
  display: none;
}

.webinar-date {
  margin-bottom: 17px;
  font-weight: 600;
}

.webinar-date.is-text__white {
  color: var(--black-282828);
}

.case-study__form {
  margin-bottom: 0;
}

.div-block-115 {
  display: flex;
}

.div-block-115.mb-50 {
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 119px;
}

.heading-89 {
  margin-top: -6px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.button-8 {
  background-color: var(--medium-turquoise);
  color: var(--black-2);
  border-radius: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.paragraph-70 {
  margin-bottom: 28px;
}

.image-75 {
  border-radius: 11px;
}

.case-study-select__control {
  height: 48px;
}

.heading-90 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.case-study__success {
  background-color: #ecf4ef;
  border-radius: 16px;
  padding: 38px;
}

.text-block-30 {
  color: #1a1a1f;
  font-size: 18px;
}

.image-76 {
  width: 90px;
  margin-bottom: -13px;
  margin-left: auto;
  margin-right: auto;
}

.link-9 {
  color: #1f7764;
}

.link-9:hover {
  color: #5c887f;
}

.btn_case-study__pdf_file {
  background-color: var(--medium-turquoise);
  color: var(--black-2);
  border-radius: 7px;
  display: none;
}

.btn_case-study__pdf_file:hover {
  color: var(--black-2);
}

.link-block-25 {
  border-radius: 0;
}

.form_contri_label {
  color: #ffffff75;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.form_contri_label.form_contri_label_white {
  color: #fff;
}

.form_contri_label.form_contri_label_white.js_btn_add_more {
  cursor: pointer;
  margin-bottom: 33px;
  padding: 0 14px;
  display: inline-block;
}

.form_contri_input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff36;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 10px;
}

.form_contri_input:focus {
  border-color: #ffffff54;
}

.form_contri_input.form_contri_input__sm {
  height: 41px;
}

.form_contri_input.form_contri_input__sm::placeholder {
  color: #fff;
  font-size: 14px;
}

.form_contri_input.form_contri_input__sm.contri_mb-50 {
  margin-bottom: 15px;
}

.form_contri_input.form_contri_input__sm.contri_mb-50::placeholder {
  color: #fff;
}

.form_contri_input.form_contri_input__sm.text-white {
  color: #fff;
  display: none;
}

.form_contri_input.form_contri_input__sm.text-white.other_input_number {
  display: none;
}

.form_contri_input.contri_text_area {
  height: 130px;
}

.form_contri_input.contri_text_area::placeholder {
  color: #ffffff2e;
}

.form_contri_input.select_number.form_contri_input__sm {
  height: 38px;
}

.contri_form_heading {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.contri_form_p {
  color: #fff;
}

.contri_form_p.contri_form_p_mb {
  color: #ffffff75;
  margin-bottom: 30px;
}

.contri_form_p.contri_form_p_mb.opacity-full {
  color: #fff;
}

.contri_form_p.contri_form_p_mb.opacity-full._1brc {
  font-family: Ethnocentric rg, sans-serif;
}

.contri_form_p.contri_form_p_mb.opacity-full._1brc.text-center {
  font-family: Ethnocentric rg, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.contri_form_p.contri_form_p_mb.text-center.code {
  background-color: #111;
  border: 1px dashed #272727;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: inline-block;
}

.contri_form_p.contri_form_p_mb.text-center.code.btn_copy {
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 19px 43px;
  transition: all .2s;
  overflow: hidden;
}

.contri_form_p.contri_form_p_mb.text-center.code.btn_copy:hover {
  border-color: #535353;
}

.contri_form_p.contri_form_p_mb.contri_desc {
  text-align: center;
}

.contri_form_p.contri_form_p_mb.contri_desc.contri_desc_left {
  text-align: left;
}

.contributions_container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.contributions_container.is-hidden {
  display: flex;
}

.contri_half_col {
  align-items: center;
  width: 50%;
  display: flex;
}

.contri_half_col.three_fourth {
  width: 70%;
}

.contri_half_col.three_fourth.contri_full {
  width: 100%;
}

.contri_half_col.three_fourth.contri_full.contri_block {
  display: block;
}

.contri_button_primary {
  color: var(--black-2);
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  font-weight: 500;
}

.contri_actions_wrap {
  padding-top: 20px;
}

.div-block-116 {
  border: 1px dashed #ffffff36;
  padding: 35px;
}

.contri_file__label {
  color: #ffffff7a;
  text-align: center;
  font-size: 14px;
}

.list_contributions.js_list_contributions {
  display: block;
}

.contri_btn_close {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 11px;
}

.enter {
  color: #fff;
  background-color: #0000;
  border: 1px solid #979797;
  border-radius: 10px;
  justify-content: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 47px;
  padding-right: 47px;
  display: flex;
}

.enter:hover {
  color: #fff;
  border-color: #fff;
}

.contri__success-message {
  border: 1px none var(--medium-turquoise);
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 19px 0 0;
}

.contri__success-message_text {
  border: 1px solid var(--medium-turquoise);
  color: var(--medium-turquoise);
  background-color: #3fe4e61f;
  border-radius: 7px;
  margin-bottom: 29px;
  padding: 37px;
}

.form-block-3 {
  text-align: center;
}

.form-2 {
  text-align: left;
}

.image-77 {
  width: 90px;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
}

.copy_wrapper {
  margin-bottom: 102px;
  display: inline-block;
  position: relative;
}

.copy_message {
  color: #fff;
  background-color: #0a0a0a;
  border: 1px dashed #272727;
  border-bottom-left-radius: 7px;
  padding: 3px 10px;
  font-size: 9px;
  line-height: 19px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-26 {
  border-radius: 0;
}

.image-78 {
  max-width: 200px;
  margin-bottom: 40px;
}

._728x90 {
  z-index: 99;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

._728x90.js__728x90 {
  opacity: 0;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: opacity .2s, transform .5s ease-in-out;
  bottom: 0;
  transform: translate(0, 120px);
}

._728x90.js__728x90.is-awake {
  opacity: 1;
  margin-left: 20px;
  transform: translate(0);
}

._728x90__inner {
  align-items: flex-end;
  max-width: 728px;
  height: 90px;
  display: flex;
  position: relative;
}

._728x90__btn_close {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  inset: -15px -15px auto auto;
}

._728x90__btn_close.js__728x90__btn_close {
  z-index: 99;
  transition: transform .5s ease-in-out;
  transform: translate(0);
}

._728x90__btn_close.js__728x90__btn_close:hover {
  transform: rotate(90deg)translate(0);
}

.tx2-hero {
  position: static;
}

.tx2-hero.tx2-gsap-section {
  margin-bottom: 0;
  position: relative;
}

.tx2-container {
  -webkit-text-fill-color: inherit;
  background-color: #2f57e200;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.tx2-container.tx2-container__flex {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.tx2-container.tx2-hero_container, .tx2-container.relative_z_10 {
  z-index: 10;
  position: relative;
}

.tx2-container.tx2-container-relative-zindex {
  z-index: 3;
  position: relative;
}

.tx2-container.tx2-footer__container {
  z-index: 2;
  position: relative;
}

.tx2-hero-inner {
  background-color: #000;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 110vh;
  min-height: 800px;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tx2-hero-inner.tx2-rounded-section_mobile {
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.tx2-hero__intro {
  max-width: 800px;
  margin-top: -4.375rem;
}

.tx2-hero__intro.tx2-hero__intro__connect_page {
  max-width: 800px;
  margin-top: -17.675rem;
}

.tx2-hero__intro.tx2-hero__intro__connect_page.tx2-hero__intro__advance_page {
  max-width: 890px;
  margin-top: 0;
}

.tx2-hero-heading {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.tx2-hero-heading.gsap-line {
  font-size: 50px;
  line-height: 3.5rem;
}

.tx2-hero-heading.tx2-hero-heading__connect_page {
  line-height: 54px;
}

.text-span-11 {
  color: #dafe4a;
}

.tx2-stats {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tx2-stats.tx2-gsap-section {
  display: none;
  position: relative;
  overflow: visible;
}

.tx2-100vh {
  height: 100vh;
}

.tx2-curves-left {
  z-index: 9;
  background-color: #fff;
  border-top-right-radius: 80px;
  width: 20%;
  height: 121px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tx2-curves-left.tx2-curves-right {
  border-top-left-radius: 80px;
  border-top-right-radius: 0;
  width: 30%;
  inset: auto 0% 0% auto;
}

.tx2-curves-left.tx2-curves-right.w50-percent {
  width: 50%;
}

.tx2-curves-left.tx-curves-left__testimonial {
  width: 40%;
}

.curve-inner-left {
  z-index: 9;
  background-image: url('../images/tx2-curve-left.svg');
  background-position: 50%;
  background-size: contain;
  width: 3.375rem;
  height: 3.375rem;
  margin-top: -3.25rem;
  margin-bottom: -.13rem;
  margin-left: -.13rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.curve-inner-left.txt2-curve-inner-right {
  background-image: url('../images/tx2-curve-right.svg');
  margin-left: 0;
  margin-right: -.13rem;
  inset: 0% 0% auto auto;
}

.curve-inner-right {
  z-index: 9;
  background-image: url('../images/tx2-curve-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.375rem;
  height: 3.375rem;
  margin-bottom: -.125rem;
  margin-left: 0;
  margin-right: -3.205rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.curve-inner-right.tx2-curve-inner-left {
  background-image: url('../images/tx2-curve-right.svg');
  margin-left: -3.205rem;
  margin-right: 0;
  inset: auto auto 0% 0%;
}

.tx2-stats-items__wrap {
  justify-content: center;
  align-items: center;
  display: none;
}

.tx2-stats-items__user-search {
  -webkit-text-fill-color: inherit;
  background-color: #f59c2e0d;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26.5rem;
  height: 26.5rem;
  display: flex;
}

.tx2-stats-items__text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  display: flex;
}

.tx2-stats-items__text__figure {
  text-align: center;
  margin-bottom: 17px;
  font-size: 4.98rem;
  font-weight: 700;
}

.tx2-stats-items__text__figure.tx2-stats-items__text__figure_lg {
  font-size: 3.876rem;
}

.tx2-stats-items__text__figure.tx2-stats-items__text__figure_lg.tx2-stats-items__text__figure_md {
  font-size: 3.563rem;
}

.tx2-stats-items__text__label {
  text-align: center;
  font-weight: 500;
  line-height: 26px;
}

.tx2-stats-items__trial-listings {
  background-color: #0c2ed30d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20.625rem;
  height: 20.625rem;
  display: flex;
}

.tx2-stats-items__studies-supported {
  background-color: #a91d5a0d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 19.063rem;
  height: 19.063rem;
  display: flex;
}

.tx2-solutions {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.tx2-solutions.tx2-gsap-section {
  position: relative;
}

.tx2-solutions__heading_h2 {
  text-align: center;
  margin-bottom: 3.125rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2 {
  color: #222;
  margin-bottom: 1.325rem;
}

.tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md {
  margin-bottom: -3rem;
}

.tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.heading-sub-mb {
  margin-bottom: 1.4rem;
  font-size: 42px;
  line-height: 3.1rem;
}

.tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.subheading {
  font-size: 26px;
  font-weight: 500;
  line-height: 2.3rem;
}

.tx2-solutions__items-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tx2-solutions__item {
  text-align: left;
  background-color: #f3f3f3;
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23rem;
  padding: 30px;
  display: flex;
}

.tx2-solutions__item.tx2-solutions__item_solution {
  color: #222;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: hidden;
}

.tx2-solutions__item.tx2-solutions__item_solution:hover {
  color: #fff;
  background-color: #0000;
}

.tx2-solutions__item.tx2-solutions__item_solution.gsap-solutions-link__hover:hover {
  color: #222;
  background-color: #f3f3f3;
}

.tx2-solutions__item-image {
  z-index: 3;
  margin-bottom: 22px;
  position: relative;
  top: 0;
}

.tx2-solutions__item-heading {
  z-index: 3;
  color: #222;
  text-align: center;
  font-size: 1.275rem;
  line-height: 1.8rem;
  position: relative;
}

.tx2-solutions__item_hover_gradient {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(#080808, #202a33);
  transition: opacity .3s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  inset: 0%;
}

.tx2-solutions__item_hover_gradient:hover {
  color: #222;
}

.tx2-solutions__item-heading_wrap {
  position: relative;
}

.tx2-connect__testimonials {
  margin-top: 5rem;
  padding-bottom: 2rem;
}

.tx2-connect__testimonials.tx2-gsap-section {
  position: relative;
  overflow: hidden;
}

.tx2-connect__testimonials.tx2-gsap-section.tx2-testimonials {
  z-index: 10;
}

.tx2-clients-inner {
  z-index: 10;
  background-image: linear-gradient(156deg, #080808, #202a33);
  border-radius: 80px;
  height: auto;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  top: 0;
  overflow: visible;
}

.tx2-clients-inner.tx2-rounded-section_mobile {
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.tx2-clients-inner.tx2-rounded-section_mobile.tx2-clients-inner__connect {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 0;
}

.tx2-clients-inner.tx2-clients-inner__advance {
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.tx2-leadership {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.tx2-leadership.tx2-100vh {
  height: auto;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.tx2-leadership.tx2-gsap-section {
  display: none;
}

.tx2-clients-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tx2-clients__heading_h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 2.875rem;
}

.tx2-clients__heading_h2.gsap-line {
  color: #fff;
}

.tx2-clients__heading_h2.gsap-line.mb-lg {
  margin-bottom: 5rem;
}

.tx2-clients__item {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.tx2-clients__item_img {
  height: auto;
}

.tx2-clients__item_img.txt-clients_ctsi {
  height: 86px;
}

.tx2-clients__item_img.txt-clients_columbia_university {
  height: 83px;
}

.tx2-clients__item_img.txt-clients_trish {
  height: 80px;
}

.tx2-clients__item_img.txt-clients_medical_college_of_wisconsin {
  height: 138px;
}

.tx2-clients__item_img.txt-clients_mmrf {
  height: 61px;
}

.tx2-clients__item_img.logo__sm {
  width: 150px;
}

.tx2-leadership-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 40px;
  display: grid;
}

.tx2-leadership-grid._2-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tx2-leadership__item {
  color: #222;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tx2-leadership__item-img {
  border-radius: 100%;
  width: 140px;
  margin-bottom: 12px;
}

.tx2-leadership__item-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5rem;
}

.tx2-leadership__item-role {
  font-size: 15px;
  line-height: 22px;
}

.tx2-footer {
  background-image: linear-gradient(143deg, #080808, #202a33);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.tx2-footer.not-curved {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tx2-contact-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.tx2-map {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/tx2-map.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 57%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -7%;
  position: relative;
  overflow: visible;
}

.tx2-contact {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  width: 50%;
  padding: 40px;
  position: relative;
}

.tx2-map__img {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
  transform: scale(1.6);
}

.tx2-contact__heading-h2 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.tx2-contact__form_inner, .tx2-contact__form_inner.tx2-contact__form_inner__hide {
  display: none;
}

.tx2-contact__field {
  margin-bottom: 15px;
}

.tx2-contact__field-label {
  color: #222;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.tx2-contact__field-input {
  background-color: #f3f3f3;
  border: 0 #000;
  border-radius: 7px;
  height: 48px;
}

.tx2-contact__field-input.tx2-contact__field-textarea {
  height: 110px;
}

.tx2-primary__btn {
  cursor: pointer;
  background-color: #19ace4;
  border-radius: 7px;
  padding: 12px 24px;
  font-weight: 500;
  transition: background-color .2s;
}

.tx2-primary__btn:hover {
  color: #fff;
  background-color: #129fd5;
}

.tx2-primary__btn.w--current {
  font-weight: 500;
}

.tx2-footer-inner {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.tx2-footer-inner__about {
  width: 34%;
}

.tx2-footer-inner__links {
  width: 100%;
  display: flex;
}

.tx2-footer__heading-h3 {
  color: #fff;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.tx2-lnks-wrap {
  width: 33%;
}

.tx2-lnks-wrap.tx2-links-wrap__pl40 {
  padding-left: 40px;
}

.tx2-footer_p {
  color: #ffffff73;
}

.tx2-footer_p.about_mb2 {
  margin-bottom: 20px;
}

.tx2-list__links {
  padding-left: 0;
  list-style-type: none;
}

.tx2-list__links.mb-3 {
  margin-bottom: 3rem;
}

.link-block-28 {
  text-decoration: none;
}

.tx2-list-link {
  color: #ffffff73;
  text-decoration: none;
  transition-property: all;
}

.tx2-list-link:hover {
  color: #fff;
}

.tx2-list-item {
  margin-bottom: 17px;
}

.tx2-list__span {
  color: #ffffff73;
}

.tx2-copyright {
  border-top: 1px solid #ffffff0f;
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.tx2-copyright_p {
  color: #ffffff73;
  text-align: center;
}

.tx2-copyright_p:hover {
  color: #fff;
}

.tx2-hero_object__tablet {
  position: absolute;
  inset: auto auto 20% 10%;
}

.tx2-hero_object__tablet__img {
  width: 190px;
}

.tx2-hero_object_pill_spacehip {
  position: absolute;
  bottom: 25%;
  right: 15%;
}

.tx2-hero_object_pill_spacehip__img {
  width: 260px;
  position: relative;
  inset: auto;
}

.tx2-hero_object__big_planet {
  position: absolute;
  top: 20%;
  left: 30%;
}

.tx2-hero_object__big_planet__img {
  position: relative;
  inset: 0%;
}

.tx2-hero_object__two-planets {
  position: absolute;
  top: 4%;
  right: -320px;
}

.tx2-hero_object__two-planets__img {
  width: 100px;
}

.tx2-hero_object__small_planet {
  position: absolute;
  top: 153px;
  right: -340px;
}

.tx2-hero_object__small_planet__img {
  width: 70px;
}

.tx2-hero_object-comet-blue {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tx2-hero_object-comet-white {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 31%;
}

.tx2-reveal__block {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.tx2-connect-hero.tx2-gsap-section.tx2-advance-hero {
  margin-bottom: 70px;
}

.tx2-connect-hero__inner {
  background-image: url('../images/Pill_rocket_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tx2-connect-hero__inner.tx2-advance-hero__inner__bg {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/hero_advance__bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 0;
  height: 100vh;
  min-height: 800px;
}

.tx2-connect-hero__inner.tx2-advance-hero__inner__bg.songs-for-the-unsung-hero-bg {
  background-image: linear-gradient(#00000073, #00000073), url('../images/songs-for-the-unsung-min.jpg');
}

.tx2-connect__logo {
  text-align: left;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.tx2-connect__logo__img {
  width: 170px;
  max-width: 100%;
  display: none;
}

.tx2-connect-features.tx2-100vh {
  height: auto;
  padding-top: 92px;
  padding-bottom: 92px;
}

.tx2-connect-features.tx2-gsap-section {
  margin-bottom: 5rem;
}

.tx2-connect-features.tx2-gsap-section.tx2-connect-features__pt {
  margin-bottom: 5rem;
  padding-top: 70px;
  position: relative;
  overflow: visible;
}

.tx2-connect-features.tx2-gsap-section.is-relative.bg-light {
  background-color: #f3f3f3;
  background-image: linear-gradient(#fff, #f3f3f3 20% 71%, #fff);
  margin-bottom: 0;
  padding-top: 59px;
}

.tx2-connect-features__heading {
  margin-bottom: 60px;
}

.tx2-connect-features__heading.mb100 {
  margin-bottom: 131px;
}

.tx2-connect-features__desc_wrap {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tx2-connect__features_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tx2-connect__features_item {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 30px;
}

.tx2-connect__features_item__img_wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-bottom: 30px;
  display: flex;
}

.tx2-connect__features_item__heading {
  color: #222;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.tx2-connect__features_item__lists {
  color: #888;
  font-size: 15px;
}

.list-item-14 {
  color: #1a1b1f;
}

.tx2-connect__features_item__lists_item {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.tx2-connect__success {
  margin-bottom: 124px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.tx2-connect__success_heading {
  text-align: center;
  margin-bottom: 39px;
}

.tx2-connect__success_heading_h2 {
  color: #222;
  font-weight: 700;
  line-height: 2.875rem;
}

.tx2-connect__success_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tx2-connect__success_grid.tx2-advance__success_grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.tx2-connect__success_item {
  text-align: center;
  line-height: 50px;
}

.tx2-connect__success_item_figure {
  color: #374955;
  font-family: DM Serif Text, sans-serif;
  font-size: 70px;
}

.tx2-connect__success_item_figure.number_counter_item.tx2-counter__mobile {
  font-size: 70px;
}

.tx2-connect__success_map {
  z-index: -1;
  min-width: 0;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.tx2-connect__success_map__img {
  width: 1280px;
}

.tx2-testimonial__text {
  text-align: center;
  border: 1px #000;
}

.tx2-testimonial__item {
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tx2-testimonial__img_wrap_img.tx2-testimonial__img_wrap_img_nature_biotechnology {
  height: 30px;
}

.tx2-testimonial__img_wrap_img.tx2-testimonial__img_wrap__cleveland {
  height: 32px;
}

.tx2-connect__clients {
  padding-top: 70px;
  padding-bottom: 140px;
}

.tx2-connect__clients_heading {
  margin-bottom: 47px;
}

.tx2-connect__heading_h2 {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.tx2-connect__clients_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tx2-connect__success_item_img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 24px 134px -5px #0000001a;
}

.tx2-connect__demo_inner {
  background-color: #eaeaee;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.tx2-connect__demo_heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tx2-connect__demo_heading_h2 {
  color: #222;
  font-size: 34px;
  font-weight: 700;
}

.tx2-svg__lines {
  z-index: -1;
  position: absolute;
  top: -225px;
  overflow: hidden;
}

.tx2-stats_svg__lines {
  z-index: -1;
  position: absolute;
  inset: 0% -21% auto auto;
}

.tx2-curve-gray_left__top {
  position: absolute;
  inset: -145px auto auto -2px;
}

.tx2-curve-gray_left__bottom {
  position: absolute;
  inset: auto auto -154px -2px;
}

.hubspot_code__embed {
  display: block;
}

.tx-connect-whatsnew {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tx2-connect-whatsnew__heading {
  margin-bottom: 31px;
  font-size: 34px;
  font-weight: 700;
}

.tx2-blog__grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.tx2-blog_item {
  border-radius: 0;
  width: 100%;
  text-decoration: none;
}

.tx2-blog_item:hover {
  text-decoration: none;
}

.tx2-blog_item__img {
  border-radius: 20px;
  margin-bottom: 18px;
}

.tx2-blog_item__h3 {
  color: #222;
  border: 1px #000;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.tx2-1st_rocket_combustion {
  z-index: 3;
  background-image: url('../images/1st_Pill_rocket_combustion_middle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  position: absolute;
  inset: 0%;
}

.tx2-2nd_rocket_combustion {
  z-index: 2;
  background-image: url('../images/2nd_Pill_rocket_combustion_middle.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.tx2-3rd_rocket_combustion {
  z-index: 1;
  background-image: url('../images/3rd_Pill_rocket_combustion_bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.tx2-connect__planet {
  z-index: 1;
  position: absolute;
  top: 20%;
  right: 15%;
}

.tx2-connect__planet__img {
  width: 360px;
}

.tx2-rocket__launch_combustion {
  z-index: 3;
  position: absolute;
  inset: auto auto 0%;
}

.tx2-rocket__launch_combustion__img {
  width: 340px;
  height: auto;
}

.custom-swiper-button-prev {
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 35% auto auto 10%;
}

.custom-swiper-button-next {
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 35% 10% auto auto;
}

.custom-swiper-button-prev__svg, .custom-swiper-button-next__svg {
  line-height: .2rem;
}

.tx2-astronaut__with_cell {
  position: absolute;
}

.tx2-astronaut__with_cell__img.hide {
  display: none;
}

.tx2-advance__key_features_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tx2-advance__features_item {
  display: flex;
}

.tx2-advance__features_item__img_wrap {
  flex: none;
}

.tx2-advance__features_item__img {
  margin-top: 15px;
  margin-right: 20px;
}

.tx2-advance__features_item__text_h2 {
  color: #222;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.tx2-advance__why-trialx-advance.tx2-gsap-section.d-none {
  display: none;
}

.tx2-advance__why-trialx-advance__heading-h2 {
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 2.875rem;
}

.tx2-connect__success_item__figure-wrap {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tx2-connect-svg__lines {
  z-index: -1;
  position: absolute;
  inset: -100px 0% auto;
}

.tx2-cta-btn-wrap {
  justify-content: center;
  margin-top: 33px;
  display: flex;
}

.tx2-cta-btn-wrap.tx2-connect__hero-cta {
  position: absolute;
  inset: auto 0% -450%;
}

.tx2-cta-btn-wrap.tx2-connect__hero-cta.tx2-connect__hero-cta__mobile {
  z-index: 10;
  bottom: 30px;
}

.text-span-12 {
  color: #dafe4a;
}

.tx2-testimonial__author_info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tx2-testimonial__author_info_img {
  width: 80px;
}

.tx2-testimonial__author_info_name {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.tx2-testimonial__author_info_title {
  font-size: 14px;
  line-height: 24px;
}

.tx2-stats__heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.tx2-stats__heading_h2 {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 2.875rem;
}

.tx2-stats__heading_p {
  color: #222;
}

.tx2-stats__bubbles {
  max-width: 600px;
  height: 300px;
  margin-bottom: 107px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tx2-stat__bubble-trial_listings {
  background-color: #0c2ed30d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 228px;
  height: 228px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  position: absolute;
  inset: -20% auto auto -17%;
}

.tx2-stat__bubble-number {
  font-size: 42px;
  font-weight: 700;
  display: flex;
}

.tx2-stat__bubble-number.tx2-stat__bubble-number__searches {
  font-size: 60px;
  line-height: 60px;
}

.tx2-stat__bubble-number.tx2-stat__bubble-number__actions_taken {
  font-size: 80px;
  line-height: 70px;
}

.tx2-stat__bubble-number.tx2-stat__bubble-number__referrals {
  font-size: 52px;
}

.tx2-stat__bubble-label {
  line-height: 1.5rem;
}

.tx2-stat__bubble-searches {
  background-color: #f59c2e0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 325px;
  line-height: 60px;
  display: flex;
  position: absolute;
  inset: -27% auto auto 14%;
}

.tx2-stat__bubble-referrals {
  background-color: #0094fd0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 285px;
  line-height: 60px;
  display: flex;
  position: absolute;
  inset: -36% -8% auto auto;
}

.tx2-stat__bubble-referrals.tx2-stats-bubble__item {
  background-color: #fedd041a;
}

.tx2-stat__bubble-volunteers {
  background-color: #bdf51e0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 266px;
  line-height: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -36%;
  left: -15%;
}

.tx2-stat__bubble-volunteers.tx2-stats-bubble__item {
  width: 180px;
  height: 180px;
  bottom: -10%;
}

.tx2-stat__bubble-studies_supported {
  background-color: #fedd041a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  line-height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto -39% 7%;
}

.tx2-stat__bubble-studies_supported.tx2-stats-bubble__item {
  left: 7%;
}

.tx2-stat__bubble-actions_taken {
  background-color: #f51fca0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  line-height: 70px;
  display: flex;
  position: absolute;
  inset: auto -19% -51% auto;
}

.tx2-stat__bubble-actions_taken.tx2-stats-bubble__item {
  background-color: #0094fd0d;
  right: -29%;
}

.tx2-featured_testimonial {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tx2-featured_testimonial.tx2-gsap-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.tx2-featured_testimonial__text {
  border: 1px #000;
  margin-bottom: 48px;
  font-size: 46px;
  font-weight: 500;
  line-height: 4rem;
}

.tx2-featured_testimonial__text.gsap-line {
  margin-bottom: 30px;
  line-height: 3.5rem;
}

.tx2-featured_testimonial__text.gsap-line.tx2-featured_testimonial__text_mobile {
  font-size: 29px;
  line-height: 2.6rem;
}

.tx2-featured_testimonial__wrap {
  color: #222;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-79 {
  height: 39px;
}

.tx2-footer__logo {
  max-width: 100%;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.tx2-stat__bubble-astronauts {
  background-color: #f5811f0d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 216px;
  line-height: 50px;
  display: flex;
  position: absolute;
  inset: auto 24% -38% auto;
}

.tx2-stat__bubble-astronauts.tx2-stats-bubble__item {
  background-color: #0094fd0d;
  width: 180px;
  height: 180px;
  bottom: -9%;
  right: 28%;
}

.tx2-lines__svg_black {
  z-index: -1;
  background-image: url('../images/tx2-lines__svg_black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: auto 0% -57% auto;
}

.tx2-lines__svg_black.tx2-lines__svg_black__footer {
  z-index: 1;
  bottom: 0%;
  right: -10%;
  transform: rotate(58deg);
}

.tx2-lines__svg_black.tx2-lines__svg_black__testimonial_connect {
  inset: 0% -440px auto auto;
}

.tx2-lines__svg_black.tx2-lines__svg_black__testimonial_advance {
  bottom: 0%;
  right: -440px;
}

.tx2-about {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.tx2-about.tx2-gsap-section {
  display: block;
}

.tx2-about__section {
  justify-content: space-between;
  display: flex;
}

.about__text {
  width: 45%;
}

.about__figure {
  order: 2;
  width: 45%;
}

.about__img {
  max-width: 100%;
  margin-top: 5rem;
}

.about__heading {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.about__h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3rem;
}

.about__h3.is--center {
  text-align: center;
}

.about__h3.is--center.mb-md.gsap-line {
  text-align: left;
}

.about__h3.is--center.mb-md.gsap-line.pb-10 {
  padding-bottom: 10px;
}

.about__h3.is--center.mb-md.gsap-line.pb-10.text-center {
  text-align: center;
}

.about__h3.mb-md {
  margin-bottom: 3rem;
}

.about__h3.ai-feature-video-heading {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 30px;
}

.about__desc {
  margin-bottom: 3rem;
}

.contact__desc {
  color: #222;
  margin-bottom: 1.5rem;
}

.home-v2 {
  font-family: Montserrat, sans-serif;
}

.home-v2.body-brand-v1 {
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 18px;
}

.div-block-117 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tx2-top-logos {
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto 2rem;
  display: flex;
}

.top-logos__col-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 48%;
  padding: 1rem;
}

.top-logos__col-2 {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  width: 48%;
  padding: 1rem;
}

.heading-91 {
  font-size: 23px;
}

.top__heading {
  font-size: 18px;
  font-weight: 600;
}

.footer__sub_heading {
  color: #fff;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-block-31 {
  position: relative;
}

.footer__link-badge {
  font-size: 10px;
  font-weight: 600;
}

.image-80 {
  background-image: url('../images/DTx-Conference23_adaptation_728x90_website_banner_02.jpg');
  background-position: 0 0;
  background-size: auto;
}

.lcat-quiz__inner {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.tx2-footer__link-wrap {
  width: 60%;
}

.reviews__logos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.link__block {
  border-radius: 0;
}

.logo__wrap--capterra {
  width: 150px;
  max-width: none;
}

.logo__wrap--g2 {
  width: 34px;
}

.tx2-connect__partner-with-us {
  margin-bottom: 5rem;
}

.tx2-advance__features {
  padding-bottom: 4rem;
  display: flex;
}

.advance__features-item {
  width: 33.33%;
  padding: 30px;
}

.advance__features-item__p, .heading-92 {
  color: #fff;
}

.heading-93 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.tx2_custom__ink {
  border-radius: 0;
  padding: 18px 10px;
  text-decoration: none;
}

.tx2_custom__ink:hover, .tx2_custom__ink.w--current:hover {
  color: #fff;
}

.tx2_custom__ink.trialx-navbar-item {
  text-decoration: none;
}

.tx2_custom__ink.ff-helvetica {
  font-family: Helveticaneue, Arial, sans-serif;
}

.customlinkclickable:hover {
  color: #fff;
}

.tx2-two__col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding: 75px 0;
  display: flex;
}

.div-block-118 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-118.order-2 {
  order: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-118.shr-img__container {
  position: relative;
}

.div-block-119 {
  width: 50%;
}

.tx2-shr__heading {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.image-81, .image-82, .image-83 {
  max-width: 100%;
}

.image-84 {
  max-width: 300px;
  position: absolute;
  inset: auto -30% 0% auto;
}

.shr-img__container-inner {
  max-width: 410px;
  position: relative;
}

.image-85 {
  position: absolute;
  inset: 7% -13% 0% auto;
}

.image-86 {
  max-width: 190px;
  position: absolute;
  inset: auto auto 0% -21%;
}

.image-87 {
  max-width: 210px;
  position: absolute;
  inset: 0% -23% auto auto;
}

.image-88 {
  max-width: 180px;
  position: absolute;
  inset: auto auto 14% -20%;
}

.shr__subheading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shr__subheading_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.shr__subheading_number {
  background-color: #19ace4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.text-block-32 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.job-list {
  margin-bottom: 50px;
}

.link-block-29 {
  color: var(--black-2);
  text-decoration: none;
  display: block;
}

.section-26 {
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.job-heading-container {
  border-radius: 50%;
}

.heading-94 {
  margin-bottom: 4rem;
  font-size: 80px;
  font-weight: 700;
  line-height: 85px;
}

.div-block-120 {
  width: auto;
  max-width: 700px;
}

.div-block-121 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tx2-bullet {
  background-color: var(--black-2);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.div-block-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tx2-btn {
  background-color: var(--coral);
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.tx2-btn:hover {
  color: var(--white);
}

.link-block-30 {
  color: var(--black-2);
}

.rich-text-block-4 {
  margin-bottom: 30px;
}

.tx2-card-scroll__section {
  margin-bottom: 10rem;
}

.tx2-card-item {
  background-image: url('../images/super-stars-kaitlyn-min.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100vh;
  min-height: 670px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -7px 40px -2px #00000061;
}

.tx2-card-item.tx2-card-item-2 {
  background-image: url('../images/super-star-img-2-min.jpg');
}

.tx2-card-item.tx2-card-item-3 {
  background-image: url('../images/super-star-img-3-min.jpg');
}

.tx2-card-inner {
  max-width: 500px;
  margin-top: 50px;
  margin-left: 50px;
  padding-right: 0;
  position: relative;
}

.tx2-card-shadow {
  background-image: linear-gradient(262deg, #fff0 19%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.tx2-card-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.tx2-card-p {
  color: #fff;
  min-height: 0;
  margin-bottom: 20px;
}

.tx2-card-title {
  color: #c4c4c4;
  margin-bottom: 1.5rem;
}

.tx2-card-stats {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.tx2-card-text {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.tx2-card-label {
  color: #ffffff63;
  font-size: 15px;
}

.scroll-bio-wrapper {
  max-height: 255px;
  padding-right: 30px;
  position: static;
  overflow: scroll;
}

.image-89 {
  width: 94px;
  min-width: 0;
}

.link-block-31 {
  text-decoration: none;
  position: relative;
}

.link-block-31:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-124 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.tx2-card-v2-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 105px;
  display: block;
  position: relative;
}

.tx2-card-v2-wrapper.tx2-card-v2-wrapper-sm {
  display: none;
}

.tx2-card-v2-item {
  z-index: 2;
  background-color: var(--white);
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 32px 32px 175px;
  display: flex;
  position: sticky;
  top: 4rem;
  overflow: hidden;
}

.tx2-card-v2-item.tx2-card-v2-item-lg {
  padding-bottom: 200px;
}

.tx2-card-v2-item__img {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 383px;
  min-width: 0;
  height: 100%;
  display: flex;
}

.tx2-card-v2-item__content {
  width: 100%;
  padding-bottom: 0;
  padding-left: 90px;
}

.image-90 {
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tx2-v2-card__name {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.tx2-v2-card__title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  display: none;
}

.tx2-v2-card__role {
  color: #888;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 24px;
}

.tx2-v2-card__bio__wrapper {
  height: 200px;
  padding-right: 43px;
  overflow: scroll;
}

.tx2-card-v2__stats_wrap {
  mix-blend-mode: multiply;
  background-color: #f48221;
  padding: 35px;
  position: absolute;
  inset: auto 0% 30px;
}

.tx2-card-v2__stats_wrap.is-bg-yellow {
  background-color: #f7cf3a;
  bottom: 30px;
}

.tx2-card-v2__stats_wrap.is-bg-green {
  background-color: #96c958;
  bottom: 30px;
}

.tx2-card-v2__stats_wrap.is-bg-blue {
  background-color: #019ed9;
  bottom: 30px;
}

.tx2-card-v2__stats_wrap.is-bg-cyan {
  background-color: #42c1c6;
  bottom: 30px;
}

.tx2-card-v2__stats_wrap.is-bg-violet {
  background-color: #a1a3e0;
  bottom: 30px;
}

.tx2-card-v2__stats__inner {
  justify-content: flex-end;
  display: flex;
}

.tx2-card-v2__stats__inner-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.tx2-card-v2__stats__item {
  flex: 0 auto;
  width: 30%;
}

.tx2-card-v2__stats__item_number {
  font-size: 30px;
  line-height: 40px;
}

.tx2-card-v2__stats__item_label {
  font-size: 15px;
  line-height: 20px;
}

.unsung-img {
  max-width: 320px;
  margin-bottom: 17px;
}

.section-27 {
  background-color: #f3f3f3;
  height: 400px;
  margin-bottom: 40px;
}

.section-27.section-bottom-sm {
  background-color: #fff;
  display: block;
}

.text-span-13 {
  color: #858585;
}

.text-span-13.text-menu-span-lighter {
  font-size: 15px;
  line-height: 1rem;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  display: block;
}

.based-on-trialx-data {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% -10px;
}

.div-block-125 {
  width: 50%;
}

.paragraph-71, .paragraph-72 {
  font-size: 14px;
}

.text-span-19 {
  display: block;
}

.paragraph-73 {
  color: #fff;
  text-align: center;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.person-sung-item {
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  overflow: hidden;
}

.unsung-person-img {
  padding-bottom: 70px;
  position: relative;
}

.unsung-person-info--text.is-yellow {
  background-color: #f1d159;
  border-radius: 7px;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.unsung-person-info--text.is-yellow.is-orange {
  background-color: #e5883c;
}

.unsung-person-info--text.is-yellow.is-green {
  background-color: #a0c767;
}

.unsung-person-info--text.is-yellow.is-blue {
  background-color: #469cd4;
}

.unsung-person-info--text.is-yellow.is-cyan {
  background-color: #69bfc4;
}

.unsung-person-info--text.is-yellow.is-purple {
  background-color: #a1a3dc;
}

.heading-98 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.heading-98.heading-98-sub {
  font-size: 14px;
  font-weight: 400;
}

.heading-98.heading-98-name {
  margin-bottom: -15px;
  font-size: 16px;
}

.unsung-people-stats {
  background-image: linear-gradient(#303030, #000);
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
}

.unsung-people-play__btn-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.unsung-people-like__btn, .unsung-people-share__btn, .unsung-people-more__btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.btn_text_white {
  color: #fff;
  line-height: 0;
}

.btn_label_white {
  color: #fff;
}

.btn_label_white.play--stats, .btn_label_white.like-stats {
  position: relative;
  bottom: 0;
}

.unsung-people-tab {
  margin-bottom: 22px;
}

.div-block-126 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-10 {
  color: #a5a5a5;
  text-decoration: none;
}

.link-10.active {
  color: #222;
}

.unsung-people-search_wrap {
  z-index: 10;
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-3 {
  padding-left: 0;
  position: relative;
}

.text-field-13 {
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  height: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-block-4 {
  padding-right: 30px;
}

.code-embed {
  position: absolute;
  inset: .85rem 1rem auto auto;
}

.div-block-127 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.case-study-wrap {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.case-study-img {
  width: 40%;
}

.case-study-content {
  width: 50%;
}

.div-block-128 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-128.case-s-detail-col1 {
  text-align: left;
  width: 50%;
  max-width: none;
  padding-top: 39px;
  padding-right: 61px;
}

.div-block-129 {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 39px;
  margin-bottom: 107px;
  padding: 86px 60px;
  position: relative;
  box-shadow: 0 2px 10px -3px #0003;
}

.div-block-129.case-s-detail-col2 {
  width: 60%;
  margin-bottom: 0;
  padding-top: 41px;
  padding-bottom: 41px;
}

.image-91 {
  border-radius: 11px;
}

.div-block-130 {
  display: flex;
}

.div-block-130.mb-50 {
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 119px;
}

.paragraph-74 {
  margin-bottom: 28px;
}

.link-11 {
  color: #1f7764;
}

.link-11:hover {
  color: #5c887f;
}

.image-92 {
  z-index: 1;
  position: absolute;
  top: -86px;
}

.div-block-131 {
  z-index: 2;
  position: relative;
}

.heading-99 {
  margin-top: -6px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.image-93 {
  width: 90px;
  margin-bottom: -13px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-33 {
  color: #1a1a1f;
  font-size: 18px;
}

.heading-100 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.btn_case-study__pdf_file-2 {
  color: #171717;
  background-color: #3fe4e6;
  border-radius: 7px;
  display: none;
}

.btn_case-study__pdf_file-2:hover {
  color: #171717;
}

.link-block-32 {
  border-radius: 0;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  display: block;
}

.tx2-hero-v2 {
  height: 120vh;
  min-height: 1000px;
}

.tx2-hero-v2-inner {
  background-image: linear-gradient(#3f4896, #151831);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 120vh;
  min-height: 1000px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.pasp-hero-content {
  margin-top: 210px;
}

.pasp-hero-title-h1 {
  color: #fff;
  font-weight: 700;
}

.pasp-hero-title-h1.text-center {
  font-size: 60px;
  line-height: 70px;
}

.paragraph-75 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.capsule-container {
  margin-top: -541px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.capsule-img {
  min-width: 0;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.image-94 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.pasp-semplify {
  z-index: 3;
  padding-top: 250px;
  padding-bottom: 135px;
  position: relative;
}

.heading-101 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-101.text-left {
  text-align: left;
}

.div-block-132 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pasp-semplify-features {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  display: grid;
  position: relative;
}

.pasp-img {
  border-radius: 8px;
  margin-top: -20px;
  margin-left: -20px;
  position: relative;
  box-shadow: 0 11px 20px -3px #0003;
}

.heading-102 {
  font-size: 17px;
  line-height: 26px;
  position: relative;
}

.div-block-133 {
  padding: 20px;
}

.pasp-cta-inner {
  background-color: #003de6;
  background-image: url('../images/pasp-cta.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding: 40px 60px;
}

.heading-103 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.pasp-view-panel {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pasp-view-panel-inner {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #2e346d;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  padding: 50px;
  display: flex;
  position: relative;
}

.div-block-134 {
  width: 70%;
}

.div-block-135 {
  order: 1;
  width: 30%;
}

.heading-104 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-76 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
}

.text-block-34 {
  color: #979bbf;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.div-block-136 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  display: flex;
}

.image-95 {
  width: 40px;
  height: auto;
  position: absolute;
  inset: auto auto -53px 20%;
}

.pasp-what-to-expect {
  margin-bottom: 100px;
}

.pasp-what-to-expect-inner {
  min-width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-77 {
  max-width: 600px;
  margin-bottom: 40px;
  font-size: 18px;
}

.paragraph-77.max-w-full {
  max-width: 100%;
}

.div-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.heading-105 {
  flex: 0 auto;
  font-size: 18px;
  line-height: 28px;
}

.image-96 {
  width: 30px;
  margin-top: 11px;
}

.image-96.mt-0 {
  margin-top: 0;
}

.div-block-138 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-106, .heading-107 {
  font-size: 20px;
  line-height: 30px;
}

.heading-108 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-139 {
  display: flex;
}

.div-block-140 {
  text-align: center;
}

.link-12 {
  background-color: #0032e6;
  border-radius: 8px;
  padding: 17px 24px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.link-12:hover {
  color: #fff;
}

.pasp-contact-details {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-141 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.div-block-142, .div-block-143, .div-block-144 {
  width: 33.33%;
}

.div-block-145 {
  margin-bottom: 20px;
}

.image-97 {
  border-radius: 10px;
  width: 240px;
  min-width: 0;
}

.pasp-video {
  margin-bottom: 50px;
}

.video-2 {
  border-radius: 0;
}

.ctd-navbar-wrapper {
  display: block;
}

.ctd-hero {
  text-align: center;
  padding-top: 145px;
}

.ctd-container {
  border-radius: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ctd-container.js-ctd-container.container-max-width {
  max-width: 1120px;
}

.ctd-container.no-max-w {
  max-width: none;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 72px;
}

.ctd-hero-h1 {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.italic-text {
  color: #0014f7;
}

.ctd-video-gal-slider {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.heading-109 {
  color: var(--black-282828);
}

.ctd-text-subtitle {
  color: var(--primary-color);
}

.ctd-h2 {
  font-size: 28px;
  line-height: 38px;
}

.div-block-146 {
  max-width: 360px;
}

.ctd-banner {
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}

.text-block-35 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  display: inline-flex;
}

.ctd-banner-inner {
  background-color: #f2f3ff00;
  border-radius: 10px;
  padding: 0;
  font-size: 20px;
  display: flex;
}

.ctd-hero-superstars-text {
  z-index: 2;
  background-color: var(--primary-color);
  color: var(--grey);
  margin-top: -10px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.heading-110 {
  color: var(--white);
  line-height: 32px;
}

.paragraph-78 {
  font-size: 18px;
}

.paragraph-79 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 36px;
}

.paragraph-79.p-custom {
  color: #e6e7ff;
}

.div-block-147 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.ctd-hero-text-wrapper {
  margin-bottom: 0;
}

.link-13 {
  background-color: var(--white);
  color: var(--primary-color);
  cursor: pointer;
  border: 1px solid #ffffff3b;
  border-radius: 30px;
  padding: 13px 21px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.link-13:hover {
  color: var(--primary-color);
}

.link-13.tribute-btn {
  background-color: var(--primary-color);
  color: var(--white);
}

.code-embed-2 {
  display: inline-flex;
}

.div-block-148 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-148.tribute-block {
  flex-flow: row;
  margin-top: 28px;
}

.ctd-yearly-section-title {
  background-color: var(--primary-color);
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading-111 {
  color: var(--white);
  text-align: center;
  font-size: 44px;
}

.ctd-bio-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.ctd-bio-section.aby-bio {
  padding-top: 150px;
  padding-bottom: 56px;
}

.ctd-bio-section.crystal-bio {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ctd-bio-section.diana-bio {
  padding-bottom: 60px;
}

.ctd-bio-section.jillian-bio {
  padding-bottom: 100px;
}

.ctd-bio-section.kay-bio {
  padding-bottom: 40px;
}

.ctd-bio-section.krista-bio {
  padding-bottom: 120px;
}

.ctd-bio-section.michael-bio {
  padding-bottom: 48px;
}

.ctd-bio-section.paulina-bio {
  padding-bottom: 120px;
}

.ctd-bio-section.sheryl-bio {
  padding-top: 150px;
  padding-bottom: 0;
}

.ctd-bio-section.tarlan-bio {
  padding-top: 100px;
}

.ctd-bio-section.david-bio {
  padding-bottom: 60px;
}

.ctd-bio-section.eli-bio {
  padding-top: 60px;
  padding-bottom: 140px;
}

.ctd-bio-section.eli-bio.kait-bio {
  padding-top: 100px;
}

.ctd-bio-section.megan-biio {
  padding-top: 100px;
  padding-bottom: 40px;
}

.ctd-bio-section.nicole-bio {
  padding-bottom: 28px;
}

.ctd-bio-section.maha-bio {
  margin-top: 16px;
  padding-top: 0;
}

.ctd-bio-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.ctd-bio-wrap.bio-wrap {
  display: block;
}

.ctd-bio-wrap.bio-wrap.ctd-right {
  flex-flow: column;
  display: flex;
}

.ctd-bio-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ctd-bio-image.ctd-bio-img {
  justify-content: space-between;
}

.ctd-bio-text.bio-text-overlap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ctd-bio-text.bio-text-overlap.ctd-bio-texts {
  width: 100%;
}

.ctd-bio-image-col-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.ctd-bio-image-col-1.ctd-img-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.ctd-bio-image-col-2 {
  width: 42.17%;
}

.ctd-bio-row-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.ctd-bio-row-1__c-1 {
  width: 57.37%;
}

.ctd-bio-row-1__c-1.crystal-img {
  width: 40%;
}

.ctd-bio-row-1__c-1.aby-img {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  width: 30%;
}

.ctd-bio-row-1__c-2 {
  width: 65%;
}

.ctd-bio-row-1__c-2.crystal-text {
  width: 60%;
}

.ctd-bio-row-1__c-2.aby-text {
  width: 70%;
}

.ctd-bio-row-1__c-2.aby-text.aby-bio-row {
  padding-right: 0;
}

.paragraph-80 {
  color: var(--black-282828);
  font-size: 20px;
}

.ctd-bio-p-text {
  color: var(--black-282828);
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
}

.ctd-bio-p-text.ctd-text-orange {
  color: #282828;
}

.ctd-bio-p-text.crystal-text-1 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-1.crystal-text-mw {
  max-width: 445px;
}

.ctd-bio-p-text.crystal-text-2 {
  max-width: 590px;
  margin-bottom: 10px;
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-2.krysta-text {
  text-align: justify;
  max-width: 405px;
}

.ctd-bio-p-text.crystal-text-2.jt1-mw {
  max-width: 500px;
}

.ctd-bio-p-text.crystal-text-3 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-3.crt3-mw {
  max-width: 600px;
}

.ctd-bio-p-text.crystal-text-4 {
  font-size: 20px;
}

.ctd-bio-p-text.crystal-text-4.crt4-padding {
  margin-top: -10px;
}

.ctd-bio-p-text.crystal-text-4.jt-mw {
  max-width: 660px;
}

.ctd-bio-p-text.aby-text-1 {
  justify-content: flex-end;
  width: 100%;
  font-size: 20px;
  display: flex;
}

.ctd-bio-p-text.aby-text-1.kayleigh-text-maxx-width {
  max-width: 480px;
}

.ctd-bio-p-text.aby-text-1.m-text-max-width {
  max-width: 650px;
  padding-top: 20px;
}

.ctd-bio-p-text.aby-text-1.s-text-padding {
  max-width: 500px;
}

.ctd-bio-p-text.aby-text-1.s-text-max-width {
  max-width: 650px;
  padding-top: 8px;
}

.ctd-bio-p-text.aby-text-1.d-text {
  text-align: justify;
  justify-content: flex-start;
  max-width: 460px;
}

.ctd-bio-p-text.aby-text-1.kat-max-width {
  max-width: 450px;
}

.ctd-bio-p-text.aby-text-1.k-text-margin {
  max-width: 600px;
  padding-top: 4px;
}

.ctd-bio-p-text.aby-text-1.meg-text {
  max-width: 500px;
}

.ctd-bio-p-text.aby-text-1.meg-text-2 {
  max-width: 650px;
  padding-top: 12px;
}

.ctd-bio-p-text.aby-text-1.diana-text-1 {
  max-width: 550px;
}

.ctd-bio-p-text.aby-text-1.abt1-mw {
  max-width: 520px;
}

.ctd-bio-p-text.aby-text-1.mt-mw {
  max-width: 540px;
}

.ctd-bio-p-text.aby-text-1.m-text3-max-w {
  max-width: 1120px;
  margin: auto;
  padding-top: 16px;
  padding-left: 20px;
}

.ctd-bio-p-text.aby-text-1.thomas-texxt {
  max-width: 500px;
}

.ctd-bio-p-text.aby-text-2 {
  width: 100%;
  font-size: 20px;
}

.ctd-bio-p-text.aby-text-2.diana-text {
  max-width: 670px;
  padding-top: 8px;
}

.ctd-bio-p-text.aby-text-2.aby-text-max-width {
  max-width: 640px;
  padding-top: 16px;
}

.ctd-bio-p-text.paulina-text-1 {
  width: 100%;
  max-width: 740px;
  font-size: 20px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2 {
  max-width: 550px;
  font-size: 20px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.e-text {
  max-width: 500px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.m-text-max-width {
  max-width: 520px;
}

.ctd-bio-p-text.paulina-text-1.paulina-text-2.tart1-mw {
  max-width: 480px;
}

.ctd-bio-p-text.paulina-text-1.paulina-padding {
  padding-inline: 18px;
  max-width: 1120px;
  margin: auto;
  padding-right: 44px;
}

.ctd-bio-p-text.paulina-text-1.e-text {
  max-width: 600px;
}

.ctd-bio-p-text.paulina-text-1.m-text-max-width {
  max-width: 820px;
}

.ctd-bio-p-text.paulina-text-1.nicole-text-max-width {
  max-width: 850px;
}

.ctd-bio-p-text.paulina-text-1.tarlan-text-mw {
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-right: 72px;
}

.ctd-bio-p-text.e-text3-mw {
  max-width: 1120px;
  margin: auto;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 20px;
}

.ctd-bio-name {
  margin-top: -36px;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.ctd-bio-name.bio-margin {
  margin-top: -96px;
  padding-left: 136px;
}

.ctd-bio-name.j-bio-margin {
  margin-top: -48px;
}

.ctd-bio-name.k-bio-margin {
  margin-top: -20px;
}

.ctd-bio-name.m-bio-margin {
  margin-top: -96px;
  padding-left: 110px;
}

.ctd-bio-name.s-bio-margin {
  margin-top: -160px;
  padding-left: 150px;
}

.ctd-bio-name.t-bio-margin {
  margin-top: 28px;
}

.ctd-bio-name.bio-padding {
  padding-left: 90px;
}

.ctd-bio-name.bio-padding.bio-margin-kat {
  margin-top: -110px;
  margin-left: 80px;
  padding-left: 120px;
}

.ctd-bio-name.bio-padding.d-margin {
  margin-top: -20px;
  margin-left: 40px;
  padding-left: 150px;
}

.ctd-bio-name.e-bi-margin {
  margin-top: -8px;
}

.ctd-bio-name.bio-m-margin {
  margin-top: -30px;
}

.ctd-bio-name.bio-padding-meg {
  margin-top: -130px;
  margin-left: 60px;
  padding-left: 90px;
}

.ctd-bio-name.nic-bio-margin {
  margin-top: -20px;
}

.ctd-bio-name.thomas-bio-margin {
  margin-top: -16px;
  margin-left: 140px;
}

.ctd-bio-name.bio-margin-diana {
  margin-top: -80px;
  padding-left: 100px;
}

.ctd-bio-subtitle {
  color: var(--grey);
  text-align: left;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  display: block;
}

.ctd-bio-subtitle.subtitle-padding {
  max-width: 500px;
  margin-left: 40px;
  padding-left: 130px;
}

.ctd-bio-subtitle.subtitle-padding-copy {
  padding-left: 150px;
}

.ctd-bio-subtitle.bio-padding {
  padding-left: 90px;
}

.ctd-bio-subtitle.bio-padding.d-padding {
  margin-left: 40px;
  padding-left: 150px;
}

.ctd-bio-subtitle.k-text-padding {
  max-width: 400px;
  margin-left: 100px;
  padding-left: 100px;
}

.ctd-bio-subtitle.subtitle-maxx-width {
  max-width: 290px;
}

.ctd-bio-subtitle.subtitle-padding-meg {
  max-width: 370px;
  margin-left: 60px;
  padding-left: 90px;
}

.ctd-bio-subtitle.nic-max-width {
  max-width: 400px;
}

.ctd-bio-subtitle.thomas-max-width {
  max-width: 400px;
  margin-left: 148px;
}

.ctd-bio-subtitle.diana-subtitle {
  padding-left: 100px;
}

.ctd-bio-subtitle.aby-subtitle {
  padding-left: 132px;
}

.ctd-bio-subtitle.m-subtitle-p {
  padding-left: 110px;
}

.ctd-bio-subtitle.p-subtitle-mw {
  max-width: 450px;
}

.ctd-bio-subtitle.e-sub-mw {
  max-width: 500px;
}

.ctd-bio-row-2__c2 {
  width: 60%;
}

.ctd-bio-row-2__c-1 {
  width: 40%;
}

.ctd-counter-wrap {
  max-width: 1280px;
  margin-top: 50px;
  position: relative;
}

.ctd-counter-stats {
  justify-content: center;
  display: flex;
}

.ctd-counter-stats.ctd-counter-stats-center {
  justify-content: center;
}

.ctd-counter-stats-one-third {
  text-align: center;
  width: 50%;
}

.ctd-counter-stats-one-third.ctd-stats-half {
  width: 50%;
}

.text-block-36 {
  color: var(--primary-color);
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 500;
}

.text-block-36.ctd-text-orange {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.text-block-36.ctd-text-purple {
  color: var(--primary-color);
}

.image-98 {
  width: 98%;
  max-width: 520px;
  margin-top: 0;
  position: relative;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left {
  width: 100%;
  max-width: 490px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.thomaas-image {
  margin-top: 28px;
  margin-left: 100px;
  scale: 1.2;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.diana-img {
  margin-top: -10px;
  margin-left: -20px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.kay-img {
  margin-top: -40px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.mich-img {
  margin-top: 48px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.sher-img {
  margin-top: -60px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.david-img {
  margin-top: -30px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.kait-img {
  margin-top: -40px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.megan-img {
  margin-top: -44px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-left.aby-img {
  margin-top: -20px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.krista-img {
  margin-top: -90px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.e-img {
  margin-top: -30px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.maha-img {
  margin-top: -54px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.nicole-img {
  margin-top: -50px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.crystal-img {
  margin-top: -36px;
  margin-right: 0;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.julian-img {
  margin-top: -20px;
}

.image-98.js-ctd-bio-img.ctd-bio-img-right.paulina-img {
  margin-top: -48px;
}

.code-embed-3 {
  width: 82%;
  max-width: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  right: -18%;
}

.code-embed-3.ctd-letter-left {
  right: 42%;
}

.code-embed-3.ctd-letter-left.crystal-letter {
  top: -22%;
  right: 52%;
}

.code-embed-3.ctd-letter-left.crystal-letter.mahasweta-letter {
  right: 33%;
}

.code-embed-3.ctd-letter-left.crystal-letter.mahasweta-letter.code-embed-m {
  inset: -22% 43% auto auto;
}

.code-embed-3.ctd-letter-left.crystal-letter.crystal-letter-position {
  inset: -26% 65% auto auto;
}

.code-embed-3.ctd-letter-left.crystal-letter.code-embed-p-letter {
  inset: -24% 42% auto auto;
}

.code-embed-3.ctd-letter-left.crystal-letter.t-code-embed {
  inset: -10% 52% auto auto;
}

.code-embed-3.ctd-letter-left.crystal-letter.e-code-embed {
  inset: -16% 48% auto auto;
}

.code-embed-3.ctd-letter-left.crystal-letter.code-embed-nicole {
  inset: -18% 42% auto auto;
}

.code-embed-3.code-embed-position {
  inset: -30% -28% auto auto;
}

.code-embed-3.d-code-embed {
  inset: -6% -36% auto auto;
}

.code-embed-3.k-code-embed {
  inset: -24% -40% auto auto;
}

.code-embed-3.code-embed-meg {
  inset: -26% -32% auto auto;
}

.code-embed-3.code-embed-thomas {
  inset: -6% 30% auto auto;
}

.div-block-149 {
  flex: 0 auto;
  position: relative;
}

.div-block-149.crystal-letter-image {
  margin-top: 80px;
}

.div-block-150 {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-151 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-151.aby-block {
  align-items: flex-end;
}

.aby-title-wrap {
  max-width: none;
  display: flex;
}

.div-block-152 {
  width: 100%;
  max-width: 650px;
}

.ctd-bio-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 57px;
  display: flex;
}

.link-block-33 {
  background-color: var(--primary-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-33:hover {
  color: var(--white);
}

.link-block-33.outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0014f700;
}

.div-block-153 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.code-embed-4, .code-embed-5 {
  display: flex;
}

.precounter {
  font-size: 50px;
  font-weight: 500;
  line-height: 28px;
}

.precounter.thomas-k {
  font-weight: 500;
}

.code-embed-6 {
  position: relative;
}

.ctd-tooltip {
  position: absolute;
}

.div-block-154 {
  text-align: center;
  max-width: 100%;
  font-weight: 500;
}

.div-block-155 {
  z-index: 10;
  position: fixed;
}

.text-block-37 {
  z-index: 0;
  box-sizing: border-box;
  float: none;
  clear: none;
  color: var(--grey);
  text-align: center;
  padding-bottom: 16px;
  font-size: 18px;
  position: relative;
  inset: auto auto auto 0%;
}

.bold-text-15 {
  display: block;
}

.bold-text-15.bold-text-padding {
  margin-top: 0;
  padding-left: 32px;
}

.aby-video {
  background-color: #fff;
  max-height: 100vh;
  display: none;
  position: absolute;
  inset: 0;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.youtube {
  position: relative;
  inset: 0%;
}

.modal-background {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.section-28 {
  background-color: #e90707;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.aby-text-3 {
  padding-top: 10px;
  padding-inline: 28px;
  max-width: 1140px;
  margin: auto;
  padding-right: 60px;
  font-size: 20px;
}

.aby-text-3.ctd-bio-p-text {
  text-align: left;
  padding-top: 16px;
  padding-right: 0;
}

.jt3-mw {
  padding-top: 8px;
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-right: 36px;
  font-size: 20px;
}

.jt3-mw.ctd-bio-p-text {
  margin-top: -4px;
  padding-top: 0;
}

.text-block-38 {
  font-size: 20px;
}

.text-block-39 {
  padding-inline: 20px;
  max-width: 1120px;
  margin: auto;
  padding-top: 8px;
  font-size: 20px;
}

.text-block-39.ctd-bio-p-text {
  font-size: 20px;
}

.video-3 {
  max-width: 468px;
  height: 100px;
  max-height: 273px;
}

.button-9 {
  justify-content: center;
  display: flex;
}

.tx2-ai-features-video {
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-35 {
  line-height: 1.5rem;
}

.tx-go-hero {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/tx-go-hero-img-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 100vh;
}

.tx-go-hero.parallax-section {
  background-image: linear-gradient(#000, #0000 54%), url('../images/hero-img-trialx-astronaut-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-156 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.heading-114 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.heading-114.mob-heading.animated-text {
  display: none;
}

.heading-115 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-size: 64px;
  font-weight: 300;
}

.heading-115.tx-go-heading {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 72px;
}

.heading-115.tx-go-heading.mobile-heading.animated-text {
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 300;
}

.div-block-157 {
  margin-bottom: 63px;
}

.div-block-157.tx-div-block {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: -36px;
  padding-left: 0;
  display: flex;
}

.div-block-157.tx-div-block.remove-ml {
  margin-left: 0;
}

.tx-go-about {
  background-color: #000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-white {
  color: #fff;
  text-align: center;
  max-width: 1280px;
  font-size: 18px;
}

.text-white.tx-go-about-text {
  text-align: left;
}

.div-block-158 {
  max-width: 700px;
}

.heading-116 {
  color: #fff;
}

.tx-go-space-flight {
  background-color: var(--primary-color);
  border-radius: 100px;
}

.tx-go-flight {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.tx-go-flight.tx-go-bg {
  background-color: #000;
  background-image: linear-gradient(#000, #fff0), url('../images/hero-img-2-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.tx-go-flight.tx-go-bg.parallax-section {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0), url('../images/hero-img-2-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  padding-bottom: 4rem;
}

.heading-117 {
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 300;
}

.heading-117.animated-text {
  margin-bottom: 1rem;
}

.div-block-159 {
  display: none;
}

.tx-go-capabilities {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-118 {
  color: #3e4556;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
}

.heading-118.tx-light-heading {
  max-width: 800px;
  font-size: 72px;
  line-height: 72px;
}

.heading-118.tx-light-heading.animated-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 72px;
}

.heading-118.tx-light-heading.animated-text.management-heading {
  line-height: 84px;
}

._7-column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.div-block-160 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 5rem;
  display: flex;
}

.tx-go-capability-item {
  cursor: default;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  margin-left: -1px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-119 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-81 {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 24px;
}

.bold-text-36 {
  font-size: 16px;
  line-height: 18px;
}

.tx-go-icon-capability {
  margin-bottom: 30px;
  margin-left: -5px;
}

.div-block-966 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-966.first-tab {
  display: block;
}

.tx-go-data-sources {
  background-color: #000;
  margin-bottom: 0;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: none;
}

.div-block-162 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-163, .div-block-164 {
  width: 50%;
}

.heading-120 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 62px;
}

.paragraph-82 {
  color: #fff;
}

.div-block-165 {
  max-width: 450px;
}

.data-sources-featured-img-wrap {
  max-width: 400px;
  position: relative;
}

.div-block-166 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.data-source-icon {
  text-align: center;
  position: absolute;
  inset: 0% auto auto 0%;
}

.data-source-icon.data-source-icon-1 {
  top: -25%;
  left: 33%;
}

.data-source-icon.data-source-icon-2 {
  top: -17%;
  left: -4%;
}

.data-source-icon.data-source-icon-3 {
  top: 5%;
  left: -24%;
}

.data-source-icon.data-source-icon-4 {
  top: 32%;
  left: -39%;
}

.data-source-icon.data-source-icon-5 {
  top: 59%;
  left: -36%;
}

.data-source-icon.data-source-icon-6 {
  top: 85%;
  left: -24%;
}

.data-source-icon.data-source-icon-7 {
  top: 102%;
  left: 6%;
}

.data-source-icon.data-source-icon-8 {
  top: 110%;
  left: 40%;
}

.heading-121 {
  color: #fff;
  margin-top: -7px;
  font-size: 16px;
  line-height: 26px;
}

.tx-go-success {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.div-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.div-block-168 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  align-items: center;
  height: 130px;
  padding: 33px 18px 36px;
  display: flex;
  box-shadow: 0 0 11px 3px #0003;
}

.tx-go-success-figure {
  color: #172554;
  font-size: 100px;
}

.tx-go-success-label {
  color: #172554;
  max-width: 15rem;
  font-weight: 500;
}

.div-block-169 {
  max-width: 15rem;
  line-height: 1rem;
}

.heading-122 {
  font-size: 48px;
}

.div-block-170 {
  margin-bottom: 50px;
}

.tx-go-trek {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/hero-img-3-1-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-top: 20rem;
  padding-bottom: 4rem;
  display: flex;
}

.tx-go-trek.parallax-section {
  background-color: #000;
  background-image: url('../images/hero-img-3-1-min.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block-171 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.div-block-172 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.div-block-173, .div-block-174 {
  width: 50%;
}

.div-block-175 {
  align-items: flex-end;
  display: flex;
}

.heading-123 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-83 {
  color: #fff;
  margin-bottom: 30px;
}

.tx-go-link {
  background-color: #0032e6;
  padding: 10px 30px;
  text-decoration: none;
  transition-property: all;
  display: block;
}

.tx-go-link:hover {
  color: #fff;
}

.div-block-176 {
  display: flex;
}

.tx-go-gallery {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.tx-go-gallery-swiper {
  position: relative;
}

.heading-124 {
  color: #0d2ed3;
}

.heading-124.gradient-text {
  color: #0000;
  background-image: linear-gradient(#0d2ed3, #001a42);
}

.section-29 {
  background-image: url('../images/Group-811693.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-bottom: 40px;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  max-width: 1320px;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-84 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  max-width: 600px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-178 {
  margin-top: -40px;
  padding-left: 40px;
  padding-right: 0;
}

.div-block-179 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-180 {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 60px 40px;
  display: none;
}

.text-field-14 {
  background-color: var(--white-smoke);
  border: 0 #000;
  border-radius: 32px;
  height: 40px;
  line-height: 28px;
}

.text-field-15 {
  background-color: var(--white-smoke);
  border: 0 #000;
  border-radius: 32px;
  height: 40px;
}

.submit-button-6 {
  background-color: var(--primary-color);
  border: 0 #000;
  border-radius: 32px;
  width: 100%;
  margin-top: 0;
}

.form-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.timeline-cards-container {
  max-width: none;
  margin: auto;
}

.div-block-181 {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-161 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-161.second-tab {
  display: none;
}

.div-block-967 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-99, .image-100, .image-101, .image-102, .image-103 {
  border-radius: 12px;
  height: 100%;
}

.gallery-header {
  position: relative;
}

.code-embed-7 {
  background-color: #0000;
}

.container-40 {
  background-color: #000;
  background-image: linear-gradient(#000, #414141);
  max-width: none;
}

.container-40.tx-go-infra {
  background-image: linear-gradient(#000, #414141);
}

.flex-block {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 4rem;
}

.div-block-968 {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.demo-button {
  background-color: var(--primary-color);
  border-radius: 100px;
}

.div-block-969 {
  height: 900vh;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    max-width: 100%;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    flex: 10 auto;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation.navbar-homepage {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    object-fit: fill;
    object-position: 0% 50%;
    width: 140px;
    height: auto;
  }

  .navigation-items {
    background-color: #3c3c3ced;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .top-social-icon {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider {
    height: auto;
  }

  .banner-content {
    max-width: 662px;
  }

  .banner-content.banner-content-lg {
    right: 8%;
  }

  .heading.heading-lg {
    font-size: 30px;
    line-height: 30px;
  }

  .image, .image-2 {
    display: none;
  }

  .service {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
  }

  .heading-3 {
    display: none;
  }

  .columns {
    width: 100%;
    padding-top: 40px;
  }

  .columns-2 {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
    width: auto;
    display: grid;
  }

  .collection-list-wrapper-2 {
    max-width: 100%;
  }

  .contact-section {
    padding-top: 100px;
    position: relative;
  }

  .body.display-none {
    background-color: #fff;
    display: block;
  }

  .logo-section {
    z-index: 2;
    background-position: 50%;
    background-size: cover;
    min-height: 1800px;
  }

  .logo-images {
    opacity: 0;
    background-image: url('../images/Clients_combustion_short_tail-with-rocket2x.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding-top: 40rem;
  }

  .logo-images.reveal {
    padding-top: 7rem;
  }

  .image-4 {
    object-position: 0% 50%;
    height: 100vh;
  }

  .icon {
    color: #fff;
    background-color: #0000;
    width: 35px;
    min-height: 35px;
    font-size: 34px;
  }

  .icon.dark-mobile-toggle, .icon.is-black {
    color: var(--black-2);
  }

  .collection-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 0;
  }

  .collection-item-3 {
    padding-bottom: 0;
  }

  .display-none {
    display: none;
  }

  .main-heading {
    padding-left: 30px;
  }

  .main-heading.service-heading {
    display: block;
  }

  .main-heading.contact-heading {
    z-index: 2;
    position: absolute;
  }

  .image-5 {
    object-position: 0% 50%;
    height: 100vh;
  }

  .image-6 {
    object-position: 50% 50%;
    height: 100vh;
  }

  .image-7, .image-8 {
    object-position: 0% 50%;
    height: 100vh;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .our_team {
    opacity: 0;
  }

  .nav-social-liink {
    margin-left: 0;
  }

  .center-arrow {
    display: none;
  }

  .iconnect-logo {
    background-color: #fff;
    padding: 25px 20px;
  }

  .container-8 {
    width: 100%;
  }

  .icon-2 {
    color: #9d9d9d;
    font-size: 35px;
  }

  .home-content {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 34%;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 70px;
  }

  .clinic-study, .icoonect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-9, .container-12, .award-section, .container-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .message-input, .text-field-4, .text-field-5 {
    width: 100%;
  }

  .broucher {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-holder {
    width: 100%;
    max-width: none;
  }

  .post-summary {
    flex-flow: wrap;
  }

  .heading-19 {
    font-weight: 500;
    line-height: 25px;
  }

  .paragraph-14 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-20 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-17 {
    object-fit: cover;
  }

  .text-block-3 {
    font-weight: 500;
    line-height: 26px;
  }

  .text-block-5 {
    font-size: 19px;
    line-height: 26px;
  }

  .collection-list-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    max-width: 713px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-21 {
    margin-bottom: 0;
  }

  .div-block-22 {
    margin-top: 121px;
  }

  .slider-3 {
    min-height: 307px;
  }

  .column-8.btn3 {
    background-size: contain;
    padding: 3px 0 10px 10px;
  }

  .div-block-26.banner {
    min-height: 600px;
  }

  .column-9 {
    padding-top: 3px;
  }

  .heading-44 {
    font-size: 40px;
    line-height: 50px;
  }

  .column-10 {
    padding-top: 3px;
  }

  .image-34 {
    max-width: 100px;
  }

  .image-35 {
    max-width: 61px;
  }

  .image-36 {
    max-width: 72px;
  }

  .image-37 {
    max-width: 126px;
  }

  .image-38 {
    max-width: 76px;
  }

  .image-39 {
    max-width: 100px;
  }

  .heading-45 {
    font-size: 35px;
    line-height: 44px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-46 {
    font-size: 35px;
  }

  .tab-link-tab-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-47 {
    font-size: 25px;
  }

  .tab-pane-tab-1 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
  }

  .paragraph-41 {
    margin-left: -67px;
    padding-right: 19px;
    font-size: 17px;
    line-height: 36px;
  }

  .heading-48 {
    font-size: 23px;
  }

  .image-43 {
    max-width: 70px;
    padding-left: 10px;
  }

  .heading-50 {
    font-size: 20px;
  }

  .div-block-40 {
    padding-bottom: 25px;
  }

  .paragraph-43 {
    margin-right: 70px;
    font-size: 12px;
    font-weight: 300;
  }

  .right-arrow-4 {
    margin-right: 0;
    left: 620px;
    right: 0;
  }

  .column-16.testibox {
    height: 379px;
  }

  .image-45 {
    max-width: 274px;
  }

  .heading-54 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-55 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .image-46 {
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-47 {
    max-width: 163px;
  }

  .container-33 {
    max-width: 1170px;
  }

  .paragraph-44 {
    font-size: 13px;
  }

  .columns-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-46 {
    padding-right: 40px;
  }

  .div-block-47 {
    margin-left: 0;
  }

  .text-block-17 {
    font-size: 26px;
  }

  .div-block-57 {
    display: block;
  }

  .section-12 {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/fast-line-min.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .container-39 {
    max-width: 1170px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle.tx-dropdown {
    display: inline-block;
  }

  .dropdown-toggle.tx-dropdown.w--open, .link-block-13 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .dropdown {
    text-align: center;
    flex-direction: row;
    flex: none;
    align-items: center;
    display: block;
  }

  .dropdown-2 {
    text-align: center;
    flex: 0 auto;
    align-items: center;
    display: block;
  }

  .text-block-27 {
    display: inline-block;
  }

  .text-left {
    font-size: 48px;
    line-height: 50px;
  }

  .ck-cookie-w {
    display: none;
  }

  .section-14 {
    padding-top: 166px;
  }

  .heading-xl.text-white {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-xl.text-white.careers-title.text-xxl {
    font-size: 80px;
  }

  .subheading-md.text-white {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-75.text-white {
    font-size: 40px;
    line-height: 50px;
  }

  .team-quote {
    padding-left: 36px;
    padding-right: 36px;
  }

  .image-62.image-2, .image-62.image-2.image-2-mr {
    display: block;
  }

  .grid-9 {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-101 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .schedule-section.schedule-bg {
    padding-top: 79px;
  }

  .section-22 {
    padding-bottom: 0;
  }

  .trialx-navbar-dark {
    z-index: 999;
    background-color: var(--white);
    position: relative;
  }

  .trialx-navbar-dark.hide-for-demo {
    display: none;
  }

  .trialx-logo-wrap {
    margin-left: -4px;
  }

  .trialx-navbar-menu {
    width: 100%;
    margin-top: 295px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .trialx-navbar-menu.bg-white {
    z-index: 99999;
    background-color: var(--white);
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: scroll;
  }

  .trialx-navbar-menu.is-dark-bg {
    z-index: 9999;
    background-color: var(--black-3);
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
    top: 100%;
    overflow: scroll;
  }

  .trialx-navbar-item {
    z-index: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .trialx-navbar-item__text-wrap {
    flex: 1;
  }

  .trialx-navbar-item__arrow {
    padding-right: 6px;
  }

  .trialx-navbar-dropdown {
    z-index: 999;
    width: auto;
    min-width: auto;
    margin-bottom: 14px;
    position: relative;
    left: 10px;
    right: 10px;
  }

  .text-center.is-semi-bold.text-white {
    font-size: 50px;
    line-height: 60px;
  }

  .section-23 {
    background-color: var(--black-282828);
  }

  .trialx-navbar-light {
    z-index: 9999;
    display: flex;
    position: relative;
  }

  .trialx-navbar-light.is-absolute.tx2-navbar__padding.tx2-navbar {
    justify-content: space-between;
    top: 19px;
  }

  .trialx-navbar-cta {
    text-align: center;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .trialx-mobile-menu-toggle {
    display: block;
  }

  .trialx-navbar-item-arrow-wrap {
    border: 1px #000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-6 {
    background-color: var(--black-3);
  }

  .heading-87 {
    font-size: 20px;
    line-height: 28px;
  }

  ._728x90__inner {
    align-items: flex-end;
  }

  .tx2-hero-inner.tx2-rounded-section_mobile {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .tx2-hero__intro.tx2-hero__intro__connect_page.tx2-hero__intro__advance_page {
    margin-top: 0;
  }

  .tx2-hero-heading.gsap-line, .tx2-hero-heading.tx2-hero-heading__connect_page.gsap-line {
    font-size: 40px;
    line-height: 3.2rem;
  }

  .tx2-stats.tx2-gsap-section {
    overflow: visible;
  }

  .tx2-curves-left {
    width: 40%;
  }

  .tx2-curves-left.tx2-curves-right {
    width: 60%;
  }

  .tx2-stats-items__wrap {
    position: relative;
  }

  .tx2-stats-items__user-search.tx2-stats__item {
    opacity: 1;
    border-radius: 100%;
    width: 16.9rem;
    height: 16.9rem;
  }

  .tx2-stats-items__text__figure.tx2-stats-items__text__figure_lg.gsap-line.stats__tablet {
    font-size: 2.6rem;
  }

  .tx2-stats-items__text__figure.gsap-line {
    font-size: 3.6rem;
  }

  .tx2-stats-items__trial-listings.tx2-stats__item, .tx2-stats-items__studies-supported.tx2-stats__item {
    border-radius: 100%;
    width: 16.9rem;
    height: 16.9rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.heading-sub-mb {
    margin-bottom: .5rem;
    font-size: 30px;
    line-height: 2rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.subheading {
    font-size: 20px;
    line-height: 1.6rem;
  }

  .tx2-solutions__items-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tx2-leadership-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tx2-leadership__item {
    flex-wrap: nowrap;
  }

  .tx2-leadership__item-img {
    flex: none;
  }

  .tx2-leadership__item-name {
    font-size: 18px;
  }

  .tx2-map {
    width: 47%;
  }

  .tx2-contact {
    width: 60%;
  }

  .tx2-contact.tx2-demo__form {
    width: 70%;
  }

  .tx2-footer-inner {
    display: block;
  }

  .tx2-footer-inner__about {
    width: 100%;
    margin-bottom: 24px;
  }

  .tx2-footer-inner__links {
    width: 100%;
  }

  .tx2-hero_object__tablet__img {
    width: 140px;
  }

  .tx2-hero_object_pill_spacehip__img {
    width: 200px;
  }

  .tx2-hero_object__big_planet {
    left: 15%;
  }

  .tx2-hero_object__big_planet__img {
    width: 250px;
  }

  .tx2-connect-hero__inner {
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .tx2-connect-hero__inner.tx2-advance-hero__inner__bg {
    overflow: hidden;
  }

  .tx2-connect__features_grid, .tx2-connect__success_grid, .tx2-connect__success_grid.tx2-advance__success_grid, .tx2-connect__clients_grid {
    grid-template-columns: 1fr 1fr;
  }

  .tx2-stats_svg__lines {
    display: block;
    inset: 0% 0% auto 50%;
    overflow: visible;
  }

  .tx2-blog__grid, .tx2-advance__key_features_grid {
    grid-template-columns: 1fr 1fr;
  }

  .tx2-cta-btn-wrap.tx2-connect__hero-cta.tx2-connect__hero-cta__mobile {
    z-index: 10;
    bottom: 30px;
    left: auto;
    right: auto;
  }

  .tx2-stats__bubbles {
    transform: scale(.8);
  }

  .tx2-stat__bubble-trial_listings {
    line-height: 50px;
  }

  .tx2-stat__bubble-searches, .tx2-stat__bubble-referrals {
    line-height: 60px;
  }

  .tx2-stat__bubble-volunteers {
    background-color: #bdf51e0d;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 266px;
    height: 266px;
    line-height: 60px;
    display: flex;
    position: absolute;
    inset: 42% auto 0% -12%;
  }

  .tx2-stat__bubble-studies_supported {
    background-color: #fedd040d;
    width: 250px;
    height: 250px;
    position: absolute;
    inset: auto auto -42% 10%;
  }

  .tx2-stat__bubble-studies_supported.tx2-stats-bubble__item {
    bottom: -33%;
    left: 10%;
  }

  .tx2-stat__bubble-actions_taken.tx2-stats-bubble__item {
    right: -26%;
  }

  .tx2-featured_testimonial__text.gsap-line {
    font-size: 35px;
    line-height: 3rem;
  }

  .tx2-featured_testimonial__text.gsap-line.tx2-featured_testimonial__text_mobile {
    line-height: 3rem;
  }

  .tx2-footer__link-wrap {
    width: 100%;
  }

  .tx2-advance__features {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .advance__features-item {
    width: 100%;
    padding: 10px;
  }

  .tx2-two__col.shr_scrolltrigger1, .tx2-two__col.shr_scrolltrigger2, .tx2-two__col.shr_scrolltrigger3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tx2-card-item {
    background-position: 100%;
  }

  .tx2-card-v2-wrapper.tx2-card-v2-wrapper-lg {
    display: none;
  }

  .tx2-card-v2-wrapper.tx2-card-v2-wrapper-sm {
    display: block;
  }

  .tx2-card-v2-item {
    display: block;
    position: relative;
  }

  .tx2-card-v2-item.tx2-card-v2-item-lg {
    position: sticky;
  }

  .tx2-card-v2-item.tx2-card-v2-item-sm {
    padding-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .tx2-card-v2-item__img {
    flex: 0 auto;
    width: 100%;
    height: 0%;
    margin-bottom: 30px;
  }

  .tx2-card-v2-item__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-90 {
    height: 200px;
    display: block;
    position: relative;
  }

  .tx2-v2-card__bio__wrapper {
    height: 180px;
  }

  .tx2-v2-card__bio__wrapper.tx2-v2-card__bio__wrapper-sm {
    padding-right: 0;
  }

  .tx2-card-v2__stats__inner-wrap {
    width: 100%;
  }

  .section-27.section-bottom-sm {
    display: none;
  }

  .text-span-18 {
    display: block;
  }

  .div-block-125.div-block-125-sm {
    text-align: center;
    width: 100%;
  }

  .text-span-20 {
    display: block;
  }

  .grid-10.person-sung__items, .pasp-semplify-features {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-135 {
    order: 1;
  }

  .ctd-bio-image.ctd-bio-img {
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .ctd-bio-text.bio-text-overlap {
    position: relative;
  }

  .ctd-bio-image-col-1.ctd-img-right {
    width: 100%;
  }

  .ctd-bio-image-col-1.ctd-img-right.crystal-img-col-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ctd-bio-row-1 {
    display: block;
  }

  .ctd-bio-row-1__c-2, .ctd-bio-row-1__c-2.crystal-text, .ctd-bio-row-1__c-2.aby-text {
    width: 100%;
  }

  .ctd-bio-p-text.crystal-text-2, .ctd-bio-p-text.aby-text-1, .ctd-bio-p-text.aby-text-2 {
    max-width: 100%;
  }

  .ctd-bio-row-2__c2 {
    width: 100%;
  }

  .ctd-counter-stats {
    flex-wrap: wrap;
  }

  .text-block-36.ctd-text-orange {
    color: var(--primary-color);
  }

  .image-98.js-ctd-bio-img {
    width: 100%;
    max-width: 580px;
  }

  .image-98.js-ctd-bio-img.ctd-bio-img-right {
    max-width: 540px;
  }

  .code-embed-3 {
    width: 80%;
    max-width: none;
  }

  .code-embed-3.ctd-letter-left.crystal-letter {
    right: -10%;
  }

  .div-block-149.crystal-letter-image {
    max-width: 310px;
  }

  .div-block-152 {
    max-width: 100%;
  }

  .bold-text-35 {
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    flex: auto;
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    justify-content: center;
    align-items: center;
    width: 120px;
    max-width: none;
    height: auto;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .banner-content {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 100px;
    top: 21%;
    left: 0%;
  }

  .banner-content.banner-content-lg {
    padding-right: 10px;
    left: 10px;
    right: 10px;
  }

  .heading.heading-lg {
    font-size: 20px;
  }

  .heading.custom-slide-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .slide, .slide.speaker-slide {
    height: 100vh;
  }

  .banner-button, .image, .image-2 {
    display: none;
  }

  .service {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
  }

  .heading-3 {
    text-align: left;
    font-size: 28px;
  }

  .div-block-3 {
    padding-left: 20px;
  }

  .columns {
    padding-bottom: 130px;
  }

  .div-block-4 {
    padding-left: 110px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-section {
    padding-top: 160px;
  }

  .main-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-ufo {
    top: -144px;
  }

  .logo-section {
    min-height: 1200px;
  }

  .image-4 {
    object-position: 0% 50%;
    height: 100vh;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .main-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 28px;
  }

  .main-heading.contact-heading {
    padding-top: 0;
    padding-left: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .image-5 {
    object-position: 0% 50%;
  }

  .image-6 {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
    height: 100vh;
  }

  .image-7, .image-8 {
    object-position: 0% 50%;
  }

  .image-9, .image-10 {
    opacity: 0;
  }

  .div-block-9 {
    padding-left: 127px;
  }

  .column {
    display: none;
  }

  .container-8 {
    width: 100%;
  }

  .icon-2 {
    color: #9d9d9d;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 70px;
  }

  .video-block {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-3 {
    width: 100%;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter, .counter.countup.count-number {
    font-size: 30px;
    line-height: 40px;
  }

  .post-summary, .paragraph-14 {
    font-size: 16px;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .image-17 {
    object-fit: cover;
  }

  .section-2 {
    display: none;
  }

  .text-block-3 {
    line-height: 25px;
  }

  .collection-list-3 {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .blog-categories {
    width: 100%;
  }

  .collection-list-wrapper-3, .image-20 {
    width: 100%;
    max-width: 100%;
  }

  .heading-30 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 20px;
  }

  .container-21 {
    max-width: 100%;
  }

  .div-block-22 {
    margin-top: 111px;
  }

  .collection-list-4 {
    max-width: 100%;
  }

  .product-row {
    padding-top: 41px;
  }

  .curetalk-section-hero {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .heading-32 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-33 {
    font-size: 20px;
    line-height: 30px;
  }

  .latest-featured-talks {
    padding-bottom: 10px;
  }

  .slide-4 {
    border-radius: 0;
  }

  .slider-3 {
    min-height: auto;
    overflow: hidden;
  }

  .slider-3.curetalks-slider {
    background-color: #0000;
    border-radius: 0;
    overflow: visible;
  }

  .mask-2 {
    border-radius: 0;
    overflow: hidden;
  }

  .slide-nav-3 {
    bottom: 15%;
  }

  .container-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-6 {
    margin-bottom: 21px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-29 {
    object-fit: cover;
    border-radius: 0;
    min-height: 308px;
  }

  .slide-5 {
    object-fit: cover;
    min-height: 308px;
  }

  .image-30 {
    object-fit: cover;
    border-radius: 0;
    min-height: 308px;
  }

  .image-31, .image-32 {
    object-fit: cover;
    border-radius: 0;
    min-height: 307px;
  }

  .columns-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-8.btn3 {
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .html-embed-4 {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-27 {
    margin-right: auto;
  }

  .div-block-28 {
    display: block;
  }

  .container-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-link-tab-1, .tab-link-tab-3.w--current {
    display: block;
  }

  .html-embed-5 {
    margin-right: 0;
  }

  .tab-link-tab-2 {
    display: block;
  }

  .heading-48 {
    color: var(--black);
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-33.testimonial {
    height: 710px;
  }

  .heading-49 {
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
  }

  .heading-50 {
    color: var(--black);
    font-size: 16px;
    line-height: 26px;
  }

  .column-16.testibox {
    background-image: none;
    position: relative;
  }

  .columns-8 {
    flex-direction: row;
    max-width: 100%;
    display: block;
  }

  .slide-nav-4 {
    top: 200%;
  }

  .heading-55.timer.count-title.count-number {
    font-size: 38px;
  }

  .iconnect-container.iconnect-container-cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-58 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-48 {
    max-width: 100%;
    margin-top: 0;
    position: relative;
  }

  .columns-11 {
    flex-direction: row-reverse;
    display: block;
  }

  .paragraph-45, .div-block-42 {
    max-width: 100%;
  }

  .column-22 {
    flex: 0 auto;
    display: block;
  }

  .heading-59 {
    font-size: 28px;
    line-height: 38px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    padding-right: 0;
  }

  .div-block-47 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .div-block-48 {
    display: none;
  }

  .columns-12 {
    display: block;
  }

  .column-24 {
    margin-bottom: 64px;
    padding-top: 242px;
    padding-bottom: 242px;
  }

  .text-block-13.countup {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-65 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-53 {
    border-left-style: none;
  }

  .text-block-17 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-51 {
    width: 80px;
    height: 80px;
  }

  .div-block-54 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-18, .div-block-56 {
    font-size: 14px;
    line-height: 24px;
  }

  .column-25 {
    margin-bottom: 12px;
  }

  .text-block-19 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-57 {
    display: flex;
  }

  .icon-wrap-trophy {
    border-radius: 10px;
    width: 59px;
  }

  .heading-67 {
    font-size: 18px;
    line-height: 25px;
  }

  .custom-footer.footer-is-gray.padding-top-sm {
    padding-top: 29px;
  }

  .div-block-60 {
    display: block;
  }

  .div-block-61 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-62 {
    width: 100%;
  }

  .section-11 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .heading-70 {
    font-size: 24px;
    line-height: 34px;
  }

  .columns-13 {
    display: flex;
  }

  .container-34, .container-35, .container-36, .container-37 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-29 {
    padding-right: 10px;
  }

  .columns-14 {
    flex-direction: row-reverse;
    display: block;
  }

  .columns-15 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-30 {
    margin-bottom: 16px;
  }

  .columns-16 {
    display: block;
  }

  .text-block-21 {
    font-size: 15px;
  }

  .div-block-70 {
    text-align: left;
  }

  .div-block-72 {
    width: 550px;
    height: 270px;
  }

  .mt-adjust {
    margin-top: -93px;
  }

  .heading-72 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-left {
    font-size: 40px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .ck-cookie-w {
    display: none;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .section-14 {
    padding-top: 129px;
  }

  .heading-xl.text-white {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-xl.text-white.careers-title.text-xxl {
    font-size: 60px;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .team-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-29 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-77 {
    font-size: 28px;
    line-height: 36px;
  }

  .image-62.image-2 {
    max-height: 80px;
    display: block;
  }

  .image-62.image-2.image-2-mr {
    max-width: none;
    max-height: 93px;
    display: block;
  }

  .speaker-name.speaker-title {
    display: none;
  }

  .internship-heading {
    font-size: 60px;
    line-height: 50px;
  }

  .heading-79 {
    font-size: 42px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-81 {
    margin-bottom: 23px;
    font-size: 42px;
  }

  .heading-81.text-left {
    margin-bottom: 19px;
  }

  .column-35 {
    padding-left: 0;
  }

  .column-36 {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .column-37, .column-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-speakers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-65 {
    display: none;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .mask-4 {
    overflow: visible;
  }

  .tab_nav__heading {
    font-size: 18px;
  }

  .tab_nav__subheading {
    font-size: 13px;
  }

  .product-item {
    margin-bottom: 30px;
  }

  .webinar-item {
    display: block;
  }

  .webinar-img {
    width: 100%;
  }

  .webinar-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-72 {
    margin-bottom: 11px;
    display: block;
  }

  .trialx-navbar-light.is-absolute {
    justify-content: space-between;
  }

  .case-study-item-wrap {
    display: block;
  }

  .case-study__img, .case-study__text {
    width: 100%;
  }

  .div-block-111 {
    display: block;
  }

  .div-block-112.case-s-detail-col1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-113.case-s-detail-col2 {
    width: 100%;
  }

  .div-block-115 {
    display: block;
  }

  ._728x90.js__728x90 {
    z-index: 9999;
  }

  ._728x90__inner {
    align-items: flex-end;
    display: flex;
  }

  ._728x90__btn_close.js__728x90__btn_close {
    top: 0;
    right: 0;
  }

  .link-block-27 {
    position: relative;
  }

  .tx2-hero-inner.tx2-rounded-section_mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .tx2-hero__intro.tx2-hero__intro__connect_page.tx2-hero__intro__advance_page {
    margin-top: 0;
  }

  .tx2-hero-heading.gsap-line, .tx2-hero-heading.tx2-hero-heading__connect_page.gsap-line {
    font-size: 34px;
    line-height: 3rem;
  }

  .tx2-curves-left.tx2-curves-right {
    width: 50%;
  }

  .tx2-stats-items__wrap {
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    display: none;
  }

  .tx2-stats-items__user-search.tx2-stats__item {
    grid-row-gap: 0px;
  }

  .tx2-stats-items__trial-listings.tx2-stats__item, .tx2-stats-items__studies-supported.tx2-stats__item {
    margin-top: -30px;
  }

  .tx2-solutions__heading_h2.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2 {
    margin-bottom: 1rem;
  }

  .tx2-clients-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .tx2-clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tx2-clients__heading_h2.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-clients__item {
    padding: 30px;
  }

  .tx2-leadership-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tx2-contact-wrap {
    display: block;
  }

  .tx2-map {
    width: 100%;
    height: 300px;
  }

  .tx2-contact {
    width: 100%;
    margin-top: -69px;
  }

  .tx2-contact.tx2-demo__form {
    width: 100%;
    margin-top: 0;
  }

  .tx2-contact__heading-h2 {
    line-height: 2.4rem;
  }

  .tx2-footer-inner__links {
    margin-bottom: 50px;
    display: block;
  }

  .tx2-lnks-wrap {
    flex: 0 auto;
    width: 100%;
  }

  .tx2-lnks-wrap.tx2-links-wrap__pl40 {
    padding-left: 0;
  }

  .tx2-copyright {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tx2-hero_object__tablet__img {
    width: 120px;
  }

  .tx2-hero_object_pill_spacehip__img {
    width: 190px;
  }

  .tx2-hero_object__big_planet {
    left: 8%;
  }

  .tx2-hero_object__big_planet__img {
    width: 210px;
  }

  .tx2-connect-hero__inner {
    border-bottom-right-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tx2-connect-hero__inner.tx2-advance-hero__inner__bg {
    margin-left: 0;
    margin-right: 0;
  }

  .tx2-connect-features__heading.mb100 {
    margin-bottom: 42px;
  }

  .tx2-connect__features_grid {
    grid-template-columns: 1fr;
  }

  .tx2-connect__success_heading_h2.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-connect__success_grid.tx2-advance__success_grid {
    grid-template-columns: 1fr;
  }

  .tx2-connect__heading_h2.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-connect__clients_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tx2-connect__demo_heading_h2.gsap-line, .tx2-connect-whatsnew__heading.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-blog__grid {
    grid-template-columns: 1fr;
  }

  .tx2-astronaut__with_cell__img {
    height: 530px;
  }

  .tx2-advance__key_features_grid {
    grid-template-columns: 1fr;
  }

  .tx2-advance__why-trialx-advance__heading-h2.gsap-line {
    font-size: 30px;
    line-height: 2.4rem;
  }

  .tx2-cta-btn-wrap.tx2-connect__hero-cta {
    position: absolute;
  }

  .tx2-cta-btn-wrap.tx2-connect__hero-cta.tx2-connect__hero-cta__mobile {
    bottom: 30px;
  }

  .tx2-stats__bubbles {
    transform: scale(.7);
  }

  .tx2-stat__bubble-studies_supported.tx2-stats-bubble__item {
    bottom: -36%;
    left: 10%;
    overflow: visible;
  }

  .tx2-stat__bubble-actions_taken.tx2-stats-bubble__item {
    width: 330px;
    height: 330px;
    right: -23%;
  }

  .tx2-featured_testimonial__text.gsap-line {
    font-size: 29px;
    line-height: 2.6rem;
  }

  .tx2-featured_testimonial__text.gsap-line.tx2-featured_testimonial__text_mobile {
    line-height: 2.6rem;
  }

  .tx2-featured_testimonial__img_wrap {
    max-width: 170px;
  }

  .tx2-stat__bubble-astronauts.tx2-stats-bubble__item {
    bottom: -10%;
  }

  .tx2-about__section {
    flex-flow: column;
  }

  .about__text, .about__figure {
    order: 1;
    width: 100%;
  }

  .tx2-two__col.shr_scrolltrigger1 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .tx2-two__col.shr_scrolltrigger2, .tx2-two__col.shr_scrolltrigger3 {
    display: block;
  }

  .div-block-118, .div-block-118.order-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-118.shr-img__container {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-119 {
    width: 100%;
  }

  .heading-94 {
    margin-bottom: 2rem;
    font-size: 40px;
    line-height: 45px;
  }

  .bold-text-13 {
    font-size: 24px;
    line-height: 36px;
  }

  .unsung-person-img {
    padding-bottom: 70px;
  }

  .code-embed {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    right: 0;
  }

  .div-block-128.case-s-detail-col1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-129.case-s-detail-col2 {
    width: 100%;
  }

  .div-block-130 {
    display: block;
  }

  .pasp-hero-title-h1.text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-75 {
    line-height: 30px;
  }

  .heading-101.text-left {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-134 {
    order: -1;
    width: 100%;
  }

  .div-block-135 {
    width: 40%;
  }

  .div-block-139 {
    display: block;
  }

  .bold-text-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .ctd-counter-stats {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-153 {
    flex-flow: column;
  }

  .bold-text-35 {
    font-size: 26px;
  }

  .div-block-168 {
    flex-flow: column;
    height: auto;
    padding-top: 50px;
  }

  .tx-go-success-figure {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    max-width: 170px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .banner-section {
    height: 100vh;
  }

  .banner-content {
    width: 100%;
    padding-right: 10px;
    left: 0%;
  }

  .heading.speaker-slide-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .slide {
    height: 100vh;
  }

  .slide.speaker-slide {
    height: 110vh;
  }

  .banner-button {
    padding-top: 35px;
  }

  .learn-more-btn {
    width: 200px;
    height: 50px;
  }

  .service {
    padding-top: 94px;
  }

  .heading-3 {
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-ufo {
    top: -142px;
  }

  .form-overlay {
    width: 100%;
    margin-left: 0;
  }

  .submit-button {
    width: 100%;
  }

  .image-4 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 100%;
    height: 110vh;
  }

  .icon {
    color: #fff;
    background-color: #687c0000;
    width: 27px;
    min-height: 27px;
    font-size: 40px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .display-none {
    display: block;
  }

  .main-heading {
    padding-left: 0;
    line-height: 35px;
  }

  .main-heading.service-heading {
    line-height: 35px;
  }

  .main-heading.contact-heading {
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    object-position: 0% 50%;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .banner {
    background-size: cover;
  }

  .container-8 {
    width: 100%;
  }

  .icon-2 {
    color: #9d9d9d;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 60px;
  }

  .div-block-11 {
    min-height: 558px;
  }

  .clinic-study {
    background-position: 50% 100%;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .video-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icoonect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .wpb_wrapper {
    padding-top: 10px;
  }

  .iconnect_logo {
    padding-bottom: 40px;
  }

  .image-13 {
    object-fit: contain;
    min-height: auto;
    padding-top: 20px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .feature-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .award-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-3 {
    font-size: 17px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 25px;
  }

  .heading-16.last-nci-heading {
    margin-bottom: 0;
  }

  .contact-left-side, .contact-headign {
    margin-bottom: 40px;
  }

  .paragraph-8 {
    margin-bottom: 0;
    line-height: 25px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .heading-18 {
    padding-bottom: 10px;
    line-height: 27px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .download-div {
    flex-direction: column;
  }

  .counter {
    font-size: 30px;
    line-height: 40px;
  }

  .call-icon {
    font-size: 29px;
  }

  .back-to-top {
    z-index: 9999;
  }

  .bold-text-9 {
    line-height: 19px;
  }

  .html-embed-2 {
    min-height: 135px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-10 {
    font-size: 16px;
  }

  .post-summary {
    grid-column-gap: 0px;
    width: 100%;
    font-size: 16px;
  }

  .paragraph-14 {
    font-size: 18px;
  }

  .heading-20 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .image-17 {
    object-fit: cover;
  }

  .collection-list-3 {
    grid-column-gap: 5px;
  }

  .div-block-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .div-block-22 {
    margin-top: 116px;
  }

  .icon-div {
    width: 40px;
  }

  .image-21 {
    width: 67%;
    max-width: 100%;
  }

  .telegram-link {
    text-decoration: none;
  }

  .latest-featured-talks {
    padding-bottom: 0;
  }

  .slider-3.curetalks-slider {
    border-radius: 0;
  }

  .slide-nav-3 {
    bottom: 70px;
  }

  .column-6 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .image-24 {
    margin-bottom: 10px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-36 {
    font-size: 19px;
  }

  .column-8.btn3 {
    background-size: contain;
    margin-top: 19px;
    margin-bottom: 0;
  }

  .div-block-26.banner {
    background-image: none;
    padding-bottom: 60px;
    display: block;
  }

  .column-9 {
    background-size: contain;
    margin-bottom: 16px;
    padding-top: 9px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-5 {
    color: #fff;
    margin-top: -41px;
  }

  .heading-44 {
    margin-top: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .paragraph-37 {
    margin-top: 0;
    font-size: 13px;
  }

  .container-28 {
    direction: ltr;
    text-transform: none;
    display: block;
  }

  .image-33 {
    max-width: 61%;
    margin-top: -13px;
    margin-left: 0;
  }

  .column-10 {
    background-size: contain;
  }

  .div-block-27 {
    margin-top: 60px;
  }

  .image-34 {
    max-width: 49px;
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .image-35 {
    max-width: 40px;
  }

  .image-36 {
    max-width: 35px;
  }

  .image-37 {
    max-width: 42px;
  }

  .div-block-29 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-38 {
    max-width: 38px;
  }

  .image-39 {
    max-width: 40px;
  }

  .div-block-30 {
    padding-bottom: 60px;
  }

  .heading-45 {
    margin-top: 0;
    font-size: 23px;
    line-height: 29px;
  }

  .image-40 {
    padding-top: 0;
  }

  .tab-pane-tab-2 {
    height: 223px;
    max-height: 146px;
  }

  .text-block-11 {
    text-align: center;
  }

  .tab-pane-tab-3 {
    text-align: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 104%;
    max-width: 107%;
    height: 263px;
    max-height: 187px;
    overflow: visible;
  }

  .tab-link-tab-1 {
    background-color: #fff;
    width: 100%;
  }

  .tab-link-tab-3.w--current {
    width: 100%;
  }

  .div-block-31 {
    padding-top: 40px;
  }

  .heading-46 {
    font-size: 23px;
    line-height: 29px;
  }

  .tab-link-tab-2 {
    width: 100%;
  }

  .heading-47 {
    font-size: 23px;
    line-height: 29px;
  }

  .tab-pane-tab-1 {
    height: 147px;
    max-height: 146%;
  }

  .tabs-menu {
    display: block;
  }

  .paragraph-41 {
    margin-left: 0;
  }

  .column-15 {
    text-align: center;
  }

  .heading-48 {
    font-size: 15px;
    line-height: 27px;
  }

  .text-span-10 {
    font-size: 20px;
  }

  .image-44 {
    max-width: 257px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-33.testimonial {
    height: 944px;
  }

  .heading-49 {
    width: auto;
    max-width: 800px;
  }

  .paragraph-42 {
    font-size: 13px;
  }

  .heading-50 {
    font-size: 16px;
    line-height: 31px;
  }

  .slidenav-2 {
    margin-top: -23px;
    margin-bottom: 0;
    inset: auto 0% 0% 0;
  }

  .heading-51 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-43 {
    color: #080808;
    text-align: center;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
  }

  .column-16.testibox {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 290px;
    padding-bottom: 0;
    left: 0;
  }

  .heading-52 {
    font-size: 33px;
  }

  .columns-8 {
    display: block;
  }

  .slide-6 {
    height: 914px;
  }

  .heading-53 {
    font-size: 20px;
    font-weight: 300;
    line-height: 37px;
  }

  .mask-3 {
    height: 903px;
  }

  .slide-nav-4 {
    padding-top: 46px;
    top: 265%;
  }

  .image-45 {
    max-width: 257px;
  }

  .div-block-34.case-study {
    height: 760px;
    max-height: 870px;
  }

  .heading-56 {
    font-size: 25px;
  }

  .div-block-35 {
    justify-content: center;
    display: flex;
  }

  .container-33 {
    display: block;
  }

  .text-field-7 {
    border-radius: 5px;
  }

  .column-19 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    left: -111px;
  }

  .heading-57 {
    margin-bottom: 0;
  }

  .submit-button-4 {
    border-radius: 3px;
    padding: 0 20px 0 10px;
    font-size: 15px;
  }

  .columns-10.mar {
    padding-left: 0;
  }

  .list-item-6 {
    margin-bottom: 0;
  }

  .column-20 {
    flex-flow: column;
    place-content: space-between flex-start;
    align-items: flex-end;
    position: relative;
    left: -210px;
  }

  .heading-58 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-3 {
    padding-bottom: 29px;
  }

  .image-48 {
    max-width: 120%;
    margin-top: -38px;
    margin-left: -8px;
  }

  .paragraph-45 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .div-block-42 {
    margin-bottom: 20px;
  }

  .button-4 {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-22 {
    padding-top: 121px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-59 {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-46 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-45 {
    padding: 16px;
  }

  .paragraph-47 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-61 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-48 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-62 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-49 {
    font-size: 16px;
    line-height: 26px;
  }

  .block-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-50 {
    left: 0;
  }

  .heading-63 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-52 {
    width: 80px;
  }

  .heading-65 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-8.announcement {
    padding-top: 30px;
  }

  .text-block-17 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-55 {
    top: 6px;
    right: 10px;
  }

  .div-block-56 {
    padding-right: 0;
  }

  .div-block-57 {
    display: block;
  }

  .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-66 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-61 {
    margin-bottom: 34px;
  }

  .div-block-62 {
    display: block;
  }

  .div-block-63, .div-block-64, .div-block-65 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-70 {
    font-size: 20px;
    line-height: 30px;
  }

  .columns-13 {
    text-align: center;
    display: block;
  }

  .column-26, .column-27, .column-28 {
    margin-bottom: 15px;
  }

  .container-38 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-29 {
    padding-left: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .column-30 {
    margin-bottom: 16px;
  }

  .column-31, .column-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-33, .column-34 {
    margin-bottom: 20px;
  }

  .div-block-68 {
    text-align: center;
  }

  .div-block-72 {
    width: auto;
    max-width: 500px;
    height: 240px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .mobileconf2022-parent.js-mobileconf2022-parent {
    bottom: 10px;
    right: 10px;
  }

  .image-57 {
    max-width: 390px;
  }

  .text-left {
    margin-bottom: -17px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-88.div-block-88-md {
    padding: 16px;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .section-14 {
    padding-top: 114px;
  }

  .heading-xl.text-white {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-xl.text-white.careers-title.text-xxl {
    font-size: 30px;
  }

  .subheading-md.text-white {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-75.text-white {
    font-size: 30px;
    line-height: 40px;
  }

  .custom-slide-speakers {
    flex-flow: wrap;
  }

  .speaker-parent {
    width: 50%;
  }

  .div-block-98 {
    display: block;
  }

  .internship-heading {
    font-size: 40px;
  }

  .image-65 {
    max-width: 60px;
  }

  .heading-79 {
    font-size: 36px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .heading-81 {
    font-size: 36px;
    line-height: 46px;
  }

  .intern-info {
    display: block;
  }

  .div-block-103 {
    padding-left: 0;
  }

  .webinar-speakers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-84 {
    font-size: 15px;
  }

  .link-8 {
    font-size: 17px;
    text-decoration: none;
  }

  .div-block-105, .div-block-106, .div-block-107 {
    justify-content: center;
  }

  .c-holiday-video {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .mask-4 {
    height: 110vh;
    overflow: hidden;
  }

  .is-bold.schedule__heading1 {
    font-size: 24px;
    line-height: 40px;
  }

  .tab_nav__heading {
    font-size: 16px;
  }

  .tab_nav__subheading {
    display: none;
  }

  .trialx-logo-wrap {
    margin-left: -8px;
  }

  .image-71.tx2-logo {
    height: 29px;
  }

  .webinar-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .trialx-navbar-light.is-absolute.tx2-navbar__padding.tx2-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-control-wrap {
    display: block;
  }

  .select-control__panel {
    justify-content: space-between;
  }

  .link-block-25 {
    display: inline-block;
    position: relative;
    top: 5px;
  }

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

  .contri_half_col.three_fourth {
    width: 100%;
  }

  ._728x90__btn_close.js__728x90__btn_close {
    top: 29px;
  }

  .tx2-hero-inner {
    border-bottom-right-radius: 50px;
    margin-left: 0;
  }

  .tx2-hero-inner.tx2-rounded-section_mobile {
    height: 100vh;
    min-height: 700px;
    margin-right: 0;
  }

  .tx2-hero__intro.tx2-hero__intro__connect_page.tx2-hero__intro__advance_page {
    margin-top: 0;
  }

  .tx2-hero-heading.gsap-line, .tx2-hero-heading.tx2-hero-heading__connect_page.gsap-line {
    font-size: 26px;
    line-height: 2.1rem;
  }

  .tx2-stats.tx2-gsap-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tx2-curves-left {
    border-top-right-radius: 50px;
    width: 50%;
  }

  .tx2-curves-left.tx2-curves-right {
    border-top-left-radius: 50px;
    width: 50%;
  }

  .tx2-curves-left.tx2-curves-right.w50-percent {
    width: 70%;
  }

  .tx2-solutions.tx2-gsap-section {
    padding-bottom: 3rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2 {
    font-size: 24px;
    line-height: 2rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.heading-sub-mb {
    line-height: 2.5rem;
  }

  .tx2-solutions__heading_h2.gsap-line.tx2-connect-features__heading_h2.tx2-shr__heading-mb__md.subheading {
    line-height: 1.9rem;
  }

  .tx2-solutions__items-wrap {
    grid-template-columns: 1fr;
  }

  .tx2-connect__testimonials.tx2-gsap-section {
    margin-top: 3rem;
  }

  .tx2-clients-inner {
    border-radius: 50px;
  }

  .tx2-clients-inner.tx2-rounded-section_mobile {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
  }

  .tx2-leadership.tx2-gsap-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tx2-clients-grid {
    grid-template-columns: 1fr;
  }

  .tx2-clients__heading_h2.gsap-line {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 2.2rem;
  }

  .tx2-clients__item_img {
    height: 44px;
  }

  .tx2-clients__item_img.txt-clients_ctsi {
    height: 78px;
  }

  .tx2-clients__item_img.txt-clients_columbia_university {
    height: 79px;
  }

  .tx2-clients__item_img.txt-clients_trish {
    max-width: 70%;
    height: 65px;
  }

  .tx2-leadership-grid {
    grid-template-columns: 1fr;
  }

  .tx2-footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tx2-footer-inner__links {
    display: block;
  }

  .tx2-lnks-wrap {
    margin-bottom: 30px;
  }

  .tx2-lnks-wrap.tx2-links-wrap__pl40 {
    padding-left: 0;
  }

  .tx2-hero_object__tablet {
    bottom: 32%;
    left: 3%;
  }

  .tx2-hero_object__tablet__img {
    width: 90px;
  }

  .tx2-hero_object_pill_spacehip__img {
    width: 150px;
  }

  .tx2-connect-hero__inner {
    border-bottom-right-radius: 0;
    height: 100vh;
    min-height: 840px;
    margin-left: 0;
    margin-right: 0;
  }

  .tx2-connect-hero__inner.tx2-advance-hero__inner__bg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
  }

  .tx2-connect__logo__img {
    height: 35px;
  }

  .tx2-connect-features.tx2-gsap-section.tx2-connect-features__pt {
    padding-top: 3rem;
  }

  .tx2-connect__success.tx2-gsap-section {
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tx2-connect__success_heading_h2.gsap-line {
    font-size: 24px;
    line-height: 2.2rem;
  }

  .tx2-connect__success_grid {
    grid-template-columns: 1fr;
  }

  .tx2-connect__success_item_figure.number_counter_item.tx2-counter__mobile, .tx2-connect__success_item_figure.tx2-counter__mobile {
    font-size: 54px;
  }

  .tx2-connect__success_map {
    inset: 0%;
  }

  .tx2-testimonial__text {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tx2-connect__heading_h2.gsap-line {
    font-size: 24px;
    line-height: 2.2rem;
  }

  .tx2-connect__clients_grid {
    grid-template-columns: 1fr;
  }

  .tx2-connect__demo_heading_h2.gsap-line, .tx2-connect-whatsnew__heading.gsap-line {
    font-size: 24px;
    line-height: 2.2rem;
  }

  .tx2-astronaut__with_cell__img {
    height: 470px;
  }

  .tx2-advance__why-trialx-advance__heading-h2.gsap-line {
    font-size: 24px;
    line-height: 2.2rem;
  }

  .tx2-cta-btn-wrap.tx2-connect__hero-cta.tx2-connect__hero-cta__mobile {
    bottom: 30px;
  }

  .tx2-stats__heading {
    margin-bottom: 3rem;
  }

  .tx2-stats__heading_h2.gsap-line {
    line-height: 2.4rem;
  }

  .tx2-stats__bubbles {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
    transform: scale(1);
  }

  .tx2-stat__bubble-trial_listings.tx2-stats-bubble__item, .tx2-stat__bubble-searches.tx2-stats-bubble__item, .tx2-stat__bubble-referrals.tx2-stats-bubble__item, .tx2-stat__bubble-volunteers.tx2-stats-bubble__item, .tx2-stat__bubble-studies_supported.tx2-stats-bubble__item, .tx2-stat__bubble-actions_taken.tx2-stats-bubble__item {
    position: static;
  }

  .tx2-featured_testimonial.tx2-gsap-section {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .tx2-featured_testimonial__text.gsap-line {
    font-size: 25px;
  }

  .tx2-featured_testimonial__text.gsap-line.tx2-featured_testimonial__text_mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 2rem;
  }

  .section-26 {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .heading-94 {
    margin-bottom: 1.5rem;
    font-size: 30px;
  }

  .div-block-120 {
    max-width: 100%;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-95, .heading-96, .heading-97 {
    font-size: 24px;
    line-height: 34px;
  }

  .tx2-card-v2-item.tx2-card-v2-item-sm {
    padding-bottom: 0;
  }

  .tx2-card-v2-item__content.tx2-card-v2-item__content-sm {
    padding-bottom: 50px;
  }

  .tx2-v2-card__name.tx2-v2-card__name-sm {
    font-size: 22px;
    line-height: 32px;
  }

  .tx2-v2-card__bio__wrapper.tx2-v2-card__bio__wrapper-sm {
    height: auto;
  }

  .tx2-card-v2__stats_wrap.tx2-card-v2__stats_wrap-sm {
    position: relative;
  }

  .tx2-card-v2__stats__inner-wrap.tx2-card-v2__stats__inner-wrap-sm {
    display: block;
  }

  .tx2-card-v2__stats__item.tx2-card-v2__stats__item-sm {
    width: 100%;
    margin-bottom: 15px;
  }

  .unsung-img {
    max-width: 100%;
  }

  .grid-10.person-sung__items {
    grid-template-columns: 1fr;
  }

  .div-block-126 {
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .link-10 {
    text-align: center;
  }

  .unsung-people-search_wrap {
    width: 65%;
  }

  .tx2-hero-v2-inner {
    margin-bottom: 10px;
  }

  .pasp-hero-title-h1.text-center {
    font-size: 28px;
    line-height: 38px;
  }

  .pasp-semplify {
    padding-bottom: 60px;
  }

  .heading-101.text-left {
    margin-bottom: 30px;
  }

  .pasp-semplify-features {
    grid-template-columns: 1fr;
  }

  .pasp-cta-inner {
    padding: 20px;
  }

  .heading-103 {
    font-size: 18px;
    line-height: 28px;
  }

  .pasp-view-panel {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .pasp-view-panel-inner {
    padding: 40px 20px 50px;
  }

  .div-block-135 {
    width: 100%;
  }

  .heading-104 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-137 {
    grid-template-columns: 1fr;
  }

  .ctd-container.no-max-w {
    padding-left: 20px;
  }

  .ctd-hero-h1 {
    font-size: 30px;
  }

  .ctd-video-gal-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-35 {
    font-size: 26px;
  }

  .ctd-banner-inner {
    font-size: 27px;
  }

  .ctd-hero-superstars-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-110 {
    font-size: 25px;
    font-weight: 400;
  }

  .paragraph-79 {
    font-size: 22px;
  }

  .ctd-yearly-section-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-111 {
    font-size: 29px;
  }

  .ctd-bio-section {
    padding-top: 20px;
  }

  .ctd-bio-section.aby-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.crystal-bio {
    padding-top: 60px;
  }

  .ctd-bio-section.diana-bio {
    padding-top: 20px;
  }

  .ctd-bio-section.jillian-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.kay-bio, .ctd-bio-section.krista-bio, .ctd-bio-section.michael-bio {
    padding-top: 40px;
  }

  .ctd-bio-section.paulina-bio {
    padding-top: 28px;
  }

  .ctd-bio-section.sheryl-bio {
    padding-top: 56px;
  }

  .ctd-bio-section.tarlan-bio {
    padding-top: 40px;
  }

  .ctd-bio-section.david-bio {
    padding-top: 80px;
  }

  .ctd-bio-section.eli-bio, .ctd-bio-section.megan-biio {
    padding-top: 40px;
  }

  .ctd-bio-image-col-1 {
    width: 80%;
  }

  .ctd-bio-image-col-1.ctd-img-right.crystal-img-col-1 {
    justify-content: flex-end;
  }

  .ctd-bio-p-text.paulina-text-1.paulina-padding, .ctd-bio-p-text.paulina-text-1.tarlan-text-mw, .ctd-bio-p-text.e-text3-mw {
    padding-right: 20px;
  }

  .ctd-bio-name {
    margin-top: 20px;
    font-size: 32px;
  }

  .ctd-bio-name.bio-margin {
    margin-top: 16px;
    padding-left: 0;
    font-size: 32px;
    display: block;
  }

  .ctd-bio-name.j-bio-margin, .ctd-bio-name.k-bio-margin {
    margin-top: 16px;
  }

  .ctd-bio-name.m-bio-margin, .ctd-bio-name.s-bio-margin {
    margin-top: 16px;
    padding-left: 0;
  }

  .ctd-bio-name.bio-padding.bio-margin-kat, .ctd-bio-name.bio-padding.d-margin {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-name.e-bi-margin, .ctd-bio-name.bio-m-margin {
    margin-top: 16px;
  }

  .ctd-bio-name.bio-padding-meg {
    margin-top: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-name.nic-bio-margin {
    margin-top: 16px;
  }

  .ctd-bio-name.thomas-bio-margin {
    margin-top: 32px;
    margin-left: 0;
  }

  .ctd-bio-name.bio-margin-diana {
    margin-top: 16px;
    padding-left: 0;
  }

  .ctd-bio-subtitle {
    font-size: 18px;
  }

  .ctd-bio-subtitle.subtitle-padding {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.subtitle-padding-copy {
    padding-left: 0;
  }

  .ctd-bio-subtitle.bio-padding.d-padding, .ctd-bio-subtitle.k-text-padding {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.subtitle-maxx-width {
    max-width: 300px;
  }

  .ctd-bio-subtitle.subtitle-padding-meg {
    margin-left: 0;
    padding-left: 0;
  }

  .ctd-bio-subtitle.thomas-max-width {
    margin-left: 0;
  }

  .ctd-bio-subtitle.diana-subtitle {
    padding-left: 0;
    font-size: 18px;
  }

  .ctd-bio-subtitle.aby-subtitle {
    padding-left: 0;
    font-size: 20px;
  }

  .ctd-bio-subtitle.m-subtitle-p {
    padding-left: 0;
  }

  .ctd-counter-stats {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .ctd-counter-stats-one-third {
    display: block;
  }

  .image-98.js-ctd-bio-img.ctd-bio-img-left.diana-img {
    margin-left: 0;
  }

  .image-98.js-ctd-bio-img.ctd-bio-img-left.mich-img {
    margin-top: 0;
  }

  .image-98.js-ctd-bio-img.ctd-bio-img-right.crystal-img {
    margin-left: 12px;
  }

  .image-98.js-ctd-bio-img.ctd-bio-img-right.julian-img {
    margin-top: -24%;
    margin-left: 16px;
  }

  .code-embed-3.ctd-letter-left.crystal-letter {
    top: -39%;
    left: -14%;
    right: auto;
  }

  .code-embed-3.ctd-letter-left.crystal-letter.crystal-letter-position {
    inset: -26% 44% auto auto;
  }

  .code-embed-3.ctd-letter-left.crystal-letter.crystal-letter-position.krysta-letter {
    left: 44%;
  }

  .code-embed-3.ctd-letter-left.crystal-letter.j-letter-mobile {
    top: -50%;
    left: -10%;
    right: auto;
  }

  .code-embed-3.d-code-embed {
    inset: -6% -30% auto auto;
  }

  .code-embed-3.k-code-embed {
    inset: -24% -30% auto auto;
  }

  .div-block-151.aby-block {
    align-items: flex-start;
  }

  .precounter.thomas-k {
    font-size: 36px;
  }

  .bold-text-15.bold-text-padding {
    margin-top: 0;
    padding-left: 0;
  }

  .modal-wrapper {
    display: none;
  }

  .aby-text-3.ctd-bio-p-text {
    padding-inline: 20px;
  }

  .heading-112 {
    font-size: 25px;
    font-weight: 400;
  }

  .heading-113 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
  }

  .bold-text-16, .text-block-40, .bold-text-17, .text-block-41, .bold-text-18, .bold-text-19, .text-block-42, .text-block-43, .bold-text-20 {
    font-size: 16px;
  }

  .bold-text-21 {
    font-size: 32px;
  }

  .bold-text-22, .bold-text-23, .text-block-44, .bold-text-24, .text-block-45, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .text-block-46, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34 {
    font-size: 16px;
  }

  .text-block-47, .text-block-48, .text-block-49 {
    font-size: 14px;
  }

  .bold-text-35 {
    font-size: 24px;
    line-height: 1.7rem;
  }

  .heading-114.mob-heading {
    text-align: left;
    flex-flow: row;
    font-size: 19px;
    display: flex;
  }

  .heading-115.tx-go-heading.mobile-heading {
    font-size: 36px;
  }

  .div-block-157.tx-div-block {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tx-go-capabilities {
    padding-top: 0;
  }

  .heading-118.tx-light-heading {
    margin-top: 20px;
    font-size: 32px;
  }

  ._7-column-grid {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tx-go-data-sources {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-162 {
    display: block;
  }

  .div-block-163 {
    width: 100%;
  }

  .div-block-164 {
    width: 100%;
    margin-top: 140px;
  }

  .div-block-165 {
    max-width: none;
  }

  .tx-go-success-figure {
    font-size: 56px;
  }

  .tx-go-trek {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-172 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-173, .div-block-174, .heading-123 {
    width: 100%;
  }

  .section-29 {
    height: auto;
  }

  .div-block-177 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_4c3ca07b-238c-f6d9-8b7d-7e06a5a22183-260511eb {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_879d79e9-d167-aab6-2575-11ef4a3a624e-c4612434, #w-node-_54beb387-f496-8525-2384-32914af00eab-c4612434, #w-node-cb69b96d-7581-bb6f-ce11-c939719c065d-c4612434, #w-node-_2fc585cd-3aed-e1a4-5a98-a755d9353e70-c4612434, #w-node-_6d81bd55-848b-5c52-f6db-d11cba8c9e48-c4612434, #w-node-a01360a9-feb4-8017-5ad7-ba772b8a727e-c4612434, #w-node-eae805e8-fb43-e601-c72e-ea217f2eacc9-c4612434, #w-node-bb92ad51-41d5-7ff1-310b-0d255d008319-c4612434, #w-node-bcb4a57c-5ae3-fb40-4cdc-6784735bcb36-c4612434, #w-node-fb5767b9-6c9b-1329-b30b-d3110c30ec2c-c4612434, #w-node-_36306094-1551-f70e-b23f-d2e97cd418b3-c4612434, #w-node-_8817ac14-fd81-c84a-0974-2824ea93cd40-c4612434, #w-node-eb315ba7-ca4c-7ea0-5068-e122d050deb7-c4612434, #w-node-c0c7735f-64a3-6718-518d-2336f04313f5-c4612434, #w-node-_9976fdae-a45e-1f75-6ea3-b1b21d74da00-c4612434, #w-node-da221ac7-8dd1-d48e-543e-12f563934c6f-c4612434, #w-node-_8a1ae54b-3c2c-e6df-b655-563d2de3ee05-c4612434, #w-node-_9be8a8f1-357e-3fe9-6aa1-6a987fded688-c4612434, #w-node-_82b16367-423b-3428-ff5b-c79a4f870b0d-c4612434, #w-node-_82b16367-423b-3428-ff5b-c79a4f870b0e-c4612434, #w-node-a967aa82-52f7-8a94-2f14-a4f631f94926-c4612434, #w-node-a967aa82-52f7-8a94-2f14-a4f631f94927-c4612434, #w-node-d488661f-a551-231a-9725-e4fdfd4e1c47-c4612434, #w-node-d488661f-a551-231a-9725-e4fdfd4e1c48-c4612434, #w-node-bfb437a4-9348-ea50-f5e4-93b082ff2d47-c4612434, #w-node-bfb437a4-9348-ea50-f5e4-93b082ff2d48-c4612434, #w-node-_86ef5d22-9750-aed0-062f-0364797febf4-c4612434, #w-node-_86ef5d22-9750-aed0-062f-0364797febf5-c4612434, #w-node-fae99d6d-5e27-e328-9990-631a7e96d2e7-c4612434, #w-node-fae99d6d-5e27-e328-9990-631a7e96d2e8-c4612434, #w-node-_7ed19436-7361-b64b-02e2-717a4583698f-c4612434, #w-node-_7ed19436-7361-b64b-02e2-717a45836990-c4612434, #w-node-_7b81b0f8-1c63-d258-b872-a7c0c4b6324e-c4612434, #w-node-_7b81b0f8-1c63-d258-b872-a7c0c4b6324f-c4612434, #w-node-_7ee2915e-f2d5-e472-a39a-360dfd7bd242-c4612434, #w-node-_7ee2915e-f2d5-e472-a39a-360dfd7bd243-c4612434, #w-node-_499106a9-b4ef-4d91-721c-4bb80e74f724-c4612434, #w-node-_499106a9-b4ef-4d91-721c-4bb80e74f725-c4612434, #w-node-b5a2ba79-0ac6-b0e5-4160-d7f808e3c968-c4612434, #w-node-b5a2ba79-0ac6-b0e5-4160-d7f808e3c969-c4612434, #w-node-_131f7355-8891-514a-ce20-ff144119bb89-c4612434, #w-node-_131f7355-8891-514a-ce20-ff144119bb8a-c4612434, #w-node-ce47f734-57f3-7d7f-676c-e6bfce4c38cf-c4612434, #w-node-ce47f734-57f3-7d7f-676c-e6bfce4c38d0-c4612434, #w-node-_18e4a8d2-aaab-c944-54bb-cbd3b7981f7c-c4612434, #w-node-_18e4a8d2-aaab-c944-54bb-cbd3b7981f7d-c4612434, #w-node-fc9e3313-096b-fe48-b5b3-2fdbd532cce6-c4612434, #w-node-fc9e3313-096b-fe48-b5b3-2fdbd532cce7-c4612434, #w-node-_9a8337c0-f05b-05a5-90f6-e34d789b8037-c4612434, #w-node-fade97d5-1a57-1f27-fc9a-cffdbe26f7b1-c4612434, #w-node-a4b29e2c-dc03-e5f5-6a6f-e15af970f019-c4612434, #w-node-_44a97517-24f3-67cf-16be-6ec1961dab51-c4612434, #w-node-_8f806050-f482-1f4a-e262-909f45d79a33-8bf6481c, #w-node-_8f806050-f482-1f4a-e262-909f45d79a3b-8bf6481c, #w-node-_8f806050-f482-1f4a-e262-909f45d79a43-8bf6481c, #w-node-dd60936d-ea15-090b-a82f-89bb23d84742-010c02e3, #w-node-_06a7b8fd-b2c1-607c-ccd2-16c1271e925b-010c02e3, #w-node-_0e533ba4-ef09-d1e9-4da6-3ec6194e2bb6-010c02e3, #w-node-_0f6b7b9f-e5d0-762f-7cef-e314f2a80d11-010c02e3, #w-node-_0f6b7b9f-e5d0-762f-7cef-e314f2a80d13-010c02e3, #w-node-_0f6b7b9f-e5d0-762f-7cef-e314f2a80d15-010c02e3, #w-node-_6f6582ed-8348-4769-4da0-9c9f743a37e8-010c02e3, #w-node-_6f6582ed-8348-4769-4da0-9c9f743a37ea-010c02e3, #w-node-_6f6582ed-8348-4769-4da0-9c9f743a37ec-010c02e3, #w-node-_69b0f70b-2ba3-4f11-db60-a934bb3d7e0a-010c02e3, #w-node-_69b0f70b-2ba3-4f11-db60-a934bb3d7e0c-010c02e3, #w-node-_69b0f70b-2ba3-4f11-db60-a934bb3d7e0e-010c02e3, #w-node-eeb3fb21-b047-ff2f-ecc0-af27d74006ef-010c02e3, #w-node-eeb3fb21-b047-ff2f-ecc0-af27d74006f1-010c02e3, #w-node-eeb3fb21-b047-ff2f-ecc0-af27d74006f3-010c02e3, #w-node-_80a1e520-d270-4550-ddc6-4a1262e81f12-010c02e3, #w-node-_80a1e520-d270-4550-ddc6-4a1262e81f14-010c02e3, #w-node-_80a1e520-d270-4550-ddc6-4a1262e81f16-010c02e3, #w-node-ab864401-419c-73b9-234b-3f856caa271e-6caa271a, #w-node-ab864401-419c-73b9-234b-3f856caa2726-6caa271a, #w-node-ab864401-419c-73b9-234b-3f856caa272e-6caa271a, #w-node-c2e113be-31b4-2d1a-953a-3ae118870ef9-4904d3e9, #w-node-_99b3e9c4-7b55-991d-f908-6c913dbbed5e-4904d3e9, #w-node-_47ff7160-b421-9b97-fe93-7b890754fa97-4904d3e9, #w-node-_3a53519d-fa00-9d8b-ccb5-c9fed1f24b9b-4904d3e9, #w-node-_01160849-0c99-de7b-d798-fce3d451a082-4904d3e9, #w-node-_5ed61ea9-c0e2-8a31-ace9-534bc969b902-4904d3e9, #w-node-dee59ef4-6201-e526-d77e-b086398ba070-4904d3e9, #w-node-_15e9539b-e136-da53-7350-c0c5b31d9cb3-4904d3e9, #w-node-ca09deb2-caf4-7f0d-99f8-f2667cdb2063-4904d3e9, #w-node-_730b0d5f-c089-5684-5f99-41b719fd92c3-4904d3e9, #w-node-_33d76188-3bcd-2c8c-9daf-d3eb7032142c-17bfeb32, #w-node-_011136ed-6c17-5eff-d970-8b5c9eef3b96-17bfeb32, #w-node-b1713f04-2a5b-225c-8ffb-200dbb8470ab-17bfeb32, #w-node-_1e100b2c-03e2-cd68-0cf4-15cfc07d9393-17bfeb32, #w-node-a081c425-1ead-ded0-8a51-7dd48b71a95e-17bfeb32, #w-node-bd2ed4bc-200a-e873-bbb8-b54cfec8c699-17bfeb32, #w-node-_8e3592bf-d274-4e3d-2647-a0c33bf0bf1b-17bfeb32, #w-node-_76d829b0-5e62-6513-4989-d8de7f23e4d9-17bfeb32, #w-node-d3a89fa8-2917-a177-2459-05b5f6306df2-17bfeb32, #w-node-fb2c9234-feb2-4935-ef9a-b2915b52c812-17bfeb32, #w-node-_508e0075-faf3-a68f-68a4-795ba3f1a6e1-17bfeb32, #w-node-_8eeac688-0b88-813f-f484-5b076cc5ffcc-17bfeb32, #w-node-_2b4d2e2f-79db-5c10-a9bc-5719061609c9-17bfeb32, #w-node-_78ad724e-a7a2-acb4-4ddb-6da7f3c3edb7-54308607, #w-node-_78ad724e-a7a2-acb4-4ddb-6da7f3c3eda5-54308607, #w-node-_78ad724e-a7a2-acb4-4ddb-6da7f3c3edab-54308607, #w-node-d6ed436d-73dc-01bb-e603-1d4fdc14e1b7-54308607, #w-node-_78ad724e-a7a2-acb4-4ddb-6da7f3c3edbd-54308607, #w-node-ca6a375c-74e9-996d-d1f9-b529f25bfa8b-54308607, #w-node-_4c5c3254-187c-1bfd-eb8b-e7faf7942775-54308607, #w-node-_49b36c25-4e20-e968-aedc-a514c9643a53-54308607, #w-node-ce4bffdd-b635-01e8-7dcb-f78954434bab-54308607, #w-node-a029cd46-5c0e-0f28-f5db-35ab24d76bca-54308607, #w-node-_2ec7f0c3-618d-144f-579f-30a190fce32e-54308607, #w-node-a0d4a5d8-8713-ea5a-b781-0b9ed0ce6d02-54308607, #w-node-_537c46df-7bb7-dfc9-a462-ba2d29a88d15-54308607, #w-node-a6d3cbf8-0ee8-1e1d-878f-5315b08c07ae-54308607, #w-node-_7835e024-3d1f-35e1-e292-34b98db77fdb-54308607, #w-node-_7bdf6cfb-4597-90d7-f895-7220a41fa09b-54308607, #w-node-b0eaabac-07cf-c513-028f-f4bac69f2dc4-54308607, #w-node-b99ed0de-312d-b47b-f48f-b5e5cb93d4b2-54308607, #w-node-d7f4b1bb-cd1a-b92e-d124-266e0902cf66-54308607, #w-node-_0ac2f246-dade-a5a1-44bb-253990cc067d-54308607, #w-node-_3531cac0-741b-190b-0d17-3e708d9d3848-54308607, #w-node-b0d95310-28ea-4346-1eac-6efb869900da-54308607, #w-node-_3aa8378d-3b0e-5213-812c-d18c8dde3272-9cac9b70, #w-node-_49569f03-a9b4-2e38-0e52-4e669a8b5ec0-9cac9b70, #w-node-_90eaf1ef-cff0-4645-ed85-88b72b723a53-9cac9b70, #w-node-ee349c0a-e020-f69f-2b8a-f4c4d67f7852-9cac9b70, #w-node-efb4b8f8-1f21-baa8-e6bb-2c16c1bf0a3e-9cac9b70, #w-node-d0c65d88-2635-a15d-67fd-5e722eeb92ca-9cac9b70, #w-node-_2d73b5c6-14ba-87c0-9063-b4f512e10658-9cac9b70, #w-node-_6317c2f8-b146-1e6b-41d8-88922648eafd-9cac9b70, #w-node-_40ec8489-40ff-381e-0ca7-6d3b86831815-9cac9b70, #w-node-e95c3be5-39b6-91d2-74b4-5fbd7eb882b6-9cac9b70, #w-node-_042771f0-4038-9605-d41e-e874e10ce7c3-9cac9b70, #w-node-e5916c1a-cc73-09a1-1ac2-d6607d7b74c6-9cac9b70, #w-node-_4be05feb-ada7-f3ce-5867-5740c7cf0bff-9cac9b70, #w-node-bd85ef31-8c89-35d1-e374-64689b85a3d1-9cac9b70, #w-node-_31d7b1cf-f9bd-d774-10e3-46b920bf3fb9-9cac9b70, #w-node-b9ffe08a-95f1-02df-a38a-1f6e25b0ee6e-9cac9b70, #w-node-_8634c78e-08b8-d731-2df7-3ad531fe9f7f-9cac9b70, #w-node-_9531805c-289e-c045-c183-b057c71b74f5-3fc7bab8, #w-node-_39ff6f26-8a54-1c51-047d-c32ec23c6b2c-3fc7bab8, #w-node-_4f1845e2-d961-9358-c884-f2919e007bb3-3fc7bab8, #w-node-_70d03cd3-247b-45fa-e269-11e7e29edda9-3fc7bab8, #w-node-_5efd6d37-1c5e-a245-ca04-f4c59b31686a-3fc7bab8, #w-node-dbe77fb5-d541-5cd7-88bd-f6ab84a0ae91-3fc7bab8, #w-node-be407831-1bb2-65d3-edd1-bafcf9cd5aca-3fc7bab8, #w-node-_024aec19-3a8d-cb28-130a-65b20333a6cb-3fc7bab8, #w-node-b6c3df77-cb3b-510c-404b-ee4ad996d4b9-3fc7bab8, #w-node-_2d73b5c6-14ba-87c0-9063-b4f512e10658-3fc7bab8, #w-node-d9383a63-e7b0-e0c8-b169-ec80de9199f0-3fc7bab8, #w-node-fc9993b8-8569-f33e-44f9-dbdb324b2ee7-3fc7bab8, #w-node-_920a20f2-87cf-96e0-c9b3-1a191b8673bc-3fc7bab8, #w-node-_2fb6f627-7981-f84a-df20-a3b42afa2e27-3fc7bab8, #w-node-b9ffe08a-95f1-02df-a38a-1f6e25b0ee6e-3fc7bab8, #w-node-_8634c78e-08b8-d731-2df7-3ad531fe9f7f-3fc7bab8, #w-node-_31d7b1cf-f9bd-d774-10e3-46b920bf3fb9-3fc7bab8, #w-node-_7883e93c-4a25-748a-7608-c0932332f613-3fc7bab8, #w-node-_4be05feb-ada7-f3ce-5867-5740c7cf0bff-3fc7bab8, #w-node-e5916c1a-cc73-09a1-1ac2-d6607d7b74c6-3fc7bab8, #w-node-_2d73b5c6-14ba-87c0-9063-b4f512e10658-7519a303, #w-node-d9383a63-e7b0-e0c8-b169-ec80de9199f0-7519a303, #w-node-fc9993b8-8569-f33e-44f9-dbdb324b2ee7-7519a303, #w-node-_920a20f2-87cf-96e0-c9b3-1a191b8673bc-7519a303, #w-node-_2fb6f627-7981-f84a-df20-a3b42afa2e27-7519a303, #w-node-b9ffe08a-95f1-02df-a38a-1f6e25b0ee6e-7519a303, #w-node-_8634c78e-08b8-d731-2df7-3ad531fe9f7f-7519a303, #w-node-_31d7b1cf-f9bd-d774-10e3-46b920bf3fb9-7519a303, #w-node-_7883e93c-4a25-748a-7608-c0932332f613-7519a303, #w-node-_4be05feb-ada7-f3ce-5867-5740c7cf0bff-7519a303, #w-node-e5916c1a-cc73-09a1-1ac2-d6607d7b74c6-7519a303, #w-node-_2d73b5c6-14ba-87c0-9063-b4f512e10658-1d56dfa9, #w-node-d9383a63-e7b0-e0c8-b169-ec80de9199f0-1d56dfa9, #w-node-fc9993b8-8569-f33e-44f9-dbdb324b2ee7-1d56dfa9, #w-node-_920a20f2-87cf-96e0-c9b3-1a191b8673bc-1d56dfa9, #w-node-_2fb6f627-7981-f84a-df20-a3b42afa2e27-1d56dfa9, #w-node-b9ffe08a-95f1-02df-a38a-1f6e25b0ee6e-1d56dfa9, #w-node-_8634c78e-08b8-d731-2df7-3ad531fe9f7f-1d56dfa9, #w-node-_31d7b1cf-f9bd-d774-10e3-46b920bf3fb9-1d56dfa9, #w-node-_7883e93c-4a25-748a-7608-c0932332f613-1d56dfa9, #w-node-_4be05feb-ada7-f3ce-5867-5740c7cf0bff-1d56dfa9, #w-node-e5916c1a-cc73-09a1-1ac2-d6607d7b74c6-1d56dfa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78ad724e-a7a2-acb4-4ddb-6da7f3c3eda5-54308607, #w-node-b99ed0de-312d-b47b-f48f-b5e5cb93d4b2-54308607 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethnocentric rg';
  src: url('../fonts/ethnocentric-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethnocentric rg it';
  src: url('../fonts/ethnocentric-rg-it.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}