@import "select2.min.css";
@import url("https://fonts.googleapis.com/css?family=Figtree:&display=swap");
body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1 1 auto;
}

.big-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 24px;
}

.big-container-body {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header .big-container-body {
  gap: 0 50px;
}

.big-container-left,
.big-container-right {
  display: flex;
  align-items: center;
}

.big-container-right {
  min-width: 259px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.container-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  line-height: 1.33;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
}

.hs_submit .actions,
.user-research .contact-us-form .hs_submit .actions,
.primary-button {
  position: relative;
  display: inline-block;
  padding: 20px 58px 20px 24px;
  background: #f05c37;
  color: #ffffff;
  font:
    600 14px/20px "Figtree",
    sans-serif;
  border-radius: 120px;
  transition: color 300ms linear;
  --svg-color: currentColor; /* Стандартний колір для SVG */
}
.primary-button {
  background: #f05c37;
}

.hs_submit .actions::after,
.download-form .hs_submit .actions::after,
.primary-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  height: 12.5px;
  width: 17px;
  background: url("../images/svg/button-arrow.svg") no-repeat;
}
.primary-button::after {
  background-image: url("../images/svg/button-arrow-light.svg");
}
.lab-main__guide .primary-button.secondary-button::after {
  display: none;
}
.lab-main__guide .primary-button.secondary-button svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  height: 12.5px;
  width: 17px;
}
.primary-button.big-button::after {
  display: none;
}

.primary-button.big-button svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  height: 12.5px;
  width: 17px;
}

.hs_submit .actions::before,
.download-form .hs_submit .actions::before,
.primary-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 70px;
  transition: width 300ms linear;
}

.hs_submit .actions:hover {
  color: #f05c37;
  z-index: 5;
}

.primary-button:hover {
  color: #f05c37;
  z-index: 5;
}

.hs_submit .actions:hover::before,
.primary-button:hover::before {
  width: calc(100% - 20px);
  z-index: -1;
}

.hs_submit .actions:active::before,
.primary-button:active::before {
  background: #fdecea;
}

.contact-us-form .hs_submit .actions {
  background: #242d37;
}

.secondary-button {
  background: #242d37;
}

.contact-us-form .hs_submit .actions::after {
  background: url("../images/svg/button-arrow-scdr.svg") no-repeat;
}

.secondary-button::after {
  background: url("../images/svg/button-arrow-scdr-light.svg") no-repeat;
}

.video-button::after {
  background: url("../images/svg/video-button-icon.svg") no-repeat;
  height: 22px;
  width: 18px;
  right: 18px;
}

.contact-us-form .hs_submit .actions:hover input[type="submit"] {
  color: #242d37;
}

.secondary-button:hover {
  color: #242d37;
}

.primary-button.big-button {
  padding: 29px 78px 29px 36px;
  font-size: 18px;
}

.primary-button.big-button::before,
.hs_submit .actions::before {
  right: 12px;
  height: 54px;
  width: 54px;
  /*border-radius: 70px;*/
}

.hs_submit .actions::after,
.user-research .contact-us-form .hs_submit .actions::after {
  right: 28px;
  /*height: 16.5px;*/
  height: 19px;
  width: 23px;
  background: url("../images/svg/button-big-arrow.svg") no-repeat;
}

.primary-button.big-button svg {
  position: absolute;
  right: 28px;
  height: 19px;
  width: 23px;
}

@media (max-width: 992px) {
  .primary-button.big-button svg {
    right: 20px;
  }
}

.contact-us-form .hs_submit .actions::after,
.primary-button.secondary-button.big-button::after {
  right: 26px;
  height: 16.5px;
  width: 24px;
  background: url("../images/svg/button-big-arrow-secondary.svg") no-repeat;
  background-size: contain;
}
.contact-us-form .hs_submit .actions {
  width: 200px;
}
.contact-us-form .hs_submit .actions::after {
  right: 16px;
  height: 16px;
  width: 24px;
  background: url("../images/svg/button-big-arrow-secondary.svg") no-repeat;
  background-size: contain;
}

.primary-button.big-button:hover::before,
.hs_submit .actions:hover::before {
  width: calc(100% - 24px);
}

.primary-button.big-button.video-button::after {
  background: url("../images/svg/video-button-icon.svg") no-repeat;
  height: 22px;
  width: 18px;
  right: 26px;
}

.electric-gradient {
  background-image: linear-gradient(133deg, #f05c37 48.6%, #fdf3eb 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.about-us_menu a + div a {
  position: relative;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  margin: 0 0 12px !important;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  height: fit-content;
  color: #111111;
  transition: color 300ms linear;
  width: fit-content;
}

#menu-item-23752 > a::before {
  right: 65px;
}
.tertiary-cta-btn {
  position: relative;
  display: inline-block;
  transition: 400ms linear;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  color: #111;
  font:
    500 16px/1.5 "Figtree",
    sans-serif;
}

.tertiary-cta-btn::before {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
  height: 40px;
  width: 40px;
  background: url("../images/svg/tertiary-cta-btn.svg") no-repeat;
  background-size: cover;
  transition: 400ms linear;
}

.tertiary-cta-btn::after {
  content: "";
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  background: url("../images/svg/tertiary-cta-btn-hover.svg") no-repeat;
}

.tertiary-cta-btn:hover {
  color: #242d37;
}

.tertiary-cta-btn:hover::before {
  background: url("../images/svg/tertiary-cta-btn-hover.svg") no-repeat;
}

.tertiary-cta-btn:hover::after {
  background: url("../images/svg/tertiary-cta-btn-active.svg") no-repeat;
}

.tertiary-cta-btn:active {
  color: #b78eed;
}

.tertiary-cta-btn:active::before {
  background: url("../images/svg/tertiary-cta-btn-active.svg") no-repeat;
}

.bread-crumbs {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #cfcfcf;
  margin: 0 0 35px;
}

.bread-crumbs a {
  color: #cfcfcf;
}

.bread-crumbs a.active,
.breadcrumb_last {
  color: #111;
}

blockquote {
  margin: 0;
}

blockquote q {
  position: relative;
  margin: 0;
}

blockquote q::before {
  content: '"';
  position: absolute;
  top: -2px;
  left: 0;
  transform: translate(-100%, 0);
  margin: 0 0 0 -3px;
}

blockquote q::after {
  content: '"';
}

blockquote q > p {
  display: inline;
}

.filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filters li {
  display: inline-flex;
}

.filters li input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
}

.filters li label {
  position: relative;
  display: inline-block;
  padding: 10px 29px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: 400ms linear;
  user-select: none;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 120px;
  cursor: pointer;
}

.filters li label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #242d37;
  border-radius: 120px;
  transition: 400ms linear;
}

.filters li input[type="checkbox"]:checked ~ label {
  background: linear-gradient(94.23deg, #f05c37 -11.4%, #65728D 215.85%);
  color: #fff;
  border: none;
}

.filters li input[type="checkbox"]:checked ~ label::before {
  border: none;
}

.format-filter {
}

.format-filter h2 {
  margin: 0 0 33px;
}

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

.format-filter ul li {
  margin: 0 0 16px;
}

.format-filter ul li:last-child {
  margin: 0;
}

.format-filter input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.format-filter label {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 0 0 34px;
  cursor: pointer;
}

.format-filter label::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/svg/label-not-checked.svg") no-repeat center;
  transition: 300ms linear;
}

.format-filter input[type="checkbox"]:checked ~ label::before {
  background: url("../images/svg/label-checked.svg") no-repeat center;
}

.gray-color {
  background: #f8f8f8 !important;
}

.disabled_meet_slide {
  display: none;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 41px 0 40px;
  box-sizing: border-box;
  z-index: 70;
  transition: 700ms ease-in-out;
}
.single-landing_page .header {
  padding: 10px 0;
}

.header.hide {
  transition: 50ms ease-in-out;
  z-index: 5;
}

.main-logo {
  z-index: 70;
}

.main-logo img {
  width: 100%;
  height: auto;
}

.main-navigation {
}

.main-navigation ul,
#menu-main-right {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.43;
}

.main-navigation > ul > li {
  margin: 5px 0 5px 41px;
  display: inline-flex;
}

.main-navigation > ul > li.menu-item-home {
  display: none;
}

.main-navigation ul li a,
.main-navigation ul > li > span {
  color: #000;
  z-index: 12;
  transition: 300ms linear;
  cursor: pointer;
}

.main-navigation > ul > li.menu-item-has-children > a:after,
.main-navigation > ul > li.menu-item-has-children > span:after {
  content: "";
  margin: 0 0 0 4px;
  display: inline-block;
  background: url("../images/svg/menu-arrow.svg") no-repeat;
  background-size: cover;
  width: 10px;
  height: 6.5px;
  transition: 300ms linear;
  z-index: 12;
}

.main-subnavigation {
  position: absolute;
  top: -1px;
  left: -25px;
  padding: 79px 24px 40px;
  background: #f8f8f8;
  border-radius: 40px;
  border: 1px solid #cfcfcf;
  /*box-sizing: border-box;*/
  visibility: hidden;
  opacity: 0;
  transition: 400ms linear;
  z-index: 11;
}

.main-subnavigation > ul {
  display: flex;
}

.main-subnavigation > ul > li {
  color: #111;
  margin: 20px 0 0;
  padding: 0 44px;
  display: block;
  max-width: 315px;
  box-sizing: border-box;
  border-right: 1px solid #cfcfcf;
}

.main-subnavigation > ul > li:last-child {
  border: none;
}

/*.resources-list-item .main-subnavigation > ul > li{*/
/*    display: block;*/
/*    gap: 0 0;*/
/*    max-width: 630px;*/
/*    columns: 2;*/
/*}*/

.main-subnavigation > ul > li > a,
#menu-main-right .sub-menu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px;
  padding: 0 24px 0 0;
  box-sizing: border-box;
  height: fit-content;
  color: #111111;
  transition: color 300ms linear;
}

.main-subnavigation > ul > li > a:hover,
#menu-main-right .sub-menu > li > a:hover,
.main-subnavigation > ul li .sub-menu li a:hover {
  color: #242d37;
}

.main-subnavigation > ul > li > a:active,
#menu-main-right .sub-menu > li > a:active,
.main-subnavigation > ul li .sub-menu li a:active {
  opacity: 0.4;
  transition: color 50ms linear;
}

.main-subnavigation ul li a::before,
#menu-main-right .sub-menu > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 12.5px;
  background: url("../images/svg/submenu-arrow.svg") no-repeat;
}

.main-subnavigation ul li p {
  margin: 0 0 42px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.resources-list-item .main-subnavigation ul li p {
  margin: 0 0 85px;
}

.main-logo a {
  font-size: 0;
}

.log-in,
#menu-main-right {
  position: relative;
  margin: 0 40px 0 0;
  font-weight: 600;
  font-size: 14px;
}

.log-in a,
#menu-main-right > li > a {
  position: relative;
  color: #242d37;
  z-index: 12;
}

#menu-main-right ul {
  position: absolute;
  list-style: none;
  margin: 0;
  top: -30px;
  left: -225px;
  padding: 79px 20px 40px;
  background: #f8f8f8;
  border-radius: 40px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: 400ms linear;
  z-index: 11;
}

.main-navigation-trigger {
  display: none;
}

.main-subnavigation > ul li .sub-menu {
  display: block;
}

/*.resources-list-item .main-subnavigation > ul li .sub-menu{*/
/*    padding: 37px 0 0 45px;*/
/*}*/

.main-subnavigation > ul li .sub-menu li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 26px 0 0;
  box-sizing: border-box;
}

.main-subnavigation > ul li .sub-menu li:last-child a {
  margin: 0;
}

/* top-section */
.top-section {
  position: relative;
  padding: 192px 0 90px;
  box-sizing: border-box;
}
.media-news .top-section {
  padding: 192px 0 90px;
}
.single-landing_page .top-section {
  padding: 114px 0 44px;
}

.pricing .top-section {
  padding: 113px 0 85px;
}

.question .top-section {
  padding: 160px 0 81px;
}

.about-us .top-section {
  padding: 160px 0 73px;
}

.page-template-page-community .top-section {
  padding: 190px 0 90px;
}

.resources .top-section,
.post-type-archive-media__news .top-section {
  padding: 199px 0 120px;
}

.about-us .top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -3;
}

.top-section-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}

.top-section-header {
  position: relative;
  flex: 0 1 678px;
  min-width: 342px;
  margin: 11px 0 0;
}

.home .top-section-header {
  margin: 0;
}

.contact-us .top-section-header {
  position: relative;
  flex: 0 1 775px;
}

.user-research .top-section-header {
  position: relative;
  flex: 0 1 754px;
}

.google-ad-solutions .top-section-header {
  flex: 0 1 840px;
}

.cloudshare-vs-the-little-training-players .top-section-header {
  flex: 0 1 820px;
}

.page-template-page-community .top-section-header {
  flex: 0 1 665px;
  padding: 0 0 0 3px;
  margin: 150px 0 0;
}

.top-section-row-container {
  width: 100%;
}

.top-section-container-header {
  position: relative;
  max-width: 800px;
}

.top-section-header h1 {
  margin: 0 0 32px;
  position: relative;
}

.top-section-header h1.has-emoji {
  margin-top: 34px;
}

.top-section-container-header h1 {
  margin: 0 0 93px;
  position: relative;
}

.home .top-section-header h1 {
  position: relative;
  margin: 52px 0 34px;
}

.home .top-section-header h1 strong,
.user-research .top-section-header h1 strong {
  text-transform: uppercase;
  font:
    400 48px/64px "Figtree",
    sans-serif;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.user-research .top-section-header h1 strong {
  font-size: 52px;
}

.instructor-led-training .top-section-header h1 span strong {
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cloudshare-accelerate-your-training .top-section-header strong,
.cloudshare-accelerate-your-sales .top-section-header strong {
  font-weight: 700;
}

.cloudshare-accelerate-your-training .top-section-header h1,
.cloudshare-accelerate-your-sales .top-section-header h1 {
  position: relative;
}

.cloudshare-accelerate-your-training .top-section-header h1 .emojis,
.cloudshare-accelerate-your-sales .top-section-header h1 .emojis {
  top: 0;
  left: calc(40% + 270px);
}

.cloudshare-accelerate-your-training .top-section-header h1 .emojis-image,
.cloudshare-accelerate-your-sales .top-section-header h1 .emojis-image {
  margin: -64px 0 0 -47px !important;
}

.top-section-header h1 > span {
  font-weight: 500;
}

.top-section-header h2 {
  margin: 0 0 43px;
}

.top-section-header h3 {
  margin: 0 0 32px;
  line-height: 32px;
  font-weight: 300;
}

.user-research .top-section-header h2 strong {
  color: #440bd4;
  font-weight: 700;
}

.top-section-header p {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 32px;
}

.google-ad-solutions .top-section-header p,
.google-ad-solutions .top-section-header ul {
  max-width: 603px;
}

.top-section-header blockquote q {
  font-size: 18px;
  line-height: 1.55;
}

.top-section-header-rating blockquote q::before {
  position: static;
  margin: 0;
}

.top-section-header-rating blockquote q::after {
  margin: 0 0 0 -5px;
}

.top-section-header blockquote q p {
  margin: 0;
}

.onboarding .top-section-header h1 span strong {
  font-weight: 400;
}

.top-section-header p span {
  font-weight: 400;
}

.top-section-header ul {
  margin: 0 0 43px;
  padding: 0 0 0 42px;
  list-style: none;
}

.top-section-header ul li {
  position: relative;
  margin: 0 0 26px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.top-section-header ul li:last-child {
  margin: 0;
}

.top-section-header ul li::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -42px;
  background: url("../images/svg/list-style-icon.svg") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.top-section-header-list {
  display: flex;
  justify-content: flex-start;
  gap: 0 66px;
}

.top-section-header-list ul {
  margin: 94px 0 0;
}

.top-section-header-speakers {
  padding: 56px 0;
}

.top-section-header-speakers h2 {
  margin: 0 0 48px;
}

.top-section-header-speakers-container {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 40px 63px;
}

.top-section-header-speakers-item {
  flex: 0 1 221px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 13px 0;
}

.top-section-header-speakers-item-image {
  width: 139px;
}

.top-section-header-speakers-item-image img {
  width: 100%;
}

/*.top-section-header-speakers-item-text {*/
/*    flex: 1 1 auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

.top-section-header-speakers-item-text h3 {
  margin: 0 auto 4px;
  font-weight: 400;
}

.top-section-header-speakers-item-text h4 {
  margin: 0 auto 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  flex: 1 1 auto;
}

.top-section-header-speakers-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-section-image {
  position: relative;
  min-width: 219px;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
}

.home .top-section-image {
  opacity: 1;
  visibility: visible;
  justify-content: center;
  height: 100%;
  max-width: 563px;
  min-width: 375px;
}

.home .top-section-image-main-img {
  position: relative;
  z-index: 1;
  height: fit-content;
  width: fit-content;
  animation: homeTS 1s linear;
}

.home .top-section-image-main-img-2 {
  position: absolute;
  bottom: -31px;
  left: -109px;
  max-width: 76%;
}

.home .top-section-image-background-img {
  z-index: -1;
  /*height: fit-content;*/
  position: absolute;
  bottom: 1px;
  left: -76px;
  /*animation: homeTS 1s linear;*/
  width: 133%;
}

.home .top-section-image img {
  display: inline-block;
  height: auto;
  object-fit: contain;
}

.top-section-header-rating {
  position: relative;
  box-sizing: border-box;
  /*padding: 67px 60px 40px 0;*/
  padding: 67px 60px 66px 0;
  margin: 125px 0 0;
  background: #f8f8f8;
  height: fit-content;
  max-width: 599px;
}

.top-section-header-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-9999px);
  width: 9999px;
  height: 100%;
  background: inherit;
}

.top-section-header-rating img {
  width: 267px;
  margin: 0 0 18px;
}

.top-section-header-rating blockquote {
  margin: 0;
}

.top-section-header-rating p {
  margin: 0;
}

.product .top-section-image-main-img {
  position: relative;
}

.product .top-section-image-main-img-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  left: -100px;
}

.top-section-images {
  position: relative;
  padding: 206px 179px 0 0;
  /*padding: 190px 120px 0 0;*/
  height: fit-content;
  opacity: 0;
  visibility: hidden;
}

.top-section-images.lonely {
  padding: 62px 0 0;
  opacity: 1;
  visibility: visible;
}

.top-section-images img {
  border-radius: 50% 50% 0 0;
}

.top-section-images.lonely .top-section-images-main img {
  border-radius: 0;
}

.top-section-images-main {
  position: relative;
  z-index: 2;
  min-width: 330px;
  opacity: 1;
}

[class^="top-section-images-image"] {
  position: absolute;
  opacity: 0;
}

