@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.eot");
  src: url("../font/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Medium.woff") format("woff"), url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/sourcesans3/sourcesans3-regular.eot"); /* IE 9 Compatibility Mode */
  src: url("../font/sourcesans3//sourcesans3-regular.eot?#iefix") format("embedded-opentype"), url("../font/sourcesans3//sourcesans3-regular.woff2") format("woff2"), url("../font/sourcesans3//sourcesans3-regular.woff") format("woff"), url("../font/sourcesans3//sourcesans3-regular.ttf") format("truetype"), url("../font/sourcesans3//sourcesans3-regular.svg#sourcesans3-regular") format("svg"); /* Chrome < 4, Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/sourcesans3//sourcesans3-bold.eot"); /* IE 9 Compatibility Mode */
  src: url("../font/sourcesans3//sourcesans3-bold.eot?#iefix") format("embedded-opentype"), url("../font/sourcesans3//sourcesans3-bold.woff2") format("woff2"), url("../font/sourcesans3//sourcesans3-bold.woff") format("woff"), url("../font/sourcesans3//sourcesans3-bold.ttf") format("truetype"), url("../font/sourcesans3//sourcesans3-bold.svg#sourcesans3-bold") format("svg"); /* Chrome < 4, Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../font/sourcesans3//sourcesans3-semibold.eot"); /* IE 9 Compatibility Mode */
  src: url("../font/sourcesans3//sourcesans3-semibold.eot?#iefix") format("embedded-opentype"), url("../font/sourcesans3//sourcesans3-semibold.woff2") format("woff2"), url("../font/sourcesans3//sourcesans3-semibold.woff") format("woff"), url("../font/sourcesans3//sourcesans3-semibold.ttf") format("truetype"), url("../font/sourcesans3//sourcesans3-semibold.svg#sourcesans3-semibold") format("svg"); /* Chrome < 4, Legacy iOS */
  font-weight: 600;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

._input {
  font-family: "Source Sans 3", sans-serif;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  color: #343434;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px;
  white-space: nowrap;
  width: 100%;
}

._btn {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  min-width: 150px;
  padding: 15px 20px;
  width: 100%;
  white-space: nowrap;
  border-radius: 3px;
  background-color: rgb(198, 0, 126);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
._btn:hover {
  background-color: rgb(150, 12, 99);
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.header {
  background-color: #06038d;
  width: 100%;
}

.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-row {
  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;
  height: 64px;
}

@media (max-width: 767px) {
  .header-logo {
    width: 60px;
    height: 30px;
  }
  .header-row {
    height: 50px;
  }
}
.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  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;
}

.pop-up-body {
  border-radius: 5px;
  background-color: #fff;
  max-width: 405px;
  width: 100%;
}

.pop-up-top {
  padding: 20px;
  background: #f2f2f2;
  border-start-end-radius: 5px;
  border-start-start-radius: 5px;
  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;
}

.pop-up-top-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-wrap: balance;
  color: #06038d;
}

.pop-up-top-close svg {
  width: 20px;
  height: 20px;
}

.pop-up-form {
  padding: 20px;
}

.pop-up-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.pop-up-form-input-block {
  position: relative;
}

.pop-up-form-input-eays {
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  z-index: 25;
  background: url("../img/close-password.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

._visible-password .pop-up-form-input-eays {
  background: url("../img/active-password.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.pop-up-form-forgot {
  font-family: "Source Sans 3", sans-serif;
  color: #c6007e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: right;
  cursor: pointer;
  margin-bottom: 20px;
}

.pop-up-form-checkbox {
  margin-bottom: 20px;
}

.pop-up-form-input-checbox {
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

._active-checbox .pop-up-form-label::before {
  background-color: #c6007e;
  border-color: #c6007e;
}

.pop-up-form-label {
  font-family: "Source Sans 3", sans-serif;
  cursor: pointer;
  display: block;
  padding-block: 3px;
  padding-inline: 2rem 0;
  position: relative;
}
.pop-up-form-label:before {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 24px;
  inset-inline-start: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 24px;
}
.pop-up-form-label a {
  color: #c6007e;
  cursor: pointer;
  text-decoration: underline;
}

.privacy-notice-icon {
  inset-inline-start: 2px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.pop-up-form-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #343434;
}

.pop-up-form-btn-blue {
  background-color: rgb(52, 52, 224);
}
.pop-up-form-btn-blue:hover {
  background-color: rgb(40, 40, 158);
}

.pop-up-form-police {
  font-family: "Source Sans 3", sans-serif;
  background-color: #f6f6f6;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 15px;
  color: #343434;
}
.pop-up-form-police a {
  color: #c6007e;
  cursor: pointer;
  text-decoration: underline;
}

.pop-up-form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pop-up-form-link {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  min-width: auto;
  padding: 8px 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: transparent;
  color: rgb(198, 0, 126);
}

.complimetns {
  padding: 50px 0;
}

.complimetns-title {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 116%;
  font-weight: 500;
  color: #06038d;
  margin-bottom: 30px;
}

.complimetns-body {
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.complimetns-note,
.complimetns-text,
.complimetns-please {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 121.4285714286%;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
}

.complimetns-note span {
  color: #06038d;
  font-weight: 700;
}

.complimetns-please {
  margin-bottom: 20px;
}
.complimetns-please span {
  color: #000;
  font-weight: 600;
}

.complimetns-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.complimetns-file-block {
  position: relative;
}

.complimetns-form-input-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border: 2px dashed #c6007e;
  border-radius: 10px;
  background-color: rgba(198, 0, 126, 0.03);
  cursor: pointer;
  transition: all 0.3s ease;
}

.file-upload-label:hover {
  background-color: rgba(198, 0, 126, 0.08);
  border-color: #06038d;
}

.file-upload-label:hover .file-upload-icon {
  color: #06038d;
  transform: translateY(-3px);
}

.file-upload-icon {
  color: #c6007e;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.file-upload-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.file-upload-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #343434;
}

.file-upload-subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  color: #999;
}

.file-upload-name {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #06038d;
  margin-top: 10px;
  padding: 6px 12px;
  background-color: rgba(6, 3, 141, 0.08);
  border-radius: 20px;
  display: none;
}

.file-upload-name.has-file {
  display: inline-block;
}

.pop-up-finish-text,
.complimetns-file-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 121.4285714286%;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
}

.complimetns-btn {
  background-color: #a0a0a0;
}
.complimetns-btn:hover {
  background-color: #7a7777;
}

.pop-up-finish-text {
  padding: 20px;
  text-align: center;
}

#finish-pop-up {
  display: none;
}