:root {
  --light-af: #e5f2f9;
  --dark-af: #12222d;
  --golden-shower: #e0ab58;
  --navy: #244159;
  --baby-blue-ballz: #8cc1df;
  --anti-racist-white: white;
  --light-cyan: #c9e4df;
  --forest-funk: #3a4946;
  --pinky-two: #fa9589;
  --midnight-blue: #1b3042;
  --ron-burgundayyy: #883d3d;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  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 {
  background-color: var(--light-af);
  color: var(--dark-af);
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 5px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: .86em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: .9em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: var(--dark-af);
  text-decoration: underline;
}

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

blockquote {
  border-left: 2px solid var(--golden-shower);
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.bg-gradientits {
  background-image: linear-gradient(188deg, var(--navy) 19%, var(--baby-blue-ballz));
  color: var(--anti-racist-white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.navbar-brand {
  width: 130px;
  color: var(--light-af);
}

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

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

.nav-link-2:hover {
  color: var(--baby-blue-ballz);
}

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

.navbar-button-holder {
  margin-left: 7px;
}

.button-base {
  background-color: var(--dark-af);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base:hover {
  color: #fff;
  background-color: #193144;
}

.button-base:active {
  background-color: #193144;
}

.button-base.button-light-green {
  background-color: var(--light-cyan);
  color: var(--forest-funk);
  background-image: url('../images/bolt-green.svg');
}

.button-base.button-light-green:hover {
  background-color: var(--anti-racist-white);
}

.button-base.button-light-green:active {
  color: var(--dark-af);
}

.button-base.outline-light {
  border: 2px solid var(--dark-af);
  background-color: var(--light-af);
  color: var(--dark-af);
}

.button-base.outline-light.button-full-width.new1 {
  background-color: #0000;
  background-image: url('../images/bolt-dark.svg');
  width: auto;
}

.button-base.outline-light.button-full-width.new1:hover {
  background-color: var(--dark-af);
  color: var(--pinky-two);
  background-image: url('../images/bolt-pink.svg');
}

.button-base.outline-light.button-full-width.new-copy {
  border-color: var(--golden-shower);
  width: auto;
  color: var(--golden-shower);
  background-color: #0000;
  background-image: url('../images/bolt-gold.svg');
}

.button-base.outline-light.button-full-width.new-copy:hover {
  background-color: var(--golden-shower);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.button-base.outline-light.button-full-width.new1-copy {
  background-color: #0000;
  background-image: url('../images/bolt-dark.svg');
  width: auto;
}

.button-base.outline-light.button-full-width.new1-copy:hover {
  background-color: var(--dark-af);
  color: var(--light-af);
  -webkit-text-stroke-color: var(--light-af);
  background-image: url('../images/bolt-white.svg');
}

.button-base.button-outline-dark {
  border: 2px solid var(--dark-af);
  background-color: var(--light-af);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.button-base.button-outline-dark:hover {
  background-color: var(--anti-racist-white);
}

.button-base.button-gold {
  border: 0px none var(--dark-af);
  background-color: var(--golden-shower);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.button-base.button-gold:hover {
  background-color: var(--midnight-blue);
  color: var(--golden-shower);
  background-image: url('../images/bolt-gold.svg');
}

.button-base.button-gold:active {
  color: var(--baby-blue-ballz);
}

.button-base.button-gold.margin-top-20.hover-dark-af:hover {
  background-color: var(--dark-af);
}

.button-base.button-select {
  margin-left: 0;
  margin-right: 0;
}

.button-base.button-pink {
  background-color: var(--pinky-two);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.button-base.button-pink:hover {
  color: var(--light-af);
  background-color: #dd786c;
  background-image: url('../images/bolt-white.svg');
}

.button-base.button-pink:active {
  background-color: #bb5245;
}

.button-base.button-ticket {
  color: #593105;
  background-color: #12222d00;
  background-image: url('../images/bolt-brown.svg');
  background-position: 97%;
  border: 2px solid #593105;
}

.button-base.button-ticket:hover {
  background-color: #facfa5;
}

.button-base.button-ticket:active {
  background-color: #c08e5d;
}

.base-section {
  padding: 12px;
}

.base-section.bg-dark {
  background-color: var(--dark-af);
  color: #e5f2f9;
  background-color: #12222d;
}

.base-section.advent-2025 {
  padding-bottom: 0;
}

.hero {
  border-width: 12px;
  border-radius: 44px;
}

.hero.gradientits-bg {
  background-image: linear-gradient(188deg, var(--navy) 56%, #5f8aa5 85%, var(--baby-blue-ballz));
  text-align: center;
  text-align: center;
  background-image: linear-gradient(188deg, #244159 56%, #5f8aa5 85%, #8cc1df);
  border-radius: 32px;
  overflow: hidden;
}

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

.text-center.narrow-content {
  max-width: 700px;
}

.text-center.mb-20 {
  margin-bottom: 20px;
}

.supertitle {
  font-family: Abhaya Libre, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
}

.supertitle.text-dark {
  color: var(--dark-af);
}

.supertitle.text-golden.d-none {
  display: none;
}

.text-field {
  border: 1px solid var(--baby-blue-ballz);
  border-radius: 6px;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 18px;
}

.hero-h1-special {
  justify-content: center;
  display: flex;
}

.triffle {
  object-fit: contain;
  width: 3em;
}

.hero-max-width {
  justify-content: center;
  max-width: 569px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-max-width.w921 {
  max-width: 921px;
}

.small {
  font-size: 11px;
  line-height: 14px;
}

.lead {
  font-size: 20px;
  line-height: 28px;
}

.lead.text-light {
  color: #e5f2f9;
}

.container {
  width: 100%;
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.pl-100 {
  padding-left: 30%;
}

.container.logos {
  max-width: 100vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.new {
  max-width: 1200px;
  margin-top: 34px;
}

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

.hero-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 110%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.animals-line-up {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.rounded-box-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
  position: relative;
}

.rounded-box-50.bg-navy.border-gold {
  border: 2px solid var(--golden-shower);
  grid-template-columns: 1fr 1fr;
}

.rounded-box-50.bg-navy.border-gold.full-grid {
  grid-template-columns: 1fr;
}

.rounded-box-50.bg-green {
  background-color: var(--forest-funk);
  grid-template-rows: 1fr;
  grid-template-columns: 1.75fr 1fr;
  overflow: hidden;
}

.rounded-box-50.border-gold {
  border: 2px solid var(--golden-shower);
}

.rounded-box-50.bg-light {
  grid-column-gap: 39px;
}

.rounded-box-50.bg-navy {
  background-color: #244159;
  grid-template-columns: .75fr;
}

.rounded-box-50.bg-navy.border-gold {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid #e0ab58;
  grid-template-columns: 1fr 1fr;
}

.awards {
  width: 75%;
  margin-top: 10px;
}

.medium-section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.medium-section.bg-dark {
  background-color: var(--dark-af);
  color: var(--light-af);
}

.medium-section.sub-hero-section {
  background-image: url('../images/bg-word-pattern_1bg-word-pattern.webp');
  background-position: 50% 60%;
  background-size: cover;
  padding-top: 69px;
  padding-bottom: 69px;
}

.medium-section.testimonial-green {
  background-color: var(--forest-funk);
}

.medium-section.bg-dark {
  color: #e5f2f9;
  background-color: #12222d;
}

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

.image-2 {
  width: 120%;
  max-width: 140%;
  position: relative;
  transform: translate(0, 40px);
}

.rounded-box-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: block;
  position: relative;
}

.rounded-box-100.bg-light {
  background-color: var(--light-af);
  color: var(--dark-af);
}

.rounded-box-100.bg-navy-dark {
  background-color: #1b3042;
  display: block;
}

.service-cell-block {
  background-color: var(--navy);
  width: 100%;
  height: 100%;
  max-height: 369px;
  color: var(--dark-af);
  border-radius: 8px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.service-cell-block:hover {
  opacity: .8;
}

.image-cell {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.service-pill {
  z-index: 1;
  background-color: var(--anti-racist-white);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  padding: 6px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 10px;
}

.image-4 {
  width: 18px;
  height: 18px;
}

.text-block {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.homepage-portfolio {
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 469px;
  display: flex;
}

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

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

.pricing.text-center.margin-top-30 {
  margin-top: 60px;
  padding-top: 50px;
}

.tier-box {
  background-color: var(--light-af);
  color: var(--dark-af);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.tier-box.tier-box-popular {
  border: 2px solid var(--golden-shower);
  background-color: var(--dark-af);
  color: var(--anti-racist-white);
  justify-content: space-between;
  transform: translate(0);
}

.tier-box.tier-box-popular.new3 {
  background-color: var(--light-af);
  border-width: 0;
}

.tier-box.new1 {
  background-color: var(--pinky-two);
}

.tier-box.new2 {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--golden-shower);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--golden-shower);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--golden-shower);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--golden-shower);
  background-color: var(--dark-af);
  transform: translateY(-44px) !important;
}

.price-number {
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
}

.price-number.new {
  color: var(--anti-racist-white);
  font-size: 26px;
  font-weight: 500;
}

.price-number.new.gold {
  color: var(--golden-shower);
}

.price-number.new2 {
  color: var(--golden-shower);
  font-size: 26px;
  font-weight: 500;
}

.package-title {
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.package-title.new {
  font-size: 38px;
  line-height: 44px;
}

.package-title.new.dark {
  color: var(--dark-af);
}

.package-title.new2 {
  color: var(--anti-racist-white);
  font-size: 38px;
  line-height: 44px;
}

.price-month-format {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.package-top-section {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.package-bill-freq {
  font-weight: 400;
}

.package-description {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.package-description.white {
  color: var(--anti-racist-white);
}

.package-description.dark {
  color: var(--dark-af);
}

.package-list-items {
  grid-row-gap: 0px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.cell-3 {
  grid-column-gap: 10px;
  border-top: .5px solid var(--navy);
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-3.new {
  justify-content: flex-start;
}

.footer-wrapper {
  color: var(--light-af);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper.mb-100 {
  margin-bottom: 164px;
}

.footer-content {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

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

.title-small {
  color: var(--baby-blue-ballz);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link {
  color: var(--light-af);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--baby-blue-ballz);
}

.footer-link.hide, .footer-link.dnone {
  display: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.footer {
  border-width: 12px;
  border-radius: 44px;
  position: relative;
}

.footer.bg-navy {
  background-color: var(--navy);
  border-radius: 32px;
  padding: 50px 0;
  overflow: hidden;
}

.logo-footer {
  width: 100px;
}

.flex-block {
  justify-content: space-between;
  align-items: baseline;
}

.flex-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-self: center;
  align-items: baseline;
}

.text-block-2 {
  line-height: 16px;
  display: none;
}

.footer-link-bottom {
  color: var(--light-af);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-bottom:hover {
  color: var(--baby-blue-ballz);
}

.flex-block-3 {
  justify-content: space-between;
  margin-bottom: 32px;
}

.cc-icon {
  width: 69px;
}

.image-6 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 200px;
  height: 240px;
  position: absolute;
  inset: auto 0% -3% 45%;
}

.logos-without-title {
  background-color: var(--dark-af);
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clients-wrapper-three.dnone {
  display: none;
}

.clients-image-three {
  object-fit: contain;
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.world-map {
  object-fit: contain;
  width: 100%;
}

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

.large-section.bg-dark {
  background-color: var(--dark-af);
  color: var(--light-af);
  padding-top: 0;
  padding-bottom: 67px;
}

.large-section.bg-dark.new {
  padding-bottom: 34px;
}

.large-section.bg-dark-green {
  background-color: #2e3c39;
}

.navbar-generic {
  z-index: 5;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.logo-navbar {
  width: 99px;
}

.nav-dropdown-icon-2 {
  color: #e5f2f9;
  margin-right: 10px;
}

.button-base-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-2:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-2:active {
  background-color: #193144;
}

.navbar-general {
  background-color: #244159;
}

.text-block-4 {
  color: #e5f2f9;
  letter-spacing: 0;
  font-size: 16px;
}

.text-block-4:hover {
  color: #8cc1df;
}

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

.nav-link-3:hover {
  color: #8cc1df;
}

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

.text-white {
  color: var(--anti-racist-white);
}

.faq-item {
  border-bottom: .5px solid var(--dark-af);
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  align-items: center;
  height: 75px;
  padding-left: 0;
  display: flex;
}

.faq-question {
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.dropdown-list {
  background-color: #0000;
  padding: 0 15px 15px 0;
  display: block;
  position: static;
}

.faq-icon {
  margin-right: 20px;
}

.gorilla-bat-faq {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.success-title {
  font-family: Abhaya Libre, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.backgrounds {
  color: var(--dark-af);
  padding: 0;
}

.bg-navy {
  background-color: var(--navy);
  color: var(--light-af);
}

.bg-dark {
  background-color: var(--dark-af);
  color: var(--light-af);
}

.bg-green {
  background-color: var(--forest-funk);
  color: var(--anti-racist-white);
}

.bg-pink {
  background-color: var(--pinky-two);
  color: var(--dark-af);
}

.bg-golden {
  background-color: var(--golden-shower);
}

.bg-baby-blue {
  background-color: var(--baby-blue-ballz);
  color: var(--dark-af);
}

.bg-light {
  background-color: var(--light-af);
  color: var(--dark-af);
}

.bg-white {
  background-color: var(--anti-racist-white);
  color: var(--dark-af);
}

.text-navy {
  color: var(--navy);
}

.text-green {
  color: var(--forest-funk);
}

.text-colours {
  color: var(--dark-af);
  padding: 0;
}

.text-golden {
  color: var(--golden-shower);
}

.text-baby-blue {
  color: var(--baby-blue-ballz);
}

.bg-navy-dark {
  background-color: var(--midnight-blue);
  color: var(--light-af);
}

.text-block-7 {
  color: var(--light-af);
}

.buttons {
  padding: 0;
}

.button-full-width {
  text-align: center;
  align-items: stretch;
  width: 100%;
}

.full-width {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-golden {
  border: 2px solid var(--golden-shower);
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.rich-af h2 {
  margin-top: 30px;
  font-size: 2em;
}

.rich-af h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.rich-af a {
  color: var(--navy);
}

.container-narrow {
  max-width: 769px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.table-row-3-col {
  grid-column-gap: 0px;
  border-bottom: 1px solid #2441591c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.table-cell {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
}

.comparison-competitor-logo {
  object-fit: contain;
  object-position: 50% 50%;
  width: 200px;
  height: 40px;
}

.pm-book-image {
  width: 100%;
  max-width: 369px;
  margin-bottom: -12px;
}

.div-block {
  padding-top: 11px;
  padding-bottom: 11px;
}

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

.modal {
  z-index: 5000;
  background-color: #12222d82;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.bg-light {
  display: none;
}

.modal-body {
  z-index: 1000;
  background-color: var(--light-af);
  border-radius: 12px;
  width: 100%;
  max-width: 669px;
  padding: 30px;
  position: absolute;
}

.modal-body.text-center {
  position: relative;
}

.modal-body.text-center.newsletter-modal {
  border-radius: 0;
  max-width: 729px;
  padding: 0;
}

.quick-stack-7 {
  text-align: left;
  padding: 0;
}

.h3-short {
  margin-top: 0;
}

.modal-close {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.modal-close-holder {
  text-align: right;
  cursor: pointer;
  position: absolute;
  inset: 13px 13px auto auto;
}

.page-banner {
  object-fit: cover;
  width: 100%;
  height: 269px;
}

.thank-you-width {
  justify-content: center;
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-405 {
  width: 100%;
  max-width: 469px;
}

.div-block-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.html-embed {
  padding-top: 21px;
  padding-bottom: 21px;
  display: block;
}

.book-grid {
  padding: 0;
}

.cell-10 {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.bg-sunburst-navy {
  background-image: url('../images/sunburst-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.bg-wordmark-pattern-green {
  background-image: url('../images/wordmark-pattern.svg');
  background-position: 50%;
  background-size: cover;
}

.margin-0-bottom {
  padding-bottom: 0;
}

.humanimals-duet {
  height: 200px;
  margin-top: 15px;
}

.dropdown-toggle {
  padding: 0;
}

.text-block-11 {
  color: var(--light-af);
  padding-right: 7px;
}

.icon-3 {
  display: none;
}

.dropdown-list-2 {
  margin-left: 3px;
}

.dropdown-list-2.w--open {
  background-color: var(--light-af);
  color: var(--light-af);
  border-radius: 12px;
  margin-top: 13px;
  margin-left: -12px;
  overflow: hidden;
}

.dropdown-link {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--baby-blue-ballz);
}

.list-item {
  display: none;
}

.text-light-green {
  color: var(--light-cyan);
}

.animal-half {
  width: 100%;
  max-width: 369px;
  margin-bottom: -40px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.cell-11 {
  justify-content: center;
}

.cell-12 {
  justify-content: flex-end;
  align-items: stretch;
}

.bg-light-green {
  background-color: var(--light-cyan);
  color: var(--dark-af);
}

.icon-steps {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.step-list {
  align-items: center;
}

.step-list.full-step-list {
  width: 100%;
}

.step-list-item {
  border-bottom: .5px solid #c9e4df4d;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.step-list-item.step-list-item-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.step-list-item.step-list-adjustment {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.step-list-item-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.margin-top-30 {
  margin-top: 20px;
}

.heading-2 {
  color: var(--light-cyan);
}

.heading-2.margin-0 {
  margin-top: 0;
}

.heading-2.heading-margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.grid-4x4 {
  padding-left: 0;
  padding-right: 0;
}

.rounded-box-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
  position: relative;
}

.big-stat {
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.text-field-holder {
  margin-bottom: 15px;
}

.quick-stack-12.left-right-remove {
  padding-left: 0;
  padding-right: 0;
}

.success-message-icon {
  object-fit: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.cell-15 {
  align-items: stretch;
}

.portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
  transition: all .2s;
}

.portfolio-image:hover {
  opacity: .73;
}

.portfolio-image.h-custom {
  height: auto;
}

.portfolio-graphics {
  grid-column-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.portfolio-image-wrapper {
  object-fit: fill;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-image-wrapper:hover {
  background-color: var(--navy);
}

.portfolio-filter {
  padding-top: 15px;
  padding-bottom: 15px;
}

.portfolio-filter-item {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--baby-blue-ballz);
  border-radius: 0 69px 69px 0;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 14px;
}

.portfolio-filter-item.w--current {
  border-color: var(--golden-shower);
  background-color: var(--dark-af);
  color: var(--anti-racist-white);
}

.list-of-services-wrapper {
  align-items: stretch;
}

.list-of-services {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.service-item {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.service-item-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.services {
  max-width: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.plan-banner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--navy);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-right: 0;
  padding: 9px 15px;
  display: flex;
  position: absolute;
}

.plan-banner.gold {
  background-color: var(--golden-shower);
  justify-content: center;
  align-items: center;
}

.video-testimonial-1 {
  margin-top: -16px;
  margin-bottom: 0;
}

.testi-card {
  border-radius: 24px;
  flex: 1;
  overflow: hidden;
}

.testi-card-body {
  background-color: var(--anti-racist-white);
  padding: 30px 30px 20px;
}

.quick-stack-13 {
  padding-left: 0;
  padding-right: 0;
}

.testi-card-wrapper {
  background-color: var(--anti-racist-white);
  border-radius: 24px;
}

.test-card-h3-smaller {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.form-2-columns {
  align-items: stretch;
}

.quick-stack-14 {
  padding: 0;
}

.careers-form-wrapper {
  background-color: var(--anti-racist-white);
  border-radius: 24px;
  padding: 20px;
}

.button-big {
  padding: 20px 50px 20px 20px;
  font-size: 18px;
  line-height: 18px;
}

.border-dark {
  border: 2px solid var(--dark-af);
}

.border-gold {
  border: 2px solid var(--golden-shower);
}

.border-white {
  border: 2px solid var(--anti-racist-white);
}

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

.portfolio-video {
  object-fit: cover;
  width: 100%;
  transition: all .2s;
}

.portfolio-video:hover {
  opacity: .73;
}

.portfolio-video.gif {
  height: 499px;
}

.form-block-2 {
  display: none;
}

.margin-hero-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.scrim {
  z-index: 6;
  background-color: #12222d66;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-book-meeting {
  z-index: 6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close-x {
  text-align: right;
  cursor: pointer;
  position: absolute;
  inset: 44px 12px auto auto;
}

.modal-body-calendar {
  z-index: 1000;
  width: 100%;
  max-width: 669px;
  position: absolute;
}

.pricing-switcher {
  border: 2px solid var(--navy);
  text-align: center;
  border-radius: 4em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 4px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
}

.tab-link-tab-1 {
  color: var(--light-af);
  background-color: #ddd0;
}

.tab-link-tab-1.w--current {
  background-color: var(--golden-shower);
  color: var(--dark-af);
  border: .5px solid #ffdba2;
  border-radius: 4em;
}

.tab-link-tab-2 {
  color: var(--light-af);
  background-color: #ddd0;
  border-radius: 4em;
}

.tab-link-tab-2.w--current {
  border: .5px solid var(--navy);
  color: var(--anti-racist-white);
  background-color: #3e6789;
}

.pricing-pill-text {
  text-align: center;
  line-height: 16px;
}

.text-block-13 {
  color: var(--light-af);
  text-align: center;
}

.opacity-30 {
  opacity: .3;
}

.logo-caas {
  margin: 25px;
}

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

.paragraph {
  font-style: italic;
}

.paragraph.hide, .d-none {
  display: none;
}

.ticket-outline {
  border: 4px solid #593105;
  border-radius: 20px;
  width: 100%;
}

.ticket-humanimal {
  object-fit: contain;
  width: 170px;
  height: 170px;
  margin-bottom: -10px;
  position: absolute;
  inset: auto auto 0% 8%;
}

.ticket-structure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
}

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

.text-block-16 {
  color: #593105;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-2 {
  color: #593105;
}

.ticket {
  width: 100%;
  max-width: 750px;
  height: 150px;
  transform-style: preserve-3d;
  background-image: url('../images/ticket-shape_1ticket-shape.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 27px;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotateX(45deg)rotateY(0)rotateZ(0);
}

.ticket:hover {
  transform: rotate(0);
}

.ticket-left {
  border-right: 4px solid #593105;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.ticket-right {
  border-left: 4px solid #593105;
  border-right: 4px #593105;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.ticket-wrapper {
  perspective: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.self-reviews {
  border: 2px solid var(--golden-shower);
  background-color: var(--navy);
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.heading-4 {
  color: var(--light-af);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.div-block-7 {
  border: 1px solid var(--golden-shower);
  background-color: var(--dark-af);
  color: var(--light-af);
  border-radius: 24px;
  padding: 20px;
}

.heading-5 {
  color: var(--golden-shower);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
}

.text-block-17 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.image-406 {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.columns {
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
  padding-top: 60px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.image-407 {
  width: 350px;
  margin-top: 30px;
}

.collection-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-408 {
  display: none;
}

.paragraph-4 {
  color: var(--baby-blue-ballz);
  margin-bottom: 0;
  font-size: 14px;
}

.heading-6 {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 49px;
  line-height: 44px;
}

.collection-list-wrapper-2 {
  margin-top: 0;
  padding-top: 20px;
}

.image-409 {
  object-fit: cover;
  width: 100%;
  height: 276px;
  transition: all 1s;
}

.image-409:hover {
  transform: scale(1.2);
}

.link-block {
  width: 100%;
}

.collection-list-2 {
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.div-block-10 {
  padding: 30px;
}

.text-block-18 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-7 {
  color: unset;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 34px;
}

.link-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-410 {
  object-fit: cover;
  border-radius: 100px;
  width: 63px;
  min-width: 63px;
  height: 63px;
  min-height: 63px;
}

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

.heading-8 {
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-13 {
  background-color: var(--anti-racist-white);
  border-radius: 24px;
  flex-flow: column;
  min-height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 5s;
  display: flex;
  overflow: hidden;
}

.div-block-13:hover {
  background-color: var(--pinky-two);
}

.div-block-14 {
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
}

.text-block-19 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-15 {
  border: 2px solid var(--golden-shower);
  background-color: var(--navy);
  color: var(--anti-racist-white);
  border-radius: 24px;
  flex-flow: wrap;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-16 {
  width: 50%;
  padding-right: 8px;
}

.image-411 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-412 {
  width: 50%;
  padding-left: 8px;
}

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

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-413 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

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

.heading-10 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

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

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.html-embed-2 {
  width: 50%;
  min-height: 100%;
  margin-bottom: 0;
}

.div-block-19 {
  width: 50%;
  padding: 30px;
}

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

.div-block-20 {
  background-color: var(--anti-racist-white);
  border-radius: 24px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link {
  font-family: Abhaya Libre, sans-serif;
  font-size: 21px;
  line-height: 31px;
  text-decoration: none;
}

.text-block-20 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 31px;
}

.single-content {
  font-size: 16px;
  line-height: 22px;
}

.single-content h1 {
  font-size: 3.5rem;
  line-height: 1.2em;
}

.single-content h6 {
  font-size: 1rem;
  line-height: 24px;
}

.single-content h5 {
  font-size: 1.4rem;
  line-height: 33px;
}

.single-content h4 {
  font-size: 1.7rem;
  line-height: 42px;
}

.single-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-content h3 {
  font-size: 2.3rem;
  line-height: 42px;
}

.single-content h2 {
  font-size: 2.8rem;
  line-height: 1.2em;
}

.heading-11 {
  text-align: center;
  margin-top: 30px;
}

.single-tags {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--dark-af);
  border-bottom: 1px solid #12222d80;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-414 {
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

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

.h60 {
  height: 60px;
}

.h20 {
  height: 20px;
}

.pagination {
  margin-top: 30px;
}

.text-span {
  display: block;
}

.newsletter-popup-row {
  background-color: #fff3e0;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.catarea {
  background-color: var(--golden-shower);
  width: 44%;
  color: var(--golden-shower);
  justify-content: center;
  align-items: flex-end;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.newsletter-area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding: 50px 25px;
  display: flex;
}

.text-black {
  color: var(--dark-af);
  text-align: left;
}

.modal-newsletter {
  z-index: 55555;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #12222d66;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: none;
  position: fixed;
}

.newsletter-text {
  color: var(--dark-af);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 115%;
}

.newsletter-form {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.newsletter-inner-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-text-field {
  border: 1px solid #ddcaaa;
  border-radius: 6px;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-text-field:active, .newsletter-text-field:focus {
  border-color: #ddcaaa;
}

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

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

.error-message {
  background-color: #fc0000;
}

.success-message {
  background-color: #00610d;
  padding: 10px;
}

.html-embed-3 {
  margin-bottom: 0;
}

.mailform {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-7 {
  font-size: 12px;
}

.div-block-24 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-24.div-block-63 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container-6 {
  max-width: 1045px;
}

.div-block-25 {
  grid-column-gap: 22px;
  border: 2px solid var(--golden-shower);
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.div-block-25.div-block-60 {
  grid-column-gap: 50px;
  border-width: 1px;
  border-color: var(--light-cyan);
  background-image: url('../images/Group-27-1_1Group-27-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 14px 176px 14px 14px;
  position: relative;
}

.image-415 {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 5.6px;
  width: 98px;
  min-width: 98px;
  min-height: 100%;
}

.text-block-21 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-21.text-block-32 {
  color: var(--golden-shower);
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-22 {
  font-size: 12px;
}

.text-block-22.text-block-33 {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.code-embed {
  width: 100%;
  margin-top: 12px;
}

.collection-list-wrapper-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-list-3 {
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.humanimal-in-icon {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

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

.narrow-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hover-dark-af:hover {
  background-color: var(--dark-af);
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.max-400 {
  max-width: 400px;
}

.f-paragraph-small.center {
  text-align: center;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-416 {
  width: 50%;
  max-width: 420px;
  position: relative;
  bottom: -69px;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-23 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.bento-grid-stats__item {
  background-color: var(--navy);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.bento-grid-stats__item.grid-style-1 {
  background-color: var(--forest-funk);
}

.bento-grid-stats__item.grid-style-2 {
  border: 2px solid var(--golden-shower);
  background-color: var(--ron-burgundayyy);
}

.bento-grid-stats__item.grid-style-3 {
  border: 2px solid var(--baby-blue-ballz);
}

.text-block-24 {
  display: block;
}

.biggest-stat {
  font-family: Abhaya Libre, sans-serif;
  font-size: 5rem;
  line-height: 100%;
  display: block;
}

.image-417 {
  width: 100%;
  max-width: 320px;
  position: relative;
  bottom: -30px;
}

.image-4188 {
  width: 100%;
  max-width: 150px;
  position: relative;
  top: -30px;
}

.bento-grid-stats__photo-item {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
}

.image-4189 {
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.testimonial-text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 200px;
  position: relative;
}

.div-block-26 {
  width: 80%;
}

.box-apps {
  text-align: center;
  background-color: #244159;
  background-image: url('../images/apps_1apps.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #48687a;
  border-radius: 24px;
  padding: 60px 60px 313px;
  position: relative;
  overflow: hidden;
}

.div-block-27 {
  background-color: #2d5374;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.box-bring-it-together {
  border: 2px solid var(--golden-shower);
  background-color: var(--forest-funk);
  border-radius: 24px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.image-4190 {
  width: 50%;
  max-width: 500px;
}

.flex-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

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

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

.nav-link-4:hover {
  color: #8cc1df;
}

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

.button-base-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-3:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-3:active {
  background-color: #193144;
}

.navbar-brand-3 {
  color: #e5f2f9;
  width: 130px;
}

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

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

.button-base-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-4:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-4:active {
  background-color: #193144;
}

.button-base-4.button-gold {
  color: #12222d;
  background-color: #e0ab58;
  background-image: url('../images/bolt-dark.svg');
  border: 0 #12222d;
}

.button-base-4.button-gold:hover {
  color: #e0ab58;
  background-color: #1b3042;
  background-image: url('../images/bolt-gold.svg');
}

.button-base-4.button-gold:active {
  color: #8cc1df;
}

.image-4191 {
  width: 50%;
  max-width: 420px;
  position: relative;
  bottom: -69px;
}

.image-4192 {
  width: 100%;
}

.service-cell-block-2 {
  color: #12222d;
  background-color: #244159;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 369px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.service-cell-block-2:hover {
  opacity: .8;
}

.featured-on {
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.service-pill-2 {
  z-index: 1;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  padding: 6px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 10px;
}

.list-solutions {
  max-width: 240px;
}

.list-solutions-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px dotted #8cc1df4d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.list-solutions-item.list-solution-item-last {
  border-bottom-style: none;
}

.button-base-5 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-5:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-5:active {
  background-color: #193144;
}

.button-base-5.button-gold {
  color: #12222d;
  background-color: #e0ab58;
  background-image: url('../images/bolt-dark.svg');
  border: 0 #12222d;
}

.button-base-5.button-gold:hover {
  color: #e0ab58;
  background-color: #1b3042;
  background-image: url('../images/bolt-gold.svg');
}

.button-base-5.button-gold:active {
  color: #8cc1df;
}

.button-base-5.button-gold.margin-top-20.hover-dark-af:hover {
  background-color: #12222d;
}

.image-4193 {
  width: 18px;
  height: 18px;
}

.image-4194 {
  width: 100%;
}

.text-block-25 {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.button-base-6 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-6:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-6:active {
  background-color: #193144;
}

.triffle-left {
  object-fit: contain;
  width: 3em;
  margin-right: 10px;
}

.logos-title-small {
  border: 1px #000;
  padding: 60px 0 80px;
  position: relative;
}

.clients-tag {
  color: var(--light-af);
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
}

.clients-image-three-2 {
  object-fit: contain;
  width: 110px;
  height: 60px;
  margin-bottom: 15px;
}

.hide {
  display: none;
}

.image-4195 {
  object-fit: contain;
  width: 30px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.show-mob {
  display: none;
}

.section {
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
}

.div-block-29 {
  background-image: url('../images/Rectangle-2_1Rectangle-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.container-7 {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-4197 {
  width: 25%;
}

.image-4198 {
  width: 23%;
}

.div-block-30 {
  width: 45%;
  padding-bottom: 70px;
}

.heading-12 {
  color: var(--golden-shower);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 15px 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 59px;
}

.section-2 {
  background-image: url('../images/Group-17_1Group-17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 43px;
  padding-bottom: 52px;
  display: none;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
}

.section-3 {
  border-top: 1px solid var(--golden-shower);
  border-bottom: 1px solid var(--golden-shower);
  background-color: var(--midnight-blue);
  padding-top: 27px;
  padding-bottom: 27px;
}

.div-block-31 {
  background-image: url('../images/Group-17.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-8 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-4199 {
  object-fit: cover;
  border-radius: 100px;
  width: 165px;
  height: 165px;
}

.div-block-32 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.image-4200 {
  width: 55px;
}

.heading-15 {
  color: var(--golden-shower);
  margin-top: 0;
  font-size: 30px;
  line-height: 38px;
}

.paragraph-8 {
  max-width: 490px;
  color: var(--anti-racist-white);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.button-white {
  background-color: var(--anti-racist-white);
  color: var(--navy);
  text-transform: none;
  background-image: url('../images/bolt-gold.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-white:hover {
  background-color: var(--midnight-blue);
  color: var(--anti-racist-white);
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.service-item-w-check {
  background-image: url('../images/check-blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  display: flex;
}

.flex-block-10 {
  justify-content: center;
  align-items: center;
}

.svc-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.svc-pill {
  background-color: var(--navy);
  border-radius: 50px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 100%;
  transition: all .2s;
}

.svc-pill:hover {
  background-color: #315b7e;
  transform: translate(0, -2px);
}

.flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
}

.svc-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 269px;
  margin-bottom: 0;
  position: relative;
  transform: rotate(0);
}

.svc-item {
  transform: rotate(0);
}

.svc-item-link {
  color: var(--light-af);
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-out;
}

.svc-item-link:hover {
  transform: translate(0);
}

.svc-img-wrap {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shine {
  z-index: 1;
  opacity: .16;
  filter: blur(40px);
  background-color: #fff;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.featured-on-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.services-2 {
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.button-base-7 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-7:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-7:active {
  background-color: #193144;
}

.button-base-7.button-gold {
  color: #12222d;
  background-color: #e0ab58;
  background-image: url('../images/bolt-dark.svg');
  border: 0 #12222d;
}

.button-base-7.button-gold:hover {
  color: #e0ab58;
  background-color: #1b3042;
  background-image: url('../images/bolt-gold.svg');
}

.button-base-7.button-gold:active {
  color: #8cc1df;
}

.button-base-7.button-gold.margin-top-20.hover-dark-af:hover {
  background-color: #12222d;
}

.image-4201 {
  width: 18px;
  height: 18px;
}

.image-4202 {
  width: 100%;
}

.clients-image-three-3 {
  object-fit: contain;
  width: 100px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.container-9 {
  max-width: 1069px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-26 {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.container-10 {
  max-width: 677px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-16 {
  color: var(--golden-shower);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 59px;
}

.section-4 {
  padding-top: 87px;
  padding-bottom: 87px;
}

.paragraph-9 {
  color: var(--anti-racist-white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.section-5 {
  padding-bottom: 23px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.div-block-35 {
  background-image: url('../images/Group-17_2Group-17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 70px;
}

.container-11 {
  align-items: flex-end;
  max-width: 990px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-4203 {
  width: 260px;
  margin-left: auto;
}

.div-block-36 {
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.link-block-3 {
  width: 130px;
}

.image-4204 {
  width: 100%;
}

.list-item-2 {
  color: var(--anti-racist-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.list-item-2:hover {
  color: var(--baby-blue-ballz);
}

.link-2 {
  color: var(--anti-racist-white);
  text-decoration: none;
}

.link-2:hover {
  color: var(--baby-blue-ballz);
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.team-slider {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 87px;
  padding-left: 0;
  display: flex;
}

.hidden {
  display: none;
}

.team-slider-item {
  margin-right: 70px;
}

.team-slider-image {
  object-fit: contain;
  height: 470px;
}

.div-block-37 {
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-4205 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-4 {
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.heading-17 {
  text-align: center;
  font-size: 30px;
  position: relative;
}

.paragraph-10 {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

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

.section-6 {
  padding-top: 20px;
  padding-bottom: 80px;
}

.collection-item-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.collection-item-4:hover {
  transform: scale(1.035);
}

.advent {
  border: 1px solid var(--golden-shower);
  background-color: var(--ron-burgundayyy);
  background-image: url('../images/DZ-pink-bg.svg');
  background-position: -60px;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  border-radius: 44px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.advent.gradientits-bg {
  background-image: linear-gradient(188deg, var(--navy) 56%, #5f8aa5 85%, var(--baby-blue-ballz));
  text-align: center;
  text-align: center;
  background-image: linear-gradient(188deg, #244159 56%, #5f8aa5 85%, #8cc1df);
  border-radius: 32px;
  overflow: hidden;
}

.russell-double-deck-button {
  background-color: var(--anti-racist-white);
  color: var(--ron-burgundayyy);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/red-bolt.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.russell-double-deck-button:hover {
  background-color: var(--light-af);
  color: var(--navy);
}

.russell-double-deck-button:active {
  background-color: #193144;
}

.russell-double-deck-button.button-light-green {
  background-color: var(--light-cyan);
  color: var(--forest-funk);
  background-image: url('../images/bolt-green.svg');
}

.russell-double-deck-button.button-light-green:hover {
  background-color: var(--anti-racist-white);
}

.russell-double-deck-button.button-light-green:active {
  color: var(--dark-af);
}

.russell-double-deck-button.outline-light {
  border: 2px solid var(--dark-af);
  background-color: var(--light-af);
  color: var(--dark-af);
}

.russell-double-deck-button.button-outline-dark {
  border: 2px solid var(--dark-af);
  background-color: var(--light-af);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.russell-double-deck-button.button-outline-dark:hover {
  background-color: var(--anti-racist-white);
}

.russell-double-deck-button.button-gold {
  border: 0px none var(--dark-af);
  background-color: var(--golden-shower);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.russell-double-deck-button.button-gold:hover {
  background-color: var(--midnight-blue);
  color: var(--golden-shower);
  background-image: url('../images/bolt-gold.svg');
}

.russell-double-deck-button.button-gold:active {
  color: var(--baby-blue-ballz);
}

.russell-double-deck-button.button-gold.margin-top-20.hover-dark-af:hover {
  background-color: var(--dark-af);
}

.russell-double-deck-button.button-select {
  margin-left: 0;
  margin-right: 0;
}

.russell-double-deck-button.button-pink {
  background-color: var(--pinky-two);
  color: var(--dark-af);
  background-image: url('../images/bolt-dark.svg');
}

.russell-double-deck-button.button-pink:hover {
  color: var(--light-af);
  background-color: #dd786c;
  background-image: url('../images/bolt-white.svg');
}

.russell-double-deck-button.button-pink:active {
  background-color: #bb5245;
}

.russell-double-deck-button.button-ticket {
  color: #593105;
  background-color: #12222d00;
  background-image: url('../images/bolt-brown.svg');
  background-position: 97%;
  border: 2px solid #593105;
}

.russell-double-deck-button.button-ticket:hover {
  background-color: #facfa5;
}

.russell-double-deck-button.button-ticket:active {
  background-color: #c08e5d;
}

.image-4206 {
  width: 300px;
  position: relative;
  bottom: -40px;
  left: -30px;
}

.flex-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.calendar-wrapper {
  width: auto;
}

.text-block-27 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 5.5em;
  line-height: 100%;
}

.countdown-timer {
  background-image: url('../images/clock.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.button-click-funnels {
  border: 2px solid var(--golden-shower);
  background-color: var(--anti-racist-white);
  color: var(--ron-burgundayyy);
  text-align: center;
  cursor: pointer;
  background-image: url('../images/red-bolt.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 14px 55px 14px 14px;
  transition: all .2s;
  display: inline-block;
}

.button-click-funnels:hover {
  background-color: var(--golden-shower);
}

.button-click-funnels:active {
  background-color: #b48945;
}

.text-block-28 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-29 {
  margin-top: 4px;
  font-size: 16px;
}

.calendar-title {
  margin-bottom: 15px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.quick-stack-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.cal-days {
  font-size: 12px;
  line-height: 100%;
}

.cal-num {
  padding: 5px;
  line-height: 120%;
}

.cal-num.throbbing {
  border: 1px dotted var(--golden-shower);
  background-color: var(--ron-burgundayyy);
  border-radius: 4px;
  box-shadow: 0 2px 5px 2px #fff3;
}

.cal-discount {
  color: var(--golden-shower);
  font-size: 16px;
  font-weight: 500;
}

.flex-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.advent-supertitle {
  font-size: 2em;
  line-height: 100%;
}

.paragraph-11 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.collection-list-wrapper-4 {
  display: block;
}

.collection-list-wrapper-4.job-slider {
  display: none;
}

.div-block-41.newsletter-area {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.text-span-2 {
  color: red;
}

.paragraph-12 {
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 500;
}

.image-4207 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.div-block-42 {
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.single-content-h1 {
  font-size: 4em;
}

.single-content-h2 {
  font-size: 3.5em;
}

.single-content-h6 {
  font-size: 1em;
}

.single-content-h5 {
  font-size: 1.5em;
}

.single-content-h4 {
  font-size: 2em;
}

.single-content-h3 {
  font-size: 3em;
}

.single-content-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.heading-19 {
  font-size: 2.5rem;
  line-height: 40px;
}

.heading-20 {
  font-size: 3rem;
  line-height: 1em;
}

.image-4208 {
  opacity: .9;
  pointer-events: none;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section-7 {
  background-color: var(--dark-af);
}

.div-block-43 {
  background-image: linear-gradient(183deg, var(--navy) 56%, #5f8aa5 85%, var(--baby-blue-ballz));
  color: var(--light-af);
  border-radius: 24px;
}

.full-width-container {
  max-width: 1800px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-44 {
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 150px;
  position: relative;
}

.heading-21 {
  color: var(--anti-racist-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 12.5em;
}

.heading-22 {
  color: var(--golden-shower);
  text-align: center;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: .86em;
}

.image-4209 {
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 0% -190px;
}

.collection-item-5 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.div-block-45 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.div-block-46 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  width: calc(100% - 345px);
  display: flex;
}

.heading-23 {
  color: #12222d;
}

.image-4211 {
  object-fit: cover;
  border-radius: 50px;
  width: 55%;
}

.image-4212 {
  object-fit: cover;
  border-radius: 50px;
  width: calc(45% - 40px);
}

.heading-24 {
  color: var(--anti-racist-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 53px;
}

.heading-25 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 2.5em;
}

.paragraph-13 {
  color: var(--anti-racist-white);
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 31.43px;
}

.link-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  align-items: center;
  padding: 7px 28px;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  opacity: .9;
}

.text-block-30 {
  color: var(--anti-racist-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-26 {
  color: var(--light-af);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 10em;
}

.heading-26.mb-0 {
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.1em;
}

.heading-27 {
  color: var(--golden-shower);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1em;
}

.heading-27.fs-42 {
  font-size: 42px;
}

.heading-28 {
  color: var(--anti-racist-white);
  margin-bottom: 0;
}

.heading-29 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.paragraph-14 {
  color: var(--anti-racist-white);
  margin-bottom: 20px;
}

.div-block-48 {
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.image-4213 {
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 80px;
}

.link-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--anti-racist-white);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-items: center;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-5:hover {
  opacity: .9;
}

.image-4215 {
  width: 20px;
}

.collection-item-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: calc(100% - 250px);
  display: flex;
}

.image-4216 {
  object-fit: cover;
  border-radius: 24px;
  width: calc(45% - 20px);
}

.image-4217 {
  object-fit: cover;
  border-radius: 24px;
  width: 55%;
}

.div-block-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.section-8 {
  background-color: var(--dark-af);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-51 {
  background-image: url('../images/DZ_Bg01-1_1D-Z_Bg01-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-30 {
  color: var(--golden-shower);
  text-align: center;
}

.text-span-3 {
  color: var(--anti-racist-white);
  font-family: futura-pt, sans-serif;
}

.bold-text.fs-72 {
  font-size: 72px;
}

.staticworkmenu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--navy);
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-2 {
  background-color: var(--navy);
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  position: relative;
}

.button-2:hover {
  background-color: var(--midnight-blue);
}

.button-2.w--current {
  background-color: var(--golden-shower);
}

.section-9 {
  background-color: var(--dark-af);
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.case-study-single-page {
  background-color: var(--dark-af);
  color: var(--anti-racist-white);
  background-image: url('../images/DZ_BgInternal00_1D-Z_BgInternal00.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.container-12 {
  text-align: right;
  max-width: 530px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110%;
}

.heading-32 {
  color: var(--golden-shower);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.section-11 {
  background-image: url('../images/DZ_BgInternal_1D-Z_BgInternal.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-31 {
  font-size: 104px;
  font-weight: 700;
  line-height: 100%;
}

.heading-33 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.heading-34 {
  color: var(--golden-shower);
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

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

.section-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.image-4218 {
  width: 100%;
  max-width: 779px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-13 {
  padding-bottom: 193px;
}

.image-4219 {
  width: 100%;
  max-width: 572px;
  position: relative;
}

.image-4220 {
  background-image: url('../images/DZ_BgInternal02-1_1D-Z_BgInternal02-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 550px;
  width: 100%;
  margin-top: 40px;
}

.section-14 {
  padding-top: 250px;
  padding-bottom: 190px;
}

.image-4221 {
  width: 100%;
}

.brandsliderone {
  display: flex;
}

.collection-item-7 {
  float: left;
  width: 30vw;
  padding-left: 15px;
  padding-right: 15px;
}

.image-4222 {
  width: 100%;
  box-shadow: 0 30px 50px #000;
}

.brandslidertwo {
  transform-style: preserve-3d;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.brandslider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  pointer-events: none;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 65px;
  display: flex;
  transform: rotate(-5deg);
}

.section-15 {
  padding-top: 69px;
}

.image-4223 {
  width: 100%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 30px 50px #000;
}

.landing-footer {
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-footer.dark {
  background-color: var(--dark-af);
  padding-top: 60px;
}

.div-block-53 {
  background-color: var(--navy);
  background-image: url('../images/Vector_1.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding-top: 69px;
  padding-bottom: 69px;
  position: relative;
}

.list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.link-3 {
  color: var(--anti-racist-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.link-3:hover {
  color: var(--baby-blue-ballz);
}

.image-4224 {
  width: 260px;
  position: absolute;
  inset: auto 15% 0% auto;
}

.laptop-shadow {
  width: 700px;
  height: 200px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  box-shadow: 0 100px 160px #000;
}

.spacer {
  height: 100px;
}

.image-4225 {
  object-fit: fill;
  border-radius: 0;
  width: calc(33% - 15px);
}

.image-4225.wideimg {
  width: 66%;
}

.image-4225.full0width0img {
  width: auto;
}

.div-block-54 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-54.mb-40 {
  margin-bottom: 40px;
}

.div-block-54.mt-40 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.casestudysection {
  width: 100%;
}

.div-block-55 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: rotate(26deg);
}

.image-4226 {
  border-radius: 22px;
  width: 100%;
  max-width: 310px;
  margin-top: -263px;
  position: relative;
  left: -266px;
  box-shadow: 40px -30px 20px #0006;
}

.image-4227 {
  border-radius: 20px;
  width: 100%;
  max-width: 118px;
  margin-top: -100px;
  position: relative;
  left: 33px;
  box-shadow: 30px -30px 20px #0003;
}

.div-block-56 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-4228 {
  width: calc(59% - 16px);
}

.rich-text-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: calc(41% - 16px);
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.image-4229 {
  width: 100%;
  max-width: 650px;
}

.rich-text-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  width: 384px;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.div-block-57 {
  flex-flow: wrap;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-4230 {
  z-index: -1;
  width: 487px;
  margin-top: -110px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-4231 {
  width: 340px;
  position: absolute;
  top: -44px;
  right: 76px;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.video {
  width: 560px;
}

.div-block-59 {
  background-image: url('../images/Landscape-Gold-Frame.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 564px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-59.mt-30 {
  margin-top: 30px;
}

.div-block-59.mb-30 {
  margin-bottom: 30px;
}

.div-block-61 {
  margin-top: 100px;
}

.image-4232 {
  object-fit: cover;
  border-radius: 11px;
  width: 333px;
}

.image-4233 {
  position: absolute;
  top: 48px;
  right: 102px;
}

.image-4234 {
  border-radius: 24px;
  width: calc(50% - 8px);
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block-59-copy {
  box-sizing: border-box;
  border: 40px solid #0000;
  border-image: url('../images/') 100 fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.div-block-59-copy.mb-30 {
  margin-bottom: 30px;
}

.div-block-59-copy.mt-30 {
  margin-top: 30px;
}

.div-block-58-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.video-copy {
  position: relative;
}

.div-block-65 {
  background-image: url('../images/DZ_BgInternal02-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.columnstack {
  flex-flow: column;
  display: flex;
}

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

.portfolio-image-wrapper-2 {
  object-fit: fill;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-image-wrapper-2:hover {
  background-color: #244159;
}

.portfolio-image-wrapper-3 {
  object-fit: fill;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-image-wrapper-3:hover {
  background-color: #244159;
}

.tabs-content {
  display: block;
}

.image-4213-copy {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0;
}

.section-7-copy {
  background-color: var(--dark-af);
  background-image: url('../images/Subtract.png');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  min-height: 475px;
  display: flex;
}

.div-block-48-copy {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-66 {
  position: absolute;
  bottom: 50px;
}

.section-16 {
  background-color: #152733;
  box-shadow: 0 0 74px #00000059;
}

.graphic-design-and-ilustration {
  max-width: 1000px;
  padding: 60px 20px;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.featured-grid-big {
  object-fit: cover;
  border-radius: 35px;
  height: 100%;
}

.popup-btn {
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-container {
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}

.list-image {
  object-fit: cover;
  border-radius: 35px;
  height: 100%;
}

.list-image.small-grid {
  width: 100%;
  min-height: 300px;
}

.list-image.website-grid, .list-image.website-grid-sm {
  width: 100%;
  min-height: 540px;
}

.small-grid-container {
  border-radius: 35px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-8 {
  width: 100%;
  display: flex;
}

.staticworkmenu-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--navy);
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.collection-list-7 {
  grid-template-columns: 1fr;
}

.landing-footer-copy {
  background-color: #152733;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.website-and-branding {
  max-width: 1000px;
  padding: 60px 20px;
}

.website-grid-container {
  border-radius: 35px;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}

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

.page-count {
  display: none;
}

.next {
  background-color: #0000;
  border-style: none;
  border-width: 0;
}

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

.text-block-34 {
  color: var(--anti-racist-white);
  font-size: 24px;
  font-weight: 400;
}

.link-block-7 {
  width: 40px;
  height: 40px;
  color: var(--anti-racist-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-7.w--current {
  background-color: #e0ab58;
}

.pagination-2 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.image-4235 {
  order: -1;
}

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

.div-block-25-copy {
  grid-column-gap: 40px;
  border: 1px solid var(--light-cyan);
  background-image: url('../images/Group-23.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 15px 30px 15px 15px;
  display: flex;
}

.div-block-25-copy.div-block-60 {
  grid-column-gap: 50px;
  border-width: 1px;
  border-color: var(--light-cyan);
  background-image: url('../images/Group-27-1_1Group-27-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 14px 176px 14px 14px;
  position: relative;
}

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

.image-415-copy {
  object-position: 50% 100%;
  border-radius: 5.6px;
}

.text-block-21-copy {
  color: var(--golden-shower);
  margin-bottom: 3px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-21-copy.text-block-32 {
  color: var(--golden-shower);
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-22-copy {
  color: var(--light-cyan);
  font-size: 16px;
}

.text-block-22-copy.text-block-33 {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.code-embed-copy {
  width: 100%;
  margin-top: 12px;
}

.div-block-24-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.div-block-24-copy.div-block-63 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.image-4238 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.collection-list-8-1-col-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-2 {
  border-radius: 35px;
  display: none;
  overflow: hidden;
}

.collection-item-9 {
  position: relative;
}

.code-embed-3 {
  height: 540px;
  display: none;
}

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

.collection-item-10 {
  justify-content: center;
  display: flex;
}

.collection-list-8-1-3-col-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-415-copy-mobile {
  object-position: 50% 100%;
  border-radius: 5.6px;
  display: none;
}

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

.paragraph-15 {
  width: 571px;
}

.paragraph-16 {
  padding-right: 50px;
}

.heading-35 {
  width: auto;
}

.new {
  font-size: 14px;
}

.submsg {
  width: 241px;
  font-size: 12px;
}

.submsg.dark {
  color: var(--dark-af);
}

.new2 {
  color: var(--anti-racist-white);
  font-size: 14px;
}

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

.image-4239, .image-4240 {
  width: 23px;
}

.new3 {
  color: var(--dark-af);
  font-size: 14px;
}

.image-4241 {
  width: 21px;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  min-height: 33px;
  max-height: 33px;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 140rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: 0;
}

.image-4242 {
  display: block;
}

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

.text-span-5 {
  color: var(--golden-shower);
}

.code-embed-4 {
  display: none;
}

.advent-2 {
  background-color: #883d3d;
  background-image: url('../images/DZ-pink-bg.svg');
  background-position: -60px;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  border: 1px solid #e0ab58;
  border-radius: 44px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.cal-discount-2 {
  color: #e0ab58;
  font-size: 16px;
  font-weight: 500;
}

.cat-advent {
  width: 300px;
  position: relative;
  bottom: -40px;
  left: -30px;
}

.div-block-72 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-35 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.button-click-funnels-2 {
  color: #883d3d;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/red-bolt.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 2px solid #e0ab58;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 14px 55px 14px 14px;
  transition: all .2s;
  display: inline-block;
}

.button-click-funnels-2:hover {
  background-color: #e0ab58;
}

.button-click-funnels-2:active {
  background-color: #b48945;
}

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

.quick-stack-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.text-block-36 {
  margin-top: 4px;
  font-size: 16px;
}

.div-block-73 {
  width: 60%;
}

.text-block-37 {
  font-family: Abhaya Libre, sans-serif;
  font-size: 5.5em;
  line-height: 100%;
}

.flex-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.max-500 {
  width: 100%;
  max-width: 500px;
}

.forest-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--forest-funk);
  border-radius: 24px;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
}

.forest-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.forest-image-column {
  width: 38%;
}

.forest-content-column {
  flex-flow: column;
  width: 62%;
}

.new-heading {
  width: 100%;
  max-width: 102px;
  color: var(--light-cyan);
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

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

.button-base-8 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #12222d;
  background-image: url('../images/bolt-pink.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button-base-8:hover {
  color: #fff;
  background-color: #193144;
}

.button-base-8:active {
  background-color: #193144;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.5em;
    line-height: 1em;
  }

  .navbar-brand {
    width: 100px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: var(--navy);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .navbar-button-holder {
    margin-left: 0;
  }

  .button-base {
    border-bottom-right-radius: 200px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #2c506e;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
  }

  .hero-padding-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-image-1 {
    transform: translate(-45px, 4px);
  }

  .rounded-box-50 {
    padding: 20px;
  }

  .rounded-box-50.border-gold {
    grid-column-gap: 25px;
  }

  .rounded-box-50.bg-light {
    grid-column-gap: 20px;
  }

  .medium-section.sub-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-2 {
    transform: scale(1.1)translate(0, 35px);
  }

  .rounded-box-100 {
    padding: 20px;
  }

  .icon {
    padding-right: 2px;
  }

  .utility-page-content {
    max-width: 469px;
  }

  .footer-content {
    grid-column-gap: 90px;
    grid-template-columns: auto auto 1fr;
    width: 73%;
  }

  .image-6 {
    left: 35%;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-around;
    width: 69%;
    margin-left: auto;
    margin-right: auto;
  }

  .clients-image-three {
    width: 70px;
    margin-bottom: 0;
  }

  .world-map {
    object-fit: cover;
    object-position: 31% 50%;
    height: 569px;
  }

  .navbar-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: var(--navy);
  }

  .nav-menu-two {
    background-color: var(--navy);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .menu-button {
    border-radius: 0 100px 100px 0;
    padding: 12px;
  }

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

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

  .icon-2 {
    color: var(--light-af);
  }

  .gorilla-bat-faq {
    width: 320px;
  }

  .table-cell {
    font-size: 16px;
    line-height: 20px;
  }

  .animal-half {
    max-width: 269px;
    margin-bottom: -20px;
  }

  .step-list-item.step-list-adjustment {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .rounded-box-small {
    padding: 20px;
  }

  .portfolio-image {
    height: 55vh;
  }

  .services {
    max-width: 320px;
  }

  .testi-card-body {
    padding: 25px;
  }

  .border-gold {
    border: 2px solid var(--golden-shower);
  }

  .border-white {
    border: 2px solid var(--light-af);
  }

  .div-block-5 {
    width: 100%;
    margin-top: 17px;
    margin-bottom: 17px;
    overflow: scroll;
  }

  .portfolio-video {
    height: 50vh;
  }

  .modal-book-meeting {
    display: none;
  }

  .modal-close-x {
    right: 12px;
  }

  .ticket-humanimal {
    width: 150px;
    left: 10%;
  }

  .ticket-structure {
    grid-template-columns: .25fr 3.5fr .25fr;
  }

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

  .columns {
    flex-direction: column;
    display: flex;
  }

  .column {
    padding-right: 0;
  }

  .image-407 {
    display: none;
  }

  .image-408 {
    width: 100%;
    max-width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-6 {
    max-width: 530px;
    font-size: 35px;
    line-height: 35px;
  }

  .image-409 {
    height: 190px;
  }

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

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    margin-left: -20px;
    margin-right: -20px;
  }

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

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

  .image-413 {
    height: 400px;
  }

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

  .div-block-19 {
    width: 100%;
    padding: 25px 25px 35px;
  }

  .div-block-25.div-block-60 {
    grid-column-gap: 23px;
    border-radius: 20px;
    padding-right: 100px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .content-inside-flex.tablet-50 {
    width: 50%;
  }

  .image-416 {
    bottom: -40px;
  }

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

  .image-4188 {
    max-width: 100px;
  }

  .image-4189 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 28px;
  }

  .box-apps {
    padding: 50px 50px 240px;
  }

  .flex-block-6 {
    margin-bottom: 0;
  }

  .box-bring-it-together {
    padding: 50px;
  }

  .image-4190 {
    order: -1;
    width: 80%;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .nav-menu-two-3 {
    background-color: #244159;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #2c506e;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
  }

  .button-base-3 {
    border-bottom-right-radius: 200px;
  }

  .navbar-brand-3 {
    width: 100px;
  }

  .icon-4 {
    padding-right: 2px;
  }

  .button-base-4 {
    border-bottom-right-radius: 200px;
  }

  .image-4191 {
    bottom: -40px;
  }

  .featured-on {
    grid-row-gap: 40px;
    flex-flow: wrap;
    align-items: center;
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }

  .featured-on.hide-mob {
    display: none;
  }

  .button-base-5, .button-base-6 {
    border-bottom-right-radius: 200px;
  }

  .triffle-left {
    margin-right: 5px;
  }

  .logos-title-small {
    background-color: var(--dark-af);
    padding: 50px 15px;
  }

  .clients-image-three-2 {
    width: 96px;
    height: 50px;
  }

  .image-4195 {
    height: 30px;
    margin-bottom: 0;
  }

  .featured-img {
    width: 33.33%;
  }

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

  .featured-img.right {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }

  .show-mob {
    display: block;
  }

  .container-7 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .image-4197 {
    order: 1;
    width: 25%;
  }

  .image-4198 {
    order: 1;
    width: 21%;
  }

  .div-block-30 {
    width: 76%;
    margin-bottom: -170px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-2 {
    display: block;
  }

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

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

  .button-base-7 {
    border-bottom-right-radius: 200px;
  }

  .clients-image-three-3 {
    margin-bottom: 30px;
  }

  .team-slider-item {
    margin-right: 50px;
  }

  .team-slider-image {
    height: 350px;
  }

  .section-6 {
    display: flex;
  }

  .collection-item-4 {
    width: 50%;
  }

  .collection-item-4:hover {
    transform: scale(1);
  }

  .russell-double-deck-button {
    border-bottom-right-radius: 200px;
  }

  .image-4206 {
    object-fit: contain;
    order: 1;
    height: 300px;
    margin-bottom: -40px;
    position: static;
    bottom: -40px;
    left: 0;
  }

  .flex-block-12 {
    flex-flow: column;
  }

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

  .flex-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-4208 {
    width: 50px;
    height: 50px;
  }

  .image-4213 {
    height: 300px;
    left: 0;
  }

  .staticworkmenu {
    border-radius: 17px;
    max-width: 464px;
  }

  .heading-31 {
    font-size: 70px;
  }

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

  .rich-text-block {
    font-size: 16px;
  }

  .section-11 {
    background-position: 120%;
    background-size: 210px;
  }

  .text-block-31 {
    font-size: 90px;
  }

  .heading-33, .heading-34 {
    font-size: 30px;
  }

  .section-12 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .image-4219 {
    max-width: 450px;
    left: 40px;
  }

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

  .brandslider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-4224 {
    right: 20%;
  }

  .laptop-shadow {
    width: 560px;
  }

  .spacer {
    height: 69px;
  }

  .image-4225 {
    border-radius: 32px;
    width: calc(33.33% - 26.66px);
  }

  .div-block-54 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: 380px;
  }

  .div-block-55 {
    margin-top: -30px;
    transform: rotate(18deg);
  }

  .image-4226 {
    border-radius: 18px;
    max-width: 250px;
    margin-top: -230px;
    left: -190px;
  }

  .image-4227 {
    margin-top: -150px;
    left: 100px;
  }

  .div-block-56 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-4228 {
    width: calc(59% - 20px);
  }

  .rich-text-block-2 {
    width: 41%;
    font-size: 16px;
    line-height: 150%;
  }

  .image-4229 {
    max-width: 400px;
  }

  .rich-text-block-3 {
    width: 370px;
    margin-top: -200px;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-57 {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4230 {
    width: 360px;
  }

  .image-4231 {
    width: 220px;
  }

  .div-block-58 {
    width: 530px;
  }

  .div-block-59 {
    width: 738px;
    height: 520px;
  }

  .image-4232 {
    width: 200px;
    height: 160px;
  }

  .image-4233 {
    right: 20px;
  }

  .image-4234 {
    border-radius: 16px;
  }

  .div-block-64 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-59-copy {
    padding: 30px;
  }

  .div-block-58-copy {
    width: 530px;
  }

  .image-4213-copy {
    height: 300px;
    left: 0;
  }

  .section-7-copy {
    min-height: 350px;
  }

  .div-block-48-copy {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .div-block-66 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 20px;
  }

  .list-image.small-grid {
    min-height: 240px;
  }

  .list-image.website-grid, .list-image.website-grid-sm {
    min-height: 450px;
  }

  .small-grid-container {
    height: 240px;
  }

  .staticworkmenu-copy {
    border-radius: 17px;
    max-width: none;
  }

  .website-grid-container {
    height: 450px;
  }

  .div-block-25-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-25-copy.div-block-60 {
    grid-column-gap: 23px;
    border-radius: 20px;
    padding-right: 100px;
  }

  .image-415-copy {
    object-fit: cover;
    border-radius: 25px;
    height: 100%;
  }

  .image-4238 {
    top: 0;
    right: 0;
  }

  .image-415-copy-mobile {
    object-fit: cover;
    border-radius: 25px;
    height: 100%;
  }

  .paragraph-15 {
    width: auto;
  }

  .paragraph-16 {
    padding-right: 0;
  }

  .submsg {
    width: auto;
  }

  .cat-advent {
    object-fit: contain;
    order: 1;
    height: 300px;
    margin-bottom: -40px;
    position: static;
    bottom: -40px;
    left: 0;
  }

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

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

  .forest-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 20px;
    padding: 20px;
  }

  .forest-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .new-heading {
    max-width: 90px;
    font-size: 30px;
    line-height: 42px;
  }

  .button-base-8 {
    border-bottom-right-radius: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: .8em;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

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

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

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

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

  .navbar-button-holder {
    margin-top: 10px;
  }

  .button-base.button-select {
    z-index: 1;
  }

  .lead {
    font-size: 17px;
    line-height: 21px;
  }

  .hero-image-1 {
    width: 150%;
    transform: translate(-111px, 4px);
  }

  .rounded-box-50 {
    padding: 25px;
  }

  .rounded-box-50.border-gold {
    grid-column-gap: 10px;
    grid-template-columns: .75fr 1fr;
  }

  .image-2 {
    transform: scale(1.5)translate(0, 125px);
  }

  .rounded-box-100 {
    padding: 25px;
  }

  .image-cell {
    aspect-ratio: 1;
    object-position: 50% 50%;
  }

  .utility-page-content {
    width: 100%;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-link:hover {
    color: var(--baby-blue-ballz);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-center {
    margin-bottom: 15px;
  }

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

  .footer-link-bottom:hover {
    color: var(--baby-blue-ballz);
  }

  .flex-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    width: 150px;
    height: 200px;
    inset: auto 0% 0% auto;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .world-map {
    object-position: 23% 50%;
    height: 666px;
  }

  .navbar-generic {
    max-width: 100%;
  }

  .navbar-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .faq-toggle {
    height: 70px;
  }

  .faq-question {
    white-space: break-spaces;
    font-size: 18px;
    line-height: 22px;
  }

  .table-cell {
    font-size: 14px;
    line-height: 18px;
  }

  .pm-book-image {
    order: 1;
  }

  .modal.bg-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-body.text-center.newsletter-modal {
    max-width: 450px;
  }

  .page-banner {
    height: 300px;
  }

  .image-405 {
    max-width: 369px;
  }

  .div-block-2 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .humanimals-duet {
    object-fit: scale-down;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .step-list-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .step-list-item-title {
    font-size: 24px;
    line-height: 24px;
  }

  .rounded-box-small {
    padding: 25px;
  }

  .portfolio-image {
    height: auto;
  }

  .portfolio-filter-item {
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 13px;
  }

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

  .service-item-icon {
    width: 20px;
    height: 20px;
  }

  .services {
    max-width: 320px;
  }

  .testi-card-body {
    padding: 20px;
  }

  .div-block-5 {
    overflow: scroll;
  }

  .portfolio-video {
    height: 30vh;
  }

  .ticket-humanimal {
    width: 170px;
    margin-bottom: -18px;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .ticket-structure {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .ticket {
    background-size: cover;
    border-radius: 25px;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    transform: rotateX(1deg)rotateY(0)rotateZ(0);
  }

  .ticket:hover {
    transform: translate(0, -11px)rotate(0);
  }

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

  .self-reviews {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .collection-list {
    padding-top: 0;
  }

  .column {
    align-items: center;
    padding-right: 10px;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-409 {
    height: 250px;
  }

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

  .div-block-15 {
    flex-flow: wrap-reverse;
  }

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

  .image-412 {
    width: 100%;
    padding-left: 0;
  }

  .image-413 {
    height: 300px;
  }

  .newsletter-popup-row {
    flex-flow: column;
  }

  .catarea, .newsletter-area {
    width: 100%;
  }

  .div-block-25.div-block-60 {
    border-radius: 16px;
    align-items: center;
    padding-right: 14px;
  }

  .text-block-21.text-block-32 {
    font-size: 20px;
  }

  .text-block-22.text-block-33 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .collection-list-wrapper-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-3 {
    flex-flow: column;
  }

  .collection-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .image-416 {
    width: 100%;
  }

  .flex-block-4 {
    flex-flow: column;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .bento-grid-stats__item {
    padding: 20px;
  }

  .image-417 {
    bottom: -20px;
  }

  .image-4188 {
    max-width: 120px;
    top: -20px;
  }

  .testimonial-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .testimonial-image {
    object-position: 50% 50%;
    max-width: 100%;
    max-height: 300px;
  }

  .div-block-26 {
    width: 80%;
  }

  .box-apps {
    background-size: 150%;
    padding: 30px 30px 237px;
  }

  .div-block-27 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .flex-block-6 {
    flex-flow: wrap;
  }

  .box-bring-it-together {
    background-image: none;
    padding: 30px;
  }

  .image-4190 {
    flex: 0 auto;
    width: 100%;
  }

  .flex-block-7 {
    flex-flow: column;
  }

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

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

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

  .flex-block-8 {
    flex-flow: column;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4191 {
    width: 100%;
  }

  .featured-on {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-image-three-2, .image-4195 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .featured-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    width: 100%;
    margin-bottom: -110px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .div-block-34 {
    text-align: center;
    width: 100%;
  }

  .flex-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .svc-grid {
    margin-top: 0;
  }

  .svc-pill {
    padding: 6px;
    font-size: 11px;
  }

  .featured-on-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-3 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-16 {
    line-height: 50px;
  }

  .list-item-2 {
    font-size: 15px;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-slider-item {
    margin-right: 30px;
  }

  .team-slider-image {
    height: 200px;
  }

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

  .advent {
    background-position: 50% 150%;
    border-radius: 32px;
  }

  .russell-double-deck-button.button-select {
    z-index: 1;
  }

  .image-4206 {
    width: 300px;
  }

  .calendar-wrapper {
    width: 100%;
  }

  .div-block-40 {
    text-align: center;
  }

  .flex-block-13 {
    flex-flow: column;
  }

  .collection-list-wrapper-4 {
    display: none;
  }

  .collection-list-wrapper-4.job-slider {
    display: block;
  }

  .heading-18 {
    font-size: 3em;
  }

  .image-4208 {
    width: 40px;
    height: 40px;
  }

  .div-block-46 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-26 {
    font-size: 5.4em;
  }

  .heading-27 {
    font-size: 2em;
  }

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

  .image-4213 {
    height: 200px;
  }

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

  .heading-31 {
    font-size: 50px;
  }

  .heading-32 {
    margin-top: 10px;
  }

  .rich-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-11 {
    background-position: 160%;
    background-size: 0;
  }

  .text-block-31 {
    font-size: 70px;
  }

  .heading-33, .heading-34 {
    font-size: 25px;
  }

  .casesectionheader {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .image-4218 {
    margin-top: 30px;
  }

  .image-4219 {
    left: 0;
  }

  .image-4220 {
    margin-top: 30px;
  }

  .collection-item-7 {
    width: 50vw;
    padding-left: 7px;
    padding-right: 7px;
  }

  .brandslider {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .link-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-4224 {
    width: 200px;
    right: 0%;
  }

  .laptop-shadow {
    width: 340px;
  }

  .image-4225 {
    border-radius: 24px;
    width: calc(33.33% - 13.33px);
  }

  .div-block-54 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-size: 290px;
  }

  .div-block-55 {
    max-width: 600px;
    margin-top: 0;
    transform: rotate(0);
  }

  .image-4226 {
    border-radius: 19px;
    margin-right: auto;
    left: 20px;
  }

  .image-4227 {
    margin-top: -210px;
    margin-left: auto;
    margin-right: 40px;
    left: -20px;
  }

  .div-block-56 {
    flex-flow: column-reverse;
  }

  .image-4228 {
    width: 100%;
  }

  .rich-text-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    width: 100%;
  }

  .rich-text-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }

  .div-block-57 {
    max-width: 550px;
  }

  .image-4231 {
    width: 110px;
    top: -100px;
    right: 0;
    transform: rotate(-27deg);
  }

  .div-block-58 {
    width: 320px;
  }

  .video {
    width: 309px;
  }

  .div-block-59 {
    width: 450px;
    height: 320px;
  }

  .image-4232 {
    width: 150px;
    height: 120px;
    max-height: 120px;
  }

  .image-4233 {
    display: none;
  }

  .image-4234 {
    border-radius: 12px;
  }

  .div-block-64 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-58-copy {
    width: 320px;
  }

  .video-copy {
    width: 309px;
  }

  .image-4213-copy {
    height: 200px;
  }

  .div-block-48-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-25-copy.div-block-60 {
    border-radius: 16px;
    align-items: center;
    padding-right: 14px;
  }

  .text-block-21-copy.text-block-32 {
    font-size: 20px;
  }

  .text-block-22-copy.text-block-33 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .advent-2 {
    background-position: 50% 150%;
    border-radius: 32px;
  }

  .cat-advent {
    align-self: center;
    width: 300px;
  }

  .div-block-72 {
    justify-content: center;
    align-items: center;
  }

  .div-block-73 {
    text-align: center;
  }

  .forest-section {
    padding: 25px;
  }

  .forest-row {
    flex-flow: column;
  }

  .forest-content-column {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 3em;
  }

  h2 {
    font-size: 2.25em;
    line-height: .9em;
  }

  .navbar-brand {
    width: 90px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-top: -15px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .supertitle {
    font-size: 1.4em;
  }

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

  .triffle {
    width: 2em;
  }

  .lead {
    font-size: 16px;
    line-height: 22px;
  }

  .container.pl-100 {
    padding-left: 15px;
  }

  .hero-padding-top {
    display: none;
  }

  .hero-image-1 {
    object-fit: cover;
    object-position: 99% 50%;
    width: 120%;
    height: 150px;
    transform: translate(0, 4px);
  }

  .rounded-box-50 {
    grid-template-columns: 1fr;
  }

  .rounded-box-50.bg-green {
    grid-template-columns: 1fr;
  }

  .rounded-box-50.border-gold {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .rounded-box-50.bg-navy.border-gold {
    grid-template-columns: 1fr;
    place-content: stretch;
    align-items: stretch;
    padding: 20px;
  }

  .medium-section.sub-hero-section {
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .image-2 {
    object-fit: contain;
    width: 100%;
    height: 240px;
    transform: translate(0, 32px);
  }

  .rounded-box-100 {
    grid-template-columns: 1fr;
  }

  .image-cell {
    aspect-ratio: 1;
  }

  .pricing.text-center.margin-top-30 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .pricing.text-center.margin-top-30.mt-0-mobile {
    margin-top: 0;
  }

  .tier-box.new2 {
    transform: translateY(0) !important;
  }

  .package-list-items {
    width: 100%;
  }

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

  .image-6 {
    width: 100px;
    height: 80px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .world-map {
    object-position: 25% 50%;
    height: 300px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .faq-question {
    overflow-wrap: normal;
    font-size: 16px;
    line-height: 20px;
  }

  .dropdown-list {
    padding-top: 10px;
  }

  .gorilla-bat-faq {
    width: 280px;
  }

  .table-cell {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .comparison-competitor-logo {
    padding: 7px;
  }

  .pm-book-image {
    width: 100%;
  }

  .modal-body.text-center {
    padding-top: 49px;
  }

  .modal-body.text-center.newsletter-modal {
    max-height: 95vh;
    overflow: auto;
  }

  .cell-8 {
    border-bottom: 1px solid var(--dark-af);
    padding-bottom: 20px;
  }

  .page-banner {
    height: 221px;
  }

  .humanimals-duet {
    object-fit: contain;
    object-position: 50% 100%;
  }

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

  .cell-11.all-center, .cell-12.all-center {
    align-items: center;
  }

  .icon-steps {
    width: 40px;
    height: 40px;
  }

  .step-list-item.step-list-adjustment {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-2.heading-margin {
    text-align: center;
  }

  .rounded-box-small {
    grid-template-columns: 1fr;
  }

  .text-field-holder {
    margin-bottom: 0;
  }

  .quick-stack-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-image {
    object-position: 50% 0%;
  }

  .portfolio-graphics {
    aspect-ratio: 2 / 3;
  }

  .portfolio-filter {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfolio-filter-item {
    margin-bottom: 0;
  }

  .services {
    grid-row-gap: 0px;
  }

  .quick-stack-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-switcher {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-2.w--current {
    flex: 1;
  }

  .ticket-outline {
    padding: 15px;
  }

  .ticket-humanimal {
    margin-bottom: -37px;
    position: static;
  }

  .ticket-structure {
    flex-direction: column;
    display: block;
  }

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

  .ticket {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .self-reviews {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .column {
    padding-top: 40px;
  }

  .image-407 {
    width: 150px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 32px;
  }

  .image-409 {
    height: 150px;
  }

  .div-block-13 {
    border-radius: 15px;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

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

  .image-413 {
    height: 200px;
  }

  .div-block-19 {
    padding: 20px 20px 30px;
  }

  .newsletter-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-newsletter {
    display: none;
  }

  .div-block-24.div-block-63 {
    align-items: center;
  }

  .div-block-25.div-block-60 {
    border-radius: 12px;
    flex-flow: column;
  }

  .text-block-21.text-block-32, .text-block-22.text-block-33 {
    text-align: center;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-paragraph-small.mobile-center {
    text-align: center;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .flex-block-4 {
    width: 100%;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 24px;
  }

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

  .box-apps {
    background-size: 200%;
    padding: 30px 20px 178px;
  }

  .div-block-27 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .box-bring-it-together {
    background-image: none;
    padding: 20px;
  }

  .nav-menu-two-3 {
    flex-direction: column;
    margin-top: -15px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-brand-3 {
    width: 90px;
  }

  .flex-block-8 {
    width: 100%;
  }

  .featured-on {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
  }

  .list-solutions {
    margin-left: auto;
    margin-right: auto;
  }

  .triffle-left {
    width: 2em;
  }

  .clients-image-three-2 {
    width: 100px;
    height: 55px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .featured-img {
    text-align: center;
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-img.right {
    text-align: center;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .section {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-4197 {
    width: 40%;
  }

  .image-4198 {
    width: 33%;
  }

  .div-block-30 {
    margin-bottom: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-grid {
    margin-top: 20px;
  }

  .svc-image {
    object-position: 50% 50%;
    width: 100%;
    height: 240px;
  }

  .svc-item-link {
    align-self: center;
  }

  .featured-on-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .services-2 {
    grid-row-gap: 0px;
  }

  .clients-image-three-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-4203 {
    margin-left: 0;
  }

  .div-block-36 {
    text-align: center;
    align-items: center;
  }

  .collection-list-4 {
    grid-row-gap: 30px;
  }

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

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

  .collection-item-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .advent {
    background-position: 50% 128%;
    background-size: 400px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .image-4206 {
    height: 240px;
    margin-bottom: -40px;
    position: static;
  }

  .text-block-27 {
    font-size: 5em;
  }

  .quick-stack-15 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cal-discount {
    line-height: 130%;
  }

  .heading-18 {
    font-size: 2.49em;
  }

  .heading-26 {
    font-size: 2.5em;
  }

  .heading-26.mb-0 {
    font-size: 46px;
  }

  .heading-27 {
    font-size: 1.5em;
  }

  .image-4213 {
    height: 100px;
  }

  .image-4216 {
    width: 100%;
  }

  .image-4217 {
    width: 100%;
    display: none;
  }

  .staticworkmenu {
    background-color: #0000;
  }

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

  .heading-31 {
    text-align: center;
    font-size: 40px;
  }

  .heading-32 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .section-11 {
    background-position: 251%;
    background-size: 0;
  }

  .text-block-31 {
    font-size: 50px;
  }

  .heading-33, .heading-34 {
    font-size: 20px;
  }

  .casesectionheader {
    justify-content: center;
  }

  .section-12 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .image-4219 {
    margin-top: 0;
  }

  .collection-item-7 {
    width: 50vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brandslider {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .landing-footer {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-53 {
    overflow: hidden;
  }

  .image-4224 {
    width: 130px;
  }

  .laptop-shadow {
    width: 160px;
    height: 100px;
    margin-top: -100px;
  }

  .image-4225 {
    border-radius: 13px;
    width: calc(33.33% - 5px);
  }

  .div-block-54 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-size: 190px;
  }

  .div-block-55 {
    padding-bottom: 30px;
  }

  .image-4226 {
    border-radius: 12px;
    max-width: 160px;
    margin-top: -130px;
    left: 15px;
  }

  .image-4227 {
    border-radius: 14px;
    max-width: 80px;
    margin-top: -190px;
    margin-right: 0;
    left: -15px;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .image-4231 {
    width: 50px;
    top: -30px;
    transform: rotate(-50deg);
  }

  .div-block-58 {
    width: 207px;
  }

  .video {
    width: 200px;
  }

  .div-block-59 {
    width: 290px;
    height: 204px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-59.mb-30 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-4232 {
    width: 204px;
    margin-bottom: 20px;
  }

  .image-4234 {
    border-radius: 6px;
  }

  .div-block-64 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-59-copy {
    border-width: 30px;
    padding: 30px;
  }

  .div-block-59-copy.vertical-video-mobile {
    width: 290px;
    padding: 22px;
  }

  .div-block-58-copy {
    width: 207px;
  }

  .video-copy {
    width: 100%;
  }

  .portraitrow.mobile-row {
    flex-flow: column;
  }

  .image-4213-copy {
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-7-copy {
    min-height: 500px;
  }

  .div-block-48-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-67 {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  .featured-grid-big, .list-image {
    min-height: 240px;
  }

  .list-image.website-grid {
    min-height: 250px;
  }

  .list-image.website-grid-sm {
    object-fit: cover;
    width: 101%;
    max-width: 101%;
    min-height: 250px;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .collection-item-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .staticworkmenu-copy {
    background-color: #0000;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .landing-footer-copy {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .website-grid-container {
    height: 250px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .link-block-7 {
    width: 30px;
    height: 30px;
  }

  .image-4235, .image-4236, .image-4237 {
    display: none;
  }

  .collection-list-8-1-col {
    grid-template-columns: 1fr;
  }

  .div-block-25-copy {
    grid-column-gap: 20px;
  }

  .div-block-25-copy.div-block-60 {
    border-radius: 12px;
    flex-flow: column;
  }

  .div-block-69 {
    align-items: center;
    width: 35%;
    display: flex;
  }

  .image-415-copy {
    display: none;
  }

  .text-block-21-copy.text-block-32, .text-block-22-copy.text-block-33 {
    text-align: center;
  }

  .div-block-24-copy {
    width: 65%;
  }

  .div-block-24-copy.div-block-63 {
    align-items: center;
  }

  .image-4238 {
    display: none;
  }

  .collection-list-8-1-col-copy, .collection-list-8-1-3-col-copy {
    grid-template-columns: 1fr;
  }

  .image-415-copy-mobile {
    width: 100%;
    height: 150px;
    display: block;
  }

  .collection-list-8-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-15 {
    width: auto;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .advent-2 {
    background-position: 50% 128%;
    background-size: 400px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cal-discount-2 {
    line-height: 130%;
  }

  .cat-advent {
    height: 240px;
    margin-bottom: -40px;
    position: static;
  }

  .quick-stack-16 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .text-block-37 {
    font-size: 5em;
  }

  .forest-row {
    align-items: center;
  }

  .forest-image-column {
    width: 100%;
  }

  .forest-content-column {
    align-items: center;
  }
}

#w-node-_773036a2-2760-9298-8123-62088b8d44f4-3f7b48b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e630bc2e-4df9-2ee7-35a6-ec99a3e7d9cb-3f7b48b5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ebecaa6e-59cc-d6ee-63ab-8396fbfd50cf-3f7b48b5, #w-node-ba8f4b52-f9d6-0008-d986-fc480ac98095-3f7b48b5, #w-node-_7afc423d-efa5-8063-279e-19bddcfd6202-3f7b48b5, #about.w-node-bea980dc-91eb-6527-e2b2-899dbde00a0a-3f7b48b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bea980dc-91eb-6527-e2b2-899dbde00a0b-3f7b48b5 {
  align-self: center;
}

#w-node-bea980dc-91eb-6527-e2b2-899dbde00a0c-3f7b48b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e891c037-8e5f-ed8c-086b-c9e7b1db114e-3f7b48b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1155-3f7b48b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1182-3f7b48b5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d2dba8f-b05c-f914-7155-9182fc809f49-3f7b48b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d2dba8f-b05c-f914-7155-9182fc809f56-3f7b48b5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5d2dba8f-b05c-f914-7155-9182fc809f5f-3f7b48b5 {
  grid-row: span 2 / span 2;
}

#w-node-_6a83fbac-7fe8-03e5-a720-0515de94a24e-3f7b48b5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6a83fbac-7fe8-03e5-a720-0515de94a257-3f7b48b5 {
  grid-row: span 2 / span 2;
}

#w-node-f99130cd-a25c-11da-9bfd-d105597550a1-3f7b48b5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f99130cd-a25c-11da-9bfd-d105597550aa-3f7b48b5 {
  grid-row: span 2 / span 2;
}

#w-node-e7a08764-1d4a-9544-c56c-2b7d5dd119df-3f7b48b5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f8fd7c3-938e-64ea-5e63-266815b3a488-15b3a481, #w-node-_1f8fd7c3-938e-64ea-5e63-266815b3a4bd-15b3a481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122adc59-9f67-9854-298e-dc98a49d43af-9c887d63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f90b76e7-116e-5a48-2735-0c91f8dd0a34-3f7b492b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1182-3f7b48b5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1183-3f7b48b5, #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db118a-3f7b48b5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5d2dba8f-b05c-f914-7155-9182fc809f49-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1155-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1182-3f7b48b5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1183-3f7b48b5, #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db118a-3f7b48b5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5d2dba8f-b05c-f914-7155-9182fc809f49-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e7a08764-1d4a-9544-c56c-2b7d5dd119df-3f7b48b5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_773036a2-2760-9298-8123-62088b8d44f4-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #about.w-node-bea980dc-91eb-6527-e2b2-899dbde00a0a-3f7b48b5 {
    place-self: auto;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1155-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1182-3f7b48b5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db1183-3f7b48b5, #w-node-e891c037-8e5f-ed8c-086b-c9e7b1db118a-3f7b48b5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5d2dba8f-b05c-f914-7155-9182fc809f49-3f7b48b5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e7a08764-1d4a-9544-c56c-2b7d5dd119df-3f7b48b5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_122adc59-9f67-9854-298e-dc98a49d43af-9c887d63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