.top-section-images-image-2 {
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.top-section-images-image-3 {
  top: 182px;
  right: 0;
}

.top-section-images-image-4 {
  bottom: -17px;
  right: 60px;
}

.top-section-form {
  position: relative;
  flex: 0 1 576px;
}

.top-section-images-wrap {
  margin: 110px 72px 0 0;
  max-width: 590px;
}

/*circle images*/
.page-template-page-community .top-section-header h1 {
  margin: 0 0 11px;
}

.page-template-page-community .top-section-header p {
  font-size: 20px;
  line-height: 28px;
}

.top-section-header-row {
  display: flex;
  gap: 15px 35px;
  margin: 75px 0 0;
  flex-wrap: wrap;
  width: 120%;
}

.top-section-circle-images + .top-section-header-row {
  display: none;
}

.top-section-circle-images {
  margin: -30px -100px 0 0;
}

.circle-images {
  position: relative;
  padding: 157px;
}

.circle-images-main-image {
  position: relative;
  width: 26vw;
  height: 26vw;
  max-width: 434px;
  max-height: 434px;
  min-width: 252px;
  min-height: 252px;
}

.circle-images-main-image img {
  width: 100%;
  height: 100%;
}

.circle-images-secondary {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
}

.circle-images-small {
  --_m: 100%;
  --_r: calc((var(--_m) - var(--_sz)) / 2);
  --_sz: 12cqi;
  container-type: inline-size;
  display: grid;
  width: 100%;
  height: 100%;
}

.circle-images-small-container {
  position: relative;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  width: calc(var(--_m) * 0.96);
  height: calc(var(--_m) * 0.96);
  padding: unset;
}

.circle-images-small-container .circle-images-small-image {
  --_x: calc(var(--_r) + (var(--_r) * cos(var(--_d))));
  --_y: calc(var(--_r) + (var(--_r) * sin(var(--_d))));
  display: grid;
  top: var(--_y);
  left: var(--_x);
  justify-items: center;
  align-items: center;
  position: absolute;
  height: calc(var(--_sz) * 2);
  width: calc(var(--_sz) * 2);
  transform: translate(-25%, -25%);
}

.circle-images-small .circle-images-small-image:nth-child(1) {
  --_d: 0deg;
}

.circle-images-small .circle-images-small-image:nth-child(2) {
  --_d: 30deg;
}

.circle-images-small .circle-images-small-image:nth-child(3) {
  --_d: 60deg;
}

.circle-images-small .circle-images-small-image:nth-child(4) {
  --_d: 90deg;
}

.circle-images-small .circle-images-small-image:nth-child(5) {
  --_d: 120deg;
}

.circle-images-small .circle-images-small-image:nth-child(6) {
  --_d: 150deg;
}

.circle-images-small .circle-images-small-image:nth-child(7) {
  --_d: 180deg;
}

.circle-images-small .circle-images-small-image:nth-child(8) {
  --_d: 210deg;
}

.circle-images-small .circle-images-small-image:nth-child(9) {
  --_d: 240deg;
}

.circle-images-small .circle-images-small-image:nth-child(10) {
  --_d: 270deg;
}

.circle-images-small .circle-images-small-image:nth-child(11) {
  --_d: 300deg;
}

.circle-images-small .circle-images-small-image:nth-child(12) {
  --_d: 330deg;
}

.circle-images-small-container .circle-images-small-image img {
  max-width: 120px;
  max-height: 120px;
  width: 7.143vw;
  height: 7.143vw;
  min-width: 90px;
  min-height: 90px;
}

/*.single-landing_page .top-section > .container {*/
/*    !*max-width: 1680px;*!*/
/*    max-width: 1558px;*/
/*}*/
.single-landing_page .top-section-row {
  gap: 0 60px;
}

.user-research .top-section-form {
  flex: 0 1 576px;
}

.landing .top-section-form {
  flex: 0 1 481px;
}

.top-section-form-wrap {
  margin: 0 auto 25px;
  box-sizing: border-box;
  padding: 20px 32px;
  background-color:rgba(36, 45, 55, 1.0);
  border-radius:12px;
}

.contact-us-form .top-section-form-wrap {
  margin: 0px auto 17px;
  padding: 20px 32px 23px;
  background: #f8f8f8;
}

.top-section-form-top {
  background: #8224e3;
  margin: -20px -32px 32px;
  padding: 45px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-section-form-wrap h2 {
  color: #fff;
  margin: 0 0 22px;
  text-align: center;
}

.contact-us-form .top-section-form-wrap > h2 {
  color: #111111;
}

.top-section-form-top h2 {
  font-weight: 700;
  margin: 0 0 22px;
}

.top-section-center {
  width: 100%;
  text-align: center;
}

.top-section-center .bread-crumbs {
  margin: 81px 0 36px;
}

.solution .top-section-center .bread-crumbs {
  margin: 11px 0 36px;
}

.top-section-center h1 {
  position: relative;
  max-width: 920px;
  margin: 0 auto 34px;
  width: fit-content;
}

.resources .top-section-center h1 {
  margin: 0 auto 35px;
}

.top-section-center h1 span strong {
  font-weight: 600;
}

.top-section-center h1 span strong img {
  margin: 3px 0 0 10px;
}

.speakers {
  display: flex;
  justify-content: flex-start;
  gap: 24px 44px;
  flex-wrap: wrap;
}

.speakers-container {
  display: flex;
  gap: 10px 38px;
  width: calc(33.33% - 44px);
}

.speakers-photo {
  max-width: 140px;
  align-self: center;
}

.speakers-photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.speakers-content {
  padding: 5px 0 0;
  font-style: normal;
}

.speakers-content-text {
  margin: 0 0 16px;
}

.speakers-content-text h3 {
  margin: 0 0 0;
  font-weight: 400;
}

.speakers-content-text h4 {
  margin: 0 0 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.speakers-content-logo {
}

.virtual-training .top-section-center .emojis {
  right: -68px;
  bottom: 97%;
}

.sales-enablement .top-section-center .emojis {
  left: 8px;
  bottom: 95%;
}

.about-us .top-section-center .emojis {
  right: -89px;
  bottom: 82%;
}

.pricing .top-section-center .emojis {
  right: 35px;
  bottom: 99%;
}

.virtual-training.top-section-center h1 span strong {
  letter-spacing: -5px;
}

.sandboxing .vilt-heading h3 span {
}

.virtual-training .top-section-center h1 span strong {
  color: #f7e96a;
  font-weight: bold;
  text-stroke: 1px #f00;
  display: inline-block;
  -webkit-text-stroke: 0.5px #f00;
  text-shadow: 1px 1.5px 0px #f00;
  margin-right: 3px;
}

.top-section-center p {
  margin: 0 auto 46px;
  max-width: 752px;
  font-size: 18px;
  line-height: 1.556;
}

.top-section-center > p:last-child {
  margin: 0 auto;
}

.top-section-center p a[href="#subscribe"] {
  color: #242d37;
}

.top-section-center ul {
  margin: 0 -59px 60px;
  padding: 28px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.top-section-center ul li {
  margin: 0 59px;
}

.top-section-center ul img {
  width: 56px;
  height: 56px;
  margin: 0 0 15px;
}

.top-section-center h3 {
  margin: 0;
}

.top-section-center .primary-button {
  z-index: 2;
}

.about-us .top-section-center > a {
  font-weight: 400;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  top: -12px;
}

.top-section-image-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -200px 0 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.about-us .top-section-image-block {
  margin: -54px 0 0;
}

.top-section-image-block img {
  height: fit-content;
  opacity: 0;
}

.work-with-us .top-section-image-block {
  margin: -133px 0 0;
}

.top-section-post-row {
  padding: 92px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}

.top-section-post-text {
  flex: 0 1 506px;
  padding: 48px 0 0 0;
  box-sizing: border-box;
}

.top-section-post-text h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.top-section-post-text h2 {
  margin: 0 0 13px;
}

.top-section-post-text a {
  color: #111111;
}

.top-section-post-text .date {
  display: block;
  margin: 0 0 48px;
}

.top-section-post-image {
  flex: 0 1 800px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-section-post-image > a {
  height: 100%;
}

.top-section-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-section-post-image-label {
  position: absolute;
  top: 44px;
  right: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  box-sizing: border-box;
  display: inline-block;
  padding: 16px 29px;
  border-radius: 40px 0 0 40px;
  background: #fff;
  color: #111111;
}

/* two-solutions */
.two-solutions {
  padding: 116px 0 120px;
  background: #fff;
}

.home .two-solutions {
  background: none;
  box-shadow: inset 0 -200px 0 #fff;
}

.two-solutions .big-container-body {
  gap: 0 55px;
}

.two-solutions-item {
  position: relative;
  max-width: 753px;
  background: #f8f8f8;
  text-align: center;
  padding: 137px 107px 60px;
  box-sizing: border-box;
}

.two-solutions-item h2 {
  margin: 0 0 19px;
  color: #111;
}

.two-solutions-item h2 > a {
  color: inherit;
}

.two-solutions-item p {
  margin: 0 0 40px;
}

.two-solutions-item img {
  position: absolute;
  top: -117px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 229px;
  border-radius: 10px;
}

/* platforms */
.platforms {
  padding: 40px 0 0;
  background: #fff;
  margin: 0 0 132px;
}

section.platforms:last-of-type {
  margin: 0;
}

.home .platforms {
  box-shadow: 0 70px 0 #fff;
}

/*.contact-us .platforms {*/
/*    padding: 88px 0 155px;*/
/*    margin: 0 0 106px;*/
/*}*/

.request-a-demo .platforms {
  margin: 28px auto 0;
  padding: 105px 0 132px;
}

.thank-you-demo-successful .platforms,
.thank-you-demo-unsuccessful .platforms {
  padding: 83px 0 70px;
}

.platforms .note {
  text-align: left;
}

.platforms h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 53px;
  max-width: fit-content;
}

.contact-us .platforms h2 {
  margin: 0px auto 83px;
}

/*margee*/
.platforms-marquee {
  /*width: 100%;*/
  width: max-content;
  overflow: hidden;
}

.platforms-marquee-image {
  display: inline-block;
  margin: 0 38px;
  vertical-align: middle;
}

/* socks */
.socks {
  /*padding: 0 0 325px;*/
  padding: 0 0 150px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.socks::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0 -40px 50px #fff;
  background: #fff;
}

/*.socks > .container{*/
/*    background: #fff;*/
/*    box-shadow: 0 40px 50px #fff;*/
/*}*/

.socks h2 {
  font-size: 52px;
  line-height: 1.23;
  max-width: 942px;
  margin: 0 auto;
  padding: 0 0 44px;
  background: #fff;
}

.socks p {
  position: relative;
  /*max-width: 538px;*/
  padding: 0 0 20px;
  margin: 0 auto 31px;
  font-size: 18px;
  line-height: 1.55;
  background: #fff;
  /*box-shadow: 0 40px 50px #fff;*/
  box-shadow: 0 20px 35px #fff;
}

/*.socks p::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: -50%;*/
/*    transform: translateX(50%);*/
/*    background: red;*/
/*    box-shadow: 0 40px 50px blue;*/
/*}*/

.socks h4 {
  font:
    300 24px/1.5 "Figtree",
    sans-serif;
  max-width: 864px;
  margin: 0 auto;
}

.socks h4 strong {
  font-weight: 600;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.socks-image {
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
}

#socks-rain {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50vh);
  width: 100%;
  max-width: 942px;
  max-height: 1500px;
  height: 100vh;
  opacity: 0;
  z-index: -1;
}

#socks-rain.show {
  opacity: 1;
}

/* benefits */
.benefits {
  margin: 0 0 115px;
}

.home .benefits {
  position: relative;
  z-index: 5;
  background: #fff;
}

.home .benefits .container {
  padding: 0;
  max-width: none;
  width: 100% !important;
}

.benefits-row {
  display: grid;
  grid-template-columns: 554fr 737fr;
  gap: 0 109px;
  width: calc(100% - 48px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  /*padding: 0 48px 0 24px;*/
  background: #fff;
  /*opacity: 0;*/
  transition: 1000ms linear;
  padding-bottom: 120px;
}
.benefits-row:nth-child(even) {
  grid-template-columns: 737fr 554fr;
}
.benefits-row:first-child {
  opacity: 1;
}

.benefits-row:last-child {
  padding-bottom: 0;
}

.benefits-row:nth-child(even) .benefits-content {
  grid-column: 2;
  grid-row: 1;
}
.benefits-row:nth-child(even) .benefits-images {
  grid-column: 1;
  grid-row: 1;
}

.benefits-row.active {
  opacity: 1;
  height: auto;
}

.benefits-content {
  flex: 0 1 50%;
  max-width: 673px;
}

.benefits-content h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 0.9;
  margin: 0 0 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #f05c37;
}

.benefits-content h2 {
  margin: 0 0 23px;
}

.benefits-content p {
  margin: 0 0 24px;
}

.benefits-content ul {
  margin: 0 0 24px;
  padding: 0;
}

.benefits-content ul li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 23px;
  list-style: none;
}

.benefits-content ul li::before {
  content: "";
  position: absolute;
  top: calc((24px / 2) - (3px / 2));
  left: 10px;
  background: #111111;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.benefits-content ul li:last-child,
.benefits-content p:last-child {
  margin: 0;
}

.range-stars {
  margin: 0 0 4px;
}

.benefits-images {
  flex: 0 1 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.benefits-images svg {
  width: 100%;
  border-radius: 12px;
}

.home .benefits-images {
  align-items: flex-start;
}

.benefits-images-main {
  position: relative;
  max-width: 610px;
}

/*.benefits-row:nth-child(even) .benefits-images-main {*/
.benefits-row .benefits-images-main {
  margin: 0 0 0 60px;
}

.benefits-images-minor {
  position: absolute;
  top: 33%;
  left: -62px;
  max-width: 152px;
  width: 24.92%;
}

/*.benefits-row:nth-child(even) .benefits-images-minor {
  left: -2px;
}*/

.benefits-images-main img,
.benefits-images-minor img {
  width: 100%;
  object-fit: cover;
}

/* checkout */
.cta2 {
  background: #f8f8f8;
  margin: 0;
}

.cta2 + section {
  margin-top: 105px;
}

.cta2-body {
  display: flex;
  justify-content: center;
  gap: 0 17.5%;
}

.cta2-header {
  width: 55.22%;
  min-height: 300px;
  padding: 25px 20px 18px 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cta2-header h3 {
  position: relative;
  font-size: 120px;
  line-height: 1.167;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0;
}

.cta2-header h2 {
  margin: 0;
}

.cta2-header p {
  margin: 0;
  max-width: 525px;
}

.solution .cta2 h3 .emojis {
  bottom: 82%;
  left: 59%;
}

.utmost {
  position: relative;
  max-width: 470px;
  margin: 0 0 0 206.5px;
  width: 294px;
  background: #440bd4;
  display: flex;
  align-items: center;
  z-index: 2;
}

.utmost .primary-button {
  margin: 0 0 0 -99px;
  z-index: 3;
}

.utmost::before {
  content: "";
  position: absolute;
  top: 0;
  left: -206.5px;
  width: 413px;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.utmost::after {
  content: "";
  position: absolute;
  left: 0;
  width: 9999px;
  height: 100%;
  background: inherit;
}

/* awards-and-testimonials */
.awards-and-testimonials {
  /*margin: 0 0 161px;*/
  margin: 0 0 105px;
}

.awards-and-testimonials-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 38px;
}

.awards-and-testimonials-leftSide {
  flex: 0 0 584px;
  min-width: 0;
}

.awards-and-testimonials-rightSide {
  flex: 0 1 670px;
  min-width: 0;
}

/* infografic */
.infografic {
  position: relative;
  margin: 0 0 111px;
  background: #fff;
}

.about-us .infografic {
  padding: 85px 0 115px;
  background: #f8f8f8;
}

.infografic h2 {
  text-align: center;
  margin: 0 0 31px;
}

.infografic-bounce-track {
  position: absolute;
  top: -143px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}

.infografic-bounce-track-animation-block {
  position: relative;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.infografic-bounce-track-animation-block.show {
  visibility: visible;
  opacity: 1;
}

.infografic-bounce-track svg {
  width: 100%;
}

.infografic-bounce-track-animation-block .ball {
  width: 39px;
  height: 39px;
  transition: all 55ms;
}

.infografic-row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.infografic-column {
  width: 310px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f8f8;
}

.infografic-column h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.infografic-column strong {
  font-weight: 400;
  font-size: 68px;
  line-height: 1.18;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin: 0 0 11px;
}

.infografic-column span {
  font-size: 18px;
  line-height: 28px;
}

/* last-resources-post */
.last-resources-post {
  margin: 0 0 160px;
}

.last-resources-post.gray-color {
  padding: 80px 0;
  margin: 0;
}

.last-resources-post h2 {
  margin: 0 auto 13px;
  text-align: center;
}

.last-resources-post .post-item-text {
  padding: 22px 24px 20px;
}
.trinity-iframe.trinity-player.loaded {
  position: static !important;
}
.single-lab-essential #footer {
  overflow: hidden;
}
/* cta */
.cta {
  background: #f05c37;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}

.cta + section {
  margin-top: 125px;
}
.single-lab-essential .cta + section {
  margin-top: 0;
}
.cta-body {
  display: flex;
  justify-content: center;
  gap: 0 52px;
}

.cta-header {
  width: 55.22%;
  min-height: 300px;
  padding: 14px 0 29px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.cta-header h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
}

.cta-header h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  margin: 10px 0 0;
}

/*.cta-header h2, .cta-header h3, .cta-header h4, .cta-header h5, .cta-header p {*/
/*    margin: 0 32px 0 0;*/
/*}*/

.cta-body .utmost .primary-button {
  margin: -1px 0 0 -80px;
  z-index: 3;
}

/* footer */
.footer {
  padding: 55px 0 19px;
  box-sizing: border-box;
  background: #242d37;
  color: #fff;
  pointer-events: auto;
  position: relative;
}

.footer-container {
  margin: 0 auto;
  padding: 0 24px;
  /*max-width: 1628px;*/
  max-width: 1600px;
}

.footer-logo {
  display: flex;
  flex-shrink: 0;
}

.footer-logo a {
  display: inline-block;
  aspect-ratio: 190/35;
  width: 190px;
}

.footer-logo a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer__content {
  display: flex;
  gap: 120px;
  align-items: start;
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__body {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  align-items: start;
}

.footer__menu {
  flex-grow: 1;
}

.footer__actions {
  max-width: 311px;
}

.footer__bottom {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 67px;
  position: relative;
  padding-left: 313px;
}

.footer-row {
  position: relative;
  display: flex;
  /*justify-content: space-between;*/
  gap: 0 45px;
}

.footer-row:last-child {
  padding: 0 0 60px;
  justify-content: space-between;
}

.footer-column:first-child {
  flex: 0 1 497px;
}

/* .footer-column:nth-child(2) {
  flex: 0 1 calc(100% - 545px);
}
  */

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-contacts-address address {
  font-style: normal;
  font-weight: 500;
}

.footer-contacts-address address p {
  margin: 0;
}

.footer-navigation {
}

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

.footer-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 100px;
}

.footer-navigation > ul > li {
  max-width: 180px;
}

.footer-navigation li.bold-btn a {
  color: rgba(255, 255, 255, 0.5);
  transition: 400ms linear;
}

.footer-navigation li a {
  color: #fff;
  transition: 400ms linear;
}

.bold-btn a {
  font-weight: 500 !important;
}

.footer-navigation ul a:hover {
  color: #f05c37 !important;
}

.footer-navigation > ul > li > a {
  font-weight: 500;
}

.footer-navigation ul ul {
  flex-direction: column;
}

.footer-navigation ul ul:not(:first-child) {
  margin: 15px 0 0;
}

.footer-navigation ul ul > li:not(:last-child) {
  margin: 0 0 10px;
}

.footer-navigation ul ul > li.bold-btn:not(:last-child) {
  margin-bottom: 15px;
}

.footer-social {
  flex-shrink: 0;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social-icons a {
  display: flex;
  height: 20px;
  max-width: 30px;
}

.footer-social-icons a img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.footer-social-icons a svg path {
  transition: 400ms linear;
}

.footer-social-icons a:hover svg path {
  fill: #f05c37;
}

.copyright {
  flex-grow: 1;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  gap: 5px 40px;
  align-items: center;
  flex-wrap: wrap;
}

.copyright .privacy-policy {
  color: #fff;
  transition: 400ms linear;
}

.footer-social .privacy-policy:hover {
  color: #f05c37;
}

.copyright p {
  margin: 0;
}

/* growth */
.growth {
  margin: 0 0 128px;
}

.growth-banner {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  max-width: fit-content;
  align-items: center;
}

.growth-banner h2 {
  position: relative;
  text-align: center;
  margin: 0;
  align-items: center;
}

.growth-banner h2 p {
  margin: 75px 17px 0 0;
  display: inline-block;
}

.growth-banner h2 p:empty {
  display: none;
}

.growth-banner h2 span {
  display: inline-block;
  margin: 0 26px 0 0;
}

.growth-banner h2 .emojis {
  left: 24.5%;
  bottom: 52%;
}

.growth-banner h2 svg {
  vertical-align: middle;
  margin: 0 0 40px 0;
  width: auto;
}

.growth-banner .first_image {
  margin: -5px 0px 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.growth .container > p {
  max-width: 655px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.growth-row {
  margin: 0 auto;
  max-width: 1275px;
  display: flex;
  justify-content: space-between;
}

.growth-column {
  display: flex;
  flex-direction: column;
  max-width: 292px;
  align-items: center;
  text-align: center;
}

.growth-column .growth-column-image {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  margin: 0 0 27px;
}

.growth-column h4 {
  margin: 0 0 9px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.growth-column p {
  margin: 0;
}

/* video */
.video {
  margin: 0 0 195px;
  position: relative;
}

.webinar-on-demand .video {
  background: linear-gradient(127.12deg, #242d37 -18.07%, #b78eed 99.71%);
  padding: 80px 0;
  margin: 0 0 80px;
}

.video-item {
  position: relative;
  margin: 0 auto;
  max-width: 1134px;
  height: 638px;
}

.video-item-poster {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  transition: 450ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.video-item-poster::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/svg/play_icon.svg") center no-repeat;
  background-size: cover;
  z-index: 4;
  cursor: pointer;
  transition: 300ms linear;
}

.video-item-poster:hover::before {
  width: 80px;
  height: 80px;
}

.video-item-poster::after {
  position: absolute;
  content: "";
  width: 67px;
  height: 67px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.video-item-poster.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.video-item-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-item-wrapper {
  width: 70vw;
  height: 39vw;
  max-width: 100%;
  max-height: 90vh;
}

.video-item iframe,
#video-item-player {
  width: 100%;
  height: 100%;
}

.webinar-on-demand .video > .container h2 {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  max-height: 55px;
  right: 6.95%;
  bottom: 106.6%;
  line-height: 43px;
  margin: 0;
}

.webinar-on-demand .video > .container h2 img {
  width: 51px;
  height: 38px;
  background: url("../images/emojis/emojis-arrow-down-2.svg") no-repeat bottom
    center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  display: inline-block;
  padding: 17px 5px 0;
  margin: 0;
  opacity: 0;
}

.webinar-on-demand .video > .container h2 span {
  max-width: 100px;
  margin: -27px 0px 0 17px;
  padding: 4px 0 0;
  display: inline-block;
  opacity: 0;
}

.webinar-on-demand .video > .container h2 strong {
  margin: 20px 0px 0 -118px;
}

.webinar-on-demand .video .emojis {
  right: 5.8%;
  bottom: 106.6%;
}

.webinar-on-demand .video .emojis-text {
  font-size: 36px;
  line-height: 43px;
  max-width: 100px;
  margin: -27px 0px 0 17px !important;
}

.webinar-on-demand .video .emojis-text > span {
  color: #242d37;
  font-weight: 700;
  -webkit-text-fill-color: #242d37;
}

/* vertical-tabs */
.vertical-tabs {
  margin: 0 auto 45px;
}

.vertical-tabs-wrap {
  position: absolute;
  top: -167px;
  left: 0;
  width: 100% !important;
  min-height: 124px;
  z-index: 1;
}

.vertical-tabs-wrap.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -20;
  transition: 750ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.vertical-tabs .container > h2 {
  position: relative;
  font-size: 52px;
  line-height: 1.23;
  margin: 0 0 60px;
}

.vertical-tabs .container > h2 span {
  font-weight: 400;
}

.vertical-tabs .container > h2 span.vertical-tabs-arrow {
  display: inline-block;
  margin: 0 0 -64px 10px;
  background: url("../images/svg/arrow-down-angle.svg") no-repeat;
  background-size: cover;
  width: 62.5px;
  height: 88px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.vertical-tabs-body {
  position: relative;
  width: 100%;
  margin: 0 0 60px;
  padding: 43px 0 0;
}

.vertical-tabs-body .scrollmagic-pin-spacer > .container {
  padding: 0;
  max-width: none;
  width: 100% !important;
}

.vertical-tabs-body .scrollmagic-pin-spacer > .container::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 36px 0 45px;
  background: linear-gradient(to right, #f8f8f8 59.75%, #ffffff 40.25%);
}

.vertical-tabs-body:last-child {
  margin: 0;
}

.vertical-tabs-body .swiper-pagination {
  display: none;
}

.vertical-tabs-row {
  display: flex;
  justify-content: space-between;
  gap: 0 56px;
  width: calc(100% - 48px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px 0 24px;
  opacity: 0;
  transition: 1000ms linear;
}

.vertical-tabs-row:nth-child(2) {
  opacity: 1;
}

.vertical-tabs-row.not-visible {
  opacity: 0;
}

.vertical-tabs-row.active {
  opacity: 1;
  height: auto;
  z-index: 5;
}

.vertical-tabs-title {
  padding: 59px 50px 20px 64px;
  background: #f8f8f8;
}

.vertical-tabs-title-row {
  display: flex;
  margin: 0 0 64px;
  transition: 300ms linear;
}

.vertical-tabs-title-row > a {
  display: flex;
  width: 100%;
  height: 100%;
}

.vertical-tabs-title-row:last-child {
  margin: 0;
}

.vertical-tabs-title-row.active-tab {
}

.vertical-tabs-title-number {
  margin: 3px 16px 0 0;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms linear;
}

.vertical-tabs-title-row:not(.active-tab):hover .vertical-tabs-title-number {
  background: #fff;
}

.vertical-tabs-title-number span {
  color: #cfcfcf;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font:
    500 12px/20px "Figtree",
    sans-serif;
  margin: 0 0 0 4px;
  transition: 300ms linear;
}

.vertical-tabs-title-row:not(.active-tab):hover
  .vertical-tabs-title-number
  span {
  color: #242d37;
}

.vertical-tabs-title-row.active-tab .vertical-tabs-title-number {
  background: #242d37;
}

.vertical-tabs-title-row.active-tab .vertical-tabs-title-number span {
  color: #fff;
}

.vertical-tabs-title-text {
  color: #cfcfcf;
}

.vertical-tabs-title-text h2 {
  margin: 0 0 13px;
  transition: 300ms linear;
}

.vertical-tabs-title-row:not(.active-tab):hover .vertical-tabs-title-text h2 {
  color: #242d37;
}

.vertical-tabs-title-text p {
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.vertical-tabs-title-row.active-tab .vertical-tabs-title-text {
  color: #111;
}

.vertical-tabs-title-row.active-tab .vertical-tabs-title-text p {
  visibility: visible;
  opacity: 1;
}

.vertical-tabs-image {
  width: 100%;
  max-width: 808px;
  display: flex;
  align-items: center;
  padding: 15px 0 0;
  margin: 0 -9px 0 0;
}

.vertical-tabs-image .cost_control,
.vertical-tabs-image .hand_on_experience,
.vertical-tabs-image .spinning_up,
.vertical-tabs-image .analytics {
  width: 100%;
}

.vertical-tabs-image #cost_control,
.vertical-tabs-image #hand_on_experience,
.vertical-tabs-image #spinning_up,
.vertical-tabs-image #analytics {
  width: 100%;
}

.vertical-tabs-row.active [id^="cost_control_module_"] {
  transform: scale(1);
}

/* testimonial */
.testimonial {
  /*padding: 140px 0 212px;*/
  padding: 130px 0;
}

.testimonial-body {
  margin: 0 auto;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  gap: 0 110px;
}

.testimonial-body-image {
  flex: 0 0 254px;
  align-self: center;
}

.testimonial-body-text {
  margin: 0;
  padding: 45px 0 0;
  max-width: 881px;
  font:
    300 32px/44px "Figtree",
    sans-serif;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.testimonial-body-text q {
  margin: 0 0 23px;
}

.testimonial-body-text q > p {
  display: inline;
  margin: 0 0 21px;
}

.testimonial-body-text-cite {
  float: right;
  display: flex;
  align-self: flex-end;
}

.testimonial-body-text cite {
  display: inline-block;
  text-align: right;
  margin: 10px 20px 0 0;
  font:
    300 14px/20px "Figtree",
    sans-serif;
}

.testimonial-body-text cite h5 {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #242d37;
  font:
    500 12px/20px "Figtree",
    sans-serif;
  margin: 0 0 6px;
}

.testimonial-body-text cite p {
  margin: 0;
}

.testimonial-body-text img {
  width: 79px;
  border-radius: 50%;
}

/* horizontal-tabs */
.horizontal-tabs {
  margin: 0 0 110px;
}

.horizontal-tabs-body {
  display: flex;
  gap: 0 56px;
}

.horizontal-tabs-cubes {
  flex: 0 1 888px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -170px 0 0;
}

.horizontal-tabs-cube {
  max-width: 296px;
  width: 33.33%;
  box-sizing: border-box;
  padding: 34px 40px 76px;
  font-size: 16px;
  line-height: 24px;
}

.horizontal-tabs-cube:nth-child(odd) {
  background: #f8f8f8;
}

.horizontal-tabs-cube:nth-child(even) {
  background: #ffffff;
}

.horizontal-tabs-cube-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 34px;
}

.horizontal-tabs-cube img {
  display: inline-block;
}

.horizontal-tabs-cube p {
  margin: 0;
}

.horizontal-tabs-tab-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.horizontal-tabs-text {
  flex: 0 0 538px;
}

/*tabs */
.tabs {
  flex: 1 1 100%;
}

.tabs ul {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font:
    400 20px/28px "Figtree",
    sans-serif;
}

.tabs ul > li {
  position: relative;
  width: 202px;
  box-sizing: border-box;
  border-bottom: 1px solid #cfcfcf;
  outline: none;
}

.tabs ul > li.smooth-underlining {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: linear-gradient(133.23deg, #ff6917 -11.4%, #a185e9 123.85%);
  height: 5px;
  width: 202px;
  transition: 300ms linear;
  padding: 0;
  border: none;
  opacity: 0;
}

.tabs ul > li:nth-child(1).ui-tabs-active ~ .smooth-underlining {
  left: 0;
  opacity: 1;
}

.tabs ul > li:nth-child(2).ui-tabs-active ~ .smooth-underlining {
  left: 202px;
  opacity: 1;
}

.tabs ul > li > a {
  display: block;
  padding: 0 0 14px 8px;
  color: #cfcfcf;
  transition: 300ms linear;
  outline: none;
}

.tabs ul > li.ui-tabs-active a {
  color: #111;
}

.ui-tabs-panel {
  box-sizing: border-box;
  padding: 82px 0 0;
  font:
    300 36px/48px "Figtree",
    sans-serif;
}

.ui-tabs-panel p {
  margin: 0;
}

/* curious */
.curious {
  margin: 0 0 110px;
}

.curious-body {
  display: flex;
  justify-content: space-between;
  gap: 0 135px;
}

.curious-image {
  position: relative;
  /*padding: 62px 0 0;*/
  min-width: 342px;
  max-width: 524px;
  align-self: center;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 524/500;
}

/* 
.curious-image::before {
  content: "";
  position: absolute;
  top: 46px;
  right: 0;
  width: 145px;
  height: 145px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 18px solid #f05c37;
  background: transparent;
  z-index: -1;
} */

.curious-text {
  margin: 60px 0 0 0;
  position: relative;
  max-width: 538px;
}

.curious-text h2 {
  position: relative;
  margin: 0 0 31px;
}

.curious-text h2 .emojis {
  right: -9.5%;
  bottom: 105%;
}

.work-with-us .curious-text h2 .emojis {
  right: 14.6%;
  bottom: 102%;
}

.curious-text h2 .emojis-text {
  max-width: 189px;
}

.curious-text p {
  position: relative;
  margin: 0 0 24px;
}

.curious-text-logos {
  /*margin: 14px 0 0;*/
}

.curious-text-logos img {
  vertical-align: middle;
  margin: 14px 40px 0 0;
}

.curious-text-logos img:last-child {
  margin: 14px 0 0;
}

/* services */
.services {
  margin: 20px auto;
  max-width: 1680px;
  text-align: center;
}

.services .container {
  margin: 0 auto 177px;
  font-size: 18px;
  line-height: 28px;
}

.services h2 {
  margin: 0 auto 28px;
}

.services .container > p {
  max-width: 753px;
  margin: 0 auto;
}

.services-container {
  display: flex;
  gap: 0 56px;
  flex-wrap: wrap;
  margin: 0 auto -20px;
}

.less_items .services-container {
  justify-content: center;
}

.product .services-container {
  gap: 0;
}

.services-item {
  position: relative;
  padding: 143px 25px 68px;
  max-width: 420px;
  width: 25%;
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 130px;
}

.less_items .services-item {
  max-width: 404px;
}

.services-item:nth-child(odd) {
  background: #f8f8f8;
}

.solution .services-item,
.less_items .services-item {
  background: #f8f8f8;
}

.services-item-wrap {
  margin: 0 auto;
  max-width: 270px;
}

.services-item-image {
  position: absolute;
  top: -57%;
  left: 50%;
  transform: translate(-50%, 50%);
  max-width: 220px;
}

.services-item-image a {
  display: block;
}

.services-item-image a img {
  max-width: none;
  min-width: 115px;
}

.services-item-wrap h3 {
  margin: 0 0 11px;
}

.services-item-wrap h3 a {
  color: inherit;
}

.services-item-wrap p {
  margin: 0 0 31px;
}

.services-item .tertiary-cta-btn {
  font-size: 14px;
}

/* gdpr */
.gdpr {
  position: relative;
  width: 100%;
  margin: 0 0 99px;
}

.gdpr-pseudo-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gdpr-line {
  display: none;
  max-width: 1680px;
  width: 100%;
  position: relative;
  z-index: -1;
}

/*.gdpr-line img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.gdpr-circle {
  position: relative;
  width: 366px;
  height: 366px;
  padding: 65px 54px;
  text-align: center;
  background: #242d37;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
}

.gdpr-circle p {
  margin: 26px 0 0;
  color: #fff;
}

.gdpr-circle p a {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

/* training-about */
.training-about {
  /*margin: 0 0 98px;*/
  /*margin: 143px 0 98px;*/
  margin: 0 0 98px;
  padding: 65px 0 0;
  text-align: center;
}

.training-about .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.training-about h2 {
  max-width: 800px;
  position: relative;
  margin: 0 auto 9px;
}

.training-about h2 p {
  margin: 0;
}

.training-about h2 .emojis {
  right: 18.4%;
  bottom: 114%;
}

.training-about h2 strong {
  font-weight: 400;
  display: inline-block;
  line-height: 0.5;
}

.training-about .container > p {
  max-width: 673px;
  margin: 0 auto 105px;
  font-size: 18px;
  line-height: 28px;
}

.training-about-row {
  max-width: 1410px;
  margin: 0 -33px;
  display: flex;
  flex-wrap: wrap;
  gap: 90px 0;
  width: calc(100% + 66px);
}

.solution .training-about-row,
.sub-solution .training-about-row {
  justify-content: center;
}

.instructor-led-training .training-about-row,
.demos .training-about-row,
.onboarding .training-about-row,
.self-paced-training .training-about-row,
.pocs .training-about-row {
  max-width: 1180px;
  justify-content: center;
}

.training-about-item {
  position: relative;
  box-sizing: border-box;
  padding: 107px 25px 47px;
  background: #f8f8f8;
  width: calc(33.33% - 66px);
  margin: 0 33px;
}

.instructor-led-training .training-about-item,
.demos .training-about-item,
.onboarding .training-about-item,
.self-paced-training .training-about-item,
.pocs .training-about-item {
  width: calc(50% - 66px);
  max-width: 482px;
}

.training-about-item .training-about-item-image {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 12%;
  background: #ffffff;
  border: 1px solid #cfcfcf;
}

.training-about-item-wrap {
  max-width: 291px;
  margin: 0 auto;
}

.training-about-item-wrap h3 {
  margin: 0 0 12px;
}

.training-about-item-wrap p {
  margin: 0 0 16px;
}

.training-about-column-wrap h3 {
  margin: 0 0 11px;
}

.training-about-column-wrap h3 a {
  color: inherit;
}

.training-about-column-wrap p {
  margin: 0 auto 16px;
  max-width: 355px;
}

/* steps */
.steps {
  margin: 0 0 118px;
  /*margin: 0 0 350px;*/
  text-align: center;
  z-index: -1;
}

.steps.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.steps h2 {
  margin: 0 auto 91px;
}

.steps .ring-bounce {
  display: none;
  width: 59.58%;
  margin: 0 0 58px;
}

.country-branches .ring-bounce {
  width: 74%;
  margin: 0 0 20px;
  transform: translateX(-149px);
}

.steps .ring-bounce img,
.country-branches .ring-bounce img {
  width: 100%;
}

.steps-row {
  display: flex;
  justify-content: space-around;
  gap: 0 50px;
}

.steps-row p {
  margin: 0;
  max-width: 320px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.steps-row p strong {
  margin: 0 0 10px;
  display: inline-block;
}

.three-steps-line {
  position: relative;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.three-steps-line.show {
  visibility: visible;
  opacity: 1;
}

.three-steps-line svg {
  width: 100%;
}

.three-steps-line .ball {
  width: 39px;
  height: 39px;
  transition: all 55ms;
}

.big-text,
.big-text-wow {
  width: 100%;
  height: 140px;
  /*background: dodgerblue;*/
}

/*.big-text-wow {*/
/*    margin: 0 auto 217px;*/
/*}*/

.big-text,
.big-text-wow {
  position: relative;
  margin: 0 auto 100px;
}

.big-text p,
.big-text-wow p {
  margin: 0;
  /*width: 100%;*/
  width: max-content;
  height: 100%;
  font-size: 120px;
  line-height: 140px;
  /*color: #CFCFCF;*/
}

.big-text-wow {
  position: relative;
}

.big-text-wow p {
  color: #111111;
  width: max-content;
}

.big-text-wow p:empty {
  display: none;
  height: 0 !important;
}

.big-text-wow_confetti {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.big-text p em,
.big-text-wow p em {
  font-size: 0.7em;
  line-height: 1.2;
  font-style: normal;
}

/* fix-it */
.fix-it {
  box-sizing: border-box;
  padding: 51px 0 57px;
  margin: 0 0 90px;
  color: #fff;
  text-align: center;
  background: linear-gradient(133.23deg, #955623 -11.4%, #919191 123.85%);
}

.fix-it h2 {
  margin: 0 auto 95px;
}

.fix-it-row {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}

.fix-it-column {
  max-width: 484px;
}

.fix-it-column blockquote {
  margin: 28px 0 0;
}

.fix-it-column h3 {
  margin: 0 auto 97px;
  max-width: 266px;
}

.fix-it-logo {
  min-height: 54px;
  /*margin: 0 auto 28px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.fix-it-logo img {
  vertical-align: middle;
}

.fix-it-column blockquote p {
  margin: 0 auto 11px;
  font-size: 18px;
  line-height: 28px;
}

.fix-it-column blockquote cite {
  font-style: normal;
}

.fix-it-column blockquote cite strong {
  font-weight: 500;
}

/* benefits-list */
.benefits-list-series .container {
  position: relative;
  max-width: 1324px;
}

.benefits-list,
.benefits-list-series {
  /*margin: 0 0 440px;*/
  /*margin: 0 0 23vw;*/
  position: relative;
}

.benefits-list-series .benefits-list {
  margin: 0;
}

.benefits-list .container {
  padding: 0;
  max-width: none;
  width: 100% !important;
}

.benefits-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  width: calc(100% - 48px);
  /*max-width: 1400px;*/
  /*max-width: 1212px;*/
  max-width: 1324px;
  margin: 0 auto;
  padding: 90px 48px 90px 24px;
  /*padding: 90px 48px 450px 24px;*/
  background: #fff;
  /*opacity: 0;*/
  transition: 1000ms linear;
  z-index: -1;
}

.benefits-list-pseudo-row {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  padding: 100px 0 50px;
  /*max-width: 1400px;*/
  /*max-width: 1212px;*/
  max-width: 1324px;
  margin: 0 auto;
}

.benefits-list-series .benefits-list-pseudo-row {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s;
}

.benefits-list-series .benefits-list-pseudo-row.active {
  opacity: 1;
}

.benefits-list-row.active {
  opacity: 1;
  height: auto;
}

.benefits-list-row.backward {
  flex-direction: row-reverse;
}

.benefits-list-row.backward + .benefits-list-pseudo-row {
  flex-direction: row-reverse;
}

.benefits-list-pseudo-row ~ .benefits-list-row:last-child {
  margin: 0;
}

.benefits-list-steps {
  flex: 1 1 52%;
  display: flex;
  /*max-width: 610px;*/
  align-items: center;
  min-height: 270px;
  /*padding: 0 68px 0;*/
}

.benefits-list-empty {
  flex: 1 1 48%;
  background: #f18500;
}

.benefits-list-steps-navigation {
  position: relative;
  /*max-height: 224px;*/
  width: 8px;
  margin: 0 48px 0 0;
}

.benefits-list-navigation {
  margin: -28px 0 0;
  align-self: center;
}

.benefits-list-row.backward
  + .benefits-list-pseudo-row
  .benefits-list-navigation {
  /*margin: 0 -55px 0 0;*/
}

.benefits-list-row.backward + .benefits-list-pseudo-row .benefits-list-image {
  justify-content: flex-start;
}

.benefits-list-navigation-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits-list-navigation-bullets li {
  position: relative;
  width: 8px;
  height: 8px;
  background: #cfcfcf;
  border-radius: 50%;
  list-style: none;
  text-indent: -999px;
  font-size: 0;
  transition: 550ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.benefits-list-navigation-bullets li.active {
  background: #242d37;
}

.benefits-list-navigation-bullets li:not(:first-child) {
  margin: 100px 0 0;
}

.benefits-list-navigation-bullets li:not(:first-child)::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 2.5px;
  height: 100px;
  width: 1px;
  /*background: #a61e69;*/
  border-right: 1px dashed #cfcfcf;
}

/*.benefits-list-steps-navigation svg{*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.benefits-list-steps-text {
}

.benefits-list-steps-text h2 {
  margin: 0 0 16px;
}

.benefits-list-steps-text p {
  margin: 0;
}

.benefits-list-image {
  position: relative;
  flex: 0 1 45%;
  display: flex;
  justify-content: flex-end;
}

.benefits-list-image-header {
  position: absolute;
  bottom: -44px;
  left: 128px;
  right: auto;
  background: #440bd4;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 24px 47px;
  width: 100%;
  max-width: 299px;
}

.benefits-list-row.backward
  + .benefits-list-pseudo-row
  .benefits-list-image-header {
  right: 130px;
  left: auto;
}

.benefits-list-image-header h6 {
  font:
    500 8px/12px "Figtree",
    sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.benefits-list-image-header h3 {
  margin: 0;
}

.benefits-list-image-photo {
  position: absolute;
  top: -73px;
  right: -23px;
}

.benefits-list-row.backward
  + .benefits-list-pseudo-row
  .benefits-list-image-photo {
  left: -23px;
}

.solution .benefits-list-image-photo.backward {
  right: auto;
  left: -23px;
}

.benefits-list-image-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 8px solid #f05c37;
  background: transparent;
  z-index: -1;
}

.benefits-list-row.backward .benefits-list-steps {
  flex-direction: row-reverse;
}

.benefits-list-row.backward .benefits-list-steps-navigation {
  margin: 0 0 0 48px;
}

.benefits-list-row.backward .benefits-list-image {
  justify-content: flex-start;
}

.benefits-list-row.backward .benefits-list-image-header {
  left: 235px;
  right: auto;
}

.benefits-list-series .container .benefits-list-image-photo {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0 auto;
  transition: 1250ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
  transform: translateX(calc(100% - 135px));
  z-index: 2;
  width: 100%;
  right: auto;
}

.benefits-list-series .container .benefits-list-image-photo img {
  max-width: 140px;
}

.benefits-list-series .container .benefits-list-image-photo.show {
  visibility: visible;
  opacity: 1;
}

.benefits-list-series .benefits-list-image-photo.backward {
  transform: translateX(0);
}

.benefits-list-pseudo-row .hand_on_experience,
.benefits-list-pseudo-row .analytics,
.benefits-list-pseudo-row .spinning_up,
.benefits-list-pseudo-row .cost_control {
  max-width: 460px;
  /*max-height: 290px;*/
  width: 100%;
}

.benefits-list-pseudo-row #hand_on_expirience,
.benefits-list-pseudo-row #analytics,
.benefits-list-pseudo-row #spinning_up,
.benefits-list-pseudo-row #cost_control {
  width: 100%;
  height: 100%;
}

.benefits-list-slider .swiper-pagination {
  display: none;
}

/* servises-VT */
.servises-VT {
  margin: 0 0 130px;
  text-align: center;
}

.servises-VT-text {
  max-width: 753px;
  margin: 0 auto 311px;
}

.servises-VT-text h2 {
  margin: 0 0 28px;
}

.servises-VT-text p {
  margin: 0;
}

.servises-VT-row {
  display: flex;
  justify-content: space-between;
  gap: 0 56px;
}

.servises-VT-item {
  position: relative;
  padding: 149px 24px 57px;
  background: #f8f8f8;
  box-sizing: border-box;
  max-width: 404px;
  width: 33.33%;
}

.servises-VT-item-wrap {
  margin: 0 auto;
  max-width: 270px;
  font-size: 18px;
  line-height: 28px;
}

.servises-VT-item-wrap h3 {
  margin: 0 0 12px;
}

.servises-VT-item-wrap p {
  margin: 0 0 34px;
}

.servises-VT-item .services-item-image {
  top: -56%;
}

/* faq */
.faq {
  margin: 0 0 132px;
}

.faq .container > h2 {
  margin: 0 0 35px;
  font-size: 52px;
  line-height: 64px;
}

.faq-row {
  display: flex;
  justify-content: space-between;
  gap: 0 54px;
}

.faq-row-list {
  flex: 0 1 538px;
  height: fit-content;
}

.faq-row-list p {
  margin: 0 0 20px;
}

.faq-row-list p:last-child {
  margin: 0;
}

.faq-row-accordion {
  flex: 0 1 808px;
}

.faq-row .accordion {
  border-bottom: 1px solid #cfcfcf;
}

.faq-2 {
  margin: 0 auto;
  max-width: 860px;
  padding: 130px 0 192px;
}

.page-template-page-community .faq-2 {
}

.faq-2 .faq-row {
  flex-direction: column;
  gap: 0;
}

.faq-row-header {
  max-width: 295px;
  margin: 0 0 46px;
}

.faq-row-header h2 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 300;
  margin: 0 0 20px;
}

.faq-row-header p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 14px;
}
.faq-row-header p:last-child {
  margin: 0;
}

/*accordion*/
.accordion {
}

.accordion-header {
  position: relative;
  padding: 40px 60px 36px 25px;
  border-top: 1px solid #cfcfcf;
  cursor: pointer;
  transition: 400ms linear;
  outline: none;
}

.accordion-header.ui-accordion-header-active {
  padding: 40px 60px 23px 25px;
}

.accordion-header::before,
.accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: #242d37;
}

.accordion-header::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: 200ms linear;
  transition-delay: 0ms;
}

.accordion-header::after {
  transition: 400ms linear;
}

.accordion-header.ui-accordion-header-active::before {
  transform: translateY(-50%) rotate(0deg);
  transition-delay: 200ms;
}

.accordion-header.ui-accordion-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-header h2 {
  margin: 0;
}

.accordion-content {
  max-width: 700px;
  padding: 0 25px 48px;
  box-sizing: border-box;
  outline: none;
}

.accordion-content p {
  margin: 0 0 32px;
}

/* vilt-heading */
.vilt-heading {
  margin: 85px 0 100px;
  text-align: center;
}

.software_training_budget_calculator .vilt-heading,
.software_training_budget_calculator_free .vilt-heading {
  margin: 160px 0 50px;
}

.software_training_budget_calculator .vilt-heading h1,
.software_training_budget_calculator_free .vilt-heading h1 {
  margin: 0 0 30px;
}

.vilt-heading h2 {
  position: relative;
  margin: 0 auto 34px;
  max-width: 1022px;
  width: fit-content;
  font-size: 52px;
  line-height: 76px;
}

.vilt-heading h3 {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  margin: 0 auto 20px;
  max-width: 1022px;
  font-weight: 300;
}

.sandboxing .vilt-heading h2 .emojis,
.sandboxing .vilt-heading h3 .emojis {
  left: 157px;
  bottom: 94%;
}

.top-section h1 img.alignnone,
.vilt-heading h2 img.alignnone {
  opacity: 0;
}

.channel-sales .vilt-heading h2 .emoji-arrow_left {
  bottom: 68%;
  right: 470px;
}

.channel-sales .vilt-heading h2 .emoji-arrow_right {
  bottom: 68%;
  right: -27px;
}

.channel-sales .vilt-heading h2 .emojis .emojis-arrow {
  display: none !important;
}

.channel-sales .vilt-heading h2 strong {
  font-weight: 400;
  background-image: linear-gradient(133deg, #69e7b8 -11.4%, #e06548 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.vilt-heading h2 span {
  color: #92c131;
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.instructor-led-training .vilt-heading h2 span img {
  margin: 10px 0 0;
}

.onboarding .vilt-heading h2 span img {
  margin: 6px 0 0;
}

.pocs .vilt-heading h2 span strong {
  font-weight: 500;
}

.pocs .vilt-heading h2 span img {
  margin: 20px 0 0 10px;
}

.vilt-heading p {
  margin: 0 auto 24px;
  max-width: 752px;
}

.vilt-heading p:last-child {
  margin: 0 auto;
}

.sandboxing .vilt-heading p,
.cyber-security .vilt-heading p,
.sales-enablement .vilt-heading p,
.virtual-training .vilt-heading p {
  font-size: 18px;
  line-height: 28px;
}

/* case-study */
.case-study {
  /*margin: 0 0 265px;*/
  margin: 0 0 80px;
}

.case-study-row {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}

.case-study-text {
  flex: 0 1 594px;
}

.case-study-text .tertiary-cta-btn {
  font-size: 14px;
}

.case-study-text h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #242d37;
  margin: 0 0 43px;
}

.case-study-logo {
  margin: 0 0 41px;
}

.case-study-text blockquote {
  margin: 0 0 31px;
  font-size: 36px;
  line-height: 48px;
}

.case-study-text blockquote strong {
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.case-study-text h2 span {
  font-weight: 600;
}

.case-study-text p {
  margin: 0 0 39px;
}

.case-study-image {
  flex: 0 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0 0;
}

.case-study-image img {
  height: fit-content;
}

/* vilt-solutions */
.vilt-solutions {
  text-align: center;
  margin: 0 0 136px;
}

.vilt-solutions-row {
  display: flex;
  justify-content: space-around;
  gap: 0 60px;
}

.vilt-solutions-item {
  position: relative;
  flex: 0 1 482px;
  box-sizing: border-box;
  padding: 142px 24px 56px;
  background: #f8f8f8;
}

.vilt-solutions-item-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.vilt-solutions-item-wrap h3 {
  margin: 0 0 12px;
}

.vilt-solutions-item-wrap p {
  margin: 0 0 36px;
}

.vilt-solutions-item img {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* plans */
.plans {
  margin: 0 0 58px;
  text-align: center;
}

.plans-row {
  display: flex;
  justify-content: center;
}

.plans-item {
  flex: 0 1 645px;
  background: #f8f8f8;
}

.plans-item.annual .plans-item-level-first {
  background: #f1e9fb;
}

.plans-item.annual .plans-item-level-second {
  background: linear-gradient(133.23deg, #440bd4 -11.4%, #a185e9 123.85%);
}

.plans-item-level-first {
  box-sizing: border-box;
  padding: 44px 24px 36px;
}

.plans-item-level-wrap {
  margin: 0 auto;
  max-width: 430px;
}

.plans-item-level-wrap h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 44px;
}

.plans-item-level-wrap p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.plans-item-level-second {
  box-sizing: border-box;
  padding: 39px 24px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.plans-item-level-second h3 {
  margin: 0;
}

.plans-item.annual .plans-item-level-second h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

/* plans-include */
.plans-include {
  text-align: center;
}

.plans-include + section:not(.testimonial) {
  margin-top: 106px;
}

.plans-include-block {
  margin: 0 auto 78px;
  max-width: 1022px;
}

.plans-include-block-row {
  box-sizing: border-box;
  padding: 19px 24px 16px;
  background: #f8f8f8;
  border-bottom: 1px solid #cfcfcf;
}

.plans-include-block-row h2 {
  font-size: 36px;
  line-height: 44px;
  margin: 10px 0;
}

.plans-include-block-row h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #242d37;
  margin: 0 0 8px;
}

.plans-include-block-row p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.plans-include-block-row-logos {
  margin: 25px -22px 16px;
}

.plans-include-block-row-logos img {
  vertical-align: middle;
  margin: 0 22px;
}

/* awards-and-testimonials-list */
.awards-and-testimonials-list {
  padding: 24px 0 0;
  text-align: center;
  margin: 0 0 40px;
}

.contact-us .awards-and-testimonials-list {
  margin: 0 0 72px;
}

.awards-and-testimonials-list h2 {
  margin: 0 auto 39px;
}

.awards-and-testimonials-list-row {
  margin: 0 -18px;
}

.awards-and-testimonials-list-row img {
  margin: 0 16px 24px;
  max-width: 118px;
}

/* categories-menu */
.categories-menu {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 46px 0;
}

.categories-menu-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories-menu-filters {
  display: flex;
  transition: 400ms linear;
}

.categories-menu-filters.fade {
  opacity: 0;
  visibility: hidden;
}

.categories-menu-filters h2 {
  margin: 0 14px 13px 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.categories-menu-filters .filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 -24px;
}

.categories-menu-filters .filters li {
  margin: 0 13px 24px 0;
}

.categories-menu-search-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button {
  position: relative;
  font-size: 0;
  display: block;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #f05c37;
  background: url("../images/svg/search-icon.svg") no-repeat center #fff;
  box-sizing: border-box;
  transition: 300ms linear;
}

.search-button::before {
  content: "";
  background: url("../images/svg/close-icon.svg") no-repeat center #fff;
  visibility: hidden;
}

.search-button:hover {
  background: url("../images/svg/search-icon.svg") no-repeat center #f1e9fb;
}

.search-button:active {
  background: url("../images/svg/search-icon.svg") no-repeat center #fff;
}

.search-button.active {
  background: url("../images/svg/close-icon.svg") no-repeat center #fff;
}

.search-button.active:hover {
  background: url("../images/svg/close-icon.svg") no-repeat center #f1e9fb;
}

.search-button.active:active {
  background: url("../images/svg/close-icon.svg") no-repeat center #fff;
}

.categories-menu-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 1427px;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 400ms linear;
}

.categories-menu-search.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.categories-menu-search-input {
  position: relative;
  max-width: 1151px;
  width: 80.65%;
  background: #fff;
  height: 68px;
  box-sizing: border-box;
  padding: 0 30px 0 74px;
  border: 1px solid #242d37;
  border-radius: 34px;
}

.categories-menu-search-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25.5px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../images/svg/search-icon.svg") no-repeat center;
}

.categories-menu-search-input input[type="text"] {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 36px;
  line-height: 48px;
  display: block;
}

.categories-menu-search input[type="submit"] {
  height: fit-content;
  background: linear-gradient(133.23deg, #242d37 -11.4%, #b78eed 123.85%);
  border: 1px solid #242d37;
  border-radius: 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 23px 90px;
  margin: 0 0 0 25px;
  cursor: pointer;
}

.categories-menu-search input[type="submit"]:hover {
  background: #242d37;
}

.categories-menu-search input[type="submit"]:active {
  background: linear-gradient(133.23deg, #242d37 -11.4%, #b78eed 123.85%);
}

/* posts */
.posts {
  margin: 0 auto 105px;
}

.posts-body {
  display: flex;
  justify-content: space-between;
  gap: 0 135px;
}

.search-results-block {
  box-sizing: border-box;
  padding: 43px 0 0;
  margin: 0 0 -100px;
}

.search-results-block h2 {
  margin: 0;
}

.search-results-block h2 span {
  font-weight: 400;
}

.posts-body .format-filter {
  margin: 122px 0 0;
  flex: 0 0 272px;
}

.posts-body .posts-list,
.categories-mobile-posts .posts-list {
  position: relative;
  margin: 0;
  width: 100%;
}

.posts-list-container {
  width: calc(100% + 56px);
  display: flex;
  flex-wrap: wrap;
  margin: 143px -27.5px -60px;
}
.media-news .posts-list-container {
  margin-top: 0px;
}
.categories-mobile-posts .posts-list-container,
.post-type-archive-media__news .posts-list-container {
  margin: 0 -27.5px -60px;
}

.last-resources-post .posts-list-container {
  margin: 89px -28px -60px;
}

.post-item {
  box-sizing: border-box;
  vertical-align: top;
  width: 33.33%;
  /*display: inline-block;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 27.5px;
  margin: 0 0 60px;
}

.last-resources-post .post-item {
  padding: 0 28px;
}

/*post-item*/
.post-item {
  position: relative;
}

.post-format {
  position: absolute;
  top: 20px;
  right: 27px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.285;
  background: #fff;
  border-radius: 30px 0 0 30px;
  min-width: 88px;
  color: #111;
}

.post-format a {
  color: #111;
  padding: 6px 30px 6px 15px;
  display: inline-block;
}

.post-item-image {
  display: block;
}

.post-item-image img {
  width: 100%;
  height: fit-content;
  min-height: 174px;
  object-fit: cover;
}

.post-item-text {
  box-sizing: border-box;
  padding: 20px;
  background: #f8f8f8;
  flex: 1 1 auto;
}

.post-item-text h3 {
  margin: 0 0 8px;
  font:
    500 12px/20px "Figtree",
    sans-serif;
  background-image: linear-gradient(-31deg, #bdd6e6 -200.4%, #ff6917 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.post-item-text h4 {
  margin: 0 0 4px;
  font:
    500 16px/20px "Figtree",
    sans-serif;
}

.post-item-text h4 a {
  color: #111111;
}

.post-item-text h4:last-child {
  margin: 0;
}

.post-item-text .date {
  font-size: 12px;
  line-height: 15px;
}

.posts-list-pagination {
  margin: 100px auto 0;
}

.pagination {
  text-align: center;
}

.page-numbers {
  position: relative;
  min-width: 14px;
  margin: 0 14px;
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #242d37;
}

.page-numbers.current::before,
.page-numbers:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.page-numbers.current::before {
  background: #242d37;
  z-index: 2;
}

.page-numbers.dots {
  position: relative;
  bottom: 8px;
  font-size: 0;
  display: inline-block;
  pointer-events: none;
  color: #b78eed;
  line-height: 0;
  width: 30px;
  height: 6px;
  background: url("../images/svg/pagination-dots.svg") no-repeat center center;
}

.page-numbers.prev,
.page-numbers.next {
  color: #111111;
  margin: 0 33px;
}

.page-numbers:hover::before {
  background: #dbc7f6;
}

.page-numbers.prev:hover::before,
.page-numbers.next:hover::before {
  background: #cfcfcf;
}

/*.resources-mobile-posts{*/
/*    display: none;*/
/*}*/

.resources-mobile-posts .search-results-block {
  padding: 0 28px 12px;
}

.categories-menu-mobile {
  position: relative;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px 24px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.categories-menu-mobile.fixed-block {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 15px 24px 16px;
  border-top: none;
}

.categories-menu-mobile.fixed-block ~ section:not(.categories-menu-popup) {
  margin-top: 55px;
}

.categories-menu-mobile > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.categories-menu-mobile-wrap {
  display: flex;
  justify-content: space-between;
}

.categories-menu-mobile-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories-menu-mobile-wrap ul li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.categories-menu-mobile-wrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: linear-gradient(133deg, #f05c37 48.6%, #fdf3eb 123.85%);
  border-radius: 50%;
}

.categories-menu-mobile-wrap a.electric-gradient {
  position: relative;
  font-weight: 400;
  pointer-events: none;
}

.categories-menu-mobile-wrap a.electric-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(133deg, #f05c37 48.6%, #fdf3eb 123.85%);
}

.categories-menu-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  background: #fff;
  width: 100%;
}

.categories-menu-popup-header {
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.categories-menu-popup-header-wrap h2 {
  display: inline-block;
  margin: 0 24px 0 0;
}

.categories-menu-popup-header-wrap input[type="reset"] {
  outline: none;
  border: none;
  background: none;
  padding: 0 0 0;
  font:
    400 16px/1.5 "Figtree",
    sans-serif;
  color: #111111;
  display: inline-block;
  border-bottom: 1px solid #111111;
  position: relative;
  bottom: 2px;
  cursor: pointer;
}

.categories-menu-popup-buttons a:not(.primary-button) {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #111111;
  vertical-align: text-bottom;
  height: fit-content;
}

.categories-menu-popup-buttons a:not(.primary-button)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #111111;
}

.close-filters {
  font-size: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../images/svg/close-icon-popup-mobile.svg") no-repeat center
    #f8f8f8;
  border-radius: 50%;
}

.categories-menu-popup-body {
  height: calc(100vh - 85px);
  overflow: auto;
  box-sizing: border-box;
  padding: 41px 24px 140px;
}

.categories-menu-popup-body .tabs li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 5px 8px;
}

.categories-menu-popup-body .tabs .ui-tabs-panel {
  box-sizing: border-box;
  padding: 42px 0 16px;
  border-bottom: 1px solid #cfcfcf;
}

.categories-menu-popup-body-filters {
  box-sizing: border-box;
  padding: 0 0 40px;
  border-bottom: 1px solid #cfcfcf;
}

.categories-menu-popup-body .tabs .filters,
.categories-menu-popup-body-filters .filters {
  display: flex;
  flex-wrap: wrap;
}

.categories-menu-popup-body .tabs .filters li,
.categories-menu-popup-body-filters .filters li {
  margin: 0 24px 24px 0;
  padding: 0;
  width: auto;
  border: none;
}

.categories-menu-popup-body .filters li label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
}

.categories-menu-popup-body .format-filter {
  padding: 41px 0;
  border-bottom: 1px solid #cfcfcf;
}

.categories-menu-popup-body .format-filter h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 23px;
}

.categories-menu-popup-buttons {
  margin: 0;
  padding: 40px 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  background: #fff;
}

.categories-menu-popup-buttons a:first-child {
  margin: 0 24px 0 0;
}

.categories-menu-popup-buttons .primary-button input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font:
    500 14px/20px "Figtree",
    sans-serif;
}

.categories-menu-popup-search {
  box-sizing: border-box;
  padding: 5px 0 24px;
}

.categories-menu-popup-search input[type="text"] {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  color: #111111;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  background: inherit;
  height: 100%;
  width: 100%;
}

.categories-menu-popup-search input[type="text"]::placeholder {
  color: #cfcfcf;
}

.categories-menu-popup-body .format-filter label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 35px;
}

.categories-menu-popup-body .format-filter ul li {
  margin: 0 0 24px;
}

/*categories-mobile-posts*/
.categories-mobile-posts {
  box-sizing: border-box;
  padding: 60px 24px 80px;
}

.post-type-archive-media__news .categories-mobile-posts {
  padding: 0 24px 80px;
}

/*.posts-list-container{*/
/*    margin: 0 0 -40px;*/
/*}*/

.post-item-image img {
  width: 100%;
  height: fit-content;
  min-height: 150px;
}

.post-item-text {
  /*padding: 24px;*/
  padding: 25px 24px 27px;
}

.post-item-text h3 {
  margin: 0 0 7px;
}

.categories-mobile-posts .post-format {
  top: 24px;
  right: 0;
}

.categories-mobile-posts .post-format a {
  padding: 8px 12px 8px 16px;
}

.categories-mobile-posts .post-item-image {
}

.categories-mobile-posts .post-item-text {
  padding: 24px 24px 34px;
}

.categories-mobile-posts .post-item-text h3 {
  margin: 0 0 12px;
}

.categories-mobile-posts .post-item-text h4 {
  margin: 0 0 16px;
  line-height: 24px;
}

.categories-mobile-posts .post-item-text span.date {
  display: block;
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 24px;
}

.categories-mobile-posts .primary-button {
  display: block;
  margin: 80px auto 0;
  width: fit-content;
}

.categories-mobile-vacancies {
  padding: 0 24px;
  margin: 0 auto;
}

.categories-mobile-vacancies .posts-vacancies {
  padding: 40px 0 60px;
}

.categories-mobile-vacancies .posts-vacancies > h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.categories-mobile-vacancies .posts-vacancies-accordion {
  border-bottom: 1px solid #cfcfcf;
}

.categories-mobile-vacancies
  .posts-vacancies-accordion-block
  .accordion-header.ui-accordion-header-active
  .vacation-info {
  margin: 24px 0 0;
}

.categories-mobile-vacancies
  .posts-vacancies-accordion-block
  .posts-vacancies-accordion-block
  .accordion-content {
  max-width: none;
  padding: 0px 10px 50px;
}

.categories-mobile-vacancies
  .posts-vacancies-accordion-block
  .accordion-content
  .tertiary-cta-btn {
  /*margin: 0 0 40px;*/
  margin: 0 0 42px;
}

.categories-mobile-vacancies
  .posts-vacancies-accordion-block
  .accordion-content
  .tertiary-cta-btn:last-child {
  margin: 0;
}

.categories-mobile-vacancies
  .posts-vacancies-accordion-block
  .accordion-content
  h3 {
  margin: 0 0 24px;
  padding: 6px 0 0;
}

.posts-vacancies {
  width: 100%;
  padding: 59px 0 71px;
}

.careers-at-cloudshare .posts-vacancies {
  padding: 59px 0 0;
}

.posts-vacancies > h2,
.careers-at-cloudshare .categories-mobile-vacancies .posts-vacancies > h2 {
  font-size: 52px;
  line-height: 64px;
  margin: 0 0 65px;
  font-weight: 300;
}

.careers-at-cloudshare .categories-mobile-vacancies .posts-vacancies > h2 {
  padding: 0 25px;
}

.posts-vacancies-accordion-block .accordion-header .vacation-info {
  transition: 400ms linear;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

.posts-vacancies-accordion-block
  .accordion-header.ui-accordion-header-active
  .vacation-info {
  height: 28px;
  opacity: 1;
  visibility: visible;
}

.posts-vacancies-accordion-block
  .accordion-header.ui-accordion-header-active
  .vacation-info.more-2 {
  height: 52px;
}

.posts-vacancies-accordion-block .accordion-header address {
  font-style: normal;
}

.posts-vacancies-accordion-block .accordion-content {
  max-width: none;
  /*padding: 5px 10px 50px;*/
  padding: 11px 24px 50px;
}

.posts-vacancies-accordion-block .accordion-content .tertiary-cta-btn {
  margin: 0 0 46px;
  padding: 8px 50px 6px 0;
}

.posts-vacancies-accordion-block .accordion-content p {
  margin: 0 0 24px;
}

.posts-vacancies-accordion-block
  .accordion-content
  .tertiary-cta-btn:last-child {
  margin: 14px 0 0;
}

.posts-vacancies-accordion-block .accordion-content h3 {
  margin: 0 0 34px;
  padding: 34px 0 0;
}

.posts-vacancies-accordion-block .accordion-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.posts-vacancies-accordion-block .accordion-content ul li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 26px;
  margin: 0 0 24px;
}

.posts-vacancies-accordion-block .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #111111;
  border-radius: 50%;
}

/* blog-section */
.blog-section {
  padding: 182px 0 0;
  margin: 0 0 160px;
  font-size: 18px;
  line-height: 1.5;
}

.blog-section h2 {
  margin: 0 0 33px;
}

.blog-section h3 {
  font-size: 28px;
  line-height: 48px;
  margin: 0 0 15px;
}

.privacy-policy .blog-section h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.ebook-section .blog-section h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 32px;
  position: relative;
}

.blog-section-main-image-wrapper {
  display: flex;
}

.single-post .blog-section-main-image-wrapper .blog-section-main-image {
  flex: 0 1 828px;
  padding: 0;
  margin: 120px 116px 48px 77px;
  font-size: 16px;
}

.blog-section-main-image-wrapper .div-decor {
  flex: 0 1 270px;
  min-width: 200px;
}

.single-post.embracing-cloud-diversity-with-open-arms-and-a-dash-of-humor
  .blog-section-main-image {
  margin: 36px auto 48px;
}

.blog-section h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px;
}

.post-template-single-ebooks .blog-section #title4 h4 {
  margin: 0;
}

.blog-section p {
  margin: 0 0 36px;
  /*font-weight: 300;*/
}

.privacy-policy .blog-section {
  font-size: 18px;
  line-height: 1.56;
}

.privacy-policy .blog-section p + h3 {
  margin: 55px 0 42px;
}

.privacy-policy .blog-section ul li::before {
  top: 1px;
}

.blog-section p iframe {
  width: 100%;
}

.wp-block-embed iframe {
  width: 100%;
  max-height: 560px;
  height: 50vw;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .wp-block-embed {
  margin: 0 0 4.1em;
}

.wp-block-quote + p > strong {
  font-size: 19.2px;
  line-height: 41px;
}

.blog-section ol,
.blog-section ul {
  margin: 0 0 48px;
  padding: 0 0 0 35px;
}

.blog-section ul {
  margin: 0 0 54px;
  list-style: none;
}

.blog-section ol {
  margin: 0 0 42px -10px;
}

.blog-section ol li,
.blog-section ul li {
  position: relative;
  padding: 0;
  /*margin: 0 0 20px;*/
  margin: 0 0 12px;
}

/*.blog-section ol li{*/
/*    margin: 0 0 12px;*/
/*}*/

.blog-section ol li:last-child,
.blog-section ul li:last-child {
  margin: 0;
}

.blog-section ol a {
  text-decoration: underline;
  color: #242d37;
}

.blog-section ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -35px;
  width: 24px;
  height: 24px;
  background: url("../images/svg/list-style-icon.svg") no-repeat;
  background-size: cover;
}

.blog-section ul li a {
  text-decoration: underline;
}

.blog-section p a {
  text-decoration: underline;
  color: #242d37;
}

.blog-section p a strong {
  font-weight: 500;
}

.blog-section hr {
  border: none;
  margin: 92px 0 43px;
}

.post-template-single-ebooks .blog-section hr {
  margin: 50px 0 43px;
}

.blog-section hr:last-child {
  display: none;
}

.blog-section-heading {
  margin: 0 0 48px;
}

/*.q-a-contnent .blog-section-heading {*/
/*    margin: 0 0 69px;*/
/*}*/

.blog-section-heading h3,
.ebook-section .blog-section-heading h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.blog-section-heading h3 a {
  color: inherit;
}

.blog-section-heading h1 {
  margin: 0 0 15px;
}

.q-a-contnent .blog-section-heading h1 {
  line-height: 1.22;
}

.blog-section-heading-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-section-heading-data {
  display: flex;
  align-items: center;
}

.blog-section-heading-image {
  max-width: 50px;
  height: 100%;
  aspect-ratio: 1/ 1;
  margin: 0 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section-heading-image img {
  width: 100%;
}

.blog-section-heading-text {
}

.blog-section-heading-author {
  margin: 0 0 3px;
}

/* .blog-section-heading-author h4, a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-decoration: none;
    color: #111;
} */
.blog-section-heading-author a {
  color: var(--Volt-Volt, #242d37);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 225% */
  text-decoration-line: underline;
}

.blog-section-heading-meta,
.blog-section-heading-sharing {
  width: fit-content;
}

.blog-section-heading-meta {
  font-size: 16px;
  line-height: 24px;
}

.blog-section-heading-sharing a {
  margin: 0 0 0 24px;
}

.blog-section-heading-sharing button {
  outline: none;
  border: none;
  padding: 0;
  background: none;
  margin: 0 0 0 24px;
  cursor: pointer;
}

.blog-section-heading-sharing button[data-sharer="twitter"] img {
  max-height: 23px;
  vertical-align: text-top;
}

.blog-section-heading-sharing img {
  vertical-align: middle;
}

.blog-section-main-image {
  position: relative;
  width: 100%;
  margin: 48px auto 48px;
  max-width: 1024px;
}

.single-post .blog-section-main-image {
  max-width: 100%;
  margin: 0 auto 48px;
}

.blog-section-main-image .block-text-single-case {
  position: absolute;
  bottom: 64px;
  padding: 0 0 0 45px;
}

.blog-section-main-image .block-text-single-case h1 {
  font:
    400 90px/83px "Figtree",
    sans-serif;
  max-width: 200px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 30px;
}

.blog-section-main-image img {
  width: 100%;
  object-fit: cover;
}

/*.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2 .blog-section-main-image-wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2 .blog-section-main-image{*/
/*    position: relative;*/
/*    margin: 160px auto 65px;*/
/*    display: flex;*/
/*    width: auto;*/
/*}*/

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .blog-section-main-image
  img {
  flex: 0 1 828px;
  padding: 0;
  margin: 0;
}

/*download-form*/
.download-form {
  box-sizing: border-box;
  padding: 27px 32px 32px;
  background: #f8f8f8;
  border: 2px solid #242d37;
  border-radius: 16px;
}

.ebook-section .download-form {
  border: none;
}

.download-form h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 auto 43px;
  text-align: center;
}

.download-form-container {
  display: flex;
  justify-content: space-between;
}

.download-form-left,
.download-form-right {
  flex: 0 1 451px;
}

.download-form fieldset.form-columns-2 .field .input {
  margin-right: 20px;
}

.download-form fieldset.form-columns-2 .field:last-child .input {
  margin-right: 0;
}

.download-form-right input[type="text"],
.download-form-right input[type="email"],
.download-form-right input[type="tel"] {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 11px 14px 8px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 28px;
  width: 100% !important;
  height: 48px;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.download-form-right input[type="text"]::placeholder,
.download-form-right input[type="email"]::placeholder {
  color: #111111;
}

.download-form-right input[type="text"]:focus::placeholder,
.download-form-right input[type="email"]:focus::placeholder {
  color: #cfcfcf;
  transition: 300ms all cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.download-form-right input[type="submit"] {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  opacity: 0;
  cursor: pointer;
}

/* ebook-section */
.post-template-single-ebooks .blog-section-main-image {
  padding: 160px 0 0;
}

.ebook-section {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 96px;
}

.ebook-section .left_sidebar {
  flex: 0 1 270px;
  min-width: 200px;
}

.ebook-section .download-form-left,
.ebook-section .download-form-right {
  margin: 0 auto;
}

.ebook-section .hs_submit {
  text-align: center;
}

.expensive_navigation {
  margin: 0 0 60px;
}

.expensive_navigation.on-violet-inverse .electric-gradient {
  color: #f05c37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f05c37;
  background-image: none;
}

.ebook-section
  .left_sidebar
  .expensive_navigation.on-violet-inverse
  ul
  li
  a:hover {
  color: #f05c37;
}

.ebook-section .left_sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ebook-section .left_sidebar ul li {
  margin: 0 0 16px;
  color: #cfcfcf;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.ebook-section .left_sidebar ul li:last-child {
  margin: 0;
}

.ebook-section .left_sidebar ul li a {
  color: inherit;
  transition: 350ms linear;
}

.ebook-section .left_sidebar ul li a:hover {
  color: #440bd4;
}

#e_book_sidebar {
  z-index: 1;
}

/*.ebook-section .right_sidebar{*/
/*    flex: 0 1 226px;*/
/*    min-width: 160px;*/
/*    background-color: #fffa90;*/
/*}*/

.ebook-section .blog-section {
  flex: 0 1 828px;
  padding: 0;
  margin: 0 116px 0 77px;
  font-size: 16px;
  line-height: 1.5;
}

.ebook-section .blog-section h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 32px;
}

.ebook-section .purple-section {
  padding: 36px 40px 46px;
  color: #fff;
  background: linear-gradient(133.23deg, #242d37 -11.4%, #b78eed 123.85%);
  position: relative;
  overflow: hidden;
}

.purple-section::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 338.33px;
  width: 860.36px;
  height: 860.36px;
  box-sizing: border-box;
  border: 180px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: transparent;
}

.ebook-section .purple-section a {
  color: #fff;
}

.ebook-section .blog-section p iframe,
.glossary-content p iframe {
  width: 100%;
  max-height: 410px;
  min-height: 320px;
  height: 40vh;
}

.ebook-section .download-form-container {
  /*display: none;*/
}

.ebook-section .download-form-container fieldset.form-columns-1 .input {
  margin-right: 0;
}

.post-template-single-ebooks .expensive_navigation .primary-button {
  margin: 0 0 30px;
}

.promo {
  text-align: center;
}

.promo .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  margin: 0 0 7px;
}

.promo .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 18px;
}

.left_sidebar_open_section {
  display: none;
}

/* recommended */
.recommended {
  box-sizing: border-box;
  padding: 81px 0 84px;
  background: linear-gradient(133.23deg, #242d37 -11.4%, #b78eed 123.85%);
}

.recommended h2 {
  color: #fff;
  margin: 0 0 63px;
  text-align: center;
}

.recommended .posts-list-container {
  margin: 0px -27.5px -60px;
}

.recommended .post-item-text {
  padding: 21px 24px 17px;
}

.recommended .post-item-text h4 {
  margin: 0 0 3px;
}

/* q-a-contnent */
.q-a-contnent {
  font:
    300 16px/1.5 "Figtree",
    sans-serif;
}

.q-a-contnent h2 {
  padding: 24px 0 0;
}

.q-a-contnent h2 strong {
  font-weight: 300;
}

.q-a-contnent p {
  margin: 0 0 24px;
}

.q-a-contnent ol {
  padding: 0;
  list-style-position: inside;
}

.q-a-contnent ol li {
  margin: 0 0 36px;
}

.q-a-contnent ul {
  padding: 0;
}

.q-a-contnent ul li {
  padding: 0 0 0 26px;
}

.q-a-contnent ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #111111;
  border-radius: 50%;
}

/* glossary */
.glossary {
  padding: 231px 0 0;
  /*margin: 0 0 159px;*/
  margin: 0 0 56px;
}

.glossary-body {
  display: flex;
  justify-content: center;
  gap: 0 57px;
  max-width: 1270px;
  margin: 0 auto;
}

.glossary-content {
  height: fit-content;
  max-width: calc(100% - 460px);
}

.glossary-content h3 {
  font-size: 28px;
  line-height: 48px;
  margin: 0 0 15px;
}

.glossary-content h1 {
  margin: 0 0 87px;
}

.glossary-content h2 {
  margin: 77px 0 31px;
}

.glossary-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.glossary-content ul li {
  position: relative;
  padding: 0 0 0 39px;
  box-sizing: border-box;
  margin: 0 0 24px;
}

.glossary-content ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../images/svg/list-style-icon.svg") no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.glossary-content p {
  margin: 0 0 24px;
  font-size: 18px;
}

.glossary-content iframe {
  width: 100%;
  max-height: 410px;
  min-height: 320px;
  height: 40vh;
}

.glossary-sidebar {
  flex: 0 0 405px;
  margin-top: 189px;
}

.glossary-sidebar h3 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 28px;
  font-weight: 300;
}

.glossary-sidebar #glossary-sidebar-header a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #242d37;
  margin: 0 0 24px;
}

.sidebar-outer {
  margin-top: 8px;
}

.glossary-download-block {
  max-width: 405px;
  /*min-height: 672px;*/
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.glossary-download-block > img {
  width: 100%;
}

.glossary-sidebar-header {
  display: flex;
  flex-direction: column;
}

.glossary-download-block-text {
  border-top: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 23px 32px 38px;
  background: #ece7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.glossary-download-block-text h3 {
  margin: 0 0 22px;
}

.glossary-download-block-text p {
  margin: 0 0 32px;
}

.glossary-download-block-text > a {
  width: fit-content;
}

.aside-fixed-top .sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.aside-fixed-top .sidebar-inner {
  max-width: 1269px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  background: red;
  /*opacity: 0.3;*/
  height: 0;
}

.aside-fixed-top .glossary-download-block {
  margin: 130px 0 0;
}

.aside-fixed-bottom .sidebar-inner {
  position: relative;
}

.aside-fixed-bottom .glossary-download-block {
  position: absolute;
}

/* glossary-posts */
.glossary-posts {
  margin: 0 0 100px;
}

.glossary-posts-post {
  box-sizing: border-box;
  padding: 48px 0 42px;
  border-bottom: 1px solid #cfcfcf;
}

.glossary-posts-post h2 {
  margin: 0 0 48px;
  color: #111111;
}

.glossary-posts-post p {
  max-height: 116px;
  margin: 0 0 42px;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
}

/*comparison-table*/
.comparison-table {
  padding: 0 0 100px;
}

.comparison-table h2 {
  margin: 0 auto 37px;
  text-align: center;
}

.comparison-table h2 span .emojis.emoji-image_left .emojis-arrow {
  display: none !important;
}

.comparison-table h2:empty {
  display: none;
}

.comparison-table h2 span {
  font-weight: 400;
  position: relative;
}

.comparison-table h2 span .emojis {
  right: -62px;
  bottom: 0;
}

.comparison-table table {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  border-spacing: 0;
}

.comparison-table table.four-cells {
  max-width: 1140px;
}

.comparison-table table.three-cells {
  max-width: 910px;
}

.comparison-table table tr {
  height: 56px;
}

.comparison-table table tr:first-child {
  min-height: 60px;
}

.comparison-table table tr:nth-child(even) {
  background:
    linear-gradient(180deg, #f1e9fb -16.44%, rgba(241, 233, 251, 0) 100%),
    rgba(248, 248, 248, 0.75);
}

.comparison-table table th {
  font:
    300 36px/48px "Figtree",
    sans-serif;
  vertical-align: bottom;
  padding: 18px 0;
}

.comparison-table table th img {
  vertical-align: bottom;
}

.comparison-table table th:first-child {
  text-align: left;
}

.comparison-table table td {
  text-align: center;
  width: 22%;
}

.comparison-table table td.yes::before {
  content: url("../images/svg/table-mark.svg");
}

.comparison-table table td.no::before {
  content: url("../images/svg/table-cross.svg");
}

.comparison-table table td:first-child {
  text-align: left;
  padding: 0 17px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  width: auto;
}

/* forms */
.main-form .field,
.subscribe-form .field {
  width: 100% !important;
}

.main-form form {
  text-align: center;
}

.main-form .hs_error_rollup ul.no-list,
.subscribe-form fieldset ul.no-list {
  list-style: none;
  margin: 5px 0 20px;
  padding: 0;
}

.main-form .hs_error_rollup ul.no-list li,
.subscribe-form fieldset ul.no-list li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: rgba(253, 236, 234, 1);
}

.main-form fieldset,
.subscribe-form fieldset,
.download-form fieldset {
  position: relative;
  max-width: 100% !important;
}

.main-form fieldset ul.no-list,
.subscribe-form fieldset ul.no-list,
.download-form fieldset ul.no-list {
  margin: 0 0 7px;
  padding: 0;
  list-style: none;
  width: 100%;
}

.main-form fieldset ul.no-list:first-of-type,
.subscribe-form fieldset ul.no-list:first-of-type {
  /*margin: -34px 0 10px;*/
  margin: -9px 0 10px;
}

.main-form fieldset .input select {
  margin: 0 0 10px;
}

.download-form fieldset ul.no-list:first-of-type {
  margin: -24px 0 7px;
}

.main-form fieldset ul.no-list li,
.subscribe-form fieldset ul.no-list li,
.download-form fieldset ul.no-list li {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: rgba(253, 236, 234, 1);
}

.cool-form .main-form fieldset ul.no-list li,
.contact-us-form .main-form fieldset ul.no-list li,
.contact-us-form .subscribe-form fieldset ul.no-list li,
.download-form fieldset ul.no-list li {
  color: #f05c37;
}

.cool-form .main-form fieldset ul.no-list li {
  padding: 0 0 0 2px;
  color: #f05c37;
}

fieldset ul.no-list li::before,
fieldset ul.no-list li::after,
.hs_error_rollup ul.no-list li::before,
.hs_error_rollup ul.no-list li::after {
  content: none;
}

.main-form fieldset .input,
.subscribe-form fieldset .input {
  margin: 0 !important;
  position: relative;
}

/*.main-form fieldset .input.invalid::before, .subscribe-form fieldset .input.invalid::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 26px;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    background: url("../images/svg/error_icon.svg") no-repeat center;*/
/*    background-size: cover;*/
/*}*/

.main-form input[type="text"],
.main-form form input[type="email"],
.main-form input[type="tel"],
.main-form textarea,
.main-form select,
.subscribe-form input[type="text"],
.subscribe-form form input[type="email"],
.subscribe-form input[type="tel"],
.subscribe-form textarea,
.subscribe-form select {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box;
  display: block;
  padding: 10px 11px 8px;
  font:
    300 18px/1.5 "Figtree",
    sans-serif;
  margin: 0 0 32px;
  height: 48px;
  box-shadow: none !important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.user-research .form-columns-2 {
  display: flex;
  gap: 0 24px;
}

.user-research .field {
  position: relative;
}

.main-form input[type="text"].invalid,
.main-form form input[type="email"].invalid,
.main-form input[type="tel"].invalid,
.main-form textarea.invalid,
.main-form select.invalid,
.main-form select.invalid::after,
.subscribe-form input[type="text"].invalid,
.subscribe-form form input[type="email"].invalid,
.subscribe-form input[type="tel"].invalid,
.subscribe-form textarea.invalid,
.subscribe-form select.invalid,
.subscribe-form select.invalid::after,
.download-form-right input[type="text"].invalid,
.download-form-right form input[type="email"].invalid,
.download-form-right input[type="tel"].invalid,
.download-form-right textarea.invalid,
.download-form-right select.invalid,
.download-form-right select.invalid::after {
  background: rgba(253, 236, 234, 1);
  border: 1px solid #f05c37;
}

.main-form fieldset .hs-fieldtype-select,
.subscribe-form fieldset .hs-fieldtype-select {
  position: relative;
}

.main-form fieldset .hs-fieldtype-select select,
.subscribe-form fieldset .hs-fieldtype-select select {
  padding: 10px 45px 8px 11px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.main-form fieldset .hs-fieldtype-select::after,
.subscribe-form fieldset .hs-fieldtype-select::after {
  content: "";
  position: absolute;
  top: 1px;
  height: 100%;
  right: 1px;
  /*height: calc(100% - 2px);*/
  box-sizing: border-box;
  padding: 0 20px;
  background: url("../images/svg/select-arrow.svg") #fff no-repeat center;
  border-left: 1px solid #d9d9d9;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  /*transition: 300ms linear;*/
  display: none;
}
.main-form select::-ms-expand,
.subscribe-form select::-ms-expand {
  display: none;
}
.hbspt-form select[data-select2-id] {
  border: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  opacity: 0;
}
.select2-container--default {
  margin: 0 0 10px;
  max-width: 100%;
}
.select2-container--default .select2-selection--single {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  height: 48px;
  text-align: start;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 35px 8px 11px;
  border-radius: 4px !important;
  font:
    300 18px/1.5 "Figtree",
    sans-serif;
  margin: 0;
  color: #111;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  content: "";
  position: absolute;
  top: 1px;
  height: calc(100% - 2px);
  right: 1px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff url(../images/svg/select-arrow.svg) no-repeat center;
  border-left: 1px solid #d9d9d9;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
body > .select2-container--open {
  margin: 32px 0 0;
}
select.invalid + .select2-container .select2-selection--single {
  background: rgba(253, 236, 234, 1);
  border: 1px solid #f05c37;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.select2-results__option {
  padding: 6px 11px;
  color: #111;
}

.main-form .hs-form-field > label,
.subscribe-form .hs-form-field > label {
  display: none;
}

.main-form textarea {
  height: 150px;
  margin: 0 0 28px;
}

.main-form input[type="text"]::placeholder,
.main-form input[type="email"]::placeholder,
.main-form input[type="tel"]::placeholder,
.main-form textarea::placeholder,
.subscribe-form input[type="text"]::placeholder,
.subscribe-form input[type="email"]::placeholder,
.subscribe-form input[type="tel"]::placeholder,
.subscribe-form textarea::placeholder {
  color: #111111;
  opacity: 1;
}

.main-form input[type="text"]:focus::placeholder,
.main-form form input[type="email"]:focus::placeholder,
.main-form input[type="tel"]:focus::placeholder,
.main-form textarea:focus::placeholder,
.subscribe-form input[type="text"]:focus::placeholder,
.subscribe-form form input[type="email"]:focus::placeholder,
.subscribe-form input[type="tel"]:focus::placeholder,
.subscribe-form textarea:focus::placeholder {
  color: #cfcfcf;
  transition: 300ms all cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.hs_submit .actions a.hs-button,
.hs_submit .actions input[type="submit"],
.main-form .primary-button input[type="submit"],
.subscribe-form .primary-button input[type="submit"] {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px;
  opacity: 0;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.hs_submit .actions a.hs-button,
.hs_submit .actions input[type="submit"] {
  color: #fff;
  padding: 0 60px 0 35px;
  font:
    600 14px/1.5 "Figtree",
    sans-serif;
  opacity: 1;
}

.contact-us-form .hs_submit .actions input[type="submit"] {
  padding: 0 79px 0 24px;
}

.download-form .hs_submit .actions input[type="submit"] {
  padding: 0 52px 0 24px;
}

.hs_submit .actions {
  padding: 14px 59px 15px 35px;
  width: 175px;
  box-sizing: border-box;
  height: 60px;
}
.hs_submit .actions:before {
  right: 9px;
  height: 40px;
  width: 40px;
}
.hs_submit .actions:after {
  width: 17px;
  height: 13px;
  right: 20px;
  background-size: contain;
}

.post-type-archive-question .subscribe-form .hs_submit .actions {
  padding: 29px 70px 29px 42px;
  width: 202px;
}

.post-type-archive-question
  .subscribe-form
  .hs_submit
  .actions
  input[type="submit"] {
  padding: 0 70px 0 25px;
}

.download-form .hs_submit .actions {
  width: 186px;
  height: 60px;
}

.download-form .hs_submit .actions input[type="submit"] {
  font-size: 14px;
  line-height: 20px;
}

.subscribe-form .hs_submit .actions {
  margin: 35px 0 0;
}

.hs_submit .actions:hover input[type="submit"],
.user-research .contact-us-form .hs_submit .actions:hover input[type="submit"] {
  transition: color 300ms linear;
  color: #f05c37;
}

.form-privacy-policy {
  margin: 0 auto;
  text-align: left;
}

.main-form .form-privacy-policy {
  max-width: 417px;
}

.form-privacy-policy p {
  margin: 0;
  padding: 0 32px;
  font-size: 14px;
  line-height: 28px;
}

.form-privacy-policy p a {
  color: #111111;
  font-weight: 700;
}

/*subscribe-form*/
.subscribe-form {
  box-sizing: border-box;
  padding: 64px 0 67px;
  text-align: center;
  color: #fff;
  background: #440bd4;
}

.subscribe-form h2 {
  margin: 0 auto 50px;
}

.subscribe-form p,
.main-form p {
  margin: 0 auto 48px;
  font-size: 18px;
  line-height: 28px;
}

.hs-richtext p {
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.download-form .hs-richtext p,
.contact-us-form .hs-richtext p {
  color: #111;
}

.hs-richtext p a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.download-form .hs-richtext p a,
.contact-us-form .hs-richtext p a {
  color: #242d37;
}

.subscribe-form form {
  margin: 0 auto;
  max-width: 553px;
}

.subscribe-form .form-privacy-policy p {
  margin: 0 auto 48px;
}

.subscribe-form .form-privacy-policy a {
  color: #fff;
}

/*.subscribe-form form input[type="email"] {*/
/*    margin: 0 0 22px;*/
/*}*/

.hs_error_rollup {
  display: none;
}

.top-section-form-privacy-policy {
  position: relative;
  margin: 0 auto;
  max-width: 417px;
  font-size: 14px;
  line-height: 28px;
}

.top-section-form-privacy-policy p {
  margin: 0;
}

.top-section-form-privacy-policy a {
  font-weight: 700;
  color: #111111;
}

.top-section-form .main-form .hbspt-form,
.top-section-form-privacy-policy .emojis {
  bottom: 13px;
  left: -50.5%;
}

.request-a-demo .top-section-form-privacy-policy .emojis {
  display: none;
}

/* our-story */
.our-story {
  position: relative;
  text-align: center;
  padding: 0 0 66px;
}

.our-story::after {
  content: "";
  position: absolute;
  bottom: -920px;
  left: 0;
  width: 100%;
  height: 900px;
  box-shadow: 0 -40px 50px #fff;
  background: #fff;
  z-index: -2;
}

.our-story h2 {
  margin: 0 0 69px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 40px 50px #fff;
}

.our-story .big-container > p {
  margin: 0 auto 95px;
  max-width: 950px;
  font-size: 18px;
  line-height: 28px;
}

.our-story-row {
  display: flex;
  justify-content: center;
  gap: 65px 56px;
  flex-wrap: wrap;
}

.our-story-item {
  flex: 0 1 482px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 106px 65px 70px;
  text-align: left;
  min-width: 281px;
  /*z-index: -10;*/
}

.our-story-item p {
  margin: 0 0 16px;
}

.our-story-item p:last-child {
  margin: 0;
}

.our-story .scrollmagic-pin-spacer {
  pointer-events: none;
  display: none !important;
}

#lamp-rain {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -600px);
  width: 100%;
  height: 100%;
  max-width: 942px;
  max-height: 1500px;
  opacity: 0;
  z-index: -5;
}

#lamp-rain.show {
  opacity: 1;
}

.our-story-wrap {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 422px;
  pointer-events: none;
  /*background: #f18500;*/
}

.our-story-line {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -11;
}

.our-story-line.show {
  visibility: visible;
  opacity: 1;
}

#our-story-line {
  width: 100%;
}

/* meet-team */
.meet-team {
  margin: 0 0 82px;
  text-align: center;
  /*background: #fff;*/
}

.meet-team h2 {
  /*margin: 0 auto 68px;*/
  margin: 0 auto 30px;
}

.meet-team p {
  /*margin: 0 auto 125px;*/
  margin: 0 auto 60px;
  max-width: 1022px;
  font-size: 18px;
  line-height: 28px;
}

.meet-team-gallery {
  margin: 0 auto 83px;
  visibility: hidden;
  opacity: 0;
}

.meet-team-gallery-item {
  margin: 0 auto 6px;
}

.meet-team-gallery-item img {
  width: 100%;
  max-width: 307px;
}

.meet-team .primary-button::after {
  transform: translateY(-50%) rotate(90deg);
}

/* quote */
.quote {
  padding: 199px 0 38px;
  margin: 0 auto 62px;
}

.quote .container > h2 {
  text-align: center;
  margin: 0 auto 44px;
}

.quote-body {
  display: flex;
  justify-content: center;
  gap: 24px 64px;
}

.quote-image {
  position: relative;
  flex: 0 1 381px;
}

.quote-image::before {
  position: absolute;
  width: 89px;
  height: 89px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 12.5px solid #f05c37;
  background: transparent;
}

.page-template-page-thankyou .quote-image {
  align-self: center;
  max-height: 224px;
  max-width: 224px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-thankyou
  .quote-image::before
  .cloudshare-vs-readytech-skytap
  .quote-image::before {
  content: "";
  bottom: 30px;
  left: -27px;
}

.page-template-page-thankyou .quote-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  z-index: 1;
}

.quote-image img {
  width: 100%;
  /*border-radius: 50%;*/
  vertical-align: middle;
  position: relative;
}

.page-template-page-thankyou img {
  width: auto;
  border-radius: 0;
  vertical-align: middle;
  z-index: 2;
}

.quote-text {
  margin: 0;
  padding: 93px 0 0;
  flex: 0 1 659px;
}

.page-template-page-thankyou .quote-text {
  padding: 0;
}

.quote-text q,
.quote-text span {
  font-size: 32px;
  line-height: 44px;
}

/*.quote-text q{*/
/*    display: block;*/
/*}*/

.quote-text cite {
  display: block;
  margin: 31px 0 0;
}

.quote-text cite h3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #242d37;
  margin: 0 0 3px;
}

.quote-text cite span {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.thank-you-demo-successful .recommended,
.thank-you-demo-unsuccessful .recommended {
  background: #f8f8f8;
}

.thank-you-demo-successful .recommended h2,
.thank-you-demo-unsuccessful .recommended h2 {
  color: #111111;
}

/* know-more */
.know-more {
  text-align: center;
  margin: 0 0 126px;
}

.know-more h2 {
  margin: 0 auto 58px;
}

.know-more-row {
  display: flex;
  justify-content: space-between;
}

.know-more-item {
  box-sizing: border-box;
  padding: 0 24px 10px;
}

.know-more-image {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  margin: 0 auto 32px;
}

.know-more-item h3 {
  margin: 0 auto 28px;
}

/* executive-team */
.executive-team {
  /*padding: 266px 0 0;*/
  padding: 298px 0 0;
  transition: 300ms linear;
}

.executive-team-body {
  display: flex;
  justify-content: center;
  gap: 0 56px;
}

.executive-team-aside {
  position: relative;
  flex: 0 1 538px;
  width: 538px;
  margin: 0 !important;
}

.executive-team-aside::before {
  content: "";
  position: absolute;
  top: -528px;
  left: 0;
  max-width: 1400px;
  width: 100vw;
  height: 500px;
  background: #fff;
}

.executive-team-aside h1 {
  margin: 0;
  position: absolute;
  top: -97px;
  left: 0;
  max-width: 1400px;
  width: 100vw;
}

.executive-team-names {
  width: 100%;
  margin: 0;
  padding: 0;
}

.executive-team-names li {
  display: block;
  font-size: 36px;
  line-height: 58px;
  margin: 0;
  color: #cfcfcf;
}

.executive-team-names li a {
  color: inherit;
}

/*.executive-team-names li a.electric-gradient{*/
/*    transition: 150ms all cubic-bezier(0.18, 0.8, 0.18, 0.8);*/
/*}*/

.executive-team-about {
  flex: 0 1 752px;
  padding: 17px 0 0;
}

.executive-team-about::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0);
  width: 0;
}

.executive-team-item {
  margin: 0 0 67px;
}

.executive-team-item:last-child {
  margin: 0 0 360px;
}

.executive-team-item img {
  display: block;
  width: 214px;
  height: 214px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 0 42px;
}

.executive-team-item-header-text h2 {
  display: none;
}

.executive-team-item-header-text h3 {
  margin: 0 0 30px;
}

.executive-team-item p {
  margin: 0 0 24px;
}

.executive-team-item-social {
  display: flex;
}

.executive-team-item-social a {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin: 0 24px 0 0;
}

.executive-team-item-social a.linkedin {
  background: url("../images/svg/linkedin-v-c-icon.svg") no-repeat;
}

.executive-team-item-social a.twitter {
  background: url("../images/svg/twitter-v-c-icon.svg") no-repeat;
}

/* advisory-board */
.meet-the-team .wrapper {
  opacity: 0;
  visibility: hidden;
}

.meet-the-team #main {
  position: relative;
}

.meet-the-team .wrapper > .scrollmagic-pin-spacer {
  z-index: 2;
  pointer-events: none;
}

.meet-the-team .executive-team-body .scrollmagic-pin-spacer {
  z-index: 1;
}

.meet-the-team .footer-column:nth-child(2) {
  flex: 0 1 calc(100% - 350px);
}

.meet-the-team .footer-navigation > ul {
  margin: 0;
}

.bottom-shell {
  position: absolute;
  top: 87vh;
  left: 0 !important;
  height: auto !important;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 -40px 50px #fff;
  /*background: #6ea029;*/
  /*box-shadow: 0 -40px 50px #f18500;*/
}

.advisory-board {
  position: relative;
  margin: 0 0 228px;
  box-shadow: 0 -40px 50px #fff;
  pointer-events: auto;
}

.advisory-board .container > a {
  color: #111111;
  pointer-events: initial;
  transition: 300ms all cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.advisory-board .container > a:hover {
  color: #242d37;
}

.advisory-board h2 {
  margin: 0 0 39px;
}

.advisory-board-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.advisory-board-item {
  width: 33.33%;
  text-align: center;
  box-sizing: border-box;
  /*padding: 60px 24px;*/
  padding: 60px 24px 112px;
}

.advisory-board-item:nth-child(2n + 1) {
  background: #f8f8f8;
}

.advisory-board-item-wrap {
  margin: 0 auto;
  max-width: 347px;
}

.advisory-board-item-wrap img {
  display: block;
  margin: 0 auto 24px;
  width: 173px;
  border-radius: 50%;
  border: 2px solid #ece7fb;
  box-sizing: border-box;
}

.advisory-board-item-wrap h3 {
  margin: 0 auto 32px;
}

.advisory-board-item-wrap p {
  margin: 0 0 16px;
}

.advisory-board-item-wrap p:last-child {
  margin: 0;
}

/* country-branches */
.country-branches {
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 30px 0 67px;
  text-align: center;
  margin: 0 0 88px;
}

.country-branches h2 {
  margin: 0 auto 40px;
}

.country-branches h2 > a {
  color: inherit;
}

.country-branches-row {
  margin: 0 0 0;
  display: flex;
  justify-content: space-between;
}

.country-branches-item {
  max-width: 310px;
  padding: 0 10px;
}

.country-branches-item h3 {
  font-weight: 400;
  font-size: 51px;
  line-height: 80px;
  margin: 0 0 13px;
}

.country-branches-item address {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}

.country-branches-item address span {
  display: block;
  margin: 0 auto;
}

/* thank-you & 404 */
.thank-you-section {
  /*padding: 274px 0 160px;*/
  padding: 200px 0 40px;
  text-align: center;
}

.page-template-page-thankyou .thank-you-section {
  padding: 180px 0 160px;
}

.thank-you-section h1 {
  margin: 0;
}

.page-template-page-thankyou .thank-you-section h1 {
  margin: 0 0 47px;
}

.thank-you-demo-successful .thank-you-section h2,
.thank-you-contact-successful .thank-you-section h2,
.thank-you-quote-successful .thank-you-section h2 {
  margin: 24px auto 0;
  font:
    400 36px/48px "Figtree",
    sans-serif;
  text-transform: uppercase;
}

.thank-you-demo-unsuccessful .thank-you-section h2,
.thank-you-contact-unsuccessful .thank-you-section h2,
.thank-you-quote-unsuccessful .thank-you-section h2 {
  margin: 24px auto 0;
  font:
    700 52px/64px "Figtree",
    sans-serif;
}

.thank-you-section .container-content > img {
  opacity: 0;
}

.thank-you-section h2 strong {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Figtree";
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.user-research-thanks .thank-you-section h1 {
  margin: 0 auto 79px;
}

.user-research-thanks .thank-you-section h2 {
  margin: 0 auto 33px;
}

.section-404 {
  /*padding: 275px 0 155px;*/
  padding: 200px 0 155px;
  text-align: center;
}

.section-404 h1 {
  max-width: 1300px;
  margin: 0 auto 40px;
}

.section-404 img {
  margin: 0 0 40px;
  width: 752px;
}

.section-404 p {
  margin: 0;
}

.section-404 p a {
  color: #242d37;
  text-decoration: underline;
  font-weight: 500;
}

/* work-advantage */
.work-advantage {
  max-width: 1680px;
  /*margin: 0 auto 182px;*/
  margin: 0 auto 122px;
  text-align: center;
}

.work-advantage h2 {
  padding: 0 24px;
  margin: 0 0 178px;
}

.work-advantage-container {
  display: flex;
  justify-content: center;
  gap: 120px 0;
}

.work-advantage-container .training-about-item {
  width: 25%;
  max-width: 420px;
  margin: 0;
}

.work-advantage-container .training-about-item:nth-child(2n) {
  background: #fff;
}

.info-banner {
  color: #fff;
  background: linear-gradient(127.12deg, #242d37 -18.07%, #b78eed 99.71%);
  padding: 24px 0 8px;
  margin: 0 0 80px;
}

.info-banner > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
  min-height: 280px;
}

.info-banner h2 {
  position: relative;
  margin: 0 auto;
}

.info-banner h2 .emojis-arrow {
  background: url("../images/emojis/emojis-white-arrow.svg") no-repeat bottom
    center;
}

.info-banner h2 .emojis-text {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/* welcome */
.welcome {
  margin: 0 auto 168px;
}

.welcome-body {
  display: flex;
  justify-content: center;
  gap: 0 135px;
}

.welcome-image {
  flex: 0 1 673px;
}

.welcome-text {
  flex: 0 1 538px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.welcome-text h2 {
  margin: 0 0 32px;
}

.welcome-text p {
  margin: 0 0 24px;
}

.welcome-text p:last-child {
  margin: 0;
}

/* properties */
.properties {
  padding: 0 0 80px;
}

.properties > h2 {
  margin: 0 auto 45px;
  text-align: center;
}

.properties .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px 160px;
}

.properties-item {
  flex: 0 1 44%;
}

.properties-item-header {
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  justify-content: flex-start;
}

.properties-item-header-image {
  min-width: 60px;
  height: 60px;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 0 0;
}

.properties-item-header h3 {
  margin: 0;
}

.properties-item-content p {
  margin: 0;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.5px;
}

/* employees-testimonials */
.employees-testimonials {
  margin: 0 0 120px;
  text-align: center;
}

.employees-testimonials h2 {
  margin: 0 0 70px;
}

.employees-testimonials-body {
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}

.employees-testimonials-item {
  padding: 0 24px;
}

.employees-testimonials-item blockquote {
  max-width: 484px;
  margin: 0;
}

.employees-testimonials-item blockquote p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 40px;
}

.employees-testimonials-item blockquote cite {
  font-style: normal;
}

.employees-testimonials-item blockquote cite strong {
  font-weight: 500;
}

/* employees-testimonials */
.questions-list {
  margin: 0 0 100px;
}

.questions-list-item {
  position: relative;
  box-sizing: border-box;
  padding: 41px 170px 42px 0;
  border-bottom: 1px solid #cfcfcf;
}

.questions-list-item h3 {
  margin: 0;
}

.questions-list-item .tertiary-cta-btn {
  position: absolute;
  right: 0;
  width: fit-content;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  top: 44px;
}

.questions-list-item.events-list-item {
  display: flex;
  line-height: 1.2;
}

.questions-list-item.events-list-item h5 {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.questions-list-item.events-list-item h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}

.questions-list-item.events-list-item h4 a {
  color: inherit;
}

.container-events {
  max-width: 100%;
  margin: 0 auto;
}

.events-list-item-data {
  flex: 0 0 225px;
}

.events-list-item-data p > strong {
  background: url("../images/svg/location-icon-black.svg") no-repeat;
  width: 10px;
  height: 13px;
  display: inline-block;
}

.events-list-item-data p:first-child {
  font-size: 12px;
  margin: 0 0 8px;
}

.events-list-item-data p:last-child {
  font-size: 14px;
  margin: 0;
}

.events-list-item-category {
  flex: 0 0 calc(100% - 240px);
}

.event-template-default .blog.q-a-contnent {
  padding: 160px 0 90px;
}

.event-template-default .blog.q-a-contnent h1,
.event-template-default .blog.q-a-contnent h3 {
  margin: 0 0 24px;
}

.event-template-default .blog.q-a-contnent .event_info {
}

.event-template-default .blog.q-a-contnent .event_info_content p {
  margin: 0 0 8px;
}

.event-template-default .blog.q-a-contnent .event_info_content ul {
  margin: 0;
}

.event-template-default .blog.q-a-contnent .blog-heading {
  margin: 0 auto 45px;
}

.event-template-default .blog.q-a-contnent .event_info {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
}

.event-template-default .blog.q-a-contnent .event_info_header {
  flex: 0 1 700px;
}

.event-template-default .blog.q-a-contnent .event_info_content {
  display: flex;
  flex-direction: column;
  flex: 0 0 200px;
}

.event-template-default .blog.q-a-contnent .event_info_date {
  display: flex;
  gap: 5px;
}

.event-template-default .q-a-contnent ul {
  list-style: none;
}

.event-template-default .q-a-contnent ul li {
  padding: 0;
}

/* sliders */
/*awards-slider*/
.awards-slider {
  position: relative;
  width: 100%;
  padding: 59px 0 64px;
  box-sizing: border-box;
}

.awards-slider .swiper-wrapper {
  align-items: center;
}

.landing .awards-slider {
  padding: 30px 0 64px;
}

.awards-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 373px;
  height: 373px;
  background: #f8f8f8;
  border-radius: 50%;
}

.awards-slider-image {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  width: 222px;
  transition: 400ms linear;
  display: flex;
  align-items: center;
}

.landing .awards-slider-image,
.landing .awards-slider-image.swiper-slide-prev,
.landing .awards-slider-image.swiper-slide-next {
  visibility: hidden;
  opacity: 0;
  min-height: 130px;
}

.landing .awards-slider-image.swiper-slide-active {
  visibility: visible;
  opacity: 1;
}

.awards-slider-image.swiper-slide-active,
.awards-slider-image.swiper-slide-prev,
.awards-slider-image.swiper-slide-next {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.awards-slider-image.swiper-slide-prev,
.awards-slider-image.swiper-slide-next {
  margin: -27px 0 0;
}

.awards-slider-image img {
  display: block;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.awards-slider .swiper-button-next,
.awards-slider .swiper-button-prev {
  width: 22px;
  height: 39px;
  background: url("../images/svg/awards-slider-arrow.svg") no-repeat;
  top: 46%;
  outline: none;
}

.awards-slider .swiper-button-prev {
  left: 0px;
}

.awards-slider .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.awards-slider .swiper-button-next::after,
.awards-slider .swiper-button-prev::after {
  content: none;
}

.awards-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
}

.awards-slider .swiper-pagination-bullet,
.awards-slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.awards-slider
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.awards-slider .swiper-pagination-bullet-active {
  background: #242d37;
}

/*testimonials-slider*/
.testimonials-slider {
  padding: 0 0 0 71px;
}

.testimonials-slider-text {
  margin: 0;
}

.testimonials-slider-text q {
  display: block;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.375;
  margin: 0 0 25px;
}

/*.testimonials-slider-text q:before {*/
/*    content: '"';*/
/*    position: absolute;*/
/*    left: -15px;*/
/*}*/

/*.testimonials-slider-text q:after {*/
/*    content: '”';*/
/*    position: static;*/
/*}*/

.testimonials-slider-text cite strong {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.667;
  font-style: normal;
  margin: 0 0 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #242d37;
}

.testimonials-slider-text cite span {
  margin: 0;
  font:
    300 14px/20px "Figtree",
    sans-serif;
}

/* emojis */
.emojis {
  position: absolute;
  bottom: 100%;
  display: flex;
  justify-content: flex-start;
  max-height: 55px;
  min-width: 59px;
}

.page-template-page-community .top-section-header .emojis {
  max-height: 75px;
  min-width: 59px;
  right: -4px;
}

.emojis.emoji-arrow_right {
  flex-direction: row-reverse;
}

.emojis.emoji-image_left .emojis-arrow {
  order: 1;
}

.emojis.emoji-image_left .emojis-image {
  order: 2;
  max-width: 125px;
}

.emojis.emoji-image_left .emojis-text {
  order: 3;
}

.emojis-arrow {
  display: inline-block !important;
  padding: 5px 15px 0 !important;
  margin: 0 !important;
  opacity: 0;
  width: 25px;
  /*height: 38px;*/
  height: 49px;
  background: url("../images/emojis/emojis-arrow.svg") no-repeat bottom center;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.page-template-page-community .top-section-header .emojis-arrow {
  width: 57px;
  height: 87px;
  background: url("../images/emojis/emojis-big-arrow.svg") no-repeat bottom
    center;
}

.top-section-form-privacy-policy .emojis-arrow,
.request-a-demo .top-section-header > .emojis:last-child .emojis-arrow {
  position: absolute;
  left: 60px;
  height: 34px;
  width: 26px;
  background: url("../images/emojis/emojis-arrow-down.svg") no-repeat bottom
    center;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.contact-us .top-section-header h1 .emojis-arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 61px;
  height: 25px;
  width: 38px;
  background: url("../images/emojis/emojis-arrow-down.svg") no-repeat bottom
    center;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.emoji-arrow_right .emojis-arrow {
  background: url("../images/emojis/emojis-arrow-left.svg") no-repeat bottom
    center;
}

.emojis-text {
  padding: 4px 0 0 !important;
  display: inline-block !important;
  opacity: 0;
  margin: 0 !important;
  font:
    300 16px/1.5 "Figtree",
    sans-serif;
  color: #111111;
  -webkit-text-fill-color: #111111;
}

.contact-us .top-section-header .emojis-text {
  padding: 0 !important;
}

.page-template-page-community .top-section-header .emojis-text {
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
  margin: -20px 0 0 -8px !important;
}

.emojis-image {
  display: inline-block !important;
  padding: 5px 6px 0 !important;
  margin: -10px 0 0 !important;
  opacity: 0;
}

.top-section-form-privacy-policy .emojis-image,
.request-a-demo .top-section-header > .emojis:last-child .emojis-image {
  padding: 0px 0px 0 !important;
  /*margin: -17px 0 0 -5px !important;*/
  margin: -19px 0 0 15px !important;
}

.contact-us .top-section-header .emojis-image {
  padding: 0px 0px 0 !important;
  margin: -17px 0 -3px 35px !important;
}

.page-template-page-community .top-section-header .emojis-image {
  margin: -60px 7px 0 !important;
}

.home .top-section-row .top-section-header .emojis {
  right: 7.65%;
}

.home .platforms h2 .emojis {
  left: -24.2%;
  bottom: 105%;
}

.home .cta2-header h3 .emojis {
  right: 12.5%;
  bottom: 80%;
}

.request-a-demo .top-section-header .emojis {
  bottom: 60px;
  left: -175px;
}

/*04.01.2024*/
.request-a-demo .top-section-header h1 .emojis {
  top: -43px;
  left: 176px;
}

/*14.12.2023*/
.request-a-demo .top-section-header h1 .emojis:last-child {
  top: -43px;
  right: -40px;
  left: auto;
}

.request-a-demo .top-section-header h1 .emojis:last-child .emojis-image {
  margin: -7px 0 0 !important;
}

.request-a-demo .top-section-header .emojis:last-child {
  bottom: 29px;
  right: -125px;
  left: auto;
}

.contact-us .top-section-header .emojis {
  bottom: 121px;
  right: -65px;
}

.home .top-section-row .top-section-header .emojis {
  right: 7.65%;
}

.user-research .top-section-row .top-section-header .emojis {
  bottom: 88.5%;
  left: 65.5%;
}

.webinar-on-demand .top-section-container-header h1 .emojis {
  right: 2.5%;
  bottom: 30%;
}

.cloudshare-aderant-watch-on-demand .top-section-header h1 .emojis {
  left: 42.5%;
  bottom: 93.4%;
}

.cloudshare-aderant-watch-on-demand-v2 .top-section-header h1 .emojis {
  left: 38%;
  bottom: 93.6%;
}

.google-ad-solutions .top-section-header h1 .emojis {
  left: 51.5%;
  bottom: 72.4%;
}

.cloudshare-vs-readytech-skytap h1 .emojis {
  left: 41.9%;
  bottom: 91%;
}

.cloudshare-vs-the-little-training-players .best-qualities h2 .emojis {
  bottom: 94.5%;
  left: 66.2%;
}

.cloudshare-vs-the-little-training-players .best-qualities h2 .emojis {
  bottom: 94.5%;
  left: 66.2%;
}

.cloudshare-vs-the-little-training-players .info-banner h2 .emojis {
  right: -9.7%;
  bottom: 98%;
}

.cloudshare-vs-skytap h1 .emojis {
  left: 47%;
  bottom: 74.2%;
}

/*webinar-speakers*/
.webinar-speakers {
  background: #f8f8f8;
  padding: 72px 0 80px;
  margin: 0 auto 120px;
}

.webinar-speakers h2 {
  text-align: center;
  margin: 0 auto 77px;
}

.webinar-speakers h2:empty {
  display: none;
}

.webinar-speakers .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 54px;
}

.webinar-speakers-item {
  display: flex;
  flex: 0 1 396px;
  gap: 0 38px;
}

.webinar-speakers-item-image {
  max-width: 129px;
  width: 100%;
}

.webinar-speakers-item-image img {
  border-radius: 50%;
  width: 100%;
}

.webinar-speakers-item-text {
}

.webinar-speakers-item-text h3 {
  margin: 0 0 5px;
}

.webinar-speakers-item-text h4 {
  margin: 0 0 9px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}

.webinar-speakers-item-logo {
}

/*best-qualities*/
.best-qualities {
  padding: 50px 0 80px;
}

.best-qualities h2 {
  margin: 0 auto 44px;
  position: relative;
  line-height: 44px;
}

.best-qualities-container {
  margin: 0 auto 0;
  max-width: 930px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 60px;
}

.best-qualities-item {
  flex: 0 1 432px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.best-qualities-item-image {
  min-width: 60px;
  height: 60px;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-qualities-item h3 {
  margin: 0;
}

/* animations */
.gs-dev-tools {
  z-index: 1000;
}

/*top section*/
.top-section-image-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-section-form .top-section-image-animation {
  display: none;
  top: 80px;
  right: -110px;
  left: auto;
}

.home .top-section-image-animation {
  max-width: 100%;
  top: -170px;
  left: -305px;
}

.virtual-training .top-section-image-animation {
  top: -198px;
  left: -61px;
}

.instructor-led-training .top-section-image-animation {
  top: 30px;
  left: -220px;
}

.sales-enablement .top-section-image-animation {
  top: -225px;
  left: -65px;
}

.self-paced-training .top-section-image-animation {
  top: 15px;
  left: -240px;
}

.onboarding .top-section-image-animation {
  top: -185px;
  left: 0;
}

.sandboxing .top-section-image-animation {
  /*top: -150px;*/
  /*left: 0;*/
  top: -158px;
  left: -54px;
}

.cyber-security .top-section-image-animation {
  top: -250px;
  left: 0;
}

.virtual-it-labs-glossary .top-section-image-animation {
  top: 30px;
  left: -116px;
}

.work-with-us .top-section-image-animation {
  top: -155px;
}

.question .top-section-image .top-section-image-animation {
  top: 55px;
  right: -150px;
  left: auto;
}

.pocs .top-section-image-animation {
  top: -70px;
  left: 0;
}

.about-us .top-section-image-animation {
  top: -173px;
  left: -89px;
}

.top-section-image-animation-block-1 {
  display: none;
  width: 982px;
  /*max-width: 982px;*/
  /*width: 58.45vw;*/
  /*min-width: 800px;*/
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-2 {
  display: none;
  max-width: 1680px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-3 {
  display: none;
  max-width: 603px;
  width: 31.5vw;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-4 {
  display: none;
  max-width: 958px;
  width: 50vw;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-5 {
  display: none;
  max-width: 944px;
  width: 49.2vw;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-6 {
  display: none;
  max-width: 379px;
  /*width: 20vw;*/
  width: 379px;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-block-7 {
  display: none;
  max-width: 1729px;
  width: 100vw;
  position: relative;
  z-index: -1;
}

.top-section-image-animation-book-a-demo {
  display: none;
  max-width: 1445px;
  width: 1445px;
  /*width: 75.9vw;*/
  position: relative;
  z-index: -1;
}

#top-section-image-svg-4 {
  /*width: 100%;*/
}

.ball {
  top: 0;
  left: 0;
  position: absolute;
  width: 39px;
  height: 39px;
}

.partner-info-section,
.info-section {
  padding: 121px 0 113px;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}

.info-section-row {
  margin: 0 auto;
  max-width: 1300px;
}

.page-template-page-community .info-section {
  margin: -137px auto 0;
}
.partner-info-section p,
.info-section p {
  margin: 0 auto 14px;
}

.partner-info-section p:last-child,
.info-section p:last-child {
  margin: 0 auto;
}
.partner-info-section p strong,
.info-section p strong {
  font-weight: 600;
  text-transform: uppercase;
}

/*advantages*/
.advantages {
  position: relative;
  padding: 104px 0 74px;
  text-align: center;
  z-index: 1;
}

#advantages-confetti {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
}

.advantages-banner {
  max-width: 700px;
  margin: 0 auto 100px;
}

.advantages-banner h2 {
  margin: 0 auto 27px;
  font-size: 52px;
  line-height: 64px;
}

.advantages-banner h3 {
  margin: 0 auto 24px;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.375;
}

.advantages-banner p {
  margin: 0 auto 24px;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

.advantages-banner p:last-child,
.advantages-banner h3:last-child {
  margin: 0 auto;
}

.advantages-row {
  display: flex;
  justify-content: space-between;
  gap: 40px 36px;
  max-width: 1214px;
  margin: 0 auto;
}

.advantages-column {
  max-width: 365px;
}

.advantages-column h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 15px;
  color: #242d37;
}

.advantages-column p {
  font-weight: 400;
  line-height: 35px;
  font-size: 20px;
  margin: 0 auto 14px;
}

.advantages-column p:last-child {
  margin: 0 auto;
}

.advantages-column-image {
  position: relative;
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}

.advantages-column-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}

/*customers*/
.customers {
  text-align: center;
  padding: 0 0 104px;
}

.customers .container {
  border: 1px solid #cfcfcf;
  border-radius: 119px;
  max-width: 1218px;
  padding: 69px 24px 99px;
}

.customers h2 {
  font-size: 32px;
  line-height: 2;
  margin: 0 auto 15px;
}

.customers-row {
  display: flex;
  gap: 48px;
  margin: 0 auto;
  padding: 0 56px;
  justify-content: space-between;
}

.customers-column h3 {
  color: #242d37;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 auto 17px;
  font-weight: 600;
}

.customers-column p {
  margin: 0 auto 14px;
}

.customers-column p:last-child {
  margin: 0 auto;
}

.customers-column {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  max-width: 430px;
  flex: 0 1 50%;
}

.customers-column-image {
  position: relative;
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 24px;
}

.customers-column-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}

.customers-column-image img {
}

.customers-column-text {
  margin: 0 auto;
}

/*cool-form*/
.cool-form {
}

.cool-form-row {
  display: flex;
}

.cool-form-left {
  position: relative;
  /*padding: 111px 104px 70px 0;*/
  padding: 70px 104px 70px 0;
  flex: 0 1 48%;
  min-height: 537px;
  background: #430dd5;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cool-form-left::before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  top: 0;
  right: 0;
  background: inherit;
  z-index: -1;
}

.cool-form-left-container {
  max-width: 430px;
}

.cool-form-left h2 {
  margin: 10px 0 0;
  font-size: 52px;
  line-height: 64px;
}

.cool-form-right {
  position: relative;
  padding: 69px 63px 56px 55px;
  flex: 0 1 52%;
  background: #f8f8f8;
  box-sizing: border-box;
}

.cool-form-right .main-form form {
  text-align: start;
}

.cool-form-right .main-form form .inputs-list {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
}

.cool-form-right .main-form form .inputs-list label > span {
  margin: 0 0 0 5px;
}

/*.cool-form-right .inputs-list.multi-container, .cool-form-right .legal-consent-container{*/
/*    display: none;*/
/*}*/

.cool-form .hs-richtext p,
.cool-form .hs-richtext p a {
  color: #111111;
}

.cool-form .main-form .hbspt-form fieldset label {
  display: block;
}

.cool-form-right::before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
}

.cool-form-right-container {
}

/*community lp form*/
.main-form .hbspt-form fieldset {
  display: flex;
  gap: 10px;
}
.main-form [id*="153c5c1d-a2fe-4c79-a441-7ea498f4dec6"] fieldset {
  display: block;
}
.hs-dependent-field {
  width: 100%;
}

.main-form .hbspt-form .form-columns-2 .hs_firstname,
.main-form .hbspt-form .form-columns-2 .hs_lastname,
.main-form .hbspt-form .form-columns-2 .hs_email,
.main-form .hbspt-form .form-columns-2 .hs_company {
  flex: 1 1 calc(50% - 5px);
}

.main-form .hbspt-form fieldset input:not([type="submit"]) {
  border-color: #cfcfcf;
  margin: 0 0 10px;
}

.main-form .hs_submit {
  text-align: center;
  margin: 17px auto 0;
}

.cool-form .hs_submit .actions {
}

.events-workshop {
  padding: 100px 0 82px;
}

.events-workshop-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 24px;
}

.events-workshop-gallery {
  margin: 0 auto 20px;
  visibility: hidden;
  opacity: 0;
}

.events-workshop-container {
  max-width: 1308px;
}
.events-workshop-gallery {
  min-width: 100%;
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.grid-sizer {
  width: 5%;
}
.events-workshop-gallery-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 9px 18px;
}

.events-workshop-gallery-item > div {
  width: 100%;
  height: 100%;
}

.events-workshop-gallery-item > div h2 {
  margin: 0;
  padding: 0 28px;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48.36px;
  line-height: 59.52px;
  color: #fff;
  font-weight: 300;
  box-sizing: border-box;
  text-align: center;
}

.events-workshop-gallery-item.item-text > div {
  aspect-ratio: 1 / 1.0355;
}

.events-workshop-gallery-item.item-emoji > div {
  /*min-height: 319px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1.8034;
}

.events-workshop-gallery-item.item-emoji > div img {
  width: fit-content;
  height: fit-content;
}

.events-workshop-gallery-item:nth-child(9n-7),
.events-workshop-gallery-item:nth-child(9n-2),
.events-workshop-gallery-item:nth-child(9n-1) {
  width: 50%;
}
.events-workshop-gallery-item:nth-child(9n-4) {
  width: 35%;
}
.events-workshop-gallery-item:nth-child(9n-3) {
  width: 15%;
}
.events-workshop-gallery-item > img {
  width: 100%;
  aspect-ratio: 1 / 1.0355;
  object-fit: cover;
}
.events-workshop-gallery-item:nth-child(9n-7) > img,
.events-workshop-gallery-item:nth-child(9n-2) > img,
.events-workshop-gallery-item:nth-child(9n-1) > img {
  aspect-ratio: 1 / 0.50157;
}
.events-workshop-gallery-item:nth-child(9n-4) > img {
  aspect-ratio: 1 / 0.72625;
}
.events-workshop-gallery-item:nth-child(9n-3) > img {
  aspect-ratio: 1 / 1.8034;
}

/*advertising-hosts*/
.advertising-hosts {
  background: #ecddff;
  padding: 99px 80px 148px;
  margin: 100px 0 0;
}

.advertising-hosts-body {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}

.advertising-hosts-body-mobile {
  display: none;
}

.advertising-hosts-main-img {
}

.advertising-hosts-header {
  position: absolute;
  top: 53.5%;
  left: 55.1%;
  transform: translate(-50%, -50%);
  max-width: 314px;
  width: fit-content;
  text-align: center;
}

.advertising-hosts-header h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 74px;
}
.advertising-hosts-header h2 strong {
  font-weight: 600;
  font-size: 104px;
  line-height: 92px;
  display: block;
}

.advertising-hosts-speech-img {
  position: absolute;
  inset: 0;
}

.advertising-hosts-speech-img img {
  -webkit-animation: ring 5s 0.9s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 5s 0.9s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 5s 0.9s ease-in-out infinite;
  transform-origin: 60% 70%;
}

.advertising-hosts-speech-img img:first-child {
  position: absolute;
  top: 8.9%;
  left: 37.9%;
}

.advertising-hosts-speech-img img:nth-child(2) {
  position: absolute;
  bottom: 39.3%;
  right: -8.7%;
  animation-delay: 3.5s;
  transform-origin: 40% 70%;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(20deg);
  }
  4% {
    -webkit-transform: rotateZ(-20deg);
  }
  9% {
    -webkit-transform: rotateZ(24deg);
  }
  13% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  21% {
    -webkit-transform: rotateZ(-22deg);
  }
  25% {
    -webkit-transform: rotateZ(18deg);
  }
  29% {
    -webkit-transform: rotateZ(-16deg);
  }
  33% {
    -webkit-transform: rotateZ(10deg);
  }
  37% {
    -webkit-transform: rotateZ(-8deg);
  }
  41% {
    -webkit-transform: rotateZ(2deg);
  }
  45% {
    -webkit-transform: rotateZ(-1deg);
  }
  49% {
    -webkit-transform: rotateZ(1deg);
  }

  50% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotateZ(0);
  }
  1% {
    -moz-transform: rotateZ(20deg);
  }
  4% {
    -moz-transform: rotateZ(-20deg);
  }
  9% {
    -moz-transform: rotateZ(24deg);
  }
  13% {
    -moz-transform: rotateZ(-24deg);
  }
  17% {
    -moz-transform: rotateZ(22deg);
  }
  21% {
    -moz-transform: rotateZ(-22deg);
  }
  25% {
    -moz-transform: rotateZ(18deg);
  }
  29% {
    -moz-transform: rotateZ(-16deg);
  }
  33% {
    -moz-transform: rotateZ(10deg);
  }
  37% {
    -moz-transform: rotateZ(-8deg);
  }
  41% {
    -moz-transform: rotateZ(2deg);
  }
  45% {
    -moz-transform: rotateZ(-1deg);
  }
  49% {
    -moz-transform: rotateZ(1deg);
  }

  50% {
    -moz-transform: rotateZ(0);
  }
  100% {
    -moz-transform: rotateZ(0);
  }
}

@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(20deg);
  }
  4% {
    transform: rotateZ(-20deg);
  }
  9% {
    transform: rotateZ(24deg);
  }
  13% {
    transform: rotateZ(-24deg);
  }
  17% {
    transform: rotateZ(22deg);
  }
  21% {
    transform: rotateZ(-22deg);
  }
  25% {
    transform: rotateZ(18deg);
  }
  29% {
    transform: rotateZ(-16deg);
  }
  33% {
    transform: rotateZ(10deg);
  }
  37% {
    transform: rotateZ(-8deg);
  }
  41% {
    transform: rotateZ(2deg);
  }
  45% {
    transform: rotateZ(-1deg);
  }
  49% {
    transform: rotateZ(1deg);
  }

  50% {
    -moz-transform: rotateZ(0);
  }
  100% {
    -moz-transform: rotateZ(0);
  }
}

/*benefits svg*/
.hand_on_experience svg {
  overflow: hidden;
}

#hands_on_expirience_status1 {
  transform-box: fill-box;
  transform-origin: top;
}

[id^="hands_on_expirience_status1_line"] {
  transform-box: fill-box;
  transform-origin: left;
}

#hands_on_expirience_status1_start_button {
  transform-box: fill-box;
  transform-origin: center;
}

[id^="hands_on_expirience_status_codeline"] {
  transform-box: fill-box;
  transform-origin: left;
  opacity: 0;
}

[id^="hands_on_expirience_status_verticalline"] {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

#hands_on_expirience_massege {
  opacity: 0;
}

[id^="hands_on_expirience_question"] {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

[id^="hands_on_expirience_massege"] {
  transform-box: fill-box;
  transform-origin: bottom;
}

#hands_on_expirience_cursor {
  transform-box: fill-box;
  transform-origin: center;
}

/*cost_control*/
.cost_control_schedule_light,
.cost_control_schedule_middle,
.cost_control_schedule_dark {
  transform-box: fill-box;
  transform-origin: bottom;
}

#cost_control_main_circle {
  transform-box: fill-box;
  transform-origin: center;
}

#cost_control_main_circle_elipse1 {
  transform-box: fill-box;
  transform-origin: 0px 16px;
  transform: rotateZ(80deg);
}

#cost_control_main_circle_elipse2 {
  transform-box: fill-box;
  transform-origin: 41px 0px;
  transform: rotateZ(0);
}

[id^="cost_control_module_"] {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0);
  transition: 750ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

.benefits-row.active [id^="cost_control_module_"],
.benefits-list-row.active
  ~ .benefits-list-pseudo-row
  [id^="cost_control_module_"],
.cost_control.show [id^="cost_control_module_"] {
  transform: scale(1);
}

[id^="cost_control_summary_line_"] [class^="cost_control_summary_text"] {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  transition: 750ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
}

/*analytics*/
.analytics {
  position: relative;
}

.analytics #analytics_reporting_block {
  position: relative;
}

#analytics_status,
#analytics_drop_out_rate,
#analytics_countries,
#analytics_companies,
#line_step1,
#line_step2,
#line_step3,
#line_step4,
.analytics .ball {
  opacity: 0;
}

.analytics .bigBall {
  display: none;
  position: absolute;
  opacity: 0;
  top: 32.5%;
  left: -58px;
}

#analytics_status,
#analytics_drop_out_rate,
#analytics_countries,
#analytics_companies,
#analytics_status_check_1,
#analytics_status_check_2,
#analytics_status_time,
#analytics_status_time_text,
#analytics_status_time_clock,
#analytics_countries_map,
[id^="analytics_companies_header_"],
[id^="analytics_status_check_"] {
  transform-box: fill-box;
  transform-origin: center;
}

.analytics .ball {
  width: 24px;
  height: 24px;
  transition: all 55ms;
}

#analytics_drop_out_rate_line1,
#analytics_drop_out_rate_line2,
#analytics_drop_out_rate_line3,
#analytics_drop_out_rate_line4 {
  transform-box: fill-box;
  transform-origin: bottom;
}

[id^="analytics_companies_"] {
  transform-box: fill-box;
  transform-origin: left;
}

/*spinning_up*/
.spinning_up {
  position: relative;
}

#spinning_up_choose_enviroment,
#spinning_up_bg_left,
#spinning_up_bg_right {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
}

[id^="spinning_up_choose_enviroment_list_item"]
  .spinning_up_choose_enviroment_list_item_bg {
  opacity: 0;
}

#spinning_up_spinner {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
}

#speed_shadow,
#spinning_up_spinner_check,
#spinning_up_spinner_arrow_shadow {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

#spinning_up_spinner_arrow {
  transform-box: fill-box;
  transform-origin: 12px 28px;
  transform: rotateZ(-262deg);
}

.spinner_ball {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[id^="spinning_up_spinner_scale_number"],
#spinning_up_spinner_scale {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

[class^="top-section-image-animation-block-mobile"] {
  display: none;
}

/*.mobile-ball{*/
/*    display: none;*/
/*}*/

/*popup*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 850ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -10;
  overflow: auto;
}

.popup.open {
  z-index: 90;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup .container {
  position: relative;
}

.popup .top-section-form {
  transition: 750ms cubic-bezier(0.18, 0.8, 0.18, 0.8);
  transform: perspective(650px) translate(0px, -100%) rotateX(45deg);
}

.popup.open .top-section-form {
  transform: perspective(650px) translate(0, 0) rotateX(0);
}

.popup .top-section-form-wrap {
  margin: 0;
  padding: 44px 32px;
  max-width: 576px;
}
.popup.open .top-section-form {
  width: 100%;
}
.popup.open .container {
  max-width: 576px;
  width: 100%;
  max-height: 95vh;
  overflow-y: auto;
  padding-right: 7px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.popup.open .container {
  scrollbar-width: thin;
  scrollbar-color: #f05c37 #ffffff;
}

/* Chrome, Edge, and Safari */
.popup.open .container::-webkit-scrollbar {
  width: 16px;
}

.popup.open .container::-webkit-scrollbar-track {
  background: #ffffff;
}

.popup.open .container::-webkit-scrollbar-thumb {
  background-color: #f05c37;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.popup .top-section-form-wrap h2 {
  margin: 0 0 32px;
}

.popup_close {
  position: absolute;
  top: 18px;
  right: 55px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: url("../images/svg/popup_close_icon.svg") no-repeat 6px 6px;
  cursor: pointer;
  z-index: 5;
  text-indent: -999px;
  font-size: 0;
}

.popup.video-popup .popup_close {
  top: -30px;
  right: -10px;
}

.heading-with-color {
  position: relative;
  padding: 60px 0;
  margin: 0 0 110px;
}

.heading-with-color h2 {
  position: relative;
  margin: 0;
}

.heading-with-color h2 .emojis {
  position: static;
  display: inline-flex;
}

.heading-with-color h2 .emojis-arrow {
  display: none !important;
}

/* promo*/
.promo {
  margin: 0 auto 67px;
  position: relative;
  padding: 50px 45px 60px;
  box-sizing: border-box;
  background: rgb(241, 231, 255);
  display: flex;
  gap: 30px 48px;
  text-align: left;
  overflow: hidden;
}

.promo::before {
  content: "";
  position: absolute;
  top: -225px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 650px;
  box-sizing: border-box;
  border: 135px solid rgba(249, 244, 255, 0.8);
  border-radius: 50%;
}

.promo strong {
  font-weight: 700;
}

.promo .left_block {
  flex: 0 0 294px;
  background: #fff;
  height: fit-content;
  z-index: 1;
}

.promo .right_block {
  flex: 1 1 auto;
  padding: 80px 0 0;
  z-index: 1;
}

.promo .left_block .logo {
  background: linear-gradient(133.23deg, #440bd4 -11.4%, #a185e9 123.85%);
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo .left_block .left_block-content {
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 14px;
  font-weight: 500;
}

.promo .left_block .left_block-content .link {
  padding: 0 0 0 27px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .blog-section
  h2
  + p {
  font:
    300 19.3px/20px "Figtree",
    sans-serif;
  margin: 62px 0 22px;
}

.promo .left_block .left_block-content .link:last-child {
  margin: 0;
}

.promo .left_block .left_block-content .link > span {
  position: relative;
  color: #242d37;
}

.promo .left_block .left_block-content .link > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 21px;
}

.promo .left_block .left_block-content .link > span.industry::before {
  background: url("../images/industry.png") center no-repeat;
}

.promo .left_block .left_block-content .link > span.location::before {
  background: url("../images/location.png") center no-repeat;
}

.promo .left_block .left_block-content .link > span.size::before {
  background: url("../images/size.png") center no-repeat;
}

.promo .left_block .left_block-content .link > span.cases::before {
  background: url("../images/rocket.png") center no-repeat;
}

.promo .left_block .left_block-content .link > p {
  margin: 0;
}

.promo .left_block .left_block-content .link > p a {
  color: #111111;
}

.promo .right_block h2 {
  position: relative;
}

.promo .right_block h2 .emojis {
  bottom: 95%;
  left: 20%;
}

#challenge ~ ol {
  display: flex;
  gap: 26px 100px;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 auto 90px;
}

#challenge ~ ol li {
  width: calc(50% - 50px);
  position: relative;
  padding: 14px 0 0;
  /* margin: 0 0 20px; */
  margin: 0 0 12px;
  line-height: 22px;
}

#challenge ~ ol li::before {
  position: relative;
  color: #dcdae4;
  font-size: 96px;
  content: "0" counter(list-item);
  font-weight: 100;
  margin: 0 0 20px;
  display: inline-block;
  line-height: 96px;
}

#challenge ~ ol li strong {
  display: block;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: -20px 0 19px;
  min-height: 56px;
}

.wp-block-quote,
.ebook-section blockquote {
  position: relative;
  border-bottom: 1px solid #5f2eda;
  border-top: 1px solid #5f2eda;
  padding: 34px 0 20px;
  margin: 70px auto 49px;
  overflow-wrap: break-word;
}

.ebook-section .wp-block-quote ~ h3,
.ebook-section blockquote ~ h3 {
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 6px;
}

.ebook-section .wp-block-quote ~ h3 + p,
.ebook-section blockquote ~ h3 + p {
  margin: 0 0 44px;
  line-height: 22px;
}

.wp-block-quote::before,
.ebook-section blockquote::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  height: 50px;
  background: url("../images/svg/“.svg") #fff center no-repeat;
}

.wp-block-quote p,
.ebook-section blockquote p,
.ebook-section blockquote q {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
}

.wp-block-quote p:first-child,
.ebook-section blockquote p:first-child,
.ebook-section blockquote q:first-child {
  font-weight: 500;
  font-size: 27px;
  line-height: 38px;
}

.wp-block-quote p:nth-child(2),
.ebook-section blockquote p:nth-child(2),
.ebook-section blockquote q:nth-child(2) {
  color: #5f2eda;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
}

.ebook-section blockquote cite {
  text-align: center;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  h3 {
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

/*.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2 .quote-text {*/
/*    padding: 0;*/
/*}*/

.violet-inverse {
  position: relative;
  color: #fff;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .violet-inverse
  h3 {
  position: relative;
  color: #fff;
  background-image: none;
  /*-webkit-background-clip: #fff;*/
  -webkit-text-fill-color: #fff;
}

.violet-inverse::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  transform: translateX(-50%);
  height: 100%;
  width: 5000px;
  background-image: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
}

.violet-inverse p {
  position: relative;
}

.violet-inverse .wp-block-quote {
  border-color: #fff;
  margin: 80px 0 0;
}

.violet-inverse .wp-block-quote::before {
  background: url("../images/svg/white“.svg") rgb(119, 78, 224) center no-repeat;
}

.conclusion {
  padding: 70px 0 80px;
  margin: 118px 0 0;
}

.conclusion h3 + p {
  font-size: 19.3px;
  margin: 0 0 21px;
}

.conclusion p em {
  color: #fff;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .quote
  .quote-image {
  align-self: center;
}

.semperis-achieves-faster-more-effective-and-scalable-pocs-with-cloudshare-2
  .left_sidebar {
  z-index: 1;
}

@keyframes homeTS {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.blog #ez-toc-container,
.resources #ez-toc-container {
  display: none !important;
}
.single-lab-essential .wrapper {
  overflow: visible;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .copyright {
    text-align: center;
    justify-content: center;
  }
  .footer__logos {
    order: 1;
  }
  .footer-social {
    order: 2;
  }
  .copyright {
    order: 3;
  }
  .lab-essentials .top-section-post-row {
    flex-direction: column;
    gap: 0;
  }
  .platforms {
    margin: 0 0 35px;
  }
  .lab-essentials .top-section-post-row {
    padding-top: 0 !important;
  }
  .lab-essentials .top-section-post-text .tertiary-cta-btn {
    display: none;
  }
  .lab-essentials
    .top-section-post-image
    + .tertiary-cta-btn.tertiary-cta-btn—mobile {
    display: block !important;
    width: fit-content;
    margin: 32px auto 0 auto;
  }
  .lab-essentials .top-section-center {
    padding: 120px 24px 0 24px;
    width: auto;
    background-color: #f8f8f8;
  }
  .lab-essentials .lab-hero__linkedin {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 38px;
    margin-top: 0 !important;
    padding-top: 28px;
  }
  .lab-essentials .top-section-center > p:last-child {
    margin-bottom: 0px;
  }
  .lab-essentials .top-section-post-text h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .lab-essentials .top-section-post-text h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .lab-essentials .top-section {
    padding-top: 0;
  }
  .partner-info-section {
    padding: 50px 0 !important;
  }
  .partner-info-section > .container > h2 {
    margin-top: 0 !important;
  }
  .work-advantage h2 {
    margin: 0 !important;
  }
  .work-advantage p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .work-advantage-container {
    padding-top: 65px;
  }
  .infografic > .container > .infografic-content {
    padding-top: 40px !important;
  }
  .infografic > .container > .infografic-content > p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .infografic {
    margin: 0 0 5px !important;
  }
  .single-landing_page .infografic {
    margin: 0 0 23px !important;
  }
}

/* NEW */
.partner-info-section,
.partner-info-section > .container,
.partner-info-section > .container > h2,
.partner-info-section > .container > h2 > * {
  position: relative;
}
.partner-info-section > .container > h2 > .emojis,
.partner-info-section > .container > h2 > span > .emojis,
.partner-info-section > .container > h2 > span > span > .emojis,
.partner-info-section > .container > h2 > span > span > strong > .emojis,
.partner-info-section > .container > h2 > span > strong > span > .emojis,
.partner-info-section > .container > h2 > strong > .emojis,
.partner-info-section > .container > h2 > strong > span > .emojis {
  left: 38%;
}

.work-advantage {
  margin: 0 auto 85px;
}
.work-advantage-container {
  padding-top: 100px;
  padding-bottom: 67px;
}
.work-advantage > h2 {
  padding-top: 76px;
  margin: 0;
}
.work-advantage > p {
  padding-bottom: 0px;
  margin: 0;
  margin-top: 40px;
  font-size: 18px;
}
.partner-info-section > .container > p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.partner-info-section > .container > h2 {
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
}
.partner-info-section > .container > h2 > strong {
  font-weight: 700;
}

.partner-info-section {
  background-color: #f8f3ff;
}
.partner-with-us > .wrapper > #main > .infografic {
  margin: 0 0 90px;
}

.infografic > .container > .infografic-content > p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 890px;
}
.infografic > .container > .infografic-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.our-customers {
  width: 100%;
  background: #f8f8f8;
  padding-top: 123px;
  padding-bottom: 123px;
}
.our-customers__container {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.our-customers__container > p {
  color: #111111;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px; /* 122.222% */
}

.partner-with-us
  > .wrapper
  > #main
  > .popup
  > .container
  > .top-section-form
  > .top-section-form-wrap
  > .main-form
  > .hbspt-form
  > .hs-form-private
  > .hs_submit
  > .actions
  > input[type="submit"] {
  width: 200px;
}

/*Author Page*/

.author-hero {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 100px;
  justify-content: center;
  padding-bottom: 78px;
  padding-top: 72px;
  margin-top: 130px;
}

.author-hero__img-wrapper {
  max-width: 344px;
  height: auto;
  aspect-ratio: 1/1;
}

.author-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.author-hero__img--mobile {
  display: none;
}

.author-hero__content {
  max-width: 904px;
  display: flex;
  flex-direction: column;
}

.author-hero__subtitle {
  color: #111;
  margin-bottom: 27px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
}

.author-hero__title {
  color: #111;
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  text-align: left;
  margin-bottom: 28px;
  margin-top: 0;
}

.author-hero__links {
  display: flex;
  align-items: center;
  order: 4;
  position: relative;
  left: -15px;
}

.author-hero__link {
  width: 51px;
  height: 51px;
}

.author-hero p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-top: 0;
}

.author-articles {
  padding: 80px 0;
}

.author-articles__title {
  color: var(--Black, #111);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 85px;
  margin-top: 0;
}

.author-articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 60px;
  max-width: 1156px;
  margin: 0 auto 74px auto;
}

.author-articles__card {
  width: calc(33.3333333333% - 40px);
  background-color: #f8f8f8;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.author-articles__card-img-wrapper {
  width: 100%;
  height: 100%;
  max-height: 174px;
  position: relative;
}

.author-articles__card-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 174px;
}

