@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  src: url(//theme.hstatic.net/1000001117/1001017238/14/sfuitext-semibold.woff?v=5042) format("woff"); }

@font-face {
  font-family: 'sfuiText_regular';
  font-style: normal;
  font-weight: normal;
  src: url(//theme.hstatic.net/1000001117/1001017238/14/sfuitext-regular.woff?v=5042) format("woff"); }

* {
  margin: 0;
  padding: 0; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular', sans-serif;
  font-size: 16px;
  color: #0A1F44;
  overflow-x: hidden;
  background: #e3f2fd;
  -webkit-font-smoothing: antialiased; }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%; }

ol, ul {
  margin: 0;
  list-style: none; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

/*=============================================================================*/
/*! endfont icomoon */
.layoutPage_formRegis, .layoutPage_formSucces {
  min-height: 100vh; }

.main-headerForm {
  padding: 20px 0 30px;
  margin-bottom: 15px; }

.main-headerForm .logohrv svg {
  fill: #08589d;
  width: 180px;
  height: 50px; }

/* modal succes */
.succesForm-content {
  max-width: 620px;
  margin: 0 auto 25px;
  padding: 25px 15px 20px;
  border-radius: 16px;
  position: relative;
  border: 0;
  background-color: #0f29ff;
  background: -moz-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%);
  background: -webkit-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%);
  background: -ms-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.succesForm-content:before,
.succesForm-content:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.succesForm-content:after {
  right: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-right-min.png); }

.succesForm-content:before {
  left: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-left-min.png); }

.succesForm-content .succesForm-body {
  z-index: 2; }

.succesForm-content .succesForm-body img {
  max-width: 200px; }

.succesForm-content .succesForm-body .succesForm--title {
  font-size: 30px;
  color: #fff;
  font-family: 'brandon_textbold';
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative; }

.succesForm-content .succesForm-body .succesForm--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background: #fff; }

.succesForm-content .succesForm-body p:not(.modal-title) {
  font-size: 18px;
  font-family: 'brandon_textregular';
  color: #fff;
  margin: 25px auto 0;
  max-width: 500px; }

.succesForm-content .succesForm-body p.txtloading {
  font-size: 15px;
  font-style: italic;
  margin: 15px auto 10px;
  text-align: center; }

/* animated */
.succesForm-content {
  visibility: visible;
  opacity: 0;
  animation: fadeIn 0.5s cubic-bezier(0.18, 0.98, 0.45, 1) forwards;
  will-change: opacity, transform; }

.layoutPage_formRegis div#succesForm {
  display: none; }

.layoutPage_formRegis div#signupForm {
  display: block; }

.layoutPage_formSucces div#succesForm {
  display: block; }

.layoutPage_formSucces div#signupForm {
  display: none; }

.layoutPage_formSucces .succesForm-content {
  animation-name: mastheadCaption;
  animation-delay: .5s; }

@keyframes mastheadCaption {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(0); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.linkhome {
  font-size: 15px;
  font-family: 'sfuiText_semibold'; }

.linkhome a {
  color: #1976d2;
  border-bottom: 1px solid #1976d2;
  font-size: 16px; }

#signupForm .linkhome {
  padding-bottom: 80px; }

/* Modale Freshdesk  */
.fs-webform-loader .loader-box {
  background: #e3f2fd;
  padding: 30px 0; }

.signupForm-header {
  text-align: center; }

.signupForm-header h1 {
  margin-bottom: 10px;
  color: #024f8f;
  font-size: 36px;
  font-family: var(--hrv-font-family-bold); }

.signupForm-header h1 .tagline {
  color: #2a79ff;
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  font-family: var(--hrv-font-family-bold);
  margin: 20px 0 10px; }

.signupForm-header .subtitle {
  color: #3d5067;
  font-size: 22px;
  margin: 0 auto 20px;
  text-align: center;
  font-family: 'brandon_textmedium'; }

.signupForm-header .block-image {
  margin-bottom: 25px; }

.signupForm-header .block-info {
  margin-bottom: 18px;
  text-align: left; }

.signupForm-header .block-info p {
  margin: 0 0 5px; }

