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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.diffuse {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f5;
  border: 1px solid #d4d4d8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  width: 100%;
  height: 72px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.logo-diffuse-tv {
  height: 40px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

.navbar-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text {
  color: #fafafa;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.navbar-secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #18181a;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.contactem-me {
  color: #18181a;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.navbar-terciary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.login {
  color: #37373d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.login.cadastro {
  font-family: Fira Sans, sans-serif;
}

.hero-section {
  width: 100%;
  height: 1204px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f4f4f5;
  border: 1px solid #f4f4f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.container-hero {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #862acc;
  border: 1px solid #862acc;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 160px 96px 0;
  display: flex;
  position: relative;
}

.hero-block {
  z-index: 3;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.label {
  color: #edd6ff;
  letter-spacing: 1.21px;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.label.dark {
  color: #862acc;
}

.label.large {
  color: #37373d;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.label.small {
  width: 100%;
  max-width: 100%;
  color: #37373d;
  letter-spacing: 0;
  text-transform: none;
}

.h1 {
  color: #fafafa;
  letter-spacing: -.01em;
  font-family: Fira Sans, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
}

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 24px;
  text-decoration: none;
  display: flex;
}

.button-label {
  max-width: none;
  color: #862acc;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.25px solid #fafafa;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.button-label-2 {
  color: #fafafa;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.p {
  color: #e4e4e7;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.p.light {
  width: auto;
  max-width: none;
}

.p.dark {
  color: #37373d;
}

.p.dark.small {
  width: auto;
  max-width: none;
  color: #37373d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.arrow-1 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -3.20053px;
  left: 751px;
}

.img-hero {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img2 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.services-section {
  width: 100%;
  height: 100%;
  max-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 192px 128px;
  display: flex;
}

.services-section-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 192px 128px;
  display: flex;
  position: relative;
}

.services-title-block {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.caption-light---13 {
  color: #862acc;
  text-align: center;
  letter-spacing: 1.21333px;
  text-transform: uppercase;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.title-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-block.left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
}

.h2 {
  color: #18181a;
  text-align: left;
  letter-spacing: -.1px;
  font-family: Fira Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

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

.cards-block {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 48px;
  display: flex;
}

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

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

.h5 {
  color: #37373d;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-4 {
  color: #37373d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.card-2 {
  width: 100%;
  height: 344px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 48px;
  display: flex;
  position: relative;
}

.highlight-icon {
  width: 94.1979px;
  height: 95.0114px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -758.342px;
  left: 882px;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -521.573px;
  left: -781px;
}

.client-section {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fbf5ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 192px 128px;
  display: flex;
}

.client-block {
  width: 100%;
  grid-column-gap: 192px;
  grid-row-gap: 192px;
  background-color: #fbf5ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.advertizer-container {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.la {
  color: #862acc;
  letter-spacing: 1.21333px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.text-5 {
  color: #18181a;
  letter-spacing: -.01em;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

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

.action-icon {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  width: 191px;
  max-width: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #18181a;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.new-icon {
  width: 67px;
  height: 67px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -318px;
  left: -577px;
}

.venue-container {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.25px solid #18181a;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.secondary-button.purple-bg {
  width: auto;
  max-height: 56px;
  max-width: 192px;
  border-color: #fafafa;
  flex: none;
  padding-left: 24px;
  padding-right: 24px;
}

.button-label-3 {
  color: #18181a;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.contact-section {
  width: 100%;
  max-width: none;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f4f4f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 128px;
  display: flex;
}

.contact-container {
  width: 100%;
  max-width: none;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 128px 208px;
  display: flex;
  position: relative;
}

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

.frame-1350 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1348 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f4f4f5;
  border-radius: 12px;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: visible;
}

.text-6 {
  color: #37373d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-7 {
  color: #37373d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.h3 {
  color: #18181a;
  letter-spacing: -.1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

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

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

.text-9 {
  color: #37373d;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.frame-1345 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox {
  width: 24px;
  height: 24px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/Img-Hero.svg');
  background-position: 0 0;
  background-size: auto;
  border-color: #e4e4e7;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.checkbox:hover {
  background-color: #ebebed;
  border-color: #18181a;
}

.checkbox.w--redirected-checked {
  background-color: #862acc;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #862acc;
}

.checkboxes-icon {
  width: 32px;
  height: 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 12px;
  display: flex;
}

.checkboxes {
  color: #37373d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.frame-4 {
  width: 100%;
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 12px;
  display: flex;
}

.text-10 {
  opacity: .6;
  color: #a1a1aa;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-11 {
  color: #a1a1aa;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.frame-1339 {
  width: 24px;
  height: 24px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  display: flex;
}

.text-12 {
  color: #37373d;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.star-icon {
  width: 70px;
  height: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -1108px;
  left: 828px;
}

.footer-section {
  width: 100%;
  height: 70px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #e4e4e7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e4e4e7;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 128px;
  display: flex;
}

.text-13 {
  width: 80%;
  max-width: 100%;
  color: #71717a;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-14 {
  color: #71717a;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.checkboxes-1 {
  color: #37373d;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.text-4-copy {
  color: #37373d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.form-2 {
  width: auto;
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.text-field {
  height: 48px;
  color: #37373d;
  -webkit-text-stroke-color: #e4e4e7;
  background-color: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-field:hover {
  -webkit-text-stroke-color: #18181a;
  background-color: #ebebed;
  border-color: #18181a;
}

.text-field:active {
  -webkit-text-stroke-color: #862acc;
  background-color: rgba(0, 0, 0, 0);
  border-color: #862acc;
}

.text-field:focus {
  -webkit-text-stroke-color: #862acc;
  border-color: #862acc;
}

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

.text-field::placeholder {
  color: #a1a1aa;
}

.text-field.message-box {
  height: 76px;
}

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

.input {
  max-width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #37373d;
  flex-direction: column;
  align-items: flex-start;
  font-family: Fira Sans, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.optional {
  color: #a1a1aa;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.radio-button-label {
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
}

.radio-button {
  width: 32px;
  height: 32px;
  aspect-ratio: auto;
  opacity: 1;
  cursor: pointer;
  object-fit: fill;
  border-color: #e4e4e7;
  border-radius: 12px;
}

.radio-button:hover {
  background-color: #ebebed;
  border-color: #18181a;
}

.radio-button.w--redirected-checked {
  width: 32px;
  height: 32px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Ellipse-.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-clip: border-box;
  border-width: 1px;
  border-color: #862acc;
  border-radius: 12px;
}

.checkbox-2 {
  width: 32px;
  height: 24px;
  max-height: 100%;
  max-width: 100%;
  margin-left: 0;
}

.checkbox-field {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.p-footer {
  width: auto;
  max-width: none;
  color: #71717a;
  font-family: Fira Sans, sans-serif;
  line-height: 22px;
}

.div-block-2 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  display: flex;
}

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

.primary-button {
  color: #fafafa;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.primary-button.purple-bg {
  width: auto;
  max-height: 56px;
  max-width: 282px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 12px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  padding: 16px 24px;
  display: flex;
}

.text-block-2 {
  color: #fafafa;
  background-color: #18181a;
  border: 1px solid #18181a;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.image {
  max-height: 100%;
  position: static;
}

.arrow-icon {
  z-index: 0;
  position: relative;
  top: -581px;
  left: -1018px;
}

.services-block {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  display: flex;
}

.image-block {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  justify-content: flex-start;
  display: flex;
}

.image-block.left {
  justify-content: flex-end;
}

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

.grid {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.contacts-title-block {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.radio-selection {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

.buttons-container {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-7 {
  width: 100%;
  max-width: 100%;
}

.card-icon, .copy, .c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-3 {
  display: none;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.toast {
  width: 100%;
  height: 20%;
  max-height: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toast-container {
  z-index: 10;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 320px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fbf5ff;
  border: 2px solid #edd6ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: fixed;
  top: 104px;
  bottom: auto;
  left: auto;
  right: 104px;
  overflow: visible;
}

.paragraph {
  color: #37373d;
  margin-bottom: 0;
}

.button-3 {
  background-color: #18181a;
  border-radius: 12px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
}

.image-4 {
  z-index: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 160px;
  bottom: auto;
  left: auto;
  right: 96px;
}

.image-5 {
  position: absolute;
  top: 1565px;
  left: 0;
}

.image-6 {
  position: absolute;
  top: 1512px;
  right: 64px;
}

.image-7 {
  position: absolute;
  top: 190%;
  right: 20%;
}

.image-8 {
  position: absolute;
  top: 96px;
  right: 208px;
}

.image-10 {
  position: absolute;
  top: 2202px;
  right: 500px;
}

.text-block-3 {
  display: none;
  overflow: visible;
}

.text-block-4, .text-block-5 {
  color: #862acc;
  display: none;
}

.div-block-9 {
  width: 100vw;
  height: 100vh;
  background-color: #8b0b0d;
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 32px;
  }

  .navbar-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .vectors-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .navbar-menu {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #f4f4f5;
    flex-direction: row;
    justify-content: center;
    padding: 32px 24px 48px;
    display: flex;
    overflow: visible;
  }

  .navbar-primary-button, .navbar-secondary-button {
    justify-content: center;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-terciary-button {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-hero {
    height: auto;
    max-height: none;
    padding: 40px 32px;
  }

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

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .button-row-text {
    flex-direction: column;
  }

  .button.white, .button-2.purple-bg {
    width: 100%;
  }

  .arrow-1 {
    left: 183px;
  }

  .services-section {
    padding: 72px 32px;
  }

  .services-section-2 {
    padding: 72px 40px;
  }

  .h2 {
    text-align: left;
  }

  .h2.center, .h2.left {
    font-size: 40px;
    line-height: 48px;
  }

  .cards-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    height: 100%;
    max-width: 100%;
  }

  .client-section {
    padding: 72px 32px;
  }

  .client-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding: 0;
  }

  .advertizer-container {
    flex-direction: column-reverse;
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-block {
    align-items: center;
  }

  .submit-button {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .venue-container {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .secondary-button {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-button.purple-bg {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-section {
    padding: 72px 64px;
  }

  .contact-container {
    padding: 32px;
  }

  .contact-block, .frame-1350 {
    flex-direction: column;
  }

  .frame-1348 {
    justify-content: center;
  }

  .frame-1345 {
    flex-direction: row;
  }

  .checkbox {
    width: 24px;
  }

  .footer-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .checkbox-field {
    align-items: center;
  }

  .primary-button {
    width: 100%;
  }

  .primary-button.purple-bg {
    max-width: none;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-2 {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-block.right, .image-block.left {
    justify-content: center;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .buttons-container {
    width: 100%;
    flex-direction: column;
  }

  .menu-button {
    width: 40px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    padding: 0;
  }

  .menu-button:active {
    color: #862acc;
  }

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

  .icon {
    color: #862acc;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .icon:active {
    color: #862acc;
  }

  .image-3 {
    margin-right: 0;
    display: block;
  }

  .dot {
    display: none;
  }

  .toast-container {
    top: 40px;
    right: 40px;
  }

  .cross-icon, .image-4, .image-5, .image-6, .image-7, .image-8 {
    display: none;
  }

  .div-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .image-10 {
    display: none;
  }

  .container {
    width: 100%;
    min-height: 100px;
    background-color: #5f040c;
  }

  .container-2 {
    width: 100%;
    min-height: 100px;
    background-color: #680707;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section {
    padding: 16px 24px;
  }

  .container-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-section, .services-section-2, .client-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-block {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .submit-button {
    width: 100%;
  }

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

  .secondary-button {
    width: 100%;
  }

  .contact-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-container {
    padding: 24px;
  }

  .frame-1345 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .radio-button-field {
    width: 100%;
  }

  .checkbox-field {
    align-items: flex-start;
  }

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

  .services-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .toast-container {
    top: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-diffuse-tv {
    max-width: 100%;
  }

  .navbar-menu {
    z-index: 3;
  }

  .h2.left {
    align-self: auto;
  }

  .card {
    height: 100%;
  }

  .plus-row, .plus-row-2 {
    align-items: flex-start;
  }

  .secondary-button, .secondary-button.purple-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-1348 {
    flex-direction: column;
    padding: 16px 0 26px;
  }

  .checkbox-field {
    order: 0;
    align-items: flex-start;
  }

  .primary-button.purple-bg {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 16px;
    font-size: 16px;
  }

  .image {
    width: 100%;
  }

  .card-icon {
    width: 100%;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
  }

  .copy {
    width: 100%;
    justify-content: center;
  }

  .menu-button {
    width: 40px;
    min-width: 40px;
  }

  .image-3 {
    margin-right: 0;
  }

  .toast-container {
    top: auto;
    right: auto;
  }

  .cross-icon, .image-4, .image-5 {
    display: none;
  }

  .image-9 {
    z-index: 2;
    height: 100%;
    max-height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-8 {
    max-width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-9 {
    z-index: 2;
    height: 100vh;
    min-height: 100%;
    opacity: .16;
    background-color: #18181a;
    position: absolute;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/FiraSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}