@charset "UTF-8";
/* ========== DEFAULTS ========== */
/* ========== CONTAINER ========== */
/* ========== HEADER ========== */
/* ========== FOOTER ========== */
/* ========== CONTENT ========== */
/* ========== LANDING BACKGROUNDS ========== */
/* ========== LANDING ILLUSTRATIONS ========== */
/* ========== LANDING ========== */
/* ========== LANDING SECTION 1 ========== */
/* ========== LANDING SECTION 2 ========== */
/* ========== LANDING SECTION 3 ========== */
/* ========== LANDING SECTION 4 ========== */
/* ========== LANDING SECTION 5 ========== */
/* ========== LANDING SECTION 6 ========== */
/* ========== LANDING SECTION 7 ========== */
/* ========== BUTTON ========== */
/* ========== LANDING CTA ========== */
/* ========== LANDING EVENTS ========== */
/* ========== PLATFORM ========== */
/* ========== PRIVACY ========== */
/* ========== CAREER DETAILS ========== */
/* ========== BLOG ITEM ========== */
/* ========== MOBILE LANDING ========== */
/* ========== MOBILE LANDING BACKGROUNDS ========== */
/*  .content {
        background-image: linear-gradient(9deg, #42c8e0, #41c6df 1%, #2873a5 16%, #1f5690 32%, #194282 47%, #153579 63%, #3b1c77 81%, #481476);
        padding-bottom: 60px;
      }
    */
* {
  box-sizing: border-box; }