.signupForm-header .block-info .txtlight {
  color: #024f8f;
  font-family: 'sfuiText_semibold';
  margin: 0 0 6px; }

.signupForm-header .block-info .txtfea {
  color: #1b9ae6;
  font-family: 'sfuiText_semibold';
  margin: 15px 0 8px; }

.signupForm-header .block-info .txtlight.color-black {
  color: #212529; }

.sitebox-detail {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px; }

.sitebox-detail .title-big {
  font-size: 24px;
  color: #2a363b;
  font-family: var(--hrv-font-family-medium);
  margin: 0 0 12x;
  line-height: 1.25; }

/* css form data */
/* Modal body form  */
.fieldset .form-row {
  margin: 0 -8px; }

.fieldset .form-row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.field-group .field-messages {
  font-size: 13px;
  margin: 5px 0;
  padding: 0 20px;
  color: #bababa; }

.field-group .field-suggest {
  margin: 0; }

.field-input-wrapper {
  position: relative; }

.field-input-wrapper .field-label {
  font-size: 14px;
  color: #3d5067;
  font-family: 'sfuiText_semibold';
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0 0 7px; }

.field-input-wrapper .field-label b {
  color: #ff0000;
  font-weight: initial;
  font-size: 88%; }

.field-input-wrapper .field-placeholder {
  font-size: 15px;
  color: #666666;
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.field-required .field-input-wrapper .field-placeholder:after {
  content: " *";
  font-size: 12px;
  color: #ff0000; }

.field-input-wrapper .field-input,
.field-input-wrapper .field-select {
  font-family: 'sfuiText_regular';
  font-size: 15px;
  color: #0048e5;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  transition: padding 150ms; }

.field-input-wrapper textarea.field-input {
  width: 100%;
  max-width: 100%; }

.field-group .field-input-wrapper .field-input[type=number]::-webkit-outer-spin-button,
.field-group .field-input-wrapper .field-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-group .field-input-wrapper .field-input::-webkit-input-placeholder {
  color: #3d5067;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-moz-placeholder {
  color: #3d5067;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-ms-input-placeholder {
  color: #3d5067;
  font-size: 0; }

/* select */
.field-group-select .field-input-wrapper:not(.js-is-field) .field-placeholder {
  opacity: 0;
  visibility: hidden; }

.field-input-wrapper .field-select-dropdown {
  position: relative; }

.field-input-wrapper .field-select-dropdown:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.field-input-wrapper .field-select-dropdown .field-select {
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.field-input-wrapper .field-select-dropdown .field-select option,
.field-input-wrapper .field-select-dropdown .field-select:invalid {
  color: #3d5067;
  font-size: 15px; }

.field-input-wrapper .field-select-dropdown .field-select option[value="null"],
.field-input-wrapper .field-select-dropdown .field-select option[value=""] {
  color: #bababa; }

/* checkbox- radio */
.field-group.field-group-radio .field-input-wrapper .field-label,
.field-group.field-group-checkbox .field-input-wrapper .field-label {
  color: #2a363b;
  margin-bottom: 10px; }

.field-group.field-group-radio .field-input-wrapper .field-label.red,
.field-group.field-group-checkbox .field-input-wrapper .field-label.red {
  color: red; }

.listChoice-option .checkbox-primary, .listChoice-option .radio-primary {
  margin: 0 0 8px;
  padding: 0;
  position: relative; }

.listChoice-option .radio-primary input[type='radio'] + label,
.listChoice-option .checkbox-primary input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0;
  color: #33475b;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer; }

.listChoice-option .radio-primary input[type='radio'],
.listChoice-option .checkbox-primary input[type='checkbox'] {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  color: #fff;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-option .radio-primary input[type='radio']:before,
.listChoice-option .checkbox-primary input[type='checkbox']:before {
  content: '\2714\fe0e';
  font-size: 12px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  opacity: 0;
  position: absolute;
  display: inline-block;
  text-align: center; }

.listChoice-option .radio-primary .input-radius[type='radio'],
.listChoice-option .radio-primary .input-radius[type='radio']:after {
  border-radius: 50%; }

.listChoice-option .radio-primary input[type='radio']:hover:before,
.listChoice-option .checkbox-primary input[type='checkbox']:hover:before {
  opacity: 1;
  color: #00b0ff; }

.listChoice-option .radio-primary input[type='radio']:hover,
.listChoice-option .checkbox-primary input[type='checkbox']:hover {
  background: #fff; }

.listChoice-option .radio-primary input[type='radio']:checked,
.listChoice-option .checkbox-primary input[type='checkbox']:checked {
  background: #00b0ff;
  border-color: #00b0ff; }

.listChoice-option .radio-primary input[type='radio']:checked:after,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:after {
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  background: #00b0ff;
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s; }

.listChoice-option .radio-primary input[type='radio']:checked:before,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:before {
  opacity: 1;
  color: #ffffff; }

@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12.5px;
    margin-top: -12.5px;
    opacity: 0; } }

.listChoice-flexbox {
  margin: 0 -6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.listChoice-flexbox > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px; }

.listChoice-flexbox .radio-primary {
  position: relative; }

.listChoice-flexbox .radio-primary input.option-input[type='radio'] {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-flexbox .radio-primary input[type='radio'] + label {
  margin: 0;
  cursor: pointer;
  color: #3d5067;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 8px 5px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

.listChoice-flexbox .radio-primary input[type='radio'] + label:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #00b0ff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label,
.listChoice-flexbox .radio-primary input.option-input[type='checkbox']:checked + label {
  border-color: #00b0ff;
  color: #fff; }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label:before {
  width: 120%;
  transform: translate(-50%, -50%);
  opacity: 1; }

/* js-active */
.js-is-field.field-input-wrapper .field-input,
.js-is-field.field-input-wrapper .field-select {
  padding-top: 20px;
  padding-bottom: 4px; }

.js-is-field.field-input-wrapper .field-placeholder {
  visibility: visible;
  opacity: 1;
  font-size: 12px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

.field-group.field-group-error .field-input-wrapper .field-label {
  color: #ff0000; }

/* button */
.field-group-button .btn-submit-form {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-family: 'sfuiText_semibold', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  color: #ffffff;
  background: #0052CC;
  border: 0;
  padding: 12px 35px;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  margin: 10px 0 00px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.field-group-button .btn-submit-form:before {
  content: "";
  background: #1b9ae6;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.field-group-button .btn-submit-form:hover,
.field-group-button .btn-submit-form:focus {
  outline: none; }

.field-group-button .btn-submit-form:hover:before,
.field-group-button .btn-submit-form:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (min-width: 768px) {
  .modalForm-register .modal-dialog {
    max-width: 610px; } }

@media (max-width: 767px) {
  .modalForm-register .modal-heading {
    padding: 15px 15px; }
  .modalForm-register .modal-heading .modal-title {
    font-size: 24px;
    padding: 10px 20px 0; }
  .modalForm-register .modal-heading .modal-subtitle {
    font-size: 16px; }
  .modalForm-register .modal-bodyform {
    padding: 20px 12px 20px; }
  .fieldset .form-row .field-group.mr-xs {
    margin-bottom: 5px; }
  .field-input-wrapper .field-input,
  .field-input-wrapper .field-select {
    padding: 10px 12px; }
  .field-input-wrapper .field-placeholder {
    left: 12px;
    top: 8px; }
  .js-is-field.field-input-wrapper .field-input,
  .js-is-field.field-input-wrapper .field-select {
    padding-top: 16px;
    padding-bottom: 4px; }
  .field-group-button .button {
    width: 100%;
    font-size: 16px; } }

/*=========================================================================*/
@media (min-width: 1200px) {
  .layoutPage_formRegis .container,
  .layoutPage_formSucces .container {
    max-width: 1140px; } }

@media (min-width: 768px) {
  .signupForm-header h1 span:not(.tagline) {
    display: block; } }

@media (max-width: 767px) {
  .main-headerForm {
    padding: 20px 0 10px; }
  .main-headerForm .logohrv svg {
    width: 145px;
    height: 45px; }
  .signupForm-header h1 {
    font-size: 28px; }
  .signupForm-header .subtitle {
    font-size: 20px; }
  .sitebox-detail {
    padding: 20px 14px; }
  .succesForm-content .succesForm-body p:not(.modal-title) {
    font-size: 14px; } }
