/* container */





/* body */








/* link */










/* list */






/* h1 */








/* h2 */








/* h3 */








/* h4 */








/* h5 */








/* h6 */








/* forms */






/* help text */






/* consent text */






/* ***form fields*** */

/* text */



/* background */



/* border */








/* form submit button */

/* text */








/* background */



/* border */







/* corner */

* {
  font-family: Arial;
  font-size: 18px;
  color: #545859;
  line-height: 1.3;
}
body .container {
  max-width: 1216px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  width: 100%;
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
p {
  line-height: 1.555;
  margin-bottom: 24px;
}
header * {
  color: ;
}
header a:hover {
  color: ;
}
footer {
  background: ;
}
footer * {
  color: ;
}
footer a:hover {
  color: #000000;
} 
.container-fluid a {
  font-size: 18px;
  color: #000000;
  line-height: 1.556;
  margin-bottom: 24px;
  cursor: pointer;
  display: inline-block;
  transition: 0.15s ease-in;
  text-decoration: none;
}
.container-fluid a:hover {
  color: #000000;
}

li {
  font-size: 18px;
  line-height: 1.5555;
  margin-bottom: 7px;
  color: #000000;
}
button {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
} 
h1, .h1 {
  font-size: 82px;
  color: #000000;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 42px;
  color: #000000;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
h3, .h3 {
  font-size: 24px;
  color: #000000;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
h4, .h4 {
  color: #000000;
  font-size: 18px;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
h5, .h5 {
  font-size: 18px;
  color: #000000;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
h6, .h6 {
  font-size: 18px;
  color: #000000;
  text-transform: ;
  line-height: ;
  margin-bottom: 20px;
}
form {
  width: 100%;
}
form .form-columns-1 .input {
  margin-right: 0 !important;
}
form .form-columns-1, form .form-columns-2, form .form-columns-3 {
  max-width: 100% !important;
}
form .form-columns-2, form .form-columns-3 {
  display: flex;
  column-gap: 25px;
}

form .form-columns-2 .hs-form-field, form .form-columns-3 .hs-form-field {
  margin-bottom: 10px;
}

form .form-columns-2 .hs-form-field .input, form .form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

form .form-columns-2 .hs-form-field .hs-error-msgs, form .form-columns-3 .hs-form-field .hs-error-msgs, form .form-columns-2 .hs-form-field .hs_error_rollup, form .form-columns-3 .hs-form-field .hs_error_rollup {
  padding-right: 18px;
}
form .form-columns-2 .hs-form-field:last-child .input, form .form-columns-3 .hs-form-field:last-child .input {
  margin-right: 0px !important;
}

form .form-columns-2 .hs-form-field:last-child .hs-error-msgs, form .form-columns-3 .hs-form-field:last-child .hs-error-msgs, form .form-columns-2 .hs-form-field:last-child .hs_error_rollup, form .form-columns-3 .hs-form-field:last-child .hs_error_rollup {
  padding-right: 0;
}
form .form-columns-3 .field {
  width: 33.333333% !important;
}

form label {
  font-size: 18px;
  margin-bottom: 11px;
  color: #FFFFFF;
  line-height: 1.3;
  font-style: normal; font-weight: bold; text-decoration: none
}
form .hs-form-field label span {
  font-size: 18px;
  color: #FFFFFF;
}
form .hs-fieldtype-select {
  position: relative;
}
form .hs_firstname .input textarea, form .hs_lastname .input textarea, form .hs-fieldtype-date .input textarea, form .hs_phone .input textarea, form .hs_company .input textarea, form .hs_mobilephone .input textarea, form .hs_state .input textarea, form .hs_country .input textarea, form .hs_city .input textarea, form .hs_address .input textarea, form .hs_email .input textarea, form .hs-fieldtype-text .input textarea, form .hs-fieldtype-select .input textarea, form .hs_message .input textarea, form .hs-fieldtype-textarea .input textarea {
  height: 72px;
}
form .hs_firstname .input input, form .input textarea,  form .hs_message .input input,form .hs-fieldtype-number .input input, form .hs_lastname .input input, form .hs-fieldtype-date .input input, form .hs_phone .input input, form .hs_company .input input, form .hs_mobilephone .input input, form .hs_state .input input, form .hs_country .input input, form .hs_city .input input, form .hs_address .input input, form .hs_email .input input, form .hs-fieldtype-text .input input, form .hs-fieldtype-select .input input, form .hs_message .input input, form .hs-fieldtype-textarea .input input, form .hs_firstname .input textarea, form .hs_lastname .input textarea, form .hs-fieldtype-date .input textarea, form .hs_phone .input textarea, form .hs_company .input textarea, form .hs_mobilephone .input textarea, form .hs_state .input textarea, form .hs_country .input textarea, form .hs_city .input textarea, form .hs_address .input textarea, form .hs_email .input textarea, form .hs-fieldtype-text .input textarea, form .hs-fieldtype-select .input textarea, form .hs_message .input textarea, form .hs-fieldtype-textarea .input textarea {
  width: 100% !important;
  min-width: calc(100% - 18px);
  padding: 10px 10px 10px 10px;
  font-size: 18px;
  color: #FFFFFF;
  background: rgba(255, 255, 255,0.0);
  border: 1px solid rgba(255, 255, 255, 1.0); 
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: left;
  line-height: 21px;
}
form select:focus, form .hs_firstname .input input:focus, form .hs_lastname .input input:focus, form .hs-fieldtype-date .input input:focus, form .hs_phone .input input:focus, form .hs_company .input input:focus, form .hs_mobilephone .input input:focus, form .hs_state .input input:focus, form .hs_country .input input:focus, form .hs_city .input input:focus, form .hs_address .input input:focus, form .hs_email .input input:focus, form .hs-fieldtype-text .input input:focus, form .hs-fieldtype-select .input input:focus, form .hs_message .input input:focus, form .hs-fieldtype-textarea .input input:focus, form .hs_firstname .input textarea:focus, form .hs_lastname .input textarea:focus, form .hs-fieldtype-date .input textarea:focus, form .hs_phone .input textarea:focus, form .hs_company .input textarea:focus, form .hs_mobilephone .input textarea:focus, form .hs_state .input textarea:focus, form .hs_country .input textarea:focus, form .hs_city .input textarea:focus, form .hs_address .input textarea:focus, form .hs_email .input textarea:focus, form .hs-fieldtype-text .input textarea:focus, form .hs-fieldtype-select .input textarea:focus, form .hs_message .input textarea:focus, form .hs-fieldtype-textarea .input textarea:focus {
  border-color: rgba(255, 255, 255, 1.0); 
  outline: none;
  border-width: 1px;
}
form .hs_firstname .input input:-webkit-autofill, form .hs_lastname .input input:-webkit-autofill, form .hs-fieldtype-date .input input:-webkit-autofill, form .hs_phone .input input:-webkit-autofill, form .hs_company .input input:-webkit-autofill, form .hs_mobilephone .input input:-webkit-autofill, form .hs_state .input input:-webkit-autofill, form .hs_country .input input:-webkit-autofill, form .hs_city .input input:-webkit-autofill, form .hs_address .input input:-webkit-autofill, form .hs_email .input input:-webkit-autofill, form .hs-fieldtype-text .input input:-webkit-autofill, form .hs-fieldtype-select .input input:-webkit-autofill, form .hs_message .input input:-webkit-autofill, form .hs-fieldtype-textarea .input input:-webkit-autofill, form .hs_firstname .input textarea:-webkit-autofill, form .hs_lastname .input textarea:-webkit-autofill, form .hs-fieldtype-date .input textarea:-webkit-autofill, form .hs_phone .input textarea:-webkit-autofill, form .hs_company .input textarea:-webkit-autofill, form .hs_mobilephone .input textarea:-webkit-autofill, form .hs_state .input textarea:-webkit-autofill, form .hs_country .input textarea:-webkit-autofill, form .hs_city .input textarea:-webkit-autofill, form .hs_address .input textarea:-webkit-autofill, form .hs_email .input textarea:-webkit-autofill, form .hs-fieldtype-text .input textarea:-webkit-autofill, form .hs-fieldtype-select .input textarea:-webkit-autofill, form .hs_message .input textarea:-webkit-autofill, form .hs-fieldtype-textarea .input textarea:-webkit-autofill, form .hs_firstname .input input:-webkit-autofill:focus, form .hs_lastname .input input:-webkit-autofill:focus, form .hs-fieldtype-date .input input:-webkit-autofill:focus, form .hs_phone .input input:-webkit-autofill:focus, form .hs_company .input input:-webkit-autofill:focus, form .hs_mobilephone .input input:-webkit-autofill:focus, form .hs_state .input input:-webkit-autofill:focus, form .hs_country .input input:-webkit-autofill:focus, form .hs_city .input input:-webkit-autofill:focus, form .hs_address .input input:-webkit-autofill:focus, form .hs_email .input input:-webkit-autofill:focus, form .hs-fieldtype-text .input input:-webkit-autofill:focus, form .hs-fieldtype-select .input input:-webkit-autofill:focus, form .hs_message .input input:-webkit-autofill:focus, form .hs-fieldtype-textarea .input input:-webkit-autofill:focus, form .hs_firstname .input textarea:-webkit-autofill:focus, form .hs_lastname .input textarea:-webkit-autofill:focus, form .hs-fieldtype-date .input textarea:-webkit-autofill:focus, form .hs_phone .input textarea:-webkit-autofill:focus, form .hs_company .input textarea:-webkit-autofill:focus, form .hs_mobilephone .input textarea:-webkit-autofill:focus, form .hs_state .input textarea:-webkit-autofill:focus, form .hs_country .input textarea:-webkit-autofill:focus, form .hs_city .input textarea:-webkit-autofill:focus, form .hs_address .input textarea:-webkit-autofill:focus, form .hs_email .input textarea:-webkit-autofill:focus, form .hs-fieldtype-text .input textarea:-webkit-autofill:focus, form .hs-fieldtype-select .input textarea:-webkit-autofill:focus, form .hs_message .input textarea:-webkit-autofill:focus, form .hs-fieldtype-textarea .input textarea:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}
form .hs_firstname .input textarea, form .hs_lastname .input textarea, form .hs-fieldtype-date .input textarea, form .hs_phone .input textarea, form .hs_company .input textarea, form .hs_mobilephone .input textarea, form .hs_state .input textarea, form .hs_country .input textarea, form .hs_city .input textarea, form .hs_address .input textarea, form .hs_email .input textarea, form .hs-fieldtype-text .input textarea, form .hs-fieldtype-select .input textarea, form .hs_message .input textarea, form .hs-fieldtype-textarea .input textarea {
  padding-top: 15px;
  min-height: 80px;
}
form .hs_firstname .input select, form .hs_lastname .input select, form .hs_phone .input select, form .hs_company .input select, form .hs_mobilephone .input select, form .hs_state .input select, form .hs_country .input select, form .hs_city .input select, form .hs_address .input select, form .hs_email .input select, form .hs-fieldtype-text .input select, form .hs-fieldtype-select .input select, form .hs_message .input select, form .hs-fieldtype-textarea .input select {
  width: 100% !important;
  position: relative;
  border: none;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 1.0); 
  border-radius: 10px;
  background: rgba(255, 255, 255,0.0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xNC4wOTA2IDBMMTUgMC45NzAzMTJMNy41IDlMMCAwLjk3MDMxMkwwLjkwNDY4OCAwTDcuNSA3LjA1NDY5TDE0LjA5MDYgMFoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+")!important;
  background-position: calc(100% - 10px) 52% !important;
  background-repeat: no-repeat !important;
  padding: 10px 10px 10px 10px;
  color: #FFFFFF;
  line-height: 21px;
  appearance: none;
}
form .hs-input, form textarea {
  margin-top: 0px;
  margin-bottom: 24px;
}
form .hs-phone .input select {
  width: 100px !important;
  min-width: auto;
}
form .hs-phone .input input {
  min-width: auto;
}
form .hs-fieldtype-intl-phone {
  display: flex;
}
form .hs-fieldtype-intl-phone select {
  margin-right: 8px;
  padding-right: 30px!important;
}
form .inputs-list {
  padding-left: 0;
}
form .inputs-list .hs-form-radio, form .inputs-list .hs-form-checkbox {
  list-style: none;
  margin-bottom: 0;
}
form .inputs-list .hs-form-radio .hs-input, form .inputs-list .hs-form-checkbox .hs-input {
  margin-top: 0px;
  margin-right: 7px;
  accent-color: #5656ec;
}
form .inputs-list .hs-form-booleancheckbox input[type="checkbox"], form .inputs-list .hs-form-checkbox input[type="checkbox"] {
  display: none;
}
form .inputs-list .hs-form-booleancheckbox input[type="checkbox"]:checked + :after, form .inputs-list .hs-form-checkbox input[type="checkbox"]:checked + :after {
  content: "";
  position: absolute;
  background: var(--orange);
  min-width: 24px;
  border-radius: 2px;
  left: 0;
  top:0;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE3IDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNDQ4NjYgMTIuNTM0N0wwLjU1NTYgNi42NDE2N0wyLjUxOTQ5IDQuNjc3NzhMNi40NDg2NiA4LjYwNjk0TDE0LjMwNDIgMC43NUwxNi4yNjk1IDIuNzEzODlMNi40NDg2NiAxMi41MzQ3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+) !important;
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: 14px;
}
form .inputs-list label, form .inputs-list .hs-form-checkbox label {
  position: relative;
  font-weight: 500;
}
form .inputs-list .hs-form-booleancheckbox label:before, form .inputs-list .hs-form-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  min-width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--white);
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
form .inputs-list .hs-form-booleancheckbox input[type="checkbox"] {
  display: none;
}
form .inputs-list .hs-form-booleancheckbox input[type="checkbox"]:checked + :after {
  content: "";
}
form .inputs-list .hs-form-radio input[type="radio"] {
  display: none;
  position: relative;
}
form .inputs-list .hs-form-radio input[type="radio"]:checked + :after {
  content: "";
  position: absolute;
  background: var(--white);
  min-width: 24px;
  border-radius: 100%;
  height: 24px;
  left: 0;
  top: 0;
}
form .inputs-list .hs-form-radio label, form .hs-form-checkbox-display label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
form .inputs-list label span {
  margin-left: 8px;
}
form .inputs-list .hs-form-radio label:before {
  content: "";
  -webkit-appearance: none;
  min-width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--orange);
}
form .inputs-list .hs-form-radio label {
  display: flex;
  align-items: flex-start;
}
form .inputs-list .hs-form-radio label span {
  line-height: 1;
  margin-top: 1px;
}
form .hs-fieldtype-booleancheckbox {
  margin-top: 8px;
  margin-bottom: 0;
}
form .hs-fieldtype-booleancheckbox .inputs-list {
  padding-left: 0;
  margin-bottom: 0;
}
form .hs-fieldtype-booleancheckbox .inputs-list li {
  list-style: none;
}
form .hs-fieldtype-booleancheckbox .inputs-list li .hs-input {
  margin-right: 5px;
  margin-top: 1px;
  cursor: pointer;
}
form .hs-fieldtype-booleancheckbox .inputs-list label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
  cursor: pointer;
}
form .hs_submit .actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pika-lendar .pika-table * {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
form .hs_submit .actions .hs-button {
  display: flex !important;
  max-width: max-content !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
  line-height: 22px !important;
  text-align: center !important;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 9.5px 24px 9.5px 24px!important;
  gap: 8px !important;
  cursor: pointer !important;
  font-weight: 500;
  user-select: none;
  transition: 0.2s ease-in;
  border: 1px solid;
  border-color: rgba( 255, 255, 255, 1.0);
  font-size: 18px;
  color: #00a499;
  border-radius: 8px;
  background: #FFFFFF;
  
}
form .hs_submit .actions .hs-button:hover {
  background: #00201f;
  font-size: 18px;
  color: #00a499;
  border-color: rgba( 0, 32, 31, 1.0)!important;;
  border: 1px solid;
  
}
form .hs-error-msgs, form .hs_error_rollup {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
  margin-bottom: 0;
}
form .hs-error-msgs li label, form .hs_error_rollup li label {
  font-size: 16px;
  margin-top: 9px;
  color: #ededed !important;
  line-height: ;
  opacity: 1.0;
  margin-bottom: 0;
  font-style: normal; font-weight: bold; text-decoration: none
}
form .legal-consent-container {
  margin-top: 0px;
}
form .hs-error-msgs li, form .hs_error_rollup li {
  margin-top: -24px;
}
form .legal-consent-container .hs-error-msgs li, form .hs_error_rollup li {
  margin-top: 3px!important;
}
form .legal-consent-container *, form .hs-form-checkbox * {
  font-size: 12px!important;;
  color: #FFFFFF!important;;
  line-height: 1.334!important;;
  
}
form .hs-fieldtype-file * {
  color: #FFFFFF!important;;
}
form .legal-consent-container * {
  margin-bottom: 5px;
}
form .legal-consent-container label span {
  margin-left: 12px!important;
  margin-top: 3px;
}
form .legal-consent-container a {
  margin-bottom: 0;
  text-decoration: underline;
}
form .hs-form-checkbox label {
  display: flex;
}


@media(max-width: 1024px) {
  * {
    font-size: px;
  }
  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: px;
  }
  li {
    font-size: px;
  }
  body .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media(max-width: 850px) {
  body .container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media(max-width: 768px) {
  * {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .container-fluid a {
    font-size: 18px;
  }
  li {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  form .form-columns-2, form .form-columns-3 {
    column-gap: 15px;
  }
  form .form-columns-2 .hs-form-field, form .form-columns-3 .hs-form-field {
    margin-bottom: 10px;
  }
}
@media(max-width: 500px) {
  form .form-columns-3 .field {
    width: 100% !important;
  }
  form .form-columns-2 .hs-form-field:last-child .input, form .form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0 !important;
  }
  form .form-columns-2 .hs-form-field .input, form .form-columns-3 .hs-form-field .input {
    margin-right: 0 !important;
  }
  form .form-columns-2, form .form-columns-3 {
    flex-direction: column;
  }
  form .form-columns-2 .hs-form-field:last-child .hs-error-msgs, form .form-columns-3 .hs-form-field:last-child .hs-error-msgs, form .form-columns-2 .hs-form-field:last-child .hs_error_rollup, form .form-columns-3 .hs-form-field:last-child .hs_error_rollup {
    padding-right: 0 !important;
  }
} */


.hs_recaptcha {
  margin-top: 12px
}

.submitted-message {
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px
}

.submitted-message h3,
.submitted-message h4,
.submitted-message h5,
.submitted-message h6 {
  font-size: 1.5rem;
  line-height: 30px
}

.submitted-message p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0
}

form input::placeholder,
form select::placeholder {
  color: #FFFFFF
}

.form-columns-2 .hs-dependent-field {
  width: 50%
}

.form-columns-2 .hs-dependent-field .hs-form-field {
  width: 100% !important
}

@media (max-width: 500px) {
  .form-columns-3 .hs-form-field,
  .form-columns-2 .hs-form-field {
    width: 100% !important
  }
}

.form-columns-3 .hs-dependent-field,
.form-columns-2 .hs-dependent-field {
  width: 50%
}

@media (max-width: 500px) {
  .form-columns-3 .hs-dependent-field,
  .form-columns-2 .hs-dependent-field {
    width: 100% !important
  }
}

.form-columns-3 .hs-dependent-field .hs-form-field,
.form-columns-2 .hs-dependent-field .hs-form-field {
  width: 100% !important
}

input::placeholder {
  opacity: 0.7 !important
}

:root {
  --scarlet-red-120: #BE1F2C;
  --scarlet-red-100: #EE2737;
  --scarlet-red-80: #F05260;
  --scarlet-red-60: #F57D87;
  --scarlet-red-40: #F8A9AF;
  --persian-green-soft-overlay: rgba(0, 12, 11, 0.20);
  --persian-green-light-overlay: rgba(0, 12, 11, 0.40);
  --persian-green-dark-overlay: rgba(0, 12, 11, 0.60);
  --persian-green-180: #00211F;
  --persian-green-120: #00837A;
  --persian-green-100: #00A499;
  --persian-green-80: #33B6AE;
  --persian-green-60: #65C8C3;
  --persian-green-40: #99DBD7;
  --white: #ffffff;
  --black: #000000;
  --black-90: #1A1A1A;
  --warm-grey-100: #545859;
  --warm-grey-80: #75797A;
  --warm-grey-60: #979B9C;
  --warm-grey-40: #BBBCBE;
  --cool-grey-100: #EDEDED;
  --sand-yellow: #FFD800
}

* {
  outline: none;
  box-sizing: border-box;
  word-break: break-word;
  font-family: "din-2014";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px
}

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

html {
  line-height: 1;
  scroll-behavior: auto
}

body,
html {
  margin: 0
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--bg)
}

.container-fluid {
  overflow-x: hidden;
  overflow: hidden;
  overflow-y: visible
}

a {
  text-decoration: none;
  transition: .2s ease-in-out
}

a.btn,
.btn,
div.btn,
.hs-button {
  display: flex;
  justify-content: center;
  background: var(--scarlet-red-100);
  padding: 12.5px 24px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  line-height: 101%
}

a.btn:hover,
.btn:hover,
div.btn:hover,
.hs-button:hover {
  background: var(--scarlet-red-120);
  color: var(--white)
}

a.secondary,
.btn.secondary,
div.btn {
  border-radius: 8px;
  border: 1px solid var(--white-100, #fff);
  background: var(--white-transparent20, rgba(255, 255, 255, 0.2))
}

a.secondary:hover,
.btn.secondary:hover,
div.btn:hover {
  background: var(--white-transparent20, rgba(255, 255, 255, 0.4))
}

span,
strong {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit
}

a.link,
.link {
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  line-height: 22px
}

.hs_cos_wrapper_type_inline_rich_text a {
  margin-bottom: 0
}

.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.bg-left {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat
}

.bg-right {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat
}

.lang_switcher_class {
  display: none !important
}

.buttons-container {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap
}

.buttons-container a {
  margin-bottom: 0
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center
}

.swiper-pagination .swiper-pagination-bullet {
  transition: .2s ease-in-out
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--blue);
  width: 11px;
  height: 11px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "din-2014", sans-serif;
  font-weight: 700
}

.h1,
h1 {
  line-height: 84px
}

@media (max-width: 744px) {
  .h1,
  h1 {
    line-height: 56px
  }
}

.h2,
h2 {
  line-height: 48px
}

.h3,
h3 {
  line-height: 34px
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
  line-height: 28px
}

ul {
  padding-left: 25px
}

section .label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.sticky-element-space {
  min-width: 356px
}

@media (max-width: 1024px) {
  .sticky-element-space {
    display: none
  }
}

input.hs-button {
  border: none
}

.marketing-preferences-page input[type=checkbox] {
  accent-color: var(--scarlet-red-120);
  cursor: pointer;
  margin-right: 2px
}

.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  border: 0
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%
}

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%
  }
}

