@font-face {
  font-family: 'Tomato Grotesk';
  src: url('../assets/fonts/TomatoGrotesk-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f6f6ee;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.wrapper {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  padding: 0 15px;
}
.button-flash {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 367px;
  height: 60px;
  padding: 9px 22px 9px 32px;
  border: 0.5px solid rgba(255, 255, 255, 0.38);
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: visible;
  filter: drop-shadow(0 0 11.5px #03ddfc);
  border-radius: 10px;
  transition: transform .25s ease, filter .25s ease;
}
.button-flash:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(89.82deg, #07d9fd 26.7%, #07d9fd 66.72%, #2fb9d0 104.13%);
  border-radius: 10px;
}
.button-flash:after {
  content: '';
  position: absolute;
  inset: -0.25px;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 13px 21.3px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
.button-flash:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 14px #03ddfc);
}
.button-flash__text {
  position: relative;
  z-index: 2;
  opacity: 0.9;
}
.button-flash__icon {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 57px;
  width: 57px;
  height: 72px;
  margin-left: 20px;
}
.button-flash__icon img {
  width: 57px;
  height: 72px;
  max-width: none;
}
.button-flash--hero {
  width: 381px;
  padding: 9px 17px 9px 30px;
  font-size: 16px;
  letter-spacing: -0.64px;
}
.button-flash--hero .button-flash__icon {
  flex-basis: 65px;
  width: 65px;
  height: 82px;
  margin-left: 20px;
}
.button-flash--hero .button-flash__icon img {
  width: 65px;
  height: 82px;
}
@media screen and (max-width: 1200px) {
  .button-flash {
    width: 330px;
    padding-left: 24px;
    padding-right: 18px;
    font-size: 14px;
  }
  .button-flash__icon {
    margin-left: 14px;
  }
  .button-flash--hero {
    width: 360px;
  }
}
@media screen and (max-width: 560px) {
  .button-flash {
    width: 100%;
    max-width: 367px;
  }
}
@media screen and (max-width: 465px) {
  .button-flash {
    height: 52px;
    padding: 8px 12px 8px 16px;
    font-size: 12px;
  }
  .button-flash__icon {
    flex-basis: 40px;
    width: 40px;
    height: 50px;
    margin-left: 8px;
  }
  .button-flash__icon img {
    width: 40px;
    height: 50px;
  }
  .button-flash--hero {
    height: 54px;
    padding: 8px 14px 8px 16px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .button-flash--hero .button-flash__icon {
    flex-basis: 46px;
    width: 46px;
    height: 58px;
    margin-left: 8px;
  }
  .button-flash--hero .button-flash__icon img {
    width: 46px;
    height: 58px;
  }
}
.site-header {
  position: relative;
  z-index: 20;
  min-height: 100px;
  background: #000000;
}
.site-header__wrapper {
  min-height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header__logo {
  display: block;
  order: 1;
  flex: 0 0 172px;
  width: 172px;
}
.site-header__logo img {
  width: 172px;
  height: 47px;
}
.site-header__nav {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  margin-left: 4px;
}
.site-header__nav a {
  color: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13.24px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .25s ease, opacity .25s ease;
}
.site-header__nav a:hover {
  color: #07D9FD;
}
.site-header__button {
  order: 3;
  flex: 0 0 367px;
  margin-top: 6px;
}
.site-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  border-radius: 8px;
}
.site-header__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.site-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .site-header__wrapper {
    max-width: 1030px;
  }
  .site-header__nav {
    gap: 34px;
  }
  .site-header__button {
    flex-basis: 330px;
  }
}
@media screen and (max-width: 1015px) {
  .site-header__wrapper {
    position: relative;
    padding: 0 15px;
  }
  .site-header__toggle {
    display: inline-flex;
    order: 4;
  }
  .site-header__nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: 0;
    padding: 24px;
    background: #0E0B16;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
  }
  .site-header__nav.is-open {
    display: flex;
  }
  .site-header__button {
    order: 3;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    min-height: 154px;
    overflow: visible;
  }
  .site-header__wrapper {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-content: center;
    row-gap: 14px;
  }
  .site-header__logo,
  .site-header__logo img {
    width: 148px;
  }
  .site-header__logo {
    flex-basis: 148px;
  }
  .site-header__button {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
    max-width: 367px;
    margin: 0 auto;
  }
  .site-header__nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: calc(100% + 12px);
    order: 3;
    z-index: 30;
    width: auto;
    box-shadow: 0 18px 40px rgba(7, 217, 253, 0.18);
  }
  .site-header__toggle {
    order: 2;
  }
}
@media screen and (max-width: 465px) {
  .site-header__logo,
  .site-header__logo img {
    width: 132px;
  }
  .site-header__logo {
    flex-basis: 132px;
  }
  .site-header__button {
    max-width: 100%;
  }
}
.hero {
  position: relative;
  min-height: 994px;
  padding: 0 0 92px;
  background: #f6f6ee;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100%;
  min-width: 1920px;
  height: 949px;
  background: url('../assets/img/bg-header.jpg') center top / 1920px 949px no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1638px;
  margin: 0 auto;
  padding-top: 38px;
}
.hero__media {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1638 / 858;
  border-radius: 61px;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__body {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1278px;
  margin: -29.85% auto 0;
}
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 837px;
  min-width: 0;
  min-height: 545px;
  margin-top: 55px;
  padding: 58px 70px 58px 94px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.29);
  border: 3px solid #F1FA0D;
  backdrop-filter: blur(122.2px);
  -webkit-backdrop-filter: blur(122.2px);
  border-radius: 61px;
}
.hero__title {
  max-width: 610px;
  margin: 0;
  color: #FFFFFF;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.hero__title-line {
  display: block;
  font-size: 38px;
  line-height: 1.05;
}
.hero__title-highlight {
  display: block;
  margin-top: -1px;
  color: #07D9FD;
  font-size: 89px;
  line-height: 0.96;
}
.hero__title-line--large {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.03;
}
.hero__text {
  max-width: 524px;
  margin: 16px 0 0;
  color: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
.hero__actions {
  margin-top: 24px;
}
.hero-form {
  position: relative;
  z-index: 4;
  flex: 0 0 580px;
  min-width: 0;
  min-height: 598px;
  margin-left: -139px;
  padding: 32px;
  color: #FFFFFF;
  background: rgba(30, 30, 30, 0.49);
  border: 3px solid #F1FA0D;
  backdrop-filter: blur(122.2px);
  -webkit-backdrop-filter: blur(122.2px);
  border-radius: 61px;
}
.hero-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  height: 36px;
  padding: 0 28px;
  margin-bottom: 16px;
  color: #000000;
  background: #D0FF00;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
}
.hero-form__title {
  width: 100%;
  margin: 0;
  color: #FFFFFF;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}
.hero-form__text {
  width: 100%;
  margin: 7px 0 24px;
  color: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.hero-form__field {
  margin-bottom: 17px;
}
.hero-form__label {
  display: block;
  margin-bottom: 10px;
  color: #BFBFBF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.144px;
}
.hero-form__input {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #D2D2D2;
  background: rgba(42, 42, 42, 0.54);
  border: 1px solid #404040;
  outline: 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 10px;
  transition: border-color .25s ease, background .25s ease;
}
.hero-form__input::placeholder {
  color: #D2D2D2;
  opacity: 1;
}
.hero-form__input:focus {
  border-color: #F1FA0D;
  background: rgba(42, 42, 42, 0.72);
}
.hero-form__checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 42px;
  margin: 3px 0 24px;
  color: #BFBFBF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.hero-form__checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hero-form__checkbox-box {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background: #333333;
  border: 1.5px solid #404040;
  border-radius: 3px;
}
.hero-form__checkbox-box:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.hero-form__checkbox input:checked + .hero-form__checkbox-box {
  background: #D0FF00;
  border-color: #D0FF00;
}
.hero-form__checkbox input:checked + .hero-form__checkbox-box:after {
  opacity: 1;
}
.hero-form__checkbox-text {
  display: block;
  width: 100%;
  max-width: 488px;
}
.hero-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  padding: 0 24px;
  color: #000000;
  background: #D0FF00;
  border: 0;
  cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 12px;
  transition: transform .25s ease, filter .25s ease;
}
.hero-form__button:hover,
.hero-form__button:focus {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.hero-form__note {
  margin: 13px 0 0;
  color: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .hero__stage {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1320px) {
  .hero {
    min-height: 910px;
  }
  .hero__body {
    max-width: 1160px;
    padding: 0 15px;
  }
  .hero__content {
    flex-basis: 720px;
    padding-left: 52px;
    padding-right: 48px;
  }
  .hero-form {
    flex-basis: 520px;
    margin-left: -110px;
  }
  .hero-form__title {
    font-size: 28px;
    line-height: 1.1;
  }
  .hero__title-highlight {
    font-size: 80px;
  }
  .hero__title-line--large {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    min-height: 860px;
  }
  .hero__content {
    flex-basis: 690px;
    padding: 48px 44px 50px 52px;
  }
  .hero-form {
    flex-basis: 500px;
    margin-left: -95px;
    padding: 30px;
  }
  .hero-form__title {
    font-size: 26px;
  }
  .hero__title-line {
    font-size: 33px;
  }
  .hero__title-highlight {
    font-size: 72px;
  }
  .hero__title-line--large {
    font-size: 39px;
  }
  .hero__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .hero {
    min-height: 0;
    padding-bottom: 70px;
  }
  .hero__background {
    min-width: 1450px;
    background-size: 1450px auto;
  }
  .hero__stage {
    padding-top: 30px;
  }
  .hero__media {
    border-radius: 42px;
  }
  .hero__body {
    flex-direction: column;
    align-items: center;
    max-width: 720px;
    margin-top: -30%;
    gap: 24px;
  }
  .hero__content {
    flex: 0 1 auto;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 44px 48px;
    border-radius: 42px;
  }
  .hero-form {
    flex: 0 1 auto;
    width: 100%;
    max-width: 580px;
    min-height: 0;
    margin-left: 0;
    background: rgba(30, 30, 30, 0.82);
    border-radius: 42px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 58px;
  }
  .hero__background {
    min-width: 1180px;
    background-position: center top;
    background-size: 1180px auto;
  }
  .hero__stage {
    padding-top: 22px;
  }
  .hero__media {
    width: calc(100% + 90px);
    margin-left: -45px;
    border-radius: 32px;
  }
  .hero__body {
    max-width: 560px;
    margin-top: -28%;
    padding: 0 15px;
  }
  .hero__content {
    padding: 34px 28px 36px;
    border-radius: 34px;
  }
  .hero__title-line {
    font-size: 27px;
  }
  .hero__title-highlight {
    font-size: 58px;
  }
  .hero__title-line--large {
    font-size: 32px;
  }
  .hero__text {
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-form {
    padding: 28px;
    background: rgba(30, 30, 30, 0.86);
    border-radius: 34px;
  }
  .hero-form__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 560px) {
  .hero__media {
    width: calc(100% + 170px);
    margin-left: -85px;
  }
  .hero__body {
    margin-top: -24%;
  }
  .hero__content {
    padding: 30px 22px;
  }
  .hero__title-line {
    font-size: 22px;
  }
  .hero__title-highlight {
    font-size: 45px;
  }
  .hero__title-line--large {
    font-size: 26px;
  }
  .hero__actions {
    margin-top: 22px;
  }
  .hero-form {
    padding: 26px 22px;
  }
  .hero-form__badge {
    min-width: 150px;
    height: 34px;
    padding: 0 22px;
    font-size: 12px;
  }
  .hero-form__title {
    font-size: 24px;
  }
  .hero-form__text {
    font-size: 14px;
  }
  .hero-form__button {
    height: 54px;
    font-size: 15px;
  }
  .hero-form__note {
    font-size: 11px;
  }
}
@media screen and (max-width: 465px) {
  .hero__background {
    min-width: 980px;
    background-size: 980px auto;
  }
  .hero__stage {
    padding-top: 18px;
  }
  .hero__media {
    width: calc(100% + 230px);
    margin-left: -115px;
    border-radius: 28px;
  }
  .hero__body {
    margin-top: -18%;
  }
  .hero__content {
    padding: 28px 18px;
    border-radius: 28px;
  }
  .hero__title-line {
    font-size: 19px;
  }
  .hero__title-highlight {
    font-size: 39px;
  }
  .hero__title-line--large {
    font-size: 22px;
  }
  .hero__text {
    font-size: 14px;
  }
  .hero-form {
    padding: 24px 18px;
    background: rgba(30, 30, 30, 0.88);
    border-radius: 28px;
  }
  .hero-form__checkbox {
    font-size: 12px;
  }
}
.benefits-bar {
  width: 100%;
  height: 179px;
  background: transparent;
}
.benefits-bar__surface {
  width: 100%;
  height: 144px;
  background: #000000;
}
.benefits-bar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1168px;
  height: 144px;
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
}
.benefits-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  color: #F9FBFF;
  text-align: center;
}
.benefits-bar__item--duration {
  width: 86px;
}
.benefits-bar__item--safety {
  width: 211px;
}
.benefits-bar__item--sustainable {
  width: 273px;
}
.benefits-bar__item--local {
  width: 178px;
}
.benefits-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}
.benefits-bar__icon img {
  width: 100%;
  height: 100%;
}
.benefits-bar__item--duration .benefits-bar__icon {
  width: 34px;
  height: 44px;
}
.benefits-bar__item--safety .benefits-bar__icon {
  width: 45.213px;
  height: 44.459px;
}
.benefits-bar__item--sustainable .benefits-bar__icon {
  width: 45.213px;
  height: 45.966px;
}
.benefits-bar__item--local .benefits-bar__icon {
  width: 42.199px;
  height: 42.199px;
}
.benefits-bar__title {
  display: block;
  margin-top: 10.55px;
  color: #F9FBFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 27.128px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  white-space: nowrap;
}
.benefits-bar__text {
  display: block;
  margin-top: 10.55px;
  color: rgba(217, 228, 255, 0.6);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 12.057px;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: 0.2411px;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .benefits-bar {
    height: auto;
    padding-bottom: 35px;
  }
  .benefits-bar__surface {
    height: auto;
    padding: 28px 0;
  }
  .benefits-bar__list {
    flex-wrap: wrap;
    height: auto;
    row-gap: 32px;
  }
  .benefits-bar__item,
  .benefits-bar__item--duration,
  .benefits-bar__item--safety,
  .benefits-bar__item--sustainable,
  .benefits-bar__item--local {
    flex-basis: 50%;
    width: 50%;
  }
  .benefits-bar__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 560px) {
  .benefits-bar__surface {
    padding: 24px 0;
  }
  .benefits-bar__list {
    padding: 0 10px;
    row-gap: 28px;
  }
  .benefits-bar__item,
  .benefits-bar__item--duration,
  .benefits-bar__item--safety,
  .benefits-bar__item--sustainable,
  .benefits-bar__item--local {
    min-width: 0;
    padding: 0 5px;
  }
  .benefits-bar__title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 18px;
  }
  .benefits-bar__text {
    max-width: 100%;
    margin-top: 7px;
    font-size: 10.2px;
    line-height: 1.25;
    white-space: normal;
  }
}
.process {
  width: 100%;
  background: #000000;
  overflow: hidden;
}
.process__intro {
  position: relative;
  min-height: 532px;
  background: #07D9FD;
  overflow: hidden;
}
.process__intro-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 151px 15px 70px;
  color: #021837;
  text-align: center;
}
.process__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 344px;
  min-height: 53px;
  padding: 9px 31px;
  color: #000000;
  background: #E4ED00;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-radius: 28px;
}
.process__title {
  max-width: 650px;
  margin: 34px auto 0;
  color: #021837;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
}
.process__lead {
  max-width: 510px;
  margin: 5px auto 0;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.process__side-bolt {
  position: absolute;
  top: -80px;
  z-index: 1;
  width: 604px;
  height: 754px;
  max-width: none;
  pointer-events: none;
}
.process__side-bolt--left {
  left: -65px;
}
.process__side-bolt--right {
  right: -67px;
}
.process__brush {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 337px;
  height: 528px;
  margin: 0;
  overflow: hidden;
  filter: drop-shadow(-19px 34px 39px rgba(1, 42, 50, 0.22)) drop-shadow(-5px 8px 21px rgba(1, 42, 50, 0.25));
}
.process__brush--left {
  left: calc(50% - 661px);
}
.process__brush--right {
  right: calc(50% - 689px);
}
.process__brush img {
  position: absolute;
  left: -66.16%;
  top: 0;
  width: 235.22%;
  max-width: none;
  height: 100%;
}
.process__steps {
  display: flex;
  flex-direction: column;
  gap: 18.25px;
  width: 100%;
  background: #000000;
}
.process-step {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #000000;
}
.process-step__panel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 0 0 64.715%;
  min-width: 0;
  margin-right: -10.443%;
  overflow: hidden;
}
.process-step__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.process-step__number {
  position: absolute;
  top: 0;
  z-index: 1;
  height: auto;
  max-height: 100%;
}
.process-step--one .process-step__number {
  left: 25.43%;
  width: 12.1%;
}
.process-step--two .process-step__number {
  left: 23.66%;
  width: 18.62%;
}
.process-step--three .process-step__number {
  left: 23.26%;
  width: 19.46%;
}
.process-step--four .process-step__number {
  left: 21%;
  width: 20.99%;
}
.process-step__copy {
  position: relative;
  z-index: 2;
  width: 38.31%;
  max-width: 476px;
  margin-left: 46.9%;
  color: #021837;
}
.process-step--one .process-step__copy,
.process-step--two .process-step__copy,
.process-step--four .process-step__copy {
  max-width: 443px;
}
.process-step--three .process-step__copy {
  margin-left: 47.4%;
  transform: translateY(6px);
}
.process-step--four .process-step__copy {
  transform: translateY(22px);
}
.process-step--one .process-step__copy {
  transform: translateY(-2px);
}
.process-step--two .process-step__copy {
  transform: translateY(2px);
}
.process-step__title {
  margin: 0;
  color: #021837;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
}
.process-step__text {
  max-width: 476px;
  margin: 7px 0 0;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.process-step--one .process-step__text {
  max-width: 385px;
}
.process-step--two .process-step__text {
  max-width: 422px;
}
.process-step--four .process-step__text {
  max-width: 371px;
  line-height: 1.4;
}
.process-step__media {
  position: relative;
  z-index: 1;
  flex: 0 0 45.833%;
  aspect-ratio: 880 / 302;
  margin: 0;
  overflow: hidden;
}
.process-step__image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: rotate(180deg);
}
.process-step__semparar-bg,
.process-step__semparar-logo {
  position: absolute;
  z-index: 3;
  height: auto;
}
.process-step__semparar-bg {
  right: 2.4%;
  top: -0.3%;
  width: 12.73%;
}
.process-step__semparar-logo {
  right: 4.3%;
  top: 4.6%;
  width: 8.98%;
}
.process__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 96px 15px 120px;
  background: #000000;
}
.process__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  width: 100%;
  max-width: 501px;
  height: 79px;
  min-height: 79px;
  padding: 12px 45px;
  color: #E4ED00;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.38);
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-radius: 13px;
  box-shadow: -21px 30px 19px rgba(46, 46, 46, .09), -5px 8px 10px rgba(46, 46, 46, .1);
}
.process__cta-button span {
  display: block;
  max-width: 300px;
}
.process__cta-button img {
  position: absolute;
  left: 370.913px;
  top: -14.465px;
  width: 85.472px;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .process__intro {
    min-height: 480px;
  }
  .process__intro-content {
    padding-top: 132px;
  }
  .process__brush {
    width: 280px;
    height: 439px;
  }
  .process__brush--left {
    left: 20px;
  }
  .process__brush--right {
    right: 20px;
  }
  .process__badge {
    min-width: 310px;
    min-height: 48px;
    font-size: 25px;
  }
  .process__title,
  .process-step__title {
    font-size: 40px;
  }
  .process__lead,
  .process-step__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .process-step__media {
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 560px) {
  .process__intro-content {
    padding: 48px 18px 270px;
  }
  .process__badge {
    width: 100%;
    max-width: 290px;
    min-width: 0;
    min-height: 44px;
    padding: 8px 20px;
    font-size: 21px;
  }
  .process__title {
    margin-top: 24px;
    font-size: 32px;
  }
  .process__lead {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.5;
  }
  .process__brush {
    width: 185px;
    height: 290px;
  }
  .process-step__panel {
    padding: 36px 22px;
  }
  .process-step__number,
  .process-step--one .process-step__number,
  .process-step--two .process-step__number,
  .process-step--three .process-step__number,
  .process-step--four .process-step__number {
    right: 2%;
    max-width: 125px;
  }
  .process-step__copy,
  .process-step--one .process-step__copy,
  .process-step--two .process-step__copy,
  .process-step--three .process-step__copy,
  .process-step--four .process-step__copy {
    width: 78%;
  }
  .process-step__title {
    font-size: 28px;
  }
  .process-step__text,
  .process-step--one .process-step__text,
  .process-step--two .process-step__text,
  .process-step--four .process-step__text {
    margin-top: 8px;
    font-size: 16px;
  }
  .process__cta {
    padding: 70px 16px 100px;
  }
  .process__cta-button {
    gap: 12px;
    justify-content: center;
    height: auto;
    min-height: 68px;
    padding: 12px 18px;
    font-size: 18px;
  }
  .process__cta-button span {
    max-width: none;
  }
  .process__cta-button img {
    position: static;
    width: 60px;
    margin: -10px 0;
  }
}
.diferencial {
  position: relative;
  width: 100%;
  padding: 79px 15px;
  background-color: #00C7EA;
  background-image: url('../assets/img/bg-diferencial_card.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px 1622px;
  overflow: hidden;
}
.diferencial__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.diferencial__header {
  color: #021837;
  text-align: center;
  margin-bottom: 76px;
}
.diferencial__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 507px;
  min-height: 53px;
  padding: 9px 31px;
  color: #000000;
  background: #E4ED00;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 28px;
}
.diferencial__title {
  max-width: 742px;
  margin: 26px auto 0;
  color: #021837;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
}
.diferencial__lead {
  max-width: 510px;
  margin: 5px auto 0;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.diferencial__list {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.diferencial-item {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  min-height: 242px;
}
.diferencial-item--three {
  min-height: 294px;
}
.diferencial-item--four {
  min-height: 309px;
}
.diferencial-copy,
.diferencial-image {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  min-width: 0;
}
.diferencial-copy {
  position: relative;
  z-index: 1;
  padding: 22px 18px 24px;
  color: #000000;
  background: #E4ED00;
}
.diferencial-copy__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 20px;
  color: #000000;
  background: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 24.54px;
  font-weight: 500;
  line-height: 1.18;
}
.diferencial-copy__title {
  max-width: 499px;
  margin: 14px 0 0;
  color: #000000;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 29.352px;
  font-weight: 800;
  line-height: 1.19;
}
.diferencial-copy__text {
  max-width: 499px;
  margin: 10px 0 0;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.diferencial-item--one .diferencial-copy__text {
  max-width: 435px;
}
.diferencial-item--two .diferencial-copy__text,
.diferencial-item--three .diferencial-copy__text {
  max-width: 456px;
}
.diferencial-item--four .diferencial-copy__title {
  max-width: 358px;
}
.diferencial-item--four .diferencial-copy__text {
  line-height: 1.38;
}
.diferencial-image {
  position: relative;
  z-index: 2;
  margin: 0;
}
.diferencial-image__frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.diferencial-image__frame img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.diferencial-item--one .diferencial-image__frame img {
  position: absolute;
  left: -0.07%;
  top: -63.07%;
  width: 140.61%;
  height: 183.12%;
  object-fit: fill;
}
.diferencial-glass {
  position: absolute;
  left: -78px;
  top: 50%;
  z-index: 3;
  display: block;
  width: 135.811px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 27px;
}
.diferencial-item--one .diferencial-glass {
  top: 36px;
  transform: none;
}
.diferencial-glass:before,
.diferencial-glass:after {
  content: '';
  position: absolute;
  top: 50%;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
}
.diferencial-glass:before {
  left: 3.5%;
  right: 3.38%;
  border: 1px solid #03DDFC;
}
.diferencial-glass:after {
  left: 5.15%;
  right: 5.03%;
  background: rgba(248, 248, 248, 0.05);
  border: 2.968px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(31.662px);
  -webkit-backdrop-filter: blur(31.662px);
  mix-blend-mode: luminosity;
  box-shadow: 0 47.493px 47.493px rgba(0, 0, 0, 0.3);
}
.diferencial-glass__shape {
  position: absolute;
  inset: 15.491px;
  z-index: 1;
  display: block;
  overflow: hidden;
  border: 11px solid rgba(216, 231, 242, 0.07);
  filter: drop-shadow(0 5.918px 5.918px #07D9FD);
  border-radius: 50%;
}
.diferencial-glass__shape img {
  position: absolute;
  left: 23.51px;
  top: 15.51px;
  width: 57px;
  height: 73px;
  max-width: none;
}
@media screen and (max-width: 820px) {
  .diferencial {
    padding-top: 60px;
    padding-bottom: 70px;
    background-size: auto 100%;
  }
  .diferencial__header {
    margin-bottom: 52px;
  }
  .diferencial__badge {
    max-width: 440px;
    font-size: 25px;
  }
  .diferencial__title {
    font-size: 40px;
  }
  .diferencial__lead {
    font-size: 18px;
  }
  .diferencial-item {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .diferencial-copy,
  .diferencial-image {
    flex: 0 0 auto;
    width: 100%;
  }
  .diferencial-copy {
    padding: 28px 24px 88px;
  }
  .diferencial-copy__text,
  .diferencial-item--one .diferencial-copy__text,
  .diferencial-item--two .diferencial-copy__text,
  .diferencial-item--three .diferencial-copy__text,
  .diferencial-item--four .diferencial-copy__text {
    max-width: 620px;
  }
  .diferencial-image {
    aspect-ratio: 16 / 9;
  }
  .diferencial-glass,
  .diferencial-item--one .diferencial-glass {
    left: 50%;
    top: -68px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 560px) {
  .diferencial {
    padding: 48px 14px 60px;
  }
  .diferencial__header {
    margin-bottom: 42px;
  }
  .diferencial__badge {
    max-width: 350px;
    min-height: 46px;
    padding: 8px 18px;
    font-size: 21px;
  }
  .diferencial__title {
    margin-top: 22px;
    font-size: 34px;
  }
  .diferencial__lead {
    margin-top: 9px;
    font-size: 16px;
  }
  .diferencial__list {
    gap: 28px;
  }
  .diferencial-copy {
    padding: 24px 20px 72px;
  }
  .diferencial-copy__label {
    min-height: 40px;
    padding: 7px 16px;
    font-size: 19px;
  }
  .diferencial-copy__title {
    margin-top: 12px;
    font-size: 26px;
  }
  .diferencial-copy__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .diferencial-glass,
  .diferencial-item--one .diferencial-glass {
    top: -54px;
    width: 108px;
  }
  .diferencial-glass__shape {
    inset: 12.32px;
    border-width: 8px;
  }
  .diferencial-glass__shape img {
    left: 18.7px;
    top: 12.3px;
    width: 45px;
    height: 58px;
  }
}
.price {
  padding: 89px 15px 70px;
  background: #F6F6EE;
  color: #021837;
}
.price__wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.price__header {
  text-align: center;
}
.price__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 507px;
  margin: 0 auto;
  padding: 9px 30px;
  background: #E4ED00;
  color: #000000;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-radius: 28px;
}
.price__title {
  margin: 17px auto 0;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.21;
}
.price__lead {
  max-width: 560px;
  margin: 5px auto 0;
  font-size: 20px;
  line-height: 1.5;
}
.price__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  align-items: start;
  gap: 14px;
  margin-top: 121px;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 31px 28px 38px;
  background-color: #07D9FD;
  background-image: url('../assets/img/glass-plans.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  color: #021837;
  border-radius: 22px;
}
.price-card--featured {
  margin-top: -33px;
  padding-top: 22px;
  padding-bottom: 41px;
  background-color: #E4ED00;
  color: #000000;
}
.price-card--complete {
  background-color: #222222;
  color: #FFFFFF;
}
.price-card__favorite {
  min-height: 19px;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 15.7px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.price-card__name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 8px 18px;
  background: linear-gradient(90deg, #00DAFF 0%, #E4ED00 100%);
  color: #000000;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 24.8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-radius: 24px;
}
.price-card--featured .price-card__name {
  margin-top: 9px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F9FF56 100%);
}
.price-card--complete .price-card__name {
  background: linear-gradient(90deg, #FFFFFF 0%, #343434 100%);
}
.price-card__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.price-card--featured .price-card__features {
  margin-top: 17px;
}
.price-card__features li {
  position: relative;
  padding-left: 28px;
}
.price-card__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  aspect-ratio: 1;
  background: url('../assets/img/check-plans.svg') center / contain no-repeat;
  content: '';
}
.price-card--complete .price-card__features li::before {
  background-image: url('../assets/img/check-plans-light.svg');
}
.price-card__price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 24px 0 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.price-card__price span {
  font-size: clamp(68px, 6vw, 90px);
  line-height: 1.144;
  letter-spacing: 0;
}
.price-card__price sup {
  margin-top: 12px;
  font-size: 30px;
  line-height: 1;
}
.price-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 34px);
  margin: 30px auto 0;
  gap: 10px;
  padding: 18px;
  background: #FFFFFF;
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  border-radius: 49px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.price-card__button img {
  flex: 0 0 24px;
  width: 24px;
}
.price-card__button:hover,
.price-card__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
.price-card__payments {
  width: 62%;
  max-width: 217px;
  margin: 26px auto 0;
}
.price-card__bolt {
  position: absolute;
  z-index: 2;
  top: -109px;
  right: -88px;
  max-width: none;
  width: 217px;
  pointer-events: none;
}
.price-card__bolt svg {
  display: block;
  width: 100%;
  height: auto;
}
.price__addon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  margin: 70px auto 0;
  padding: 10px 47px;
  border: 1px solid #4C4C4C;
  background: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
}
.price__addon img {
  flex: 0 0 30px;
  width: 30px;
  aspect-ratio: 15 / 19;
}
.price__addon p {
  margin: 0;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.price__addon strong {
  color: #E4ED00;
}
.price__addon b,
.price__addon strong {
  font-weight: 800;
}
@media screen and (max-width: 1100px) {
  .price__cards {
    align-items: stretch;
    gap: 24px;
    margin-top: 64px;
  }
  .price-card--featured {
    margin-top: 0;
    padding-top: 16px;
  }
  .price-card__features,
  .price-card--featured .price-card__features {
    margin-top: 28px;
  }
  .price-card__button {
    margin-top: 16px;
  }
  .price-card__price {
    margin-top: 20px;
  }
  .price-card__payments {
    margin-top: 20px;
  }
  .price-card__bolt {
    position: static;
    order: -1;
    top: auto;
    right: auto;
    left: auto;
    width: 120px;
    max-width: 38%;
    margin: 0 auto -42px;
    transform: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .price-card--complete {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 560px) {
  .price {
    padding: 70px 14px 56px;
  }
  .price__lead {
    font-size: 16px;
  }
  .price__cards {
    gap: 24px;
    margin-top: 52px;
  }
  .price-card {
    padding: 28px 22px 30px;
  }
  .price-card--featured {
    padding-top: 16px;
  }
  .price-card__name {
    padding-right: 14px;
    padding-left: 14px;
  }
  .price-card__features {
    font-size: 15px;
  }
  .price-card__button {
    width: 100%;
  }
  .price-card__payments {
    width: min(68%, 217px);
  }
  .price__addon {
    align-items: flex-start;
    padding: 16px 18px;
  }
  .price__addon p {
    font-size: 16px;
    text-align: left;
  }
}
.contact-form {
  position: relative;
  padding: 47px 15px 63px;
  background-color: #333333;
  background-image: url('../assets/img/bg-form.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px auto;
  color: #FFFFFF;
}
.contact-form__wrapper {
  position: relative;
  width: 100%;
  max-width: 852px;
  margin: 0 auto;
}
.contact-form__header {
  text-align: center;
}
.contact-form__title {
  margin: 0;
  color: #E4ED00;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
}
.contact-form__lead {
  max-width: 600px;
  margin: 17px auto 0;
  color: #E6E6E6;
  font-size: 20px;
  line-height: 1.5;
}
.contact-form__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 665px;
  margin: 35px auto 0;
  padding: 25px 32px 23px 37px;
  border: 0;
  background: #191920;
  border-radius: 20px;
}
.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #E1E1E2;
  font-size: 16px;
  line-height: 1.875;
}
.contact-form__field input {
  width: 100%;
  min-height: 62px;
  padding: 15px 16px;
  border: 1px solid rgba(205, 205, 205, 0.38);
  outline: 0;
  background: rgba(22, 22, 22, 0.87);
  color: #FFFFFF;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  border-radius: 11px;
  transition: border-color 180ms ease;
}
.contact-form__field input:focus {
  border-color: #07D9FD;
}
.contact-form__field input::placeholder {
  color: rgba(179, 179, 179, 0.5);
  opacity: 1;
}
.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
  margin-top: 30px;
}
.contact-form__submit {
  display: flex;
  flex: 0 1 303px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  min-height: 48px;
  padding: 12px 30px;
  border: 0;
  background: #E4ED00;
  color: #021837;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  transition: transform 180ms ease;
}
.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  transform: translateY(-2px);
}
.contact-form__submit img {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
.contact-form__notice {
  flex: 0 1 238px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 55px 15px 60px;
    background-size: auto 720px;
  }
  .contact-form__title {
    font-size: 40px;
  }
  .contact-form__panel {
    padding: 28px;
  }
  .contact-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 28px;
  }
  .contact-form__submit,
  .contact-form__notice {
    flex-basis: auto;
    max-width: none;
  }
  .contact-form__notice {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .contact-form {
    padding: 48px 14px 50px;
    background-size: auto 650px;
  }
  .contact-form__title {
    font-size: 34px;
  }
  .contact-form__lead {
    margin-top: 14px;
    font-size: 16px;
  }
  .contact-form__panel {
    margin-top: 28px;
    padding: 24px 20px;
  }
  .contact-form__fields {
    gap: 16px;
  }
  .contact-form__field {
    font-size: 15px;
  }
  .contact-form__field input {
    min-height: 58px;
    font-size: 15px;
  }
  .contact-form__submit {
    gap: 18px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.map {
  padding: 101px 15px 98px;
  background: #F6F6EE;
  color: #000000;
}
.map__wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.map__header {
  display: flex;
  align-items: center;
  gap: 45px;
}
.map__eyebrow {
  display: flex;
  flex: 0 0 346px;
  align-items: center;
  gap: 20px;
}
.map__eyebrow img {
  flex: 0 0 48px;
  width: 48px;
  height: 60px;
}
.map__eyebrow span {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 8px 28px;
  background: #07D9FD;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 25.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  border-radius: 27px;
}
.map__title {
  flex: 0 1 679px;
  max-width: 679px;
  margin: 0;
  color: #343434;
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
  text-align: center;
}
.map__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  aspect-ratio: 570 / 203;
  border-radius: 49px;
}
.map__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: blur(1.5px);
  border-radius: 49px;
}
.map__action {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 30px);
  padding: 15px;
  background: rgba(255, 255, 255, 0.62);
  color: #303030;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 29.4px;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  transform: translateY(20px);
}
.map__action strong {
  font-family: 'Tomato Grotesk', Arial, sans-serif;
  font-weight: 800;
}
.map__details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 44px;
  width: 100%;
  max-width: 719px;
  margin: 48px auto 0;
}
.map__detail {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  margin: 0;
  color: #000000;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.333;
}
.map__detail--hours {
  flex: 0 1 315px;
}
.map__detail--address {
  flex: 0 1 360px;
}
.map__detail img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.map__detail p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .map__header {
    gap: 30px;
  }
  .map__eyebrow {
    flex-basis: 320px;
  }
  .map__eyebrow span {
    font-size: 22px;
  }
  .map__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .map {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .map__header {
    flex-direction: column;
    gap: 22px;
  }
  .map__eyebrow {
    flex: 0 1 auto;
    width: 100%;
    max-width: 346px;
  }
  .map__title {
    flex: 0 1 auto;
    font-size: 40px;
  }
  .map__media {
    margin-top: 32px;
    aspect-ratio: 16 / 9;
    border-radius: 32px;
  }
  .map__image {
    border-radius: 32px;
  }
  .map__action {
    font-size: 22px;
    transform: none;
  }
  .map__details {
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin-top: 36px;
  }
  .map__detail {
    flex-basis: auto;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .map {
    padding: 56px 14px;
  }
  .map__eyebrow {
    gap: 14px;
  }
  .map__eyebrow img {
    flex-basis: 38px;
    width: 38px;
    height: 48px;
  }
  .map__eyebrow span {
    min-height: 52px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
  }
  .map__title {
    font-size: 34px;
  }
  .map__media {
    margin-top: 28px;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }
  .map__image {
    border-radius: 24px;
  }
  .map__action {
    padding: 12px;
    font-size: 18px;
  }
  .map__details {
    margin-top: 30px;
  }
  .map__detail {
    gap: 14px;
    font-size: 17px;
  }
}
