.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.section {
  background-color: #f6f8f8;
  width: 100%;
  height: 100%;
}

.div-block {
  background-color: #ebebeb00;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.body {
  background-color: #0f0f0f;
  padding: 0;
  overflow-x: hidden;
}

.div-block-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f800;
  border-bottom: .75px #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
}

.div-block-3 {
  align-self: center;
  align-items: center;
  width: 40px;
  margin-right: 10px;
  display: block;
  position: static;
}

.menu-item {
  z-index: 0;
  color: #0f0f0f;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.menu-item:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  background-color: #2e6b6f;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  opacity: .79;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px #000;
  border-radius: 50px;
  order: 0;
  align-self: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: #3a3a3a;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  display: none;
}

.div-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px 40px 10px;
  display: flex;
  overflow: hidden;
}

.intro-left-side {
  order: 0;
  width: 100%;
  height: 500px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: none;
}

.text-block.intro-subhead {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.button {
  color: #3b3b3b;
  background-color: #f8f8f8;
  border: 1px dashed #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: all .5s;
  box-shadow: inset 4px 2px 5px #5555554a;
}

.button:hover {
  background-color: #dbdbdb;
  border-radius: 15px;
  box-shadow: inset 4px 2px 5px #5555554a;
}

.text-span {
  color: #6045ff;
  padding-left: 0;
  font-size: 150px;
}

.buttons-wrap {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  align-items: center;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 40px;
  display: none;
}

.text-block-2 {
  color: #f8f8f8;
  text-overflow: clip;
  overflow-wrap: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 70px;
}

.intro-right-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  margin-right: 0;
  display: none;
  position: relative;
}

.image {
  width: 220px;
  max-width: none;
}

.hover-box {
  z-index: -1;
  mix-blend-mode: multiply;
  background-color: #001eff;
  border-radius: 50px;
  width: 550px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-550px);
}

.slider, .mask {
  height: 500px;
}

.slide-nav {
  display: none;
}

.image-2 {
  max-width: none;
  max-height: 100%;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-left: 5px;
  display: flex;
}

.div-block-7 {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 3px 2px 5px #00000045;
}

.text-block-3 {
  z-index: 5;
  color: #0f0f0f;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 200;
  display: block;
  position: relative;
}

.div-block-8 {
  width: auto;
  height: 45px;
  position: absolute;
  top: -161px;
  left: 0;
}

.button-hover {
  background-color: #0f0f0f;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.btn-txt-hover {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: none;
  position: static;
}

.image-3 {
  z-index: 10;
  position: static;
}

