@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upAndBack {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.s-hero .container {
  max-width: 1246px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-hero .container {
    padding: 0px 2.4rem;
  }
}

.s-hero__image {
  overflow: hidden;
  display: block;
}
.s-hero__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-hero__image picture img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-hero__form button .arrow, .s-hero__link .arrow, .s-hero__form button .cont, .s-hero__link .cont, .s-hero__form button, .s-hero__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__form button, .s-hero__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  gap: 1.6rem;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.s-hero__form button::before, .s-hero__link::before {
  content: "";
  position: absolute;
  right: -10%;
  width: 0%;
  height: 120%;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.s-hero__form button .cont, .s-hero__link .cont {
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
  z-index: 2;
}
.s-hero__form button .arrow, .s-hero__link .arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__form button:hover::before, .s-hero__link:hover::before {
  width: 120%;
}

.s-hero__link {
  padding: 0.8rem 1.6rem 0.8rem 1rem;
  color: #394753;
  border: 1px solid #859bab;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.s-hero__link::before {
  background-color: #ea3031;
  z-index: 0;
  top: -2px;
}
.s-hero__link .cont {
  gap: 0;
}
.s-hero__link:hover {
  border-color: #ea3031;
}
.s-hero__link:hover svg path {
  stroke: #ffffff;
}
.s-hero__link:hover .cont {
  color: #ffffff;
}

.s-hero__form button {
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background: #ea3031;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__form button::before {
  background: #c31213;
  z-index: 0;
  top: -2px;
}
.s-hero__form button .cont {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 600;
}
.s-hero__form button .arrow {
  background: #c31213;
}
.s-hero__form button:hover .arrow {
  background: #ea3031;
}
@media (max-width: 600px) {
  .s-hero__form button {
    width: 100%;
  }
}

html {
  margin-top: 0 !important;
}

.s-hero {
  height: 100vh;
  overflow: hidden;
}
.s-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  padding: 1.6rem;
  height: 100%;
  max-width: 144rem;
}
.s-hero__main {
  padding: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-hero__content {
  padding-left: 8.8rem;
  width: 100%;
  max-width: 54rem;
}
.s-hero__logo {
  max-width: 12rem;
}
.s-hero__title {
  max-width: 24.8rem;
  margin-top: 4.4rem;
  margin-bottom: 3.2rem;
  color: #22292f;
  font-size: 3.2rem;
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 120%;
  font-weight: 500;
  font-weight: 600;
}
.s-hero__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
}
.s-hero__form__group {
  position: relative;
}
.s-hero__form__group__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.s-hero__form label {
  display: block;
  margin-bottom: 0.8rem;
  color: #394753;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
}
.s-hero__form input[type=text],
.s-hero__form input[type=password] {
  padding: 1rem 1.4rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  color: #859bab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  border-radius: 12px;
  border: 1px solid #e7e7ea;
  background-color: #ffffff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
  box-shadow: 0 0 0 1px rgba(51, 62, 71, 0.04), 0 1px 1px 0 rgba(51, 62, 71, 0.02), 0 2px 4px 0 rgba(51, 62, 71, 0.06);
}
.s-hero__form input[type=text]::-webkit-input-placeholder, .s-hero__form input[type=password]::-webkit-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input[type=text]::-moz-placeholder, .s-hero__form input[type=password]::-moz-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input[type=text]:-ms-input-placeholder, .s-hero__form input[type=password]:-ms-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input[type=text]::-ms-input-placeholder, .s-hero__form input[type=password]::-ms-input-placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input[type=text]::placeholder,
.s-hero__form input[type=password]::placeholder {
  color: #859bab;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__form input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
  border: 1px solid #859bab;
  background-color: #ffffff;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__form input[type=checkbox]:checked {
  background-color: #fa393a;
  border-color: #fa393a;
}
.s-hero__form input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-hero__form input:focus {
  border: 1px solid #859bab;
}
.s-hero__form .form-error input {
  border: 1px solid #ba5e3c;
}
.s-hero__form .form-invalid input {
  border: 1px solid #fa393a;
}
.s-hero__form .error-message,
.s-hero__form .invalid-message {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  position: absolute;
}
.s-hero__form .error-message {
  color: #ba5e3c;
}
.s-hero__form .invalid-message {
  color: #fa393a;
}
.s-hero__form a {
  color: #516778;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__form a:hover {
  color: #fa393a;
}
.s-hero__form button {
  width: 100%;
  padding: 1.2rem 2.4rem;
}
.s-hero__form .password-group input {
  padding-right: 4rem !important;
}
.s-hero__form .toggle-password {
  position: absolute;
  right: 1.4rem;
  right: 1.2rem;
  top: 71%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.s-hero__form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.s-hero__form .form-check label {
  margin-bottom: 0;
  color: #516778;
  cursor: pointer;
}
.s-hero__image {
  height: 100%;
  max-width: 62.3rem;
  border-radius: 1.6rem;
  position: relative;
}
.s-hero__image__veccon {
  position: absolute;
  top: 3.3rem;
  left: 3.3rem;
}
.s-hero__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
}
.s-hero__copy {
  max-width: 30.6rem;
  color: #333e47;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
}
.s-hero__copy strong {
  font: inherit;
  font-weight: 500;
  color: inherit;
}
.s-hero__privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.6rem;
  color: #333e47;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-hero__privacy:hover {
  color: #fa393a;
}
@media (max-width: 1440px) {
  .s-hero .container {
    max-width: 100%;
  }
}
@media (max-width: 1150px) {
  .s-hero__content {
    padding-left: 0;
  }
  .s-hero__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 940px) {
  .s-hero__main {
    padding: 4.4rem 2.2rem;
  }
  .s-hero__image {
    max-width: 48rem;
  }
  .s-hero__image img {
    -o-object-position: right;
    object-position: right;
  }
}
@media (max-width: 800px) {
  .s-hero .container {
    padding: 2.4rem;
  }
  .s-hero__main {
    padding: 0;
  }
  .s-hero__content {
    max-width: 100%;
  }
  .s-hero__image {
    display: none;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding: 5rem 0;
    height: auto;
  }
  .s-hero .container {
    padding: 0 2.4rem;
  }
  .s-hero__link {
    display: none;
  }
  .s-hero__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-hero__content {
    margin-bottom: 6.4rem;
  }
  .s-hero__copy {
    text-align: center;
  }
}