/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-display: swap;
  src: url("https://www.growinternational.eu/hubfs/fonts/OpenSans-Regular.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-display: swap;
  src: url("https://www.growinternational.eu/hubfs/fonts/OpenSans-SemiBold.ttf") format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-display: swap;
  src: url("https://www.growinternational.eu/hubfs/fonts/OpenSans-Bold.ttf") format('truetype');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2D2C2C;
  font-size: 13px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #464646;
}

.container {
  width: 85%;
  margin: 0 auto;
  max-width: 1200px;
}

h2 {
  font-size: 29px;
  font-weight: 700;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}

img {
  max-width: 100%;
}

.btn {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  transition: all 0.5s;
  position: relative;
}

.btn--outline {
  border: 1px solid #fff;
  transition: all 0.5s;
}

.btn--outline:hover {
  background-color: #FF8948;
  border: 1px solid #FF8948;
}

.btn--orange {
  background-color: #FF8948;
  border: 1px solid #ff8948;
  transition: all 0.5s;
}

.btn--orange:hover {
  background-color: #fff;
  color: #ff8948;
}

.btn--orange-no-out {
  background-color: #FF8948;
  transition: all 0.5s;
}

.btn--orange-no-out:hover {
  background-color: #fff;
  color: #ff8948;
}

.btn--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

.btn--white:hover {
  color: #FF8948;
}

.btn--white.btn--arrow:after {
  background-image: url(https://5265844.fs1.hubspotusercontent-na1.net/hubfs/5265844/2022%20NEW%20SITE/button-icon-black.png);
}

.btn--white:hover .btn--arrow:after {
  background-image: url(https://www.growinternational.eu/hubfs/2022%20NEW%20SITE/button-icon-orange.png);
}

.btn--arrow {
  padding: 15px 55px 15px 30px;
}

.btn--arrow:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(https://www.growinternational.eu/hubfs/2022%20NEW%20SITE/hero_arrow-white.svg);
  background-size: cover;
  top: 19px;
  right: 25px;
  transition: all 0.3s ease;
}

.btn--arrow:hover:after {
  background-image: url(https://www.growinternational.eu/hubfs/2022%20NEW%20SITE/hero_arrow-orange.svg);
}

.subtitle {
  color: #FF8948;
}

/* FORM */
form ul {
  list-style: none;
}

form input {
  cursor: pointer;
  min-height: 30px;
}

form input, form textarea, form select {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  padding-bottom: 5px;
  width: 100%;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
}

form input::placeholder, form textarea::placeholder {
  color: #fff;
}

form input:focus, form select:focus, form textarea:focus {
  outline: none;
}

form .hs-form-field {
  position: relative;
  margin-bottom: 23px;
  text-align: right;
}

form .hs-form-field > label {
  position: absolute;
  left: 0;
  font-weight: 700;
}

form textarea {
  min-height: 45px;
  resize: none;
}

form select option {
  color: #10B0E1;
}

form input.hs-button.primary.large {
  right: initial;
  background-color: #FF8948;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 30px 15px 30px;
  position: relative;
  text-transform: uppercase;
  border: none;
  transition: all 0.5s;
  position: relative;
  width: initial !important;
}

form input.hs-button.primary.large:hover {
  color: #FF8948;
  background-color: #fff;
}

/* Checkbox */
form .hs-form-booleancheckbox-display input {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

form .legal-consent-container .hs-form-field {
  text-align: initial;
  margin-bottom: 15px !important;
}

.legal-consent-container {
  font-size: 8px;
  position: relative;
}

.legal-consent-container .hs-richtext {
  margin: 0 0 12px 0;
}

.legal-consent-container label {
  position: relative;
}

.legal-consent-container label > span {
  display: flex !important;
  margin-left: 0 !important;
  align-items: flex-start !important;
  gap: 10px;
}

.legal-consent-container label > span::before {
  content: "";
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.legal-consent-container label > span:after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4.3px;
  border-radius: 50%;
  background-color: #fff;
}


/* Show when checked */
form .legal-consent-container input:checked + span::after {
  opacity: 1;
}


/* Eror message */
form .hs_message {
  margin: 50px 0;
}

form .hs-error-msg {
  color: red;
  font-size: 11px;
}

form .hs-error-msgs {
  position: absolute;
}

form .hs_error_rollup {
  display: none;
}

.legal-consent-container .hs-error-msgs label {
  margin-left: 25px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media(min-width: 480px) {
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .subtitle {
    font-size: 15px;
  }

  form input[type="submit"] {
    right: 40px;
  }

  .submit-btn {
    bottom: 30px;
    right: 40px;
  }
}

@media(min-width: 768px) {
  .container {
    width: 90%;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }
}

@media(min-width: 965px) {
  .legal-consent-container label > span {
    align-items: initial;
  }
}