.hs-menu-wrapper ul {
  padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
  content: " ";
  display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: " ";
  display: table;
  clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
  text-decoration: none;
  max-width: 100% !important
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0s;
  z-index: 10;
  left: 0;
  display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  width: 100%;
  visibility: visible;
  display: block
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
  margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
  position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
  float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 10px 15px;
  text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
  position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
  max-width: 100%;
  overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
  padding-left: 4em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
  padding-left: 6em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
  padding-left: 8em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
  padding-left: 140px
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18)
}

@media (max-width: 568px) {
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: block;
    max-width: 100%;
    width: 100%
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1
}

.widget-type-space {
  visibility: hidden
}

.hs-author-listing-header {
  margin: 0 0 .75em 0
}

.hs-author-social-links {
  display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px
}

.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: none
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.hs_cos_flex-slider {
  margin: 0;
  padding: 0
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0px
}

.hs_cos_flex-pauseplay span {
  text-transform: capitalize
}

.row-fluid-wrapper .span6 {
  width: 100%
}

@media (max-width: 850px) {
  .row-fluid {
    display: flex;
    flex-direction: column !important
  }
}

.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .hs_cos_flex-slides {
  display: block
}

* html .hs_cos_flex-slides {
  height: 1%
}

.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
  max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1
}

.carousel li {
  margin-right: 5px
}

.hs_cos_flex-direction-nav {
  *height: 0
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default
}

.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none
}

.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0px
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0px
}

.hs-cos-flex-slider-control-panel img {
  cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
  opacity: .8
}

.hs-cos-flex-slider-control-panel {
  margin-top: -30px
}

.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}

.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline
}

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default
}

.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer
}

.hs_cos_flex-control-thumbs img:hover {
  opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default
}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0
  }
  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0
  }
}

.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  bottom: 0;
  text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center
  }
  #recaptcha_area table#recaptcha_table {
    width: 300px !important
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important
  }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white
}

.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px
}

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

.w-100 {
  width: 100%
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

a>code {
  color: inherit
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.p-relative {
  position: relative
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

main {
  display: block
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

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 {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom
}

video {
  max-width: 100%;
  height: auto
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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
}

template {
  display: none
}

[hidden] {
  display: none
}