:root {
  --firebrick: #ce2420;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.container.long {
  max-width: 100%;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-menu-block.lists {
  padding-right: 27px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: #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-icon {
  margin-right: 10px;
}

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

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

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cf2121;
  border-radius: 3px;
  max-width: 295px;
  margin: 0 auto auto;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

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

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

.button-primary.history-book-btn {
  margin-top: 60px;
}

.hero-without-image {
  background-color: #1a1a1aa6;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  z-index: 2;
  color: #000;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.margin-bottom-24px.white {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.split {
  background-color: #0000;
  border-top: 1px #000;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 97px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.right {
  max-width: 50%;
  height: 100%;
}

.hero-split.right.mobile {
  display: none;
}

.hero-split.left {
  padding-left: 69px;
  padding-right: 70px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.gallery-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 65px;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: ". Area Area"
  / .75fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: column;
  place-content: stretch center;
  place-items: stretch start;
  margin-bottom: 25px;
  display: flex;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 358.75px;
  overflow: visible;
}

.video {
  margin-top: 56px;
  display: none;
}

.background-video {
  z-index: -1;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #2e2e2e;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.heading {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

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

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

.footer-brand {
  text-decoration: none;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three-l {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  max-width: 405px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.netflix {
  filter: none;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos {
  z-index: -2;
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 64px 30px 28px;
  display: none;
  position: static;
}

.features-metrics {
  z-index: 1;
  background-color: #333;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  max-width: 940px;
  margin: auto;
  display: flex;
}

.features-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.div-block {
  width: 75%;
}

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

.medium-paragraph {
  font-size: 1.25vw;
}

.medium-paragraph.light {
  color: #fff;
  font-family: Lato, sans-serif;
}

.preheader {
  color: #003684;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.125vw;
  font-weight: 600;
}

.preheader.light.fade-in {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: -.07vw;
  background-image: linear-gradient(155deg, #0597f2 24%, #6e44ff 63%);
  border-radius: 4px;
  padding: 1vw 1.2vw;
  font-size: 1.5vw;
  font-weight: 500;
  transition: opacity .2s;
}

.button-primary-2:hover {
  opacity: .9;
  color: #fff;
}

.button-primary-2:active {
  opacity: .8;
}

.button-primary-2.small {
  background-image: none;
  padding-top: .7vw;
  padding-bottom: .7vw;
  font-size: 1.125vw;
}

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

.heading-2 {
  text-align: center;
  letter-spacing: -.2vw;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(144deg, #0597f2, #6e44ff 49%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-2.light {
  color: #dcf3ff;
}

.heading-2.light._1vw-margin {
  color: #dcf7ff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.section {
  background-color: #fff;
  padding: 5vw;
  position: relative;
}

.section.contact {
  background-color: #1a1a1a;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 39px;
}

.text-field.area {
  background-color: #fff;
  min-height: 124px;
}

.form-contact {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-form {
  background-color: #fff;
  border-radius: 15px;
}

.extra-large-paragraph {
  letter-spacing: -.07vw;
  font-size: 1.75vw;
}

.label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
}

.form-grid-contact {
  grid-column-gap: 2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1px;
  padding-top: 24px;
  display: grid;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.div-block-3 {
  z-index: -1;
  background-image: linear-gradient(#ce2220, #ce2220);
  width: 30%;
  height: 100%;
  margin-top: -42px;
  margin-left: -74px;
  position: absolute;
  top: 2px;
}

.div-block-4 {
  background-color: var(--firebrick);
  width: 500px;
  height: 3px;
  position: static;
  inset: 0% auto 0% 0%;
}

.text-block-2 {
  color: #8a8a8a;
  padding-bottom: 0;
  padding-left: 31px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-5 {
  z-index: -1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 93%;
  padding: 0 44px 1079px 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

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

.link-2, .link-3, .link-4, .link-5 {
  color: red;
  text-decoration: none;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

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

.column {
  padding-left: 0;
}

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

.image {
  opacity: .68;
  z-index: 1;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.lightbox-link {
  position: relative;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.column-3 {
  position: relative;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.code-embed, .video-2 {
  display: none;
}

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

.container-3.pintestgrid {
  column-count: 3;
  max-width: 1244px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-3, .imagegrid {
  margin-bottom: 16px;
}

.lightbox-link-2 {
  animation: 2s infinite pulse;
  position: absolute;
  inset: auto 10px 10px auto;
}

.image-4 {
  width: 29px;
}

.container-copy {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-copy.long {
  max-width: 100%;
}

.container-copy.full {
  max-width: none;
}

.image-5 {
  aspect-ratio: auto;
  vertical-align: baseline;
  flex: 0 auto;
  max-width: 91%;
  padding-bottom: 0;
  position: static;
}

.image-6 {
  flex: 0 auto;
  align-self: center;
}

.image-7 {
  overflow-wrap: normal;
}

.section-logo-dark {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  background-color: #0000;
  flex-direction: column;
  grid-template: "Area Area-2"
  / 1fr .25fr 1fr;
  grid-auto-rows: 327px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  place-items: center stretch;
  margin-top: 0;
  padding: 120px 5% 68px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.container-4 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logo-title-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center end;
  width: 360px;
  display: grid;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
  overflow: visible;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.container-5 {
  box-sizing: border-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: calc(100% - 20px);
  display: flex;
}

.f-section-small {
  text-align: left;
  align-self: flex-start;
  padding: 0 0%;
  position: relative;
}

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

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

.tittle.margin-bottom-48 {
  margin-bottom: 48px;
  display: none;
}

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

.f-grid-four-column {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.f-logo-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 24px;
  display: flex;
}

.image-8 {
  max-height: 0%;
  overflow: scroll;
}

.image-9 {
  aspect-ratio: 2.39;
}

.image-10 {
  aspect-ratio: auto;
}

.divisor {
  box-sizing: border-box;
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 2px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 163px;
  padding-right: 163px;
  display: block;
  position: relative;
  inset: 0% auto auto;
  transform: rotate(90deg);
}

.logosv2 {
  flex-flow: row;
  max-width: 1200px;
  padding-top: 72px;
  padding-bottom: 95px;
  display: flex;
}

.logosv2-image-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: left;
  text-transform: none;
  column-rule-width: 0px;
  white-space: break-spaces;
  overflow-wrap: normal;
  direction: ltr;
  flex-flow: wrap;
  order: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  align-self: center;
  place-items: center;
  column-gap: 49px;
  min-width: 45%;
  max-width: 0;
  display: flex;
}

.logosv2-divider {
  justify-content: center;
  align-items: center;
  min-width: 2px;
  display: flex;
}

.div-block-6 {
  background-color: #cf2121;
  width: 2px;
  height: 80%;
}

.carousel-container {
  flex-flow: row;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.carousel-logo-container {
  box-sizing: border-box;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: static;
  left: 0;
  overflow: hidden;
}

.carousel-logo-image {
  max-height: 50px;
}

.text-span, .text-span-2 {
  color: #cf2121;
}

.text-span-3 {
  color: #cf2121;
  text-decoration: none;
}

.text-span-4, .link-7, .link-8, .link-9 {
  color: #cf2121;
}

.textarea {
  min-height: 82px;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.right.mobile {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    max-width: none;
    display: flex;
    position: relative;
  }

  .hero-split.right.desktop {
    display: none;
  }

  .shadow-two.mobile {
    width: 100%;
  }

  .gallery-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .gallery-grid {
    max-width: 100%;
    margin: auto;
  }

  .gallery-image.shadow-two {
    height: 134.242px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .netflix {
    margin-bottom: 30px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .medium-paragraph {
    font-size: 14px;
  }

  .preheader {
    font-size: 15px;
  }

  .button-primary-2 {
    padding: 1.2vw 1.5vw;
    font-size: 15px;
  }

  .button-primary-2.small {
    padding: 1vw 2vw;
    font-size: 14px;
  }

  .section {
    padding: 45px 35px;
  }

  .text-field {
    height: 37px;
    font-size: 14px;
  }

  .extra-large-paragraph {
    font-size: 16px;
  }

  .label {
    font-size: 14px;
  }

  .div-block-3.mobile {
    width: 50%;
    top: 0;
  }

  .container-3.pintestgrid {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-logo-dark {
    background-image: none;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-rows: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .divisor {
    object-fit: contain;
    width: auto;
    min-width: 56px;
    min-height: 0;
    max-height: 326px;
  }

  .logoimage {
    max-width: 37%;
  }

  .logoimage.logo-wide {
    max-width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

  .nav-menu-block {
    flex-direction: column;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .hero-without-image, .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-heading-left, .hero-stack, .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-wrapper, .gallery-grid {
    max-width: 100%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three-l {
    margin-bottom: -30px;
  }

  .netflix {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos {
    padding: 60px 15px;
  }

  .features-metrics {
    justify-content: center;
    padding: 60px 15px;
    display: flex;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .preheader {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .button-primary-2, .button-primary-2.small {
    padding: 1.5vw 3vw;
  }

  .section {
    padding: 30px;
  }

  .form-contact {
    width: 100%;
  }

  .column {
    padding-right: 0;
  }

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

  .section-logo-dark {
    grid-template-columns: 1fr minmax(0, .75fr) 1fr;
    grid-auto-columns: 3fr;
  }

  .logoimage {
    max-width: 67%;
  }

  .logoimage.logo-wide {
    max-width: 81%;
    margin: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary {
    margin-top: 30px;
  }

  .hero-without-image {
    height: 37vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 20px;
  }

  .margin-bottom-24px.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-split.right.mobile {
    width: 97%;
  }

  .hero-split.left {
    padding-left: 0;
    padding-right: 22px;
  }

  .shadow-two.mobile {
    align-self: auto;
  }

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

  .gallery-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    place-content: stretch start;
    place-items: stretch start;
    margin-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .gallery-image.shadow-two {
    flex: 1;
    order: 0;
    align-self: center;
    width: 50%;
    overflow: hidden;
  }

  .background-video {
    height: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 36px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .clients-wrapper-three-l {
    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;
  }

  .netflix {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features-wrapper {
    flex-direction: column;
  }

  .medium-paragraph, .preheader {
    font-size: 13px;
  }

  .button-primary-2 {
    padding: 2vw 5vw;
  }

  .button-primary-2.small {
    padding: 2vw 4vw;
    font-size: 13px;
  }

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

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

  .text-field {
    height: 35px;
    font-size: 13px;
  }

  .extra-large-paragraph {
    font-size: 15px;
  }

  .label {
    font-size: 13px;
  }

  .form-grid-contact {
    grid-template-columns: 1fr;
  }

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

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

  .columns {
    flex-flow: column;
  }

  .container-3.pintestgrid {
    column-count: 2;
    padding: 65px 10px;
  }

  .lightbox-link-2 {
    inset: 3% 3% auto auto;
  }

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

  .section-logo-dark {
    grid-template-columns: 1fr;
    grid-auto-rows: .25fr;
    grid-auto-columns: .25fr;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

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

  .f-grid-four-column {
    grid-template: "Area"
                   "."
                   "."
                   / minmax(262px, 3fr);
  }

  .divisor {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logosv2 {
    padding-bottom: 91px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logosv2-image-container {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

  .logoimage {
    object-fit: contain;
    flex: 0 auto;
    max-width: 80%;
  }

  .logoimage.logo-american-jewish-asociation {
    order: 0;
    width: 70px;
    height: 70px;
  }

  .logoimage.logo-wide {
    max-width: 100%;
  }

  .div-block-6 {
    height: 100%;
  }
}

#w-node-_43434a81-559a-94e0-9b23-1d7ce348d375-66e341b5, #w-node-_918e0607-e88c-8614-1567-4c07b36c0bc9-66e341b5, #w-node-_43434a81-559a-94e0-9b23-1d7ce348d377-66e341b5, #w-node-_43434a81-559a-94e0-9b23-1d7ce348d379-66e341b5, #w-node-_43434a81-559a-94e0-9b23-1d7ce348d37b-66e341b5, #w-node-_0c9e652a-12e7-0890-d334-8ffc386ef994-66e341b5, #w-node-f2231409-e15c-02de-99be-c25a43f8eda8-66e341b5, #w-node-_3594f6bb-0a3e-3edf-9170-fad0ee5e9dc9-66e341b5, #w-node-_077a3e17-77c1-ce5d-f0eb-382ca43b24d0-66e341b5, #w-node-e9f7b08b-8c31-ca37-6762-2742cebc0e90-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76d9c2bc-fd75-6309-a372-544a79a93f9f-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-a6854e19-93ab-89b6-64fd-453ce600c1ff-66e341b5, #w-node-a6854e19-93ab-89b6-64fd-453ce600c201-66e341b5, #w-node-a6854e19-93ab-89b6-64fd-453ce600c203-66e341b5, #w-node-a6854e19-93ab-89b6-64fd-453ce600c205-66e341b5, #w-node-_8f64dd8b-2a0a-7bde-b83a-84fc16b67a13-66e341b5, #w-node-fc8d9538-add9-dafa-ea95-e32b45e90805-66e341b5, #w-node-f0f19ac3-7076-7057-4204-db1082008cdd-66e341b5, #w-node-_360d909d-d616-5028-2e88-94429abab8c6-66e341b5, #w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f1-66e341b5, #w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f4-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f5-66e341b5 {
  grid-area: Area;
}

#w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f7-66e341b5, #w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f9-66e341b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad0f0d4d-ff33-71db-2d7a-474c003d9f4d-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0f0d4d-ff33-71db-2d7a-474c003d9f4f-66e341b5 {
  grid-area: Area;
}

#w-node-ad0f0d4d-ff33-71db-2d7a-474c003d9f4e-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28f444d2-7434-e517-0e88-a7379090df0e-66e341b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_5f317e20-0f26-4a36-6b32-9a274b93b9a5-66e341b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82ee3feb-65e0-59a0-7966-4b88f2b6e8aa-66e341b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82ee3feb-65e0-59a0-7966-4b88f2b6e8ae-66e341b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_76d9c2bc-fd75-6309-a372-544a79a93f9f-66e341b5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center stretch;
  }

  #w-node-fb98fd82-be5a-d1b7-dd97-03a8afecf3f7-66e341b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82ee3feb-65e0-59a0-7966-4b88f2b6e8aa-66e341b5, #w-node-_82ee3feb-65e0-59a0-7966-4b88f2b6e8ae-66e341b5 {
    grid-column: span 1 / span 1;
  }
}

#mc_embed_shell{
  margin-top: 50px;
}

#mce-responses{
    padding: 0 10px !important;
    margin: 0 !important;
}

#mce-responses .response{
    margin: 0 !important;
    padding: 10px 0 !important;
}