:root {
  --white: white;
  --black: black;
}

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

.w-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  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;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.hero-section {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 75px 0;
}

.body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.head-logo {
  text-align: center;
  padding-bottom: 30px;
}

.body-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #406dab, #409cdc 51%, #e74b53);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.page-btn-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 120px;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.list {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.list.old-d-none {
  display: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 400;
}

.sm-box {
  width: 400px;
  text-align: center;
}

.button {
  width: 320px;
  background-color: #ff3e3e;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.button:hover {
  background-color: #409cdc;
}

.button.home-button-style {
  width: 250px;
  border-radius: 50px;
}

.banner {
  z-index: 2;
  height: 860px;
  background-image: linear-gradient(98deg, #455a96, #3383c2 50%, #b04a64);
  padding-top: 200px;
  position: relative;
}

.banner.faq-banner {
  height: 420px;
  padding-top: 200px;
}

.banner.casestudy-banner {
  height: 600px;
  padding-top: 250px;
}

.banner.case-study-hero {
  height: auto;
  background-color: #edf5fe;
  background-image: none;
  padding-bottom: 130px;
}

.banner.home-hero-sec {
  height: 700px;
}

.custom-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-container.position-relative {
  z-index: 2;
  position: relative;
}

.custom-container.head-conteiner {
  max-width: 1170px;
}

.custom-container.large {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.custom-container.band-video-process {
  background-color: #edf5fe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.desc-block {
  z-index: 3;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.desc-block.hero-desc-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.content-box {
  width: 50%;
  padding-top: 20px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 70px;
}

.heading-3.hero-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 40px;
  line-height: 65px;
  display: flex;
}

.heading-3.hero-title.sm-header {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-right: 65px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.paragraph.sub-text {
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
}

.button-2 {
  background-color: #fe3f40;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 17px 75px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.button-2:hover {
  color: #fff;
  background-color: rgba(254, 63, 64, 0);
  border-color: #fff;
}

.button-2.buttontwo {
  padding-left: 50px;
  padding-right: 50px;
}

.button-2.case-study-butn {
  padding-left: 51px;
  padding-right: 51px;
  line-height: 25px;
}

.img-block {
  width: 50%;
}

.img-block.hero-imgbox {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  height: 100%;
  background-color: rgba(177, 88, 88, 0);
}

.slide-2 {
  background-color: rgba(0, 0, 0, 0);
}

.slider {
  height: 470px;
  background-color: rgba(0, 0, 0, 0);
}

.slider.slider-off.d-none {
  overflow-wrap: normal;
  mix-blend-mode: normal;
  transition: opacity .2s;
  display: none;
}

.slider.d-none {
  display: none;
}

.main-img-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-div {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 0 auto;
  display: block;
  position: relative;
}

.img-div.image-off {
  background-image: none;
}

.image {
  width: 100%;
  height: 100%;
  display: none;
}

.mask {
  height: 470px;
}

.slide-nav {
  top: auto;
  bottom: -40px;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 999;
  padding-top: 26px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left {
  background-color: #fff;
  border-radius: 12px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 5px;
}

.navbar-logo-left-container.shadow-three.word-block-nav {
  padding-left: 20px;
  padding-right: 24px;
}

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

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

.nav-menu-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  width: 100%;
  color: #1a1b1f;
  letter-spacing: .25px;
  white-space: nowrap;
  word-break: keep-all;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fe3f40;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.lastmenu-mr-off {
  margin-right: 0;
}

.nav-link.nav-link-padding {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  display: inline;
}

.nav-link.nav-link-padding.contact-us-footer {
  color: #080808;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.nav-link-padding.login-header {
  float: right;
  clear: none;
  color: red;
  text-align: center;
  font-size: 16px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.right-box {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.header-btn {
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.header-btn.for-mobile {
  display: none;
}

.login {
  width: 90px;
  height: 50px;
  color: #fe3f40;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fe3f40;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.login:hover {
  color: #fff;
  background-color: #409cdc;
  border-color: rgba(0, 0, 0, 0);
}

.login.advertiser-btn {
  width: 146px;
  color: #fff;
  overflow-wrap: normal;
  background-color: #fe3f40;
  border-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
}

.login.advertiser-btn:hover {
  color: #409cdc;
  background-color: rgba(0, 0, 0, 0);
  border-color: #409cdc;
}

.list-item {
  padding-left: 10px;
}

.button-3 {
  width: 120px;
  height: 50px;
  background-color: #409cdc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  color: #409cdc;
  background-color: rgba(0, 0, 0, 0);
  border-color: #409cdc;
}

.button-3.creator-btn {
  width: 146px;
  background-color: #409cdc;
  font-size: 14px;
}

.image-2 {
  width: 234px;
  margin-left: 10px;
}

.support-block {
  padding-top: 1000px;
  padding-bottom: 112px;
}

.support-block.product-page-comp-chart {
  background-color: #edf5fe;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.support-block.brand-platforms {
  padding-top: 110px;
  padding-bottom: 110px;
}

.banner-bg-texture {
  z-index: 2;
  height: 225px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.social-platform {
  margin-top: 0;
  padding-bottom: 0;
}

.sm-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.sm-heading.padding-botton-60px {
  padding-bottom: 60px;
}

.body-2 {
  color: #080808;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bold-text {
  color: #03a4ed;
  font-weight: 600;
}

.list-2 {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.list-2.product-page {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  display: block;
}

.social-sm-box {
  width: 172px;
  height: 172px;
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  line-height: 30px;
  display: flex;
  box-shadow: 0 4px 25px 5px rgba(161, 202, 221, .34);
}

.list-item-2 {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.f-shado {
  width: 100%;
  height: 25px;
  box-shadow: 0 2px 5px #c2defb;
}

.brand-section {
  background-color: #edf5fe;
  border-radius: 25px;
  padding-top: 70px;
  padding-bottom: 76px;
}

.brand-section.home-brand-sec {
  border-radius: 0;
}

.brands {
  flex-direction: row;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.brands-box {
  height: 145px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brands-box.brands-box-layout {
  display: flex;
}

.brands-box.brands-box-layout.brands-box2 {
  height: 146px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.target-block {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 0;
}

.target-list {
  padding-top: 45px;
}

.target-list.mobile-view, .target-list.mobile-view-block {
  display: none;
}

.target-item {
  background-color: #03a4ed;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 15px;
  display: flex;
}

.tearget-box {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.target-box {
  padding: 10px;
}

.targettow {
  padding-top: 8px;
}

.footer {
  background-color: #edf5fe;
  padding-top: 130px;
  padding-bottom: 20px;
}

.footer-top-block {
  padding-bottom: 50px;
}

.heading-4 {
  color: #080808;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

.link {
  color: #080808;
  text-decoration: none;
}

.link:hover {
  color: #fe3f40;
}

.list-item-3 {
  padding-bottom: 14px;
}

.list-3 {
  margin-top: 15px;
  display: flex;
}

.list-item-4, .list-item-5, .list-item-6 {
  padding-right: 15px;
}

.footer-bottom-block {
  border-top: 1px solid #bee5fb;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
}

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

.text-block, .text-block-2 {
  font-size: 15px;
}

.list-4 {
  display: flex;
}

.link-2 {
  color: #080808;
  font-size: 14px;
  text-decoration: none;
}

.link-2:hover {
  color: #fe3f40;
}

.list-item-7 {
  padding-left: 40px;
}

.target-video {
  padding-top: 85px;
  display: none;
}

.target-video.target-video-two {
  padding-top: 45px;
  display: block;
}

.videothumble {
  width: 95%;
  height: 650px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.videothumble.videothumble-two {
  height: 400px;
  background-position: 50%;
  background-size: 100%;
  border-radius: 2px;
}

.videothumble.videothumble-two.videothumble-processvid {
  background-size: contain;
}

.html-embed {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.proess-block.brand-video-process {
  background-color: #edf5fe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrok-block {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
}

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

.work-sm-box {
  background-color: #fff;
  border-radius: 25px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  position: relative;
  box-shadow: 1px 8px 19px 8px rgba(217, 241, 252, .93);
}

.work-sm-box.work-sm-box2 {
  box-shadow: 0 0 20px 6px #ffe8e8;
}

.work-img-box {
  height: 142px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-img-box.work-img-box2 {
  background-position: 50%;
  background-size: cover;
}

.work-content-box {
  height: 205px;
  padding-top: 20px;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-2 {
  color: #080808;
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
}

.gap {
  height: 90px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.number {
  width: 58px;
  height: 58px;
  background-color: #03a4ed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.number.number-red {
  background-color: #fe3f40;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.line-block {
  width: 15px;
  background-color: #e3e6ef;
}

.heading-7 {
  color: #eef7fd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
}

.heading-7.text-bottom {
  color: #ffc0c0;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 65px;
  line-height: 65px;
}

.heading-7.text-bottom.text-bottom-off {
  display: none;
}

.heading-7.d-none {
  color: #bce3fd;
  display: block;
}

.top-space {
  height: 55px;
}

.line2 {
  z-index: -1;
  width: 15px;
  height: 125px;
  transform-style: preserve-3d;
  background-color: #e3e6ef;
  position: absolute;
  top: -24%;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotateX(13deg)rotateY(0)rotateZ(58deg);
}

.bgtexture1 {
  z-index: -1;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.bgtexture1.bgtexturenew {
  top: 12%;
}

.bgtexture2 {
  z-index: -1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.bgtexture2.bgtexture2-new {
  top: 36%;
}

.bgtexture3 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: auto;
  right: -2%;
}

.image-3 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -4%;
}

.client-block {
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 74px;
  position: relative;
}

.div-block-4 {
  padding-top: 40px;
}

.client {
  transition: opacity .2s;
}

.client-box {
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 15px 20px;
  padding: 24px 24px 0;
  display: flex;
  box-shadow: 0 3px 12px 9px rgba(197, 195, 195, .2);
}

.div-block-5 {
  width: 95px;
  height: 95px;
  border: 5px solid #fe3f40;
  border-radius: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-3 {
  max-height: 300px;
  text-align: center;
  line-height: 24px;
  overflow: auto;
}

.bgtexture4 {
  z-index: -1;
  width: 650px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 3%;
}

.footer-top-space {
  z-index: -1;
  height: 150px;
  background-color: #edf5fe;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-top {
  padding-top: 15px;
  position: relative;
}

.bottom-top.about-bottom-top, .bottom-top.case-study-sec {
  padding-top: 90px;
}

.case-studies {
  z-index: 2;
  background-image: linear-gradient(120deg, #455a96, #287cbd 54%, #9c4d6d);
  border-radius: 15px;
  padding: 72px 90px 90px;
}

.case-studies.about-cs {
  padding-left: 60px;
  padding-right: 60px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.heading-9.line-height {
  line-height: 70px;
}

.sm-casestudies-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

.img-box {
  height: 175px;
  background-color: #edf5fe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.image-5 {
  width: auto;
  max-height: 100%;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-10.case-study-heading {
  margin-bottom: 10px;
  font-size: 22px;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.button-4 {
  background-color: #fe3f40;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 15px;
}

.button-4:hover {
  background-color: #409cdc;
}

.div-block-6 {
  height: 220px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-7 {
  text-align: center;
  padding-top: 50px;
}

.div-block-7.padding-off {
  padding-top: 0;
}

.sponsor-block {
  padding-top: 140px;
  padding-bottom: 120px;
}

.body-3 {
  color: #080808;
  font-family: Poppins, sans-serif;
}

.div-block-8 {
  padding-top: 50px;
}

.sponsor-box {
  border: 1px solid #03a4ed;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 45px;
  display: flex;
  box-shadow: 0 8px 12px 6px rgba(212, 239, 252, .7);
}

.div-block-9 {
  text-align: center;
  margin-bottom: 15px;
}

.div-block-10 {
  text-align: center;
  padding-bottom: 32px;
}

.heading-11 {
  color: #080808;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 0;
  font-size: 16px;
  line-height: 27px;
}

.button-5 {
  background-color: #fe3f40;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 24px;
}

.button-5:hover {
  background-color: #03a4ed;
}

.column, .column-2, .column-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding-bottom: 40px;
}

.section.creator-band-sec {
  padding-bottom: 0;
}

.column-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-5.padding-top, .column-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 35px;
  font-size: 40px;
  line-height: 70px;
}

.heading-12.twitch-stream {
  font-size: 32px;
}

.howit-work {
  padding-top: 1000px;
  padding-bottom: 168px;
}

.howit-work.d-none {
  display: none;
}

.howit-work.yt-product-howitworks {
  padding-top: 60px;
  padding-bottom: 60px;
}

.howit-work.creator-page {
  padding-top: 60px;
}

.box-block {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.box-block.last-box {
  padding-bottom: 0;
}

.box-block.md-box, .box-block.yt-product-how-it-works {
  padding-bottom: 80px;
}

.howitworks-img-block {
  width: 50%;
  text-align: center;
}

.worknumber {
  width: 50%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-11 {
  width: 78px;
  height: 78px;
  background-color: #fe3f40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

.heading-14 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.video {
  width: 100%;
  height: 100%;
}

.video-slider {
  z-index: 3;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-slider.short-form-videos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.video-slider-item.min-height {
  min-height: 500px;
}

.video-slider-item.short-form-videos {
  justify-content: space-around;
  margin-left: 0;
  display: flex;
}

.video-slider-wrapper {
  margin-left: 40px;
  position: relative;
}

.bodywrap {
  width: 100%;
  overflow: hidden;
}

.bodywrap.overflow-vs {
  overflow: visible;
}

.slide-img.slide-img-off {
  display: none;
}

.slide-img.d-none {
  height: auto;
  object-fit: scale-down;
  display: none;
}

.image-7 {
  width: 100%;
}

.video-backup, .video-backup.d-block {
  display: block;
}

.video-backup.d-block.min-height {
  height: 500px;
  max-height: none;
  min-height: auto;
  aspect-ratio: auto;
  object-fit: fill;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.video-backup.d-block.min-height.short-form-video {
  width: 300px;
  height: auto;
  aspect-ratio: auto;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.mobile-view-text-d-block {
  display: none;
}

.heading-15 {
  z-index: 99;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 90px;
  position: relative;
}

.heading-15.contact {
  text-transform: none;
  margin-top: 0;
}

.body-4 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.faq-wrap {
  padding-top: 100px;
  padding-bottom: 110px;
}

.for-brand-block {
  padding-bottom: 50px;
}

.for-brand-block.for-creator-block {
  padding-bottom: 0;
}

.heading-16 {
  color: #080808;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

.list-6 {
  padding-left: 40px;
}

.text-block-3 {
  font-size: 18px;
  line-height: 30px;
}

.sm-link-style {
  color: #080808;
}

.list-item-8 {
  padding-bottom: 23px;
}

.for-brand-faq {
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.for-brand-faq.for-creators-faq {
  padding-top: 95px;
}

.for-brand-faq.faq-yt-page {
  padding-top: 60px;
  padding-bottom: 120px;
}

.heading-17 {
  color: #ff3e3e;
  text-align: center;
  border-bottom: 2px solid #ff3e3e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-size: 48px;
  line-height: 50px;
}

.heading-17.blue-color {
  color: #03a4ed;
  border-bottom-color: #03a4ed;
}

.box-wrap {
  border-bottom: 2px solid #ff3e3e;
}

.box-wrap.blue-border-color, .box-wrap.blue-border-color-copy {
  border-bottom-color: #03a4ed;
}

.accordion-title.js-accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px;
  font-size: 20px;
  font-weight: 600;
}

.accordion-content {
  padding: 25px 35px;
}

.paragraph-6 {
  color: #080808;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.body-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-18 {
  z-index: 99;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 48px;
  line-height: 52px;
  position: relative;
}

.text-block-4 {
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.case-study-list {
  padding-top: 90px;
  padding-bottom: 100px;
}

.sm-cs-box {
  background-color: #fff;
  border: 1px solid #03a4ed;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 8px;
  box-shadow: 0 8px 12px -5px rgba(0, 0, 0, .11);
}

.sm-cs-box.case-study-box {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.img {
  height: 175px;
  background-color: #edf5fe;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 26px;
}

.button-6 {
  background-color: #fe3f40;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 16px;
}

.button-6:hover {
  color: #fe3f40;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fe3f40;
}

.button-6.case-study-butn {
  display: inline-block;
}

.collection-item {
  padding-left: 12px;
  padding-right: 12px;
}

.blacknwhite {
  filter: grayscale();
  mix-blend-mode: normal;
}

.who-we-are-block {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}

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

.aboutcontent-box {
  width: 55%;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
  display: flex;
}

.heading-19 {
  color: #080808;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 45px;
}

.paragraph-9 {
  color: #080808;
  margin-bottom: 0;
  font-size: 20px;
}

.aboutimage-box {
  width: 45%;
}

.top-issue-block {
  background-color: #fff0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sm-main-block {
  justify-content: space-between;
  display: flex;
}

.about-icon-block {
  width: 135px;
  height: 135px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-right-desc {
  width: 85%;
  padding-left: 10px;
}

.heading-20 {
  color: #080808;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 30px;
  line-height: 45px;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.bottom-issue-block {
  background-color: #edf5fe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-11.bottom-para {
  font-weight: 500;
}

.link-3 {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #fe3f40;
  border-bottom-color: #fe3f40;
}

.hero-butn-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.hero-butn-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.hero-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  text-align: left;
  margin-left: 40px;
  margin-right: auto;
  font-weight: 400;
  display: inline-block;
}

.advertise-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.advertise-grid {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advertise-grid.agent-grid {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1.25fr;
}

.sec-title {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.sec-title.text-center.mb-0 {
  margin-bottom: 0;
}

.color-ff3e3e {
  color: #ff3e3e;
}

.advertise-para {
  color: #080808;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}

.advertise-video {
  border-radius: 10px;
  position: relative;
}

.color-409cdc {
  color: #409cdc;
}

.butn-cls {
  min-width: 200px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 19px;
}

.butn-cls.outline-red {
  color: #ff3e3e;
  background-color: rgba(56, 152, 236, 0);
  border-color: #ff3e3e;
}

.butn-cls.outline-red:hover {
  color: #fff;
  background-color: #ff3e3e;
}

.butn-cls.outline-blue {
  color: #409cdc;
  background-color: rgba(56, 152, 236, 0);
  border-color: #409cdc;
}

.butn-cls.outline-blue:hover {
  color: #fff;
  background-color: #409cdc;
}

.butn-cls.hero-butn {
  min-width: 250px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.butn-cls.hero-butn.blue {
  background-color: #409cdc;
}

.butn-cls.hero-butn.blue:hover {
  background-color: rgba(64, 156, 220, 0);
  border-color: #409cdc;
}

.butn-cls.hero-butn.red {
  background-color: #fe3f40;
}

.butn-cls.hero-butn.red:hover {
  background-color: rgba(254, 63, 64, 0);
  border-color: #fe3f40;
}

.agency-textbox {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.agent-section {
  background-color: #edf5fe;
  padding-top: 70px;
  padding-bottom: 75px;
}

.counter-section {
  padding-top: 95px;
  padding-bottom: 95px;
}

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

.count-box {
  color: #080808;
  border-radius: 10px;
  padding: 25px 15px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 0 20px rgba(1, 1, 1, .2);
}

.count-box-title {
  color: #ff3e3e;
  border-bottom: 1px solid #409cdc;
  margin-top: 0;
  padding-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

.counterup {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
}

.play-butn {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.play-butn.play-butn-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.count-no-wrap {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.count-no-wrap.result-count {
  margin-top: 0;
  margin-bottom: 0;
}

.video-modal {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.video-modal.active {
  padding: 8px;
  display: block;
}

.modal-center-align {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-body {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-body.gallery-modal-body {
  height: 100%;
  max-height: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  top: -15px;
  right: -15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.modal-content-wrap {
  width: 600px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.case-study-hero-grid {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.case-hero-title {
  color: #080808;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.casestudy-2nd-section {
  padding-top: 124px;
  padding-bottom: 100px;
}

.case-grid {
  grid-column-gap: 90px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-grid.solution-grid {
  grid-column-gap: 60px;
  border: 2px #b6d8fa;
  border-radius: 9px;
  grid-template-columns: .75fr 1fr;
  margin-top: 60px;
}

.case-grid.result-grid {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.case-rich-text {
  color: #080808;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.case-rich-text h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 45px;
}

.problem-imgbox {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-barnd-imgbox {
  width: 425px;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.case-imgbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.result-section {
  background-color: #edf5fe;
  padding: 85px 15px;
}

.createor-content-section {
  padding-top: 85px;
  padding-bottom: 60px;
}

.result-img-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.result-imgbox {
  width: 180px;
  height: 210px;
  max-width: 180px;
  color: #080808;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 17px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 0 15px rgba(1, 1, 1, .15);
}

.result-icon-wrap {
  height: 138px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ff3e3e;
  border-bottom: 1px solid #409cdc;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 10px;
  display: flex;
}

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

.creator-content-list {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-none {
  display: none;
}

.gallery-content-wrap {
  width: 100%;
  background-position: 96% 100%, 21px 24px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 40px 100px 85px;
}

.creator-content-box {
  height: 270px;
  max-width: 470px;
  position: relative;
}

.video-title {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.gallery-creator-item {
  max-height: 270px;
}

.creator-img-embed {
  width: 100%;
  height: 100%;
}

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

.case-study-category {
  grid-column-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-tag {
  color: #fe3f40;
  white-space: nowrap;
  word-break: keep-all;
  object-fit: fill;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.brand-img-cls {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.brand-img-cls.dk-logo-slider {
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
}

.sponsrship-section {
  padding-top: 110px;
  padding-bottom: 140px;
}

.sponsrship-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 52px;
  display: grid;
}

.sponsor-img-wrap {
  height: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sponsor-brand-name {
  color: #080808;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.sponsor-contxt {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 30px;
}

.sponsor-img {
  width: 160px;
  height: 160px;
  aspect-ratio: auto;
  object-fit: contain;
}

.bn-content {
  width: 100%;
}

.image-8 {
  margin: auto;
  display: block;
}

.image-9 {
  max-width: 90%;
}

.image-10 {
  width: 500px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  max-width: 500px;
}

.column-7 {
  padding-left: 20px;
  padding-right: 0;
}

.image-12 {
  padding-right: 10px;
}

.html-embed-2 {
  max-width: 200px;
}

.html-embed-3 {
  width: 100%;
}

.contact-us-wrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 40px;
}

.field-label {
  color: #161616;
}

.form-block {
  margin-bottom: 100px;
  padding-bottom: 10px;
}

.submit-button {
  border-radius: 16px;
  margin-top: 20px;
}

.collection-item-2 {
  word-break: normal;
  flex: 0 auto;
  align-self: auto;
  font-weight: 400;
  display: block;
}

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

.div-block-13 {
  width: 80%;
  border: 4px dotted #ecf5fe;
  border-top: 4px #0b62b9;
  border-bottom-color: #b6d8fa;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-9 {
  width: 100px;
  text-align: left;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.list-item-10 {
  align-self: center;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.list-item-11 {
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  align-self: auto;
}

.dropdown-innerlist {
  width: auto;
  max-width: 350px;
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, .35);
}

.dropdown-list {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  box-shadow: 0 2px rgba(0, 0, 0, .2);
}

.dropdownwrapper {
  height: 100%;
  display: block;
  position: relative;
}

.down {
  display: none;
}

.navlink {
  height: 100%;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  color: #2193b0;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.navlink.company-home-page {
  font-size: 14px;
}

.navlink.company-home-page.companylink {
  letter-spacing: .25px;
}

.dropdowncontainer {
  width: auto;
  height: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: -20px;
  padding: 5px 0 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdownlink-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.msf-success-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d9b1a6;
}

.msf-block {
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: 1;
  margin-bottom: 32px;
  display: flex;
}

.msf-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: block;
}

.mobile-title-column {
  background-color: #b1b1b1;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.step-name {
  font-size: 20px;
}

.msf-navigation {
  max-width: 100%;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.msf-list {
  border-top: 1px solid #d9b1a6;
  border-bottom: 1px solid #d9b1a6;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 8px;
  padding-left: 0;
  list-style-type: decimal;
}

.step-count {
  width: 32px;
  height: 32px;
  background-color: #8897a0;
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.step-count._1, .step-count._2, .step-count._3 {
  background-color: #409cdc;
}

.msf-list-item {
  margin-bottom: 8px;
}

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

.multi-step-form {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  justify-items: stretch;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.msf {
  width: 100%;
  height: auto;
}

.msf-list-label {
  margin-right: 8px;
  font-weight: 700;
  display: inline-block;
}

.msf-success-text {
  margin-bottom: 8px;
}

.heart-icon-2 {
  width: 24px;
  color: #d9b1a6;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.info-container {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-wrapper:hover {
  color: #8897a0;
}

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

.msf-label {
  align-self: flex-start;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.msf-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.msf-h1 {
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.msf-slide-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.big-margin {
  margin-bottom: 32px;
}

.steps-container {
  flex-direction: column;
  flex: 0 auto;
  order: 2;
  display: flex;
  position: relative;
}

.steps-line {
  width: 1px;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #252c31;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 16px;
  right: auto;
}

.step-block {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.step-block.middle {
  margin-top: 32px;
  margin-bottom: 32px;
}

.heart-icon {
  width: 24px;
  color: #d9b1a6;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.form-step {
  width: 100%;
}

.msf-textarea {
  margin-bottom: 0;
  font-size: 100%;
  transition: border-color .3s;
}

.msf-textarea:focus {
  border: 1px solid #d9b1a6;
}

.msf-textarea::-ms-input-placeholder {
  color: rgba(136, 151, 160, .5);
}

.msf-textarea::placeholder {
  color: rgba(136, 151, 160, .5);
}

.msf-error-message {
  margin-top: 16px;
  padding: 20px;
}

.msf-checkbox {
  margin-top: 0;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.msf-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.msf-input-block {
  width: 50%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.msf-input-block.sub-questions {
  width: 80%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.msf-input-block.brands-to-work-with {
  margin-top: 80px;
}

.msf-inputs-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-areas: ". ."
                       ". Area";
  justify-items: center;
  margin-top: auto;
  margin-bottom: 48px;
  display: flex;
}

.msf-list-text {
  display: inline-block;
}

.msf-checkbox-label {
  flex: 0 auto;
  order: -1;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.about {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.about:hover {
  color: #8897a0;
}

.msf-text-field {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  transition: border-color .3s;
}

.msf-text-field:focus {
  border: 1px solid #d9b1a6;
}

.msf-text-field::-ms-input-placeholder {
  color: rgba(136, 151, 160, .5);
}

.msf-text-field::placeholder {
  color: rgba(136, 151, 160, .5);
}

.msf-text-field.gender-ethnicity-text {
  font-size: 95%;
}

.msf-text-field.sub-question.gender-ethnicity-text {
  font-size: 90%;
}

.hidden {
  display: none;
}

.mobile-about-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.msf-select {
  color: rgba(136, 151, 160, .5);
  white-space: normal;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 90%;
  font-weight: 400;
  transition: border-color .3s;
  overflow: visible;
}

.msf-button {
  color: #fff;
  background-color: #409cdc;
  justify-content: center;
  padding: 8px 48px;
  font-family: Poppins, sans-serif;
  transition: background-color .3s, color .3s;
  display: flex;
}

.msf-button:hover {
  color: #fff;
  background-color: #8897a0;
}

.msf-button:active {
  background-color: #d9b1a6;
}

.msf-button.back {
  background-color: #fe3f40;
  justify-content: center;
  font-family: Poppins, sans-serif;
}

.msf-button.back:hover {
  background-color: #d9b1a6;
}

.msf-button.back:active {
  background-color: #8897a0;
}

.msf-button.skip {
  background-color: gray;
}

.msf-container {
  width: 100%;
  height: 100%;
  max-width: 720px;
  flex-direction: column;
  display: flex;
}

.accent {
  color: #d9b1a6;
}

.msf-logo {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}

.msf-h2 {
  margin-top: 0;
}

.about-text {
  display: inline-block;
}

.msf-button-wrapper {
  justify-content: space-between;
  margin-left: 10px;
  display: flex;
}

.info-column {
  background-color: #b1b1b1;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.date-field {
  width: 100%;
  min-height: 48px;
  color: #333;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.field-icon-2 {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.form-group {
  height: 50%;
  margin-bottom: 20px;
}

.upload-wrap {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-13 {
  margin-right: 9px;
}

.submission-image {
  border: 1px solid rgba(1, 204, 190, .15);
  border-radius: 40px;
}

.submission-image.hide {
  display: none;
}

.submission-field {
  width: 100%;
  min-height: 45px;
  min-width: 120px;
  color: #000;
  border: 1px solid rgba(39, 23, 64, .1);
  border-radius: 40px;
  font-family: Poppins, sans-serif;
}

.submission-field::-ms-input-placeholder {
  color: #a7a7a7;
}

.submission-field::placeholder {
  color: #a7a7a7;
}

.submission-field.platform-link {
  min-height: 0;
  margin-top: auto;
  font-size: 90%;
}

.paragraph-13 {
  margin-top: -5px;
  font-family: Poppins, sans-serif;
}

.body-6 {
  background-color: #edf5fe;
}

.progress-link {
  width: 100%;
  height: 15px;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin-left: 5%;
  margin-right: 5%;
}

.progress-link.current {
  background-color: #ffd000;
}

.progress-link.past {
  opacity: .5;
  background-color: #ffd000;
}

.progress-link.past:hover {
  opacity: 1;
}

.onboarding-page-wrapper {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.input-label {
  min-height: 75px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s, box-shadow .4s, transform .4s cubic-bezier(.25, .1, 0, 1.58), border-color .2s;
}

.input-label:hover {
  border-color: #1200ee;
  transform: translate(0, -10px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .13);
}

.option-row {
  max-width: 1000px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.onboarding-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.progress-row {
  width: 300px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.onboarding-image {
  max-width: 200px;
}

.onboarding-h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7em;
}

.input-label-wrap {
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.onboarding-page-wrapper-2 {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background-color: #edf5fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 100px;
  display: flex;
}

.input-label-2 {
  min-height: 75px;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s, box-shadow .4s, transform .4s cubic-bezier(.25, .1, 0, 1.58), border-color .2s;
}

.input-label-2:hover {
  border-color: #1200ee;
  transform: translate(0, -10px);
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .13);
}

.input-label-wrap-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.body-7 {
  background-color: #edf5fe;
}

.heading-21 {
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

.relative {
  position: relative;
}

.help-title {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}

.onboarding-page-wrapper-3 {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
}

.ms-logo {
  margin-right: 10px;
}

.submit-button-2 {
  height: 50px;
  min-width: 170px;
  color: #000;
  background-color: #ffd000;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-top: 20px;
  padding: 10px 40px 12px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.submit-button-2:hover {
  background-color: #fff;
  border-color: #1200ee;
}

.field-wrap-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.form-column {
  width: 50%;
  position: relative;
}

.field-label-2 {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 15px;
  display: flex;
  position: relative;
}

.form-field {
  z-index: 1;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdd;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.last-name {
  z-index: 0;
  margin-left: -1px;
}

.form-field.last-name:focus {
  z-index: 2;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f5f8fd;
  border-radius: 5px;
  padding: 22px 20px 13px;
  font-size: 12.5px;
  line-height: 1.6em;
  position: relative;
}

.help-tooltip {
  width: 300px;
  text-align: left;
  background-color: #f5f8fd;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: absolute;
  top: -14px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  min-height: 0;
  color: #000;
  background-color: #f5f8fd;
  border: 2px solid #2aa8ff;
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.6em;
  display: block;
  position: relative;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  box-shadow: 0 30px 20px -10px rgba(45, 62, 80, .25), 1px 1px 10px 1px rgba(45, 62, 80, .2);
}

.tour-diamond {
  z-index: 1;
  width: 16px;
  height: 16px;
  background-color: #f5f8fd;
  border: 2px solid #2aa8ff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.paragraph-14 {
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  display: block;
}

.html-embed-4 {
  width: 100%;
  max-height: 38px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 100%;
  display: flex;
}

.custom-checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-checkbox.w--redirected-checked {
  background-color: #ffd000;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.onboarding-page-wrapper-4 {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.checkbox-field {
  z-index: 2;
  min-height: 75px;
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  flex: none;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  transition: background-color .2s, box-shadow .4s, border-color .2s;
  display: block;
  position: relative;
}

.checkbox-field:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .13);
}

.checkbox-field.text-area {
  width: 130px;
  height: 75px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4em;
  transition: box-shadow .4s, transform .4s cubic-bezier(.25, .1, 0, 1.58), border-color .2s;
}

.checkbox-field.text-area:hover {
  transform: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .13);
}

.checkbox-field.text-area:focus {
  width: 100%;
}

.hide {
  display: none;
}

.submit-button-3 {
  height: 50px;
  min-width: 170px;
  color: #000;
  background-color: #ffd000;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-top: 20px;
  padding: 10px 40px 12px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.submit-button-3:hover {
  background-color: #fff;
  border-color: #1200ee;
}

.custom-checkbox-label {
  z-index: 2;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

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

.body-8 {
  background-color: #edf5fe;
}

.heading-22 {
  font-family: Poppins, sans-serif;
}

.checkbox-selection {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-family: Poppins, sans-serif;
}

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

.text-block-5 {
  flex-wrap: nowrap;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.sub-question-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.horizontal-questions-survey {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.horizontal-questions-survey.additional-platforms {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.horizontal-questions-survey.brands-to-work-with {
  flex-direction: column;
}

.checkbox-field-2 {
  margin-left: 20px;
  font-size: 12px;
}

.heading-23 {
  font-family: Poppins, sans-serif;
}

.checkbox-field-3 {
  margin-bottom: 0;
  font-size: 12px;
}

.checkbox-label {
  flex-wrap: nowrap;
  font-size: 12px;
  display: flex;
}

.checkbox {
  font-size: 12px;
}

.add-platform {
  max-width: 15%;
  min-width: 0%;
  color: #000;
  background-color: #d8d8d8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.next-skip-container {
  justify-content: flex-start;
  display: flex;
}

.back-container {
  max-width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-2 {
  width: 60%;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.body-9 {
  background-color: #edf5fe;
}

.text-span {
  color: #03a4ed;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.text-span-2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-3 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-4, .text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-size: 16px;
  line-height: 24px;
}

.list-item-12 {
  align-self: center;
}

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

.image-14 {
  mix-blend-mode: normal;
}

.div-block-15 {
  justify-content: space-around;
  margin-top: auto;
  display: flex;
}

.terms {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.column-8 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .body-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    padding-bottom: 120px;
    font-size: 60px;
    line-height: 70px;
  }

  .list {
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-2 {
    font-size: 21px;
    line-height: 35px;
  }

  .button {
    width: 350px;
    font-size: 24px;
  }

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

  .heading-3 {
    padding-right: 0;
  }

  .paragraph {
    padding-right: 20%;
  }

  .button-2 {
    padding-left: 75px;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login {
    font-size: 16px;
  }

  .login.advertiser-btn, .button-3.creator-btn {
    width: 170px;
    font-size: 16px;
  }

  .banner-bg-texture {
    height: 275px;
  }

  .videothumble {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .slide-img.d-none {
    height: auto;
  }

  .hero-img {
    padding-bottom: 25px;
  }

  .multi-step-form {
    width: 80%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .msf-column {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .msf-input-block {
    clear: none;
    margin-top: 30px;
  }

  .upload-wrap {
    flex: 1;
  }

  .submission-field.platform-link {
    font-size: 90%;
  }

  .onboarding-page-wrapper-3 {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    font-family: Poppins, sans-serif;
    overflow: visible;
  }

  .horizontal-questions-survey {
    overflow-wrap: normal;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-bottom: 0;
  }

  .body-wrap {
    margin-bottom: 85px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .heading {
    padding-bottom: 165px;
    font-size: 65px;
    line-height: 75px;
  }

  .list {
    padding-left: 6%;
    padding-right: 6%;
  }

  .heading-2 {
    font-size: 21px;
    line-height: 35px;
  }

  .button:hover {
    background-color: #409cdc;
  }

  .banner.faq-banner {
    height: 434px;
  }

  .paragraph {
    padding-right: 20%;
  }

  .banner-bg-texture {
    height: 231px;
    padding-top: 0;
  }

  .heading-15.contact {
    margin-top: 20px;
  }

  .contact-us-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .multi-step-form {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .heading-2 {
    font-size: 23px;
  }

  .sm-box {
    width: 450px;
  }

  .banner.faq-banner {
    height: 550px;
  }

  .banner-bg-texture {
    height: 350px;
    bottom: -11%;
  }

  .howit-work {
    padding-top: 134px;
  }

  .hero-img {
    width: 2000px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .multi-step-form {
    width: 60%;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .msf-column {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 100%;
  }

  .body-wrap {
    margin-bottom: 50px;
    padding: 45px 5% 40px;
  }

  .heading {
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 50px;
  }

  .list {
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 22px;
  }

  .sm-box {
    width: 100%;
    padding-bottom: 32px;
  }

  .sm-box.last-sm-box {
    padding-bottom: 0;
  }

  .button {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .button.home-button-style {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .banner {
    height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .banner.faq-banner {
    height: 323px;
    padding-top: 125px;
  }

  .banner.casestudy-banner {
    height: 450px;
  }

  .banner.case-study-hero {
    padding-bottom: 60px;
  }

  .banner.home-hero-sec {
    height: 950px;
  }

  .custom-container.head-conteiner {
    padding-left: 0;
    padding-right: 0;
  }

  .desc-block {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .desc-block.hero-desc-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    text-align: center;
    padding-bottom: 25px;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .button-2 {
    padding: 12px 25px;
    font-size: 15px;
  }

  .img-block {
    width: 100%;
  }

  .header {
    padding-top: 0;
  }

  .navbar-logo-left {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-logo-left-container.shadow-three {
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-wrapper.nav-menu-wrap {
    background-color: #fff;
  }

  .nav-menu-two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0);
  }

  .nav-menu-two.nav-menu-wrap {
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.nav-link-padding.contact-us-footer {
    font-size: 15px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header-btn.for-mobile {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .header-btn.hide {
    flex-direction: row;
    align-items: center;
    display: none;
  }

  .list-item.butn-list-item {
    padding-left: 0;
  }

  .support-block {
    padding-top: 100px;
  }

  .sm-heading {
    z-index: 2;
    position: relative;
  }

  .list-2 {
    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;
  }

  .list-item-2 {
    padding-bottom: 10px;
  }

  .brands {
    padding-top: 35px;
  }

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

  .target-list {
    padding-top: 35px;
  }

  .footer {
    padding-top: 60px;
  }

  .link {
    font-size: 15px;
  }

  .target-video {
    padding-top: 50px;
  }

  .videothumble {
    width: 90%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    padding-bottom: 35px;
    overflow: hidden;
  }

  .work-content-box {
    height: auto;
  }

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

  .paragraph-2 {
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .number {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-7, .heading-7.text-bottom {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-7.text-bottom.text-bottom-off {
    display: none;
  }

  .heading-7.text-bottom.text-bottom-off.d-block {
    display: block;
  }

  .bgtexture1 {
    width: 80px;
    top: -2%;
    left: 2%;
  }

  .client-block {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .client-box {
    text-align: center;
    display: block;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .bottom-top.about-bottom-top, .bottom-top.case-study-sec {
    padding-top: 60px;
  }

  .case-studies {
    padding: 50px 45px;
  }

  .div-block-6 {
    height: 200px;
  }

  .div-block-7 {
    padding-top: 35px;
  }

  .sponsor-block {
    padding-bottom: 60px;
  }

  .sponsor-box {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

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

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .icon-backup {
    display: none;
  }

  .span {
    width: 100%;
    height: 5px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .list-5 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .list-5.h-btn.not-active {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px;
    display: flex;
  }

  .video-backup.d-block.min-height {
    height: 400px;
  }

  .columns {
    display: flex;
  }

  .faq-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .for-brand-block {
    padding-bottom: 25px;
  }

  .list-6 {
    padding-left: 25px;
  }

  .sm-link-style {
    font-size: 16px;
    line-height: 25px;
  }

  .list-item-8 {
    padding-bottom: 15px;
  }

  .for-brand-faq {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .for-brand-faq.for-creators-faq {
    padding-top: 65px;
  }

  .heading-17 {
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
  }

  .accordion-title.js-accordion-title, .accordion-content {
    padding: 15px;
  }

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

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

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

  .case-study-list {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .who-we-are-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-12.who-we-grid {
    align-items: center;
  }

  .aboutcontent-box {
    padding-right: 0;
  }

  .sm-main-block.abt-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-img {
    max-width: 850px;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .advertise-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .advertise-grid {
    flex-direction: column;
    display: flex;
  }

  .advertise-grid.reverse {
    flex-direction: column-reverse;
  }

  .sec-title.color-ff3e3e {
    text-align: left;
  }

  .sec-title.color-ff3e3e.center-align {
    text-align: center;
  }

  .sec-title.color-409cdc.center-align {
    width: 100%;
    text-align: center;
  }

  .advertise-para {
    margin-top: 0;
  }

  .advertise-para.center-align {
    width: 100%;
    text-align: center;
  }

  .butn-cls.outline-red.center-align {
    max-width: 263px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .butn-cls.outline-blue.center-align {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .agent-section, .counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .count-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-hero-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .casestudy-2nd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-grid {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .case-grid.solution-grid {
    flex-direction: column-reverse;
    margin-top: 60px;
  }

  .result-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .createor-content-section {
    padding-top: 60px;
  }

  .result-imgbox {
    width: 190px;
    max-width: 100%;
  }

  .creator-content-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .advertise-vido-img {
    width: 100%;
  }

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

  .sponsrship-section {
    padding-bottom: 100px;
  }

  .sponsrship-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .html-embed-2 {
    max-width: 200px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-13 {
    width: 70%;
  }

  .dropdown-innerlist {
    width: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    margin-top: 0;
  }

  .dropdown-list {
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .down {
    width: auto;
    color: #2193b0;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }

  .navlink {
    color: #333;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink:hover {
    color: #2193b0;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    padding: 7px 25px;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .mobile-title-column {
    z-index: 2;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .step-name {
    order: -1;
    margin-bottom: 8px;
  }

  .msf-navigation {
    z-index: 2;
  }

  .step-count {
    margin-right: 0;
  }

  .mobile-logo-wrapper {
    text-decoration: none;
    overflow: hidden;
  }

  .multi-step-form {
    width: 80%;
    flex-flow: row;
    flex: 0 auto;
    grid-template-columns: 1fr;
    align-content: center;
    align-self: center;
    justify-items: center;
    position: relative;
  }

  .info-container {
    max-width: none;
    min-height: 0;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    position: static;
  }

  .logo-wrapper {
    display: none;
    overflow: hidden;
  }

  .msf-label.brands-to-work-with {
    align-self: center;
  }

  .msf-slide-content {
    justify-content: flex-start;
  }

  .steps-container {
    flex-direction: row;
    order: 1;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
  }

  .steps-line {
    width: auto;
    height: 1px;
    transform-origin: 0%;
    top: auto;
    bottom: 16px;
    left: 32px;
    right: 32px;
  }

  .step-block {
    flex-direction: column;
  }

  .step-block.middle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .msf-column {
    align-items: stretch;
  }

  .about {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 16px;
    display: none;
    overflow: hidden;
  }

  .mobile-about-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    text-decoration: none;
    overflow: hidden;
  }

  .mobile-about-wrapper:hover {
    color: #8897a0;
  }

  .msf-select {
    font-size: 70%;
  }

  .msf-button:hover {
    background-color: #d9b1a6;
  }

  .msf-container {
    max-width: 100vw;
  }

  .info-column {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .submission-field.platform-link {
    font-size: 80%;
  }

  .submission-field.platform-link.brands-to-work-with {
    order: 0;
  }

  .progress-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Poppins, sans-serif;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section.hero-section-mobile {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .head-logo {
    padding-bottom: 55px;
  }

  .body-wrap {
    height: auto;
    margin-bottom: 0;
    padding: 50px 7%;
  }

  .heading {
    padding-bottom: 50px;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 35px;
  }

  .banner.faq-banner {
    height: 280px;
    padding-top: 125px;
  }

  .banner.casestudy-banner {
    height: 400px;
  }

  .banner.home-hero-sec {
    height: 1000px;
  }

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

  .heading-3.hero-title {
    line-height: 1.3;
  }

  .button-2.buttontwo {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .img-block.hero-imgbox {
    padding-top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-two.nav-menu-wrap {
    padding-bottom: 20px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header-btn.for-mobile {
    padding-left: 20px;
  }

  .header-btn.hide {
    padding-left: 0;
  }

  .banner-bg-texture {
    height: 175px;
  }

  .sm-heading {
    font-size: 25px;
  }

  .sm-heading.padding-botton-60px {
    padding-bottom: 30px;
  }

  .list-2 {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .brand-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brands {
    padding-top: 30px;
  }

  .target-block {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .target-list {
    padding-top: 30px;
  }

  .target-list.desktop-view {
    display: none;
  }

  .target-list.mobile-view {
    display: block;
  }

  .target-list.desktop-view-block {
    display: none;
  }

  .target-list.mobile-view-block {
    display: block;
  }

  .target-item {
    font-size: 15px;
  }

  .tearget-box {
    word-break: break-all;
  }

  .target-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-logo {
    padding-bottom: 25px;
  }

  .heading-4 {
    padding-bottom: 15px;
  }

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

  .list-item-7 {
    padding-left: 20px;
  }

  .target-video {
    padding-top: 40px;
  }

  .videothumble {
    height: 320px;
  }

  .wrok-block {
    padding-bottom: 25px;
  }

  .div-block-3 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .gap {
    height: 60px;
  }

  .number {
    margin-left: auto;
    margin-right: auto;
    top: -6%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-7 {
    padding-top: 20px;
    font-size: 25px;
  }

  .heading-7.text-bottom {
    display: none;
  }

  .heading-7.text-bottom.text-bottom-off {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 25px;
    display: block;
  }

  .heading-7.text-bottom.text-bottom-off.d-none {
    display: none;
  }

  .heading-7.text-bottom.text-bottom-off.d-block.mv-ptb-6 {
    color: #ffe5e5;
    line-height: 31px;
  }

  .heading-7.d-none {
    display: none;
  }

  .heading-7.mv-ptb-6 {
    color: #e0f3ff;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 31px;
  }

  .top-space {
    height: 0;
  }

  .top-space.pt-60 {
    padding-top: 60px;
  }

  .line2, .bgtexture1 {
    display: none;
  }

  .client-block {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .div-block-4 {
    padding-top: 25px;
  }

  .client-box {
    height: 350px;
  }

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

  .bgtexture4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .case-studies {
    padding: 35px 15px;
  }

  .case-studies.about-cs {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .sm-casestudies-card {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

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

  .div-block-7 {
    padding-top: 15px;
  }

  .sponsor-block {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section {
    padding-bottom: 40px;
  }

  .column-5.padding-top {
    padding-top: 60px;
  }

  .heading-12 {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
  }

  .howit-work {
    padding-bottom: 35px;
  }

  .box-block {
    background-color: #eee;
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-block.last-box {
    padding-bottom: 20px;
  }

  .box-block.md-box {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .worknumber {
    padding-bottom: 25px;
  }

  .div-block-11 {
    width: 50px;
    height: 50px;
  }

  .heading-13 {
    font-size: 24px;
  }

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

  .columns {
    display: block;
  }

  .mobile-view-text-d-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: baseline;
    justify-items: stretch;
    padding-bottom: 40px;
    display: grid;
  }

  .target-list-static-design {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-15 {
    font-size: 35px;
    line-height: 40px;
  }

  .faq-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-17 {
    font-size: 25px;
  }

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

  .accordion-title.js-accordion-title {
    font-size: 18px;
    line-height: 25px;
  }

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

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

  .case-study-list {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .sm-cs-box.case-study-box {
    width: 100%;
  }

  .img {
    text-align: center;
  }

  .who-we-are-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-12.who-we-grid {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .aboutcontent-box, .aboutimage-box {
    width: 100%;
  }

  .paragraph-11.bottom-para {
    font-size: 30px;
    line-height: 1.45;
  }

  .hero-img {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal-body.gallery-modal-body {
    padding-bottom: 10px;
  }

  .modal-content-wrap {
    width: 95%;
    height: auto;
  }

  .case-grid.solution-grid {
    margin-top: 40px;
  }

  .gallery-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-casestudy-list {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .case-study-category {
    flex-wrap: wrap;
    position: relative;
  }

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

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

  .div-block-13 {
    width: 70%;
    margin-top: 40px;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .down {
    width: auto;
  }

  .dropdowncontainer {
    display: none;
  }

  .step-name {
    font-size: 16px;
  }

  .multi-step-form {
    width: 80%;
  }

  .info-container {
    padding: 16px 32px;
  }

  .msf-label {
    white-space: nowrap;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .msf-column {
    flex: 1;
  }

  .msf-inputs-grid {
    grid-column-gap: 17px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(184px, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-self: auto;
    margin-top: auto;
  }

  .msf-container {
    padding: 32px 32px 64px;
  }

  .about-text {
    font-size: 14px;
  }

  .input-wrapper {
    min-height: auto;
    margin-bottom: 18px;
  }

  .submission-field.platform-link {
    font-size: 60%;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .text-block-5.production-quality {
    margin-right: 5px;
    font-size: 10px;
  }

  .checkbox-field-2 {
    font-size: 10px;
  }

  .checkbox-field-2.production-quality-checkbox {
    margin-left: 10px;
  }

  .checkbox-field-3, .checkbox-label, .checkbox {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.hero-section-mobile {
    padding-top: 15px;
  }

  .head-logo {
    padding-bottom: 35px;
  }

  .body-wrap {
    padding: 40px 25px;
  }

  .heading {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-2 {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 35px;
  }

  .sm-box {
    padding-bottom: 25px;
  }

  .button {
    font-size: 15px;
  }

  .button.home-button-style {
    width: 220px;
  }

  .banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .banner.faq-banner {
    height: 239px;
    padding-top: 80px;
  }

  .banner.casestudy-banner {
    height: 360px;
  }

  .banner.home-hero-sec {
    height: 900px;
  }

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

  .custom-container.head-conteiner, .custom-container.large, .custom-container.pt-0 {
    padding-top: 0;
  }

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

  .heading-3.hero-title {
    font-size: 30px;
  }

  .heading-3.hero-title.sm-header {
    line-height: 44px;
  }

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

  .button-2.buttontwo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .button-2.buttontwo.plr {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image-2 {
    width: 200px;
  }

  .support-block {
    padding-top: 50px;
  }

  .social-platform {
    padding-bottom: 40px;
  }

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

  .sm-heading.p-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    padding-top: 30px;
  }

  .social-sm-box {
    width: 112px;
    height: 112px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brands {
    padding-top: 25px;
  }

  .target-block {
    padding-bottom: 20px;
  }

  .target-list {
    padding-top: 25px;
  }

  .target-item {
    padding: 8px 10px;
  }

  .tearget-box {
    font-size: 15px;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-top-block {
    padding-bottom: 30px;
  }

  .heading-4 {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .footer-bottom-block {
    padding-top: 15px;
  }

  .div-block {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .target-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .target-video.target-video-two {
    padding-top: 30px;
  }

  .videothumble {
    height: 250px;
  }

  .wrok-block {
    padding-bottom: 0;
  }

  .div-block-3 {
    padding-bottom: 40px;
  }

  .heading-7.text-bottom.text-bottom-off.d-block.mv-ptb-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .heading-7.mv-ptb-6 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .client-box {
    height: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .bgtexture4 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    right: 0%;
  }

  .case-studies {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .case-studies.about-cs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-9 {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 25px;
  }

  .sponsor-block {
    padding-bottom: 30px;
  }

  .heading-12 {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .howit-work {
    padding-top: 15px;
  }

  .worknumber {
    width: 100%;
  }

  .image-6 {
    width: 200px;
  }

  .mobile-view-text-d-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 30px;
  }

  .target-list-static-design {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 35px;
  }

  .faq-wrap {
    padding-top: 40px;
  }

  .heading-16 {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 25px;
  }

  .list-6 {
    padding-left: 10px;
  }

  .text-block-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .sm-link-style {
    font-size: 15px;
    line-height: 22px;
  }

  .for-brand-faq {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-title.js-accordion-title {
    padding: 10px 20px 10px 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .accordion-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 24px;
  }

  .case-study-list {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .collection-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blacknwhite {
    filter: grayscale();
    margin-left: 33px;
  }

  .blacknwhite.biotrust {
    margin-top: 36px;
    margin-bottom: 30px;
    margin-left: 41px;
  }

  .blacknwhite.farmraise {
    margin-left: 37px;
  }

  .blacknwhite.farm {
    margin-top: 30px;
    margin-bottom: 24px;
  }

  .blacknwhite.caraway {
    margin-top: 12px;
    margin-left: 37px;
  }

  .who-we-are-block {
    padding-top: 40px;
  }

  .sm-main-block.abt-grid {
    flex-direction: column;
  }

  .about-right-desc {
    width: 100%;
  }

  .hero-butn-grid {
    grid-template-columns: 1fr;
  }

  .sec-title {
    font-size: 28px;
  }

  .count-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .modal-content-wrap {
    width: 92%;
  }

  .case-hero-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .case-rich-text h3 {
    font-size: 26px;
    line-height: 1.3;
  }

  .creator-content-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .div-block-13 {
    width: 80%;
  }

  .msf-slider {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .msf-navigation {
    justify-content: space-around;
  }

  .multi-step-form {
    width: 80%;
  }

  .msf-radio-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .msf-label.brand-collabs {
    font-size: 11px;
  }

  .msf-h1 {
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 33px;
    font-weight: 700;
    display: block;
  }

  .msf-slide-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .msf-input-block {
    width: 80%;
  }

  .msf-inputs-grid {
    grid-auto-columns: minmax(200px, 1fr);
  }

  .msf-button.back {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-group {
    margin-bottom: 30px;
  }

  .submission-field.platform-link {
    font-size: 40%;
  }

  .submit-button-2, .submit-button-3 {
    width: 100%;
  }

  .text-block-5 {
    text-align: left;
  }

  .horizontal-questions-survey.brand-collabs {
    justify-content: space-between;
  }

  .add-platform {
    align-self: flex-start;
    align-items: center;
  }
}

#w-node-aae26346-791c-30c5-7136-b45f8f70750b-3733a1de, #w-node-_2d240999-6a6f-0dd0-8555-7cc96c67f29e-3733a1de, #w-node-bbc6688f-40dd-29d4-05ab-7107724f4f75-3733a1de, #w-node-b35d51b5-2c3d-588a-4c46-5f9bf33f2fdb-3733a1de, #w-node-_8046b796-e378-bbb1-42c3-d8ec25546019-3733a1de, #w-node-_705dd2a2-fd38-807b-3262-138572c586c0-3733a1de, #w-node-_705dd2a2-fd38-807b-3262-138572c586be-3733a1de, #w-node-_97dbb555-2283-8b3b-cbe4-44c793b13083-3733a1de, #w-node-e7187894-d1e3-45ae-597e-ae330b082273-3733a1de, #w-node-_80d8b3a5-fed2-6142-f71c-aaa91bfd6315-3733a1de, #w-node-b4f02268-b2bd-275d-fb53-e74e0babd09e-3733a1de, #w-node-a7122188-eef9-8501-586d-f56a777216b3-d43e9e78, #w-node-_91392939-2dd5-d2ed-ac00-6e498f8c5742-d43e9e78, #w-node-_8b687379-daf8-7468-217f-d98d3c54a5a8-d43e9e78, #w-node-_2882b852-c3b6-3db8-86e0-48b0d976b01a-d43e9e78, #w-node-_07bae35d-c871-056d-9f0c-c7db9bdb0bb1-d43e9e78, #w-node-_2882b852-c3b6-3db8-86e0-48b0d976b013-d43e9e78, #w-node-e0989d45-eca3-f29d-7a71-841f3ef3615a-d43e9e78, #w-node-cd711afb-5d0e-15c4-7e28-725b0c04a991-d43e9e78, #w-node-_455d6bd5-3f28-9aac-0ba8-c356c4306cc6-d43e9e78, #w-node-_041ec59b-c23b-3316-9d36-1fe35bf3e0a9-d43e9e78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49f44e64-ee11-7907-7f2f-0814d2c8cffb-8162c963 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49f44e64-ee11-7907-7f2f-0814d2c8d04a-8162c963 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8994a4c9-b37e-6b68-4543-0ad142e0a799-62765a4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8994a4c9-b37e-6b68-4543-0ad142e0a7b7-62765a4f {
  justify-self: auto;
}

#w-node-_90633c6f-a0ea-3118-2c07-93971d0b5911-62765a4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8994a4c9-b37e-6b68-4543-0ad142e0a799-d91aaeb5, #w-node-_956d6dab-88e9-91fa-931e-d04c0f2bc16d-39ba1e24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_956d6dab-88e9-91fa-931e-d04c0f2bc18d-39ba1e24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd48be73-b395-4b1e-b7ac-a90dc8ea74c1-0728880a, #w-node-bd137483-0625-3f69-80de-f0da7b2b1341-0728880a, #w-node-_3dc7e3cb-785d-46d1-4b2e-0a2ecaa8e4dc-0728880a, #w-node-_9b3902d9-d094-c7b3-2c0f-329739ca4a12-0728880a, #w-node-_19f03e76-400f-d7d7-03b4-12d44766cdf6-0728880a, #w-node-_1554dad7-2a6f-afc1-5c45-2688adc42f06-0728880a {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c1d6bb9-5c38-b6e7-1cd0-d4ab5eeaa502-0728880a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0799777-abb4-5161-1c72-7d3eaa0ec950-0728880a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c1d6bb9-5c38-b6e7-1cd0-d4ab5eeaa502-0728880a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