.heading {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-2 {
  color: #f8f8f8;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.div-block-9 {
  z-index: 6;
  background-color: #0f0f0f;
  border-radius: 20px;
  width: 100vw;
  height: 100vh;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}

.heading-3 {
  color: #d3ffbb;
  text-align: center;
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 90px;
}

.text-block-4 {
  color: #f8f8f8db;
  text-align: center;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  transition: all .4s;
}

.text-span-2 {
  font-weight: 800;
}

.div-block-10 {
  background-color: #dcffda;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.button-wrap-2, .button-wrap-3 {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 3px 2px 5px #00000045;
}

.button-wrap {
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #d3ffbb00;
  border: .75px solid #f8f8f8;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 60px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap:active {
  transform: translate(0, 10px);
}

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

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

.logo-wrap-inline {
  align-self: center;
  align-items: center;
  width: 40px;
  margin-right: 10px;
  display: none;
  position: static;
}

.logo-container {
  filter: drop-shadow(-3px -1px 2px #0000003b);
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.image-4 {
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
}

.subhead-textblocxk {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.subhead-textblocxk.intro-subhead {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.subhead-textblocxk-copy {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.subhead-textblocxk-copy.intro-subhead {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.subhead-textblock {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.subhead-textblock.intro-subhead {
  color: #f8f8f8;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.subhead-textblock.services-intro-subhead {
  color: #f8f8f8;
  text-align: center;
  width: 60%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.subhead-textblock.about-intro-subhead {
  color: #f8f8f8;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 50px;
  width: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 7px 5px 5px #0003;
}

.heading-4 {
  width: auto;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 38px;
  position: absolute;
  transform: translate(43px);
}

.vp-intro {
  background-color: #d3ffbb;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: inset 7px 4px 5px #0003;
}

.vp-intro-2 {
  background-color: #d3ffbb;
  border-radius: 50px;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 40%;
  left: 25%;
  overflow: hidden;
  box-shadow: inset 7px 4px 5px #0003;
}

.vp-intro-3 {
  background-color: #d3ffbb;
  border-radius: 50px;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
  overflow: hidden;
  box-shadow: inset 7px 4px 5px #0003;
}

.heading-5, .heading-5-2 {
  margin-top: 10px;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  transform: translate(20px);
}

.footer {
  width: 100vw;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
}

.heading-6 {
  color: #f8f8f8;
  margin-top: 50px;
  font-family: Manrope, sans-serif;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  margin-bottom: 40px;
  padding: 0;
}

.tab-link-tab-1 {
  background-color: #c5c4c4;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #8d8d8d00;
  border: 1px solid #fff;
  border-bottom-style: none;
}

.tab-link-tab-2 {
  color: #646464;
  background-color: #ddd0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.info-cards-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.services-steps {
  aspect-ratio: auto;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #f8f8f800;
  border: .75px #f8f8f8;
  border-radius: 30px;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 8px 11px 5px #0000008c;
}

.services-steps:hover {
  width: auto;
}

.heading-7 {
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.paragraph-2 {
  text-align: left;
  margin-top: 0;
  padding: 20px 17px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.list {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.image-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all .3s;
  display: inline-block;
}

.image-5:hover {
  transform: translate(0, -2px)rotateX(7deg)rotateY(0)rotateZ(15deg);
}

.specialties-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f8f800;
  flex-flow: row;
  justify-content: space-between;
  width: 100vw;
  height: 600vh;
  margin-top: 200px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.heading-8 {
  text-align: center;
}

.spline-scene {
  filter: grayscale();
  height: 500px;
  display: none;
}

.image-6 {
  border-bottom: .75px solid #f8f8f8;
  width: 100%;
}

.heading-9 {
  margin-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 110px;
}

.specialties-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: relative;
}

.heading-10 {
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.image-7 {
  width: 120px;
}

.specialties-inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.specialties-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.heading-12 {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 6vw;
  font-weight: 400;
}

.paragraph-3 {
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.specialties-slide {
  opacity: 1;
  background-color: #f8f8f8;
  background-image: url('../images/bg-strateg.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.specialties-slide.slide-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 100;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: flex-start;
  width: auto;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.specialties-slide.slide-2, .specialties-slide.slide-3, .specialties-slide.slide-4 {
  opacity: 100;
  border: 1px #000;
  align-items: flex-start;
  padding-left: 10px;
}

.specialties-slide.slide-5 {
  opacity: 100;
  border: 1px #000;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.specialties-slide.slide-7, .specialties-slide.slide-8 {
  opacity: 100;
  border: 1px solid #000;
  align-items: flex-start;
  padding-left: 40px;
}

.specialties-slide.slide-4 {
  padding-left: 10px;
}

.specialties-slide.slide-6 {
  opacity: 100;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.heading-13 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 60px;
  padding-bottom: 2%;
  font-family: Manrope, sans-serif;
  font-size: 8vw;
  font-weight: 400;
}

.heading-14 {
  color: #0f0f0f;
  margin-top: 40px;
  margin-left: 30px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 2.6vw;
}

.heading-15 {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 10px;
  padding: 0 60px 0 30px;
  font-family: Manrope, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-17 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 200;
}

.paragraph-4 {
  color: #0f0f0f;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Manrope, sans-serif;
  font-size: 1.3vw;
  font-weight: 200;
  line-height: 1.3vw;
}

.specialties-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: grid;
}

.div-block-13 {
  border-left: 1px solid #000;
  width: 10%;
  height: 100%;
}

.div-block-14, .specialties-extra {
  height: 100%;
}

.specialties-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 10px;
  margin-left: 30px;
  display: flex;
}

.button-wrap-specialties {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  background-color: #0f0f0f;
  border: 1px solid #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap-2-specialties, .button-wrap-3-specialties {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: inset 3px 2px 5px #00000045;
}

.text-block-btn-spl {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: block;
}

.button-hover-specialties {
  color: #0f0f0f;
  background-color: #d3ffbb;
  border: 1px dashed #000;
  border-radius: 5px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
  transform: translate(-150px);
}

.btn-txt-hover-spl {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.specialties-info {
  opacity: .6;
  filter: blur(8px);
  border-radius: 20px;
  padding-bottom: 20px;
  position: relative;
}

.specialties-info.card-1 {
  opacity: 1;
  filter: none;
  background-color: #0000;
  width: 400px;
}

.specialties-info.card-2, .specialties-info.card-3, .specialties-info.card-4, .specialties-info.card-5, .specialties-info.card-6 {
  opacity: 1;
  filter: none;
}

.specialties-card {
  opacity: 1;
}

.img-pop-card {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.image-8 {
  mix-blend-mode: multiply;
  border-radius: 20px;
  display: none;
}

.spl-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 50px;
  transition: all .3s;
  display: grid;
  position: static;
  overflow: visible;
}

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

.card-1 {
  width: 100%;
}

.heading-18 {
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.heading-19 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.info-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  width: 30vw;
  height: 30vw;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.info-cards._1 {
  border-style: solid;
  left: 70%;
  right: auto;
}

.info-cards.card-5 {
  border-style: solid;
  width: 350px;
  height: 350px;
  transition: all .3s;
  position: static;
  top: 10%;
  left: 53%;
  right: auto;
  box-shadow: -2px 2px 5px #0003;
}

.info-cards.card-5:hover {
  z-index: 5;
}

.info-cards.card-4 {
  width: 350px;
  height: 350px;
  position: static;
  top: 10%;
  left: 40%;
  box-shadow: -2px 2px 5px #0003;
}

.info-cards.card-4:hover {
  z-index: 5;
}

.info-cards.card-3 {
  border-style: none;
  position: static;
  top: 10%;
  left: 28%;
}

.info-cards.card-3:hover {
  z-index: 5;
}

.info-cards.card-2 {
  position: static;
  top: 10%;
  left: 15%;
  box-shadow: -2px 2px 5px #0003;
}

.info-cards.card-2:hover {
  z-index: 5;
}

.info-cards.card-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  width: 350px;
  height: 350px;
  position: static;
  top: 10%;
  left: 66%;
  right: auto;
}

.info-cards.card-1 {
  position: static;
  top: 10%;
  left: 4%;
  box-shadow: -2px 2px 5px #0003;
}

.info-cards.card-1:hover {
  z-index: 5;
}

.heading-20 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
}

.cards-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-left: 5px;
  display: flex;
}

.btn-txt-cards {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  display: block;
}

.button-wrap-cards {
  z-index: 0;
  box-shadow: none;
  color: #f8f8f8;
  cursor: pointer;
  background-color: #0f0f0f;
  border: 1px solid #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: Manrope, sans-serif;
  font-weight: 200;
  display: flex;
  position: relative;
  left: 0;
  overflow: hidden;
}

.heading-21 {
  color: #f8f8f8;
  width: 60%;
  margin-top: 40px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.text-span-4 {
  color: #f8f8f8;
  font-weight: 600;
}

.div-block-15 {
  color: #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px #000;
  flex-flow: column;
  justify-content: center;
  width: 40%;
  margin-top: 0;
  padding: 30px 60px 30px 70px;
  display: flex;
}

.heading-22 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 90px;
  font-weight: 400;
}

.heading-23 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-6 {
  font-family: Manrope, sans-serif;
}

.paragraph-7 {
  color: #0f0f0f;
  width: 60%;
  margin-top: 20px;
  padding-left: 5px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button-wrap-srv {
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #d3ffbb00;
  border: 1px solid #0f0f0f;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-btn-srv {
  z-index: 5;
  color: #0f0f0f;
  align-self: auto;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: block;
  position: relative;
}

.button-hover-srv {
  background-color: #2e6b6f;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.div-block-17 {
  border: 1px solid #000;
  margin-top: 0;
  padding: 20px;
}

.div-block-18 {
  width: 50%;
}

.div-block-19 {
  border: 1px solid #000;
  border-style: solid solid none none;
  margin-top: 0;
  padding: 20px;
}

.div-block-20 {
  border: 1px solid #000;
  margin-top: 0;
  padding: 20px;
}

.div-block-21 {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 0;
  padding: 20px;
}

.div-block-22 {
  border: 1px solid #000;
  margin-top: 0;
  padding: 20px;
}

.div-block-17-copy {
  border: 0 #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  align-self: auto;
  margin-top: 0;
  padding: 20px;
}

.paragraph-8 {
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.cell {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
}

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

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  padding: 0;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #c6cecc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  padding: 100px 50px;
  transition: all .3s;
  display: grid;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-24 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 200;
}

.paragraph-9 {
  color: #0f0f0f;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-25 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.heading-25.abt-crd-heading {
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw;
}

.heading-25.specialties-crd-heading {
  line-height: 2.2vw;
}

.paragraph-10 {
  font-family: Manrope, sans-serif;
}

.paragraph-11 {
  color: #0f0f0f;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 1.6vw;
}

.paragraph-11.abt-crd-pr {
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.quick-stack-2 {
  grid-column-gap: 17px;
  background-color: #f8f8f8;
  padding: 100px;
}

.div-block-26 {
  padding-right: 40px;
}

.div-block-27 {
  background-color: #0f0f0f;
  width: 250px;
  height: 250px;
  padding: 30px;
}

.div-block-27.spcl-blk-card {
  background-color: #929c99;
  border-radius: 20px;
}

.div-block-27.abt-crd-1 {
  aspect-ratio: 1;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-28 {
  background-color: #0f0f0f;
  width: 250px;
  height: 250px;
  padding: 30px;
}

.div-block-28.spcl-blk-card {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-29 {
  background-color: #0f0f0f;
  width: 250px;
  height: 250px;
  padding: 30px;
}

.div-block-29.spcl-blk-card {
  border-radius: 20px;
  position: relative;
}

.div-block-30 {
  background-color: #0f0f0f;
  width: 250px;
  height: 250px;
  padding: 30px;
}

.div-block-30.spcl-blk-card {
  border-radius: 20px;
}

.div-block-31 {
  background-color: #0f0f0f;
  width: 250px;
  height: 250px;
  padding: 30px;
}

.div-block-31.spcl-blk-card {
  border-radius: 20px;
  padding: 25px;
}

.spcl-blk-card {
  aspect-ratio: 1;
  opacity: .95;
  background-color: #929c99;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 25px;
  transition: all .2s;
  display: flex;
}

.spcl-blk-card:hover {
  background-image: none;
  transform: scale(.96);
}

.text-block-3-copy {
  z-index: 5;
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: block;
  position: relative;
}

.sml-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #0f0f0f;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.sml-button-wrap {
  z-index: 1;
  box-shadow: none;
  color: #0f0f0f;
  cursor: pointer;
  background-color: #d3ffbb00;
  border: .75px solid #f8f8f8;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding: 0 0 0 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sml-button-wrap:active {
  transform: translate(0, 2px);
}

.sml-btn-txt {
  z-index: 5;
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: block;
  position: relative;
}

.link-block-2 {
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.button-hover-sml {
  background-color: #0f0f0f;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.div-block-32, .sml-btn-hoverbox {
  background-color: #000;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  position: absolute;
  transform: translate(-170px);
}

.intro-about-wrap {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: 0;
  display: flex;
}

.paragraph-12 {
  color: #0f0f0f;
  text-align: center;
  padding: 207px 100px 100px;
  font-family: Manrope, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2vw;
  display: flex;
  position: static;
}

.div-block-33 {
  filter: blur(5px);
  background-color: #50887b66;
  background-image: url('../images/news.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.srvc-number {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 3vw;
  font-weight: 400;
  line-height: 2.3vw;
}

.div-block-copy {
  background-color: #ebebeb00;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.services-main-wrapper {
  background-color: #ebebeb00;
  background-image: url('../images/news.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 150vh;
  position: static;
}

.services-content-wrap {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.services-nav-bar {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f800;
  border-bottom: .75px #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
}

.servces-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  opacity: .79;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px #000;
  border-radius: 50px;
  order: 0;
  align-self: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-menu-item {
  z-index: 0;
  color: #f8f8f8;
  background-color: #2e6b6f;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.services-menu-item:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.services-intro-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px 10px;
  display: flex;
  overflow: hidden;
}

.services-intro-left-side {
  box-shadow: none;
  border: .5px solid #00000024;
  border-radius: 20px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-intro-hd {
  color: #f8f8f8;
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 100px;
  font-weight: 200;
  line-height: 110px;
  position: relative;
}

.services-button-wrap {
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #d3ffbb00;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 60px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-button-wrap:active {
  transform: translate(0, 7px);
}

.services-button-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.services-button-hover {
  background-color: #000;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.div-block-34 {
  opacity: 1;
  filter: none;
  background-color: #363636a3;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-5 {
  color: #f8f8f8;
  font-weight: 400;
  line-height: 110px;
}

.bg-fixed {
  background-image: url('../images/news.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.services-body {
  background-color: #1b1b1b;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  overflow-x: hidden;
}

.platforms-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #082e2a;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: auto;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-logo-name {
  color: #f8f8f8;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.white-logo-pic {
  z-index: 10;
  position: static;
}

.div-block-36 {
  border-radius: 20px;
  width: auto;
  height: 100vh;
  position: sticky;
  top: 0;
  left: auto;
  overflow: hidden;
}

.image-9 {
  filter: grayscale();
  display: block;
}

.platform-services-inner {
  border-radius: 20px;
  width: auto;
  height: 100vh;
  position: sticky;
  top: 0;
  left: auto;
  overflow: hidden;
}

.track-wrap {
  width: 400vw;
  height: 100%;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  width: 100vw;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.div-block-37 {
  width: 100%;
  height: 100%;
}

.platforms-services-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.image-10 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-39 {
  width: 25%;
}

.platforms-icon {
  width: 30%;
}

.grid-services {
  aspect-ratio: 3 / 2;
  border: .5px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-services:hover {
  border-radius: 20px;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-26 {
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.image-11 {
  background-color: #e4e4e4;
  border-radius: 15px;
  width: auto;
  height: 80px;
  padding: 5px;
  transition: all .3s;
}

.paragraph-13 {
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6vw;
}

.title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-27 {
  color: #0f0f0f;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.text-span-6 {
  font-size: 10.5vw;
  font-weight: 400;
}

.text-block-5 {
  color: #0f0f0f;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-14 {
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

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

.apps-block {
  background-color: #1b1b1b;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 110vh;
  margin: 50px 0 0;
  padding: 100px 30px;
  display: flex;
}

.heading-28 {
  color: #f7f7f7;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 4vw;
}

.apps-cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 50px;
  display: flex;
}

.app-icon-block {
  background-color: #ededed;
  border-radius: 20px;
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.app-icon-block.prices-icons {
  background-color: #f8f8f8;
}

.header-txt {
  color: #f7f7f7;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 4.5vw;
}

.campaign-title-block {
  margin-bottom: 20px;
}

.grid-services-inside {
  z-index: 1;
  aspect-ratio: 3 / 2;
  background-color: #e4e4e4;
  border: .5px #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px 20px 0;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.grid-services-inside:hover {
  border-radius: 20px;
}

.paragraph-13-inside {
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.3vw;
}

.grid-button-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.grid-link {
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.grid-button-wrap {
  z-index: 2;
  box-shadow: none;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 35px;
  margin-top: 0;
  padding: 5px 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-button-wrap:active {
  transform: translate(0, 7px);
}

.grid-button-hover {
  background-color: #e4e4e4;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.button-text-services {
  z-index: 5;
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: relative;
}

.heading-29 {
  text-align: right;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.heading-29:hover {
  font-weight: 800;
}

.div-block-43, .grid-back-button {
  justify-content: flex-end;
  display: flex;
}

.back-button-text {
  text-align: right;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.back-button-text:hover {
  font-weight: 800;
}

.apps-inside {
  background-color: #e4e4e4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translate(400px);
  box-shadow: -7px 0 12px 3px #0003;
}

.heading-30 {
  color: #0f0f0f;
  text-align: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.paragraph-15 {
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 1.6vw;
}

.footer-services {
  background-color: #1b1b1b;
  width: 100vw;
  margin-bottom: 50px;
  padding: 100px 60px;
  position: static;
}

.services-button-block-black {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: 0;
  display: flex;
}

.link-block-2-2 {
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.services-button-wrap-black {
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #d3ffbb00;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-button-wrap-black:active {
  transform: translate(0, 7px);
}

.button-text-services-black {
  z-index: 5;
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: relative;
}

.services-button-hover-black {
  background-color: #507e81;
  border: 1px #000;
  border-radius: 10px;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 400px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .35s;
  display: flex;
  position: absolute;
  left: -5px;
  overflow: hidden;
  transform: translate(-400px);
}

.btn-txt-hover-black {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  display: none;
  position: static;
}

.paragraph-16 {
  color: #f8f8f8;
}

.main-button {
  z-index: 5;
  color: #f8f8f8;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: block;
  position: relative;
}

.prices-body {
  background-color: #0f0f0f;
  font-family: Manrope, sans-serif;
}

.prices-main-wrapper {
  background-color: #0f0f0f;
  width: auto;
  height: 150vh;
  position: static;
}

.prices-content-wrap {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.prices-nav-bar {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f800;
  border-bottom: .75px #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
}

.prices-intro-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.footer-prices {
  background-color: #1b1b1b00;
  width: auto;
  margin-bottom: 50px;
  padding: 100px 60px;
  position: static;
}

.prices-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  opacity: .79;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px #000;
  border-radius: 50px;
  order: 0;
  align-self: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-menu-item-copy {
  z-index: 0;
  color: #f8f8f8;
  background-color: #2e6b6f;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.services-menu-item-copy:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.services-menu-item-prices {
  z-index: 0;
  color: #0f0f0f;
  background-color: #2e6b6f00;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.services-menu-item-prices:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  background-color: #2e6b6f;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.prices-menu-item {
  z-index: 0;
  color: #f8f8f8;
  background-color: #2e6b6f;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.prices-menu-item:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  background-color: #2e6b6f;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.div-block-44 {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  padding: 35px;
  display: flex;
}

.white-logo {
  align-self: center;
  align-items: center;
  width: 40px;
  margin-right: 10px;
  display: block;
  position: static;
}

.white-logo-name {
  color: #f8f8f8;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.div-block-45 {
  background-color: #272727;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.heading-31 {
  color: #0f0f0f;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 4.8vw;
}

.paragraph-17 {
  width: 80%;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.heading-32 {
  color: #f8f8f8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 3vw;
}

.paragraph-18 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.list-2 {
  flex: 0 auto;
  list-style-type: disc;
}

.prices-intro-stack {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 10px 20px 0;
}

.paragraph-19 {
  color: #f8f8f8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.list-3 {
  color: #f8f8f8;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  margin-bottom: 10px;
}

.div-block-46 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100vw;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-47 {
  aspect-ratio: 2 / 3;
  background-color: #929c99;
  border-radius: 20px;
  transform: translate(0);
}

.apps-block-prices {
  background-color: #0f0f0f00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin: 0 0 40px;
  padding: 10px;
  display: flex;
}

.prices-apps-cards-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-bottom: 0;
  display: flex;
}

.platforms-prices-block {
  background-color: #0f0f0f00;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 10px;
  display: flex;
}

.prices-apps-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  display: flex;
}

.app-icon-block-1, .app-icon-block-2, .app-icon-block-3 {
  aspect-ratio: 2 / 3;
  background-color: #ededed;
  border-radius: 20px;
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.app-icon-block-4 {
  background-color: #ededed;
  border-radius: 20px;
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.div-block-48 {
  z-index: 3;
  background-color: #8f9896;
  border-radius: 20px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.prices-tabs-wrap {
  background-color: #0f0f0f;
  width: auto;
  height: 110vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

._2 {
  z-index: 2;
  background-color: #8f9896;
  border-radius: 20px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 20%;
  box-shadow: 1px 2px 5px #0003;
}

._3 {
  z-index: 1;
  background-color: #8f9896;
  border-radius: 20px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 40%;
  box-shadow: 0 2px 5px #0003;
}

._4 {
  z-index: 0;
  background-color: #8f9896;
  border-radius: 20px;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 51%;
  right: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-49 {
  aspect-ratio: auto;
  max-width: 600px;
  max-height: 600px;
  position: absolute;
}

.tab-button {
  background-color: #8f9896;
  border-right: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 80%;
  padding: 0 5px;
  box-shadow: 5px 3px 5px #0003;
}

.info-block {
  aspect-ratio: auto;
  background-color: #8f9896;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 900px;
  padding: 40px 30px 20px;
  box-shadow: 5px 7px 5px #0003;
}

.info-block.google-tab {
  background-color: #bcc3c2;
  border-left: 1px solid #000;
}

.info-block.facebook-tab, .info-block.linkedin-tab, .info-block.youtube-tab {
  border-left: 1px solid #000;
}

.prices-tabs-tab {
  z-index: 3;
  aspect-ratio: auto;
  cursor: pointer;
  flex-flow: column;
  width: 40%;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 1%;
}

.heading-33 {
  color: #0f0f0f;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.prices-tabs-tab-2 {
  z-index: 2;
  aspect-ratio: auto;
  cursor: pointer;
  width: 40%;
  max-width: none;
  height: auto;
  max-height: none;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 21%;
}

.prices-tabs-tab-3 {
  z-index: 1;
  aspect-ratio: auto;
  cursor: pointer;
  width: 40%;
  max-width: none;
  max-height: none;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 41%;
}

.prices-tabs-tab-4 {
  z-index: 0;
  aspect-ratio: auto;
  cursor: pointer;
  width: 40%;
  max-width: none;
  max-height: none;
  transition: all .2s;
  position: absolute;
  top: 0;
  left: 59%;
}

.info-header {
  color: #0f0f0f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-20 {
  color: #0f0f0f;
  width: 90%;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.dropdown {
  background-color: #616967;
}

.dropdown-toggle {
  width: 80%;
  padding: 12px;
}

.estimate-form-wrap {
  margin-top: 20px;
}

.costs-terms-block {
  height: 90vh;
  margin-bottom: 0;
  padding: 35px 60px;
}

.heading-34 {
  color: #f8f8f8;
  text-align: left;
  margin-top: 60px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.costs-info-block {
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cpm-block, .cpc-block, .cpa-block {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  padding: 30px;
  display: flex;
}

.costs-header {
  color: #0f0f0f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.paragraph-21 {
  color: #0f0f0f;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-35 {
  color: #0f0f0f;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.text-field {
  color: #0f0f0f;
  background-color: #f8f8f8cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  box-shadow: inset 3px 2px 7px 2px #00000045;
}

.text-field-2 {
  color: #0f0f0f;
  background-color: #f8f8f8cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Inconsolata, monospace;
  box-shadow: inset 3px 2px 7px 2px #00000045;
}

.field-label, .field-label-2 {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.submit-button {
  background-color: #3898ec00;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.submit-button:hover {
  color: #0f0f0f;
  border-color: #0f0f0f;
}

.submit-button:active {
  border-color: #0f0f0f;
}

.select-field {
  color: #f8f8f8;
  background-color: #525252cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Manrope, sans-serif;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.heading-36 {
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.div-block-50 {
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 40px;
  display: flex;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.div-block-51 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-22 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 15px;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cost-title-1 {
  color: #0f0f0f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.cost-title-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: all .2s;
}

.cost-title-3 {
  color: #0f0f0f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  transition: all .2s;
}

.cost-box-auto {
  cursor: not-allowed;
  background-color: #8f989670;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 40px;
  padding: 0;
  display: flex;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.paragraph-23 {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.link-block-4, .link-block-5 {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.cost-title-4 {
  color: #0f0f0f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  transition: all .2s;
}

.total-cost-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.ad-budget-text {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.tab-button-google {
  background-color: #bcc3c2;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 80%;
  padding: 0 5px;
  box-shadow: 5px 3px 5px #0003;
}

.tab-button-facebook, .tab-button-linkedin, .tab-button-youtube {
  background-color: #8f9896;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 80%;
  padding: 0 5px;
  box-shadow: 5px 3px 5px #0003;
}

.cost-header {
  color: #f8f8f8;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 60px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.div-block-53 {
  margin-top: 20px;
}

.youtube-select-field {
  background-color: #525252cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.checkbox-label {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.checkbox-field {
  margin-top: 20px;
}

.facebook-select-field {
  color: #f8f8f8;
  background-color: #525252cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Manrope, sans-serif;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.facebook-ad-budget-text, .facebook-total-cost {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.linkedin-model {
  color: #f8f8f8;
  background-color: #525252cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Manrope, sans-serif;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.linkedin-checkbox {
  color: #0f0f0f;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.facebook-ad-budget-text-copy {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 2vw;
}

.linkedin-ad-budget-display {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.paragraph-23-copy {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 2vw;
}

.linkedin-strategy-display, .linkedin-setup-display, .linkedin-video-display, .linkedin-total-cost {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.linkedin-text-field {
  color: #0f0f0f;
  background-color: #f8f8f8cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Inconsolata, monospace;
  box-shadow: inset 3px 2px 7px 2px #00000045;
}

.youtube-selection-field {
  color: #f8f8f8;
  background-color: #525252cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Manrope, sans-serif;
  box-shadow: inset 3px 2px 7px 2px #0003;
}

.youtube-text-field {
  color: #0f0f0f;
  background-color: #f8f8f8cc;
  border: 1px #000;
  border-radius: 10px;
  width: 80%;
  font-family: Inconsolata, monospace;
  box-shadow: inset 3px 2px 7px 2px #00000045;
}

.youtube-total-display, .youtube-setup-display, .youtube-strategy-display {
  opacity: 1;
  color: #0f0f0f;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
}

.link-block-6, .link-block-7 {
  color: #f8f8f8;
  text-decoration: none;
}

.cost-heading-block {
  margin-top: 100px;
}

.div-block-55 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-37 {
  color: #f8f8f8;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-56 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-ad-block {
  background-color: #f8f8f8;
  background-image: url('../images/vide-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  height: 80vh;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
}

.video-ad-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-12 {
  width: 50px;
  padding-bottom: 5px;
}

.div-block-57 {
  height: 500px;
}

.video-policy-fb {
  background-color: #0f0f0f;
  border: 1px #000;
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.video-policy-fb:hover {
  background-color: #1877f2;
}

.video-policy-youtube {
  background-color: #0f0f0f;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.video-policy-youtube:hover {
  background-color: #cc181e;
}

.heading-38 {
  color: #f8f8f8;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 50px;
  margin-top: 40px;
  padding: 20px 30px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-24 {
  color: #0f0f0f;
  width: 80%;
  padding: 30px;
  font-size: 20px;
  line-height: 40px;
}

.list-4 {
  color: #f8f8f8;
  width: 80%;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
}

.list-item-14, .list-item-15, .list-item-16, .list-item-17 {
  margin-bottom: 10px;
}

.fb-head {
  color: #f8f8f8;
  text-align: center;
  background-color: #2b2b2b;
  border-radius: 50px;
  margin-top: 40px;
  padding: 20px 30px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.about-body {
  background-color: #0f0f0f;
  font-family: Manrope, sans-serif;
}

.about-footer {
  background-color: #0f0f0f;
  width: 100vw;
  height: 60vh;
  margin-top: 40px;
  padding: 10px 60px 40px;
  position: static;
}

.about-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  opacity: .79;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px #000;
  border-radius: 50px;
  order: 0;
  align-self: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-menu-item {
  z-index: 0;
  color: #0f0f0f;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.about-menu-item:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  background-color: #2e6b6f;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.about-menu-item.w--current {
  color: #f8f8f8;
  background-color: #27585b;
  border-radius: 20px;
}

.about-main-wrapper {
  background-color: #ebebeb00;
  background-image: url('../images/about-bg.jpg');
  background-position: 100% 0;
  background-size: 120%;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

.about-intro-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 10px;
  display: flex;
  overflow: hidden;
}

.about-intro-right-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 / 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 500px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.about-intro-left-side {
  order: 0;
  width: 100%;
  height: auto;
  padding-left: 60px;
  padding-right: 20px;
}

.text-span-7 {
  font-size: 70px;
  line-height: 70px;
}

.about-intro-btn-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  margin-left: 5px;
  display: none;
}

.image-13 {
  width: 150px;
}

.about-main-button {
  z-index: 5;
  color: #f8f8f8;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  display: block;
  position: relative;
}

.about-block {
  z-index: 6;
  background-color: #819e9d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 50px 140px;
  display: flex;
  position: relative;
}

.about-sc-heading {
  color: #d3ffbb;
  text-align: center;
  margin-top: 20px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 90px;
}

.paragraph-25 {
  color: #0f0f0f;
  text-align: left;
  width: auto;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.about-nav-bar {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f800;
  border-bottom: .75px #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
}

.about-block-copy {
  z-index: 6;
  background-color: #819e9d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 50px 140px;
  display: flex;
  position: relative;
}

.about-block-mission {
  z-index: 6;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #0f0f0f;
  background-color: #f8f8f800;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 50px 60px 30px;
  display: flex;
  position: relative;
}

.mission-block {
  background-color: #00000094;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-end;
  padding: 46px;
  display: flex;
}

.heading-39 {
  color: #f8f8f8;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 300;
}

.list-5 {
  color: #f8f8f8;
  width: 70%;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.list-item-18, .list-item-19, .list-item-20 {
  margin-bottom: 10px;
}

.div-block-58 {
  width: 40%;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-style: normal;
}

.paragraph-26 {
  color: #f8f8f8;
  width: 70%;
  margin-top: 60px;
  padding-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.sml-par-abt {
  color: #f8f8f8;
  width: auto;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
  line-height: 25px;
}

.abt-intro-sub {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sml-par-abt-2 {
  color: #f8f8f8;
  width: 40%;
  padding-bottom: 100px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-25-copy {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #c6cecc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  padding: 100px 50px;
  transition: all .3s;
  display: grid;
}

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

.about-value-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #c6cecc00;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start center;
  width: 80%;
  padding: 0;
  transition: all .3s;
  display: grid;
}

.diff-block-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.diff-intro-block {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.heading-40 {
  color: #0f0f0f;
  padding: 25px;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

.image-14 {
  align-self: center;
  width: 80px;
  padding-top: 10px;
}

.specialties-crd-heading {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 30px;
}

.specialties-crd-heading.abt-crd-heading {
  font-family: Manrope, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2vw;
}

.process-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 20px 100px;
  display: grid;
}

.process-blocks {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #96aea0;
  background-image: url('../images/crd-about-bg.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 70px 30px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-41 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-weight: 800;
}

.paragraph-27 {
  width: 90%;
  font-size: 20px;
  line-height: 30px;
}

.process-in-right {
  color: #f8f8f8;
  width: 100%;
  margin-top: 20px;
  margin-left: 100px;
}

.heading-42 {
  z-index: 0;
  opacity: 1;
  filter: blur(6px);
  color: #244f58;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 160px;
  font-weight: 500;
  position: absolute;
  top: 9px;
  left: 20px;
}

.list-6 {
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.list-item-21, .list-item-22, .list-item-23 {
  margin-bottom: 10px;
}

.div-block-59 {
  background-color: #fff0;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 100px;
  padding: 35px 40px;
  display: flex;
}

.abt-sct-three {
  color: #0f0f0f;
  padding: 25px;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

.abt-sct-threeheading {
  color: #0f0f0f;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 90px;
  font-weight: 200;
  line-height: 100px;
}

.paragraph-28 {
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 200;
  line-height: 60px;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
}

.div-block-61 {
  background-color: #48aa9d;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.avt-sct-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f8f8;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
}

.abt-sct-three-info {
  color: #0f0f0f;
  text-align: left;
  border-radius: 20px;
  align-self: auto;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 25px 20px 25px 25px;
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
}

.abt-sct-three-info-2 {
  color: #0f0f0f;
  text-align: left;
  border-top: 1px #f8f8f8;
  border-left: 1px #f8f8f8;
  border-radius: 20px;
  align-self: flex-start;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 25px;
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
}

.abt-sct-three-info-2:hover {
  filter: drop-shadow(40px -20px 5px #0000008a);
}

.grid-services-title {
  aspect-ratio: 3 / 2;
  border: .5px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-services-title:hover {
  border-radius: 20px;
}

.list-7 {
  color: #f8f8f8;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.list-item-24, .list-item-25 {
  margin-bottom: 20px;
}

.list-item-26 {
  margin-bottom: 10px;
}

.heading-43 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.heading-44 {
  color: #f8f8f8;
  text-align: center;
  margin-bottom: 100px;
  padding-left: 0;
  font-size: 6vw;
  font-weight: 400;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link-home {
  color: #f8f8f8;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.link-home:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-services {
  color: #f8f8f8;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.link-services:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-prices {
  color: #f8f8f8;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.link-prices:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-about {
  color: #f8f8f8;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.link-about:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.link-contact {
  color: #f8f8f8;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.link-contact:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.div-block-62 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-body {
  background-color: #0f0f0f;
  padding: 0;
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}

.contact-body {
  background-color: #0f1413;
  font-family: Manrope, sans-serif;
}

.contact-main-wrapper {
  background-color: #0f0f0f;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  height: auto;
}

.contact-menu-item {
  z-index: 0;
  color: #f8f8f8;
  background-color: #2e6b6f;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.contact-menu-item:hover {
  color: #f8f8f8;
  text-underline-offset: 5px;
  background-color: #2e6b6f;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: block;
}

.contact-intro-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px 10px;
  display: flex;
  overflow: hidden;
}

.contact-intro-left-side {
  order: 0;
  width: 100%;
  height: auto;
  padding-left: 60px;
  padding-right: 20px;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  color: #f8f8f8;
  text-decoration: none;
}

.heading-45 {
  color: #f8f8f8;
  text-align: center;
  width: 65%;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

.contact-footer {
  background-color: #0f0f0f;
  width: 100vw;
  height: 60vh;
  margin-top: 140px;
  padding: 10px 60px 40px;
  position: static;
}

.contact-quick, .services-stack, .prices-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  margin-bottom: 40px;
  padding: 0;
}

.prices-2nd-heading {
  background-color: #272727;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.about-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  margin-bottom: 40px;
  padding: 0;
}

.home-heading {
  color: #f8f8f8;
  text-overflow: clip;
  overflow-wrap: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 200;
  line-height: 85px;
}

.menu-button, .mobile-menu-block {
  display: none;
}

.home--stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f8f8f8;
  margin-bottom: 40px;
  padding: 0;
}

.prices-tab-nxt-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu-item, .menu-item:hover {
    font-size: 15px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 7vw;
    line-height: 7vw;
  }

  .intro-left-side {
    width: 70%;
  }

  .text-block.intro-subhead {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .text-block-2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .heading-2 {
    font-size: 2.3vw;
    line-height: 2vw;
  }

  .div-block-9 {
    height: auto;
  }

  .subhead-textblocxk.intro-subhead, .subhead-textblocxk-copy.intro-subhead {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .subhead-textblock.intro-subhead {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .subhead-textblock.services-intro-subhead {
    width: 100%;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 3vw;
  }

  .subhead-textblock.about-intro-subhead {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 3.3vw;
  }

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

  .heading-7, .paragraph-2 {
    color: #f8f8f8;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .div-block-25 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-25.abt-crd-heading {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .heading-25.specialties-crd-heading {
    line-height: 3.5vw;
  }

  .paragraph-11 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .paragraph-11.abt-crd-pr {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .srvc-number {
    font-size: 5vw;
  }

  .services-nav-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .servces-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-menu-item {
    font-size: 15px;
  }

  .services-intro-wrap {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .services-intro-left-side {
    width: 50%;
    padding: 20px;
  }

  .services-intro-hd {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-span-5 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .black-logo-name {
    font-size: 2.3vw;
    line-height: 2vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .platforms-services-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 20px;
  }

  .image-11 {
    height: 60px;
  }

  .paragraph-13 {
    font-size: 2vw;
    line-height: 2.1vw;
  }

  .apps-block {
    height: auto;
  }

  .heading-28 {
    width: 100%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .apps-cards-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .app-icon-block {
    width: 100%;
  }

  .grid-services-inside {
    justify-content: flex-end;
    display: none;
  }

  .paragraph-13-inside {
    padding-right: 35px;
    font-size: 1.7vw;
    line-height: 1.8vw;
  }

  .apps-inside {
    transform: translate(400px);
  }

  .paragraph-15 {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .prices-nav-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .prices-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-menu-item-copy, .services-menu-item-prices, .services-menu-item-prices:hover, .prices-menu-item, .prices-menu-item.w--current:hover {
    font-size: 15px;
  }

  .div-block-44 {
    width: 100%;
  }

  .white-logo-name {
    font-size: 2.3vw;
    line-height: 2vw;
  }

  .div-block-45 {
    padding: 15px;
  }

  .paragraph-17 {
    width: 100%;
    font-size: 3vw;
    line-height: 3vw;
  }

  .list-3 {
    font-size: 15px;
    line-height: 15px;
  }

  .prices-tabs-tab, .prices-tabs-tab-2, .prices-tabs-tab-3 {
    width: 100%;
    display: none;
    left: 0%;
  }

  .prices-tabs-tab-4 {
    width: 100%;
    left: 0%;
  }

  .costs-terms-block {
    height: auto;
  }

  .heading-34 {
    line-height: 60px;
  }

  .costs-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cpm-block, .cpc-block, .cpa-block {
    width: 100%;
  }

  .costs-header {
    margin-bottom: 10px;
    font-size: 6vw;
  }

  .paragraph-23, .ad-budget-text {
    font-size: 3vw;
  }

  .tab-button-google {
    width: 25%;
  }

  .tab-button-facebook {
    width: 50%;
  }

  .tab-button-linkedin {
    width: 70%;
  }

  .tab-button-youtube {
    width: 90%;
  }

  .facebook-ad-budget-text, .facebook-total-cost {
    font-size: 3vw;
  }

  .div-block-54 {
    display: none;
  }

  .linkedin-ad-budget-display, .linkedin-strategy-display, .linkedin-setup-display, .linkedin-video-display, .linkedin-total-cost, .youtube-total-display, .youtube-setup-display, .youtube-strategy-display {
    font-size: 3vw;
  }

  .heading-37 {
    font-size: 30px;
  }

  .video-ad-block {
    background-position: 50%;
    height: auto;
  }

  .video-policy-fb {
    height: auto;
    padding-bottom: 40px;
  }

  .heading-38 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .list-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .fb-head {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .about-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-menu-item, .about-menu-item:hover {
    font-size: 15px;
  }

  .about-intro-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .about-intro-left-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .image-13 {
    width: 50px;
  }

  .paragraph-25 {
    font-size: 30px;
    line-height: 35px;
  }

  .about-nav-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-block-mission {
    margin-top: 30px;
  }

  .paragraph-26 {
    width: 70%;
    font-size: 25px;
    line-height: 30px;
  }

  .abt-intro-sub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sml-par-abt-2, .about-value-wrap {
    width: 100%;
  }

  .diff-block-wrap {
    flex-flow: column;
  }

  .heading-40 {
    text-align: center;
    margin-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .image-14 {
    width: 40%;
  }

  .specialties-crd-heading {
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
  }

  .abt-sct-three, .abt-sct-threeheading {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .abt-sct-three-info, .abt-sct-three-info-2 {
    filter: drop-shadow(40px 15px 5px #0000008a);
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-44 {
    font-size: 8vw;
  }

  .div-block-62 {
    display: none;
  }

  .contact-menu-item, .contact-menu-item:hover {
    font-size: 15px;
  }

  .contact-intro-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-intro-left-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .prices-2nd-heading {
    padding: 15px;
  }

  .home-heading {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 55px;
  }

  .mobile-menu-block, .cell-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-4 {
    display: none;
  }

  .paragraph {
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-left-side {
    width: 100%;
  }

  .text-block.intro-subhead {
    padding-top: 5px;
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .text-block-2 {
    font-size: 12vw;
    line-height: 12.2vw;
  }

  .div-block-9 {
    z-index: 3;
  }

  .heading-3 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .subhead-textblocxk.intro-subhead, .subhead-textblocxk-copy.intro-subhead {
    padding-top: 5px;
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .subhead-textblock.intro-subhead {
    padding-top: 5px;
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .subhead-textblock.services-intro-subhead {
    width: 100%;
    padding-top: 5px;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .subhead-textblock.about-intro-subhead {
    padding-top: 5px;
    font-size: 5vw;
    line-height: 5.2vw;
  }

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

  .heading-21 {
    width: 80%;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .div-block-25 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .paragraph-11 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .srvc-number {
    font-size: 9vw;
    line-height: 9vw;
  }

  .servces-items {
    display: none;
  }

  .services-intro-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-intro-left-side {
    width: 100%;
  }

  .services-intro-hd {
    font-size: 20vw;
    line-height: 10vw;
  }

  .text-span-5 {
    text-align: center;
    font-size: 12vw;
    line-height: 10vw;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .heading-26 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-11 {
    height: 80px;
  }

  .paragraph-13 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-27 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .heading-28 {
    width: 100%;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .apps-cards-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .app-icon-block {
    width: 100%;
  }

  .header-txt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .grid-services-inside {
    width: 100%;
    height: 100%;
    display: none;
  }

  .paragraph-13-inside {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .prices-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prices-intro-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prices-items {
    display: none;
  }

  .div-block-45 {
    align-items: flex-start;
  }

  .heading-31 {
    margin-bottom: 40px;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .paragraph-17 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .heading-32 {
    font-size: 4vw;
  }

  .prices-tabs-tab, .prices-tabs-tab-2, .prices-tabs-tab-3, .prices-tabs-tab-4 {
    width: 100%;
    left: 0%;
  }

  .costs-terms-block {
    height: auto;
  }

  .heading-34 {
    font-size: 70px;
    line-height: 75px;
  }

  .costs-info-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cpm-block, .cpc-block, .cpa-block {
    width: 100%;
  }

  .costs-header {
    font-size: 6vw;
  }

  .tab-button-google {
    width: 40%;
  }

  .tab-button-facebook {
    width: 60%;
  }

  .tab-button-linkedin {
    width: 80%;
  }

  .tab-button-youtube {
    width: 95%;
  }

  .div-block-54 {
    display: none;
  }

  .video-policy-fb {
    height: auto;
    padding-bottom: 20px;
  }

  .list-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .about-footer {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .about-items {
    display: none;
  }

  .about-main-wrapper {
    background-position: 50% 100%;
    background-size: cover;
  }

  .about-intro-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-right-side {
    width: 50px;
    height: auto;
    display: block;
  }

  .about-intro-left-side {
    width: 100%;
  }

  .text-span-7 {
    font-size: 70px;
    line-height: 60px;
  }

  .image-13 {
    width: 100px;
  }

  .about-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-sc-heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .paragraph-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .about-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-block-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-block-mission {
    height: auto;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-26, .sml-par-abt, .sml-par-abt-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .specialties-crd-heading {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .abt-sct-three-info, .abt-sct-three-info-2 {
    padding: 0;
  }

  .grid-services-title {
    justify-content: center;
  }

  .div-block-62 {
    display: none;
  }

  .contact-main-wrapper {
    background-position: 50% 100%;
    background-size: cover;
  }

  .contact-intro-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-intro-left-side {
    width: 100%;
  }

  .heading-45 {
    font-size: 30px;
    line-height: 35px;
  }

  .prices-2nd-heading {
    align-items: center;
  }

  .home-heading {
    font-size: 12vw;
    line-height: 12.2vw;
  }

  .menu-button {
    z-index: 20;
    width: auto;
    height: auto;
    display: block;
    position: static;
  }

  .heading-46 {
    color: #f8f8f8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 200;
  }

  .div-block-63 {
    z-index: 3;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000000e8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .heading-47 {
    color: #f8f8f8;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    text-decoration: none;
  }

  .link-block-13, .link-block-14, .link-block-15, .link-block-16 {
    text-decoration: none;
  }

  .mobile-menu-block {
    z-index: 3;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000000e8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: all .3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, -2000px);
  }

  .prices-tab-nxt-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    z-index: 6;
    padding-left: 20px;
  }

  .div-block-4 {
    display: none;
  }

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

  .text-block-2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 12vw;
  }

  .text-block-3 {
    text-align: center;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 3vw;
  }

  .div-block-9 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 9vw;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 25px;
  }

  .subhead-textblock.intro-subhead {
    text-align: left;
    margin-top: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .subhead-textblock.services-intro-subhead {
    width: 80%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .subhead-textblock.about-intro-subhead {
    text-align: left;
    margin-top: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .info-cards-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7, .paragraph-2 {
    color: #f8f8f8;
  }

  .heading-21 {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .cell {
    font-size: 12px;
  }

  .div-block-25 {
    grid-template-columns: 1fr;
  }

  .heading-25 {
    font-size: 9vw;
    line-height: 9.3vw;
  }

  .heading-25.abt-crd-heading {
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .heading-25.specialties-crd-heading {
    font-size: 6vw;
    line-height: 6.2vw;
  }

  .paragraph-11 {
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .paragraph-11.abt-crd-pr {
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .btn-pr-wrap {
    font-size: 30px;
  }

  .srvc-number {
    font-size: 10vw;
    line-height: 10.2vw;
  }

  .services-nav-bar {
    z-index: 6;
    padding-left: 20px;
  }

  .servces-items {
    display: none;
  }

  .services-intro-wrap {
    height: 90vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-intro-left-side {
    padding-left: 12px;
    padding-right: 12px;
  }

  .services-intro-hd {
    margin-bottom: 10px;
    font-size: 15vw;
    line-height: 9vw;
  }

  .text-span-5 {
    font-size: 10vw;
    line-height: 8vw;
  }

  .black-logo-name {
    color: #f8f8f8;
    font-size: 3vw;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .grid-services {
    justify-content: space-between;
    padding: 25px;
  }

  .heading-26 {
    margin-top: 10px;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .paragraph-13 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .heading-27 {
    font-size: 10vw;
  }

  .text-block-5 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .apps-block {
    height: 100vh;
    padding: 55px 15px;
  }

  .heading-28 {
    width: 100%;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .apps-cards-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .app-icon-block {
    width: 100%;
  }

  .header-txt {
    width: auto;
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .campaign-title-block {
    margin-top: 20px;
  }

  .grid-services-inside {
    justify-content: flex-end;
    padding: 10px 24px;
    display: none;
  }

  .paragraph-13-inside {
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .grid-button-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button-text-services {
    text-align: center;
  }

  .apps-inside {
    padding: 13px;
    transform: translate(400px);
  }

  .heading-30 {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-15 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .button-text-services-black, .main-button {
    text-align: center;
  }

  .prices-main-wrapper {
    height: auto;
  }

  .prices-nav-bar {
    z-index: 6;
    padding-left: 20px;
    padding-right: 20px;
  }

  .prices-intro-wrap {
    height: 90vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-prices {
    margin-top: 400px;
    margin-bottom: 0;
    display: none;
  }

  .prices-items {
    display: none;
  }

  .div-block-44 {
    border-radius: 10px;
    height: 500px;
  }

  .white-logo-name {
    font-size: 3vw;
  }

  .div-block-45 {
    border-radius: 10px;
  }

  .heading-31 {
    font-size: 9vw;
    line-height: 9.3vw;
  }

  .paragraph-17 {
    width: 100%;
    font-size: 5vw;
    line-height: 5.3vw;
  }

  .heading-32 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .list-item-9, .list-item-11, .list-item-12 {
    line-height: 25px;
  }

  .prices-apps-cards-wrap, .prices-apps-wrap {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .prices-tabs-wrap {
    height: auto;
  }

  .info-block.google-tab {
    border-top-right-radius: 0;
    height: 900px;
  }

  .info-block.facebook-tab, .info-block.linkedin-tab, .info-block.youtube-tab {
    border-top-right-radius: 0;
  }

  .prices-tabs-tab {
    width: 100%;
    display: block;
  }

  .heading-33 {
    text-align: left;
    padding-left: 20px;
  }

  .prices-tabs-tab-2, .prices-tabs-tab-3 {
    width: 100%;
    display: block;
    left: 0%;
  }

  .prices-tabs-tab-4 {
    width: 100%;
    left: 0%;
  }

  .info-header {
    line-height: 30px;
  }

  .costs-terms-block {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-34 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .costs-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cpm-block, .cpc-block, .cpa-block {
    width: 100%;
  }

  .costs-header {
    font-size: 6vw;
  }

  .paragraph-23, .ad-budget-text {
    font-size: 4vw;
  }

  .tab-button-google {
    width: 100%;
  }

  .tab-button-facebook, .tab-button-linkedin, .tab-button-youtube {
    width: 100%;
    margin-left: 0;
  }

  .cost-header {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .facebook-ad-budget-text, .facebook-total-cost {
    font-size: 4vw;
  }

  .div-block-54 {
    display: none;
  }

  .linkedin-ad-budget-display, .paragraph-23-copy, .linkedin-strategy-display, .linkedin-setup-display, .linkedin-video-display, .linkedin-total-cost, .youtube-total-display, .youtube-setup-display, .youtube-strategy-display {
    font-size: 4vw;
  }

  .heading-37 {
    text-align: center;
    line-height: 35px;
  }

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

  .video-ad-block {
    background-position: 50%;
  }

  .video-policy-youtube {
    height: auto;
  }

  .list-4 {
    padding-left: 20px;
  }

  .about-footer {
    padding-left: 30px;
    padding-right: 29px;
  }

  .about-items {
    display: none;
  }

  .about-main-wrapper {
    height: 80vh;
  }

  .about-intro-wrap {
    justify-content: center;
    height: 70vh;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-7 {
    font-size: 50px;
  }

  .image-13 {
    width: 90px;
  }

  .about-main-button {
    text-align: center;
  }

  .about-block {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-sc-heading {
    font-size: 9vw;
    line-height: 9vw;
  }

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

  .about-nav-bar {
    z-index: 6;
    padding-left: 20px;
  }

  .about-block-copy {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-block-mission {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-26 {
    width: 100%;
    margin-top: 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .sml-par-abt {
    line-height: 20px;
  }

  .abt-intro-sub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .sml-par-abt-2 {
    width: 100%;
    padding-bottom: 120px;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block-25-copy {
    grid-template-columns: 1fr;
  }

  .about-value-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .diff-block-wrap {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-40 {
    font-size: 50px;
    line-height: 50px;
  }

  .image-14 {
    width: 50%;
  }

  .specialties-crd-heading {
    font-size: 6vw;
    line-height: 6.2vw;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
  }

  .process-blocks {
    flex-flow: column;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .heading-41 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .process-in-right {
    width: 90%;
    margin-top: 10px;
    margin-left: 16px;
  }

  .list-6 {
    margin-left: 10px;
  }

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

  .abt-sct-three {
    font-size: 50px;
    line-height: 50px;
  }

  .abt-sct-threeheading {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .abt-sct-three-info, .abt-sct-three-info-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .grid-services-title {
    justify-content: center;
    padding: 25px;
  }

  .list-7 {
    padding-right: 10px;
    font-weight: 200;
    line-height: 25px;
  }

  .heading-44 {
    font-size: 10vw;
  }

  .link-home, .link-services, .link-prices, .link-about, .link-contact {
    font-size: 15px;
  }

  .div-block-62 {
    display: none;
  }

  .contact-body {
    background-color: #0f0f0f;
  }

  .contact-main-wrapper {
    height: 80vh;
  }

  .contact-intro-wrap {
    justify-content: center;
    height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-footer {
    padding-left: 30px;
    padding-right: 29px;
  }

  .prices-2nd-heading {
    border-radius: 10px;
  }

  .home-heading {
    text-align: left;
    margin-bottom: 10px;
    font-size: 12vw;
    line-height: 12vw;
  }

  .mobile-menu-block {
    z-index: 5;
    transform: translate(0, -2000px);
  }

  .prices-tab-nxt-button {
    z-index: 5;
    box-sizing: border-box;
    color: #f8f8f8;
    font-weight: 200;
    position: absolute;
    top: 0;
    left: auto;
    right: 25px;
  }

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

#w-node-_169356a9-6b00-4ac1-263c-828cb3b02dee-6ad394db {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  display: grid;
}

#w-node-_4e94ff8e-dd37-bcde-e2f5-57ab168b6c49-492943c6 {
  align-self: center;
}

#w-node-f064a5f8-f6da-fa58-364d-38a23e10f41c-492943c6 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  display: grid;
}

#w-node-_42d579cb-82cf-a105-54d1-a15e66bd92ba-052e6542 {
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr;
}

#w-node-ed17ae0e-9ca8-0f1e-060c-46af7a76ceb7-052e6542 {
  grid-row: span 2 / span 2;
}

#w-node-_320f367d-b12c-597c-8f0f-eb3a6687052e-052e6542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d65b52-f96c-9b6a-4024-95e53ad4a19e-052e6542, #w-node-_35fdb59a-609b-da61-5cc2-e1c116129930-db6d1d46, #w-node-b34eb47f-2365-c823-59cf-329b2a2b44f9-8ed7e93f {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  #w-node-_169356a9-6b00-4ac1-263c-828cb3b02dee-6ad394db {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-f064a5f8-f6da-fa58-364d-38a23e10f41c-492943c6 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-f064a5f8-f6da-fa58-364d-38a23e10f429-492943c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42d579cb-82cf-a105-54d1-a15e66bd92ba-052e6542 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_95d65b52-f96c-9b6a-4024-95e53ad4a19e-052e6542 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_35fdb59a-609b-da61-5cc2-e1c116129930-db6d1d46 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-b34eb47f-2365-c823-59cf-329b2a2b44f9-8ed7e93f {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f064a5f8-f6da-fa58-364d-38a23e10f41c-492943c6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_42d579cb-82cf-a105-54d1-a15e66bd92ba-052e6542 {
    grid-template-rows: auto auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-ed17ae0e-9ca8-0f1e-060c-46af7a76ceb7-052e6542 {
    grid-row: span 2 / span 2;
  }

  #w-node-_35fdb59a-609b-da61-5cc2-e1c116129930-db6d1d46 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_169356a9-6b00-4ac1-263c-828cb3b02dee-6ad394db {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-f064a5f8-f6da-fa58-364d-38a23e10f41c-492943c6 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
  }

  #w-node-_42d579cb-82cf-a105-54d1-a15e66bd92ba-052e6542 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-ed17ae0e-9ca8-0f1e-060c-46af7a76ceb7-052e6542 {
    grid-row: span 2 / span 2;
  }

  #w-node-_95d65b52-f96c-9b6a-4024-95e53ad4a19e-052e6542 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_35fdb59a-609b-da61-5cc2-e1c116129930-db6d1d46, #w-node-b34eb47f-2365-c823-59cf-329b2a2b44f9-8ed7e93f {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }
}


