:root {
  --lightgrey: #e9ebf0;
  --blue-brand-b: #2b2da8;
  --white: white;
  --brand-blue-a: #161581;
  --peach: #e4d597;
  --black: black;
}

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

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

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

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

body {
  color: #0f0f0f;
  flex-flow: column;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: #000;
  max-width: 960px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Geologica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.section-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-top: 14vh;
  margin-bottom: 120px;
  display: flex;
}

.glow-top {
  z-index: -1;
  background-image: radial-gradient(circle farthest-side at 50% 0, rgba(0, 0, 0, 0), #020c24), linear-gradient(rgba(14, 32, 173, .34), rgba(0, 0, 0, 0));
  width: 100%;
  height: 500px;
  position: absolute;
  top: -70px;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.block-hero {
  z-index: 10;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-large {
  width: 640px;
  font-size: 20px;
  line-height: 1.5;
}

.figure-hero {
  perspective: 1300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 40px;
  display: flex;
}

.figure-block-hero {
  perspective: 1300px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  transform: rotateX(74deg)rotateY(0)rotateZ(0);
}

.figure-a {
  z-index: 20;
  filter: blur(5px);
  transform-style: preserve-3d;
  background-image: url('../images/icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(0, 0, 4vh);
}

.figure-b {
  z-index: 19;
  opacity: .76;
  filter: blur(3px);
  transform-style: preserve-3d;
  background-image: url('../images/icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 90%;
  position: absolute;
  transform: translate3d(0, 0, -13vh);
}

.figure-c {
  z-index: 18;
  opacity: .33;
  filter: blur(20px);
  transform-style: preserve-3d;
  background-image: url('../images/icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 70%;
  position: absolute;
  transform: translate3d(0, 0, -34vh);
}

.body {
  background-color: #020c24;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  overflow: hidden;
}

.brand {
  width: 100%;
  max-width: 180px;
}

.section-home {
  background-color: #001493;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 660px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.logotype {
  width: 100%;
  max-width: 180px;
  padding-left: 0;
}

.div-block {
  background-color: #001493;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 30%;
}

.div-block-2.video {
  z-index: 100;
  width: 100%;
  position: relative;
}

.div-block-3 {
  z-index: 102;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  padding: 120px 60px 50px;
  display: flex;
  position: relative;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.section-def {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.section-def.blue {
  z-index: 0;
  color: #fff;
  background-color: #2b2da8;
  margin-top: -30px;
}

.section-def.top {
  z-index: 5;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}

.section-def.top.additoinal {
  background-color: var(--lightgrey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-def.bottom {
  z-index: 5;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn {
  z-index: 200;
  background-color: var(--blue-brand-b);
  color: #fff;
  border: 3px solid #2b39b4;
  border-radius: 50px 0 50px 50px;
  padding: 15px 40px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.btn.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--blue-brand-b);
  transition: all .2s ease-in-out;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0);
}

.btn.white:hover {
  box-shadow: 0 2px 60px rgba(255, 255, 255, .4);
}

.div-block-5 {
  grid-column-gap: 30px;
  justify-content: space-around;
  max-width: 480px;
  display: flex;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  display: block;
  position: relative;
}

.container.flex_c-c {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.p_large {
  font-size: 24px;
  line-height: 1.5;
}

.p_large.white {
  color: rgba(255, 255, 255, .8);
}

.section-cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.cta-wrapper {
  background-color: var(--blue-brand-b);
  background-image: linear-gradient(270deg, var(--brand-blue-a), var(--blue-brand-b));
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 80px;
}

.position-absolute {
  background-color: #2b2da8;
  background-image: linear-gradient(270deg, var(--brand-blue-a), var(--blue-brand-b));
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.position-relative {
  z-index: 10;
  position: relative;
}

.inner-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  max-width: 640px;
  display: flex;
}

.p_medium {
  font-size: 1.3em;
  line-height: 1.5;
}

.buttons-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
  align-items: center;
}

.footer-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blc_2col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blc_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blc_1-2col_info {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blc_1-2col_img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lightgrey);
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  min-height: 400px;
  padding: 20px;
  display: block;
  position: relative;
}

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

.blc_feature_text {
  flex: 1;
}

.blc_feature_icon {
  filter: hue-rotate(326deg);
  background-color: rgba(233, 235, 240, 0);
  border-radius: 7px;
  width: 48px;
  height: 48px;
  padding: 2px;
}

.subtitle_feature {
  color: var(--brand-blue-a);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.subtitle_feature.white {
  color: var(--lightgrey);
}

.subtitle_feature.large {
  font-size: 18px;
}

.blc_card {
  background-color: var(--brand-blue-a);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 40px 150px;
  display: flex;
}

.blc_card.kubernetes {
  background-image: linear-gradient(148deg, rgba(43, 45, 168, .92) 35%, rgba(43, 45, 168, 0) 70%), url('../images/10319297-30f6-44d6-a131-d1a71f51db3e_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 300px;
}

.blc_card.database {
  background-image: linear-gradient(90deg, rgba(43, 45, 168, .66) 40%, rgba(43, 45, 168, 0) 70%), url('../images/7f4bb4bd-cc0c-49f7-924c-8b52c2116764_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blc_card.s3 {
  background-image: linear-gradient(148deg, rgba(43, 45, 168, .92) 35%, rgba(43, 45, 168, 0) 75%), url('../images/07a2823e-144e-443f-b4fd-a5dda22c5cd3_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 300px;
}

.blc_card.mailcloud {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.blc_card.messenger {
  background-color: var(--white);
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px 10px rgba(255, 255, 255, .2);
}

.blc_card.conferences {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-7 {
  max-width: 480px;
  margin-bottom: 30px;
}

.blc_diagram {
  position: relative;
}

.blc_diagram_top {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.blc_diagram_icon {
  background-color: var(--white);
  border-radius: 10px;
  width: 100px;
  height: 100px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .14);
}

.blc_diagram_icon.partner_a {
  background-image: url('../images/OpsPro-icons---db-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80px;
  height: 80px;
}

.blc_diagram_icon.partner_b {
  background-image: url('../images/OpsPro-icons---kuber-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 60px;
}

.blc_diagram_icon.partner_c {
  background-image: url('../images/OpsPro-icons---docker-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 125px;
  margin-bottom: 100px;
}

.blc_diagram_icon.partner_d {
  background-image: url('../images/OpsPro-icons---python-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blc_diagram_icon.partner_e {
  background-image: url('../images/OpsPro-icons---mysql-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blc_diagram_icon.partner_f {
  background-image: url('../images/OpsPro-icons---js-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blc_diagram_icon.partner_g {
  background-image: url('../images/OpsPro-icons---vv-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blc_diagram_icon.partner_h {
  background-image: url('../images/OpsPro-icons---clickhouse-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin-top: 80px;
}

.blc_diagram_icon.partner_i {
  background-image: url('../images/OpsPro-icons---go-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 125px;
  margin-top: 120px;
}

.blc_diagram_icon.partner_j {
  background-image: url('../images/OpsPro-icons---mailcloud-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.blc_diagram_middle {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.blc_diagram_bot {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.p_small {
  font-size: 14px;
  line-height: 1.4;
}

.p_small.italic {
  color: #000;
  font-style: italic;
}

.p_small.italic.white {
  color: #95cff8;
}

.btn_outline {
  z-index: 200;
  border: 2px solid var(--blue-brand-b);
  pointer-events: auto;
  color: var(--blue-brand-b);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px 0 50px 50px;
  padding: 15px 40px;
  font-family: Geologica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.591, -.005, .404, .995);
  position: relative;
  box-shadow: 0 2px 5px rgba(43, 45, 168, 0);
}

.btn_outline:hover {
  background-color: var(--blue-brand-b);
  color: #fff;
  box-shadow: 0 2px 60px rgba(43, 45, 168, .4);
}

.btn_outline.white {
  border-color: var(--white);
  color: var(--white);
}

.btn_outline.white:hover {
  background-color: var(--white);
  color: var(--blue-brand-b);
  box-shadow: 0 2px 60px rgba(255, 255, 255, .4);
}

.btn_outline.white.tg {
  background-image: url('../images/iconmonstr-telegram-1.svg');
  background-position: 20px 45%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 60px;
  padding-right: 30px;
}

.btn_outline.white.tg:hover {
  background-image: url('../images/telegram-blue-icon.svg');
}

.btn_outline.tg {
  -webkit-text-stroke-color: var(--blue-brand-b);
  background-image: url('../images/telegram-blue-icon.svg');
  background-position: 20px 45%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 60px;
  padding-right: 30px;
}

.btn_outline.tg:hover {
  background-image: url('../images/iconmonstr-telegram-1.svg');
}

.blc_partnercarousel {
  padding-left: 0;
  padding-right: 0;
}

.blc_partnerlogoblock {
  background-color: rgba(233, 235, 240, .5);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
}

.div-block-8 {
  width: 100%;
  height: 60px;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 4px solid rgba(14, 106, 255, .15);
  border-radius: 30px;
  justify-content: space-around;
  padding: 30px;
  display: flex;
}

.div-block-10 {
  text-align: center;
  background-color: rgba(14, 106, 255, .15);
  border-radius: 20px;
  align-self: stretch;
  width: 100%;
  padding: 20px;
}

.div-block-10.center {
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.btn_menu_cta {
  background-color: var(--blue-brand-b);
  color: var(--white);
  background-image: url('../images/iconmonstr-telegram-1.svg');
  background-position: 12px 45%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 50px 0 50px 50px;
  padding: 10px 12px 10px 40px;
}

.btn_menu_cta.white {
  background-color: var(--white);
  color: var(--brand-blue-a);
  background-image: url('../images/telegram-blue-icon.svg');
  margin-left: 20px;
  font-weight: 700;
}

.navlink {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: all .15s ease-in-out;
}

.navlink:hover {
  text-shadow: 0 0 7px #fff;
}

.img_stagesdevops {
  background-image: url('../images/ops-pro-diagram_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.img_advantages {
  z-index: 100;
  background-image: url('../images/ops-pro-icon_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.blc_1-3col_about {
  flex: 1;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-15 {
  z-index: 101;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-white {
  color: #fff;
}

.footer-column {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-column.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.lnk_footer {
  border-bottom: 2px solid var(--peach);
  color: var(--blue-brand-b);
  margin-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.lnk_footer:hover {
  border-bottom-style: dotted;
  border-bottom-color: rgba(43, 45, 168, 0);
}

.footer-companydetails {
  font-size: 16px;
  line-height: 1.5;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 30px;
  margin-bottom: 60px;
}

.row-service-logos {
  width: 100%;
  display: flex;
}

.service-logo-mailcloud {
  max-width: 240px;
}

.div-block-15-copy {
  z-index: 4;
  background-image: url('../images/cover-opspro-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph_lnk {
  border-bottom: 2px solid var(--peach);
  color: var(--peach);
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.paragraph_lnk:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-end;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .section-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blc_2col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .blc_2col.reverse {
    flex-flow: column-reverse;
    min-height: 400px;
  }

  .blc_text {
    max-width: 640px;
  }

  .blc_text.expert {
    max-width: 480px;
  }

  .blc_1-2col_info {
    max-width: none;
    padding-bottom: 0;
  }

  .blc_feature {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blc_feature_icon {
    width: 64px;
    height: 64px;
  }

  .blc_card {
    padding: 40px 40px 360px;
  }

  .blc_diagram_icon.partner_e, .blc_diagram_icon.partner_f {
    background-size: contain;
  }

  .blc_partnercarousel {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn_menu_cta {
    margin: 10px 20px 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink {
    padding-left: 40px;
  }

  .img_stagesdevops {
    min-height: 400px;
  }

  .img_advantages {
    min-height: 400px;
    top: 0;
    bottom: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(105, 165, 248, .33);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
  }

  .btn_menu-mobile {
    color: #fff;
  }

  .btn_menu-mobile.w--open {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(105, 165, 248, .33);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3, h4 {
    font-size: 24px;
  }

  .navbar {
    padding-top: 15px;
  }

  .section-home {
    height: auto;
    min-height: 80vh;
  }

  .div-block-2.video {
    max-height: 800px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 350px;
    padding-bottom: 30px;
  }

  .btn {
    padding: 10px 25px;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    max-width: 480px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .p_large {
    font-size: 18px;
  }

  .cta-wrapper {
    padding: 60px 20px 60px 40px;
  }

  .buttons-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buttons-row.center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .footer-middle {
    flex-flow: column;
  }

  .blc_2col.reverse {
    flex-flow: column-reverse;
  }

  .blc_1-2col_info {
    max-width: 800px;
  }

  .blc_card {
    padding: 40px 30px 400px;
  }

  .blc_card.database {
    padding-bottom: 300px;
  }

  .grid {
    margin-bottom: 20px;
  }

  .blc_diagram_icon {
    width: 60px;
    height: 60px;
  }

  .blc_diagram_icon.partner_b {
    width: 120px;
    height: 120px;
    margin-bottom: 80px;
  }

  .blc_diagram_icon.partner_c {
    width: 80px;
    height: 80px;
    margin-bottom: 60px;
  }

  .blc_diagram_icon.partner_e, .blc_diagram_icon.partner_f {
    display: none;
  }

  .blc_diagram_icon.partner_h {
    width: 100px;
    height: 100px;
    margin-top: 100px;
  }

  .blc_diagram_icon.partner_i {
    width: 80px;
    height: 80px;
    margin-top: 80px;
  }

  .blc_diagram_icon.partner_j {
    width: 50px;
    height: 50px;
  }

  .btn_outline {
    padding: 10px 25px;
  }

  .blc_partnerlogoblock {
    padding: 5px 10px;
  }

  .div-block-9 {
    flex-flow: wrap;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .div-block-15 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, var(--brand-blue-a) 70%);
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    max-height: 600px;
  }

  .div-block-3 {
    padding-top: 400px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    text-align: center;
    padding: 40px 30px;
  }

  .inner-container {
    align-items: center;
  }

  .buttons-row.center {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .blc_1-2col_img {
    min-height: 300px;
  }

  .blc_diagram_icon.partner_a {
    width: 70px;
    height: 70px;
  }

  .blc_diagram_icon.partner_b {
    width: 90px;
    height: 90px;
  }

  .blc_diagram_icon.partner_c {
    width: 70px;
    height: 70px;
  }

  .blc_diagram_icon.partner_d {
    width: 50px;
    height: 50px;
  }

  .blc_diagram_icon.partner_e, .blc_diagram_icon.partner_f {
    display: none;
  }

  .blc_diagram_icon.partner_h {
    width: 80px;
    height: 80px;
  }

  .blc_diagram_icon.partner_i {
    width: 60px;
    height: 60px;
  }

  .btn_outline.tg {
    flex: 1;
  }

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

  .img_stagesdevops {
    min-height: 320px;
  }

  .img_advantages {
    min-height: 300px;
  }

  .div-block-15 {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 28%, var(--brand-blue-a) 70%);
  }
}

#w-node-de04fd8d-14a6-7f61-9084-c23dcda38c6c-76bb4cbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-76bb4cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b73485-01f0-c2df-19d1-8b779573c759-76bb4cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a2-76bb4cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3af-76bb4cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-76bb4cbe, #w-node-d3216f4e-aa4f-7a57-524a-430aa74b9380-76bb4cbe, #w-node-ad085d7f-f850-a624-46b1-b2041cdcd7da-76bb4cbe, #w-node-_2f86b3de-240b-ade8-e1be-e2e777060012-76bb4cbe, #w-node-_44b130dc-f8f1-d3e6-9d54-6717f6ffc141-76bb4cbe, #w-node-_88dcdc59-93de-4efc-ab0e-8ecccfbfd49b-76bb4cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de04fd8d-14a6-7f61-9084-c23dcda38c6c-831d1332 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-831d1332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b73485-01f0-c2df-19d1-8b779573c759-831d1332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a2-831d1332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3af-831d1332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-831d1332, #w-node-d3216f4e-aa4f-7a57-524a-430aa74b9380-831d1332, #w-node-ad085d7f-f850-a624-46b1-b2041cdcd7da-831d1332, #w-node-_2f86b3de-240b-ade8-e1be-e2e777060012-831d1332, #w-node-_44b130dc-f8f1-d3e6-9d54-6717f6ffc141-831d1332, #w-node-_88dcdc59-93de-4efc-ab0e-8ecccfbfd49b-831d1332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-76bb4cbe, #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-76bb4cbe, #w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-831d1332, #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-831d1332 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-76bb4cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74b73485-01f0-c2df-19d1-8b779573c759-76bb4cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a2-76bb4cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3af-76bb4cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-76bb4cbe, #w-node-_67e9fbac-8cf9-a4d6-5c9a-67279f60bcf7-831d1332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74b73485-01f0-c2df-19d1-8b779573c759-831d1332, #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3af-831d1332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-a4e310d8-4d2e-ff9e-8108-19bb50b8c3a8-831d1332 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