.author-articles__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.author-articles__card-badge {
  position: absolute;
  right: 0;
  top: 20px;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 6px 15px;
  border-radius: 30px 0 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  z-index: 2;
}

.author-articles__card-badge:hover {
  text-decoration: none;
  color: #111;
}

.author-articles__card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 24px 20px 20px;
}

.author-articles__card-case {
  background: linear-gradient(133deg, #440bd4 -11.4%, #a185e9 123.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.author-articles__card-title {
  color: var(--Black, #111);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}

.author-articles__card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  color: var(--Black, #111);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.author-articles__paginate-btn {
  display: none;
}

.author-articles__wrapper + .posts-list-pagination {
  margin: 0;
}

@media (max-width: 1350px) {
  .author-hero {
    margin-top: 100px;
  }
}
.lab-essentials
  .top-section-post-image
  + .tertiary-cta-btn.tertiary-cta-btn—mobile {
  display: none;
}
@media (max-width: 992px) {
  .author-hero {
    margin-top: 55px;
  }
  .author-hero__links {
    left: 0;
  }
  .lab-essentials .top-section-post-row {
    padding-top: 92px;
  }
  .infografic-row {
    flex-wrap: wrap !important;
    gap: 60px 24px !important;
    padding: 20px;
    padding-top: 0;
  }
  .infografic-column {
    width: 220px !important;
  }
}

@media only screen and (max-width: 992px) {
  .benefits-row,
  .benefits-row:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px !important;
  }
  .benefits-row .benefits-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .benefits-row .benefits-images {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 1600px) {
  .author-hero {
    padding: 72px 24px 78px 24px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 1200px) {
  .author-hero__content {
    max-width: 650px;
  }

  .author-articles {
    padding: 80px 13.5px;
  }

  .author-articles__wrapper {
    gap: 20px;
  }

  .author-articles__card {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 992px) {
  .author-hero {
    padding: 50px 44px;
    row-gap: 34px;
    flex-direction: column;
  }

  .author-hero__content {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .author-hero__img--mobile {
    display: block;
  }

  .author-hero__img-wrapper {
    padding: 0 10px;
  }

  .author-hero__img--desktop {
    display: none;
  }

  .author-hero__title {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 44px;
  }

  .author-hero__subtitle {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .author-hero__links {
    order: 4;
    justify-content: center;
    margin-bottom: 0;
  }

  .author-hero p {
    margin-bottom: 22px;
  }

  .author-articles__card {
    width: calc(50% - 10px);
  }

  .author-articles__paginate-btn {
    display: block;
    border-radius: 120px;
    background: #242d37;
    padding: 12px 42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: var(--White, #fff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }

  .author-articles__paginate-btn:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 660px) {
  .author-articles {
    padding: 28px 13.5px 72px 13.5px;
  }

  .author-articles__title {
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 38px;
  }

  .author-articles__card {
    width: 100%;
  }
}

/* Lab Essentials */
.single-lab-essential *:not(.cta-header) {
  box-sizing: border-box !important;
}
.lab-hero {
  margin-bottom: 93px;
  padding-top: 160px;
}
.lab-hero__container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.lab-hero__title-wrapper {
  position: relative;
  margin-bottom: 51px;
}
.lab-hero__btn-back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  text-decoration: none;
}
.lab-hero__btn-back:hover {
  text-decoration: none;
}
.lab-hero__btn-back span {
  color: #111;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  max-width: 126px;
}
.lab-hero__title {
  color: #111;
  font-size: 52px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
.lab-hero__category {
  color: #754bdf;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 30%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.lab-hero__subtitle {
  max-width: 802px;
  margin: 0 auto 20px auto;
  color: #111;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
}
.lab-hero__date {
  margin: 0 auto 20px auto;
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}
.lab-hero__linkedin {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 auto 50px auto;
  justify-content: center;
}
.lab-hero__linkedin p {
  color: #111;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  max-width: 126px;
  margin: 0;
}
.lab-hero__linkedin p a {
  text-decoration: none;
  color: #242d37;
}
.lab-hero__linkedin p a:hover {
  text-decoration: none;
  color: #242d37;
}
.lab-hero__link-logo {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}
.lab-hero__link-logo > img {
  width: 20px;
  height: 20px;
}
.lab-hero__video-wrapper {
  position: relative;
}
.lab-hero__video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 60 / 37;
}
.lab-hero__video-wrapper video {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 60 / 37;
  width: 100%;
  height: 100%;
}
.lab-hero__video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: #440bd4;
  overflow: hidden;
  box-sizing: border-box;
}
.lab-hero__video-poster .big-elipse {
  position: absolute;
  bottom: -121%;
  left: -63%;
  width: 1270px;
  height: 1270px;
}
.lab-hero__video-poster .small-elipse {
  position: absolute;
  top: -67%;
  right: -28%;
  z-index: 0;
}
.lab-hero__video-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.lab-hero__video-img-wrapper img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lab-hero__video-author {
  position: absolute;
  left: 0;
  bottom: 22px;
  background-color: #fff;
  border-top-right-radius: 63.37px;
  border-bottom-right-radius: 63.37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 16px 50px;
}
.lab-hero__video-author-name {
  color: #000;
  font-size: 34.69px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: left;
}
.lab-hero__video-author-occupation {
  color: #000;
  font-size: 18.04px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: left;
}
.lab-hero__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lab-main {
  margin-bottom: 127px;
}
.lab-main__container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.lab-main__wrapper {
  display: flex;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}
.lab-main__text {
  grid-area: text;
  max-width: 642px;
  width: 100%;
}
.lab-main__text h2 {
  color: #111;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0;
}
.lab-main__text h2:not(:last-child) {
  margin-bottom: 53px;
}
.lab-main__text h2:not(:first-child) {
  margin-top: 50px;
}
.lab-main__text p {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0;
  margin: 0;
}
.lab-main__text p:not(:last-child) {
  margin-bottom: 30px;
}
.lab-main__audio {
  margin-bottom: 61px;
}
.lab-main__audio--mobile {
  display: none;
}
.lab-main__socials {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 20px 0 20px 36px;
}
.lab-main__socials-label {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
.lab-main__socials-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lab-main__socials-list li a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
}
.lab-main__media {
  position: sticky;
  top: 110px;
  max-width: 481px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.lab-main__guide {
  grid-area: promo;
}
.lab-main__guide-img-wrapper {
  border: 1px solid #cfcfcf;
}
.lab-main__guide-img-wrapper img {
  width: 100%;
  height: 100%;
}
.lab-main__guide-content {
  background-color: #ece7fb;
  padding: 23px 0 40px 0;
  border: 1px solid #cfcfcf;
}
.lab-main__guide-title {
  max-width: 340px;
  margin: 0 auto 22px auto;
  color: #111;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
}
.lab-main__guide p {
  margin: 0 auto 32px auto;
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  max-width: 340px;
}
.lab-main__media
  > div.lab-main__audio
  > div.lab-main__socials
  > ul
  > li:nth-child(2)
  > a {
  border-left: none;
  border-right: none;
}
.lab-main__media
  > div.lab-main__audio
  > div.lab-main__socials
  > ul
  > li:nth-child(3)
  > a {
  border-right: none;
}
.lab-related {
  padding: 60px 0 103px 0;
  background: linear-gradient(133.3deg, #242d37 -13.43%, #b78eed 124.658%);
}
.lab-related__container {
  max-width: 1532px;
  padding: 0;
  margin: 0 auto;
}
.lab-related__wrapper {
  display: flex;
  -webkit-column-gap: 73px;
  -moz-column-gap: 73px;
  column-gap: 73px;
}
.lab-related__title {
  color: #fff;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0;
}
.lab-related__item {
  max-width: 462px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.lab-related__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.lab-related__item-top {
  position: relative;
  background: #440bd4;
}
.lab-related__item-top .top-circle {
  position: absolute;
  top: -70%;
  right: -29%;
  z-index: 0;
  pointer-events: none;
}
.lab-related__item-top .bottom-circle {
  position: absolute;
  left: -65%;
  top: 28%;
  pointer-events: none;
}
.lab-related__item-top-label {
  position: absolute;
  right: 0;
  top: 32px;
  display: block;
  background-color: #fff;
  color: #111;
  font-size: 18.59px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  padding: 8px 36px 9px 20px;
  border-top-left-radius: 24.5px;
  border-bottom-left-radius: 24.5px;
  z-index: 4;
}
.lab-related__item-img-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.lab-related__item-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 260px;
}
.lab-related__item-img-label {
  position: absolute;
  left: 0;
  bottom: 9px;
  background-color: #fff;
  padding: 6px 21px 6px 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top-right-radius: 24.5px;
  border-bottom-right-radius: 24.5px;
}
.lab-related__item-img-label-name {
  color: #000;
  margin: 0;
  font-size: 13.35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3%;
  text-align: left;
}
.lab-related__item-img-label-occupation {
  color: #000;
  font-size: 6.94px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: left;
}
.lab-related__item-bottom {
  background-color: #fff;
  padding: 27px 27px 28px 27px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.lab-related__item-bottom-category {
  color: #825be2;
  font-size: 15.93px;
  font-weight: 500;
  line-height: 26.55px;
  letter-spacing: 30%;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: inline-block;
  position: relative;
  z-index: 4;
}
.lab-related__item-bottom-title {
  color: #111;
  font-size: 21.24px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 12px 0;
}
.lab-related__item-bottom-info {
  color: #111;
  margin: 0;
  font-size: 15.93px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 1350px) {
  .lab-hero {
    padding-top: 130px;
  }
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.webp) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image.webp;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.webp) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.webp) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.webp) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.lab-main__guide-content .primary-button.secondary-button {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.lab-essentials .top-section-center p {
  max-width: 769px;
  margin-bottom: 28px;
}
.lab-essentials .lab-hero__linkedin {
  margin-bottom: 0;
}
.lab-essentials .top-section-center p:not(:last-child) {
  margin-bottom: 18px;
}
.lab-essentials .top-section-post-image-label {
  display: none;
}
.lab-essentials .top-section-center h1 {
  margin-bottom: 50px;
}
/* new landing styles */
.single-landing_page .bread-crumbs a.active,
.single-landing_page .breadcrumb_last {
  color: #cfcfcf;
}
.single-landing_page .top-section-form-privacy-policy .emojis {
  display: none;
}
.single-landing_page .container {
  max-width: 1546px;
}
.single-landing_page .top-section-header h1 {
  font-size: 51px;
  line-height: 1.137;
  font-weight: 400;
  margin: 0 0 19px;
}
.single-landing_page .bread-crumbs {
  margin: 0 0 13px;
}
.single-landing_page .top-section-header {
  flex: 0 1 940px;
}
.single-landing_page .top-section-header p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.single-landing_page .top-section-header ul {
  padding: 0 0 0 51px;
}
.single-landing_page .top-section-header ul li {
  margin: 0 0 21px;
  font-weight: 300;
  line-height: 1.4;
}
.single-landing_page .top-section-header ul li::before {
  left: -51px;
}
.single-landing_page .top-section-form-wrap {
  margin: 15px auto 25px;
  padding: 37px 32px 27px;
}
.single-landing_page .top-section-form-wrap h2 {
  margin: 0 0 18px;
}
/*.single-landing_page .top-section-form .form-columns-1:first-child,
.single-landing_page .top-section-form .form-columns-1:nth-child(2){
  width: 47.5%;
  float: left;
}
.single-landing_page .top-section-form .form-columns-1:nth-child(2){
  float: right;
}*/
.single-landing_page .top-section-form .form-columns-1:nth-child(3) {
  clear: both;
}
/*.single-landing_page .main-form .hbspt-form fieldset input:not([type="submit"]) {
  margin: 0 0 20px;
}*/
.single-landing_page .subscribe-form p,
.single-landing_page .main-form p {
  margin: 0 auto;
}
.single-landing_page .main-form .hs_submit {
  margin: 17px auto 0;
}
.single-landing_page .hs_submit .actions {
  padding: 14px 59px 15px 35px;
  width: 175px;
  box-sizing: border-box;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.single-landing_page .hs_submit .actions a.hs-button,
.single-landing_page .hs_submit .actions input[type="submit"] {
  padding: 0 60px 0 35px;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.single-landing_page .hs_submit .actions:hover a.hs-button,
.single-landing_page .hs_submit .actions:hover input[type="submit"] {
  color: #f05c37;
}
.single-landing_page .hs_submit .actions a.hs-button {
  line-height: 60px;
  box-sizing: border-box;
}
.single-landing_page .top-section-header > .hs_submit {
  display: none;
}
.single-landing_page .top-section-form > .hs_submit .actions {
  margin: 0 auto 20px;
  display: block;
}
.single-landing_page .top-section-form .primary-button.big-button::before,
.single-landing_page .top-section-header > .hs_submit .actions::before,
.single-landing_page .top-section-form .hs_submit .actions::before {
  right: 9px;
  height: 40px;
  width: 40px;
}
.single-landing_page .top-section-form .primary-button.big-button:hover::before,
.single-landing_page .top-section-header > .hs_submit .actions:hover::before,
.single-landing_page .top-section-form .hs_submit .actions:hover::before {
  width: calc(100% - 18px);
}
.single-landing_page .top-section-header > .hs_submit .actions::after,
.single-landing_page .top-section-form .hs_submit .actions::after {
  width: 17px;
  height: 13px;
  right: 20px;
  background-size: contain;
}
.single-landing_page .testimonial {
  background: #f7f3fe;
  padding: 45px 0 47px;
}
.single-landing_page .testimonial-body {
  max-width: 1250px;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  align-items: center;
  text-align: center;
}
.single-landing_page .testimonial-body-image {
  flex: 0;
  align-self: center;
}
.single-landing_page .testimonial-body-text {
  text-align: center;
  font-size: 31px;
  line-height: 1.06;
  max-width: none;
  padding: 18px 0 0;
}
.single-landing_page .testimonial-body-text strong {
  font-weight: 700;
}
.single-landing_page .testimonial blockquote q::before {
  content: "“";
  position: static;
}
.single-landing_page .testimonial blockquote q::after {
  content: "”";
  position: static;
}
.single-landing_page .testimonial-body-text q {
  margin: 0 0 13px;
}
.single-landing_page .testimonial-body-text-cite {
  float: none;
  align-self: center;
}
.single-landing_page .testimonial-body-text cite {
  margin: 0;
}
.single-landing_page .testimonial-body-text cite h5 {
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.single-landing_page .platforms {
  padding: 45px 0;
  background: #fff;
  margin: 0;
}
.single-landing_page .platforms-marquee-image {
  margin: 0 15px;
}
.single-landing_page .platforms-marquee-image img {
  scale: 0.8;
}
.single-landing_page .awards-and-testimonials-list {
  padding: 68px 0 47px;
  margin: 0;
}
.single-landing_page .awards-and-testimonials-list h2 {
  margin: 0 auto 44px;
}
.single-landing_page .awards-and-testimonials-list-row img {
  margin: 0 17px 24px;
  max-width: 115px;
}
.single-landing_page .cta-header {
  width: 52.12%;
  min-height: 374px;
  padding: 22px 0 24px;
  font-size: 20px;
  line-height: 1.6;
}
.single-landing_page .cta-header p {
  margin: 13px 0;
}
.single-landing_page .cta-header strong {
  font-weight: 700;
}
.single-landing_page .utmost {
  max-width: 481px;
  width: 326px;
}
.single-landing_page .cta + section {
  margin-top: 0;
}
.single-landing_page .properties {
  padding: 153px 0 150px;
}
.single-landing_page .properties-item {
  flex: 0 1 43%;
}
.single-landing_page .properties .container {
  max-width: 1140px;
  gap: 44px 130px;
  justify-content: space-between;
}
.gray-color .awards-slider::before {
  background: #fff;
}
.gray-color.awards-and-testimonials {
  padding: 68px 0 61px;
}
.single-landing_page .awards-and-testimonials {
  margin: 0 0 89px;
}
.single-landing_page .infografic h2 {
  margin: 0 0 192px;
}
@media (min-width: 1520px) {
  .single-landing_page .infografic-bounce-track-animation-block {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 1600px) {
  .lab-related__container {
    padding: 0 24px;
  }
}
@media (max-width: 1366px) {
  .lab-hero__header {
    padding: 0 24px;
  }
  .lab-hero__video-poster .big-elipse {
    width: 650px;
    height: 650px;
    bottom: -55%;
    left: -35%;
  }
  .lab-main__container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .lab-hero {
    margin-bottom: 18px;
    padding-top: 140px;
  }
  .lab-hero__video-poster .big-elipse {
    width: 650px;
    height: 650px;
    bottom: -55%;
    left: -35%;
  }
  .lab-hero__video-poster .small-elipse {
    position: absolute;
    top: -72%;
    right: -39%;
    z-index: 0;
  }
  .lab-hero__title-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 41px;
  }
  .lab-hero__btn-back {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .lab-main__container {
    padding: 0;
  }
  .lab-main__wrapper {
    flex-direction: column;
  }
  .lab-main__audio--mobile {
    display: block;
    margin-bottom: 40px;
  }
  .lab-main__socials {
    padding: 15px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 6px;
  }
  .lab-main__socials-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .lab-main__text {
    max-width: 100%;
    padding: 0 24px;
    margin-bottom: 64px;
  }
  .lab-main__text h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .lab-main__text h3:not(:first-child) {
    margin-top: 30px;
  }
  .lab-main__text h3:not(:last-child) {
    margin-bottom: 30px;
  }
  .lab-main__text + .lab-main__media .lab-main__audio {
    display: none;
  }
  .lab-main__media {
    position: static;
    max-width: 100%;
    padding: 0 24px;
  }
  .lab-main__guide-img-wrapper {
    border: 0.78px solid #cfcfcf;
  }
  .lab-main__guide-content {
    border: 1px solid #cfcfcf;
    padding: 31px 24px 46px 24px;
  }
  .lab-main__guide-title {
    margin-bottom: 26px;
  }
  .lab-main__guide p {
    margin-bottom: 35px;
  }
  .lab-related {
    padding: 27px 0 45px 0;
  }
  .lab-related__wrapper {
    column-gap: 10px;
    align-items: center;
    row-gap: 37px;
  }
}
@media (max-width: 834px) {
  .lab-hero__video-poster .big-elipse {
    width: 400px;
    height: 400px;
    bottom: -35%;
    left: -24%;
  }
  .lab-hero__video-poster .small-elipse {
    top: -25%;
    right: -12%;
    width: 224px;
    height: 224px;
  }
  .lab-hero__video-btn svg {
    width: 75px;
    height: 75px;
  }
}
.single-lab-essential .platforms {
  padding-top: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lab-related__wrapper {
    flex-direction: column;
  }
  .infografic h2 {
    margin-bottom: 31px !important;
  }
}
@media (max-width: 576px) {
  .lab-essentials .top-section-center h1 {
    margin-bottom: 20px;
  }
  .lab-hero__link-logo > img {
    width: 30px;
    height: 30px;
  }
  .lab-hero {
    padding-top: 130px;
  }
  .lab-main__media {
    padding: 0;
  }
  .lab-main__text h2:not(:last-child) {
    margin-bottom: 20px;
  }
  .lab-main {
    margin-bottom: 100px;
  }
  .lab-main__text h2:not(:first-child) {
    margin-top: 25px;
  }

  .lab-hero__video-poster .big-elipse {
    width: 400px;
    height: 400px;
    bottom: -51%;
    left: -29%;
  }
  .lab-hero__title-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 41px;
    margin-bottom: 0;
  }
  .lab-hero__btn-back {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .lab-hero__btn-back img {
    width: 8.5px;
    height: 17px;
  }
  .lab-hero__btn-back-label {
    font-size: 12px;
    line-height: 15px;
  }
  .lab-hero__title {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 42.5px 0;
  }
  .lab-hero__btn-back {
    position: static;
  }
  .lab-hero__category {
    margin-bottom: 26px;
  }
  .lab-hero__subtitle {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .lab-hero__date {
    margin-bottom: 36px;
  }
  .lab-hero__linkedin {
    flex-direction: column;
    margin-bottom: 43px;
    row-gap: 12px;
  }

  .lab-essentials .lab-hero__linkedin {
    margin-top: 28px;
  }
  .lab-essentials .lab-hero__title,
  .lab-essentials .lab-hero__subtitle {
    margin-bottom: 36px;
  }
  .lab-hero__linkedin p {
    text-align: center;
  }
  .lab-hero__link-logo {
    width: 77px;
    height: 77px;
  }
  .lab-hero__video-poster .small-elipse {
    top: -37%;
    right: -16%;
  }
  .lab-hero__video-author {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 4px 16px 4px 11px;
    bottom: 7px;
  }
  .lab-hero__video-author-name {
    font-size: 11px;
    line-height: normal;
  }
  .lab-hero__video-author-occupation {
    font-size: 6px;
    line-height: normal;
  }
  .lab-related__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px;
    margin-top: 0;
  }

  .lab-related__item-top-label {
    top: 19px;
    padding: 6px 26px 6px 14px;
    font-size: 13px;
    line-height: 17px;
    z-index: 4;
  }
  .lab-related__item-img-wrapper img {
    max-height: 185px;
  }
  .lab-related__item-bottom {
    padding: 20px;
  }
  .lab-related__item-bottom-category {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .lab-related__item-bottom-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .lab-related__item-bottom-info {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .lab-hero__video-poster .big-elipse {
    bottom: -71%;
    left: -36%;
  }
  .lab-hero__video-poster .small-elipse {
    top: -44%;
    right: -20%;
  }
}
@media (max-width: 400px) {
  .lab-hero__video-poster .big-elipse {
    bottom: -104%;
    left: -50%;
  }
  .lab-hero__video-poster .small-elipse {
    top: -52%;
    right: -25%;
  }
  .lab-related__item-top .top-circle {
    width: 200px;
    height: 200px;
    top: -68%;
    right: -25%;
  }
  .lab-related__item-top .bottom-circle {
    width: 350px;
    height: 350px;
    top: 25%;
    left: -50%;
  }
}
@media (max-width: 370px) {
  .lab-hero__video-poster .big-elipse {
    bottom: -116%;
    left: -62%;
  }
  .lab-hero__video-poster .small-elipse {
    top: -71%;
    right: -26%;
  }
}

section.testimonials {
  background-color: #fdf3eb;
  padding: 136px 0 102px 0;
}

.testimonials__wrapper {
  display: flex;
  max-width: 1168px;
  /*margin: 0 auto 60px auto;*/
  margin: 0 auto;
}

.testimonials__item {
  max-width: 348px;
  background-color: #fff;
  padding: 58px 44px;
  border-radius: 8px;
  margin-bottom: 60px;
  width: 100%;
  box-sizing: border-box;
}

.testimonials__item-header {
  display: flex;
  align-items: center;
  column-gap: 13px;
  margin-bottom: 28px;
}

.grid-sizer {
  width: calc((100% - 120px) / 3);
}

.testimonials__item-logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ff492c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.testimonials__item-stars {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.testimonials__item-body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  margin: 0 0 30px 0;
}

.gutter-sizer {
  width: 60px;
  position: absolute;
}

.testimonials__item-footer p {
  margin: 0;
  line-height: 21px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials__item-footer strong {
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
}
#menu-item-23770 > a::before {
  right: 60px;
}
.js-video-image {
  position: absolute;
}
.top-section-post-image .video__inner > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 671 / 395;
}
.top-section-post-image .video__inner {
  aspect-ratio: 671 / 395;
  max-width: 671px;
  width: 100%;
}
#main
  > section.top-section.top-section-testimonial
  > div.container
  > div
  > div.top-section-post-image
  > a
  > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
}
#main
  > section.top-section.top-section-testimonial
  > div.container
  > div
  > div.top-section-post-image
  > a
  > div
  > svg {
  width: 75px;
  height: 75px;
}
@media only screen and (min-width: 993px) {
  .main-navigation {
    padding: 6px 0 0 !important;
  }
}

@media (max-width: 1399.98px) {
  .footer__body {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: start;
  }
}

@media (max-width: 1200px) {
  section.testimonials {
    padding: 136px 20px 102px 20px;
  }

  #menu-item-23770 > a::before {
    right: 0;
  }
  .testimonials__item {
    width: calc(100% / 3 - 40px);
    margin-bottom: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .gutter-sizer {
    width: 20px;
  }

  .footer__body {
    width: 100%;
  }
  .footer-navigation > ul {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .footer__content {
    gap: 40px;
    flex-direction: column;
  }
  .footer__bottom {
    padding-left: 0;
    min-height: 0;
  }
  .testimonials__item {
    max-width: 100%;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .testimonials__item {
    width: 100%;
    margin-bottom: 22px;
    padding: 55px 45px;
  }

  .testimonials__item-header {
    margin-bottom: 15px;
  }

  .testimonials__item-body p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
  }

  .testimonials__item-footer p,
  .testimonials__item-footer strong {
    font-size: 13px;
    line-height: 20px;
  }
}

body.testimonials {
  background-color: #fff;
}

body.testimonials .top-section {
  padding: 210px 0 136px 0;
}

body.testimonials .posts-list-pagination {
  margin-top: 0 !important;
}

@media (max-width: 992px) {
  body.testimonials .top-section {
    padding: 140px 0 136px 0;
  }
}

@media (max-width: 768px) {
  body.testimonials .top-section {
    padding: 140px 0 65px 0;
  }
  section.testimonials {
    padding: 70px 20px;
  }
}

.testimonials + .platforms {
  padding-top: 150px;
}

@media (max-width: 1200px) {
  .main-subnavigation > ul > li {
    max-width: 280px;
  }
  .about-us_menu a + div a {
    white-space: nowrap;
  }
  #menu-item-23752 > a::before {
    right: 0;
  }
  #menu-item-23752 > a {
    white-space: normal;
  }
}

@media (max-width: 992px) {
  .main-subnavigation ul li.menu-item-has-children a,
  .resources .main-subnavigation ul li.menu-item-has-children a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 26px 0 0;
    box-sizing: border-box;
  }
  .main-subnavigation > ul > li > a:before,
  #menu-main-right ul.sub-menu > li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 17px !important;
    height: 12.5px !important;
    background: url("../images/svg/submenu-arrow.svg") no-repeat !important;
  }
  .main-subnavigation > ul li .sub-menu {
    margin-top: 0 !important;
  }
}

.faq #ez-toc-container {
  display: none !important;
}
.post-main__audio-wrapper {
  padding-bottom: 24px;
  border-bottom: 2px solid #cfcfcf;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .post-main__audio-wrapper {
    padding-bottom: 16px;
    border-bottom: none;
    margin-bottom: 16px;
  }
}
#hs_cos_wrapper_dnd_area-module-3 .interactive-button {
  background-color: #242d37 !important;
}
#hs_cos_wrapper_dnd_area-module-3 .interactive-button:hover {
  background-color: #f05c37 !important;
}

@media only screen and (max-width: 768px) {
  .advantages {
    padding-top: 61px !important;
  }
}
