.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

body {
  color: #333;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}

h2 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

h5 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

p {
  margin-bottom: 25px;
}

a {
  color: #ed1c24;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #ed1c24;
  border-bottom-color: #ccf2df;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: #60697b;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 25px;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: #b8b9b9;
  margin-top: 15px;
  font-size: 16px;
}

.body {
  color: #60697b;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.section.background-primary-soft {
  background-color: #f6f6f6;
}

.section.background-light {
  background-color: #fff;
}

.section.background-light.tabs-section {
  background-color: #f6f6f6;
}

.container {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 1290px;
  min-height: auto;
  color: #60697b;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.container.numbers {
  background-color: #fff;
}

.container.contact-container {
  margin-top: 60px;
  padding: 150px 60px 100px;
}

.container.about-hero {
  background-color: #f6f6f6;
}

.container.team-section {
  z-index: 5;
  background-color: #fff;
}

.container.tabs-mobile {
  background-color: #f6f6f6;
  padding-top: 80px;
}

.sg-section {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebedf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.sg-block {
  margin-bottom: 40px;
  display: block;
}

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

.sg-color-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
}

.utility-page-content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.margin-bottom-none {
  color: #ed1c24;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.margin-bottom-none.reviews {
  color: #ed1c24;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  color: #4e4e4e;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.background-primary {
  background-color: #ed1c24;
}

.body-color {
  color: #60697b;
}

.text-primary {
  color: #ed1c24;
}

.text-secondary {
  color: #1f1f1f;
}

.text-white, .link-white {
  color: #fff;
}

.text-emphasize {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #ed1c24 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  background-image: linear-gradient(100deg, #ed1c24 20%, #ed1c24);
  padding-left: 2px;
  padding-right: 2px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.display-1 {
  letter-spacing: -.01rem;
  flex: none;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.15;
}

.display-1.margin-bottom-20 {
  max-width: 100%;
  color: #1f1f1f;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1.2;
}

.display-1.margin-bottom-20.headline {
  font-size: 3.5em;
  line-height: 1.4;
}

.display-2 {
  width: 50%;
  color: #1f1f1f;
  letter-spacing: -.01rem;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.display-2.margin-bottom-none {
  margin-bottom: 0;
}

.display-2.margin-bottom-25 {
  margin-bottom: 20px;
}

.display-2.margin-bottom-25.why-viva, .display-2.margin-bottom-25.services-heading {
  width: 100%;
  font-size: 2.3em;
}

.display-2.margin-bottom-30 {
  margin-bottom: 30px;
}

.display-2.clients-heading {
  width: 100%;
  font-size: 2.3em;
}

.display-2.clients-heading.what-we-do {
  text-align: center;
  margin-bottom: 0;
  display: none;
}

.display-2.nubers-heading, .display-2.testmonials-heading, .display-2.contact-heading {
  width: 100%;
  font-size: 2.3em;
}

.display-2.contact-heading.podad {
  text-align: left;
}

.display-2.about-hero {
  width: 20%;
  text-align: center;
  align-self: center;
  position: relative;
  top: -14px;
}

.display-2.podad {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.display-2.podad.callus {
  color: #ed1c24;
  font-size: 40px;
}

.display-2.podad-customers {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.display-2.podad-pricing {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1.4;
}

.display-2.podad-pricing.offer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-3 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.25;
}

.paragraph {
  color: #4e4e4e;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.paragraph.title {
  color: #ed1c24;
}

.paragraph.card-content, .paragraph.podad.number1, .paragraph.podad.number2, .paragraph.podad.number3 {
  margin-bottom: 0;
}

.paragraph-large {
  color: #1f1f1f;
  text-align: left;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.paragraph-large.number {
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 12px;
}

.paragraph-large.podad_paragraph {
  color: #4e4e4e;
}

.paragraph-large.podad_paragraph.prices {
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph-large.podad_paragraph.prices.red {
  color: #e17378;
  margin-bottom: 0;
}

.paragraph-large.podad_paragraph.prices.total {
  text-align: right;
  margin-right: 40px;
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.unicon {
  color: #ed1c24;
  font-family: Unicons, sans-serif;
  line-height: 1;
}

.material-icon {
  font-family: Material Icons, sans-serif;
  line-height: 1;
}

.button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #ed1c24;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: #fff;
  border-color: #ed1c24;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-small {
  border-radius: 30px;
  padding: 10px 22px;
  font-family: Poppins, sans-serif;
  transition-duration: .25s;
}

.button.cc-small:hover {
  box-shadow: 0 5px 15px rgba(237, 28, 36, .19);
}

.button.cc-small.cc-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.cc-small.cc-form:hover {
  transform: none;
}

.button.cc-large {
  border-radius: 30px;
  padding: 16px 28px 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.button.cc-large:hover {
  box-shadow: 0 5px 15px rgba(237, 28, 36, .21);
}

.button.cc-large.contact-us {
  background-color: #ed1c24;
  margin-top: 40px;
}

.button.cc-large.podad {
  min-width: 200px;
  letter-spacing: .5px;
}

.button.cc-large.podad.lightbutton {
  color: #ed1c24;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ed1c24;
  margin-left: 12px;
}

.image-link {
  width: 100%;
  cursor: none;
  transition: color .2s;
}

.link-hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color .2s, color .2s;
}

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

.link-hover.link-white:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.shadow {
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  background-color: #f6f6f6;
  box-shadow: inset 0 1px 20px -14px rgba(0, 0, 0, .15);
}

.card.shadow.reviews {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.background-primary-pale {
  background-color: #e6e5f4;
}

.background-primary-soft {
  background-color: #f6f6f6;
}

.background-light {
  background-color: #fcfcfd;
}

.background-dark {
  background-color: #343f52;
}

.logo {
  margin-bottom: auto;
}

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

.navbar {
  z-index: 1999;
  width: 100%;
  background-color: #f6f6f6;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-space {
  height: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navbar-inner {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-wrapper {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.nav-menu-flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.nav-link {
  color: #4e4e4e;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  transition: color .2s;
  display: flex;
}

.nav-link.w--current {
  color: #ed1c24;
  padding-top: 25px;
}

.nav-link.home {
  margin-left: auto;
  padding-top: 25px;
}

.nav-link.home.w--current {
  margin-left: 0;
  padding-top: 26px;
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: #343f52;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav-menu-flex-mobile {
  display: flex;
}

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

.navbar-inner-mobile {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-brand-mobile {
  display: none;
}

.nav-link-mobile {
  height: 143px;
  color: #303030;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: #ed1c24;
}

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

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

.navbar-button-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.hero-grid {
  color: #1f1f1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 170px;
  display: grid;
}

.hero {
  min-height: 90vh;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-image-wrapper {
  width: 48%;
  height: 100%;
  max-height: 90%;
  max-width: 750px;
  min-height: 350px;
  min-width: 500px;
  object-fit: contain;
  background-image: url('../images/circles1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 32px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
}

.play {
  z-index: 3;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.play-button {
  width: 75px;
  height: 75px;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: flex;
}

.play-button:hover {
  color: #fff;
}

.doodle-arrow {
  position: absolute;
  bottom: 3%;
  right: 7%;
}

.doodle-shine {
  position: absolute;
  top: -7%;
  left: -6%;
}

.viva-tabs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.tab {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 20px;
}

.tab.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  border-bottom: 8px solid rgba(0, 0, 0, .14);
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  transition: all .2s, box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.tab.card:hover {
  box-shadow: none;
  filter: grayscale(61%);
  color: #343f52;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(237, 28, 36, .3);
}

.tab.card.w--current {
  filter: grayscale(0%);
  color: #611512;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 8px solid rgba(237, 28, 36, .64);
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 16px 16px -11px rgba(237, 28, 36, .41);
}

.tab-pane-grid {
  z-index: 3;
  height: 450px;
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  display: grid;
  position: relative;
}

.tabs-content {
  margin-top: 60px;
}

.step {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.step.text-gradient {
  background-image: linear-gradient(100deg, #ed1c24 20%, #555);
}

.bullet-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.bullet {
  width: 20px;
  height: 20px;
  color: #ed1c24;
  background-color: #e6e5f4;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

.rounded {
  width: 100%;
  border-radius: 8px;
}

.rounded.shadow {
  width: 100%;
  border-radius: 20px;
}

.rounded.shadow.hero1 {
  max-width: 40%;
}

.headline-reasons {
  max-width: 660px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.headline-customers {
  max-width: 850px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.testimonial {
  margin-bottom: 30px;
  display: inline-block;
}

.testimonial-card-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.block-quote-with-icon {
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10px;
  right: auto;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.rating {
  color: #fcc032;
  letter-spacing: -3px;
  margin-bottom: 20px;
  margin-left: -3px;
  font-size: 25px;
  line-height: 1;
  display: flex;
}

.customers {
  width: 100%;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.services-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .25fr .5fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.card-inner {
  grid-column-gap: 30px;
  display: flex;
}

.service-icon {
  width: 80px;
  flex: none;
  align-self: center;
}

.service-icon.mobile-show {
  display: none;
}

.facts {
  min-height: 60vh;
  align-items: center;
  display: flex;
  position: relative;
}

.facts-image {
  width: 50%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.why-vivia-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.facts-content {
  height: 100%;
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}

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

.numbers-grid.cc-margin-top {
  margin-top: 20px;
}

.image-grid {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solutions-grid {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.image-padding {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

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

.cleint-section {
  width: 100%;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.headline-pricing {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.prices-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  margin-bottom: 100px;
  display: grid;
}

.bold-text {
  font-weight: 600;
}

.price-currency {
  padding-top: 8px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-inner {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.price-duration {
  align-self: flex-end;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card {
  padding-bottom: 50px;
  display: flex;
}

.pricing-card.card.shadow {
  padding-top: 50px;
  padding-bottom: 60px;
}

.pricing-card.card.shadow.cc-larger {
  padding-top: 70px;
  padding-bottom: 80px;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  column-count: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 60px;
  display: block;
}

.faq-item {
  margin-bottom: 30px;
  display: inline-block;
}

.faq-icon {
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.faq {
  flex: 1;
}

.faq-item-inner {
  grid-column-gap: 30px;
  display: flex;
}

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer.background-dark {
  height: 500px;
  color: #fff;
  background-color: #fff;
  overflow: hidden;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 66px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.address {
  max-width: 90%;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

.hero-image {
  width: 100%;
  height: 75%;
  max-width: 100%;
  object-fit: cover;
}

.price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, 0);
  flex-direction: column;
  align-items: flex-end;
  margin-top: 220px;
  margin-bottom: 70px;
  display: flex;
}

.input-group {
  display: flex;
}

.text-field {
  height: 48px;
  color: #fff;
  border: 1px solid rgba(52, 63, 82, .2);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-width: 1px;
  border-color: #ed1c24;
}

.text-field::-ms-input-placeholder {
  color: #1f1f1f;
}

.text-field::placeholder {
  color: #1f1f1f;
}

.text-field-dark {
  height: 48.8px;
  color: #fff;
  background-color: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.text-field-dark:focus {
  border-width: 1px;
  border-color: #ed1c24;
}

.text-field-dark::-ms-input-placeholder {
  color: #1f1f1f;
}

.text-field-dark::placeholder {
  color: #1f1f1f;
}

.field-label {
  display: none;
}

.footer-cta {
  width: 35%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.join {
  max-width: 600px;
}

.play-button-pulse {
  z-index: -1;
  width: 70px;
  height: 70px;
  background-color: rgba(96, 93, 186, .5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, -50%)translate(-50%);
}

.navbar-shadow {
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 25px rgba(30, 34, 40, .06);
}

.social-links-wrapper {
  margin-top: 57px;
  margin-bottom: 32px;
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  margin-left: 43px;
  padding-left: 0;
  display: flex;
}

.social-link-item {
  line-height: 1;
}

.social-link {
  color: #fff;
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

.social-link:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.page-title {
  letter-spacing: -.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.inner-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-left {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button-2 {
  width: 171px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ed1c24;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  align-self: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.column-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/circles1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(196, 196, 196, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-2 {
  color: #ed1c24;
  font-family: Poppins, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 70px;
}

.h1-3 {
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 70px;
}

.hero-top-left-image {
  z-index: 2;
  width: 240px;
  height: 160px;
  max-height: 160px;
  max-width: 240px;
  min-height: 120px;
  min-width: 180px;
  background-image: url('../images/istockphoto-1351323178-1024x1024.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: relative;
  top: 37px;
  left: 41px;
  box-shadow: -18px -8px 20px 8px rgba(237, 28, 36, .11);
}

.right-center-image {
  z-index: 1;
  width: 420px;
  height: 280px;
  max-height: 280px;
  max-width: 420px;
  min-height: 233px;
  min-width: 350px;
  background-image: url('../images/istockphoto-1153463614-1024x1024-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: relative;
  left: 159px;
  box-shadow: 14px 2px 20px 8px rgba(237, 28, 36, .11);
}

.bottom-left-image {
  width: 285px;
  height: 188px;
  max-height: 188px;
  max-width: 285px;
  min-height: 160px;
  min-width: 240px;
  background-image: url('../images/istockphoto-1126705648-1024x1024.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: relative;
  top: -52px;
  left: 34px;
  box-shadow: -11px 9px 20px 8px rgba(237, 28, 36, .11);
}

.hero-img-hight {
  z-index: 0;
  width: auto;
  height: 100%;
  flex-direction: column;
  padding-top: 75%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.top-left {
  z-index: 2;
  width: 240px;
  height: 160px;
  max-height: 160px;
  max-width: 240px;
  background-image: url('../images/istockphoto-1351323178-1024x1024.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  bottom: 432px;
  left: 32px;
  box-shadow: -9px -5px 20px rgba(237, 28, 36, .16);
}

.center-right {
  z-index: 1;
  width: 375px;
  height: 250px;
  max-height: 313px;
  max-width: 470px;
  background-image: url('../images/istockphoto-1153463614-1024x1024-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 174.422px;
  left: 213px;
  overflow: hidden;
  box-shadow: 9px 5px 20px rgba(237, 28, 36, .16);
}

.bottom-left {
  width: 260px;
  height: 173px;
  background-image: url('../images/istockphoto-1126705648-1024x1024.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 374px;
  left: 29px;
  box-shadow: -9px 5px 20px rgba(237, 28, 36, .16);
}

.numbers {
  width: 100%;
  display: flex;
}

.subscribers, .webinar, .podcast {
  width: 33.3%;
}

.heading {
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.numbers-wrapper {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.per-month {
  color: #ed1c24;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.button-hero {
  margin-top: 0;
}

.tooth-imge {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  background-image: url('../images/istockphoto-1196146576-1024x1024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.circles {
  width: 100%;
  min-height: 500px;
  min-width: 600px;
  background-image: url('../images/circles1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.circles.whyviva {
  height: 20%;
}

.image-2 {
  width: 75%;
  height: 75%;
  max-height: 100%;
  border-radius: 20px;
  margin-top: 0;
  position: relative;
  top: 12%;
  bottom: auto;
  left: 12%;
  right: auto;
  box-shadow: -1px 3px 20px 20px rgba(237, 28, 36, .08);
}

.image-2.tooth {
  box-shadow: -1px 3px 20px 2px rgba(237, 28, 36, .08);
}

.hero-heading-left-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.clients {
  width: 100%;
  max-width: 1160px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.clients1 {
  width: 100%;
  height: 409px;
  max-width: 1160px;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  filter: contrast(40%) grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  display: flex;
}

.frame-8 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3m {
  max-height: 100%;
  object-fit: cover;
}

.frame-10 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-11 {
  width: 850px;
  height: 150px;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.frame-12 {
  width: 850px;
  height: 200px;
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 101px;
  grid-row-gap: 101px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-4, .heading-5 {
  font-size: 18px;
}

.visit-live-site {
  color: #ed1c24;
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-3 {
  margin-bottom: 4px;
  margin-left: 10px;
}

.image-4 {
  border-radius: 20px;
}

.moving-circles {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 349px;
  right: 0%;
}

.image-5 {
  overflow: auto;
}

.div-block-5 {
  position: absolute;
}

.moving-circle-2 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.tab-image, .div-block-7 {
  position: relative;
}

.div-block-8 {
  position: absolute;
}

.moving-circles-3 {
  position: absolute;
  top: 334px;
  left: 505px;
}

.div-block-9 {
  position: relative;
}

.div-block-10 {
  position: absolute;
}

.div-block-11 {
  position: relative;
}

.moving-circles-4 {
  position: absolute;
  bottom: 6px;
  left: -26px;
}

.card-heading {
  color: #ed1c24;
  font-family: Poppins, sans-serif;
}

.block-quote, .block-quote-2, .block-quote-3, .block-quote-4 {
  color: #4e4e4e;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: #4e4e4e;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
}

.block-quote-5, .block-quote-6 {
  color: #4e4e4e;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: #4e4e4e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.contact-us {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f6f6f6;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 24px;
  display: flex;
}

.contact-us.podad {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.frame-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f6f6f6;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 48px;
  display: flex;
}

.frame-16 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.frame-20 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pexels-negative-space-33999-1 {
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 4px 43px rgba(229, 86, 92, .3);
}

.frame-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  width: 100%;
  max-width: 279px;
  grid-column-gap: 87px;
  grid-row-gap: 87px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}

.button-4 {
  width: 100%;
  max-width: 279px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.frame-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.i-am-interested-in-learning-more-about {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.frame-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-2 {
  width: 27px;
  height: 27px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-5 {
  width: 100%;
  max-width: 580px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ed1c24;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.h2-2 {
  color: #1f1f1f;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.h2-3 {
  color: #ed1c24;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
}

.educating-dental-professionals-through-various-online-ce-formats-1 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.contact-us-frame {
  background-color: #f6f6f6;
  margin: 40px;
  padding: 80px;
}

.contact-us-gray-bg {
  width: 90%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.contact-img {
  width: 100%;
}

.image-6 {
  border-radius: 20px;
  box-shadow: -2px 3px 20px 9px rgba(237, 28, 36, .12);
}

.grid {
  filter: contrast(28%) grayscale();
  grid-template-rows: auto;
}

.flex-box {
  width: 100%;
  display: flex;
}

.contact-left {
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.form-block {
  display: block;
}

.text-field-2 {
  color: rgba(78, 78, 78, .31);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.form-placeholder-text {
  color: #1f1f1f;
  border: 1px solid #ed1c24;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.form-placeholder-text::-ms-input-placeholder {
  color: rgba(78, 78, 78, .85);
}

.form-placeholder-text::placeholder {
  color: rgba(78, 78, 78, .85);
}

.form-placeholder-text.color {
  color: #4e4e4e;
  border: 1px solid #ed1c24;
}

.form-placeholder-text.color::-ms-input-placeholder {
  color: rgba(78, 78, 78, .85);
}

.form-placeholder-text.color::placeholder {
  color: rgba(78, 78, 78, .85);
}

.form-placeholder-text.message {
  border-style: none;
}

.column-3 {
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 0;
}

.column-4 {
  margin-bottom: 8px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 8px;
}

.columns {
  width: 100%;
  justify-content: center;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.column-5 {
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 8px;
}

.column-6 {
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 0;
}

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

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

.columns-2, .columns-3 {
  width: 100%;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.form-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input {
  width: 100%;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.contact-right {
  width: 100%;
}

.selections-in-form {
  margin-left: 8px;
}

.heading-6 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-7 {
  color: #4e4e4e;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-7.bold-text {
  font-weight: 600;
}

.radio-button {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-style: none;
  margin-top: 6px;
  margin-left: -26px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
}

.radio-button.w--redirected-checked {
  background-color: #ed1c24;
  border-color: #fff;
}

.div-block-12 {
  z-index: 5000;
  width: 600px;
  position: absolute;
  top: auto;
  bottom: -980%;
  left: -4%;
  right: auto;
  overflow: hidden;
}

.image-7 {
  z-index: 10;
  opacity: .54;
  display: none;
  position: absolute;
  top: 78px;
  bottom: -7%;
  left: -14%;
  right: auto;
}

.div-block-13 {
  margin-top: 220px;
}

.link-block {
  height: 50px;
}

.container-3 {
  float: none;
  justify-content: flex-end;
  display: flex;
}

.container-3.footer-nav {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-right: auto;
  position: relative;
  top: auto;
}

.heading-8 {
  color: #e17378;
  font-family: Poppins, sans-serif;
  position: relative;
  transform: rotate(-90deg);
}

.brand {
  height: 50px;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 44px;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-4.w--current {
  font-family: Poppins, sans-serif;
}

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

.scroll-up {
  z-index: 10;
  width: 100px;
  height: 200px;
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 40%;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.brand-2 {
  width: 30%;
  min-width: 30%;
}

.team-column1, .div-block-14 {
  width: 100%;
}

.half-circles {
  z-index: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/halF-HORZ-circles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  order: -1;
  align-self: center;
  position: relative;
  top: 29%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-hero {
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-9 {
  position: relative;
  top: -216px;
}

.team-image1 {
  justify-content: center;
  display: flex;
}

.team-image-column-circle {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.team-column {
  padding-top: 100px;
}

.image-9 {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(237, 28, 36, .15);
}

.abous-us-hero-section {
  background-color: #f6f6f6;
}

.contact-section-symbol {
  min-height: 100vh;
}

.div-block-15 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
  display: flex;
}

.div-block-15.footer {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.list-item {
  color: #4e4e4e;
}

.tabs-wrapper {
  align-items: center;
  display: flex;
}

.tabs {
  align-self: flex-start;
  margin-right: 25px;
}

.clientsgrid {
  width: 80%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.client-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.clientsgrid2 {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.mobile-image {
  display: none;
}

.get-started.callus {
  color: #ed1c24;
}

.nav-footer-link {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.nav-footer-link.w--current {
  color: #ed1c24;
}

.section-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-to-top {
  width: 0;
  height: 0;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.db-link-wrapper {
  width: 100%;
  background-color: #3cc47c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 60px 15px;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.tabs-flex-view {
  min-height: 100vh;
  background-image: linear-gradient(45deg, #4497f0, #7d53c9);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.accordion-arrow {
  width: 15px;
  opacity: .8;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: #eee;
}

.shrink-box-button {
  margin-right: 5px;
  display: block;
}

.accordion-container {
  width: 500px;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.side-menu {
  z-index: 99999;
  max-width: 240px;
  color: #fff;
  cursor: move;
  background-color: rgba(0, 0, 0, .94);
  border-radius: 4px 4px 3px 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0 1px 17px rgba(0, 0, 0, .12);
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .32);
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.db-button {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3cc47c;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.side-menu-headline {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.accordion-pane-content {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.webflow-icon {
  margin-right: 8px;
}

.accordion-pane {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  box-shadow: inset 0 9px 25px -15px #000;
}

.shrink-box-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.div_1 {
  height: 100%;
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.button-6 {
  color: #006cff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2em;
}

.margin-top.margin-large {
  margin-top: 6em;
}

.slider-item {
  height: 100%;
  padding-right: 2rem;
}

.arrow {
  width: 2rem;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div_1-2 {
  height: 100%;
  order: -1;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 3em;
}

.slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 8rem;
}

.sec {
  overflow: hidden;
}

.sec.background-color-lightgrey {
  height: 100vh;
  background-color: #f3f3f3;
  display: none;
}

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

.slide68_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #f3f3f3;
  border: 1px #006cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide68_arrow.left {
  right: 4rem;
}

.box {
  width: 100%;
  height: 100%;
  min-height: 380px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 4em;
  display: flex;
}

.box._3 {
  color: #f3f3f3;
  background-color: #001633;
}

.box._2 {
  background-color: rgba(0, 108, 255, .05);
}

.subtitle {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.blog68_slide-nav {
  height: 1.7rem;
  grid-column-gap: .75em;
  filter: brightness(75%);
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-list {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  width: 48px;
  height: 48px;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.link-block-2 {
  margin-top: 20px;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider_right {
  width: 40%;
}

.container-4 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-4.is-slider {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.arrow-2 {
  width: 7em;
  height: 3.1em;
  border: 1px solid rgba(184, 165, 255, .24);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow-2:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.swiper-slide.is-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.swiper-slide.is-photos {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider_left {
  width: 50%;
  position: relative;
}

.arrows {
  z-index: 100;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block-19 {
  color: #ed1c24;
  font-family: Poppins, sans-serif;
}

.nav-menu-2 {
  top: -10px;
}

.podcastad_nav_container {
  display: flex;
}

.podcastad_section {
  padding-top: 20px;
}

.podcast_ad_logo {
  max-width: 33%;
}

.podad_hero {
  height: auto;
  min-height: 50vh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pod_container {
  height: auto;
  max-width: 1290px;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.pod_container.player {
  height: auto;
  min-height: 0;
}

.pod_container.prices {
  height: 230vh;
  min-height: 230vh;
}

.pod_container.callus {
  min-height: 75vh;
}

.pod_container.heropodad {
  height: auto;
  min-height: 0;
}

.pod_hero_left {
  width: 50%;
  height: 100%;
  max-width: 50%;
  align-items: center;
  display: flex;
}

.pod_hero_right {
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-height: 500px;
  align-self: center;
  align-items: center;
  display: flex;
}

.pod-hero-image {
  width: 80%;
  height: 100%;
  min-height: 500px;
  background-image: url('../images/hero-right-prodcast-ads.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  right: -140px;
  overflow: hidden;
}

.pod-hero-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.podad_audio_player {
  height: auto;
  min-height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.audio-player-content {
  width: 100%;
}

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

.text-span {
  color: #ed1c24;
}

.audio-player-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

.audio-player {
  border-radius: 0;
}

.play-sample {
  position: absolute;
  top: -10%;
  bottom: 13px;
  left: -8%;
  right: auto;
}

.heading-12 {
  color: #e17378;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.heading-12.preroll-text {
  min-width: 100px;
  position: absolute;
  top: 14px;
  left: -49px;
}

.heading-12.preroll-text.postroll-roll {
  top: 40px;
  left: 54px;
}

.pre-roll-ad {
  flex-direction: column;
  display: flex;
  position: relative;
  left: -49px;
}

.mid-roll-ad {
  position: relative;
  top: -40px;
  left: -142px;
}

.pre-roll-arrow {
  position: relative;
  top: -40px;
  left: 55px;
}

.image-32 {
  position: relative;
  top: -10px;
  left: -8px;
}

.image-33 {
  position: relative;
  top: -10px;
  left: -3px;
}

.podad_your-customers-are-listening {
  height: auto;
  min-height: 70vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.podad_customer_left {
  width: 45%;
  position: relative;
}

.podad_customer_right {
  width: 50%;
  height: 100%;
}

.podad_customer-circles {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: -24%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.podad_customer-circles.offercircle {
  top: 0%;
}

.podad-left-image {
  z-index: 2;
  width: 100%;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 20px -1px rgba(31, 31, 31, .14);
}

.text-span-2 {
  color: #ed1c24;
}

.podad_customers_list {
  height: 100%;
}

.point-wrapper {
  width: 100%;
  height: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.circle-and-number {
  width: 20%;
  height: 100%;
  background-image: url('../images/NUMBER-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.circle-and-number.number1 {
  min-height: 100px;
}

.circle-and-number.number2 {
  min-height: 100px;
  background-image: url('../images/NUMBER-2-1.svg');
}

.circle-and-number.number3 {
  min-height: 100px;
  background-image: url('../images/NUMBER-3.svg');
}

.number-content {
  width: 85%;
  align-self: center;
  margin-left: 20px;
}

.podad_pricing {
  height: auto;
  min-height: 100vh;
  background-color: #f6f6f6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-3 {
  color: #ed1c24;
}

.podad_pricing-wrapper {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

.podad-grid-colmn1 {
  height: 100%;
  border: 5px solid rgba(0, 0, 0, 0);
}

.podad-grid-colmn2 {
  border: 5px solid rgba(0, 0, 0, 0);
}

.podad-grid-colmn3 {
  border: 5px solid rgba(225, 115, 120, .85);
  border-radius: 20px;
}

.grid-4, .grid-5, .grid-6 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.podad-pricing-heading {
  min-height: 80px;
  color: #e17378;
  text-align: center;
  margin-top: 10px;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
}

.podad-pricing-heading.black {
  min-height: 80px;
  color: #4e4e4e;
  padding-top: 20px;
}

.div-block-17 {
  border-top: 1px solid #ebedf3;
}

.pricing-content {
  height: auto;
  min-height: 80px;
  border-bottom: 1px solid #ebedf3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing-content._1st {
  border: 1px #000;
}

.pricing-content.offers {
  min-height: 80px;
}

.adpodprice {
  min-height: 80px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.adpodprice.total-price {
  justify-content: flex-start;
}

.paragraph-3 {
  margin-bottom: 0;
}

.paragraph-3.podad {
  color: #e17378;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.offer-wrapper {
  width: 75%;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.offer-content {
  z-index: 2;
  height: 60%;
  background-color: #fcfcfd;
  border-radius: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 2px rgba(78, 78, 78, .14);
}

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

.text-span-4 {
  color: #ed1c24;
}

.podad_callus {
  height: auto;
  min-height: 50vh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-us-wrapper {
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-message {
  min-height: 150px;
  background-color: #fff;
  border: 1px solid #ed1c24;
  border-radius: 20px;
  margin-top: 10px;
  padding: 8px 12px;
}

.podad_footer {
  height: auto;
  min-height: 30vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.offer-mobile-wrapper {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1350px;
  }

  .container.team-section {
    max-width: 1250px;
  }

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

  .utility-page-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .display-2.podad-pricing {
    width: 100%;
    text-align: center;
    align-self: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph.title {
    margin-bottom: 32px;
  }

  .paragraph.podad {
    margin-bottom: 0;
  }

  .tab.card.w--current {
    box-shadow: 0 5px 35px rgba(0, 0, 0, .07), 0 16px 16px -11px rgba(237, 28, 36, .41);
  }

  .solutions-grid {
    align-items: center;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .social-links-wrapper {
    margin-top: 24px;
  }

  .page-headline {
    width: 75%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .wrapper-narrow.cc-center {
    width: 63%;
  }

  .image-7 {
    left: -6%;
  }

  .container-3.footer-nav {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    top: auto;
    left: auto;
  }

  .image-8 {
    align-self: center;
  }

  .scroll-up {
    align-self: flex-end;
    align-items: center;
    display: flex;
    right: 3%;
  }

  .heading-10, .team-h1 {
    margin-bottom: 8px;
  }

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

  .pod_container.prices {
    height: 220vh;
    min-height: 220vh;
  }

  .podad_your-customers-are-listening {
    margin-top: 0;
  }

  .circle-and-number {
    background-image: url('../images/NUMBER-2-1.svg');
  }

  .circle-and-number.number1 {
    background-image: url('../images/NUMBER-1-1.svg');
  }

  .circle-and-number.number3 {
    background-image: url('../images/NUMBER-3.svg');
  }

  .number-content {
    margin-left: 10px;
  }

  .podad_pricing {
    height: auto;
    margin-top: 0;
  }

  .text-span-3 {
    color: #ed1c24;
  }

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

  .grid-4, .grid-5, .grid-6 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .container {
    max-width: 1100px;
    justify-content: flex-start;
    margin-bottom: 1px;
    padding-top: 0;
  }

  .container.contact-container {
    padding: 60px 10px;
  }

  .container.about-hero {
    height: 80%;
  }

  .container.team-section {
    max-width: 1100px;
  }

  .container.tabs-mobile {
    min-height: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .margin-bottom-35 {
    text-align: center;
  }

  .display-1 {
    font-size: 45px;
    line-height: 52px;
  }

  .display-1.margin-bottom-20 {
    letter-spacing: 0;
    line-height: 70px;
  }

  .display-1.margin-bottom-20.headline {
    line-height: 1.3;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .display-2.margin-bottom-25.why-viva {
    text-align: center;
  }

  .display-2.margin-bottom-25.services-heading {
    text-align: center;
    font-size: 1.8em;
    line-height: 50px;
  }

  .display-2.clients-heading {
    font-size: 1.8em;
    line-height: 50px;
  }

  .display-2.clients-heading.what-we-do {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .display-2.nubers-heading {
    text-align: center;
    font-size: 1.8em;
    line-height: 50px;
  }

  .display-2.contact-heading {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 2em;
    display: flex;
  }

  .display-2.contact-heading.podad {
    margin-bottom: 0;
    font-size: 2.5em;
  }

  .display-2.about-hero {
    width: 50%;
    font-size: 1.8rem;
    top: -6px;
  }

  .display-2.podad-customers {
    text-align: center;
  }

  .display-2.podad-pricing {
    margin-top: 0;
    line-height: 1.3;
  }

  .display-2.podad-pricing.offer {
    font-size: 35px;
  }

  .display-3 {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 20px;
  }

  .paragraph.title, .paragraph.mobile {
    text-align: left;
  }

  .paragraph.whyvivamobile, .paragraph.services-parag {
    text-align: center;
  }

  .paragraph.podad.number2, .paragraph.podad.number3 {
    margin-bottom: 0;
  }

  .paragraph-large {
    text-align: center;
    margin-bottom: 30px;
  }

  .paragraph-large.number {
    font-size: 1.2625rem;
  }

  .paragraph-large.podad_paragraph {
    font-size: 1.2rem;
  }

  .paragraph-large.podad_paragraph.prices {
    font-size: 1rem;
  }

  .paragraph-large.podad_paragraph.offers {
    text-align: left;
  }

  .button {
    position: relative;
  }

  .navbar-space {
    display: none;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
  }

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    height: auto;
    padding: 6px 0;
  }

  .menu-button {
    margin-left: 10px;
    padding: 0;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-flex-mobile {
    background-color: #f6f6f6;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px;
  }

  .nav-menu-wrapper-mobile {
    background-color: #343f52;
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .navbar-wrapper-mobile {
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-brand-mobile {
    padding-top: 24px;
    padding-bottom: 40px;
    display: flex;
  }

  .nav-link-mobile {
    height: auto;
    color: #4e4e4e;
    -webkit-text-stroke-color: #4e4e4e;
    padding: 6px 0 20px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .nav-link-mobile.w--current {
    color: #ed1c24;
  }

  .hero-grid {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .hero {
    display: block;
  }

  .hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    min-height: 500px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: none;
    position: absolute;
    top: 0%;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .hero-content.podad {
    width: 100%;
  }

  .play {
    left: 50%;
  }

  .doodle-arrow {
    display: none;
  }

  .doodle-shine {
    top: -10%;
  }

  .viva-tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-pane-grid {
    height: 100%;
    flex-direction: column;
    margin-left: auto;
    display: flex;
  }

  .tabs-content {
    max-height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rounded.shadow {
    width: 100%;
  }

  .headline-customers {
    margin-top: 0;
  }

  .testimonials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    column-count: 2;
    flex-direction: column;
    display: flex;
  }

  .testimonial._4, .testimonial._5, .testimonial._6 {
    display: none;
  }

  .customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .sticky {
    text-align: center;
    position: relative;
    top: auto;
  }

  .service-icon.mobile-show {
    display: none;
  }

  .facts {
    min-height: auto;
    display: block;
  }

  .facts-image {
    width: 100%;
    position: relative;
  }

  .why-vivia-container {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
  }

  .facts-content {
    margin-top: 10px;
    padding-left: 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-padding {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 50px;
  }

  .cleint-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .headline-pricing {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .prices-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
  }

  .pricing-card.card.shadow.cc-larger {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .faq-wrapper {
    column-count: auto;
  }

  .footer.background-dark {
    height: 300px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-cta {
    width: 100%;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    position: relative;
    bottom: auto;
  }

  .join {
    max-width: none;
  }

  .social-links {
    margin-left: auto;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .wrapper-narrow {
    width: 100%;
  }

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

  .hero-img-hight {
    justify-content: center;
    display: flex;
  }

  .heading {
    font-size: 40px;
  }

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

  .circles {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circles.whyviva {
    margin-top: 40px;
    display: flex;
  }

  .image-2.tooth {
    left: auto;
  }

  ._3m {
    max-height: 800%;
    max-width: 80%;
  }

  .heading-3 {
    color: #4e4e4e;
    margin-bottom: 24px;
  }

  .heading-3.cards {
    font-size: 20px;
    font-weight: 600;
  }

  .visit-live-site {
    margin-top: 32px;
  }

  .moving-circles, .moving-circle-2 {
    display: none;
  }

  .tab-image {
    width: 50%;
  }

  .card-heading {
    font-weight: 500;
  }

  .contact-us {
    padding-right: 0;
  }

  .contact-us.podad {
    padding-top: 0;
  }

  .contact-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
  }

  .grid {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .flex-box {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .radio-button.w--redirected-checked {
    background-color: #ed1c24;
    border-color: #fff;
  }

  .image-7 {
    display: none;
    bottom: -187px;
    left: auto;
  }

  .container-3.footer-nav, .scroll-up, .navbar-2 {
    display: none;
  }

  .team-column1 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .team-column1.eric-column {
    flex-direction: column-reverse;
  }

  .half-circles {
    width: 80%;
    height: 500px;
    min-height: 200px;
    top: 53%;
  }

  .about-us-hero {
    height: 200px;
  }

  .team-image-column-circle {
    display: none;
  }

  .team-column {
    justify-content: center;
    padding-top: 100px;
    display: flex;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-15.footer {
    top: 20px;
  }

  .clientsgrid {
    margin-left: 0;
    margin-right: 0;
  }

  .client-logo {
    padding: 20px 10px;
  }

  .clientsgrid2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-10 {
    display: block;
  }

  .tab-pane-tab-1 {
    text-align: center;
    align-self: center;
  }

  .div-block-16 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .tab-content {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .mobile-image {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: -64px;
  }

  .image-11 {
    position: relative;
    bottom: -79px;
  }

  .image-12 {
    position: relative;
  }

  .image-13, .image-14, .image-15 {
    max-width: 80%;
  }

  .image-16 {
    max-width: 800%;
  }

  .image-17 {
    max-width: 80%;
  }

  .client-mobile {
    max-width: 85%;
  }

  .image-22, .tabs-2 {
    display: none;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-show-tab {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .tabs-flex-view {
    background-image: none;
    display: block;
  }

  .accordion-tab-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-direction: row-reverse;
  }

  .accordion-tab-button:hover {
    background-color: #fff;
  }

  .accordion-tab-button.webinars {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    flex-direction: row;
  }

  .accordion-container {
    width: 750px;
    border-radius: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .accordion-pane-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .accordion-pane {
    box-shadow: inset -1px 16px 12px -12px rgba(237, 28, 36, .33);
  }

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

  .flextabicon.block-quote-2 {
    flex-direction: column-reverse;
  }

  .mobile-tab-images {
    max-width: 60%;
    border-radius: 20px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .arrow {
    filter: grayscale();
  }

  .text-wrapper {
    margin-top: .5em;
  }

  .slider-wrapper {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sec.background-color-lightgrey {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

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

  .slide68_arrow.left {
    position: absolute;
  }

  .box {
    min-height: 600px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4px;
    padding: 3.2em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  }

  .box._3 {
    background-color: #fff;
  }

  .box._2 {
    min-height: 600px;
    background-color: #fff;
  }

  .box._1 {
    background-color: #fff;
  }

  .blog68_slide-nav {
    padding-top: 0;
  }

  .slider-list {
    width: 80%;
  }

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

  .link-block-2 {
    margin-top: 0;
  }

  .container-4 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrows {
    display: none;
  }

  .text-block-15 {
    color: #ed1c24;
    font-family: Poppins, sans-serif;
  }

  .podad_hero {
    height: auto;
    min-height: 70vh;
    margin-bottom: 0;
  }

  .pod_container {
    max-width: 750px;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }

  .pod_container.heropodad {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pod_container.customer {
    min-height: 100vh;
  }

  .pod_hero_left {
    width: 100%;
    max-width: 100%;
  }

  .pod_hero_right {
    width: 100%;
    max-width: 100%;
    margin-top: auto;
  }

  .pod-hero-image {
    width: 50%;
    min-height: 400px;
    margin-top: 12px;
    right: -222px;
    overflow: hidden;
  }

  .pod-hero-content {
    width: 100%;
  }

  .podad_audio_player {
    height: auto;
    min-height: 40vh;
  }

  .audio-player-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .audio-player-wrapper {
    width: 80%;
  }

  .audio-player {
    box-shadow: none;
    border-radius: 0;
  }

  .play-sample {
    top: -10%;
    left: 0%;
  }

  .heading-12 {
    font-size: 12px;
  }

  .podad_your-customers-are-listening {
    height: auto;
    min-height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .content-wrapper.podad-customers {
    flex-direction: column-reverse;
    align-items: center;
  }

  .podad_customer_left {
    width: 60%;
    margin-top: 70px;
  }

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

  .podad_customer-circles {
    top: -22%;
  }

  .podad_customer-circles.offercircle {
    top: 0%;
  }

  .podad_pricing {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .podad_pricing-wrapper {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .podad_pricing-grid {
    width: 100%;
  }

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

  .podad-pricing-heading, .podad-pricing-heading.black {
    font-size: 18px;
  }

  .adpodprice.total-price {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
  }

  .offer-wrapper {
    justify-content: center;
    margin-top: 120px;
  }

  .offer-content {
    height: 50%;
  }

  .podad_callus {
    height: auto;
    min-height: 70vh;
    margin-top: 0;
    padding-top: 60px;
  }

  .podad_footer {
    height: auto;
    margin-top: 70px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-top: 40px;
  }

  .section.background-primary-soft.hero-section {
    margin-top: 0;
  }

  .section.background-light.tabs-section {
    height: 100%;
    min-height: 100%;
  }

  .container.podcontainer.footerpodad {
    align-items: center;
  }

  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-color-block {
    width: 25%;
  }

  .display-1.margin-bottom-20 {
    font-size: 2.3em;
    line-height: 1.5;
  }

  .display-2.clients-heading {
    margin-bottom: 40px;
    font-size: 2.1em;
    line-height: 45px;
  }

  .display-2.clients-heading.what-we-do {
    text-align: center;
  }

  .display-2.nubers-heading {
    font-size: 2.1em;
    line-height: 1.5;
  }

  .display-2.podad, .display-2.podad-customers, .display-2.podad-pricing {
    font-size: 1.9rem;
  }

  .display-2.podad-pricing.offer {
    font-size: 1.7rem;
  }

  .paragraph.card-content {
    margin-top: 8px;
    font-size: .8rem;
  }

  .paragraph.podad.number1, .paragraph.podad.number2, .paragraph.podad.number3 {
    font-size: 1rem;
  }

  .paragraph-large {
    font-size: 1.2rem;
    line-height: 34px;
  }

  .paragraph-large.podad_paragraph.prices {
    font-size: .8rem;
    line-height: 15px;
  }

  .paragraph-large.podad_paragraph.prices.red {
    margin-bottom: 4px;
    line-height: 15px;
  }

  .paragraph-large.podad_paragraph.offers {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 20px;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
  }

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

  .menu-button {
    top: 12px;
  }

  .menu-button.w--open {
    padding-top: 15px;
  }

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

  .navbar-brand-mobile.w--current {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .doodle-shine {
    top: -9%;
    left: -8%;
  }

  .viva-tabs {
    padding-bottom: 104px;
  }

  .testimonials {
    column-count: 1;
  }

  .service-icon {
    display: none;
  }

  .service-icon.mobile-show {
    width: 60px;
    margin-right: 24px;
    display: block;
  }

  .numbers-grid.cc-margin-top {
    grid-template-rows: auto auto;
  }

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

  .prices-grid {
    grid-template-rows: auto auto;
  }

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

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

  .circles {
    min-width: auto;
  }

  .card-heading {
    font-weight: 400;
  }

  .text-block-2 {
    margin-top: 8px;
  }

  .image-7 {
    top: 152px;
    bottom: -204px;
  }

  .div-block-15.footer {
    top: 0;
  }

  .clientsgrid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .client-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clientsgrid2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-20, .image-21 {
    max-width: 80%;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .mobile-show-icon {
    align-items: flex-end;
    display: flex;
  }

  .slider-item {
    min-height: auto;
    padding-right: 1.5rem;
  }

  .text-wrapper {
    margin-bottom: 1em;
  }

  .slider-wrapper {
    padding-bottom: 6rem;
  }

  .sec.background-color-lightgrey {
    height: 100%;
  }

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

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .box {
    width: 100%;
    height: 50%;
    min-height: 420px;
    padding: 1em 2em;
  }

  .box._3, .box._2, .box._1 {
    min-height: 420px;
  }

  .subtitle {
    font-size: .7rem;
  }

  .slider-list {
    width: 80%;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .slider_left {
    width: 100%;
  }

  .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
    color: #ed1c24;
  }

  .podad_hero {
    height: auto;
    margin-bottom: 0;
  }

  .pod_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pod_container.prices {
    height: 210vh;
    min-height: 200vh;
    margin-bottom: 31px;
    padding-bottom: 0;
  }

  .pod_hero_right {
    min-height: auto;
    margin-top: 60px;
  }

  .pod-hero-image {
    width: 60%;
    height: auto;
    min-height: 400px;
    margin-top: 0;
    right: -188px;
  }

  .podad_audio_player {
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .audio-player-wrapper, .audio-player {
    min-width: 400px;
  }

  .play-sample {
    top: -13%;
    bottom: -11px;
    left: 3%;
    right: auto;
  }

  .podad_customer_left {
    width: 70%;
    margin-top: 100px;
    top: 0;
  }

  .point-wrapper {
    height: 15%;
  }

  .circle-and-number.number1, .circle-and-number.number2, .circle-and-number.number3 {
    width: 15%;
  }

  .number-content {
    width: 80%;
  }

  .podad_pricing {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .podad_pricing-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 3fr 1.5fr 1.5fr;
  }

  .podad-grid-colmn3 {
    border-width: 2px;
  }

  .grid-4 {
    width: 100%;
  }

  .podad-pricing-heading, .podad-pricing-heading.black {
    min-height: 70px;
    font-size: 14px;
  }

  .pricing-content, .pricing-content._1st, .pricing-content.offers, .adpodprice {
    min-height: 70px;
  }

  .adpodprice.total-price {
    align-items: flex-start;
    margin-top: 10px;
  }

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

  .podad_callus {
    height: auto;
    min-height: 80vh;
    margin-top: 0;
  }

  .podad_footer {
    margin-top: 0;
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.background-primary-soft.hero-section {
    margin-top: 0;
  }

  .section.background-light.tabs-section {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 20px;
  }

  .container.numbers {
    background-color: #fff;
  }

  .container.about-hero {
    max-height: 200px;
  }

  .container.tabs-mobile {
    margin-top: 4px;
    padding: 40px 0;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

  .sg-color-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-gradient.text-emphasize.get-started {
    position: relative;
    top: -92px;
  }

  .display-1.margin-bottom-20 {
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 45px;
  }

  .display-1.margin-bottom-20.headline {
    flex-direction: column;
    font-size: 2.2em;
    display: flex;
  }

  .display-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .display-2.margin-bottom-25.why-viva {
    font-size: 1.8em;
  }

  .display-2.margin-bottom-25.services-heading {
    margin-bottom: 24px;
    font-size: 1.8em;
    line-height: 45px;
  }

  .display-2.clients-heading {
    text-align: center;
    font-size: 1.8em;
    line-height: 45px;
    position: relative;
  }

  .display-2.clients-heading.what-we-do {
    margin-top: 0;
    display: none;
    bottom: -60px;
  }

  .display-2.nubers-heading {
    margin-bottom: 24px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 45px;
  }

  .display-2.testmonials-heading {
    font-size: 1.8em;
    line-height: 45px;
  }

  .display-2.contact-heading {
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.8em;
    line-height: 45px;
  }

  .display-2.contact-heading.podad {
    margin-bottom: 30px;
  }

  .display-2.about-hero {
    top: 6px;
  }

  .display-2.podad {
    font-size: 1.4rem;
    line-height: 35px;
  }

  .display-2.podad.callus {
    font-size: 35px;
  }

  .display-2.podad-customers {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 35px;
  }

  .display-2.podad-pricing {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 30px;
  }

  .display-2.podad-pricing.offer {
    font-size: 1.2rem;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.card-content {
    text-align: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: .9rem;
  }

  .paragraph.podad.number1, .paragraph.podad.number2, .paragraph.podad.number3 {
    text-align: left;
    font-size: .9rem;
  }

  .paragraph-large {
    margin-bottom: 20px;
    font-size: 1.0625rem;
    line-height: 1.7;
  }

  .paragraph-large.number {
    width: 100%;
    margin-bottom: 4px;
  }

  .paragraph-large.podad_paragraph.prices {
    font-size: .6rem;
  }

  .paragraph-large.podad_paragraph.offers {
    width: 100%;
    height: 100%;
    min-height: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-large.podad_paragraph.offers.red {
    color: #4e4e4e;
    font-weight: 600;
    line-height: 25px;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .button.cc-large {
    align-self: center;
  }

  .button.cc-large.contact-us {
    width: 100%;
  }

  .button.cc-large.podad {
    border-radius: 40px;
    font-size: 15px;
  }

  .button.cc-large.podad.lightbutton {
    border-radius: 40px;
    margin-top: 12px;
    margin-left: 0;
  }

  .card.shadow {
    padding: 30px;
  }

  .nav-menu-wrapper {
    width: 80%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .menu-button {
    top: 0;
  }

  .menu-button.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .burger-line.cc-bottom {
    margin-bottom: 0;
  }

  .nav-menu-flex-mobile {
    display: block;
  }

  .nav-menu-wrapper-mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .navbar-wrapper-mobile {
    justify-content: space-between;
    align-items: flex-end;
  }

  .navbar-brand-mobile {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand-mobile.w--current {
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-mobile {
    line-height: 1.7;
  }

  .nav-link-mobile.w--current {
    color: #4e4e4e;
    line-height: 1.7;
  }

  .hero-grid {
    background-image: none;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-content.podad {
    margin-top: 0;
  }

  .doodle-shine {
    display: none;
  }

  .viva-tabs {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab.card {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .customers {
    padding-top: 40px;
  }

  .services-grid {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-icon {
    width: 100px;
    align-self: flex-start;
  }

  .service-icon.mobile-show {
    width: 75px;
    margin-right: 0;
  }

  .facts {
    min-height: 50vh;
  }

  .why-vivia-container {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facts-content {
    margin-top: 0;
  }

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

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

  .cleint-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer.background-dark {
    height: 200px;
  }

  .text-field, .text-field-dark {
    height: 47px;
  }

  .footer-cta {
    width: 100%;
    bottom: -101px;
  }

  .social-links-wrapper {
    margin-top: 20px;
  }

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

  .subscribers, .webinar {
    width: 100%;
    margin-bottom: 24px;
  }

  .podcast {
    width: 100%;
  }

  .heading {
    margin-bottom: 4px;
  }

  .numbers-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button-hero {
    flex-direction: column;
    display: flex;
  }

  .circles {
    width: 100%;
    min-height: 350px;
    min-width: 50%;
  }

  .heading-3.cards {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .visit-live-site {
    width: 100%;
    justify-content: center;
  }

  .tab-image {
    width: 75%;
  }

  .card-heading {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .image-6 {
    max-width: 80%;
    position: relative;
    top: 0;
    box-shadow: 0 0 20px 4px rgba(225, 115, 120, .21);
  }

  .image-6.podad {
    box-shadow: 0 0 20px 4px rgba(31, 31, 31, .13);
  }

  .form-placeholder-text {
    border-color: #e17378;
  }

  .form-placeholder-text.color {
    color: #e17378;
    border-color: #e17378;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-4 {
    padding-right: 0;
  }

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

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .column-7 {
    padding-bottom: 8px;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
  }

  .image-7 {
    display: none;
    top: 79px;
    bottom: -101px;
    left: 0;
  }

  .navbar-2 {
    display: none;
  }

  .half-circles {
    width: 100%;
    min-height: 200px;
    top: 53%;
  }

  .team-column {
    padding-top: 40px;
  }

  .image-9 {
    margin-top: 40px;
  }

  .div-block-15.footer {
    align-items: center;
  }

  .clientsgrid {
    width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .client-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clientsgrid2 {
    width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .mobile-image {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: -61px;
  }

  .mobile-hero-circle {
    position: relative;
    bottom: -21px;
  }

  .image-11 {
    position: relative;
    top: auto;
  }

  .image-12 {
    position: relative;
  }

  .get-started {
    text-align: left;
  }

  .get-started.callus {
    font-size: 1.9rem;
  }

  .image-16 {
    max-width: 75%;
  }

  .client-mobile, .image-19 {
    max-width: 100%;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .accordion-container {
    border-radius: 20px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .db-logo-wrapper {
    width: 160px;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .mobile-show-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-23 {
    max-width: 80%;
  }

  .image-24 {
    max-width: 80%;
    padding-right: 0;
    position: relative;
    top: -7px;
  }

  .image-25 {
    max-width: 80%;
    position: relative;
    top: -10px;
  }

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

  .image-27 {
    max-width: 80%;
    position: relative;
    top: -7px;
  }

  .image-28 {
    max-width: 80%;
    position: relative;
    top: -10px;
  }

  .image-29 {
    max-width: 80%;
    position: relative;
    top: -4px;
  }

  .slider-item {
    min-height: 600px;
  }

  .div_1-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .text-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .slider-wrapper {
    height: 100%;
    padding-bottom: 0;
  }

  .sec.background-color-lightgrey {
    width: 100%;
    height: 100%;
    display: block;
  }

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

  .box {
    height: auto;
    min-height: 600px;
    box-shadow: none;
    border-radius: 20px;
    padding: 1em 1em 2em;
  }

  .box._3, .box._2, .box._1 {
    min-height: 600px;
  }

  .blog68_slide-nav {
    position: relative;
  }

  .slider-list {
    width: 95%;
    min-height: 90vh;
  }

  .icon {
    width: 75px;
    height: 75px;
  }

  .page-padding {
    padding-bottom: 0;
    padding-left: 5%;
  }

  .image-30 {
    max-width: 120%;
  }

  .page-wrapper {
    margin-top: 40px;
    display: none;
  }

  .swiper.is-photos {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider_right {
    padding-bottom: 0;
  }

  .container-4.is-slider {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slide.is-photos {
    background-image: none;
    box-shadow: 0 0 20px -10px #4e4e4e;
  }

  .swiper-wrapper.is-photos {
    border-radius: 20px;
  }

  .slider_left {
    display: none;
  }

  .text-block-14 {
    color: #ed1c24;
    font-family: Poppins, sans-serif;
  }

  .empty-state {
    display: none;
  }

  .link-block-3 {
    width: 60%;
  }

  .lotti {
    width: 100%;
    height: 80px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
  }

  .podad_hero {
    height: auto;
    min-height: 90vh;
    margin-bottom: 0;
  }

  .pod_container {
    min-height: auto;
    padding: 0 10px;
  }

  .pod_container.prices {
    height: 200vh;
    min-height: 200vh;
  }

  .pod_container.heropodad {
    padding-top: 0;
  }

  .pod_container.customer {
    min-height: auto;
  }

  .pod-hero-image {
    width: 80%;
    min-height: 300px;
    right: -38px;
    overflow: hidden;
  }

  .podad_audio_player {
    height: auto;
    min-height: 40vh;
    margin-bottom: 0;
  }

  .audio-player-wrapper {
    width: 100%;
    min-width: auto;
  }

  .audio-player {
    min-width: auto;
  }

  .play-sample {
    top: -23%;
  }

  .heading-12 {
    font-size: 11px;
  }

  .podad_your-customers-are-listening {
    height: auto;
    min-height: 90vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .content-wrapper.podad-customers {
    min-height: auto;
  }

  .podad_customer_left {
    width: 85%;
    top: 0;
  }

  .podad_customer-circles.offercircle {
    top: auto;
  }

  .point-wrapper {
    height: 20%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-and-number.number1, .circle-and-number.number2, .circle-and-number.number3 {
    width: 20%;
  }

  .number-content {
    text-align: left;
    margin-left: 10px;
  }

  .podad_pricing {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-3 {
    font-size: 1.7rem;
  }

  .podad_pricing-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .podad_pricing-grid {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 4fr 1.5fr 2fr;
  }

  .podad-grid-colmn1, .podad-grid-colmn2, .podad-grid-colmn3 {
    border-width: 2px;
  }

  .grid-4 {
    grid-template-columns: 2fr;
  }

  .podad-pricing-heading, .podad-pricing-heading.black {
    font-size: .65rem;
  }

  .pricing-content {
    min-height: 30px;
  }

  .pricing-content.offers {
    width: 100%;
    min-height: 30px;
  }

  .adpodprice {
    min-height: 30px;
  }

  .paragraph-3.podad {
    font-size: 8px;
  }

  .offer-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .offer-content {
    height: 40%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-span-4 {
    font-size: 1.6rem;
  }

  .contact-message {
    border-color: #e17378;
  }

  .podad_footer {
    height: auto;
    margin-top: 0;
  }

  .offersmobile {
    width: 100%;
    border-bottom: 1px solid rgba(78, 78, 78, .28);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .offersmobile.totalvalue {
    border: 1px #000;
    margin-top: 35px;
  }

  .offer-title {
    min-height: 30px;
  }

  .offer-title.total-value {
    text-align: center;
    align-self: auto;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .offer-details {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .standalone {
    width: 100%;
    min-height: auto;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .included {
    width: 50%;
    min-height: 50px;
  }

  .offer-mobile-wrapper {
    width: 100%;
    border-radius: 20px;
    display: block;
  }

  .standalone-text {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .paragraph-4.red {
    color: #e17378;
  }

  .paragraph-5 {
    text-align: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
  }

  .text-span-5 {
    color: #ed1c24;
  }

  .paragraph-6 {
    color: #ed1c24;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .image-34 {
    width: 100%;
  }

  .text-span-6 {
    font-family: Poppins, sans-serif;
  }

  .list-item-2, .list-item-3 {
    display: none;
  }

  .image-35, .div-block-19 {
    position: relative;
  }
}

#w-node-dc678c3f-8d8f-00ba-7466-144a35cd5f25-574a55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc447acc-e5d7-6a45-4032-aca7ca736ffd-574a55a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017d8-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017da-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017dc-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017de-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017e0-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017e2-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017e4-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017e6-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017e8-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017ea-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017ec-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017ee-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017f1-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017f3-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017f5-574a55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_33d5ff0a-a9ee-1551-3986-b35178efb1e7-574a55a8, #w-node-b791cf82-82b9-7055-7e04-4f63f43e2f91-574a55a8, #w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d7-574a55a8, #w-node-b8bc016a-487b-09be-d595-e5e9ca4a85d9-574a55a8, #w-node-d9b72053-0865-b91d-4f26-2112eb5fefda-574a55a8, #w-node-d453d55a-29e6-dd24-d4f1-a8ff1819a9b4-574a55a8, #w-node-d453d55a-29e6-dd24-d4f1-a8ff1819a9b6-574a55a8, #w-node-_68fb92d5-06ae-aaa1-f3d3-2304f612a376-574a55a8, #w-node-_9b7deeaf-3dcc-da3d-ed44-45e0ee5fe909-574a55a8, #w-node-_927e5f36-cbc4-762f-9430-2c8c3ec10496-574a55a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b8af2d-5524-9ad8-95e6-936ff7033a26-574a55a8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-e936af14-d0d6-3191-8d17-d905eda72cd8-574a55a8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2dbc92e1-f640-1dc3-f27e-e52bbea09c40-574a55aa {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-cfeac069-459b-41b3-5205-94cd515a4e04-574a55af, #w-node-d16771b6-c05f-2a86-c965-d5262a1bc43d-574a55af, #w-node-c5b4cba2-17de-c3b6-aa94-efea0f120f85-574a55af, #w-node-b887ec13-9659-a0e0-80a1-5fc5a50ec873-574a55af, #w-node-da33cb87-d237-4949-8234-849089d00e94-574a55af, #w-node-fe195c47-ab4f-fbe7-307e-10a210a746be-574a55af, #w-node-_91f5fafd-c70f-5b37-b124-83765e9674dc-574a55af, #w-node-_35ea6c8a-b9d4-8d92-0234-5115a3941e5f-574a55af, #w-node-_9a86c6c2-c0e1-aa3f-fa5e-c4c09ddd3d94-574a55af, #w-node-eb1550d9-4a4a-73ac-cf50-4f3ba533d91d-574a55af, #w-node-_8271305e-594d-c27b-f243-2fdfc09ecfc9-574a55af, #w-node-aed70bdc-e66a-508a-94e1-ae82a6b5793a-574a55af, #w-node-_1a4268dd-9140-ea06-2e6c-76e369cfb9ed-574a55af, #w-node-_4b2e4037-b5b6-e425-cac7-4fbf5c638382-574a55af, #w-node-a9ec0b16-b8d0-263b-500d-9d6cd7867480-574a55af, #w-node-c7741d2b-ea3b-9a83-0a85-3a284c4b2b59-574a55af, #w-node-_77a3d1ee-eefb-314b-5655-d2e852a875dc-574a55af, #w-node-_23fb1db8-85c8-886f-48ab-666b260ab902-574a55af, #w-node-_18809d6a-a140-ef43-4f76-4d3d384fa39a-574a55af, #w-node-_845f1596-881b-42b0-5195-d5961c12ab0e-574a55af, #w-node-d46e5e85-75d5-3dea-23b4-9deb7fcbdef6-574a55af, #w-node-fb5a0a00-6bc9-f9e7-8d48-7dbeeac5e7f7-574a55af, #w-node-_9616fae3-090b-e72d-1b4e-4d6edcbf2c4d-574a55af, #w-node-_7e85a121-e971-3468-4d6f-577af069fb1c-574a55af, #w-node-a19fb7ee-95eb-296b-ac8e-e56668b2f379-574a55af, #w-node-a0066f3a-85a1-4a28-1665-437597b482ec-574a55af, #w-node-_379fe756-9e2b-8965-6ac3-e161ed4ad61d-574a55af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_440264be-42bc-cadb-e31a-a8a34bf14521-574a55af, #w-node-d40fa8d8-66bc-d1f0-04bb-19c6b018b560-574a55af, #w-node-e47d9542-f4f2-ec94-f57f-f8a3061e4a55-574a55af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017d8-574a55a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017dc-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017de-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017ee-574a55a8, #w-node-_5906eaf6-9fdd-fb9d-5e24-1a74874017f1-574a55a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-eb1550d9-4a4a-73ac-cf50-4f3ba533d91d-574a55af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons-line.woff2') format('woff2'), url('../fonts/unicons-line.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}