body {
  font-family: Lato;
  margin: 0;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  background-color: #f9f9f9; }

@font-face {
  font-family: 'Cisco Sans';
  src: url("/fonts/CiscoSansTTRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.cisco {
  background: url("/img/cisco-top-hat-bg-we.jpg") repeat-x top left #8D8E8D;
  height: 42px;
  color: #fff;
  font-family: 'Cisco Sans';
  font-size: 14px;
  line-height: 42px;
  display: flex;
  flex-direction: row;
  overflow: hidden; }
  .cisco .cisco-container {
    min-width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .cisco .cisco-container .cisco-logo {
      display: flex;
      height: 30px;
      line-height: 30px; }
      .cisco .cisco-container .cisco-logo img {
        height: 24px;
        margin: 0;
        padding: 0; }
    .cisco .cisco-container .cisco-text {
      margin: 0 1em; }
    .cisco .cisco-container .cisco-about {
      margin-left: auto; }
    .cisco .cisco-container a, .cisco .cisco-container a:visited, .cisco .cisco-container a:active {
      text-decoration: none; }
  .cisco a, .cisco a:visited, .cisco a:active {
    text-decoration: underline;
    color: #fff; }
  .cisco p {
    margin: 0;
    padding: 0; }

body.landing-page .header {
  margin-top: 42px; }

a, a.button--nav {
  text-decoration: none;
  cursor: pointer;
  color: #13287a; }
  a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #13287a; }

.container {
  margin: 0 auto;
  width: 1160px; }
  @media (max-width: 1200px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
.test-container {
  margin: 0 auto;
  width: 100%; }

.container-small {
  margin: 0 auto;
  width: 768px; }

.box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1160px; }

.header {
  height: 60px;
  align-items: center;
  background: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  transition: 200ms background;
  color: #212121;
  display: flex;
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
  .header.has-subheader {
    position: relative; }

.subheader {
  display: none;
  position: sticky;
  position: -webkit-sticky;
  height: 60px;
  align-items: center;
  transition: 200ms background;
  z-index: 3;
  width: 100%;
  top: -1px;
  color: #ffffff;
  background: linear-gradient(174.15deg, #283584 10.06%, #5a91cd 81.15%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px; }
  .subheader.show-subheader {
    display: flex; }
  .subheader .logo {
    width: 173px;
    flex-shrink: 0; }
  .subheader .header__nav .active {
    border-bottom: 2px solid #ffffff; }
  .subheader .header__nav .active:hover {
    border-bottom: 2px solid #82CEF2; }
  .subheader .header__wrapper {
    justify-content: space-between; }
  .subheader .button--mobile-nav {
    width: auto;
    text-align: center; }
  .subheader .subheader-mobile-menu-button {
    display: none; }
  @media (max-width: 1200px) {
    .subheader .subheader-mobile-menu-button {
      position: relative;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: auto;
      height: auto; }
      .subheader .subheader-mobile-menu-button__menu {
        font-weight: bold; } }
  .subheader .header__brand {
    margin-right: 0;
    max-width: 100px;
    width: 173px;
    height: 32px; }

.subheader-mobile-nav {
  display: none; }
  .subheader-mobile-nav .mobile-nav__content {
    position: absolute;
    z-index: 1000;
    top: -3px;
    padding: 24px;
    height: auto;
    right: 1px;
    width: 220px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.15); }
    .subheader-mobile-nav .mobile-nav__content a.mobile-nav__link {
      padding-left: 4px; }

.subheader-mobile-nav--open {
  display: block;
  position: relative; }

.header--white {
  background: rgba(255, 255, 255, 0);
  color: white;
  box-shadow: none; }
  .header--white .header__nav button {
    color: white;
    border: 1px solid white; }
  .header--white .header__brand span {
    color: white; }

.header__brand {
  margin-right: auto;
  display: flex;
  align-items: center; }
  .header__brand span {
    font-family: "Montserrat", sans-serif !important;
    padding-left: 25px;
    font-size: 18px;
    letter-spacing: 6px;
    color: #212121; }

.header__brand__mobile {
  display: none; }
  .header__brand__mobile .logo {
    height: 16px; }

.header__wrapper {
  align-items: center;
  display: flex;
  height: 64px; }

.header__nav {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 14px; }
  .header__nav a {
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid transparent; }
    .header__nav a + a {
      margin-left: 32px; }
  .header__nav a:hover {
    color: #82CEF2; }
  .header__nav .active {
    border-bottom: 2px solid #13287a; }
  .header__nav .active:hover {
    border-bottom: 2px solid #82CEF2;
    color: #82CEF2;
    fill: #82CEF2; }
  .header__nav .dropdown:hover {
    color: #82CEF2;
    fill: #82CEF2; }
  .header__nav .button-cisco-blue {
    background: #fbab18;
    color: #ffffff;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11.5px 14px;
    margin-left: 32px;
    width: auto; }
    .header__nav .button-cisco-blue:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .header__nav .button-cisco-blue a:hover {
      color: #ffffff !important; }
  .header__nav .topic-container {
    margin: 0 32px;
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid transparent; }
  .header__nav .topic {
    display: flex;
    flex-direction: row; }
    .header__nav .topic:hover {
      color: #82CEF2;
      cursor: pointer; }
  .header__nav .topic-menu {
    display: flex;
    position: absolute;
    list-style: none;
    flex-flow: column;
    visibility: hidden;
    width: 300px;
    padding: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: -15px;
    background-color: white; }
    .header__nav .topic-menu.show {
      visibility: visible;
      z-index: 2; }
    .header__nav .topic-menu > li {
      padding-left: 15px;
      margin-top: 10px;
      margin-bottom: 10px; }
  .header__nav .button-blue {
    background: #13287a;
    color: #ffffff;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11.5px 14px;
    margin-left: 32px;
    width: auto; }
    .header__nav .button-blue:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .header__nav .button-blue a:hover {
      color: #ffffff !important; }
  .header__nav button {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #16993c;
    background: transparent;
    border-radius: 4px;
    height: 40px;
    width: 110px;
    font-weight: inherit;
    font-size: inherit;
    color: #4a72af;
    cursor: pointer; }

.footer {
  line-height: 28px;
  font-size: 12px;
  background-color: white;
  flex: 0 0 auto;
  height: 64px;
  align-items: center;
  display: flex; }
  .footer a {
    text-decoration: none;
    font-weight: bold;
    color: #212121; }
  .footer span {
    font-weight: bold; }

.footer__container {
  margin: 0 auto;
  width: 985px; }

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

.footer__separator {
  margin: 0 18px;
  height: 24px; }
  @media (max-width: 1200px) {
    .footer__separator {
      margin: 0 22px;
      border-bottom: 1px solid #BDBDBD;
      width: 100px; } }
.footer__social {
  align-items: center;
  margin-right: auto;
  display: flex; }
  .footer__social a {
    text-decoration: none;
    margin-right: 32px; }

.content.page-blog-details {
  margin: 0;
  padding-bottom: 0; }
  .content.page-blog-details .container-small {
    width: 100%; }
    @media (max-width: 1200px) {
      .content.page-blog-details .container-small {
        padding: 0; } }
    .content.page-blog-details .container-small .box {
      max-width: 962px;
      margin-left: 239px;
      margin-right: 239px;
      padding: 0;
      box-shadow: none;
      font-family: Montserrat;
      color: #212121;
      margin-top: 40px;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 28px; }
      @media (min-width: 1440px) {
        .content.page-blog-details .container-small .box {
          margin-left: auto;
          margin-right: auto;
          padding: 25px; } }
      .content.page-blog-details .container-small .box h1 {
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        line-height: 39px; }
      .content.page-blog-details .container-small .box h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1.5px; }
      .content.page-blog-details .container-small .box h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        text-transform: unset; }
  .content.page-blog-details .background-image {
    visibility: hidden; }

.content.page-blog.taxonomy {
  padding-top: 0; }

.content.page-blog .background-image {
  visibility: hidden; }

.content.page-blog .container-small {
  background: #f9f9f9;
  width: 100%;
  margin: auto; }
  @media (max-width: 1200px) {
    .content.page-blog .container-small {
      padding: 0; } }
.background-image {
  background-image: linear-gradient(25deg, #42c8e0, #41c6df 2%, #2873a5 16%, #1f5690 32%, #194282 47%, #153579 63%, #3b1c77 81%, #481476);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1; }

.content {
  padding-bottom: 40px;
  color: white;
  flex: 1; }

.title {
  margin-bottom: 70px;
  margin-top: 0;
  font-size: 56px; }

.subtitle {
  margin-bottom: 30px;
  font-size: 32px;
  margin-top: 0; }

.subtitle--dark {
  font-size: 28px;
  color: #4a72af; }

.subtitle--grey {
  font-size: 28px;
  color: #535353; }

.subtitle--with-image {
  margin-bottom: 25px;
  align-items: center;
  font-size: 28px;
  display: flex; }
  .subtitle--with-image img {
    margin-right: 10px;
    height: 48px;
    width: 48px; }

.subtitle--with-button {
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  display: flex; }

.subsubtitle {
  margin-bottom: 35px;
  font-size: 28px; }

.text, .content.page-support ul li, .privacy ul li, .pipeline ul li {
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 1.56;
  font-size: 18px;
  color: #7d7995; }
  .text p:first, .content.page-support ul li p:first, .privacy ul li p:first, .pipeline ul li p:first {
    margin-top: 0; }

.list {
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 1.56;
  font-size: 18px;
  color: #7d7995; }

.list--simple {
  list-style: none;
  font-size: 16px;
  padding: 0;
  margin: 0; }

.text--grey {
  font-weight: normal;
  line-height: 1.78;
  color: #7d7995; }

.list--grey {
  font-weight: normal;
  line-height: 1.78;
  color: #7d7995; }

.list--darkgrey {
  line-height: 1.78;
  color: #535353;
  font-weight: bold; }

.text--light-blue {
  font-weight: normal;
  line-height: 1.56;
  color: #c6cfe5; }

.box {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 32px 32px 52px 32px;
  border-radius: 4px;
  background: white;
  margin-top: 40px;
  color: #535353; }
  .box > *:last-child {
    margin-bottom: 0; }
  .box hr {
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #ececec; }
  .box .blog-content {
    word-break: break-word;
    margin-bottom: 56px; }
    .box .blog-content p {
      margin: 24px 0; }
    .box .blog-content blockquote, .box .blog-content .texts-container .danger-block, .texts-container .box .blog-content .danger-block, .box .blog-content .texts-container .warning-block, .texts-container .box .blog-content .warning-block {
      background: #FFFFFF;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      padding: 20px 24px;
      margin: 0;
      color: #212121;
      margin-bottom: 1.5rem; }
      .box .blog-content blockquote strong, .box .blog-content .texts-container .danger-block strong, .texts-container .box .blog-content .danger-block strong, .box .blog-content .texts-container .warning-block strong, .texts-container .box .blog-content .warning-block strong {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1.5px;
        color: #212121; }
      .box .blog-content blockquote p, .box .blog-content .texts-container .danger-block p, .texts-container .box .blog-content .danger-block p, .box .blog-content .texts-container .warning-block p, .texts-container .box .blog-content .warning-block p {
        margin: 0; }
      .box .blog-content blockquote ul, .box .blog-content .texts-container .danger-block ul, .texts-container .box .blog-content .danger-block ul, .box .blog-content .texts-container .warning-block ul, .texts-container .box .blog-content .warning-block ul {
        padding-left: 20px;
        padding-right: 20px; }
      .box .blog-content blockquote span, .box .blog-content .texts-container .danger-block span, .texts-container .box .blog-content .danger-block span, .box .blog-content .texts-container .warning-block span, .texts-container .box .blog-content .warning-block span {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .box .blog-content h1 {
      font-size: 30px;
      margin: 30px 0 25px 0; }
    .box .blog-content h2 {
      font-size: 24px;
      margin: 30px 0 25px 0; }
    .box .blog-content h3 {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 25px 0 20px 0; }
    .box .blog-content h4 {
      font-size: 18px;
      font-weight: bold;
      margin: 25px 0 20px 0; }
    .box .blog-content h5 {
      font-size: 11px;
      margin: 20px 0 15px 0; }
    .box .blog-content img {
      max-width: 100%;
      height: auto; }
    .box .blog-content .highlight {
      font-weight: 400;
      max-width: 100%;
      overflow: hidden;
      padding: 0; }
    .box .blog-content .highlight:not(:last-child) {
      margin-bottom: 1.5rem; }
    .box .blog-content .highlight pre {
      margin: 0;
      overflow: auto;
      padding: 1em;
      max-width: 100%;
      font-size: 13px;
      line-height: normal; }
    .box .blog-content pre {
      background-color: whitesmoke;
      color: #4a4a4a;
      overflow-x: auto;
      padding: 1.25em 1.5em;
      white-space: pre;
      word-wrap: normal; }
    .box .blog-content pre code, .box .blog-content pre .docs-wrap p kbd, .docs-wrap p .box .blog-content pre kbd {
      background-color: transparent;
      color: currentColor;
      font-size: 1em;
      padding: 0;
      line-height: normal; }
    .box .blog-content code, .box .blog-content .docs-wrap p kbd, .docs-wrap p .box .blog-content kbd {
      font-family: Source Code Pro;
      font-size: 16px;
      line-height: 28px;
      color: #960430;
      background-color: whitesmoke;
      font-weight: normal;
      padding: 0.25em 0.5em 0.25em; }
    .box .blog-content .high {
      background-color: whitesmoke;
      padding: 0.05em 0.3em; }
      .box .blog-content .highstrong {
        font-weight: 600; }

.feature {
  grid-template-areas: "title image" "text image";
  grid-template-columns: 1fr 180px;
  grid-gap: 15px 20px;
  display: grid;
  margin-bottom: 30px;
  align-items: center; }
  .feature img {
    grid-area: image; }

.feature--right {
  grid-template-areas: "image title" "image text";
  grid-template-columns: 180px 1fr; }

.feature__title {
  grid-area: title;
  font-size: 24px;
  margin: 0; }

.feature__text {
  grid-area: text;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #7d7995; }

.bg-1 {
  background-image: url("/img/bg-1.svg");
  transform: translateX(-50%) translateX(-228px);
  position: absolute;
  height: 1151px;
  width: 3898px;
  left: 50%;
  top: 0; }

.bg-2 {
  background-image: url("/img/bg-2.svg");
  transform: translateX(-50%) translateX(-25px);
  position: absolute;
  height: 1911px;
  width: 3929px;
  top: 1610px;
  left: 50%; }

.bg-3 {
  background-image: url("/img/bg-3.svg");
  transform: translateX(-50%) translateX(-12px);
  position: absolute;
  height: 2098px;
  width: 4772px;
  top: 4030px;
  left: 50%; }

.illustration-1 {
  background-image: url("/img/illustration-1.png");
  transform: translateX(-50%) translateX(-13px);
  position: absolute;
  height: 589px;
  width: 1415px;
  top: 258px;
  left: 50%; }

.illustration-2 {
  background-image: url("/img/illustration-2.svg");
  right: calc(50% - 65px);
  position: absolute;
  height: 973px;
  width: 1785px;
  top: 992px; }

.illustration-3 {
  background-image: url("/img/illustration-3.png");
  left: calc(50% - 188px);
  position: absolute;
  height: 501px;
  width: 624px;
  top: 2030px; }

.illustration-4 {
  background-image: url("/img/illustration-4.png");
  left: calc(50% - 580px);
  position: absolute;
  height: 538px;
  width: 865px;
  top: 2725px; }

.illustration-5 {
  background-image: url("/img/illustration-5.png");
  right: calc(50% - 481px);
  position: absolute;
  height: 513px;
  width: 505px;
  top: 3543px; }

.illustration-6 {
  background-image: url("/img/illustration-6.png");
  left: calc(50% - 529px);
  position: absolute;
  height: 602px;
  width: 470px;
  top: 4245px; }

.landing-desktop {
  margin-top: -105px;
  position: relative;
  overflow: hidden;
  height: 5640px;
  z-index: 0; }

.landing-content {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0; }

.section-1 {
  transform: translateX(-50%) translateX(1px);
  letter-spacing: 0.3px;
  position: absolute;
  top: 235px;
  left: 50%; }
  .section-1 h1 {
    line-height: 1.45;
    font-weight: 400;
    font-size: 40px;
    color: #EEE;
    margin: 0; }
  .section-1 p {
    line-height: 1.33;
    font-weight: 300;
    font-size: 24px;
    color: #FFF;
    margin: 0;
    margin-top: 40px; }

.section-1__buttons {
  margin-top: 70px;
  display: flex; }
  .section-1__buttons a {
    justify-content: center; }
    .section-1__buttons a + a {
      margin-left: 20px; }

.section-2 {
  transform: translateX(-50%);
  padding-left: 687px;
  position: absolute;
  top: 1115px;
  left: 50%; }
  .section-2 b {
    font-weight: 400; }
  .section-2 h2 {
    letter-spacing: 0.3px;
    line-height: 1.25;
    font-weight: 300;
    font-size: 32px;
    color: #211478; }
  .section-2 ul {
    list-style: none;
    padding: 0;
    margin: 49px 0 20px; }
  .section-2 li {
    line-height: 57px;
    font-size: 20px;
    color: #7d7995; }

.section-3 {
  transform: translateX(-50%);
  left: calc(50%);
  position: absolute;
  top: 2039px; }
  .section-3 b {
    font-weight: 400; }
  .section-3 h2 {
    letter-spacing: 0.3px;
    line-height: 1.25;
    font-weight: 300;
    font-size: 32px;
    color: #FFF;
    margin: 0; }
  .section-3 ul {
    list-style: none;
    padding: 0;
    margin: 66px 0 20px; }
  .section-3 li {
    font-size: 20px;
    color: #c6cfe5; }
    .section-3 li + li {
      margin-top: 32px; }

.section-4 {
  transform: translateX(-50%);
  border-radius: 160px;
  position: absolute;
  background: white;
  height: 320px;
  top: 2815px;
  left: 50%;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  display: flex; }
  .section-4 h2 {
    font-size: 32px;
    color: #211478;
    margin: 0; }
  .section-4 img {
    justify-self: center;
    align-self: center; }

.section-4__images {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 45px 25px;
  display: grid;
  margin-top: 40px; }
  .section-4__images .kubernetes {
    width: 226px;
    height: 40px; }
  .section-4__images .aws {
    width: 125px;
    height: 48px; }
  .section-4__images .docker {
    width: 202px;
    height: 48px; }
  .section-4__images .prometheus {
    width: 175px;
    height: 40px; }
  .section-4__images .spark {
    width: 92px;
    height: 48px; }
  .section-4__images .kafka {
    width: 112px;
    height: 56px; }

.section-5 {
  transform: translateX(-50%);
  padding-left: 686px;
  position: absolute;
  top: 2656px;
  left: 50%; }
  .section-5 h2 {
    letter-spacing: 0.3px;
    font-weight: 300;
    font-size: 32px;
    color: white;
    margin: 0; }
  .section-5 b {
    font-weight: 400; }
  .section-5 ul {
    list-style: none;
    padding: 0;
    margin: 71px 0 20px; }
  .section-5 li {
    line-height: 1.2;
    font-size: 20px;
    color: #c6cfe5; }
    .section-5 li + li {
      margin-top: 32px; }

.section-6 {
  transform: translateX(-50%);
  position: absolute;
  top: 3439px;
  left: 50%; }
  .section-6 h2 {
    letter-spacing: 0.3px;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #211478; }
  .section-6 b {
    font-weight: 400; }
  .section-6 ul {
    list-style: none;
    padding: 0;
    margin: 54px 0 20px; }
  .section-6 li {
    line-height: 1.2;
    font-size: 20px;
    color: #7d7995; }
    .section-6 li + li {
      margin-top: 51px; }

.section-7 {
  transform: translateX(-50%);
  padding-left: 636px;
  position: absolute;
  top: 4310px;
  left: 50%; }
  .section-7 h2 {
    letter-spacing: 0.3px;
    line-height: 40px;
    font-weight: 300;
    font-size: 32px;
    color: white;
    margin: 0; }
  .section-7 b {
    font-weight: 400; }
  .section-7 ul {
    list-style: none;
    padding: 0;
    margin: 32px 0 20px; }
  .section-7 li {
    font-size: 20px;
    color: #abbbdf; }
    .section-7 li + li {
      margin-top: 32px; }

.button, a.button--nav {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #16993c;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  padding: 0 21px;
  padding: 0 21px;
  height: 48px;
  border: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  font-family: inherit;
  font-weight: bold;
  font-size: 16px;
  color: white; }

a.button, a.button--nav {
  color: white; }

.button--form {
  padding: 0 15px;
  height: 36px; }

.button--apply {
  padding: 0 15px;
  height: 36px;
  width: auto; }

.button--github {
  justify-content: center;
  height: 36px;
  width: 184px;
  padding: 0; }
  .button--github::before {
    content: url("/img/button-github.png");
    margin-right: 8px; }

.button--small {
  justify-content: center;
  height: 36px;
  width: 184px;
  padding: 0; }

a.button--nav {
  width: 80px;
  height: 36px;
  border-radius: 4px;
  color: #4a72af !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: solid 1px #4a72af; }

.button--outline {
  border: 2px solid #16993c;
  background: none; }

.landing-cta {
  transform: translateX(-50%);
  position: absolute;
  top: 4855px;
  left: 50%; }
  .landing-cta h3 {
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 1.25;
    font-weight: 300;
    font-style: 300;
    font-size: 32px;
    color: #ffffff; }

.landing-cta__buttons {
  justify-content: center;
  margin-top: 65px;
  display: flex; }
  .landing-cta__buttons a {
    justify-content: center;
    width: 227px;
    padding: 0; }
    .landing-cta__buttons a + a {
      margin-left: 20px; }

.landing-events {
  transform: translateX(-50%);
  position: absolute;
  top: 5192px;
  left: 50%; }
  .landing-events h3 {
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 1.25;
    font-size: 32px;
    color: #ffffff; }

.landing-events__grid {
  grid-template-columns: 367px 367px 367px;
  margin-top: 48px;
  grid-gap: 32px;
  display: grid; }

.landing-event {
  text-decoration: none;
  background: white;
  padding-top: 20px;
  color: inherit;
  height: 218px;
  flex-direction: column;
  text-align: center;
  display: flex; }
  .landing-event > strong {
    font-size: 24px;
    color: #454494; }
  .landing-event > p {
    font-size: 20px;
    opacity: 0.8;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 24px;
    color: #4a72af; }
  .landing-event > time {
    opacity: 0.5;
    color: #4a72af; }
  .landing-event > div {
    background: #625fd8;
    margin-top: auto;
    letter-spacing: 1px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF; }

.pipeline {
  padding: 24px 24px 32px 32px;
  margin-top: 20px; }
  .pipeline img {
    width: 100%; }

.blue {
  color: #4a72af; }

.privacy h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.privacy .text, .privacy .content.page-support ul li, .content.page-support ul .privacy li, .privacy ul li, .pipeline ul .privacy li {
  font-size: 16px; }

.privacy ul li {
  margin-bottom: 0; }

.content.page-support img {
  max-width: 100%; }

.update {
  margin-bottom: 20px; }

.box-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .box-header a.button, .box-header a.button--nav {
    height: 38px;
    width: auto;
    margin-left: 10px; }
  .box-header .subtitle {
    flex: 1; }

.summary {
  width: 300px; }
  .summary h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #535353;
    text-transform: uppercase; }
  .summary p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #7d7995; }

.section-apply {
  justify-content: space-between; }

.padding {
  padding-left: 20px; }

.summary-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px; }

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

.apply-buttons {
  margin-left: auto; }
  .apply-buttons img {
    margin-left: 16px;
    height: 24px; }

.separator {
  height: 0;
  border: 0;
  margin-top: 25px;
  border-top: solid 1px #ececec; }

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

input {
  padding: 0 10px;
  height: 48px;
  background: #f7f6f6;
  border: 0;
  border-bottom: solid 1px #aeaeae; }

textarea {
  padding: 10px;
  resize: none;
  flex: 1;
  background: #f7f6f6;
  border: 0;
  border-bottom: solid 1px #aeaeae; }

.form {
  grid-template-areas: "name message" "email message" "subject message" "term terms" "button button";
  grid-gap: 16px;
  display: grid; }
  .form .button--form {
    justify-self: flex-end;
    grid-area: button; }

.form__field {
  flex-direction: column;
  display: flex; }
  .form__field label {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #7d7995;
    display: block; }
  .form__field:nth-child(1) {
    grid-area: name; }
  .form__field:nth-child(2) {
    grid-area: email; }
  .form__field:nth-child(3) {
    grid-area: subject; }
  .form__field:nth-child(4) {
    grid-area: message; }

.form__checkboxes label {
  text-transform: none !important; }

.form__checkbox {
  align-items: center;
  position: relative;
  line-height: 1;
  color: #7d7995;
  display: flex;
  justify-self: flex-end;
  grid-area: terms; }

.box a {
  color: #4a72af; }
  .box a:visited {
    color: #4a72af; }

.box a.button, .box a.button--nav {
  color: white; }

.read-more {
  font-size: 18px;
  color: #4a72af; }
  .read-more:visited {
    color: #4a72af; }

.perks {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px; }
  .perks li {
    grid-template-columns: 32px 1fr;
    grid-gap: 15px;
    display: grid;
    line-height: 50px;
    font-size: 18px;
    color: #c6cfe5; }
    .perks li img {
      justify-self: center;
      align-self: center; }

.career-infos {
  justify-content: space-between;
  display: flex; }

.career-buttons {
  align-items: center;
  margin-top: 30px;
  display: flex; }

.landing-mobile {
  position: relative;
  margin-top: -50px;
  overflow: hidden;
  height: 4270px;
  display: none; }

.m-bg-1 {
  background-image: url("/img/m-bg-1.svg");
  transform: translateX(-50%) translateX(-45px);
  position: absolute;
  height: 696px;
  width: 2377px;
  left: 50%;
  top: 0; }

.m-bg-2 {
  background-image: url("/img/m-bg-2.svg");
  transform: translateX(-50%) translateX(-30px);
  position: absolute;
  height: 1456px;
  width: 1191px;
  left: 50%;
  top: 1011px; }

.m-bg-3 {
  background-image: url("/img/m-bg-3.svg");
  transform: translateX(-50%) translateX(-14px);
  position: absolute;
  height: 1456px;
  width: 1074px;
  left: 50%;
  top: 2942px; }

.m-illustration-1 {
  background-image: url("/img/illustration-1.png");
  transform: translateX(-50%) translateX(-68px);
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 190px;
  width: 450px;
  top: 57px;
  left: 50%; }

.m-illustration-2 {
  background-image: url("/img/m-illustration-2.svg");
  transform: translateX(-50%) translateX(-153px);
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 450px;
  width: 334px;
  top: 640px;
  left: 50%; }

.m-illustration-3 {
  background-image: url("/img/illustration-3.png");
  transform: translateX(-50%);
  background-size: cover;
  position: absolute;
  height: 231px;
  width: 288px;
  top: 1444px;
  left: 50%; }

.m-illustration-4 {
  background-image: url("/img/illustration-4.png");
  background-size: cover;
  left: calc(50% - 160px);
  position: absolute;
  height: 189px;
  width: 304px;
  top: 1970px; }

.m-illustration-5 {
  background-image: url("/img/illustration-5.png");
  right: calc(50% + -142px);
  background-size: cover;
  position: absolute;
  height: 136px;
  width: 134px;
  top: 2546px; }

.m-illustration-6 {
  background-image: url("/img/illustration-6.png");
  left: calc(50% - 145px);
  background-size: cover;
  position: absolute;
  height: 222px;
  width: 174px;
  top: 3017px; }

.mobile-nav {
  background: white;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  flex-direction: column;
  display: flex;
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-100%);
  pointer-events: none;
  opacity: 0; }
  .mobile-nav__button-container {
    padding: 0 20px;
    margin-bottom: 40px; }

.mobile-nav--open {
  transform: translateY(0);
  pointer-events: initial;
  opacity: 1; }

.mobile-nav__content {
  padding-top: 24px;
  overflow: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

a.mobile-nav__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212121;
  align-items: center;
  display: flex;
  padding: 0 0 24px 20px; }
  a.mobile-nav__link svg {
    position: relative;
    fill: currentColor;
    margin-right: -25px;
    margin-left: 10px;
    top: 2px; }
  a.mobile-nav__link--open svg {
    transform: rotate(180deg); }

.mobile-nav__link--open + .mobile-nav__items {
  display: block;
  padding-left: 40px; }

.mobile-nav__items {
  display: none; }
  .mobile-nav__items a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #13287a;
    padding-bottom: 24px; }

a.mobile-nav__link--active {
  color: #13287a; }

.mobile-nav__header {
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  flex: 0 0 auto;
  display: flex;
  height: 60px; }

.mobile-nav__brand {
  height: 28px; }

.mobile-nav__close {
  cursor: pointer;
  height: 20px;
  width: 20px; }

.mobile-nav__separator {
  height: 30px; }

.header__brand__desktop {
  display: flex;
  align-items: center; }
  .header__brand__desktop a {
    margin-right: 10px; }
  .header__brand__desktop .logo {
    height: 33px; }
  .header__brand__desktop .logo-white {
    width: 88px; }
  .header__brand__desktop .backyards-logo, .header__brand__desktop .pipeline-logo {
    width: 88px; }
  .header__brand__desktop .typo {
    height: 13px;
    margin-left: 20px; }

.header__separator {
  background: currentColor;
  margin: 0 30px;
  opacity: 0.5;
  height: 24px;
  width: 1px; }

@media (min-width: 769px) {
  .header .header__brand__desktop.inverse {
    display: flex; }
  .header .header__brand__desktop.normal {
    display: none; }
  .header--white .header__brand__desktop.inverse {
    display: none; }
  .header--white .header__brand__desktop.normal {
    display: flex; } }

@media (max-width: 768px) {
  .header .header__brand__mobile.inverse {
    display: block; }
  .header .header__brand__mobile.normal {
    display: none; }
  .header--white .header__brand__mobile.inverse {
    display: none; }
  .header--white .header__brand__mobile.normal {
    display: block; }
  .header .header__brand .logo {
    height: 28px; } }

@media (min-width: 769px) {
  br.mobile {
    display: none; } }

@media (max-width: 768px) {
  br:not(.mobile) {
    display: none; }
  .header__brand__desktop {
    display: none; }
  .header__brand__mobile {
    display: block; }
    .header__brand__mobile .logo-white {
      width: 45px; }
  .header-mobile {
    cursor: pointer;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 0;
    display: flex;
    height: 12px;
    width: 24px; }
  .header-mobile__rect {
    width: 22px;
    height: 2px;
    background: #00bceb; }
  .header--white .header-mobile__rect {
    background: #fff; }
  .landing-desktop {
    display: none; }
  .landing-mobile {
    display: block; }
  .header__wrapper {
    height: 60px; }
  .header__nav {
    display: none; }
  .footer {
    height: auto;
    padding: 40px 0; }
  .footer__social {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px; }
    .footer__social img {
      height: 30px;
      width: 30px; }
    .footer__social a {
      color: #13287A;
      margin: 0 10px; }
  .footer__container {
    padding: 0 15px;
    width: 100%; }
  .footer__wrapper {
    flex-direction: column; }
  .footer__separator {
    margin: 15px 0;
    width: 100px;
    height: 1px; }
  .container {
    padding: 0 15px;
    width: 100%; }
  .container-small {
    padding: 0 15px;
    width: 100%; }
  .box {
    padding: 20px 20px 30px 20px; }
    .box hr {
      margin: 15px 0; }
  .title {
    margin-bottom: 30px;
    font-size: 24px; }
  .text, .pipeline ul li, .privacy ul li, .content.page-support ul li {
    margin-bottom: 15px;
    font-size: 12px; }
  .list {
    margin-bottom: 15px;
    font-size: 12px; }
  .subtitle {
    font-size: 16px; }
  .subtitle-gray {
    font-size: 18px; }
  .subtitle--dark {
    margin-bottom: 15px; }
  .subtitle--with-button a.button, .subtitle--with-button a.button--nav {
    box-shadow: none;
    background: none;
    font-size: 0;
    height: 21px;
    width: 21px; }
    .subtitle--with-button a.button::before, .subtitle--with-button a.button--nav::before {
      content: url("/img/button-github-green.png");
      margin: 0; }
  .subsubtitle {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 16px; }
  .subtitle--with-image {
    margin-bottom: 10px;
    font-size: 20px; }
    .subtitle--with-image img {
      height: 34px;
      width: 34px; }
  .box-container {
    grid-template-columns: 1fr; }
  .feature {
    grid-template-columns: 1fr;
    margin-bottom: 15px; }
    .feature img {
      height: 30px; }
  .feature--right {
    grid-template-areas: "title image" "text text"; }
  .feature__title {
    align-self: center;
    font-size: 16px; }
  .feature__text {
    font-size: 12px; }
  .form {
    grid-template-areas: "name" "email" "subject" "message" "terms" "button"; }
    .form textarea {
      min-height: 200px; }
  .career-infos {
    display: block; }
    .career-infos ul {
      float: left; }
      .career-infos ul:first-child {
        margin-right: 15px; }
  .summary {
    width: 100%; }
  .box-header {
    display: block; }
    .box-header a.button:first-child, .box-header a.button--nav:first-child {
      margin-left: 0; }
  .perks li {
    line-height: 1.3; }
    .perks li + li {
      margin-top: 30px; }
    .perks li img {
      align-self: start; }
  .button, a.button--nav {
    height: 36px;
    font-size: 14px; }
  .button--form {
    width: 100%; }
  a.button--mobile-nav {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .section-1 {
    text-align: center;
    top: 244px; }
    .section-1 h1 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 20px;
      margin: 0 auto; }
    .section-1 p {
      line-height: 16px;
      margin-top: 23px;
      font-size: 12px; }
  .section-1__buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    display: flex; }
    .section-1__buttons a + a {
      margin-top: 26px;
      margin-left: 0; }
  .section-2 {
    text-align: right;
    width: 320px;
    top: 780px; }
    .section-2 h2 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 16px;
      margin: 0 auto; }
    .section-2 ul {
      margin-top: 25px; }
    .section-2 li {
      font-size: 12px;
      line-height: 1.1; }
      .section-2 li + li {
        margin-top: 12px; }
  .section-3 {
    width: 320px;
    top: 1166px; }
    .section-3 h2 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 16px;
      margin: 0 auto; }
    .section-3 ul {
      margin-top: 25px; }
    .section-3 li {
      font-size: 12px;
      line-height: 1.2; }
      .section-3 li + li {
        margin-top: 12px; }
  .section-4.container {
    border-radius: 21px;
    padding-top: 15px;
    height: 136px;
    width: 290px;
    top: 1752px; }
  .section-4 h2 {
    font-size: 16px; }
  .section-4 img {
    width: 100%; }
    .section-4 img:nth-child(5) {
      width: 60px; }
    .section-4 img:nth-child(6) {
      width: 60px; }
  .section-4__images {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 15px;
    display: grid;
    margin-top: 24px;
    width: 100%; }
    .section-4__images .kubernetes {
      width: 100px;
      height: 18px; }
    .section-4__images .aws {
      width: 51px;
      height: 20px; }
    .section-4__images .docker {
      width: 75px;
      height: 20px; }
    .section-4__images .prometheus {
      width: 71px;
      height: 19px; }
    .section-4__images .spark {
      width: 46px;
      height: 24px; }
    .section-4__images .kafka {
      width: 44px;
      height: 22px; }
  .section-5.container {
    text-align: right;
    width: 320px;
    top: 2159px; }
    .section-5.container h2 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 16px; }
  .section-5 ul {
    margin-top: 23px; }
  .section-5 li {
    font-size: 12px;
    line-height: 1.2; }
    .section-5 li + li {
      margin-top: 12px; }
  .section-6.container {
    width: 320px;
    top: 2680px; }
    .section-6.container h2 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 16px; }
  .section-6 ul {
    margin-top: 23px; }
  .section-6 li {
    font-size: 12px;
    line-height: 1.2; }
    .section-6 li + li {
      margin-top: 12px; }
  .section-7.container {
    text-align: right;
    width: 320px;
    top: 3254px; }
    .section-7.container h2 {
      letter-spacing: 0;
      line-height: 24px;
      font-size: 16px; }
  .section-7 ul {
    margin-top: 23px; }
  .section-7 li {
    font-size: 12px;
    line-height: 1.2; }
    .section-7 li + li {
      margin-top: 10px; }
  .landing-cta.container {
    top: 3484px; }
    .landing-cta.container h3 {
      line-height: 23px;
      font-size: 16px; }
  .landing-cta__buttons {
    flex-direction: column;
    margin-top: 27px; }
    .landing-cta__buttons .button, .landing-cta__buttons a.button--nav {
      margin: 0 auto; }
      .landing-cta__buttons .button:nth-child(2), .landing-cta__buttons a.button--nav:nth-child(2) {
        margin-top: 20px; }
  .landing-events {
    width: 320px;
    top: 3704px; }
    .landing-events h3 {
      letter-spacing: 0;
      font-size: 16px; }
  .landing-events__grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    width: 240px;
    margin: 0 auto;
    margin-top: 30px; }
  .landing-event {
    padding-top: 10px;
    height: 143px; }
    .landing-event strong {
      font-size: 16px; }
    .landing-event p {
      margin-bottom: 10px;
      font-size: 14px; }
    .landing-event time {
      font-size: 12px; }
    .landing-event div {
      line-height: 34px;
      letter-spacing: 0;
      font-size: 12px;
      height: 34px; } }

/* .dark-link {
  @extend a;
  color: $color_11;

  &:visited {
    color: $color_11;
  }
}

.dark-link-purple {
  @extend a;
  font-weight: bold;
  color: $color_2;

  &:visited {
    font-weight: bold;
    color: $color_2;
  }
} */
.contact-us-slack-section .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .contact-us-slack-section .content-wrapper .icon {
    width: 60px;
    height: 60px;
    background-image: url("/img/slack-color.svg"); }
  .contact-us-slack-section .content-wrapper .message {
    line-height: 1.56;
    font-size: 18px;
    color: #7d7995; }

[data-title] {
  position: relative;
  cursor: help;
  width: 15px;
  height: 15px;
  background-image: url("/img/product-info.svg");
  display: inline-block;
  margin-left: 0.4em; }
  [data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    left: 7.5px;
    top: 7.5px;
    display: block;
    padding: 3px 6px;
    z-index: 10;
    min-width: 180px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 18px; }

.blog-item {
  font-family: Montserrat;
  background: #FFFFFF;
  width: 600px;
  min-height: 700px;
  box-sizing: border-box;
  flex: none;
  order: 2;
  align-self: center;
  margin: 0 auto 24px auto;
  display: grid;
  grid-template-rows: 1fr;
  column-gap: 20px;
  padding: 20px;
  transition: 0.3s; }
  @media (max-width: 1200px) {
    .blog-item {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; } }
  .blog-item:hover {
    box-shadow: 12px 12px 2px 1px #0377A1;
    cursor: pointer; }
  .blog-item a {
    color: #00bceb; }
    .blog-item a:visited {
      color: #00bceb; }
  .blog-item__anchor {
    margin-top: auto;
    margin-bottom: auto;
    color: #00bceb; }
    .blog-item__anchor:visited {
      color: #00bceb; }
  .blog-item__content {
    margin-top: auto;
    margin-bottom: auto; }
  .blog-item__img {
    width: 550px;
    max-height: 350px;
    object-fit: contain;
    border-radius: 4px;
    box-sizing: border-box;
    margin: auto;
    flex: none;
    order: 0;
    align-self: center; }
    @media (max-width: 1200px) {
      .blog-item__img {
        width: 100%;
        margin-bottom: 20px; } }
  .blog-item__title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    letter-spacing: 1.5px;
    color: #000000; }
  .blog-item__summary {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin: 16px 0; }
  .blog-item__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 12px; }
  .blog-item .product-tag {
    background: #00bceb;
    color: #FFFFFF; }
    .blog-item .product-tag:visited {
      color: #FFFFFF; }
  .blog-item .other-tag {
    background: #EEEEEE !important;
    color: #85838F !important; }
    .blog-item .other-tag:visited {
      color: #85838F !important; }
  .blog-item__tag {
    margin-top: 4px;
    margin-right: 8px;
    background: #EEEEEE;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.2px;
    padding: 6px;
    color: #636363; }
    @media (max-width: 1200px) {
      .blog-item__tag {
        color: #212121;
        padding: 2px 6px; }
        .blog-item__tag:visited {
          color: #636363; } }
    .blog-item__tag:visited {
      color: #636363; }
  .blog-item__read-more {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin: 16px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00bceb;
    padding: 3.5px 0; }
  .blog-item__arrow {
    width: 12px;
    height: 12px; }
  .blog-item__author {
    display: flex;
    flex-direction: row; }
    .blog-item__author img {
      width: 24px;
      height: 24px;
      border-radius: 8px; }
    .blog-item__author .name {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.5px;
      color: #000000;
      margin-left: 8px; }
    .blog-item__author .divider {
      width: 1px;
      height: 14px;
      background: #EEEEEE;
      margin: auto 8px; }
    .blog-item__author a {
      color: black; }
  .blog-item__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    letter-spacing: 0.5px;
    color: #000000; }

.blog-list-tag-filter__container {
  font-family: Montserrat;
  display: flex;
  flex-direction: column;
  background: #F8F8F6;
  box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.15);
  padding: 40px 140px;
  margin-bottom: 80px; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__container {
      padding: 20px;
      margin-bottom: 20px; } }
.blog-list-tag-filter__arrow {
  display: none;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__arrow {
      display: unset; } }
.blog-list-tag-filter__clear-container {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__clear-container {
      display: none; } }
  .blog-list-tag-filter__clear-container:hover {
    cursor: pointer; }

.blog-list-tag-filter__clear-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #85838F;
  margin-left: 2px; }
  .blog-list-tag-filter__clear-text:visited {
    color: #85838F; }

.blog-list-tag-filter__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__header {
      width: 100%; } }
.blog-list-tag-filter__all-tags {
  width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__all-tags {
      width: 100%; } }
.blog-list-tag-filter__title {
  margin-right: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 1.5px;
  color: #636363; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__title {
      margin-left: auto;
      margin-right: 14px; } }
.blog-list-tag-filter__selected {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .blog-list-tag-filter__selected .active-tag, .blog-list-tag-filter__selected .fix-active-tag {
    opacity: 1;
    display: flex !important; }
  .blog-list-tag-filter__selected .fix-active-tag {
    opacity: 1 !important; }
  .blog-list-tag-filter__selected .tag-item {
    display: none;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.2px;
    align-self: center;
    padding: 4.5px 6px;
    border-radius: 4px;
    margin-right: 16px; }
    .blog-list-tag-filter__selected .tag-item img {
      margin: 0 10px 0 6px; }
    .blog-list-tag-filter__selected .tag-item:hover {
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
      text-decoration-line: none; }
  .blog-list-tag-filter__selected .product-item {
    color: #FFFFFF;
    background: #00bceb; }
    .blog-list-tag-filter__selected .product-item:visited {
      background: #00bceb;
      color: #FFFFFF; }
  .blog-list-tag-filter__selected .featured-item {
    color: #636363;
    background: #EEEEEE; }
    .blog-list-tag-filter__selected .featured-item:visited {
      color: #636363; }

.blog-list-tag-filter__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  align-items: center;
  letter-spacing: 1.2px;
  color: #13287A;
  margin-top: 4px; }
  @media (max-width: 1200px) {
    .blog-list-tag-filter__products {
      margin-top: 30px; } }
  .blog-list-tag-filter__products :last-child {
    margin-right: 0 !important; }
  .blog-list-tag-filter__products .tag-item {
    color: #13287A;
    color: #00bceb; }
    .blog-list-tag-filter__products .tag-item:visited {
      color: #13287A; }

.blog-list-tag-filter__featured {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  align-items: center;
  letter-spacing: 1.2px;
  color: #85838F; }
  .blog-list-tag-filter__featured :last-child {
    margin-right: 0 !important; }
  .blog-list-tag-filter__featured .tag-item {
    color: #85838F; }
    .blog-list-tag-filter__featured .tag-item:visited {
      color: #85838F; }

.tag-item {
  margin-right: 24px;
  margin-top: 12px; }
  .tag-item:hover {
    text-decoration-line: underline; }

.active-tag, .blog-list-tag-filter__selected .fix-active-tag, .fix-active-tag {
  opacity: 0.5; }

.ready-to-start {
  position: relative;
  height: 519px;
  background: linear-gradient(150.3deg, #739BD2 7.5%, #464696 88.08%);
  padding-top: 80px; }
  @media (max-width: 1200px) {
    .ready-to-start {
      display: flex;
      flex-direction: column;
      padding: 40px 20px 0 20px; } }
  .ready-to-start__content {
    margin-right: auto;
    margin-left: auto;
    z-index: 2; }
    @media (min-width: 1200px) {
      .ready-to-start__content {
        width: 1160px; } }
  .ready-to-start__title {
    width: 552px;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF; }
    @media (max-width: 1200px) {
      .ready-to-start__title {
        width: 100%;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 31px;
        letter-spacing: 1.5px; } }
  .ready-to-start__subtitle {
    width: 552px;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 40px 0; }
    @media (max-width: 1200px) {
      .ready-to-start__subtitle {
        width: 100%;
        font-weight: 300;
        font-size: 22px;
        margin: 24px 0; } }
  .ready-to-start a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 14px;
    background: #13287A;
    border-radius: 2px; }
    @media (max-width: 1200px) {
      .ready-to-start a {
        margin: 0 auto;
        z-index: 2; } }
  .ready-to-start img {
    position: absolute;
    object-fit: cover;
    width: auto;
    height: auto;
    top: 0;
    right: 0; }
    @media (max-width: 1200px) {
      .ready-to-start img {
        width: 511px;
        height: 275px;
        transform: rotate(-90deg);
        left: unset;
        top: 118px;
        z-index: 1;
        right: -118px; } }
.featured-blog__container {
  background: white; }

@media only screen and (max-width: 300px) {
  .prev, .next {
    font-size: 11px; } }

.featured-blog-item {
  padding: 0;
  width: 100%;
  min-height: 400px; }
  .featured-blog-item:hover {
    box-shadow: none; }
  @media (min-width: 1200px) {
    .featured-blog-item .blog-item__img {
      width: 668px; } }
  .featured-blog-item .blog-item__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 39px; }

@media (min-width: 1200px) {
  .blog-section-item-row {
    grid-template-columns: 550px 550px;
    width: 1200px !important;
    min-height: 250px !important; } }

.blog-section-item {
  width: 100% !important;
  min-height: 550px !important; }
  .blog-section-item__img {
    width: 350px;
    max-height: 350px;
    object-fit: contain;
    border-radius: 4px;
    box-sizing: border-box;
    margin: auto;
    flex: none;
    order: 0;
    align-self: center; }
    @media (max-width: 1200px) {
      .blog-section-item__img {
        width: 100%;
        margin-bottom: 20px; } }
  .blog-section-item__summary {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin: 16px 0; }
  .blog-section-item__anchor {
    margin-top: auto;
    margin-bottom: auto;
    color: #00bceb; }
    .blog-section-item__anchor:visited {
      color: #00bceb; }

.learn {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .learn {
      background-image: url("/img/blog/tag-background/learn.jpg"); }
      .learn p {
        margin-left: 4vw;
        margin-bottom: 7vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .learn {
      background-image: url("/img/blog/tag-background/learn-md.jpg"); }
      .learn p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .learn {
      background-image: url("/img/blog/tag-background/learn-sm.jpg"); }
      .learn p {
        visibility: hidden; } }
  .learn p {
    width: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.app-first {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .app-first {
      background-image: url("/img/blog/tag-background/app-first.jpg"); }
      .app-first p {
        margin-left: 4vw;
        margin-bottom: 3vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .app-first {
      background-image: url("/img/blog/tag-background/app-first-md.jpg"); }
      .app-first p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .app-first {
      background-image: url("/img/blog/tag-background/app-first-sm.jpg"); }
      .app-first p {
        visibility: hidden; } }
  .app-first p {
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.future-of-work {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .future-of-work {
      background-image: url("/img/blog/tag-background/future-work.jpg"); }
      .future-of-work p {
        margin-left: 4vw;
        margin-bottom: 3vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .future-of-work {
      background-image: url("/img/blog/tag-background/future-work-md.jpg"); }
      .future-of-work p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .future-of-work {
      background-image: url("/img/blog/tag-background/future-work-sm.jpg"); }
      .future-of-work p {
        visibility: hidden; } }
  .future-of-work p {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.planet-scale {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .planet-scale {
      background-image: url("/img/blog/tag-background/planet-scale.jpg"); }
      .planet-scale p {
        margin-left: 4vw;
        margin-bottom: 7vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .planet-scale {
      background-image: url("/img/blog/tag-background/planet-scale-md.jpg"); }
      .planet-scale p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .planet-scale {
      background-image: url("/img/blog/tag-background/planet-scale-sm.jpg"); }
      .planet-scale p {
        visibility: hidden; } }
  .planet-scale p {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.scale-x {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x.jpg"); }
      .scale-x p {
        margin-left: 4vw;
        margin-bottom: 7vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x-md.jpg"); }
      .scale-x p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x-sm.jpg"); }
      .scale-x p {
        visibility: hidden; } }
  .scale-x p {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.scale-x {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x.jpg"); }
      .scale-x p {
        margin-left: 4vw;
        margin-bottom: 7vh;
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x-md.jpg"); }
      .scale-x p {
        font-size: 14px;
        margin-left: 3.5vw;
        width: 35vw !important; } }
  @media (min-width: 280px) and (max-width: 767px) {
    .scale-x {
      background-image: url("/img/blog/tag-background/scale-x-sm.jpg"); }
      .scale-x p {
        visibility: hidden; } }
  .scale-x p {
    width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #00bceb;
    font-weight: 500;
    padding: 15px; }

.benefits {
  background-image: linear-gradient(0deg, #42c8e0, #41c6df 2%, #2873a5 16%, #1f5690 32%, #194282 47%, #153579 63%, #3b1c77 81%, #481476); }
  .benefits__container {
    max-width: 760px;
    margin: 0 auto; }
  .benefits__roles {
    justify-content: center;
    display: flex; }
    @media (max-width: 760px) {
      .benefits__roles {
        align-items: center;
        flex-direction: column; } }
  .benefits__role + .benefits__role, .button--outline + .benefits__role, .benefits__role + .button--outline, .button--outline + .button--outline {
    margin-left: 20px; }
    @media (max-width: 760px) {
      .benefits__role + .benefits__role, .button--outline + .benefits__role, .benefits__role + .button--outline, .button--outline + .button--outline {
        margin-top: 20px;
        margin-left: 0; } }
  .benefits__button {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #16993c;
    border-radius: 4px;
    font-weight: bold;
    padding: 0 20px;
    color: white;
    height: 48px;
    justify-content: center;
    display: inline-flex;
    align-items: center; }
    @media (max-width: 760px) {
      .benefits__button {
        font-size: 14px;
        height: 36px;
        width: 100%; } }
  .benefits__role, .button--outline {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #16993c;
    border-radius: 4px;
    cursor: pointer;
    height: 48px;
    width: 232px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex; }
    @media (max-width: 760px) {
      .benefits__role, .button--outline {
        width: 100%; } }
    .benefits__role__arrow {
      position: relative;
      margin-right: 5px;
      width: 20px; }
      .benefits__role__arrow::before, .benefits__role__arrow::after {
        background: white;
        position: absolute;
        content: "";
        height: 3px;
        width: 11px; }
      .benefits__role__arrow::before {
        transform: rotate(45deg);
        left: 0; }
      .benefits__role__arrow::after {
        transform: rotate(-45deg);
        left: 7px; }
  .benefits__section-1 {
    padding-bottom: 96px;
    padding-top: 56px; }
    .benefits__section-1 h1 {
      font-size: 48px;
      color: #ececec;
      margin: 0;
      margin-top: 73px;
      margin-bottom: 40px; }
      @media (max-width: 760px) {
        .benefits__section-1 h1 {
          margin-bottom: 22px;
          margin-top: 30px;
          font-size: 24px; } }
    .benefits__section-1 p {
      line-height: 1.56;
      font-size: 18px;
      color: #c6cfe5;
      margin: 0;
      margin-bottom: 42px; }
      @media (max-width: 760px) {
        .benefits__section-1 p {
          margin-bottom: 22px;
          line-height: 1.4;
          font-size: 12px; } }
    @media (max-width: 760px) {
      .benefits__section-1 {
        padding: 30px 15px 30px 15px; }
        .benefits__section-1 img {
          width: 100%; } }
  .benefits__section-2 {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background: white;
    padding-top: 80px; }
    @media (max-width: 760px) {
      .benefits__section-2 {
        padding: 40px 15px 30px 15px; } }
    .benefits__section-2 section {
      margin-bottom: 34px;
      align-items: center;
      display: flex; }
      .benefits__section-2 section img {
        margin: 0 41px 0 15px;
        height: 184px;
        width: 201px; }
        @media (max-width: 760px) {
          .benefits__section-2 section img {
            margin: 36px auto 0 auto;
            height: 125px;
            width: 136px;
            position: relative;
            left: -17px; } }
      @media (max-width: 760px) {
        .benefits__section-2 section {
          flex-direction: column-reverse;
          margin-bottom: 29px; } }
    .benefits__section-2 h2 {
      line-height: 1.33;
      font-size: 48px;
      color: #4a72af;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-2 h2 {
          font-size: 24px; } }
    .benefits__section-2 a {
      justify-self: center;
      white-space: nowrap;
      align-self: center;
      grid-area: button; }
      .benefits__section-2 a:visited {
        color: white; }
    .benefits__section-2 p {
      line-height: 1.56;
      font-size: 18px;
      color: #7d7995;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-2 p {
          line-height: 1.4;
          font-size: 12px; } }
    .benefits__section-2 p + p {
      margin-top: 28px; }
      @media (max-width: 760px) {
        .benefits__section-2 p + p {
          margin-top: 16px; } }
    .benefits__section-2 img {
      margin: 42px auto;
      display: block; }
      @media (max-width: 760px) {
        .benefits__section-2 img {
          width: calc(100% - 15px);
          margin: 25px auto; } }
    .benefits__section-2__actions {
      justify-content: center;
      display: flex;
      padding-bottom: 90px;
      padding-top: 70px; }
      @media (max-width: 760px) {
        .benefits__section-2__actions {
          padding-bottom: 25px;
          padding-top: 50px; } }
  .benefits__section-3 {
    padding-top: 75px; }
    @media (max-width: 760px) {
      .benefits__section-3 {
        padding: 0 15px;
        padding-top: 47px; } }
    .benefits__section-3 section {
      margin-bottom: 28px;
      align-items: center;
      display: flex; }
      .benefits__section-3 section img {
        margin: 0 122px 0 15px;
        height: 229px;
        width: 161px; }
        @media (max-width: 760px) {
          .benefits__section-3 section img {
            margin: 0 31px 0 36px;
            height: 112px;
            width: 78px; } }
      @media (max-width: 760px) {
        .benefits__section-3 section {
          margin-bottom: 53px; } }
    .benefits__section-3 h2 {
      line-height: 1.33;
      font-size: 48px;
      color: #ececec;
      margin: 0;
      position: relative;
      top: -20px; }
      @media (max-width: 760px) {
        .benefits__section-3 h2 {
          line-height: 1.3;
          font-size: 24px;
          top: 5px; } }
    .benefits__section-3 p {
      line-height: 1.44;
      font-size: 18px;
      color: #c6cfe5;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-3 p {
          font-size: 12px;
          line-height: 1.4; } }
    .benefits__section-3 p + p {
      margin-top: 22px; }
      @media (max-width: 760px) {
        .benefits__section-3 p + p {
          margin-top: 15px; } }
    .benefits__section-3 img {
      margin: 30px auto;
      display: block; }
      @media (max-width: 760px) {
        .benefits__section-3 img {
          margin: 20px auto;
          width: 100%; } }
  .benefits__section-4 {
    grid-template-areas: "image title" "image text" "button button";
    grid-template-rows: min-content 1fr 105px;
    grid-template-columns: 305px 1fr;
    display: grid;
    padding-top: 30px;
    max-width: 760px;
    margin: 0 auto; }
    @media (max-width: 760px) {
      .benefits__section-4 {
        grid-template-areas: "image title" "text text" "button button";
        grid-template-rows: min-content 1fr 105px;
        grid-template-columns: 94px 1fr;
        padding: 0 15px;
        padding-top: 26px; } }
    .benefits__section-4 a {
      justify-self: center;
      white-space: nowrap;
      align-self: center;
      grid-area: button; }
      .benefits__section-4 a:visited {
        color: white; }
    .benefits__section-4 div {
      grid-area: text; }
    .benefits__section-4 p {
      line-height: 1.56;
      font-size: 18px;
      color: #c6cfe5;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-4 p {
          font-size: 12px; } }
    .benefits__section-4 p:first-child {
      margin-top: 30px; }
    .benefits__section-4 p + p {
      margin-top: 30px; }
      @media (max-width: 760px) {
        .benefits__section-4 p + p {
          margin-top: 33px; } }
    .benefits__section-4 h3 {
      line-height: 1.43;
      grid-area: title;
      font-size: 28px;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-4 h3 {
          font-size: 18px;
          position: relative;
          top: 5px; } }
    .benefits__section-4 img {
      justify-self: center;
      grid-area: image;
      align-self: end; }
      @media (max-width: 760px) {
        .benefits__section-4 img {
          justify-self: start;
          height: 93px;
          width: 79px; } }
  .benefits__section-5 {
    grid-template-areas: "title title" "text image" "section section" "button button";
    grid-template-rows: min-content 1fr min-content 100px;
    grid-template-columns: 1fr 360px;
    display: grid;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 98px; }
    @media (max-width: 760px) {
      .benefits__section-5 {
        grid-template-areas: "image title" "text text" "section section" "button button";
        grid-template-rows: min-content 1fr min-content 100px;
        grid-template-columns: 115px 1fr;
        padding: 0 15px;
        margin-top: 10px;
        padding-bottom: 93px; } }
    .benefits__section-5 section {
      grid-area: section;
      line-height: 1.33;
      font-size: 24px;
      color: #c6cfe5;
      margin-bottom: 45px;
      margin-top: 45px; }
      @media (max-width: 760px) {
        .benefits__section-5 section {
          margin-bottom: 5px;
          line-height: 1.2;
          margin-top: 20px;
          font-size: 12px; } }
    .benefits__section-5 a {
      justify-self: center;
      white-space: nowrap;
      align-self: center;
      grid-area: button; }
      .benefits__section-5 a:visited {
        color: white; }
    .benefits__section-5 div {
      grid-area: text; }
    .benefits__section-5 p {
      line-height: 1.56;
      font-size: 18px;
      color: #c6cfe5;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-5 p {
          line-height: 1.415;
          font-size: 12px; } }
    .benefits__section-5 p:first-child {
      margin-top: 32px; }
      @media (max-width: 760px) {
        .benefits__section-5 p:first-child {
          margin-top: 8px; } }
    .benefits__section-5 p + p {
      margin-top: 28px; }
      @media (max-width: 760px) {
        .benefits__section-5 p + p {
          margin-top: 17px; } }
    .benefits__section-5 h3 {
      line-height: 1.43;
      grid-area: title;
      font-size: 28px;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-5 h3 {
          align-self: center;
          font-size: 18px; } }
    .benefits__section-5 img {
      grid-area: image;
      margin-top: auto;
      margin-left: auto;
      position: relative;
      left: -15px;
      top: 40px; }
      @media (max-width: 760px) {
        .benefits__section-5 img {
          margin-right: auto;
          margin-left: 0;
          height: 138px;
          width: 88px;
          left: 0;
          top: 0; } }
  .benefits__section-6 {
    padding-bottom: 30px;
    padding-top: 110px; }
    @media (max-width: 760px) {
      .benefits__section-6 {
        padding: 38px 15px 28px 15px; } }
    .benefits__section-6 section {
      margin-bottom: 60px;
      align-items: center;
      display: flex; }
      .benefits__section-6 section img {
        margin: 0 70px 0 12px;
        height: 193px;
        width: 198px; }
        @media (max-width: 760px) {
          .benefits__section-6 section img {
            margin: 42px auto auto;
            height: 133px;
            width: 136px; } }
      @media (max-width: 760px) {
        .benefits__section-6 section {
          flex-direction: column-reverse;
          margin-bottom: 24px; } }
    .benefits__section-6 h3 {
      line-height: 1.33;
      font-size: 48px;
      color: #4a72af;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-6 h3 {
          font-size: 24px; } }
    .benefits__section-6 p {
      line-height: 1.56;
      font-size: 18px;
      color: #7d7995;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-6 p {
          line-height: 1.4;
          font-size: 12px; } }
  @media (max-width: 760px) {
    .benefits__section-7 {
      padding: 0 15px; } }
  .benefits__section-7 > div {
    grid-template-columns: 1fr 320px;
    display: grid; }
    @media (max-width: 760px) {
      .benefits__section-7 > div {
        grid-template-columns: 1fr 100px;
        display: grid; } }
  .benefits__section-7 p {
    line-height: 1.56;
    font-size: 18px;
    color: #7d7995;
    grid-column: 1;
    margin: 0; }
    @media (max-width: 760px) {
      .benefits__section-7 p {
        line-height: 1.4;
        font-size: 12px; }
        .benefits__section-7 p:nth-child(5), .benefits__section-7 p:nth-child(4) {
          grid-column: 1 / 3; }
        .benefits__section-7 p:nth-child(4) {
          margin-top: 23px; } }
  .benefits__section-7 p + p {
    margin-top: 28px; }
    @media (max-width: 760px) {
      .benefits__section-7 p + p {
        margin-top: 14px; } }
  .benefits__section-7 img {
    margin: auto auto 0 auto;
    height: 480px;
    width: 175px;
    position: relative;
    grid-row: 1 / span 5;
    grid-column: 2;
    left: -17px;
    top: 10px; }
    @media (max-width: 760px) {
      .benefits__section-7 img {
        position: static;
        grid-row: 1 / 4;
        height: 244px;
        width: 89px; } }
  .benefits__section-8 {
    padding-bottom: 90px;
    padding-top: 70px; }
    @media (max-width: 760px) {
      .benefits__section-8 {
        padding: 24px 15px 43px 15px;
        margin-bottom: 200px; } }
    .benefits__section-8 > div {
      grid-template-areas: "image title" "image text" "image buttons";
      grid-template-rows: min-content 1fr 48px;
      grid-template-columns: 280px 1fr;
      display: grid; }
      @media (max-width: 760px) {
        .benefits__section-8 > div {
          grid-template-areas: "title title" "image text" "buttons buttons";
          grid-template-rows: min-content 1fr 80px;
          grid-template-columns: 125px 1fr; } }
    .benefits__section-8 h3 {
      font-weight: normal;
      line-height: 1.43;
      grid-area: title;
      font-size: 28px;
      color: #7d7995;
      margin: 0;
      margin-bottom: 30px; }
      @media (max-width: 760px) {
        .benefits__section-8 h3 {
          margin-bottom: 20px;
          font-size: 18px; } }
    .benefits__section-8 a {
      justify-self: center;
      white-space: nowrap;
      align-self: center;
      grid-area: button; }
      .benefits__section-8 a:visited {
        color: white; }
    .benefits__section-8 p {
      grid-area: text;
      line-height: 1.56;
      font-size: 18px;
      color: #7d7995;
      margin: 0; }
      @media (max-width: 760px) {
        .benefits__section-8 p {
          padding-top: 5px;
          line-height: 1.4;
          font-size: 12px; } }
    .benefits__section-8 img {
      justify-self: start;
      grid-area: image;
      margin-top: auto;
      height: 292px;
      width: 235px; }
      @media (max-width: 760px) {
        .benefits__section-8 img {
          height: 130px;
          width: 105px; } }
    .benefits__section-8 section {
      grid-area: buttons;
      justify-content: center;
      margin-top: -5px;
      display: flex; }
      @media (max-width: 760px) {
        .benefits__section-8 section {
          align-self: end; } }
      .benefits__section-8 section > * {
        width: 142px; }
        @media (max-width: 760px) {
          .benefits__section-8 section > * {
            width: auto;
            flex: 1; } }
      .benefits__section-8 section > * + * {
        margin-left: 80px; }
        @media (max-width: 760px) {
          .benefits__section-8 section > * + * {
            margin-left: 20px; } }
  .benefits__white {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    background: white;
    z-index: 1; }

.box {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .box {
      width: 640px;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (max-width: 767px) {
    .box {
      width: 320px;
      margin-left: auto !important;
      margin-right: auto !important; } }
  .box a {
    color: #13287A; }
    .box a:visited {
      color: #13287A; }
    .box a:hover {
      text-decoration-line: underline; }
  .box .blog__header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    .box .blog__header h1 {
      margin: 0 0 16px 0;
      font-size: 32px;
      line-height: 39px;
      font-weight: normal;
      color: #000000;
      flex: none;
      order: 0;
      align-self: flex-start; }
    .box .blog__header .author {
      border-radius: 8px;
      grid-area: image;
      height: 40px;
      width: 40px; }
      @media (max-width: 1200px) {
        .box .blog__header .author {
          height: 24px;
          width: 24px; } }
    .box .blog__header time {
      align-self: start;
      grid-area: time;
      font-size: 12px; }
    .box .blog__header strong {
      align-self: end;
      grid-area: name; }
    @media (max-width: 1200px) {
      .box .blog__header {
        flex-direction: column; } }
  .box .blog__info {
    margin-top: 24px;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1200px) {
      .box .blog__info {
        flex-direction: column; } }
    .box .blog__info .social-container {
      display: flex;
      flex-direction: row;
      margin-left: auto; }
      @media (max-width: 1200px) {
        .box .blog__info .social-container {
          margin-top: 24px;
          margin-left: 0; } }
      .box .blog__info .social-container__item {
        height: 40px;
        width: 40px;
        margin-left: 24px;
        padding: 8px;
        background: #EEEEEE;
        border-radius: 2px; }
        @media (max-width: 1200px) {
          .box .blog__info .social-container__item {
            margin-left: 0;
            margin-right: 24px; } }
        .box .blog__info .social-container__item img {
          margin: auto;
          height: 24px;
          width: 24px; }
    .box .blog__info .author-info {
      display: flex;
      align-items: center; }
      .box .blog__info .author-info .author {
        margin-right: 8px; }
      .box .blog__info .author-info strong {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 135%;
        letter-spacing: 0.5px;
        color: #212121;
        align-self: center; }
      .box .blog__info .author-info time {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        color: #212121;
        align-self: center; }
    .box .blog__info .divider {
      width: 1px;
      height: 14px;
      background: #EEEEEE;
      margin: auto 8px; }
  .box .blog__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px; }
    .box .blog__tags .tag {
      margin-right: 8px;
      margin-top: 16px; }
  .box .blog__tag {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #212121;
    background: #EEEEEE;
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: center;
    margin: 8px 0; }
    .box .blog__tag:visited {
      color: #212121; }
  .box iframe {
    width: 100%; }
  .box .blog-content :target::before {
    content: "";
    display: block;
    height: 64px;
    margin: -64px 0 0; }
  .box .content table {
    table-layout: fixed;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px; }
  .box .content table td,
  .box .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .box .content table th {
    color: #363636; }
  .box table tbody tr:nth-child(odd) {
    background-color: whitesmoke; }
  .box .content table thead td,
  .box .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .box .content table tfoot td,
  .box .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .box .content table tbody tr:last-child td,
  .box .content table tbody tr:last-child th {
    border-bottom-width: 0; }
  .box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    .box table thead tr {
      background-color: #F8F8F6 !important; }
      .box table thead tr th {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        color: #212121; }
    .box table tbody tr:nth-child(even) {
      background-color: #F8F8F6 !important; }
    .box table tbody tr:nth-child(odd) {
      background-color: #FFFFFF !important; }
  .box td,
  .box th {
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #212121; }
  .box table td,
  .box table th {
    vertical-align: top; }
  .box table th {
    color: #363636; }
  .box .cta-button {
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center; }

.blog__related-resources {
  font-family: Montserrat;
  padding: 80px 0;
  background: #F8F8F6; }
  @media (max-width: 1200px) {
    .blog__related-resources {
      padding: 40px 20px; } }
  .blog__related-resources__container {
    max-width: 962px;
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    margin-left: 239px;
    margin-right: 239px; }
    @media (min-width: 1440px) {
      .blog__related-resources__container {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 1200px) {
      .blog__related-resources__container {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    .blog__related-resources__container :first-child {
      margin-left: auto; }
    .blog__related-resources__container :last-child {
      margin-right: auto; }
    @media (max-width: 1200px) {
      .blog__related-resources__container {
        flex-direction: column;
        margin-top: 40px; } }
  .blog__related-resources__title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #212121; }
    @media (max-width: 1200px) {
      .blog__related-resources__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1.5px; } }
  .blog__related-resources__item {
    width: 371px;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: 0.3s;
    margin-right: 24px; }
    @media (max-width: 1200px) {
      .blog__related-resources__item {
        width: 100% !important;
        margin-bottom: 24px; } }
    @media (max-width: 1350px) {
      .blog__related-resources__item {
        width: 230px; } }
    @media (max-width: 1400px) {
      .blog__related-resources__item {
        width: 270px; } }
    .blog__related-resources__item:hover {
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15); }
    .blog__related-resources__item__title {
      margin: 16px !important;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 31px;
      letter-spacing: 1.5px;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .blog__related-resources__item__tag {
      font-style: normal;
      font-weight: bold;
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 1.2px;
      color: #FFFFFF;
      background: #193989;
      border-radius: 4px;
      padding: 4.5px 6px;
      margin-left: 16px;
      margin-bottom: 16px;
      width: 55px; }
    .blog__related-resources__item__img {
      margin: auto;
      width: 100%;
      height: 190px;
      object-fit: contain; }
  .blog__related-resources .newsletter-container {
    margin-top: 80px; }
    @media (max-width: 1200px) {
      .blog__related-resources .newsletter-container {
        margin-top: 40px; } }
    .blog__related-resources .newsletter-container__msg {
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
      color: #212121;
      margin: 16px 0; }

.glide__bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 59px; }

.glide__bullet {
  padding: 0;
  border: none;
  height: 2px;
  width: 40px;
  background: #00bceb;
  opacity: 0.2;
  outline: none;
  cursor: pointer;
  margin-left: 8px; }
  .glide__bullet:first-child {
    margin-left: auto; }
  .glide__bullet:last-child {
    margin-right: auto; }
  .glide__bullet--active {
    opacity: 1; }

.blog__top-banner {
  font-family: Montserrat;
  padding: 20px 0;
  margin-bottom: 20px;
  background: #F8F8F6; }
  @media (max-width: 1200px) {
    .blog__top-banner {
      padding: 40px 20px; } }
  .blog__top-banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 49px;
    text-align: center;
    color: #212121; }
    @media (max-width: 1200px) {
      .blog__top-banner__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 31px;
        letter-spacing: 1.5px; } }
.blog-list-grid {
  display: flex !important;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: center; }

@media (max-width: 1200px) {
  .blog-section-list {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 767px) {
  .blog-section-list {
    display: none; } }

.blog-section-list__container {
  margin: auto; }
  @media (min-width: 1200px) {
    .blog-section-list__container {
      width: 1200px; } }
  .blog-section-list__container h2 {
    color: #00bceb; }

.blog-section-list__content {
  display: flex;
  flex-direction: column; }
  .blog-section-list__content .bottom-section {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between; }
    @media (min-width: 1200px) {
      .blog-section-list__content .bottom-section {
        width: 1200px; } }
    .blog-section-list__content .bottom-section .section-content {
      display: flex;
      justify-content: space-between; }
      .blog-section-list__content .bottom-section .section-content .blog-section-item {
        width: 32% !important; }
  .blog-section-list__content .show-item {
    display: grid;
    margin: 0 0 24px 0; }
    @media (min-width: 1200px) {
      .blog-section-list__content .show-item {
        width: 600px;
        min-height: 700px; } }
.try-pipeline-btn {
  background-image: url("/img/try_pipeline_button.svg");
  background-size: cover;
  height: 65px;
  width: 220px;
  margin: auto; }

@media (min-width: 1201px) {
  .try-pipeline-btn {
    height: 97px;
    width: 329px; }
  .try-pipeline-banner {
    position: fixed;
    right: 0;
    top: 64px;
    bottom: 0;
    margin-bottom: 64px; }
    .try-pipeline-banner .arrow {
      visibility: hidden;
      background-image: url("/img/try_pipeline_arrow.svg");
      height: 120px;
      width: 64px;
      margin-right: -5px; }
    .try-pipeline-banner .common-banner img {
      height: 400%;
      vertical-align: middle;
      transform: scale(0.25);
      transform-origin: 0 0; }
    .try-pipeline-banner .banner {
      height: 514px;
      width: 223px; }
    .try-pipeline-banner .banner-backyards {
      height: 337px;
      width: 223px; }
    .try-pipeline-banner .banner-bank-vaults {
      height: 346px;
      width: 241px; }
    .try-pipeline-banner .banner-one-eye {
      height: 387px;
      width: 241px; }
    .try-pipeline-banner .banner-supertubes {
      height: 346px;
      width: 241px; }
    .try-pipeline-banner .button-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 100%;
      margin: auto; }
  .slide-in-animation, .slide-in-animation-weider {
    position: relative;
    right: -223px;
    animation: slide-in-animation 2s;
    -webkit-animation: slide-in-animation 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards; }
  .slide-in-animation-weider {
    right: -241px; }
  .fade-out-animation {
    position: relative;
    animation: fade-out-animation 2s;
    -webkit-animation: fade-out-animation 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards; }
  @keyframes slide-in-animation {
    from {
      right: -223px; }
    to {
      right: 0; } }
  @-webkit-keyframes slide-in-animation {
    from {
      right: -223px; }
    to {
      right: 0; } }
  @keyframes fade-out-animation {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  @-webkit-keyframes fade-out-animation {
    from {
      opacity: 1; }
    to {
      opacity: 0; } } }

.subheader {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  height: 60px;
  align-items: center;
  transition: 200ms background;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(174.15deg, #283584 10.06%, #5a91cd 81.15%);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px; }
  .subheader .logo {
    width: 173px;
    flex-shrink: 0; }
  .subheader .header__nav .active {
    border-bottom: 2px solid #ffffff; }
  .subheader .header__nav .active:hover {
    border-bottom: 2px solid #82CEF2; }
  .subheader .header__wrapper {
    justify-content: space-between; }
  .subheader .button--mobile-nav {
    width: auto; }
  @media (max-width: 1200px) {
    .subheader .subheader-mobile-menu-button {
      position: relative;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: auto;
      height: auto; }
      .subheader .subheader-mobile-menu-button__menu {
        font-weight: bold; } }
  .subheader .header__brand {
    margin-right: 0;
    max-width: 100px;
    width: 173px;
    height: 32px; }

.subheader-mobile-nav--open {
  display: block; }

.subheader-mobile-menu-button {
  display: none; }

.product__pipeline {
  font-family: Montserrat; }
  .product__pipeline .pipeline-video-container {
    display: none; }
  .product__pipeline .pipeline-overview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.8;
    z-index: 100;
    cursor: pointer; }
  .product__pipeline .try-pipeline-video {
    position: fixed;
    height: auto;
    display: block;
    margin: 0;
    width: 65%;
    padding-bottom: calc(65% * 9 / 16);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200; }
    @media (max-width: 1100px) {
      .product__pipeline .try-pipeline-video {
        width: 100%;
        padding-bottom: calc(100% * 9 / 16); } }
    .product__pipeline .try-pipeline-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .product__pipeline__header {
    display: flex;
    position: relative;
    height: 600px;
    background: linear-gradient(150.3deg, #739BD2 7.5%, #464696 88.08%); }
    .product__pipeline__header__bg {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .product__pipeline__header__content {
      width: 1160px;
      padding-top: 120px;
      margin-right: auto;
      margin-left: auto;
      z-index: 2; }
      .product__pipeline__header__content__title {
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
        line-height: 73px;
        color: #FFFFFF; }
      .product__pipeline__header__content__subtitle {
        max-width: 568px;
        margin-top: 32px;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 29px;
        color: #FFFFFF; }
      .product__pipeline__header__content__buttons {
        margin-top: 32px;
        display: flex;
        flex-direction: row; }
        .product__pipeline__header__content__buttons__primary {
          display: flex;
          flex-direction: row;
          align-items: center;
          background: #13287A;
          border-radius: 2px;
          padding: 9px 14px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #FFFFFF; }
          .product__pipeline__header__content__buttons__primary:hover {
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); }
          .product__pipeline__header__content__buttons__primary img {
            margin-left: 11px;
            height: 22px;
            width: 22px; }
        .product__pipeline__header__content__buttons__secondary {
          margin-left: 20px;
          display: flex;
          align-items: center;
          border: 2px solid #FFFFFF;
          box-sizing: border-box;
          border-radius: 2px;
          padding: 11px 16px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 17px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #FFFFFF; }
          .product__pipeline__header__content__buttons__secondary:hover {
            background: #13287a; }
          .product__pipeline__header__content__buttons__secondary:visited {
            color: #FFFFFF; }
  .product__pipeline__cloud-native {
    background: white;
    width: 1160px;
    padding-top: 40px;
    margin-right: auto;
    margin-left: auto; }
    .product__pipeline__cloud-native__title {
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 49px;
      color: #212121; }
    .product__pipeline__cloud-native__columns {
      display: flex;
      flex-direction: row;
      margin-top: 40px;
      margin-bottom: 40px; }
      .product__pipeline__cloud-native__columns:last-child {
        margin-right: 0; }
      .product__pipeline__cloud-native__columns__item {
        margin-right: 20px;
        width: 373px;
        height: 390px;
        padding: 16px; }
        .product__pipeline__cloud-native__columns__item__logo {
          height: 120px;
          width: 120px; }
        .product__pipeline__cloud-native__columns__item__title {
          display: flex;
          flex-direction: row;
          margin-top: 24px;
          position: relative; }
          .product__pipeline__cloud-native__columns__item__title__text {
            margin-left: 18px;
            font-style: normal;
            font-weight: normal;
            font-size: 32px;
            line-height: 39px;
            color: #212121; }
          .product__pipeline__cloud-native__columns__item__title__divider {
            width: 8px;
            height: 100%;
            position: absolute;
            background: #13287A; }
        .product__pipeline__cloud-native__columns__item__subtitle {
          margin-top: 24px;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          color: #212121; }
  .product__pipeline__content {
    background: #F8F8F6; }
    .product__pipeline__content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .product__pipeline__content li {
      padding-left: 1.5em;
      text-indent: -1.5em; }
    .product__pipeline__content li::before {
      content: "\25A0";
      padding-right: 8px;
      width: 4px;
      height: 4px;
      color: #13287A; }
    .product__pipeline__content__button {
      cursor: pointer;
      padding: 0px 14px;
      height: 40px;
      border-radius: 2px;
      background: #13287a;
      border: 1px solid #13287a;
      color: #ffffff;
      justify-content: center;
      align-items: center;
      display: inline-flex;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-right: 20px; }
      .product__pipeline__content__button:hover {
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
      .product__pipeline__content__button.outline {
        background: transparent;
        border: 2px solid #ffffff; }
        .product__pipeline__content__button.outline:hover {
          background: #13287a; }
      .product__pipeline__content__button img {
        padding-left: 11px; }
      @media (max-width: 1100px) {
        .product__pipeline__content__button.mobile {
          margin-bottom: 24px; } }
    .product__pipeline__content a:visited {
      color: #ffffff !important; }
    .product__pipeline__content__section-1 {
      background: #ffffff;
      padding-bottom: 40px; }
      .product__pipeline__content__section-1__title {
        font-size: 40px;
        line-height: 49px;
        font-weight: bold;
        color: #212121;
        margin: 40px auto;
        width: 1160px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-1__title {
            font-size: 32px;
            margin: 96px 5.5% 30px 20px;
            width: auto; } }
      .product__pipeline__content__section-1__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-1__container {
            font-size: 32px;
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
      .product__pipeline__content__section-1__block:nth-of-type(2) {
        padding-left: 58px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-1__block:nth-of-type(2) {
            padding-left: 0px; } }
      .product__pipeline__content__section-1__block:nth-of-type(3) {
        padding-left: 53px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-1__block:nth-of-type(3) {
            padding-left: 0px; } }
      .product__pipeline__content__section-1__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        max-width: 340px;
        padding-top: 8px; }
      .product__pipeline__content__section-1__message {
        color: #212121;
        font-weight: normal;
        font-size: 32px;
        line-height: 39px;
        border-left: 8px solid #13287a;
        padding-left: 10px;
        max-width: 340px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-1__message {
            max-width: 300px; } }
    .product__pipeline__content__section-2 {
      display: none; }
      @media (max-width: 1100px) {
        .product__pipeline__content__section-2 {
          display: flex;
          background: #f2f2f2;
          padding-top: 80px;
          position: relative;
          overflow: auto;
          flex-direction: column;
          flex-wrap: wrap;
          padding: 0px 12px; } }
      .product__pipeline__content__section-2__image {
        z-index: 2; }
      .product__pipeline__content__section-2 img {
        max-width: 100%;
        height: auto; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-2 img {
            padding: 40px 0; } }
      .product__pipeline__content__section-2 p {
        margin: 0 0 12px 0; }
      .product__pipeline__content__section-2__caption, .product__pipeline__content__section-2__text, .product__pipeline__content__section-2__info {
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        line-height: 140%;
        color: #000000; }
      .product__pipeline__content__section-2__caption {
        font-weight: 600;
        letter-spacing: 1.5px;
        margin-bottom: 12px; }
      .product__pipeline__content__section-2__text {
        font-size: 22px;
        line-height: 31px;
        font-weight: 300;
        letter-spacing: 1px;
        margin: 12px 0; }
      .product__pipeline__content__section-2__info {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 12px; }
        .product__pipeline__content__section-2__info a {
          color: #13287A !important;
          text-decoration: underline;
          font-weight: bold; }
          .product__pipeline__content__section-2__info a:visited {
            color: #13287A !important; }
      @media (max-width: 1100px) {
        .product__pipeline__content__section-2__container:not(:first-of-type) {
          display: flex;
          flex-direction: column-reverse; } }
      .product__pipeline__content__section-2__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 82px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-2__container {
            padding-bottom: 0px; } }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-2__container {
            display: flex;
            flex-direction: column-reverse; } }
      .product__pipeline__content__section-2__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 12px;
        max-width: 392px;
        position: relative;
        z-index: 2; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-2__block {
            padding-right: 0;
            max-width: 100%; } }
      .product__pipeline__content__section-2__buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0 40px 0; }
        @media (max-width: 1100px) {
          .product__pipeline__content__section-2__buttons {
            padding-top: 80px; } }
        .product__pipeline__content__section-2__buttons .first {
          margin-bottom: 20px; }
    .product__pipeline__content__scroll-section {
      display: block;
      position: relative;
      top: 0;
      background: #f2f2f2;
      overflow: hidden;
      padding-top: 80px; }
      @media (max-width: 1100px) {
        .product__pipeline__content__scroll-section {
          display: none; } }
      .product__pipeline__content__scroll-section .container {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        margin: 0 auto;
        width: 1160px; }
        @media (max-width: 1100px) {
          .product__pipeline__content__scroll-section .container {
            width: auto; } }
        .product__pipeline__content__scroll-section .container .row {
          display: flex;
          flex-wrap: wrap; }
          .product__pipeline__content__scroll-section .container .row .first-column {
            flex-basis: calc(35% - 24px);
            margin-right: 24px; }
            .product__pipeline__content__scroll-section .container .row .first-column .overview-info-item {
              position: relative;
              min-height: 60vh;
              opacity: 0; }
          .product__pipeline__content__scroll-section .container .row .second-column {
            flex-basis: 65%; }
            .product__pipeline__content__scroll-section .container .row .second-column .scrollmagic-pin-spacer {
              top: -10px !important; }
            .product__pipeline__content__scroll-section .container .row .second-column .overview-screen {
              position: relative;
              height: 65vh;
              max-height: 584px; }
            .product__pipeline__content__scroll-section .container .row .second-column .overview-screen-item {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              opacity: 0; }
              .product__pipeline__content__scroll-section .container .row .second-column .overview-screen-item:first-child {
                opacity: 1; }
              .product__pipeline__content__scroll-section .container .row .second-column .overview-screen-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 620px;
                max-height: 446px;
                margin-left: 40px;
                border-radius: 5px;
                transition: all 0.3s ease-out; }
    .product__pipeline__content__dig-deeper {
      background: #FFFFFF;
      padding-top: 80px;
      padding-bottom: 80px; }
      .product__pipeline__content__dig-deeper__title {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 49px;
        text-align: center;
        color: #212121; }
      .product__pipeline__content__dig-deeper__blogs {
        max-width: 1161px;
        display: flex;
        flex-direction: row;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 1440px) {
          .product__pipeline__content__dig-deeper__blogs {
            margin-left: auto;
            margin-right: auto; } }
        @media (max-width: 1200px) {
          .product__pipeline__content__dig-deeper__blogs {
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        @media (max-width: 1200px) {
          .product__pipeline__content__dig-deeper__blogs {
            flex-direction: column;
            margin-top: 40px; } }
        .product__pipeline__content__dig-deeper__blogs :first-child {
          margin-left: auto; }
        .product__pipeline__content__dig-deeper__blogs :last-child {
          margin-right: auto; }
        .product__pipeline__content__dig-deeper__blogs__item {
          width: 371px;
          background: #FFFFFF;
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          border-radius: 4px;
          transition: 0.3s;
          margin-right: 24px; }
          .product__pipeline__content__dig-deeper__blogs__item:hover {
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15); }
          @media (max-width: 1200px) {
            .product__pipeline__content__dig-deeper__blogs__item {
              width: 100% !important;
              margin-bottom: 24px; } }
          .product__pipeline__content__dig-deeper__blogs__item__title {
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 31px;
            letter-spacing: 1.5px;
            color: #000000;
            margin: 16px 16px 8px 16px !important; }
          .product__pipeline__content__dig-deeper__blogs__item__img {
            width: 100%; }
          .product__pipeline__content__dig-deeper__blogs__item__author {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin: 8px 16px 16px 16px !important; }
            .product__pipeline__content__dig-deeper__blogs__item__author .avatar {
              border-radius: 8px;
              width: 24px;
              height: 24px;
              margin-left: 0; }
            .product__pipeline__content__dig-deeper__blogs__item__author .name {
              margin-left: 8px;
              font-style: normal;
              font-weight: bold;
              font-size: 16px;
              line-height: 22px;
              letter-spacing: 0.5px;
              color: #000000; }
            .product__pipeline__content__dig-deeper__blogs__item__author .divider {
              width: 1px;
              height: 14px;
              background: #EEEEEE;
              margin: 0 8px; }
            .product__pipeline__content__dig-deeper__blogs__item__author .date {
              font-style: normal;
              font-weight: 500;
              font-size: 12px;
              line-height: 16px;
              letter-spacing: 0.5px;
              color: #000000; }

@media (max-width: 1200px) {
  .product__pipeline__header {
    height: 560px; }
    .product__pipeline__header__bg {
      transform: rotate(90deg);
      height: 360px;
      top: 102px;
      right: -98px; }
    .product__pipeline__header__content {
      padding: 40px 22px 38px 22px; }
      .product__pipeline__header__content__title {
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        line-height: 39px; }
      .product__pipeline__header__content__subtitle {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 29px; }
      .product__pipeline__header__content__buttons {
        flex-direction: column-reverse;
        margin-top: 24px; }
        .product__pipeline__header__content__buttons__primary {
          margin-left: auto;
          margin-right: auto; }
        .product__pipeline__header__content__buttons__secondary {
          margin-bottom: 24px;
          margin-left: auto;
          margin-right: auto; }
  .product__pipeline__cloud-native {
    width: 100%;
    margin-top: 56px;
    padding: 0 20px; }
    .product__pipeline__cloud-native__title {
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 49px; }
    .product__pipeline__cloud-native__columns {
      flex-direction: column; }
      .product__pipeline__cloud-native__columns__item {
        width: 320px;
        height: unset; }
  .product__pipeline__content__dig-deeper {
    padding: 40px 20px; }
    .product__pipeline__content__dig-deeper__title {
      font-weight: 600;
      font-size: 22px;
      line-height: 140%;
      margin-bottom: 24px; }
    .product__pipeline__content__dig-deeper__blogs__item {
      margin-left: 0;
      margin-right: 0; } }

.pipeline-pricing {
  font-family: Montserrat; }
  .pipeline-pricing__header {
    position: relative;
    display: flex;
    background: linear-gradient(150.3deg, #739BD2 7.5%, #464696 88.08%);
    min-height: 153px;
    align-items: center; }
    .pipeline-pricing__header__title {
      font-style: normal;
      font-weight: bold;
      font-size: 60px;
      line-height: 73px;
      margin-left: 140px;
      color: #FFFFFF;
      z-index: 2; }
    .pipeline-pricing__header__bg {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
    .pipeline-pricing__header .mobile-bg {
      display: none; }
  .pipeline-pricing__content__title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #212121;
    margin-top: 80px;
    margin-bottom: 40px; }
  .pipeline-pricing__content__table {
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 766px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-bottom: 22px; }
    .pipeline-pricing__content__table__row {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      text-align: right;
      color: #212121;
      padding: 12px 0; }
      .pipeline-pricing__content__table__row .column {
        width: 275px;
        text-align: center; }
        .pipeline-pricing__content__table__row .column span {
          color: #13287A; }
        .pipeline-pricing__content__table__row .column .contact-button {
          margin-top: 24px;
          margin-left: auto;
          margin-right: auto;
          width: 178px;
          padding: 11px 14px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #FFFFFF;
          background: #13287A;
          border-radius: 2px; }
      .pipeline-pricing__content__table__row .first {
        width: 175px;
        text-align: unset; }
      .pipeline-pricing__content__table__row .double {
        width: 569px; }
    .pipeline-pricing__content__table .dark-row {
      background: #F8F8F6; }
    .pipeline-pricing__content__table .header-col {
      height: 100px;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      text-align: center;
      color: #13287A; }
  .pipeline-pricing__content__services {
    margin-bottom: 80px; }
    .pipeline-pricing__content__services__title {
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      color: #212121;
      margin-bottom: 24px; }
    .pipeline-pricing__content__services__table {
      width: 766px;
      padding: 16px;
      display: flex;
      flex-direction: row;
      background: #FFFFFF;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      margin-left: auto;
      margin-right: auto; }
      .pipeline-pricing__content__services__table .second {
        margin-left: 20px; }
        .pipeline-pricing__content__services__table .second .pipeline-pricing__content__services__table__col__price {
          margin-top: 56px; }
      .pipeline-pricing__content__services__table__col {
        width: 356px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #212121; }
        .pipeline-pricing__content__services__table__col__title {
          font-weight: bold; }
        .pipeline-pricing__content__services__table__col__price {
          color: #13287A;
          margin-top: 16px;
          font-weight: bold; }

@media (max-width: 1200px) {
  .pipeline-pricing__header__title {
    font-size: 32px;
    line-height: 39px;
    font-style: normal;
    font-weight: normal;
    margin: 0 22px; }
  .pipeline-pricing__header__bg {
    display: none; }
  .pipeline-pricing__header .mobile-bg {
    display: block; }
  .pipeline-pricing__content__title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #212121;
    margin-top: 40px;
    margin-bottom: 24px; }
  .pipeline-pricing__content__table {
    width: 328px;
    margin-bottom: 24px; }
    .pipeline-pricing__content__table .header-col {
      height: 68px;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px; }
    .pipeline-pricing__content__table__row {
      font-size: 14px; }
      .pipeline-pricing__content__table__row .column {
        width: 86px;
        margin-right: 16px; }
      .pipeline-pricing__content__table__row .hide-mobile {
        display: none; }
      .pipeline-pricing__content__table__row .mobile-button {
        width: 328px; }
      .pipeline-pricing__content__table__row .first {
        width: 92px; }
      .pipeline-pricing__content__table__row .double {
        width: 188px; }
  .pipeline-pricing__content__services {
    margin-bottom: 40px; }
    .pipeline-pricing__content__services__table {
      width: 328px;
      flex-direction: column; }
      .pipeline-pricing__content__services__table__col {
        width: unset; }
        .pipeline-pricing__content__services__table__col .price {
          margin-top: 24px; }
      .pipeline-pricing__content__services__table .second {
        margin-top: 24px;
        margin-left: unset; }
        .pipeline-pricing__content__services__table .second .pipeline-pricing__content__services__table__col__price {
          margin-top: 24px; } }

.products2 {
  background-image: linear-gradient(10deg, #42c8e0, #41c6df 2%, #2873a5 16%, #1f5690 32%, #194282 47%, #153579 63%, #351c77 81%, #320876); }
  .products2__main {
    grid-template-areas: "title video" "text video";
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr 572px;
    grid-gap: 20px 46px;
    display: grid;
    margin-top: 80px; }
    @media (max-width: 1200px) {
      .products2__main {
        grid-template-areas: "video" "title" "text";
        grid-template-columns: 1fr;
        margin-top: 0; } }
    .products2__main__video {
      grid-area: video; }
      @media (max-width: 1200px) {
        .products2__main__video {
          margin: 0 -14px; } }
      .products2__main__video video {
        display: block;
        height: 320px;
        width: 572px; }
        @media (max-width: 1200px) {
          .products2__main__video video {
            height: auto;
            width: 100%; } }
    .products2__main__title {
      margin-top: 40px;
      grid-area: title;
      font-weight: bold;
      line-height: 1.4;
      font-size: 40px;
      color: #ececec; }
      @media (max-width: 1200px) {
        .products2__main__title {
          margin-top: 34px;
          line-height: 1.33;
          font-size: 18px; } }
    .products2__main__text {
      grid-area: text;
      line-height: 1.43;
      font-size: 28px;
      color: #c6cfe5; }
      @media (max-width: 1200px) {
        .products2__main__text {
          line-height: 1.25;
          font-size: 16px; } }
  .products2__companies {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    padding: 15px 37px;
    margin-top: 18px; }
    @media (max-width: 1200px) {
      .products2__companies {
        padding: 16px 22px;
        margin: 0 -10px;
        margin-top: 13px; }
        .products2__companies img {
          width: 100%; } }
  .products2__path {
    max-width: 670px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    margin-bottom: 119px;
    margin-top: 80px; }
    @media (max-width: 1200px) {
      .products2__path {
        margin-bottom: 152px;
        margin-top: 20px;
        max-width: 100%;
        padding: 0 20px;
        display: block;
        width: 100%; } }
    .products2__path::after {
      position: absolute;
      content: "";
      width: 4px;
      top: -80px;
      background-color: #fccc6b;
      height: 70px;
      right: -136px; }
      @media (max-width: 1200px) {
        .products2__path::after {
          left: calc(50% - 1px);
          bottom: -152px;
          height: 152px;
          top: auto;
          width: 2px; } }
    .products2__path__handle {
      background-color: #fccc6b;
      border-radius: 50%;
      top: calc(50% - 9px);
      position: absolute;
      height: 16px;
      width: 16px; }
      .products2__path__handle:first-child {
        left: -8px; }
      .products2__path__handle:last-child {
        right: -8px; }
      @media (max-width: 1200px) {
        .products2__path__handle {
          height: 8px;
          width: 8px;
          left: calc(50% - 4px) !important;
          top: -4px; } }
    @media (max-width: 1200px) {
      .products2__path__rect:first-child .products2__path__handle {
        display: none; } }
    .products2__path__rect {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: rgba(255, 255, 255, 0.3);
      padding: 36px 15px 31px 15px;
      border-radius: 20px;
      width: 572px;
      position: relative;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      color: #FFF; }
      @media (max-width: 1200px) {
        .products2__path__rect {
          border-radius: 10px;
          text-align: left;
          padding: 20px 30px;
          line-height: 1.33;
          font-size: 12px;
          width: 100%; }
          .products2__path__rect:not(:first-child)::before {
            background: #fccc6b;
            left: calc(50% - 1px);
            position: absolute;
            height: 48px;
            width: 2px;
            top: -48px;
            content: ""; }
          .products2__path__rect::after {
            background: #fccc6b;
            left: calc(50% - 4px);
            position: absolute;
            border-radius: 50px;
            height: 8px;
            width: 8px;
            bottom: -4px;
            content: ""; } }
      .products2__path__rect a {
        color: #afe4ff;
        cursor: auto; }
      .products2__path__rect:nth-child(even) {
        align-self: flex-end; }
      .products2__path__rect + * {
        margin-top: 48px; }
      @media (min-width: 1200px) {
        .products2__path__rect:nth-child(1)::before {
          box-sizing: border-box;
          border-top-left-radius: 100px;
          top: calc(50% - 2px);
          position: absolute;
          bottom: -40px;
          left: -100px;
          width: 100px;
          border-left: 4px solid #fccc6b;
          border-top: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(3)::before {
          box-sizing: border-box;
          border-top-left-radius: 100px;
          top: calc(50% - 2px);
          position: absolute;
          bottom: -3px;
          left: -100px;
          width: 100px;
          border-left: 4px solid #fccc6b;
          border-top: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(2)::before {
          box-sizing: border-box;
          border-bottom-left-radius: 100px;
          position: absolute;
          left: -198px;
          width: 198px;
          bottom: 50%;
          top: -8px;
          border-left: 4px solid #fccc6b;
          border-bottom: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(4)::before {
          box-sizing: border-box;
          border-bottom-left-radius: 100px;
          position: absolute;
          left: -198px;
          width: 198px;
          bottom: 50%;
          top: -45px;
          border-left: 4px solid #fccc6b;
          border-bottom: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(2)::after {
          box-sizing: border-box;
          border-top-right-radius: 100px;
          position: absolute;
          bottom: -40px;
          right: -100px;
          width: 100px;
          top: calc(50% - 2px);
          border-right: 4px solid #fccc6b;
          border-top: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(1)::after {
          box-sizing: border-box;
          border-bottom-right-radius: 70px;
          position: absolute;
          right: -234px;
          width: 234px;
          bottom: 50%;
          top: -10px;
          border-right: 4px solid #fccc6b;
          border-bottom: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(3)::after {
          box-sizing: border-box;
          border-bottom-right-radius: 100px;
          position: absolute;
          right: -198px;
          width: 198px;
          bottom: 50%;
          top: -8px;
          border-right: 4px solid #fccc6b;
          border-bottom: 4px solid #fccc6b;
          content: ""; }
        .products2__path__rect:nth-child(4)::after {
          box-sizing: border-box;
          border-top-right-radius: 190px;
          top: calc(50% - 2px);
          position: absolute;
          right: -190px;
          height: 190px;
          width: 190px;
          border-right: 4px solid #fccc6b;
          border-top: 4px solid #fccc6b;
          content: ""; } }
  .products2__demo {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    text-align: center;
    color: #ffffff;
    padding-bottom: 100px;
    padding-top: 120px;
    position: relative; }
    @media (max-width: 1200px) {
      .products2__demo {
        padding-top: 104px;
        text-align: left; } }
    .products2__demo__title {
      font-weight: bold;
      line-height: 60px;
      font-size: 40px;
      height: 60px; }
      .products2__demo__title:not(:first-child) {
        margin-top: 40px; }
      @media (max-width: 1200px) {
        .products2__demo__title {
          line-height: 29px;
          font-size: 16px;
          height: 29px; } }
    .products2__demo__text2 {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px;
      margin-top: 5px; }
      @media (max-width: 1200px) {
        .products2__demo__text2 {
          line-height: 1.25;
          font-size: 11px; } }
    .products2__demo__text {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.4; }
      @media (max-width: 1200px) {
        .products2__demo__text {
          line-height: 1.25;
          font-size: 16px; } }
    .products2__demo__button {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      background-color: #16993c;
      border-radius: 4px;
      width: 304px;
      height: 64px;
      justify-content: center;
      align-items: center;
      display: flex;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.33;
      color: #ffffff;
      margin-top: 25px;
      cursor: pointer; }
      @media (max-width: 1200px) {
        .products2__demo__button {
          height: 40px;
          width: 100%;
          font-size: 14px; } }
      .products2__demo__button:visited {
        color: #ffffff; }
    .products2__demo__img {
      position: absolute;
      left: calc(50% + 260px);
      top: 190px; }
      @media (max-width: 1200px) {
        .products2__demo__img {
          height: 155.6px;
          width: 150px;
          left: calc(50% - 82px);
          top: -99px; }
          .products2__demo__img img {
            height: 100%;
            width: 100%; } }
      .products2__demo__img::before {
        box-sizing: border-box;
        border-bottom-right-radius: 165px;
        position: absolute;
        left: -120px;
        height: 610px;
        width: 385px;
        bottom: -101px;
        border-right: 2px solid #fccc6b;
        border-bottom: 4px solid #fccc6b;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__demo__img::before {
            border-bottom: 0;
            left: calc(50% + 6px);
            width: 0;
            top: 100px;
            height: 103px; } }
      .products2__demo__img::after {
        background-color: #fccc6b;
        border-radius: 50%;
        position: absolute;
        bottom: -106px;
        left: -128px;
        height: 16px;
        width: 16px;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__demo__img::after {
            left: calc(50% + 3px);
            height: 8px;
            width: 8px;
            bottom: -51px; } }
      .products2__demo__img img {
        position: relative;
        z-index: 1; }
    .products2__demo__box {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: #211478;
      border-radius: 12px;
      position: relative;
      padding: 0 60px;
      height: 640px;
      width: 720px;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      display: flex; }
      @media (max-width: 1200px) {
        .products2__demo__box {
          padding: 46px 24px 40px 24px;
          display: block;
          height: auto;
          width: 100%; } }
      .products2__demo__box::after {
        background-color: #fccc6b;
        border-radius: 50%;
        position: absolute;
        bottom: -8px;
        left: 272px;
        height: 16px;
        width: 16px;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__demo__box::after {
            left: calc(50% - 4px);
            height: 8px;
            width: 8px;
            bottom: -4px; } }
    .products2__demo__box2 {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: #211478;
      border-radius: 12px;
      padding: 44px 36px;
      margin-top: 136px;
      width: 1160px;
      height: 184px;
      font-size: 20px;
      line-height: 1.2;
      position: relative;
      text-align: center;
      color: #ffffff;
      grid-template-columns: 0.85fr 1.4fr 0.8fr;
      display: grid; }
      @media (max-width: 1200px) {
        .products2__demo__box2 {
          font-size: 14px;
          line-height: 1.43;
          padding: 48px 24px;
          margin-top: 100px;
          text-align: left;
          display: block;
          height: auto;
          width: 100%; }
          .products2__demo__box2 > * + * {
            margin-top: 37px;
            display: block; } }
      .products2__demo__box2::before {
        background-color: #fccc6b;
        border-radius: 50%;
        position: absolute;
        left: 272px;
        height: 16px;
        width: 16px;
        top: -8px;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__demo__box2::before {
            left: calc(50% - 4px);
            height: 8px;
            width: 8px;
            top: -4px; } }
      .products2__demo__box2::after {
        box-sizing: border-box;
        position: absolute;
        height: 136px;
        top: -136px;
        left: 278px;
        width: 0;
        border-left: 4px solid #fccc6b;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__demo__box2::after {
            border-left: 2px solid #fccc6b;
            left: calc(50% - 1px);
            height: 100px;
            top: -100px; } }
  .products2__choose {
    grid-template-rows: min-content 320px;
    grid-template-columns: 320px 320px;
    grid-gap: 70px 324px;
    display: grid;
    padding-top: 128px;
    position: relative;
    margin: 0 auto;
    width: 964px; }
    @media (max-width: 1200px) {
      .products2__choose {
        grid-template-rows: min-content min-content;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 36px 15vw;
        width: 100%; } }
    .products2__choose__title {
      background-color: white;
      grid-column: span 2;
      height: 62px;
      position: relative;
      z-index: 1;
      text-align: center;
      font-weight: bold;
      line-height: 62px;
      font-size: 24px;
      color: #143176; }
      @media (max-width: 1200px) {
        .products2__choose__title {
          line-height: 1.5;
          font-size: 16px;
          padding: 0 20px;
          height: 62px;
          justify-content: center;
          align-items: center;
          display: flex; } }
    .products2__choose::before {
      box-sizing: border-box;
      border-bottom-left-radius: 70px;
      position: absolute;
      height: 420px;
      width: 140px;
      left: calc(50% + 17px);
      top: 0;
      border-left: 4px solid #fccc6b;
      border-bottom: 4px solid #fccc6b;
      content: ""; }
      @media (max-width: 1200px) {
        .products2__choose::before {
          left: calc(50% - 2px + 3vw);
          height: calc(270px + 20vw);
          border-width: 2px;
          right: auto;
          width: 5vw; } }
    .products2__choose::after {
      box-sizing: border-box;
      border-bottom-right-radius: 70px;
      position: absolute;
      height: 420px;
      width: 140px;
      right: calc(50% + 17px);
      top: 0;
      border-right: 4px solid #fccc6b;
      border-bottom: 4px solid #fccc6b;
      content: ""; }
      @media (max-width: 1200px) {
        .products2__choose::after {
          height: calc(270px + 20vw);
          left: calc(50% - 5vw + 4px - 3vw);
          border-width: 2px;
          right: auto;
          width: 5vw; } }
    .products2__choose :link, .products2__choose :visited {
      color: #ffffff; }
    .products2__choose__item {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: #36a8e1;
      border-radius: 50%;
      padding-top: 110px;
      height: 320px;
      width: 320px;
      text-align: center;
      position: relative;
      color: #ffffff;
      flex-direction: column;
      display: flex; }
      @media (max-width: 1200px) {
        .products2__choose__item {
          border-radius: 1000px;
          align-self: start;
          height: auto;
          width: 100%;
          padding: 20px 10px;
          padding-bottom: 50%; } }
      .products2__choose__item:last-child::before {
        right: auto;
        left: -12px; }
        @media (max-width: 1200px) {
          .products2__choose__item:last-child::before {
            left: -4px; } }
      .products2__choose__item:last-child div {
        left: auto;
        right: 0; }
      .products2__choose__item::before {
        background-color: #fccc6b;
        border-radius: 50%;
        top: calc(50% - 13px);
        position: absolute;
        right: -12px;
        height: 24px;
        width: 24px;
        content: ""; }
        @media (max-width: 1200px) {
          .products2__choose__item::before {
            top: calc(38px + 20vw);
            right: -4px;
            height: 8px;
            width: 8px; } }
      .products2__choose__item div {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
        background-color: #143176;
        border-radius: 50%;
        height: 120px;
        width: 120px;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: -15px;
        left: 0; }
        @media (max-width: 1200px) {
          .products2__choose__item div {
            padding-top: 100%;
            position: relative;
            overflow: visible;
            height: auto;
            width: 100%;
            left: 0;
            top: 0; }
            .products2__choose__item div img {
              transform: translate(-50%, -50%);
              position: absolute;
              width: 70%;
              left: 50%;
              top: 50%; } }
      .products2__choose__item strong {
        font-size: 32px;
        margin-bottom: -5px;
        font-weight: bold;
        line-height: 2; }
        @media (max-width: 1200px) {
          .products2__choose__item strong {
            font-size: 16px;
            line-height: 1.38;
            margin-bottom: 13px;
            margin-top: 20px; } }
      .products2__choose__item span {
        font-size: 16px;
        line-height: 1.25; }
        @media (max-width: 1200px) {
          .products2__choose__item span {
            line-height: 1.45;
            font-size: 11px; } }
  .products2__items {
    padding-bottom: 130px;
    padding-top: 130px;
    text-align: center; }
    @media (max-width: 1200px) {
      .products2__items {
        padding-top: 48px; } }
    .products2__items__text {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.33;
      color: #ffffff; }
      @media (max-width: 1200px) {
        .products2__items__text {
          font-size: 16px;
          line-height: 1.5; } }
    .products2__items__items {
      margin-bottom: 100px;
      margin-top: 86px;
      justify-content: space-between;
      display: flex; }
      @media (max-width: 1200px) {
        .products2__items__items {
          margin-top: 30px;
          padding: 0 2.5vw;
          flex-wrap: wrap; }
          .products2__items__items > *:nth-child(odd):last-child {
            margin-right: auto;
            margin-left: auto; } }
    .products2__items__button {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      border: solid 2px #16993c;
      background-color: #16993c;
      border-radius: 4px;
      width: 278px;
      height: 64px;
      justify-content: center;
      align-items: center;
      display: flex;
      font-family: Lato;
      font-size: 24px;
      line-height: 1;
      color: #ffffff; }
      @media (max-width: 1200px) {
        .products2__items__button {
          font-size: 14px;
          height: 40px; } }
      .products2__items__button:visited {
        color: #ffffff; }
    .products2__items__buttons {
      justify-content: center;
      display: flex; }
      .products2__items__buttons > * + * {
        margin-left: 32px; }
    .products2__items__item {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: #ffffff;
      border-radius: 50%;
      height: 180px;
      width: 180px;
      font-size: 20px;
      line-height: 1.1;
      color: #143176;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      display: flex; }
      .products2__items__item:visited {
        color: #143176; }
      @media (max-width: 1200px) {
        .products2__items__item {
          height: 37.5vw;
          width: 37.5vw;
          margin-top: 6.25vw;
          font-size: 3.27vw; }
          .products2__items__item br {
            display: block; } }
      .products2__items__item img {
        margin-bottom: 7px; }
        @media (max-width: 1200px) {
          .products2__items__item img {
            height: 15.625vw;
            width: 15.625vw;
            margin-bottom: 3vw;
            object-fit: contain; } }
.pagination {
  font-family: Montserrat;
  display: flex;
  flex-direction: row;
  padding: 6px 16px;
  min-height: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 24px auto 80px;
  width: max-content;
  align-items: center; }
  .pagination :first-child {
    margin-left: auto !important; }
  .pagination :last-child {
    margin-right: auto !important; }
  .pagination .item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    margin-left: 8px;
    margin-right: 8px; }
  .pagination .current {
    border-bottom: 2px solid #13287a; }
  .pagination .dots {
    cursor: unset; }
  .pagination .first-page, .pagination .next-page, .pagination .prev-page, .pagination .last-page {
    font-size: 16px; }

.product {
  --feature-border: #ccd5d4;
  --items-background: #002f27;
  --hero-background: #005e4e;
  --color: #00bb9c; }
  .product--purple {
    --feature-border: #d2d1d5;
    --items-background: #1e172b;
    --hero-background: #3c2e57;
    --color: #775cad; }
  .product--cyan {
    --feature-border: #cfd4d7;
    --items-background: #0e2a38;
    --hero-background: #1b5471;
    --color: #36a8e1; }
  .product--blue {
    --feature-border: #cfd1d7;
    --items-background: #0d1b39;
    --hero-background: #193673;
    --color: #326ce5; }
  .product--kafka {
    --feature-border: #d0cfd5;
    --items-background: #14112c;
    --hero-background: #292359;
    --color: #5145b1; }
  .product--one-eye {
    --feature-border: #d0d1d5;
    --items-background: #121b2e;
    --hero-background: #25365c;
    --color: #496BB8; }
  .product__hero {
    background-color: var(--hero-background);
    overflow: hidden;
    color: #efefef;
    padding-bottom: 216px;
    padding-top: 160px;
    position: relative; }
    @media (max-width: 1200px) {
      .product__hero {
        padding-bottom: 42px;
        padding-top: 54px; } }
    .product__hero h1, .product__hero h2 {
      position: relative;
      z-index: 1; }
    .product__hero h2 {
      font-weight: normal;
      line-height: 1.43;
      font-size: 28px;
      width: 720px; }
      @media (max-width: 1200px) {
        .product__hero h2 {
          line-height: 1.33;
          font-size: 16px;
          width: auto; } }
    .product__hero h1 {
      line-height: 1.17;
      font-size: 48px;
      width: 868px; }
      @media (max-width: 1200px) {
        .product__hero h1 {
          line-height: 1.25;
          font-size: 18px;
          width: auto; } }
    .product__hero img {
      transform: translateX(30%);
      right: 0;
      position: absolute;
      height: 625px;
      width: 625px;
      top: 160px; }
      @media (max-width: 1200px) {
        .product__hero img {
          transform: translateX(30%) translateY(-30%);
          height: 220px;
          width: 220px;
          z-index: 0;
          top: 0; } }
  .product__gh {
    margin-top: 40px;
    z-index: 1;
    position: relative; }
  .product__buttons {
    margin-top: 40px;
    display: flex;
    position: relative;
    z-index: 1; }
    .product__buttons > * + * {
      margin-left: 20px; }
      @media (max-width: 1200px) {
        .product__buttons > * + * {
          margin-top: 24px;
          margin-left: 0; } }
    @media (max-width: 1200px) {
      .product__buttons {
        flex-direction: column;
        align-items: center; } }
  .product__button {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 4px;
    width: 227px;
    height: 48px;
    justify-content: center;
    display: inline-flex;
    font-weight: bold;
    line-height: 46px;
    font-size: 16px;
    color: var(--color) !important; }
    @media (max-width: 1200px) {
      .product__button {
        line-height: 38px;
        font-size: 14px;
        width: 225px;
        height: 40px; } }
    .product__button--outline {
      background-color: transparent;
      border: solid 2px #ffffff;
      color: #ffffff !important;
      line-height: 44px; }
      @media (max-width: 1200px) {
        .product__button--outline {
          line-height: 36px; } }
  .product__items {
    background-color: var(--items-background);
    color: #efefef;
    padding-bottom: 90px;
    padding-top: 80px; }
    @media (max-width: 1200px) {
      .product__items {
        padding-bottom: 50px;
        padding-top: 36px; } }
    .product__items__title {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      color: #ffffff; }
      @media (max-width: 1200px) {
        .product__items__title {
          line-height: 1.33;
          font-size: 18px; } }
    .product__items__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 36px;
      display: grid;
      margin-top: 50px; }
      @media (max-width: 1200px) {
        .product__items__grid {
          grid-template-columns: 1fr;
          margin-top: 40px; } }
    .product__items__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .product__items__item img {
        display: block;
        height: 96px;
        width: 96px; }
      .product__items__item strong {
        display: block;
        margin-bottom: 20px;
        margin-top: 15px;
        font-weight: bold;
        line-height: 1.6;
        font-size: 28px; }
        @media (max-width: 1200px) {
          .product__items__item strong {
            line-height: 1.3345;
            font-size: 14px; } }
      .product__items__item p {
        line-height: 1.6;
        font-size: 20px;
        margin: 0; }
        @media (max-width: 1200px) {
          .product__items__item p {
            line-height: 1.45;
            font-size: 11px; } }
  .product__how {
    grid-template-columns: 1fr 474px;
    grid-gap: 0 114px;
    display: grid;
    padding-bottom: 115px;
    padding-top: 73px; }
    @media (max-width: 1200px) {
      .product__how {
        grid-template-columns: 1fr;
        padding-bottom: 60px;
        padding-top: 42px; } }
    .product__how__title {
      grid-column: span 2;
      text-align: center;
      font-weight: bold;
      line-height: 1.6;
      font-size: 40px;
      color: #535353;
      margin-bottom: 112px; }
      @media (max-width: 1200px) {
        .product__how__title {
          margin-bottom: 26px;
          font-size: 18px;
          grid-column: 1; } }
    .product__how__left {
      color: #535353; }
      .product__how__left strong {
        font-weight: bold;
        line-height: 1.6;
        font-size: 28px; }
        @media (max-width: 1200px) {
          .product__how__left strong {
            line-height: 1.71;
            font-size: 14px; } }
      .product__how__left p, .product__how__left li {
        line-height: 1.6;
        font-size: 20px; }
        @media (max-width: 1200px) {
          .product__how__left p, .product__how__left li {
            line-height: 1.45;
            font-size: 11px; } }
      .product__how__left ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 46px; }
        @media (max-width: 1200px) {
          .product__how__left ul {
            margin-top: 20px; } }
      .product__how__left li {
        min-height: 22px;
        padding-left: 28px;
        position: relative; }
        .product__how__left li svg {
          position: absolute;
          height: 20px;
          width: 20px;
          top: 7px;
          left: 0; }
          @media (max-width: 1200px) {
            .product__how__left li svg {
              top: 0;
              height: 16px;
              width: 16px; } }
    .product__how__button {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      border: solid 2px var(--color);
      background-color: #ffffff;
      border-radius: 4px;
      height: 48px;
      width: 227px;
      color: var(--color) !important;
      font-weight: bold;
      line-height: 44px;
      margin-top: 32px;
      justify-content: center;
      display: flex; }
      @media (max-width: 1200px) {
        .product__how__button {
          margin: 0 auto;
          margin-top: 40px;
          height: 40px;
          line-height: 36px; } }
    @media (max-width: 1200px) {
      .product__how__right {
        min-height: 400px;
        margin-top: 36px; } }
    .product__how__right img {
      width: 100%; }
  .product__features {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 4px;
    padding-bottom: 184px;
    padding-top: 73px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1200px) {
      .product__features {
        padding-bottom: 70px;
        padding-top: 42px; } }
    .product__features__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
      display: grid; }
      @media (max-width: 1200px) {
        .product__features__grid {
          grid-template-columns: 1fr;
          grid-gap: 32px; } }
    .product__features__title {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      color: #535353;
      margin-bottom: 138px; }
      @media (max-width: 1200px) {
        .product__features__title {
          font-size: 18px;
          margin-bottom: 36px; } }
  .product__feature {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px var(--feature-border);
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-bottom: 53px;
    padding-top: 32px;
    text-align: center;
    color: #535353; }
    @media (max-width: 1200px) {
      .product__feature {
        padding-bottom: 48px; } }
    .product__feature--full {
      background: var(--items-background);
      border-color: transparent;
      color: #efefef; }
    .product__feature__title {
      font-size: 32px;
      font-weight: 300;
      line-height: 1.25;
      margin-bottom: 25px; }
    .product__feature__text {
      padding: 0 30px;
      font-size: 16px;
      line-height: 1.5; }
    .product__feature__button {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      background-color: var(--color);
      border-radius: 4px;
      margin-top: 50px;
      width: 176px;
      height: 48px;
      font-size: 20px;
      font-weight: bold;
      justify-content: center;
      align-items: center;
      display: flex;
      cursor: pointer; }
      .product__feature__button, .product__feature__button:visited {
        color: white; }
    .product__feature ul {
      list-style: none;
      line-height: 3;
      font-size: 16px;
      padding: 0;
      margin: 0;
      margin-top: 60px; }
      @media (max-width: 1200px) {
        .product__feature ul {
          margin-top: 56px;
          line-height: 2.5; } }
    .product__feature li {
      justify-content: center;
      align-items: center;
      display: flex; }
      .product__feature li img {
        margin-left: 5px; }
  .product__start {
    background: var(--color);
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-bottom: 190px;
    padding-top: 150px;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 1200px) {
      .product__start {
        padding-bottom: 88px;
        padding-top: 38px; } }
    .product__start__title {
      font-size: 40px;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 46px; }
      @media (max-width: 1200px) {
        .product__start__title {
          font-size: 18px;
          margin-bottom: 36px; } }
    .product__start__text {
      width: 720px;
      font-size: 28px;
      font-weight: 300;
      line-height: 1.43;
      margin-bottom: 70px; }
      @media (max-width: 1200px) {
        .product__start__text {
          font-size: 16px;
          margin-bottom: 26px;
          width: 100%; } }
.dropdown {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin-left: 30px;
  margin-right: 30px; }
  .dropdown:hover svg {
    fill: #82CEF2; }
  .dropdown svg {
    position: relative;
    fill: #13287a;
    cursor: pointer; }
  .dropdown .menu-items {
    display: none;
    position: absolute;
    background-color: #fafafa;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10; }
    .dropdown .menu-items .selected {
      background-color: #ddd; }
    .dropdown .menu-items a {
      color: #4a72af;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      margin-left: 0 !important; }
      .dropdown .menu-items a:hover {
        background-color: #ddd; }
  .dropdown.menu--open svg {
    transform: rotate(180deg); }
  .dropdown.menu--open .menu-items {
    display: block; }

html {
  scroll-behavior: smooth; }

.docs-container {
  background-color: #ffffff; }
  .docs-container .container {
    padding-bottom: 50px;
    display: flex; }

.cta-button {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center; }

.wide-container {
  width: 100%; }

.texts-container {
  display: grid;
  grid-template-columns: 260px 700px 1fr;
  column-gap: 30px;
  row-gap: 10px; }
  .texts-container a {
    color: #13287A; }
    .texts-container a:hover {
      text-decoration-line: underline; }
    .texts-container a[href*="//"]:not([href*="banzaicloud.com"]):after {
      display: inline-block;
      width: .6em;
      height: .6em;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjEgMTN2MTBoLTIxdi0xOWgxMnYyaC0xMHYxNWgxN3YtOGgyem0zLTEyaC0xMC45ODhsNC4wMzUgNC02Ljk3NyA3LjA3IDIuODI4IDIuODI4IDYuOTc3LTcuMDcgNC4xMjUgNC4xNzJ2LTExeiIvPjwvc3ZnPg==);
      content: " ";
      margin-left: .2em;
      margin-right: .2em;
      background-size: cover; }
  .texts-container p:first-child {
    margin-top: 0; }
  .texts-container p:last-child {
    margin-bottom: 0; }
  .texts-container p, .texts-container li {
    color: #212121;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    line-height: 1.5; }
    .texts-container p:last-child, .texts-container li:last-child {
      margin-bottom: 0; }
  .texts-container li + li, .texts-container li > ul, .texts-container li + ol {
    margin-top: 10px; }
  .texts-container ol, .texts-container ul {
    padding-left: 20px; }
  .texts-container h1 {
    font-size: 40px;
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #13287a; }
  .texts-container h2 {
    font-size: 32px;
    font-family: 'Montserrat SemiBold', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #212121; }
  .texts-container h3 {
    font-size: 22px;
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #212121; }
  .texts-container h4 {
    font-size: 20px;
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.8;
    letter-spacing: normal;
    text-align: left;
    color: #636363; }
  .texts-container h5 {
    font-size: 16px;
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: left;
    color: #636363; }
  .texts-container h6 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #636363; }
  .texts-container h1, .texts-container h2 {
    margin-top: -24px;
    padding-top: 60px; }
    .texts-container h1:first-child, .texts-container h2:first-child {
      margin-top: -60px;
      padding-top: 60px;
      margin-bottom: 24px; }
  .texts-container h3, .texts-container h4, .texts-container h5, .texts-container h6 {
    margin-top: -44px;
    padding-top: 60px; }
  .texts-container pre {
    background-color: #333;
    position: relative;
    overflow: auto;
    padding: 20px; }
    .texts-container pre code, .texts-container pre .docs-wrap p kbd, .docs-wrap p .texts-container pre kbd {
      line-height: 1.3; }
  .texts-container img {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0 0;
    height: auto; }
  .texts-container blockquote, .texts-container .danger-block, .texts-container .warning-block {
    border-left: 8px solid #64b4da;
    padding: 20px 20px 20px 60px;
    margin: 32px 0;
    overflow: auto;
    background-color: rgba(100, 180, 218, 0.2);
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 16px; }
  .texts-container .warning-block {
    background-color: rgba(255, 147, 0, 0.2);
    border-color: #ff9300;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 16px; }
  .texts-container .danger-block {
    background-color: rgba(239, 104, 104, 0.2);
    border-color: #ef6868; }
  .texts-container .toc-link {
    line-height: 2;
    display: block; }
  .texts-container ol {
    counter-reset: fancy-counter;
    list-style: none;
    --size: 32px; }
  .texts-container ol > li {
    margin-top: 20px !important;
    counter-increment: fancy-counter;
    position: relative;
    line-height: var(--size);
    --size: 1.2em; }
  .texts-container ol > li::before {
    content: counter(fancy-counter);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    transform: rotate(-10deg);
    background: #13287A;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 0 #999;
    --size: 32px; }
  .texts-container ol ol > li::before {
    content: counter(fancy-counter);
    color: white;
    font-size: 0.8rem;
    --size: 32px; }
  .texts-container aside.page-contents {
    color: #212121;
    font-family: 'Montserrat Medium', sans-serif;
    border-left: 2px solid #85838F;
    padding-left: 0.5em;
    position: sticky;
    top: 4rem;
    align-self: start; }
    @media (min-width: 1201px) {
      .texts-container aside.page-contents {
        float: right; } }
  @media screen and (min-width: 1201px) {
    .texts-container aside.page-contents {
      left: 6em; } }
    .texts-container aside.page-contents nav > ul {
      list-style: none; }
    .texts-container aside.page-contents li + li, .texts-container aside.page-contents li > ul, .texts-container aside.page-contents li + ol {
      margin-top: 0; }
    .texts-container aside.page-contents nav li.active a:before {
      content: "→";
      margin-left: -10px; }
    .texts-container aside.page-contents nav li a {
      color: #13287A; }
      .texts-container aside.page-contents nav li a:hover {
        text-decoration-line: underline; }
    .texts-container aside.page-contents h1 {
      font-size: 1em;
      font-weight: bold;
      margin: 0;
      padding: 0; }
    .texts-container aside.page-contents h5 {
      padding-top: 45px;
      margin-block-end: 1em; }
  .texts-container div.edit-on-github {
    text-align: right;
    margin-top: 1em; }

.docs-container .texts-container hr {
  width: 100%;
  margin: 25px 0;
  border: 0 #fff;
  border-top: 1px solid #d0d4d7;
  -webkit-transition: max-width .25s, margin .25s;
  -moz-transition: max-width .25s, margin .25s;
  -o-transition: max-width .25s, margin .25s;
  transition: max-width .25s, margin .25s; }

.docs-container .texts-container table, .docs-container .texts-container .table {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  background-color: #fff;
  border-collapse: collapse;
  display: block;
  overflow-x: auto; }

.docs-container .texts-container table.no-background, .docs-container .texts-container .table.no-background {
  background-color: transparent; }

.docs-container .texts-container table caption, .docs-container .texts-container .table caption {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: left; }

.docs-container .texts-container table thead, .docs-container .texts-container table tbody, .docs-container .texts-container .table thead, .docs-container .texts-container .table tbody {
  width: 100%; }

.docs-container .texts-container table th, .docs-container .texts-container table td, .docs-container .texts-container table tbody th, .docs-container .texts-container .table th, .docs-container .texts-container .table td, .docs-container .texts-container .table tbody th {
  position: relative;
  vertical-align: top;
  padding: 6px 20px;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.665;
  border: 1px solid #d0d4d7;
  background-clip: padding-box; }

.docs-container .texts-container table tbody tr:nth-child(2n-1) td, .docs-container .texts-container .table tbody tr:nth-child(2n-1) td {
  background-color: #F8F8F6; }

.docs-container .texts-container table th, .docs-container .texts-container .table th {
  vertical-align: middle;
  color: #4a72af;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left; }

.docs-container .texts-container table th[scope], .docs-container .texts-container .table th[scope] {
  vertical-align: top;
  width: 20%;
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: initial; }

.docs-container .texts-container .table-foot-caption {
  margin-top: -30px;
  margin-bottom: 50px; }

.docs-container .texts-container .buttons-container {
  margin-top: 30px;
  margin-bottom: 40px; }

.hide {
  display: none; }

.docs-wrap pre {
  background-color: whitesmoke;
  color: #4a4a4a;
  overflow-x: auto;
  padding: 0.25em 1.5em 0.25em;
  white-space: pre;
  word-wrap: normal; }

.docs-wrap pre code, .docs-wrap pre p kbd, .docs-wrap p pre kbd {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
  line-height: 1em; }

.docs-wrap code, .docs-wrap p kbd, .docs-wrap pre {
  font-size: 0.875em;
  font-family: 'Source Code Pro Regular', monospace;
  font-weight: 300; }

.docs-wrap figcaption h4 {
  font-weight: bold;
  font-size: 0.875em;
  margin-top: -60px; }

.docs-wrap p code, .docs-wrap p kbd {
  font-family: 'Source Code Pro Regular', monospace;
  color: #960430;
  font-style: italic;
  border-radius: 4px;
  border: solid 1px #F8F8F6;
  background-color: #F8F8F6;
  font-weight: 600;
  padding: 0 0.25em 0.2em 0.4em; }

.docs-wrap p kbd {
  background-color: rgba(51, 51, 51, 0.8);
  border-color: #333;
  color: #f8f8f2; }
  .docs-wrap p kbd kbd {
    border-style: none;
    background: transparent;
    font-style: normal; }
  .docs-wrap p kbd a {
    color: #f8f8f2; }

.docs-wrap p em, .docs-wrap p strong.high {
  color: #960430;
  background-color: #F8F8F6;
  font-style: italic;
  font-weight: 600; }

.docs-wrap p strong.high {
  border-radius: 4px;
  border: solid 1px #64b4da;
  background-color: rgba(100, 180, 218, 0.1);
  padding: 0 0.25em 0.2em 0.15em; }

.docs-breadcrumbs {
  padding: 35px 15px;
  flex-direction: row;
  display: flex; }
  .docs-breadcrumbs > * + * {
    margin-left: 8px; }
  .docs-breadcrumbs > span,
  .docs-breadcrumbs > a {
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #636363; }
  @media screen {
    .docs-breadcrumbs__button {
      background-color: #13287A;
      border-radius: 4px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: 'Montserrat Regular', sans-serif;
      font-size: 10px;
      font-weight: bold;
      color: #ffffff;
      position: relative;
      width: 200px; }
      .docs-breadcrumbs__button img {
        background-image: url("/img/docs/arrow_down_grey.svg"); }
      .docs-breadcrumbs__button div {
        padding: 0 8px;
        align-items: center;
        display: flex; }
        .docs-breadcrumbs__button div span {
          margin-right: auto; }
      .docs-breadcrumbs__button ul {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 0 0 4px 4px;
        background-color: #FFF;
        position: absolute;
        width: inherit;
        display: none;
        padding: 0;
        margin: 0;
        z-index: 1; }
        .docs-breadcrumbs__button ul li {
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          display: grid; }
          .docs-breadcrumbs__button ul li:hover {
            background-color: rgba(99, 99, 99, 0.05); }
          .docs-breadcrumbs__button ul li:active {
            background-color: rgba(133, 131, 143, 0.15); }
          .docs-breadcrumbs__button ul li a {
            padding: 0 8px;
            color: #535353; }
            .docs-breadcrumbs__button ul li a.active {
              color: #13287A; }
      .docs-breadcrumbs__button:hover {
        border-radius: 4px 4px 0 0; }
        .docs-breadcrumbs__button:hover img {
          background-image: url("/img/docs/arrow_down_white.svg"); }
        .docs-breadcrumbs__button:hover ul {
          display: block; } }
  @media print {
    .docs-breadcrumbs__button {
      font-family: Lato;
      font-weight: 300;
      font-size: 20px;
      color: #535353; }
      .docs-breadcrumbs__button ul {
        display: none; } }
.heading-anchor {
  font-size: 70%;
  visibility: hidden;
  color: gray; }

h1:hover a, h2:hover a, h3:hover a, h4:hover a {
  visibility: visible; }

.docs-menu [href*="/x-"]:before {
  content: "★";
  font-size: 12px;
  padding-right: 0.5em;
  display: inline-block;
  line-height: 24px; }

.docs-menu .show-toc-button {
  display: none; }

.docs-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .docs-menu ul:empty {
    display: none; }

.docs-menu li + li, .docs-menu li > ul, .docs-menu li + ol {
  margin-top: 0px; }

.docs-menu li.level-1 > a,
.docs-menu li.level-1 > ul,
.docs-menu li.level-2 > a,
.docs-menu li.level-2 > ul {
  border-bottom: 1px solid rgba(100, 180, 218, 0.5); }

.docs-menu li.level-2 > a {
  padding-left: 8px; }
  .docs-menu li.level-2 > a.empty {
    padding-left: 40px; }

.docs-menu li:last-child > a {
  border-bottom: none; }

.docs-menu li.level-2 > a {
  font-weight: normal; }

.docs-menu li.level-3 > a {
  padding-left: 48px;
  font-weight: normal;
  color: #706e79; }
  .docs-menu li.level-3 > a img {
    margin-left: -32px; }

.docs-menu li.level-4 > a {
  padding-left: 60px;
  font-weight: normal;
  color: #706e79;
  margin-left: -16px; }

.docs-menu li {
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  color: #212121; }
  .docs-menu li a {
    padding: 16px 24px 16px 16px;
    color: inherit;
    display: flex; }
    .docs-menu li a span + img {
      margin-left: auto; }
    .docs-menu li a img + span {
      margin-left: 8px; }
    .docs-menu li a:hover {
      text-decoration-line: underline; }
    .docs-menu li a:active {
      background-color: rgba(133, 131, 143, 0.15); }
  .docs-menu li.active > ul {
    background-color: rgba(133, 131, 143, 0.05); }
  .docs-menu li.half-active {
    border-left: solid 3px #eeeeee; }
  .docs-menu li.active > a, .docs-menu li.half-active > a {
    margin-left: -3px;
    color: #636363; }
  .docs-menu li.active > a {
    background-color: rgba(133, 131, 143, 0.15);
    font-weight: bold; }

@media print {
  .header__nav, .footer a, .footer a + .footer__separator, .side-menus {
    display: none !important; }
  .texts-container {
    width: 100%; } }

@media (max-width: 1200px) {
  .docs-container .docs-menu {
    width: auto; }
    .docs-container .docs-menu .show-toc-button {
      display: flex;
      position: relative; }
    .docs-container .docs-menu > ul {
      display: none; }
    .docs-container .docs-menu > ul.show {
      display: block; }
  .docs-container .container {
    display: block; }
    .docs-container .container.docs-breadcrumbs {
      display: flex;
      flex-wrap: wrap; }
    .docs-container .container .texts-container {
      width: 100%; }
      .docs-container .container .texts-container ol > li {
        margin-left: 10px; } }

.backyards-overview {
  font-family: Montserrat;
  font-family: Montserrat; }
  .backyards-overview .backyards-video-container {
    display: none; }
  .backyards-overview .backyards-overview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.8;
    z-index: 100;
    cursor: pointer; }
  .backyards-overview .try-backyards-video {
    position: fixed;
    height: auto;
    display: block;
    margin: 0;
    width: 65%;
    padding-bottom: calc(65% * 9 / 16);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200; }
    @media (max-width: 1100px) {
      .backyards-overview .try-backyards-video {
        width: 100%;
        padding-bottom: calc(100% * 9 / 16); } }
    .backyards-overview .try-backyards-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .backyards-overview__button {
    cursor: pointer;
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px; }
    .backyards-overview__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .backyards-overview__button.outline {
      background: transparent;
      border: 2px solid #ffffff; }
      .backyards-overview__button.outline:hover {
        background: #13287a; }
    .backyards-overview__button img {
      padding-left: 11px; }
    @media (max-width: 1100px) {
      .backyards-overview__button.mobile {
        margin-bottom: 24px; } }
  .backyards-overview a:visited {
    color: #ffffff !important; }
  .backyards-overview h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .backyards-overview h1 {
        font-size: 32px;
        line-height: 39px; } }
  .backyards-overview__header, .backyards-overview__footer {
    background: linear-gradient(168.38deg, #739bd2 7.5%, #464696 88.08%);
    position: relative; }
    .backyards-overview__header__title, .backyards-overview__header__text, .backyards-overview__footer__title, .backyards-overview__footer__text {
      color: #ffffff;
      font-size: 24px;
      line-height: 29px; }
  .backyards-overview__header {
    overflow: hidden;
    padding-bottom: 187px; }
    @media (max-width: 1100px) {
      .backyards-overview__header {
        padding-bottom: 40px; } }
    .backyards-overview__header__title {
      font-size: 24px;
      margin-bottom: 32px; }
      @media (max-width: 1100px) {
        .backyards-overview__header__title {
          display: none; } }
    .backyards-overview__header__title-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .backyards-overview__header__title-mobile {
          display: block;
          font-style: normal !important;
          font-size: 32px !important;
          color: #ffffff;
          letter-spacing: 1.5px; }
          .backyards-overview__header__title-mobile br {
            display: block; } }
    .backyards-overview__header__text {
      margin-bottom: 32px; }
      @media (max-width: 1100px) {
        .backyards-overview__header__text {
          margin: 24px 0;
          font-size: 22px;
          line-height: 31px;
          letter-spacing: 1.5px;
          font-weight: 600;
          font-style: normal;
          max-width: 281px;
          height: 310px; } }
    .backyards-overview__header__image {
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (max-width: 1100px) {
        .backyards-overview__header__image {
          display: none; } }
    .backyards-overview__header__image-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .backyards-overview__header__image-mobile {
          display: block;
          position: absolute;
          top: 0px;
          right: 0px; } }
    .backyards-overview__header__container {
      position: relative;
      padding-top: 80px;
      z-index: 2;
      margin: 0 auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .backyards-overview__header__container {
          padding: 40px 20px 0 20px;
          margin: 0;
          width: auto; } }
    @media (max-width: 1100px) {
      .backyards-overview__header__buttons {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; } }
    .backyards-overview__header p {
      max-width: 541px; }
  .backyards-overview ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .backyards-overview li {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .backyards-overview li::before {
    content: "\25A0";
    padding-right: 8px;
    width: 4px;
    height: 4px;
    color: #13287A; }
  .backyards-overview__section-1 {
    background: #ffffff;
    padding-bottom: 40px; }
    .backyards-overview__section-1__title {
      font-size: 40px;
      line-height: 49px;
      font-weight: bold;
      color: #212121;
      margin: 40px auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-1__title {
          font-size: 32px;
          margin: 96px 5.5% 30px 20px;
          width: auto; } }
    .backyards-overview__section-1__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1100px) {
        .backyards-overview__section-1__container {
          font-size: 32px;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    .backyards-overview__section-1__block:nth-of-type(2) {
      padding-left: 58px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-1__block:nth-of-type(2) {
          padding-left: 0px; } }
    .backyards-overview__section-1__block:nth-of-type(3) {
      padding-left: 53px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-1__block:nth-of-type(3) {
          padding-left: 0px; } }
    .backyards-overview__section-1__text {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      max-width: 340px;
      padding-top: 8px; }
    .backyards-overview__section-1__message {
      color: #212121;
      font-weight: normal;
      font-size: 32px;
      line-height: 39px;
      border-left: 8px solid #13287a;
      padding-left: 10px;
      max-width: 340px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-1__message {
          max-width: 300px; } }
  .backyards-overview__section-2 {
    display: none; }
    @media (max-width: 1100px) {
      .backyards-overview__section-2 {
        display: flex;
        background: #f2f2f2;
        padding-top: 80px;
        position: relative;
        overflow: auto;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0px 12px; } }
    .backyards-overview__section-2__image {
      z-index: 2; }
    .backyards-overview__section-2 img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 1100px) {
        .backyards-overview__section-2 img {
          padding: 40px 0; } }
    .backyards-overview__section-2 p {
      margin: 0 0 12px 0; }
    .backyards-overview__section-2__caption, .backyards-overview__section-2__text, .backyards-overview__section-2__info {
      font-weight: 600;
      font-style: normal;
      font-size: 22px;
      line-height: 140%;
      color: #000000; }
    .backyards-overview__section-2__caption {
      font-weight: 600;
      letter-spacing: 1.5px;
      margin-bottom: 12px; }
    .backyards-overview__section-2__text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 300;
      letter-spacing: 1px;
      margin: 12px 0; }
    .backyards-overview__section-2__info {
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1px; }
    @media (max-width: 1100px) {
      .backyards-overview__section-2__container:not(:first-of-type) {
        display: flex;
        flex-direction: column-reverse; } }
    .backyards-overview__section-2__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 82px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-2__container {
          padding-bottom: 0px; } }
      @media (max-width: 1100px) {
        .backyards-overview__section-2__container {
          display: flex;
          flex-direction: column-reverse; } }
    .backyards-overview__section-2__block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 12px;
      max-width: 392px;
      position: relative;
      z-index: 2; }
      @media (max-width: 1100px) {
        .backyards-overview__section-2__block {
          padding-right: 0;
          max-width: 100%; } }
    .backyards-overview__section-2__buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 20px 0 40px 0; }
      @media (max-width: 1100px) {
        .backyards-overview__section-2__buttons {
          padding-top: 80px; } }
      .backyards-overview__section-2__buttons .first {
        margin-bottom: 20px; }
  .backyards-overview__section-3 {
    background: #ffffff;
    padding-bottom: 70px; }
    @media (max-width: 1100px) {
      .backyards-overview__section-3 {
        padding-bottom: 40px; } }
    .backyards-overview__section-3__title {
      font-size: 40px;
      line-height: 49px;
      font-weight: bold;
      margin: 80px 0;
      text-align: center;
      color: #212121; }
      @media (max-width: 1100px) {
        .backyards-overview__section-3__title {
          font-weight: normal !important;
          font-size: 22px !important;
          margin: 40px 0 24px 0; } }
    .backyards-overview__section-3__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .backyards-overview__section-3__container {
          padding: 0 20px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: auto; } }
    .backyards-overview__section-3__blogpost {
      cursor: pointer;
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
      width: 370px; }
      .backyards-overview__section-3__blogpost:nth-child(2) {
        margin: 0 24px; }
        @media (max-width: 1100px) {
          .backyards-overview__section-3__blogpost:nth-child(2) {
            margin: 24px 0; } }
      .backyards-overview__section-3__blogpost:hover {
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.15); }
        .backyards-overview__section-3__blogpost:hover .blogpost-title {
          color: #13287a; }
      @media (max-width: 1100px) {
        .backyards-overview__section-3__blogpost {
          width: auto; } }
      .backyards-overview__section-3__blogpost .blogpost-title {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1.5px;
        color: #000000;
        padding: 16px 16px 0 16px;
        max-width: 339px;
        line-height: 31px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 31px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .backyards-overview__section-3__blogpost .blogpost-image-container {
        height: 250px;
        overflow: hidden; }
      .backyards-overview__section-3__blogpost .blogpost-image {
        width: 100%;
        height: auto;
        vertical-align: middle; }
      .backyards-overview__section-3__blogpost .blogpost-info {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 16px 16px 16px; }
      .backyards-overview__section-3__blogpost .avatar {
        width: 24px;
        height: 24px;
        border-radius: 8px; }
      .backyards-overview__section-3__blogpost .name {
        margin: 0 8px;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
        color: #000000; }
      .backyards-overview__section-3__blogpost .blogpost-separator {
        width: 1px;
        height: 14px;
        background: #eeeeee;
        margin-right: 8px; }
      .backyards-overview__section-3__blogpost .date {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        color: #000000; }
  .backyards-overview__footer__title {
    margin-bottom: 40px;
    max-width: 550px; }
    @media (max-width: 1100px) {
      .backyards-overview__footer__title {
        font-weight: normal !important;
        font-size: 22px !important;
        margin: 0 0 24px 0; } }
  .backyards-overview__footer__container {
    margin: 0 auto;
    width: 1160px;
    padding: 80px 0 111px 0px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1100px) {
      .backyards-overview__footer__container {
        padding: 40px 20px;
        min-height: 510px;
        margin: 0;
        width: auto; } }
  .backyards-overview__footer p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    max-width: 550px;
    letter-spacing: 1px;
    margin-bottom: 40px; }
    @media (max-width: 1100px) {
      .backyards-overview__footer p {
        margin-bottom: 24px; } }
  .backyards-overview__footer__blobs {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1100px) {
      .backyards-overview__footer__blobs {
        display: none; } }
  .backyards-overview__footer__blobs-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media (max-width: 1100px) {
      .backyards-overview__footer__blobs-mobile {
        display: block;
        top: 0; } }
  @media (max-width: 1100px) {
    .backyards-overview__footer__button {
      display: flex;
      justify-content: center;
      padding-bottom: 183px; } }
.backyards_overview__scroll-section {
  display: block;
  position: relative;
  top: 0px;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 80px; }
  @media (max-width: 1100px) {
    .backyards_overview__scroll-section {
      display: none; } }
  .backyards_overview__scroll-section .feature-blobs {
    position: absolute;
    right: 0;
    top: -240px; }
    @media (max-width: 1100px) {
      .backyards_overview__scroll-section .feature-blobs {
        display: none; } }
  .backyards_overview__scroll-section .container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1160px; }
    @media (max-width: 1100px) {
      .backyards_overview__scroll-section .container {
        width: auto; } }
    .backyards_overview__scroll-section .container .row {
      display: flex;
      flex-wrap: wrap; }
      .backyards_overview__scroll-section .container .row .first-column {
        flex-basis: calc(35% - 24px);
        margin-right: 24px; }
        .backyards_overview__scroll-section .container .row .first-column .overview-info-item {
          position: relative;
          min-height: 60vh;
          opacity: 0; }
      .backyards_overview__scroll-section .container .row .second-column {
        flex-basis: 65%; }
        .backyards_overview__scroll-section .container .row .second-column .scrollmagic-pin-spacer {
          top: -10px !important; }
        .backyards_overview__scroll-section .container .row .second-column .overview-screen {
          position: relative;
          height: 65vh;
          max-height: 584px; }
        .backyards_overview__scroll-section .container .row .second-column .overview-screen-item {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0; }
          .backyards_overview__scroll-section .container .row .second-column .overview-screen-item:first-child {
            opacity: 1; }
          .backyards_overview__scroll-section .container .row .second-column .overview-screen-item .first-image {
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15); }
          .backyards_overview__scroll-section .container .row .second-column .overview-screen-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            max-height: 100%;
            border-radius: 5px;
            transition: all 0.3s ease-out; }

.backyards-contact {
  font-family: Montserrat; }
  .backyards-contact__button {
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer; }
    .backyards-contact__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1100px) {
      .backyards-contact__button {
        width: 75px; } }
  .backyards-contact a:visited {
    color: #ffffff !important; }
  .backyards-contact h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    margin: 0 0 40px 0; }
    @media (max-width: 1100px) {
      .backyards-contact h1 {
        font-size: 32px;
        line-height: 39px; } }
  .backyards-contact__header, .backyards-contact__footer {
    background: linear-gradient(168.38deg, #739bd2 7.5%, #464696 88.08%);
    position: relative; }
    .backyards-contact__header__title, .backyards-contact__header__text, .backyards-contact__footer__title, .backyards-contact__footer__text {
      color: #ffffff;
      font-size: 24px;
      line-height: 29px; }
  @media (max-width: 1100px) {
    .backyards-contact__header {
      padding-bottom: 0px; } }
  .backyards-contact__header__title {
    margin-bottom: 32px; }
    @media (max-width: 1100px) {
      .backyards-contact__header__title {
        display: none; } }
  .backyards-contact__header__title-mobile {
    display: none; }
    @media (max-width: 1100px) {
      .backyards-contact__header__title-mobile {
        display: block;
        font-style: normal !important;
        font-size: 32px !important;
        line-height: 39px;
        color: #ffffff;
        letter-spacing: 1.5px; } }
  .backyards-contact__header__text {
    margin-bottom: 32px; }
    @media (max-width: 1100px) {
      .backyards-contact__header__text {
        font-size: 24px;
        line-height: 29px; } }
  .backyards-contact__header__image {
    position: absolute;
    top: 0px;
    right: 0px; }
    @media (max-width: 1100px) {
      .backyards-contact__header__image {
        display: none; } }
  .backyards-contact__header__image-mobile {
    display: none; }
    @media (max-width: 1100px) {
      .backyards-contact__header__image-mobile {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px; } }
  .backyards-contact__header__container {
    position: relative;
    padding-top: 40px;
    z-index: 2;
    margin: 0 auto;
    width: 1160px;
    height: 226px; }
    @media (max-width: 1100px) {
      .backyards-contact__header__container {
        padding: 40px 20px 0 20px;
        max-width: 340px;
        margin: 0;
        width: auto;
        height: 197px; } }
  .backyards-contact input[type="email"],
  .backyards-contact input[type="text"],
  .backyards-contact input[type="number"] {
    display: block;
    width: 100%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    height: 32px;
    border-bottom: 3px solid #85838f;
    font-family: Montserrat;
    font-size: 16px; }
  .backyards-contact input:focus {
    outline: 0; }
  .backyards-contact sup {
    color: red; }
  .backyards-contact__label {
    display: block;
    margin-top: 24px; }
    .backyards-contact__label.first-name-label {
      margin-top: 0px; }
    .backyards-contact__label.last-name-label {
      margin-top: 0px; }
      @media (max-width: 1100px) {
        .backyards-contact__label.last-name-label {
          margin-top: 24px; } }
    .backyards-contact__label.email-label {
      margin-top: 20px; }
  .backyards-contact__checkbox {
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-bottom: 3px solid #85838f; }
    .backyards-contact__checkbox:checked {
      background-image: url("/img/backyards/contact/checkmark.svg");
      background-position: 55% 60%; }
  .backyards-contact__agreement {
    margin-left: 30px; }
  .backyards-contact .privacy-link {
    color: #13287a;
    text-decoration: underline; }
  .backyards-contact .column {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .backyards-contact .column {
        display: block; } }
  .backyards-contact__container {
    background: #f2f2f2;
    padding: 40px 0;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #212121; }
    @media (max-width: 1100px) {
      .backyards-contact__container {
        padding: 40px 20px; } }
    .backyards-contact__container__form {
      margin: 0 auto;
      width: 764px; }
      @media (max-width: 1100px) {
        .backyards-contact__container__form {
          width: auto; } }
  .backyards-contact .checkbox-container {
    display: flex;
    justify-content: stretch;
    align-items: center; }
  .backyards-contact__row-container {
    width: 49%; }
    @media (max-width: 1100px) {
      .backyards-contact__row-container {
        width: 100%; } }
  .backyards-contact__marketing, .backyards-contact__privacy {
    font-size: 14px;
    letter-spacing: 1px; }
  .backyards-contact__marketing {
    margin-top: 24px; }
  .backyards-contact .hs-form-required {
    color: red; }
  .backyards-contact .legal-consent-container .hs-richtext p {
    font-size: 12px;
    letter-spacing: 1px; }
    .backyards-contact .legal-consent-container .hs-richtext p a {
      color: #13287a;
      text-decoration: underline; }
  .backyards-contact .hs-form-booleancheckbox-display {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .backyards-contact .hs-input {
    width: 100% !important; }
  .backyards-contact .hs-error-msg {
    color: red;
    font-size: 12px; }
  .backyards-contact fieldset {
    max-width: unset !important;
    margin-top: 18px !important; }
  .backyards-contact input[type="email"],
  .backyards-contact input[type="text"],
  .backyards-contact input[type="tel"],
  .backyards-contact input[type="number"] {
    display: block;
    width: 100%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    height: 38px;
    border-bottom: 3px solid #85838f;
    font-family: inherit;
    font-size: 16px; }
  .backyards-contact textarea {
    display: block;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    border-bottom: 3px solid #85838f;
    font-family: inherit;
    font-size: 16px; }
  .backyards-contact textarea:focus,
  .backyards-contact input:focus {
    outline: 0; }
  .backyards-contact ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .backyards-contact input[type="checkbox"] {
    width: 30px !important;
    height: 30px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-bottom: 3px solid #85838f; }
    .backyards-contact input[type="checkbox"]:checked {
      background-image: url("/img/backyards/contact/checkmark.svg");
      background-position: 55% 60%; }
  .backyards-contact input[type="submit"] {
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer; }
    .backyards-contact input[type="submit"]:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1100px) {
      .backyards-contact input[type="submit"] {
        width: 75px; } }
.light {
  font-weight: normal;
  letter-spacing: 1px;
  padding: 5px 0; }

.primary {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #13287A; }
  .primary.last {
    padding-top: 35px; }

.bold {
  font-weight: bold; }

.backyards-pricing-mobile {
  font-family: Montserrat;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #212121;
  background: #F2F2F2;
  padding-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 0px) and (max-width: 1100px) {
    .backyards-pricing-mobile {
      display: block; } }
  @media screen and (min-width: 1100px) {
    .backyards-pricing-mobile {
      display: none; } }
  .backyards-pricing-mobile .pricing-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 40px 16px 24px 16px; }
  .backyards-pricing-mobile__container {
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    margin: 0 16px; }
    .backyards-pricing-mobile__container .plan-table .empty::after {
      content: "";
      height: 16px;
      width: 16px;
      padding: 0 22px; }
    .backyards-pricing-mobile__container .plan-table .row {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .backyards-pricing-mobile__container .plan-table .row > div:first-child {
        text-align: right;
        line-height: 20px;
        padding: 8px 16px 8px 14px;
        width: 68%; }
      .backyards-pricing-mobile__container .plan-table .row > div:nth-child(2) {
        width: 18%;
        text-align: center; }
      .backyards-pricing-mobile__container .plan-table .row > div:nth-child(3) {
        width: 14%;
        text-align: center; }
      .backyards-pricing-mobile__container .plan-table .row:last-child {
        height: 24px; }
      .backyards-pricing-mobile__container .plan-table .row:nth-child(even) {
        background: #F8F8F6; }
    .backyards-pricing-mobile__container .plan-types {
      display: flex;
      justify-content: flex-end;
      color: #13287A;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      padding-top: 24px;
      padding-bottom: 24px; }
      .backyards-pricing-mobile__container .plan-types div {
        display: flex;
        justify-content: center; }
      .backyards-pricing-mobile__container .plan-types div:nth-child(1) {
        width: 68%; }
      .backyards-pricing-mobile__container .plan-types div:nth-child(2) {
        width: 18%; }
      .backyards-pricing-mobile__container .plan-types div:nth-child(3) {
        width: 14%; }
    .backyards-pricing-mobile__container .column {
      display: flex;
      flex-direction: column; }
    .backyards-pricing-mobile__container .onboarding-and-support {
      background: #F8F8F6;
      padding: 24px 16px; }
      .backyards-pricing-mobile__container .onboarding-and-support .row {
        display: flex;
        justify-content: flex-end; }
        .backyards-pricing-mobile__container .onboarding-and-support .row > .column > span:not(.subhead) {
          text-align: center;
          padding-bottom: 16px; }
      .backyards-pricing-mobile__container .onboarding-and-support .subhead {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        text-align: center;
        letter-spacing: 1.5px;
        color: #13287A;
        padding-bottom: 8px; }
      .backyards-pricing-mobile__container .onboarding-and-support .onboarding {
        padding-bottom: 24px; }
      .backyards-pricing-mobile__container .onboarding-and-support .support {
        padding: 8px 0 24px 0; }
      .backyards-pricing-mobile__container .onboarding-and-support .contact-sales {
        padding-top: 24px;
        justify-content: center;
        flex-direction: unset; }
  .backyards-pricing-mobile__additional-services {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0 16px; }
    .backyards-pricing-mobile__additional-services__column-1, .backyards-pricing-mobile__additional-services__column-2 {
      padding: 16px 16px 0 16px; }
      .backyards-pricing-mobile__additional-services__column-1 span, .backyards-pricing-mobile__additional-services__column-2 span {
        display: block; }
    .backyards-pricing-mobile__additional-services__column-1 span:nth-child(2),
    .backyards-pricing-mobile__additional-services__column-1 span:nth-child(3) {
      padding-bottom: 24px; }
    .backyards-pricing-mobile__additional-services__column-2 span:nth-child(2) {
      padding-bottom: 24px; }
    .backyards-pricing-mobile__additional-services__column-2 span:nth-child(3) {
      padding-bottom: 16px; }
  .backyards-pricing-mobile__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 24px 16px; }

.backyards-pricing {
  font-family: Montserrat; }
  .backyards-pricing__pricing-container {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    margin: 0 16px;
    min-width: 1160px; }
    .backyards-pricing__pricing-container .row {
      display: flex;
      justify-content: flex-end;
      padding: 12px 0; }
      .backyards-pricing__pricing-container .row span {
        display: inline-block;
        padding: 8px 0; }
      .backyards-pricing__pricing-container .row .backyards-pricing__button {
        margin: 24px 0; }
      .backyards-pricing__pricing-container .row img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .backyards-pricing__pricing-container .row div:first-child {
        width: 373px;
        text-align: right;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px; }
      .backyards-pricing__pricing-container .row div:nth-child(2) {
        width: 375px;
        margin-left: 20px;
        text-align: center; }
      .backyards-pricing__pricing-container .row div:nth-child(3) {
        width: 372px;
        margin-left: 20px;
        text-align: center; }
      .backyards-pricing__pricing-container .row:nth-child(even) {
        background: #F8F8F6; }
      .backyards-pricing__pricing-container .row:last-child {
        background: #F8F8F6;
        padding-bottom: 0px; }
    .backyards-pricing__pricing-container .column-title {
      display: flex;
      background: #FFFFFF;
      justify-content: center;
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      color: #13287A;
      padding: 4px 0 12px 0;
      width: 375px; }
    .backyards-pricing__pricing-container .multiline {
      flex-direction: column;
      align-items: center; }
    .backyards-pricing__pricing-container .column-subtitle {
      font-size: 14px;
      font-weight: normal;
      line-height: 16px; }
    .backyards-pricing__pricing-container .light {
      font-weight: normal;
      letter-spacing: 1px;
      padding: 5px 0; }
    .backyards-pricing__pricing-container .black {
      color: #212121;
      font-weight: bold;
      font-size: 14px; }
  .backyards-pricing__button {
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287A;
    border: 1px solid #13287A;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .backyards-pricing__button:visited {
      color: #FFFFFF; }
    .backyards-pricing__button img {
      padding-left: 11px; }
    .backyards-pricing__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .backyards-pricing__button.outline {
      background: transparent;
      border: 2px solid #FFFFFF; }
      .backyards-pricing__button.outline:hover {
        background: #13287A; }
    @media (max-width: 1100px) {
      .backyards-pricing__button.mobile {
        margin-bottom: 20px; } }
  .backyards-pricing__header, .backyards-pricing__footer {
    font-family: Montserrat;
    background: linear-gradient(168.38deg, #739BD2 7.5%, #464696 88.08%);
    position: relative; }
    .backyards-pricing__header__title, .backyards-pricing__header__text, .backyards-pricing__footer__title, .backyards-pricing__footer__text {
      color: #FFFFFF;
      font-size: 24px;
      line-height: 29px; }
    .backyards-pricing__header a:visited, .backyards-pricing__footer a:visited {
      color: #FFFFFF !important; }
  .backyards-pricing__header {
    height: 153px; }
    @media (max-width: 1100px) {
      .backyards-pricing__header {
        padding-bottom: 58px;
        height: 158px;
        overflow: hidden; } }
    .backyards-pricing__header__title {
      margin-bottom: 40px;
      margin-top: 0px; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__title {
          display: none; } }
    .backyards-pricing__header__title-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__title-mobile {
          display: block;
          font-style: normal !important;
          font-weight: normal;
          font-size: 32px;
          color: #FFFFFF;
          line-height: 39px; } }
    .backyards-pricing__header__text {
      margin-bottom: 32px; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__text {
          font-size: 24px;
          line-height: 29px; } }
    .backyards-pricing__header__image {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 924px; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__image {
          display: none; } }
    .backyards-pricing__header__image-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__image-mobile {
          display: block;
          position: absolute;
          top: 0px;
          right: 0px; } }
    .backyards-pricing__header__container {
      position: relative;
      padding-top: 40px;
      z-index: 2;
      margin: 0px auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .backyards-pricing__header__container {
          padding: 40px 20px;
          margin: 0;
          width: auto; } }
    @media (max-width: 1100px) {
      .backyards-pricing__header__buttons {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; } }
  .backyards-pricing h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .backyards-pricing h1 {
        font-size: 32px;
        line-height: 39px; } }
  .backyards-pricing__content {
    display: flex;
    position: relative;
    background: #F2F2F2; }
  .backyards-pricing__columns {
    display: flex;
    justify-content: center; }
  .backyards-pricing__subtitle {
    font-size: 24px;
    line-height: 29px;
    color: #212121;
    text-align: center;
    padding: 24px 0; }
  .backyards-pricing__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 73px;
    text-align: center;
    padding: 40px 0;
    color: #212121; }
  .backyards-pricing__container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 1160px; }
    @media screen and (min-width: 0px) and (max-width: 1100px) {
      .backyards-pricing__container {
        display: none; } }
    @media screen and (min-width: 1101px) {
      .backyards-pricing__container {
        display: flex; } }
  .backyards-pricing__additional-services-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px; }
  .backyards-pricing__additional-services {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 16px;
    width: 767px;
    font-size: 14px; }
    .backyards-pricing__additional-services__column-1 span, .backyards-pricing__additional-services__column-2 span {
      display: block; }
    .backyards-pricing__additional-services__column-1 .light, .backyards-pricing__additional-services__column-2 .light {
      padding-bottom: 16px; }
    .backyards-pricing__additional-services__column-1 {
      padding-right: 23px;
      max-width: 361px; }
  .backyards-pricing__image {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1100px) {
      .backyards-pricing__image {
        display: none; } }
  .backyards-pricing__footer__title {
    margin-bottom: 40px;
    max-width: 550px;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .backyards-pricing__footer__title {
        font-weight: normal !important;
        font-size: 22px !important;
        margin: 0 0 24px 0; } }
  .backyards-pricing__footer__container {
    padding: 80px 0 111px 0px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1160px; }
    @media (max-width: 1100px) {
      .backyards-pricing__footer__container {
        padding: 40px 20px;
        min-height: 510px;
        margin: 0;
        width: auto; } }
  .backyards-pricing__footer p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    max-width: 550px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 22px; }
    @media (max-width: 1100px) {
      .backyards-pricing__footer p {
        margin-bottom: 24px; } }
  .backyards-pricing__footer__blobs {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1100px) {
      .backyards-pricing__footer__blobs {
        display: none; } }
  .backyards-pricing__footer__blobs-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media (max-width: 1100px) {
      .backyards-pricing__footer__blobs-mobile {
        display: block;
        top: 0; } }
  @media (max-width: 1100px) {
    .backyards-pricing__footer__button {
      display: flex;
      justify-content: center;
      padding-bottom: 183px; } }
.supertubes-overview {
  font-family: Montserrat; }
  .supertubes-overview__button {
    cursor: pointer;
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px; }
    .supertubes-overview__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .supertubes-overview__button.outline {
      background: transparent;
      border: 2px solid #ffffff; }
      .supertubes-overview__button.outline:hover {
        background: #13287a; }
    .supertubes-overview__button img {
      padding-left: 11px; }
    @media (max-width: 1100px) {
      .supertubes-overview__button.mobile {
        margin-bottom: 24px; } }
  .supertubes-overview a:visited {
    color: #ffffff !important; }
  .supertubes-overview h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .supertubes-overview h1 {
        font-size: 32px;
        line-height: 39px; } }
  .supertubes-overview__header, .supertubes-overview__footer {
    background: linear-gradient(168.38deg, #739bd2 7.5%, #464696 88.08%);
    position: relative;
    overflow: hidden; }
    .supertubes-overview__header__title, .supertubes-overview__header__text, .supertubes-overview__footer__title, .supertubes-overview__footer__text {
      color: #ffffff;
      font-size: 24px;
      line-height: 29px; }
  .supertubes-overview__header {
    overflow: hidden;
    padding-bottom: 114px; }
    @media (max-width: 1100px) {
      .supertubes-overview__header {
        padding-bottom: 40px; } }
    .supertubes-overview__header__title {
      font-size: 24px;
      margin-bottom: 32px; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__title {
          display: none; } }
    .supertubes-overview__header__title-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__title-mobile {
          display: block;
          font-style: normal !important;
          font-size: 32px !important;
          color: #ffffff; }
          .supertubes-overview__header__title-mobile br {
            display: block; } }
    .supertubes-overview__header__text {
      margin-bottom: 32px; }
      .supertubes-overview__header__text br {
        display: block; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__text {
          display: none;
          margin: 24px 0;
          font-size: 22px;
          line-height: 31px;
          letter-spacing: 1.5px;
          font-style: normal;
          max-width: 281px;
          height: 248px; } }
    .supertubes-overview__header .text-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .supertubes-overview__header .text-mobile {
          display: block; } }
    .supertubes-overview__header__image {
      position: absolute;
      top: 0px;
      right: 0px; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__image {
          display: none; } }
    .supertubes-overview__header__image-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__image-mobile {
          display: block;
          position: absolute;
          top: 0px;
          right: 0px; } }
    .supertubes-overview__header__container {
      position: relative;
      padding-top: 80px;
      z-index: 2;
      margin: 0 auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .supertubes-overview__header__container {
          padding: 40px 20px 0 20px;
          margin: 0;
          width: auto; } }
    @media (max-width: 1100px) {
      .supertubes-overview__header__buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .supertubes-overview__header p {
      max-width: 541px; }
  .supertubes-overview ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .supertubes-overview li {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .supertubes-overview li::before {
    content: "\25A0";
    padding-right: 8px;
    width: 4px;
    height: 4px;
    color: #13287A; }
  .supertubes-overview__section-1 {
    background: #ffffff;
    padding-bottom: 40px; }
    .supertubes-overview__section-1__title {
      font-size: 40px;
      line-height: 49px;
      font-weight: bold;
      color: #212121;
      margin: 40px auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-1__title {
          font-size: 32px;
          margin: 96px 5.5% 30px 20px;
          width: auto; } }
    .supertubes-overview__section-1__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-1__container {
          font-size: 32px;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    .supertubes-overview__section-1__block:nth-of-type(2) {
      padding-left: 58px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-1__block:nth-of-type(2) {
          padding-left: 0px; } }
    .supertubes-overview__section-1__block:nth-of-type(3) {
      padding-left: 53px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-1__block:nth-of-type(3) {
          padding-left: 0px; } }
    .supertubes-overview__section-1__text {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      max-width: 340px;
      padding-top: 8px; }
    .supertubes-overview__section-1__message {
      display: flex;
      align-items: center;
      color: #212121;
      font-weight: normal;
      font-size: 32px;
      line-height: 39px;
      border-left: 8px solid #13287a;
      padding-left: 10px;
      max-width: 340px;
      min-height: 76px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-1__message {
          max-width: 300px; } }
  .supertubes-overview__section-2 {
    background: #f2f2f2;
    padding-top: 80px;
    position: relative;
    overflow: auto;
    flex-wrap: wrap; }
    @media (max-width: 1100px) {
      .supertubes-overview__section-2 {
        flex-direction: column;
        padding: 0px 12px; } }
    .supertubes-overview__section-2__image {
      z-index: 2; }
    .supertubes-overview__section-2 img {
      max-width: 570px;
      max-height: 332px;
      height: auto; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2 img {
          padding-bottom: 40px;
          max-width: 100%; } }
    .supertubes-overview__section-2 p {
      margin: 0 0 12px 0; }
    .supertubes-overview__section-2__caption, .supertubes-overview__section-2__text, .supertubes-overview__section-2__info {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      color: #000000;
      margin-bottom: 12px; }
    .supertubes-overview__section-2__caption {
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 1.5px;
      margin-bottom: 12px;
      line-height: 31px; }
    .supertubes-overview__section-2__text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 300;
      letter-spacing: 1px;
      margin: 12px 0; }
    @media (max-width: 1100px) {
      .supertubes-overview__section-2__container:first-of-type, .supertubes-overview__section-2__container:nth-of-type(3) {
        display: flex;
        flex-wrap: wrap-reverse; } }
    .supertubes-overview__section-2__container:nth-child(3) img {
      padding-left: 20px;
      padding-right: 12px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__container:nth-child(3) img {
          padding-left: 0px;
          padding-right: 12px; } }
    .supertubes-overview__section-2__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding-bottom: 82px;
      width: 1160px;
      margin: 40px auto; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__container {
          padding-bottom: 0px; } }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__container {
          display: flex;
          width: auto; } }
    .supertubes-overview__section-2__block:nth-child(2), .supertubes-overview__section-2__block:nth-child(4) {
      padding-left: 20px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__block:nth-child(2), .supertubes-overview__section-2__block:nth-child(4) {
          padding-left: 0px; } }
    .supertubes-overview__section-2__block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 12px;
      max-width: 570px;
      position: relative;
      z-index: 2; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__block {
          padding-right: 0;
          max-width: 100%; } }
    .supertubes-overview__section-2__buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 20px 0 40px 0; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-2__buttons {
          padding-top: 80px; } }
      .supertubes-overview__section-2__buttons .first {
        margin-bottom: 20px; }
  .supertubes-overview__section-3 {
    background: #ffffff;
    padding-bottom: 70px; }
    @media (max-width: 1100px) {
      .supertubes-overview__section-3 {
        padding-bottom: 40px; } }
    .supertubes-overview__section-3__title {
      font-size: 40px;
      line-height: 49px;
      font-weight: bold;
      margin: 80px 0;
      text-align: center;
      color: #212121; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-3__title {
          font-weight: normal !important;
          font-size: 22px !important;
          margin: 40px 0 24px 0; } }
    .supertubes-overview__section-3__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-3__container {
          padding: 0 20px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: auto; } }
    .supertubes-overview__section-3__blogpost {
      cursor: pointer;
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
      width: 370px; }
      .supertubes-overview__section-3__blogpost:nth-child(2) {
        margin: 0 24px; }
        @media (max-width: 1100px) {
          .supertubes-overview__section-3__blogpost:nth-child(2) {
            margin: 24px 0; } }
      .supertubes-overview__section-3__blogpost:hover {
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.15); }
        .supertubes-overview__section-3__blogpost:hover .blogpost-title {
          color: #13287a; }
      @media (max-width: 1100px) {
        .supertubes-overview__section-3__blogpost {
          width: auto; } }
      .supertubes-overview__section-3__blogpost .blogpost-title {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1.5px;
        color: #000000;
        padding: 16px 16px 0 16px;
        max-width: 339px;
        line-height: 31px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 31px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .supertubes-overview__section-3__blogpost .blogpost-image-container {
        height: 250px;
        overflow: hidden; }
      .supertubes-overview__section-3__blogpost .blogpost-image {
        width: 100%;
        height: auto;
        vertical-align: middle; }
      .supertubes-overview__section-3__blogpost .blogpost-info {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 16px; }
      .supertubes-overview__section-3__blogpost .avatar {
        width: 24px;
        height: 24px;
        border-radius: 8px; }
      .supertubes-overview__section-3__blogpost .name {
        margin: 0 8px;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
        color: #000000; }
      .supertubes-overview__section-3__blogpost .blogpost-separator {
        width: 1px;
        height: 14px;
        background: #eeeeee;
        margin-right: 8px; }
      .supertubes-overview__section-3__blogpost .date {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        color: #000000; }
  .supertubes-overview__footer__title {
    margin-bottom: 40px;
    max-width: 550px; }
    @media (max-width: 1100px) {
      .supertubes-overview__footer__title {
        font-weight: 600 !important;
        font-size: 22px !important;
        margin: 0 0 24px 0; } }
  .supertubes-overview__footer__container {
    margin: 0 auto;
    width: 1160px;
    padding: 80px 0 111px 0px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1100px) {
      .supertubes-overview__footer__container {
        padding: 40px 20px;
        min-height: 510px;
        margin: 0;
        width: auto; } }
  .supertubes-overview__footer p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    max-width: 550px;
    letter-spacing: 1px;
    margin-bottom: 40px; }
    @media (max-width: 1100px) {
      .supertubes-overview__footer p {
        margin-bottom: 24px; } }
  .supertubes-overview__footer__blobs {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1100px) {
      .supertubes-overview__footer__blobs {
        display: none; } }
  .supertubes-overview__footer__blobs-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media (max-width: 1100px) {
      .supertubes-overview__footer__blobs-mobile {
        display: block;
        top: 0; } }
  @media (max-width: 1100px) {
    .supertubes-overview__footer__button {
      display: flex;
      justify-content: center;
      padding-bottom: 183px; } }
.supertubes_overview__scroll-section {
  display: block;
  position: relative;
  top: 0px;
  background: #f2f2f2;
  overflow: hidden;
  padding-top: 80px; }
  @media (max-width: 1100px) {
    .supertubes_overview__scroll-section {
      display: none; } }
  .supertubes_overview__scroll-section .feature-blobs {
    position: absolute;
    right: 0;
    top: -240px; }
    @media (max-width: 1100px) {
      .supertubes_overview__scroll-section .feature-blobs {
        display: none; } }
  .supertubes_overview__scroll-section .container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1160px; }
    @media (max-width: 1100px) {
      .supertubes_overview__scroll-section .container {
        width: auto; } }
    .supertubes_overview__scroll-section .container .row {
      display: flex;
      flex-wrap: wrap; }
      .supertubes_overview__scroll-section .container .row .first-column {
        flex-basis: 33.3%; }
        .supertubes_overview__scroll-section .container .row .first-column .overview-info-item {
          position: relative;
          min-height: 60vh;
          opacity: 0; }
      .supertubes_overview__scroll-section .container .row .second-column {
        flex-basis: 66.6%; }
        .supertubes_overview__scroll-section .container .row .second-column .scrollmagic-pin-spacer {
          top: -10px !important; }
        .supertubes_overview__scroll-section .container .row .second-column .overview-screen {
          position: relative;
          height: 70vh;
          max-height: 584px; }
        .supertubes_overview__scroll-section .container .row .second-column .overview-screen-item {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0; }
          .supertubes_overview__scroll-section .container .row .second-column .overview-screen-item:first-child {
            opacity: 1; }
          .supertubes_overview__scroll-section .container .row .second-column .overview-screen-item .first-image {
            box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15); }
          .supertubes_overview__scroll-section .container .row .second-column .overview-screen-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            height: 70vh;
            max-height: 100%;
            border-radius: 5px;
            transition: all 0.3s ease-out; }

.supertubes-contact {
  font-family: Montserrat; }
  .supertubes-contact__button {
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287a;
    border: 1px solid #13287a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    cursor: pointer; }
    .supertubes-contact__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1100px) {
      .supertubes-contact__button {
        width: 75px; } }
  .supertubes-contact a:visited {
    color: #ffffff !important; }
  .supertubes-contact p a:visited {
    color: #13287A !important; }
  .supertubes-contact h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
    margin: 0 0 40px 0; }
    @media (max-width: 1100px) {
      .supertubes-contact h1 {
        font-size: 32px;
        line-height: 39px; } }
  .supertubes-contact__header, .supertubes-contact__footer {
    background: linear-gradient(168.38deg, #739bd2 7.5%, #464696 88.08%);
    position: relative; }
    .supertubes-contact__header__title, .supertubes-contact__header__text, .supertubes-contact__footer__title, .supertubes-contact__footer__text {
      color: #ffffff;
      font-size: 24px;
      line-height: 29px; }
  @media (max-width: 1100px) {
    .supertubes-contact__header {
      padding-bottom: 0px; } }
  .supertubes-contact__header__title {
    margin-bottom: 32px; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__title {
        display: none; } }
  .supertubes-contact__header__title-mobile {
    display: none; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__title-mobile {
        display: block;
        font-style: normal !important;
        font-size: 32px !important;
        line-height: 39px;
        color: #ffffff;
        letter-spacing: 1.5px; } }
  .supertubes-contact__header__text {
    margin-bottom: 32px; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__text {
        font-size: 24px;
        line-height: 29px; } }
  .supertubes-contact__header__image {
    position: absolute;
    top: 0px;
    right: 0px; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__image {
        display: none; } }
  .supertubes-contact__header__image-mobile {
    display: none; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__image-mobile {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px; } }
  .supertubes-contact__header__container {
    position: relative;
    padding-top: 40px;
    z-index: 2;
    margin: 0 auto;
    width: 1160px;
    height: 226px; }
    @media (max-width: 1100px) {
      .supertubes-contact__header__container {
        padding: 40px 20px 0 20px;
        max-width: 340px;
        margin: 0;
        width: auto;
        height: 197px; } }
  .supertubes-contact__marketing, .supertubes-contact__privacy {
    font-size: 14px;
    letter-spacing: 1px; }
  .supertubes-contact__marketing {
    margin-top: 24px; }
  .supertubes-contact .hs-form-required {
    color: red; }
  .supertubes-contact .legal-consent-container .hs-richtext p {
    font-size: 12px;
    letter-spacing: 1px; }
    .supertubes-contact .legal-consent-container .hs-richtext p a {
      color: #13287a;
      text-decoration: underline; }
  .supertubes-contact .hs-form-booleancheckbox-display {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .supertubes-contact .hs-error-msg {
    color: red;
    font-size: 12px; }
  .supertubes-contact fieldset {
    max-width: unset !important;
    margin-top: 18px !important; }
  .supertubes-contact input[type="email"],
  .supertubes-contact input[type="text"],
  .supertubes-contact input[type="number"] {
    display: block;
    width: 100%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    height: 32px;
    border-bottom: 3px solid #85838f;
    font-family: Montserrat;
    font-size: 16px; }
  .supertubes-contact input:focus {
    outline: 0; }
  .supertubes-contact sup {
    color: red; }
  .supertubes-contact__label {
    display: block;
    margin-top: 24px; }
    .supertubes-contact__label.first-name-label {
      margin-top: 0px; }
    .supertubes-contact__label.last-name-label {
      margin-top: 0px; }
      @media (max-width: 1100px) {
        .supertubes-contact__label.last-name-label {
          margin-top: 24px; } }
    .supertubes-contact__label.email-label {
      margin-top: 20px; }
  .supertubes-contact__checkbox {
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border-bottom: 3px solid #85838F; }
    .supertubes-contact__checkbox:checked {
      background-image: url("/img/backyards/contact/checkmark.svg");
      background-position: 55% 60%; }
  .supertubes-contact__agreement {
    margin-left: 30px; }
  .supertubes-contact .privacy-link {
    color: #13287a;
    text-decoration: underline; }
  .supertubes-contact .column {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1100px) {
      .supertubes-contact .column {
        display: block; } }
  @media (max-width: 1100px) {
    .supertubes-contact .column:nth-child(1) {
      padding-top: 40px; } }
  .supertubes-contact__container {
    background: #f2f2f2;
    padding: 40px 0;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #212121; }
    @media (max-width: 1100px) {
      .supertubes-contact__container {
        padding: 40px 20px; } }
    .supertubes-contact__container__form {
      margin: 0 auto;
      width: 764px; }
      @media (max-width: 1100px) {
        .supertubes-contact__container__form {
          width: auto; } }
  .supertubes-contact .checkbox-container {
    display: flex;
    justify-content: stretch;
    align-items: center; }
  .supertubes-contact__row-container {
    width: 49%; }
    @media (max-width: 1100px) {
      .supertubes-contact__row-container {
        width: 100%; } }
  .supertubes-contact__marketing, .supertubes-contact__privacy {
    font-size: 14px;
    letter-spacing: 1px; }
  .supertubes-contact__marketing {
    margin-top: 24px; }

input[type="checkbox"] {
  width: 30px !important;
  height: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-bottom: 3px solid #85838f; }
  input[type="checkbox"]:checked {
    background-image: url("/img/backyards/contact/checkmark.svg");
    background-position: 55% 60%; }

input[type="submit"] {
  padding: 0px 14px;
  height: 40px;
  border-radius: 2px;
  background: #13287a;
  border: 1px solid #13287a;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer; }
  input[type="submit"]:hover {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1100px) {
    input[type="submit"] {
      width: 75px; } }
.light {
  font-weight: normal;
  letter-spacing: 1px;
  padding: 5px 0; }

.primary {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #13287A; }
  .primary.last {
    padding-top: 35px; }

.bold {
  font-weight: bold; }

.supertubes-pricing-mobile {
  font-family: Montserrat;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #212121;
  background: #F2F2F2;
  padding-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 0px) and (max-width: 1100px) {
    .supertubes-pricing-mobile {
      display: block; } }
  @media screen and (min-width: 1100px) {
    .supertubes-pricing-mobile {
      display: none; } }
  .supertubes-pricing-mobile .pricing-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 40px 16px 24px 16px; }
  .supertubes-pricing-mobile__container {
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    margin: 0 16px; }
    .supertubes-pricing-mobile__container .plan-table .empty::after {
      content: "";
      height: 16px;
      width: 16px;
      padding: 0 22px; }
    .supertubes-pricing-mobile__container .plan-table .row {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .supertubes-pricing-mobile__container .plan-table .row > div:first-child {
        text-align: right;
        line-height: 20px;
        padding: 8px 16px 8px 14px;
        width: 68%; }
      .supertubes-pricing-mobile__container .plan-table .row > div:nth-child(2) {
        width: 18%;
        text-align: center; }
      .supertubes-pricing-mobile__container .plan-table .row > div:nth-child(3) {
        width: 14%;
        text-align: center; }
      .supertubes-pricing-mobile__container .plan-table .row:last-child {
        height: 24px; }
      .supertubes-pricing-mobile__container .plan-table .row:nth-child(even) {
        background: #F8F8F6; }
      .supertubes-pricing-mobile__container .plan-table .row.white {
        background-color: #fff; }
    .supertubes-pricing-mobile__container .plan-types {
      display: flex;
      justify-content: flex-end;
      color: #13287A;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      padding-top: 24px;
      padding-bottom: 24px; }
      .supertubes-pricing-mobile__container .plan-types div {
        display: flex;
        justify-content: center; }
      .supertubes-pricing-mobile__container .plan-types div:nth-child(1) {
        width: 68%; }
      .supertubes-pricing-mobile__container .plan-types div:nth-child(2) {
        width: 18%; }
      .supertubes-pricing-mobile__container .plan-types div:nth-child(3) {
        width: 14%; }
    .supertubes-pricing-mobile__container .column {
      display: flex;
      flex-direction: column; }
    .supertubes-pricing-mobile__container .onboarding-and-support {
      background: #F8F8F6;
      padding: 24px 16px; }
      .supertubes-pricing-mobile__container .onboarding-and-support .row {
        display: flex;
        justify-content: space-evenly; }
        .supertubes-pricing-mobile__container .onboarding-and-support .row > .column > span:not(.subhead) {
          text-align: center;
          padding-bottom: 16px; }
      .supertubes-pricing-mobile__container .onboarding-and-support .subhead {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 31px;
        text-align: center;
        letter-spacing: 1.5px;
        color: #13287A;
        padding-bottom: 8px; }
      .supertubes-pricing-mobile__container .onboarding-and-support .core {
        padding-bottom: 4px !important; }
      .supertubes-pricing-mobile__container .onboarding-and-support .onboarding {
        padding-bottom: 24px; }
      .supertubes-pricing-mobile__container .onboarding-and-support .support {
        padding: 8px 0 24px 0; }
      .supertubes-pricing-mobile__container .onboarding-and-support .contact-sales {
        display: flex;
        justify-content: center;
        padding-top: 24px; }
  .supertubes-pricing-mobile__additional-services {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0 16px; }
    .supertubes-pricing-mobile__additional-services__column-1, .supertubes-pricing-mobile__additional-services__column-2 {
      padding: 16px 16px 0 16px; }
      .supertubes-pricing-mobile__additional-services__column-1 span, .supertubes-pricing-mobile__additional-services__column-2 span {
        display: block; }
    .supertubes-pricing-mobile__additional-services__column-1 span:nth-child(2),
    .supertubes-pricing-mobile__additional-services__column-1 span:nth-child(3) {
      padding-bottom: 24px; }
    .supertubes-pricing-mobile__additional-services__column-2 span:nth-child(2) {
      padding-bottom: 24px; }
    .supertubes-pricing-mobile__additional-services__column-2 span:nth-child(3) {
      padding-bottom: 16px; }
  .supertubes-pricing-mobile__subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding: 24px 16px; }

.supertubes-pricing {
  font-family: Montserrat; }
  .supertubes-pricing .black {
    color: #212121;
    font-weight: bold;
    font-size: 14px; }
  .supertubes-pricing__pricing-container {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    margin: 0 16px;
    min-width: 1160px; }
    .supertubes-pricing__pricing-container .row {
      display: flex;
      justify-content: flex-end;
      padding: 12px 0; }
      .supertubes-pricing__pricing-container .row span {
        display: inline-block;
        padding: 8px 0; }
      .supertubes-pricing__pricing-container .row .supertubes-pricing__button {
        margin: 24px 0; }
      .supertubes-pricing__pricing-container .row img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .supertubes-pricing__pricing-container .row div:first-child {
        width: 373px;
        text-align: right;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px; }
      .supertubes-pricing__pricing-container .row div:nth-child(2) {
        width: 375px;
        margin-left: 20px;
        text-align: center; }
      .supertubes-pricing__pricing-container .row div:nth-child(3) {
        width: 372px;
        margin-left: 20px;
        text-align: center; }
      .supertubes-pricing__pricing-container .row:nth-child(even) {
        background: #F8F8F6; }
      .supertubes-pricing__pricing-container .row:last-child {
        background: #F8F8F6;
        padding-bottom: 0px; }
      .supertubes-pricing__pricing-container .row.white {
        background-color: #fff; }
    .supertubes-pricing__pricing-container .column-title {
      display: flex;
      background: #FFFFFF;
      justify-content: center;
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      color: #13287A;
      padding: 4px 0 12px 0;
      width: 375px; }
    .supertubes-pricing__pricing-container .multiline {
      flex-direction: column;
      align-items: center; }
    .supertubes-pricing__pricing-container .column-subtitle {
      font-size: 14px;
      font-weight: normal;
      line-height: 16px; }
    .supertubes-pricing__pricing-container .light {
      font-weight: normal;
      letter-spacing: 1px;
      padding: 5px 0; }
  .supertubes-pricing__button {
    padding: 0px 14px;
    height: 40px;
    border-radius: 2px;
    background: #13287A;
    border: 1px solid #13287A;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .supertubes-pricing__button:visited {
      color: #FFFFFF; }
    .supertubes-pricing__button img {
      padding-left: 11px; }
    .supertubes-pricing__button:hover {
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
    .supertubes-pricing__button.outline {
      background: transparent;
      border: 2px solid #FFFFFF; }
      .supertubes-pricing__button.outline:hover {
        background: #13287A; }
    @media (max-width: 1100px) {
      .supertubes-pricing__button.mobile {
        margin-bottom: 20px; } }
  .supertubes-pricing__header, .supertubes-pricing__footer {
    font-family: Montserrat;
    background: linear-gradient(168.38deg, #739BD2 7.5%, #464696 88.08%);
    position: relative; }
    .supertubes-pricing__header__title, .supertubes-pricing__header__text, .supertubes-pricing__footer__title, .supertubes-pricing__footer__text {
      color: #FFFFFF;
      font-size: 24px;
      line-height: 29px; }
    .supertubes-pricing__header a:visited, .supertubes-pricing__footer a:visited {
      color: #FFFFFF !important; }
  .supertubes-pricing__header {
    height: 153px; }
    @media (max-width: 1100px) {
      .supertubes-pricing__header {
        padding-bottom: 58px;
        height: 158px;
        overflow: hidden; } }
    .supertubes-pricing__header__title {
      margin-bottom: 40px;
      margin-top: 0px; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__title {
          display: none; } }
    .supertubes-pricing__header__title-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__title-mobile {
          display: block;
          font-style: normal !important;
          font-weight: normal;
          font-size: 32px;
          color: #FFFFFF;
          line-height: 39px; } }
    .supertubes-pricing__header__text {
      margin-bottom: 32px; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__text {
          font-size: 24px;
          line-height: 29px; } }
    .supertubes-pricing__header__image {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 924px; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__image {
          display: none; } }
    .supertubes-pricing__header__image-mobile {
      display: none; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__image-mobile {
          display: block;
          position: absolute;
          top: 0px;
          right: 0px; } }
    .supertubes-pricing__header__container {
      position: relative;
      padding-top: 40px;
      z-index: 2;
      margin: 0px auto;
      width: 1160px; }
      @media (max-width: 1100px) {
        .supertubes-pricing__header__container {
          padding: 40px 20px;
          margin: 0;
          width: auto; } }
    @media (max-width: 1100px) {
      .supertubes-pricing__header__buttons {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center; } }
  .supertubes-pricing h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .supertubes-pricing h1 {
        font-size: 32px;
        line-height: 39px; } }
  .supertubes-pricing__content {
    display: flex;
    position: relative;
    background: #F2F2F2; }
  .supertubes-pricing__columns {
    display: flex;
    justify-content: center; }
  .supertubes-pricing__subtitle {
    font-size: 24px;
    line-height: 29px;
    color: #212121;
    text-align: center;
    padding: 24px 0; }
  .supertubes-pricing__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 73px;
    text-align: center;
    padding: 40px 0;
    color: #212121; }
  .supertubes-pricing__container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 1160px; }
    @media screen and (min-width: 0px) and (max-width: 1100px) {
      .supertubes-pricing__container {
        display: none; } }
    @media screen and (min-width: 1101px) {
      .supertubes-pricing__container {
        display: flex; } }
  .supertubes-pricing__additional-services-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px; }
  .supertubes-pricing__additional-services {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 16px;
    width: 767px;
    font-size: 14px; }
    .supertubes-pricing__additional-services__column-1 span, .supertubes-pricing__additional-services__column-2 span {
      display: block; }
    .supertubes-pricing__additional-services__column-1 .light, .supertubes-pricing__additional-services__column-2 .light {
      padding-bottom: 16px; }
    .supertubes-pricing__additional-services__column-1 {
      padding-right: 23px;
      max-width: 361px; }
  .supertubes-pricing__image {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1100px) {
      .supertubes-pricing__image {
        display: none; } }
  .supertubes-pricing__footer__title {
    margin-bottom: 40px;
    max-width: 550px;
    font-weight: bold;
    font-size: 60px;
    line-height: 73px; }
    @media (max-width: 1100px) {
      .supertubes-pricing__footer__title {
        font-weight: 600 !important;
        font-size: 22px !important;
        margin: 0 0 24px 0; } }
  .supertubes-pricing__footer__container {
    padding: 80px 0 111px 0px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1160px; }
    @media (max-width: 1100px) {
      .supertubes-pricing__footer__container {
        padding: 40px 20px;
        min-height: 510px;
        margin: 0;
        width: auto; } }
  .supertubes-pricing__footer p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    max-width: 550px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 22px; }
    @media (max-width: 1100px) {
      .supertubes-pricing__footer p {
        margin-bottom: 24px; } }
  .supertubes-pricing__footer__blobs {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1100px) {
      .supertubes-pricing__footer__blobs {
        display: none; } }
  .supertubes-pricing__footer__blobs-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media (max-width: 1100px) {
      .supertubes-pricing__footer__blobs-mobile {
        display: block;
        top: 0; } }
  @media (max-width: 1100px) {
    .supertubes-pricing__footer__button {
      display: flex;
      justify-content: center;
      padding-bottom: 183px; } }
.try-backyards {
  font-family: Montserrat;
  position: relative; }
  .try-backyards__modal {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
    padding-top: 246px;
    visibility: hidden; }
    .try-backyards__modal__wrapper {
      height: 212px;
      width: 620px;
      box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.5);
      background: #FFFFFF;
      border-radius: 4px;
      position: relative;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      display: flex; }
    .try-backyards__modal__title {
      font-weight: bold;
      line-height: 34px;
      font-size: 28px;
      color: #0057FF;
      margin-bottom: 20px; }
    .try-backyards__modal__text {
      line-height: 28px;
      font-weight: 500;
      font-size: 16px;
      color: #212121; }
    .try-backyards__modal svg {
      position: absolute;
      cursor: pointer;
      right: 22px;
      top: 22px; }
  .try-backyards__clouds {
    right: calc(50% - 700px);
    position: absolute;
    height: 389px;
    width: auto;
    top: -90px; }
    @media (max-width: 1200px) {
      .try-backyards__clouds {
        display: none; } }
  .try-backyards__logo {
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .try-backyards__logo {
        max-width: 100%; } }
button.new-button,
a.new-button,
a:visited.new-button {
  display: inline-flex;
  justify-content: center;
  border: 0px solid #0057ff;
  border-radius: 2px;
  padding: 12px 14px 12px 14px;
  background-color: #0057ff;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white; }
  button.new-button:hover,
  a.new-button:hover,
  a:visited.new-button:hover {
    background-color: #e94b97; }

button.new-button--secondary,
a.new-button--secondary,
a:visited.new-button--secondary {
  display: inline-flex;
  justify-content: center;
  border: 2px solid #0057ff;
  border-radius: 2px;
  padding: 10px 12px 10px 12px;
  background-color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0057ff; }
  button.new-button--secondary:hover,
  a.new-button--secondary:hover,
  a:visited.new-button--secondary:hover {
    border-color: #e94b97;
    color: #e94b97; }

button.new-button--white,
a.new-button--white,
a:visited.new-button--white {
  display: inline-flex;
  justify-content: center;
  border: 2px solid white;
  border-radius: 2px;
  padding: 10px 12px 10px 12px;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white; }
  button.new-button--white:hover,
  a.new-button--white:hover,
  a:visited.new-button--white:hover {
    border-color: white;
    color: white; }

.form-container {
  position: relative;
  padding: 40px 0 155px 0;
  background-color: #f8f8f6; }
  @media (max-width: 1200px) {
    .form-container {
      padding: 10px; } }
  .form-container__select {
    position: relative; }
    .form-container__select svg {
      position: absolute;
      right: 21px;
      top: 23px; }
  .form-container__wrapper {
    margin: auto;
    width: 940px; }
    @media (max-width: 1200px) {
      .form-container__wrapper {
        width: 100%; } }
    .form-container__wrapper__form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 38px;
      grid-column-gap: 20px; }
      @media (max-width: 1200px) {
        .form-container__wrapper__form {
          grid-template-columns: 1fr;
          grid-row-gap: 20px;
          padding: 20px 0; } }
      @media (max-width: 1200px) {
        .form-container__wrapper__form__field {
          grid-column: span 2; } }
      .form-container__wrapper__form__field--full {
        grid-column: span 2; }
      .form-container__wrapper__form label {
        display: block;
        margin-bottom: 9px;
        font-size: 16px;
        line-height: 20px;
        color: #212121; }
      .form-container__wrapper__form__message {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 4;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1200px) {
          .form-container__wrapper__form__message {
            grid-column-start: auto;
            grid-row-start: auto;
            grid-row-end: auto; } }
      .form-container__wrapper__form__accept {
        position: relative;
        grid-column-start: 2;
        display: flex !important;
        align-items: center; }
        @media (max-width: 1200px) {
          .form-container__wrapper__form__accept {
            grid-column-start: auto;
            grid-row-start: auto;
            grid-row-end: auto; } }
        .form-container__wrapper__form__accept--full {
          grid-column: span 2;
          grid-row: auto; }
        .form-container__wrapper__form__accept .checkbox {
          position: absolute;
          top: 0;
          left: 0;
          height: 30px;
          width: 30px;
          box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
          border-radius: 4px;
          background-color: white;
          cursor: pointer; }
          .form-container__wrapper__form__accept .checkbox::after {
            content: "";
            opacity: 1;
            position: absolute;
            left: 12px;
            top: 12px;
            transform: rotate(0deg) scale(0);
            height: 0px;
            width: 0px;
            border-radius: 5px;
            border: solid #0057ff;
            border-width: 0 3px 3px 0; }
        .form-container__wrapper__form__accept input:checked ~ .checkbox {
          transform: rotate(0deg) scale(1); }
          .form-container__wrapper__form__accept input:checked ~ .checkbox::after {
            opacity: 1;
            transform: rotate(45deg) scale(1);
            left: 12px;
            top: 6px;
            width: 6px;
            height: 12px;
            border: solid #0057ff;
            border-width: 0 2px 2px 0;
            border-radius: 0;
            background-color: transparent; }
      .form-container__wrapper__form select {
        -moz-appearance: none;
        appearance: none;
        box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 0;
        height: 50px;
        width: 100%;
        padding: 0 5px 0 5px;
        font-size: 16px;
        background-color: white; }
      .form-container__wrapper__form input[type="text"],
      .form-container__wrapper__form input[type="email"] {
        box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 0;
        height: 50px;
        width: 100%;
        padding: 0 5px 0 5px;
        font-size: 16px;
        background-color: white; }
      .form-container__wrapper__form input[type="checkbox"] {
        opacity: 0;
        height: 30px;
        width: 30px;
        cursor: pointer;
        margin: 0;
        margin-right: 15px; }
      .form-container__wrapper__form textarea {
        flex-grow: 1;
        box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 0;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        background-color: white; }
        @media (max-width: 1200px) {
          .form-container__wrapper__form textarea {
            min-height: 150px; } }
    .form-container__wrapper__submit {
      text-align: right; }
      .form-container__wrapper__submit--left {
        text-align: left;
        margin-top: 30px; }
        @media (max-width: 1200px) {
          .form-container__wrapper__submit--left {
            margin-bottom: 20px;
            margin-top: 0; } }
      @media (max-width: 1200px) {
        .form-container__wrapper__submit button {
          width: 100%; } }
    .form-container__wrapper__slack {
      margin-top: 20px; }
      .form-container__wrapper__slack a {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        color: #212121; }
        .form-container__wrapper__slack a > img {
          width: 50px;
          height: 50px; }
  .form-container > img {
    position: absolute;
    bottom: -16px;
    right: 0;
    clip: rect(0px, 459px, 147px, 0px);
    width: 459px;
    height: 164px; }
    @media (max-width: 1200px) {
      .form-container > img {
        display: none; } }
.subheader {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  height: 60px;
  align-items: center;
  transition: 200ms background;
  width: 100%;
  color: #ffffff;
  background: linear-gradient(174.15deg, #283584 10.06%, #5a91cd 81.15%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px; }
  .subheader .logo {
    width: 173px;
    flex-shrink: 0; }
  .subheader .header__nav .active {
    border-bottom: 2px solid #ffffff; }
  .subheader .header__nav .active:hover {
    border-bottom: 2px solid #82CEF2; }
  .subheader .header__wrapper {
    justify-content: space-between; }
  .subheader .button--mobile-nav {
    width: auto; }
  @media (max-width: 1200px) {
    .subheader .subheader-mobile-menu-button {
      position: relative;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: auto;
      height: auto; }
      .subheader .subheader-mobile-menu-button__menu {
        font-weight: bold; } }
  .subheader .header__brand {
    margin-right: 0;
    max-width: 100px;
    width: 173px;
    height: 32px; }

.subheader-mobile-nav--open {
  display: block; }

.subheader-mobile-menu-button {
  display: none; }

.backyards {
  font-family: Montserrat;
  position: relative; }
  .backyards__main {
    position: relative;
    padding: 100px 0 84px 0;
    background-color: white;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .backyards__main {
        height: auto;
        padding: 10px; } }
    .backyards__main .cloud-main {
      right: calc(50% - 700px);
      position: absolute;
      height: 389px;
      width: auto;
      top: -90px; }
      @media (max-width: 1200px) {
        .backyards__main .cloud-main {
          display: none; } }
    .backyards__main__body {
      align-items: flex-start;
      display: flex;
      margin: auto;
      width: 940px; }
      @media (max-width: 1200px) {
        .backyards__main__body {
          width: 100%;
          padding: 5px; } }
      @media (max-width: 1200px) {
        .backyards__main__body__text {
          width: 100%; } }
      .backyards__main__body__text__title {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 47px; }
        @media (max-width: 1200px) {
          .backyards__main__body__text__title {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 20px; } }
      .backyards__main__body__text__description {
        font-size: 22px;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .backyards__main__body__text__description {
            font-size: 14px;
            font-weight: normal; } }
        .backyards__main__body__text__description > * + * {
          margin-top: 25px; }
      .backyards__main__body__text__buttons {
        margin-top: 50px; }
        .backyards__main__body__text__buttons > * + * {
          margin-left: 20px; }
        @media (max-width: 1200px) {
          .backyards__main__body__text__buttons {
            display: flex;
            flex-direction: column;
            margin: 0px;
            padding: 5px; }
            .backyards__main__body__text__buttons > a {
              width: 100%;
              margin-top: 10px; }
            .backyards__main__body__text__buttons > * + * {
              margin-left: 0px; } }
      .backyards__main__body__logo {
        margin-bottom: 40px;
        width: 340px; }
        @media (max-width: 1200px) {
          .backyards__main__body__logo {
            margin-bottom: 20px;
            max-width: 100%;
            width: auto; } }
      .backyards__main__body > * + * {
        margin-left: 44px; }
  .backyards__video {
    box-sizing: border-box;
    background: #DDD;
    width: 940px;
    padding: 1px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: -186px; }
    .backyards__video__wrapper {
      padding-bottom: 56.25%;
      /* 16:9 */
      position: relative; }
    .backyards__video iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    @media (max-width: 1200px) {
      .backyards__video {
        margin-bottom: 0;
        width: 100%; } }
  .backyards__why {
    background-color: #f8f8f6;
    position: relative;
    padding-bottom: 100px;
    padding-top: 365px; }
    @media (max-width: 1200px) {
      .backyards__why {
        padding: 39px 5px 40px 5px; } }
    .backyards__why__body {
      margin: auto;
      width: 940px; }
      @media (max-width: 1200px) {
        .backyards__why__body {
          width: 100%; } }
      .backyards__why__body__title {
        text-transform: capitalize;
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        color: #0057ff;
        margin-bottom: 42px; }
        @media (max-width: 1200px) {
          .backyards__why__body__title {
            margin-bottom: 20px;
            font-size: 24px;
            padding: 10px; } }
      .backyards__why__body__body {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: stretch;
        column-gap: 20px;
        row-gap: 35px; }
        @media (max-width: 1200px) {
          .backyards__why__body__body {
            grid-template-columns: 1fr;
            padding: 10px;
            row-gap: 10px; } }
        .backyards__why__body__body__reason {
          flex-direction: column;
          align-items: center;
          display: flex; }
          @media (max-width: 1200px) {
            .backyards__why__body__body__reason {
              display: block;
              width: 100%; } }
          .backyards__why__body__body__reason img {
            margin-bottom: 32px;
            height: 97px; }
            @media (max-width: 1200px) {
              .backyards__why__body__body__reason img {
                display: none; } }
          .backyards__why__body__body__reason__title {
            margin: 17px 0 30px 0;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            color: #212121; }
            @media (max-width: 1200px) {
              .backyards__why__body__body__reason__title {
                margin: 20px 0 5px 0; } }
          .backyards__why__body__body__reason__description {
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            color: #212121; }
  .backyards__features {
    padding-bottom: 106px;
    padding-top: 100px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .backyards__features {
        padding: 20px 10px 50px; } }
    .backyards__features__body {
      max-width: 940px;
      margin: 0 auto; }
    .backyards__features__clouds {
      right: calc(50% - 700px);
      transform: scaleY(-1);
      position: absolute;
      bottom: -91px; }
      @media (max-width: 1200px) {
        .backyards__features__clouds {
          display: none; } }
    .backyards__features__title {
      margin-bottom: 80px;
      text-align: center;
      line-height: 44px;
      font-weight: bold;
      font-size: 36px;
      color: #0057FF; }
      @media (max-width: 1200px) {
        .backyards__features__title {
          margin-bottom: 30px;
          font-size: 24px; } }
    .backyards__features__feature {
      margin-bottom: 40px;
      font-weight: bold;
      line-height: 28px;
      font-size: 24px;
      color: #212121; }
      @media (max-width: 1200px) {
        .backyards__features__feature {
          margin-bottom: 20px;
          font-size: 18px; } }
    .backyards__features__hr {
      background: #E2E2E2;
      margin: 40px 0;
      height: 2px; }
    .backyards__features__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      display: grid;
      line-height: 28px;
      font-weight: 500;
      font-size: 16px;
      color: #212121; }
      @media (max-width: 1200px) {
        .backyards__features__grid {
          grid-template-columns: 1fr; } }
      .backyards__features__grid > div > div {
        grid-template-columns: min-content 1fr;
        display: grid; }
        .backyards__features__grid > div > div::before {
          content: url("/img/small-arrow.svg");
          margin-right: 13px; }
        .backyards__features__grid > div > div + div {
          margin-top: 30px; }
  .backyards__cta {
    background: linear-gradient(175.34deg, #739BD2 7.5%, #464696 88.08%); }
    .backyards__cta__body {
      max-width: 940px;
      margin: 0 auto;
      height: 206px;
      justify-content: space-between;
      align-items: center;
      display: flex; }
      @media (max-width: 1200px) {
        .backyards__cta__body {
          justify-content: initial;
          align-content: center;
          grid-gap: 20px;
          display: grid;
          padding: 10px; } }
      .backyards__cta__body > a {
        width: 380px; }
        @media (max-width: 1200px) {
          .backyards__cta__body > a {
            text-align: center;
            width: 100%; } }
  .backyards__posts {
    padding: 100px 0; }
    @media (max-width: 1200px) {
      .backyards__posts {
        padding: 20px 0; } }
    .backyards__posts__title {
      font-weight: bold;
      text-align: center;
      line-height: 44px;
      font-size: 36px;
      color: #0057FF;
      margin-bottom: 90px; }
      @media (max-width: 1200px) {
        .backyards__posts__title {
          margin-bottom: 30px;
          font-size: 24px; } }
    .backyards__posts__body {
      max-width: 940px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        .backyards__posts__body {
          padding: 10px; } }
    .backyards__posts__grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
      display: grid; }
      @media (max-width: 1200px) {
        .backyards__posts__grid {
          grid-template-columns: 1fr; } }
  .backyards__post {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border-radius: 8px; }
    .backyards__post strong {
      border-radius: 8px 8px 0px 0px;
      background: #F8F8F6;
      padding: 13px 20px;
      display: block;
      font-weight: bold;
      line-height: 22px;
      font-size: 18px;
      color: #212121; }
    .backyards__post p {
      padding: 13px 20px;
      margin: 0;
      line-height: 28px;
      font-weight: 500;
      font-size: 16px;
      color: #212121; }
    .backyards__post a {
      padding: 5px 20px 20px 20px;
      display: block;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
      line-height: 17px;
      font-size: 14px;
      color: #0057FF; }
  .backyards__get-started {
    position: relative;
    background: #F8F8F6;
    padding: 46px 10px 64px 0; }
    @media (max-width: 1200px) {
      .backyards__get-started {
        padding: 46px 10px 40px 10px; } }
    .backyards__get-started__body {
      margin: auto;
      width: 940px; }
      @media (max-width: 1200px) {
        .backyards__get-started__body {
          width: 100%; } }
      .backyards__get-started__body__title {
        font-weight: bold;
        font-size: 36px;
        color: #0057ff; }
        @media (max-width: 1200px) {
          .backyards__get-started__body__title {
            color: inherit; } }
      .backyards__get-started__body__text {
        margin-top: 46px;
        width: 100%;
        max-width: 940px;
        font-weight: bold;
        font-size: 22px;
        color: #212121; }
      .backyards__get-started__body__buttons {
        margin-top: 20px; }
        .backyards__get-started__body__buttons > * + * {
          margin-left: 20px; }
        @media (max-width: 1200px) {
          .backyards__get-started__body__buttons {
            display: flex;
            flex-direction: column;
            margin-bottom: 0px; }
            .backyards__get-started__body__buttons > a {
              width: 100%;
              margin-top: 10px; }
            .backyards__get-started__body__buttons > * + * {
              margin-left: 0px; } }
    .backyards__get-started .logo {
      position: absolute;
      bottom: -17px;
      right: 0px;
      width: 472px;
      height: 165px;
      clip: rect(0px, 472px, 148px, 0px); }
      @media (max-width: 1200px) {
        .backyards__get-started .logo {
          display: none; } }
.contact__main {
  padding: 93px 0 65px 0;
  background-color: white;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .contact__main {
      padding: 30px 5px 20px 5px; } }
  .contact__main__body {
    margin: auto;
    width: 940px; }
    @media (max-width: 1200px) {
      .contact__main__body {
        width: 100%; } }
    .contact__main__body__title {
      margin-bottom: 55px;
      font-weight: bold;
      font-size: 50px;
      color: #212121; }
      @media (max-width: 1200px) {
        .contact__main__body__title {
          margin-bottom: 10px;
          font-size: 24px; } }
    .contact__main__body__description {
      font-weight: bold;
      font-size: 22px;
      line-height: 27px;
      color: #212121; }
      @media (max-width: 1200px) {
        .contact__main__body__description {
          font-size: 14px; } }
.pricing {
  font-family: Montserrat;
  position: relative; }
  .pricing__hero {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 33px; }
    @media (max-width: 1200px) {
      .pricing__hero {
        padding: 40px 10px; } }
    .pricing__hero__logo {
      margin-bottom: 40px;
      max-width: 100%; }
    .pricing__hero__title {
      line-height: 1.2em;
      font-size: 50px;
      color: #212121;
      margin: 0;
      margin-bottom: 40px; }
      @media (max-width: 1200px) {
        .pricing__hero__title {
          margin-bottom: 10px;
          font-size: 24px; } }
    .pricing__hero__text {
      font-weight: bold;
      line-height: 27px;
      font-size: 22px;
      color: #212121;
      margin-bottom: 40px; }
      .pricing__hero__text p {
        margin: 0; }
      .pricing__hero__text p + p {
        margin-top: 20px; }
      @media (max-width: 1200px) {
        .pricing__hero__text {
          font-size: 14px; } }
    .pricing__hero__clouds {
      right: calc(50% - 700px);
      position: absolute;
      height: 389px;
      width: auto;
      top: -90px; }
      @media (max-width: 1200px) {
        .pricing__hero__clouds {
          display: none; } }
  .pricing__tables {
    background: linear-gradient(133.96deg, #74C9E2 7.5%, #56BDC1 88.08%);
    padding-bottom: 100px;
    padding-top: 90px; }
    @media (max-width: 1200px) {
      .pricing__tables {
        padding-top: 40px; } }
  .pricing__section {
    padding: 100px 0;
    color: #212121; }
    @media (max-width: 1200px) {
      .pricing__section {
        padding: 20px 10px; } }
    .pricing__section strong {
      line-height: 61px;
      font-size: 50px; }
      @media (max-width: 1200px) {
        .pricing__section strong {
          margin-bottom: 10px;
          line-height: 30px;
          font-size: 24px; } }
    .pricing__section p {
      font-weight: bold;
      line-height: 27px;
      font-size: 22px; }
      @media (max-width: 1200px) {
        .pricing__section p {
          font-size: 14px; } }
    .pricing__section__wrapper {
      max-width: 940px;
      margin: 0 auto; }
  .pricing__mobile-table {
    max-width: 980px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .pricing__mobile-table {
        display: none; } }
    .pricing__mobile-table__body {
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
      padding: 16px 20px 30px 20px;
      background: white; }
    .pricing__mobile-table__title {
      margin-bottom: 40px;
      font-weight: bold;
      line-height: 29px;
      font-size: 24px; }
    .pricing__mobile-table__subtitle {
      text-align: center;
      font-weight: bold;
      line-height: 29px;
      font-size: 24px;
      color: #0057FF;
      margin-bottom: 40px; }
      .pricing__mobile-table__subtitle:not(:first-child) {
        margin-top: 40px; }
    .pricing__mobile-table__feature {
      display: grid; }
      .pricing__mobile-table__feature + .pricing__mobile-table__feature {
        margin-top: 40px; }
      .pricing__mobile-table__feature > span {
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 16px;
        color: #212121; }
      .pricing__mobile-table__feature br {
        display: block; }
  .pricing__table {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .pricing__table {
        padding: 0 16px; }
        .pricing__table--mobile-hidden {
          display: none; } }
    @media (min-width: 1200px) {
      .pricing__table:not(.pricing__table--naked)::before {
        border: 3px solid #0057FF;
        content: "";
        position: absolute;
        width: 260px;
        bottom: 20px;
        right: 25px;
        top: -5px; }
      .pricing__table:not(.pricing__table--naked)::after {
        border: 3px solid #0057FF;
        content: "";
        position: absolute;
        width: 260px;
        bottom: 20px;
        right: 323px;
        top: -5px; } }
    .pricing__table__header {
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
      color: #0057FF;
      background: white;
      position: sticky;
      top: 50px; }
      @media (min-width: 1200px) {
        .pricing__table__header {
          display: none !important; } }
    .pricing__table__features {
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
      padding: 16px 20px 30px 20px;
      background: white;
      grid-gap: 20px;
      display: grid; }
      .pricing__table__features > div {
        grid-template-columns: 1fr 260px 260px;
        justify-items: center;
        align-items: center;
        grid-gap: 38px;
        display: grid;
        padding: 5px 0; }
        @media (max-width: 1200px) {
          .pricing__table__features > div {
            grid-template-columns: 1fr 39px 29px;
            grid-gap: 10px; } }
        .pricing__table__features > div > span {
          justify-self: left;
          line-height: 28px; }
          @media (max-width: 1200px) {
            .pricing__table__features > div > span {
              font-size: 16px; } }
      .pricing__table__features--one-column > div {
        grid-template-columns: 1fr 540px; }
    .pricing__table__title {
      grid-template-columns: 1fr 260px 260px;
      justify-items: center;
      grid-gap: 38px;
      display: grid;
      padding: 0 20px;
      height: 62px;
      font-weight: bold;
      font-size: 36px;
      margin-bottom: 12px; }
      @media (max-width: 1200px) {
        .pricing__table__title {
          line-height: 29px;
          font-size: 24px;
          margin-bottom: 40px;
          height: auto; } }
      .pricing__table__title strong {
        justify-self: left; }
      .pricing__table__title span {
        color: #0057FF; }
        @media (max-width: 1200px) {
          .pricing__table__title span {
            display: none; } }
      .pricing__table__title small {
        font-weight: normal;
        font-size: 14px;
        display: block; }
      .pricing__table__title--one-column {
        grid-template-columns: 1fr; }
  .pricing__price {
    grid-template-columns: min-content 1fr;
    grid-gap: 0 7px;
    display: grid;
    width: 240px; }
    .pricing__price + * {
      margin-top: 20px; }
    .pricing__price strong, .pricing__price span {
      grid-column: 2; }
    .pricing__price span {
      font-size: 14px; }
    .pricing__price strong {
      color: #0057FF; }

.overlay {
  /* Display over the entire page */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  /* Horizontal and vertical centering of the image */
  align-items: center;
  text-align: center;
  /* We hide all this by default */
  visibility: hidden; }

.overlay img {
  /* Maximum image size */
  max-width: 98%;
  max-height: 98%;
  /* We keep the ratio of the image */
  width: auto;
  height: auto;
  align-items: center; }

.overlay:target {
  visibility: visible;
  outline: none;
  cursor: default; }

.hl-container {
  position: relative; }

.blog-content .toolbar {
  padding-top: 10px;
  padding-right: 5px; }

.docs-wrap .toolbar {
  padding-right: 5px; }

.toolbar {
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 10; }
  .toolbar button {
    height: 20px;
    width: 20px;
    margin: 2px;
    background-color: unset;
    border: none;
    outline: none;
    transition: all 0.3s;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-size: contain; }
    .toolbar button:hover {
      opacity: 1; }
    .toolbar button:after {
      opacity: 0.3; }

.copybtn {
  background-image: url(/img/content-copy.png); }

.downloadbtn {
  background-image: url(/img/cloud-download.png); }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }
