/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \******************************************************************************************************************/
* {
  box-sizing: border-box;
}
html {
  font-size: 1px;
  scroll-behavior: smooth;
}
body {
  color: #28282d;
  display: flex;
  flex-direction: column;
  font-family: var(--font-general, "Montserrat"), -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  width: 100%;
}
body,
button {
  margin: 0;
  padding: 0;
}
button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
button[disabled] {
  background: #cccdde;
  border-color: #cccdde;
  cursor: default !important;
  opacity: 1 !important;
}
main {
  width: 100%;
}
p {
  margin: 0;
}
a {
  color: #28282d;
  transition: color 0.25s;
}
a,
a:hover {
  text-decoration: none;
}
input {
  appearance: none;
  border-radius: 0;
}
input:autofill,
input:autofill:active,
input:autofill:focus,
input:autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
.header {
  padding-bottom: 16rem;
  padding-top: 16rem;
  border-bottom: 1px solid #cccdde;
  box-shadow: 0 4rem 20.2rem 0 rgba(25, 30, 71, 0.1);
}
@media (min-width: 1279px) {
  .header {
    padding-bottom: 24rem;
    padding-top: 24rem;
  }
}
.header__container {
  display: flex;
  justify-content: center;
}

.header__logo {
  display: block;
  height: 48rem;
  width: auto;
}

.contact-form {
  color: #28282d;
}
.contact-form__title {
  display: block;
  font-size: 24rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24rem;
}
@media (min-width: 767px) {
  .contact-form__title {
    font-size: 32rem;
  }
}
@media (min-width: 1599px) {
  .contact-form__title {
    font-size: 42rem;
  }
}
.contact-form-group + .contact-form-group {
  margin-top: 24rem;
}
@media (min-width: 767px) {
  .contact-form-group + .contact-form-group {
    margin-top: 32rem;
  }
}
.contact-form-group__title {
  display: block;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16rem;
}
.contact-form-type {
  align-items: center;
  border-bottom: 1px solid #b7b7bf;
  display: flex;
}
.contact-form-type-item {
  flex: 1 0 0%;
  margin-bottom: -1px;
  width: 100%;
}
.contact-form-type-item__label {
  align-items: center;
  background-color: transparent;
  border: 1rem solid transparent;
  border-left: none;
  border-right: none;
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 54rem;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
.contact-form-type-item__label:hover {
  border-bottom-color: #d50000;
  color: #d50000;
}
.contact-form-type-item__radio:checked ~ .contact-form-type-item__label {
  background-color: rgba(213, 0, 0, 0.05);
  border-bottom-color: #d50000;
  border-width: 3rem;
  color: #d50000;
  font-weight: 700;
}
.contact-form-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 16rem 8rem;
}
@media (min-width: 767px) {
  .contact-form-amounts {
    gap: 16rem;
  }
}
.contact-form-amounts-item {
  flex: 1 0 0%;
  width: 100%;
}
.contact-form-amounts-item--full {
  flex: 0 0 100%;
}
@media (max-width: 766.98px) {
  .contact-form-amounts-item:last-child {
    flex: 0 0 100%;
  }
}
.contact-form-amounts-item__label {
  align-items: center;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #b7b7bf;
  border-radius: 12rem;
  border-radius: 12px;
  box-shadow: 0 4rem 20.2rem 0 rgba(25, 30, 71, 0.1);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 54rem;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
.contact-form-amounts-item__label:hover {
  border-color: #d50000;
  color: #d50000;
  font-weight: 600;
}
.contact-form-amounts-item__label .icon {
  flex: 0 0 32rem;
  height: 32rem;
  margin-right: 8rem;
  width: 32rem;
}
@media (min-width: 767px) {
  .contact-form-amounts-item__label .icon {
    margin-right: 12rem;
  }
}
.contact-form-amounts-item__radio:checked ~ .contact-form-amounts-item__label {
  background-color: rgba(213, 0, 0, 0.05);
  border-color: #d50000;
  color: #d50000;
}
.contact-form-amounts-item__input {
  background-color: transparent;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 18rem;
  padding-right: 18rem;
  width: 100%;
}
.contact-form-amounts-item__input::placeholder {
  color: #6d7089;
}
.contact-form-personal {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.contact-form-personal__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 766.98px) {
  .contact-form-personal__row {
    flex-direction: column;
  }
}
.contact-form-personal__group {
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  .contact-form-personal__group {
    flex: 1 0 0%;
  }
}
.contact-form-personal__group .iti {
  display: block;
}
.contact-form-personal__group .select2-container .select2-selection--single {
  height: 54rem;
}
.contact-form-personal__group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 18rem;
}
.contact-form-personal__group
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #b7b7bf;
  border-radius: 12rem;
}
.contact-form-personal__group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 54rem;
}
.contact-form-personal__group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.contact-form-personal__group
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  height: 52rem;
}
.contact-form-personal__input {
  background-color: #fff;
  border: 1px solid #b7b7bf;
  border-radius: 12rem;
  height: 54rem;
  outline: none;
  padding-left: 18rem;
  padding-right: 18rem;
  width: 100%;
}
textarea.contact-form-personal__input {
  min-height: 140px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  resize: none;
}
.contact-form-personal__input:not([type="tel"])::placeholder {
  color: transparent;
}
.contact-form-personal__input:hover {
  border-color: #6f7080;
}
.contact-form-personal__input:focus {
  border-color: #28282d;
}
.contact-form-personal__input:focus ~ .contact-form-personal__label,
.contact-form-personal__input:not(:placeholder-shown)
  ~ .contact-form-personal__label {
  background-color: #fff;
  font-size: 12rem;
  left: 14rem;
  padding: 0 4rem;
  top: -8rem;
}
.contact-form-personal__label {
  font-size: 16rem;
  left: 18rem;
  line-height: 1.4;
  pointer-events: none;
  position: absolute;
  top: 16rem;
  transition: all 0.15s ease;
}
.contact-form-personal__label:after {
  color: #d50000;
  content: "*";
  margin-left: 4rem;
}
.contact-form__actions {
  display: flex;
  gap: 24rem;
  margin-top: 24rem;
}
@media (max-width: 1598.98px) {
  .contact-form__actions {
    flex-direction: column;
  }
}
@media (min-width: 1599px) {
  .contact-form__actions {
    align-items: center;
    gap: 12rem;
    margin-top: 48rem;
  }
}
.contact-form-privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
@media (min-width: 1599px) {
  .contact-form-privacy {
    margin-right: auto;
  }
}
.contact-form-privacy__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 16px;
  position: relative;
}
.contact-form-privacy__label:before {
  border: 1px solid #cccdde;
  border-radius: 4rem;
  content: "";
  flex: 0 0 24rem;
  height: 24rem;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  width: 24rem;
}
.contact-form-privacy__checkbox:checked ~ .contact-form-privacy__label:before {
  background-color: #d50000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMi42ODkiIGQ9Im0yLjE0OSA5LjIxNyA0LjMwMiA0LjMwMiA4LjYwNC0xMS44MyIvPjwvc3ZnPg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17rem 15rem;
  border-color: #d50000;
}
.contact-form-privacy__link {
  color: #d50000;
  font-weight: 500;
}
.contact-form__skip {
  background-color: transparent;
  border: none;
  font-size: 12rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-decoration: underline;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
}
.contact-form__skip:hover {
  text-decoration: none;
}
.contact-form__submit {
  align-items: center;
  background-color: transparent;
  background-color: #d50000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
.contact-form__submit:hover:not(:disabled) {
  background-color: #b10000;
}
.contact-form__submit {
  border-radius: 12rem;
  height: 56rem;
  padding: 0 24rem;
}
.contact-form__submit .icon {
  flex: 0 0 16rem;
  height: 16rem;
  margin-left: 12rem;
  width: 16rem;
}
.is-invalid,
.is-invalid .contact-form-personal__input {
  border-color: #d50000;
}
.form-error-message {
  color: #d50000;
  display: none;
  flex: 0 0 100%;
  font-size: 14rem;
  line-height: 1.5;
  margin-top: 4rem;
  width: 100%;
}
.form-error-message:not(:empty) {
  display: block;
}
.select2-dropdown {
  border-radius: 12rem;
}
.select2-search--dropdown .select2-search__field {
  border-radius: 8rem;
  outline: none;
}
body
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(213, 0, 0, 0.05);
  color: #28282d;
}
.section-hero {
  padding-bottom: 32rem;
  padding-top: 32rem;
}
.section-hero__container {
  display: flex;
  justify-content: center;
}
.section-hero-form {
  background: #fff;
  border: 1px solid #cccdde;
  border-radius: 24rem;
  box-shadow: 0 4rem 20.2rem 0 rgba(25, 30, 71, 0.1);
  padding: 24rem 16rem;
}
@media (min-width: 767px) {
  .section-hero-form {
    padding: 32rem 24rem;
  }
}
@media (min-width: 1279px) {
  .section-hero-form {
    flex: 0 0 628rem;
    padding-bottom: 40rem;
    padding-top: 40rem;
    width: 628rem;
  }
}
@media (min-width: 1599px) {
  .section-hero-form {
    flex: 0 0 49.0291262136%;
    padding-left: 56rem;
    padding-right: 56rem;
    width: 49.0291262136%;
  }
}
.container,
.footer__container,
.header__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1776rem;
  padding-left: 16rem;
  padding-right: 16rem;
  width: 100%;
}
@media (min-width: 767px) {
  .container,
  .footer__container,
  .header__container {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media (min-width: 1279px) {
  .container,
  .footer__container,
  .header__container {
    padding-left: 56rem;
    padding-right: 56rem;
  }
}
@media (min-width: 1599px) {
  .container,
  .footer__container,
  .header__container {
    padding-left: 64rem;
    padding-right: 64rem;
  }
}
.hidden {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
@media (max-width: 766.98px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1278.98px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1279px) {
  .hidden-desktop {
    display: none !important;
  }
}
.no-display {
  display: none !important;
}
.section-hero-controls {
  align-items: center;
  border-bottom: 1px solid #b7b7bf;
  display: flex;
  justify-content: center;
  margin-bottom: 32rem;
}
.section-hero__control {
  background-color: transparent;
  border: 1rem solid transparent;
  border-bottom: none;
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
  color: #28282d;
  cursor: pointer;
  font-weight: 700;
  height: 54rem;
  line-height: 1.2;
  margin-bottom: -1px;
  padding: 0 24rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
  white-space: nowrap;
}
.section-hero__control:hover {
  border-bottom-color: #d50000;
  color: #d50000;
}
.section-hero__control.active {
  background-color: rgba(213, 0, 0, 0.05);
  border-color: #d50000;
  border-width: 1rem;
  color: #d50000;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-hero-controls {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
  }
  .section-hero__control {
    margin-bottom: 10rem;
    border: 1px solid #b7b7bf;
    border-radius: 12rem;
  }
}
.section-hero-form-wrapper .section-hero-form {
  display: none;
}
.section-hero-form-wrapper .section-hero-form.active {
  display: block;
}
