p {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hide-small {
  display: none;
}

@media screen and (min-width: 980px) {
  .hide-small {
    display: block;
  }
}

.hide-large {
  display: block;
}

@media screen and (min-width: 980px) {
  .hide-large {
    display: none;
  }
}

.grecaptcha-badge {
  display: none;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]), [hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #171717;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  display: flex;
}

body, button, input, select, textarea {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #f7b660;
}

a {
  color: #f7b660;
}

a:visited {
  color: #171717;
}

a:hover {
  color: #f7b660;
}

a:hover, a:active {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background: #ff0;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  _font-family: "courier new", monospace;
  font-family: monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 900;
  line-height: 1.3em;
}

h1 {
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 30px;
  font-size: 35px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
  display: block;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  vertical-align: baseline;
  margin: 0;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  resize: vertical;
  overflow: auto;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #f7b660;
}

.skip-to-content #skip-to-content {
  z-index: 999;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  font-size: 2rem;
  position: fixed;
  top: -25vh;
  left: 50%;
  transform: translateX(-50%);
}

.skip-to-content #skip-to-content:focus-visible {
  top: 24px;
}

@media print {
  .skip-to-content #skip-to-content {
    display: none !important;
  }
}

.button {
  letter-spacing: .1rem;
  margin: auto;
  padding: 19px 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button:before {
  content: "";
  background: #f7b660;
  border-radius: 28px;
  width: 56px;
  height: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.button:hover:before {
  background: #f7b660;
  width: 100%;
}

.button svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2px;
  margin-left: 10px;
  transition: all .3s;
  position: relative;
  top: 0;
  transform: translateX(-5px);
}

.button span {
  color: #000;
  vertical-align: middle;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  font-size: 16px !important;
}

.button .arrow-icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.contact-button {
  color: #171717;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #fff;
  border-width: 0;
  border-color: #171717;
  border-radius: 61px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .3s;
}

.contact-button:hover {
  color: #fff;
  background-color: #171717;
  border-width: 1px;
}

.secondary-button {
  color: #171717;
  letter-spacing: 2px;
  text-align: right;
  -o-transition: all .3s ease;
  cursor: pointer;
  background-color: #f7b660;
  border-width: 0;
  border-radius: 50px;
  justify-content: right;
  align-self: self-end;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px;
  padding: .9rem 3rem;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.secondary-button:hover {
  letter-spacing: 0;
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 980px) {
  .secondary-button {
    margin-top: 0;
  }
}

.contentPage__container .contentPage__title {
  padding-top: 30px;
  font-weight: 900;
}

.primary-navigation ul {
  padding: 0;
  list-style: none;
}

.primary-navigation li a {
  display: block;
}

.toxic-baseline-form {
  color: #fff;
  max-width: 1600px;
  margin: 0 auto;
}

.toxic-baseline-form :focus-visible {
  outline: auto;
}

.toxic-baseline-form .umbraco-forms-caption {
  font-size: 1rem;
}

.toxic-baseline-form .umbraco-forms-fieldset {
  margin-bottom: 20px;
}

.toxic-baseline-form .umbraco-forms-fieldset .umbraco-forms-container {
  grid-template-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 980px) {
  .toxic-baseline-form .umbraco-forms-fieldset .col-md-6 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.toxic-baseline-form .umbraco-forms-fieldset legend {
  margin-top: 44px;
  margin-bottom: 5.82%;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 26px;
}

.toxic-baseline-form .umbraco-forms-fieldset .help-block {
  margin-bottom: 8px;
  display: inline-block;
}

.toxic-baseline-form .umbraco-forms-field {
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}

.toxic-baseline-form .umbraco-forms-field:has(.field-validation-error) input, .toxic-baseline-form .umbraco-forms-field:has(.field-validation-error) select, .toxic-baseline-form .umbraco-forms-field:has(.field-validation-error) textarea {
  border: 1px solid #f33 !important;
}

.toxic-baseline-form .dataconsent .umbraco-forms-label {
  position: relative;
  padding: 0 !important;
  left: 0 !important;
}

@media screen and (max-width: 980px) {
  .toxic-baseline-form .dataconsent {
    max-width: 250px;
  }
}

.toxic-baseline-form .dataconsent .umbraco-forms-field-wrapper {
  position: relative;
}

@media screen and (max-width: 980px) {
  .toxic-baseline-form .dataconsent .umbraco-forms-field-wrapper {
    padding-bottom: 8px;
  }
}

.toxic-baseline-form .dataconsent .umbraco-forms-field-wrapper label {
  padding-left: 30px;
}

.toxic-baseline-form .dataconsent .umbraco-forms-field-wrapper input {
  cursor: pointer;
  transform: none !important;
}

.toxic-baseline-form .umbraco-forms-navigation {
  margin: 0;
  display: inline-block;
  position: relative;
}

.toxic-baseline-form .umbraco-forms-navigation:after {
  content: "";
  opacity: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='fi_545682' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  max-height: 100%;
  margin: 12px 0;
  transition: all .4s ease-out, opacity .3s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.toxic-baseline-form .umbraco-forms-navigation input[type="submit"] {
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px solid #010101;
  border-radius: 30px;
  padding: 13px 50px 13px 32px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.toxic-baseline-form .umbraco-forms-navigation input[type="submit"]:hover {
  color: #000;
  background-color: #f7b660;
}

.toxic-baseline-form input[type="text"], .toxic-baseline-form textarea, .toxic-baseline-form input.datepickerfield, .toxic-baseline-form select, .toxic-baseline-form input[type="tel"] {
  color: #4e4e4e;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .25rem;
  width: 100%;
  padding: .5rem .8rem;
  font-weight: 100;
  position: relative;
}

.toxic-baseline-form select, .toxic-baseline-form .datepickerfield {
  cursor: pointer;
}

.toxic-baseline-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00072 5.172L11.9507 0.222L13.3647 1.636L7.00072 8L0.636719 1.636L2.05072 0.222L7.00072 5.172Z' fill='%2309121F'/%3E%3C/svg%3E");
  background-position: right .8rem center;
  background-repeat: no-repeat;
}

.toxic-baseline-form .umbraco-forms-fieldset {
  min-inline-size: auto;
}

.toxic-baseline-form .umbraco-forms-fieldset .umbraco-forms-container {
  display: block;
}

.toxic-baseline-form label.umbraco-forms-label {
  color: #fff;
  z-index: 1;
  margin-bottom: 4px;
  padding: 0 10px;
  font-weight: 600;
  line-height: 1.375rem;
  display: block;
  position: absolute;
  color: #fff !important;
  background-color: #171717 !important;
  padding: 0 10px !important;
  font-size: 18px !important;
  top: 0 !important;
  left: 30px !important;
}

@media screen and (min-width: 980px) {
  .toxic-baseline-form label.umbraco-forms-label {
    width: max-content;
  }
}

.toxic-baseline-form h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.toxic-baseline-form .longanswer textarea {
  resize: none;
  min-height: 150px;
}

.toxic-baseline-form .date input[type="text"] {
  background-image: url("../date.26e19d7e.svg");
  background-position: right .8rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}

.toxic-baseline-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: #010101;
  background-color: #fff;
  border: .15em solid #010101;
  border-radius: .15em;
  place-content: center;
  width: 1.15em;
  height: 1.15em;
  margin: 0;
  display: grid;
  position: absolute;
  left: 0;
  transform: translateY(-.075em);
}

.toxic-baseline-form input[type="checkbox"]:before {
  content: "";
  transform-origin: center;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border: none;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #010101;
}

.toxic-baseline-form input[type="checkbox"]:checked {
  background-color: #f7b660;
  border: .15em solid #f7b660;
}

.toxic-baseline-form input[type="checkbox"]:checked:before {
  transform: scale(1);
}

.toxic-baseline-form input[type="checkbox"]:focus-visible {
  outline-offset: max(2px, .15em);
}

.toxic-baseline-form input[type="checkbox"]:disabled {
  color: gray;
  cursor: not-allowed;
}

.toxic-baseline-form input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: currentColor;
  cursor: pointer;
  background-color: #fff;
  border: .15em solid #010101;
  border-radius: 50%;
  place-content: center;
  width: 1.15em;
  height: 1.15em;
  margin: 2px 0 0;
  display: grid;
  position: absolute;
  transform: translateY(-.075em);
}

.toxic-baseline-form input[type="radio"]:before {
  content: "";
  border-radius: 50%;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #000;
}

.toxic-baseline-form input[type="radio"]:checked {
  border: .1em solid #000;
}

.toxic-baseline-form input[type="radio"]:checked:before {
  transform: scale(1);
}

.toxic-baseline-form input[type="radio"]:focus-visible {
  outline-offset: max(2px, .15em);
}

.toxic-baseline-form .singlechoice .radiobuttonlist {
  position: relative;
}

.toxic-baseline-form .singlechoice .radiobuttonlist label {
  width: max-content;
  padding-left: 30px;
}

.toxic-baseline-form .multiplechoice .checkboxlist {
  position: relative;
}

.toxic-baseline-form .multiplechoice .checkboxlist label {
  width: max-content;
  padding-left: 30px;
}

.toxic-baseline-form .checkbox {
  flex-wrap: wrap;
  height: max-content;
  display: flex;
  position: relative;
}

.toxic-baseline-form .checkbox label {
  width: 100%;
}

.toxic-baseline-form .checkbox .help-block {
  margin: 0;
  padding-left: 30px;
}

.toxic-baseline-form .checkbox .umbraco-forms-field-wrapper {
  width: max-content;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.toxic-baseline-form .checkbox .umbraco-forms-field-wrapper input {
  cursor: pointer;
  position: relative;
}

.toxic-baseline-form .fileupload {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.toxic-baseline-form .fileupload .umbraco-forms-label {
  align-self: center;
  width: 50%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 720px) {
  .toxic-baseline-form .fileupload .umbraco-forms-label {
    width: 100%;
  }
}

.toxic-baseline-form .fileupload .umbraco-forms-label .umbraco-forms-field-wrapper input[type="file"] {
  font-weight: 100 !important;
}

.toxic-baseline-form .fileupload .umbraco-forms-field-wrapper {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .toxic-baseline-form .fileupload {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 250px;
  }

  .toxic-baseline-form .fileupload .umbraco-forms-field-wrapper {
    width: 100%;
  }

  .toxic-baseline-form .fileupload .umbraco-forms-field-wrapper input {
    width: 100%;
    font-weight: 100;
  }
}

.toxic-baseline-form .fileupload label {
  margin: auto 0;
  position: relative !important;
  left: 0 !important;
}

.toxic-baseline-form .fileupload label:before {
  content: url("../Icon-metro-attachment.67f5941b.svg");
  height: 20px;
  padding-right: 10px;
  display: inline-block;
  top: 10px;
  transform: translate(0, 5px);
}

.toxic-baseline-form .fileupload .help-block {
  margin-bottom: 16px;
}

.toxic-baseline-form .fileupload input::file-selector-button {
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  letter-spacing: -.04rem;
  background-color: #0000;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 10px;
  outline: none;
  margin: 0 15px 0 0;
  padding: 8px 16px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.264rem;
  transition: all .2s ease-in-out;
  display: none;
}

@media screen and (min-width: 980px) {
  .toxic-baseline-form .fileupload input::file-selector-button {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 17H18.5V19H0.5V17ZM10.5 3.828V15H8.5V3.828L2.429 9.9L1.015 8.486L9.5 0L17.985 8.485L16.571 9.899L10.5 3.83V3.828Z' fill='%23F1F1F1'/%3E%3C/svg%3E");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    min-width: 200px;
  }
}

.toxic-baseline-form .fileupload input::file-selector-button:hover {
  cursor: pointer;
}

.toxic-baseline-form .fileupload .field-validation-error {
  bottom: 0;
  left: 0;
}

.toxic-baseline-form .input-validation-error {
  background-image: url("../alert-triangle.b76f0e60.svg");
  background-position: right .8rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

.toxic-baseline-form .input-validation-error.form-checkbox, .toxic-baseline-form .input-validation-error.checkbox-item {
  background-image: none;
}

.toxic-baseline-form textarea.input-validation-error {
  background-position: right .8rem top 1rem;
  background-size: 1.3rem;
}

.toxic-baseline-form input.datepickerfield.input-validation-error {
  background-image: url("../date-error.48c28697.svg") !important;
}

.toxic-baseline-form .field-validation-error {
  color: #f33;
  align-items: center;
  margin-top: .2rem;
  font-size: .95rem;
  font-weight: 500;
  display: flex;
}

@media screen and (min-width: 980px) {
  .toxic-baseline-form .field-validation-error {
    min-width: 300px;
  }
}

.toxic-baseline-form .shortanswer .field-validation-error, .toxic-baseline-form .longanswer .field-validation-error, .toxic-baseline-form .date .field-validation-error {
  bottom: -35px;
  left: 0;
}

.iti__country-name {
  color: #000;
  font-weight: 100;
}

.breadcrumbs {
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  margin: 44px auto 33px;
  padding-top: 100px;
  list-style: none;
  display: flex;
  position: relative;
}

.breadcrumbs--list {
  flex-flow: row;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  display: flex;
  overflow: hidden;
}

.breadcrumbs--list li {
  display: inline-block;
}

.breadcrumbs--item {
  white-space: nowrap;
  text-transform: uppercase;
}

.breadcrumbs--item, .breadcrumbs--item a {
  color: #c9c9c9;
  letter-spacing: .02rem;
  font-family: museo-sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.breadcrumbs--item a, .breadcrumbs--item a:visited, .breadcrumbs--item a:active {
  text-decoration: none;
}

.breadcrumbs--item a:hover {
  text-decoration: underline;
}

@media (hover: none) {
  .breadcrumbs--item a:hover {
    text-decoration: none;
  }
}

.breadcrumbs--item .divider {
  margin: 0 8px;
  display: inline-block;
}

.breadcrumbs--item .divider svg {
  width: 18px;
  height: 18px;
}

.breadcrumbs--current {
  color: #212529;
  letter-spacing: .02rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
}

.site-header {
  z-index: 2;
  background: #fff;
  width: 100%;
  padding-top: 20px;
  position: fixed;
}

.site-header .search-popup-container {
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
  background: #000c;
  width: 100%;
  height: 100%;
  transition: opacity .5s linear;
  position: fixed;
  top: 0;
  left: 0;
}

.site-header .search-popup-container--active {
  visibility: visible;
  opacity: 1;
  position: fixed;
}

.site-header .search-popup-container-close {
  z-index: 999999;
  cursor: pointer;
  color: #999;
  cursor: pointer;
  width: 25px;
  height: 25px;
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 20px;
}

.site-header .search-popup-container-input-holder {
  width: 50%;
  height: 100px;
  margin: -100px 0 0 -25%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-header .search-popup-container-input-holder form {
  width: 100%;
  height: 100%;
}

.site-header .search-popup-container-input-holder input {
  color: #171717;
  background: #eee;
  width: 100%;
  padding: 20px;
  font-size: 1rem;
  line-height: 60px;
}

.site-header .search-popup-container-input-holder input:focus {
  outline: none;
}

.site-header .contact-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #171717;
}

@media screen and (max-width: 720px) {
  .site-header .contact-button {
    display: none;
  }
}

.site-header .contact-button:hover {
  color: #fff;
  background-color: #171717;
  border: 1px solid #171717;
}

.site-header--startpage {
  background: none;
}

.site-header--startpage .contact-button {
  color: #171717;
  background-color: #fff;
}

.site-header--startpage .contact-button:hover {
  color: #fff;
  background-color: #171717;
  border: 1px solid #171717;
}

.site-header--startpage .search-icon svg {
  fill: #fff;
}

.site-header__container {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.site-header__container .searchcontant-container {
  align-items: center;
  column-gap: 5.5rem;
  display: flex;
}

.site-header__container .searchcontant-container .search-icon {
  cursor: pointer;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: none;
  border-radius: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.site-header__container .searchcontant-container .search-icon svg {
  width: auto;
  height: 14px;
}

@media screen and (max-width: 720px) {
  .site-header__container .searchcontant-container {
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
  }

  .site-header__container {
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
  }
}

.site-header__container .logo {
  width: 187px;
  height: 48px;
  display: flex;
}

.site-header__container .logo img {
  width: 100%;
  height: 100%;
}

.headermenu {
  z-index: 999;
  width: 10%;
  margin-bottom: 0;
  inset: 0 auto auto 0;
  position: fixed !important;
}

.headermenu__inner {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  vertical-align: baseline;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.headermenu__menu {
  color: #fff;
  background: #171717;
  border-radius: 0 1rem 1rem 0;
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  height: 32rem;
  padding: 1rem;
  transition: all 1s;
  display: inline-flex;
}

@media screen and (max-width: 720px) {
  .headermenu__menu {
    border-radius: 0 2rem 2rem 0;
    height: 88px;
    padding: 10px;
  }

  .headermenu__menu--active, .headermenu__menu:focus-within {
    height: 100%;
    padding-right: 50px;
  }
}

.headermenu__container {
  cursor: pointer;
  color: #fff;
  text-align: inherit;
  font-size: 20px;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: none;
  border-radius: 0;
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: max-width 1s;
  display: flex;
}

@media screen and (max-width: 720px) {
  .headermenu__container {
    padding: 10px;
    transition: max-width 1s;
  }
}

.headermenu__container .hamburger {
  cursor: pointer;
  pointer-events: none;
  padding: .5rem;
  font-size: 35px;
  display: block;
}

.headermenu__container .hamburger-active, .headermenu__container .hamburger:focus-within {
  transition: max-width 1s;
}

.headermenu__container .hamburger-active .bar:first-child, .headermenu__container .hamburger:focus-within .bar:first-child {
  transform: translateY(8px)rotate(45deg);
}

.headermenu__container .hamburger-active .bar:nth-child(2), .headermenu__container .hamburger:focus-within .bar:nth-child(2) {
  opacity: 0;
}

.headermenu__container .hamburger-active .bar:nth-child(3), .headermenu__container .hamburger:focus-within .bar:nth-child(3) {
  transform: translateY(-8px)rotate(-45deg);
}

.headermenu__container .hamburger .bar {
  background-color: #fff;
  border-radius: 15px;
  width: 20px;
  height: 1px;
  margin: 7px auto;
  transition: all .3s ease-in-out;
  display: block;
}

.headermenu__container .title {
  writing-mode: tb-rl;
  cursor: pointer;
  text-transform: uppercase;
  pointer-events: none;
  margin-top: 1rem;
  padding: .3rem;
  font-size: 20px;
  transform: rotate(-180deg);
}

@media screen and (max-width: 720px) {
  .headermenu__container .title {
    display: none;
  }
}

.headermenu__navigation {
  max-width: 0;
  height: 0;
  transition: max-width .5s, height 1s;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .headermenu__navigation {
    transition: max-width .5s, height 1s;
  }
}

.headermenu__navigation--active, .headermenu__navigation:focus-within {
  height: 40rem;
  transition: max-width 2s, height 1s;
  max-width: 100rem !important;
}

@media screen and (min-width: 720px) {
  .headermenu__navigation--active, .headermenu__navigation:focus-within {
    height: 45rem;
  }
}

.headermenu__navigation .primary-navigation {
  display: block;
}

.headermenu__navigation .primary-navigation ul {
  width: 15rem;
  margin-bottom: 1em;
  padding-top: 5rem;
  padding-bottom: 26px;
  padding-left: 0;
  line-height: 35px;
  list-style: none;
}

@media screen and (min-width: 720px) {
  .headermenu__navigation .primary-navigation ul {
    width: 20rem;
    padding-left: 2rem;
  }
}

.headermenu__navigation .primary-navigation ul a {
  color: #fff;
  margin: 2rem 0;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 720px) {
  .headermenu__navigation .primary-navigation ul a {
    margin: 1rem 0;
    font-size: 20px;
  }
}

.headermenu__navigation .primary-navigation ul a:hover {
  color: #f7b660;
}

.headermenu__navigation .primary-navigation--langmenu {
  text-transform: uppercase;
  letter-spacing: .08rem;
  flex-direction: row;
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  color: #fff !important;
  font-weight: 300 !important;
}

@media screen and (min-width: 720px) {
  .headermenu__navigation .primary-navigation--langmenu {
    padding-left: 2rem;
  }
}

.headermenu__navigation .primary-navigation--langmenu a {
  color: inherit;
  text-decoration: none;
}

.headermenu__navigation .primary-navigation--langmenu .langmenu-item:first-of-type:after {
  content: "|";
  padding: 0 1rem;
}

.toxic-image {
  max-width: 100%;
  height: auto;
}

.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .container {
    width: 80%;
    position: relative;
  }
}

.block, .rowbreak__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer {
  background-color: #171717;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-footer__container {
  flex-direction: row;
  padding: 30px 0;
  display: flex;
}

@media screen and (max-width: 980px) {
  .site-footer__container {
    text-align: center;
    flex-direction: column;
    row-gap: 42px;
  }
}

.site-footer__column {
  color: #fff;
  flex-direction: column;
  width: 29.6%;
  margin-right: 5.5%;
  display: flex;
}

.site-footer__column .header {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.site-footer__column p {
  margin: 0;
}

@media screen and (max-width: 980px) {
  .site-footer__column {
    width: 100%;
  }
}

.site-footer__column:last-of-type {
  margin-right: 0;
}

.site-footer__column--text {
  margin-bottom: 32px;
}

.site-footer__column a {
  color: #fff;
  text-decoration: none;
}

.site-footer__column a:hover {
  text-decoration: underline;
}

.site-footer__column--links a {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.site-footer__column--links a:hover {
  -webkit-text-decoration: underline #f7b660;
  text-decoration: underline #f7b660;
}

.site-footer__column--links a h3 {
  font-weight: 900;
}

.site-footer__column--links a p {
  margin: 0;
}

.site-footer__column--aftersale {
  margin-top: 32px;
}

.site-footer__column .logo-container {
  display: flex;
}

.site-footer__column .logo {
  max-width: 277px;
  height: auto;
  display: flex;
}

@media screen and (max-width: 980px) {
  .site-footer__column .logo {
    width: auto;
    max-width: 400px;
  }
}

.site-footer__column .logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .site-footer__column .logo img {
    width: 100%;
  }
}

.site-footer__column .logo img:last-of-type {
  margin-right: 0;
}

.site-footer__column .logo img--text {
  margin-bottom: 32px;
}

.site-footer__column .logo img a {
  color: #fff;
  text-decoration: none;
}

.site-footer__column .logo img a:hover {
  text-decoration: underline;
}

.site-footer__column .logo img--links a {
  color: #fff;
  margin-bottom: 9.27%;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__column .logo img--links a:hover {
  -webkit-text-decoration: underline #f7b660;
  text-decoration: underline #f7b660;
}

.site-footer__column .logo img--aftersale {
  margin-top: 32px;
}

.site-footer__column .logo img .logo-container {
  justify-content: center;
  display: flex;
}

.site-footer__column .logo img .logo {
  max-width: 277px;
  height: auto;
  display: flex;
}

@media screen and (max-width: 980px) {
  .site-footer__column .logo img .logo {
    width: auto;
    max-width: 400px;
  }
}

.site-footer__column .logo img .logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  .site-footer__column .logo img .logo img {
    width: 78%;
    height: auto;
  }
}

.site-footer__column .social-media-container .links {
  gap: 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.startpage__hero {
  justify-content: center;
  width: 100%;
  height: 93vh;
  display: flex;
}

@media screen and (max-width: 980px) {
  .startpage__hero {
    height: 50vh;
  }
}

.startpage__hero video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.startpage__hero__picture {
  background-color: #171717;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.startpage__hero__picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.startpage__continue {
  position: relative;
  top: -175px;
  bottom: auto;
}

@media screen and (max-width: 980px) {
  .startpage__continue {
    display: none;
  }
}

.startpage__continue--text {
  color: #fff;
  z-index: 10000;
  max-width: 1200px;
  min-height: 47.5px;
  margin-left: auto;
  margin-right: auto;
  inset: 0 0 auto auto;
}

.startpage__continue--text h4 {
  text-align: center;
  color: #ccc;
  letter-spacing: 2px;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
}

.startpage__continue--animation {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 16px;
  width: 30px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.startpage__continue--animation .ball {
  background-color: none;
  border: 2px solid #fff;
  border-radius: 50%;
  align-content: center;
  width: 15px;
  height: 15px;
  animation: 1.5s linear infinite moveUpDown;
  position: absolute;
  right: 25%;
}

@keyframes moveUpDown {
  0%, 100% {
    opacity: 0;
    transform: translateY(10px);
  }

  50% {
    opacity: 1;
    transform: translateY(30px);
  }
}

.search-container {
  border-bottom: .3rem solid #212529;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 980px) {
  .search-container {
    width: 50%;
  }
}

.search-container :focus-visible {
  outline: none;
}

.searchinput {
  border: none;
  width: 100%;
  padding: .7rem;
}

.search-submit-button {
  display: none;
}

.search-result-title {
  text-transform: uppercase;
}

.search-result-title a {
  text-decoration: none;
}

.search-result {
  padding: 5rem 0;
}

.search-result .post-content {
  justify-content: space-between;
  display: flex;
}

.search-result .post-content a {
  min-width: 20%;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .search-result .post-content a {
    width: 100%;
    margin: 1rem 0 0;
  }
}

.search-result + .search-result {
  border-top: 2px solid #c9c9c9;
}

.textlink-block__container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.textlink-block__innercontainer {
  flex-direction: row;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 980px) {
  .textlink-block__innercontainer {
    flex-direction: column;
  }
}

.textlink-block__header h2 {
  letter-spacing: 1px;
  text-align: left;
  min-width: 350px;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.textlink-block__text {
  width: 60%;
  margin-right: 5.5%;
}

@media screen and (max-width: 980px) {
  .textlink-block__text {
    width: 100%;
  }
}

.textlink-block__link {
  width: 35%;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .textlink-block__link {
    width: 100%;
  }
}

.colorpicker-block {
  flex-direction: row;
  padding: 2rem;
}

.colorpicker-block .textlink-block__innercontainer {
  flex-direction: column;
  width: 50%;
}

.colorpicker-block .textlink-block__header {
  width: 100%;
}

.colorpicker-block .textlink-block__header h1 {
  font-weight: 900;
  line-height: 42px;
}

.colorpicker-block .textlink-block__text {
  flex-direction: column;
  width: 100%;
}

.colorpicker-block .textlink-block__link {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 50px;
  display: flex;
}

@media screen and (min-width: 980px) {
  .colorpicker-block .textlink-block__link {
    justify-content: flex-end;
  }
}

.black-background {
  background-color: #171717;
}

.yellow-background {
  background-color: #f7b660;
  padding: 2rem;
}

.white-background {
  background-color: #fff;
}

.black {
  color: #171717;
}

.yellow {
  color: #f7b660;
}

.white {
  color: #fff;
}

.btn-colorpick {
  border-radius: 50px;
  padding: .5rem 2rem;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-colorpick:hover {
  color: unset !important;
}

.button-black {
  background-color: #171717;
}

.button-black:hover, .button-yellow {
  background-color: #f7b660;
}

.button-yellow:hover {
  background-color: #fff;
}

.button-white {
  background-color: #fff;
  transition: all .3s;
}

.button-white:hover {
  background-color: #f7b660;
}

.buttonlink-black {
  color: #171717;
}

.buttonlink-yellow {
  color: #f7b660;
}

.buttonlink-white {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .colorpicker-block {
    flex-direction: column;
  }

  .colorpicker-block .textlink-block__innercontainer {
    width: 100%;
    padding-bottom: 2rem;
  }

  .colorpicker-block .textlink-block__link {
    width: 100%;
  }
}

.textimage-block__container {
  flex-direction: row;
  display: flex;
}

@media screen and (max-width: 980px) {
  .textimage-block__container {
    flex-direction: column;
    max-width: 630px;
  }
}

.textimage-block__imagecontainer {
  width: 30%;
  margin-right: 5.5%;
}

@media screen and (max-width: 980px) {
  .textimage-block__imagecontainer {
    width: 100%;
    margin-right: 0;
  }
}

.textimage-block__imagecontainer img {
  width: 100%;
  height: auto;
}

.textimage-block__textcontainer {
  width: 64.833%;
  padding-top: 20px;
}

.textimage-block__textcontainer--innercontainer {
  margin-bottom: 4.242%;
  padding-right: 30%;
}

@media screen and (max-width: 980px) {
  .textimage-block__textcontainer--innercontainer {
    padding-right: 0;
  }
}

.textimage-block__textcontainer p {
  margin-top: 0;
  margin-bottom: 16px;
}

.textimage-block__textcontainer--header {
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 900;
}

@media screen and (max-width: 980px) {
  .textimage-block__textcontainer {
    width: 100%;
  }
}

.textcolumns-block__innercontainer {
  flex-flow: wrap;
  display: flex;
}

.textcolumns-block__columncontainer {
  margin-right: 5.5%;
  margin-bottom: unset;
  width: 47.25%;
}

@media screen and (max-width: 980px) {
  .textcolumns-block__columncontainer {
    width: 100%;
    margin-bottom: 30px;
  }
}

.textcolumns-block__columncontainer--header {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}

.textcolumns-block__columncontainer p {
  margin-top: 0;
  margin-bottom: 16px;
}

.textcolumns-block__columncontainer:last-of-type {
  margin-right: 0;
  margin-bottom: unset;
}

.formsBlock {
  background-color: #171717;
}

@media screen and (min-width: 720px) {
  .formsBlock {
    background-color: unset;
  }
}

.formsBlock__container {
  background-color: #171717;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

@media screen and (min-width: 980px) {
  .formsBlock__container {
    flex-direction: row;
    padding: 30px 40px;
  }
}

.formsBlock__column {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .formsBlock__column {
    width: 50%;
  }
}

.formsBlock__column--text {
  color: #fff;
  margin-top: 44px;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (min-width: 980px) {
  .formsBlock__column--text {
    margin-right: 28px;
    padding-right: 52px;
    transform: scaleX(.96)scaleY(.96)translateX(16px)translateY(-7px);
  }
}

.formsBlock__column--text h1 {
  font-size: 35px;
  font-weight: 900;
}

.formsBlock__formcolumn {
  width: 100%;
  padding-top: 20px;
}

@media screen and (min-width: 980px) {
  .formsBlock__formcolumn {
    width: 50%;
    padding-top: 55.5px;
  }
}

.imageBlock__image-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.imageBlock__image-container img {
  max-width: 100%;
  height: auto;
}

.headerlink-block__container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 980px) {
  .headerlink-block__container {
    flex-direction: row;
  }
}

.headerlink-block__container .header {
  font-weight: 900;
  line-height: 42px;
}

.personal-block__personal-container {
  flex-direction: column;
  gap: 60px 5.5%;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 720px) {
  .personal-block__personal-container {
    flex-flow: wrap;
  }
}

.personal-block .header {
  font-weight: 900;
}

.personal-block__personal {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.personal-block__personal--header {
  letter-spacing: .1rem;
  font-weight: 700;
}

.personal-block__personal-inner {
  background-color: #171717;
}

@media screen and (min-width: 720px) {
  .personal-block__personal {
    width: 47.25%;
  }
}

.personal-block__personal--info {
  background-color: #171717;
  flex-direction: column;
  flex-grow: 100;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding: 3rem 2rem;
  display: flex;
}

.personal-block__personal--info .personal-title {
  color: #fff;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 900;
}

.personal-block__personal--info a {
  color: #fff;
  word-break: break-word;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.personal-block__personal--info a img {
  width: auto;
  height: auto;
  margin-right: 16px;
}

.personal-block__personal--info a:hover {
  text-decoration: underline;
}

.personal-block__personal--item-title picture {
  display: flex;
}

.personal-block__personal--item-title img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

@media screen and (min-width: 1113px) {
  .personal-block__personal--item-title img {
    width: unset;
  }
}

.personal-block__personal-inner {
  flex-direction: row;
  display: flex;
}

@media screen and (max-width: 1113px) {
  .personal-block__personal-inner {
    flex-direction: column;
    height: 100%;
  }
}

.videoBlock video {
  width: 100%;
}

.text-block h2 {
  font-size: 2rem;
}

.text-block--smaller {
  max-width: 100%;
}

@media screen and (min-width: 720px) {
  .text-block--smaller {
    width: 70%;
  }
}

.text-block-two-columns__columns {
  flex-direction: column;
  gap: 5.5%;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 720px) {
  .text-block-two-columns__columns {
    flex-direction: row;
  }
}

.text-block-two-columns p {
  width: 100%;
}

.text-block-two-columns h2 {
  font-size: 2rem;
}

.contact-block__container {
  grid-gap: 5.5%;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  display: grid;
}

@media screen and (min-width: 720px) {
  .contact-block__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-block P {
  font-weight: 700;
}

.contact-block__contact {
  width: 47.25%;
}

.contact-block h1 {
  font-size: 2.1875rem;
  font-weight: 900;
}

.contact-block a {
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  color: #171717;
  background-color: #0000;
  border: none;
  border-radius: 0;
  align-items: center;
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.contact-block a img {
  width: auto;
  height: auto;
  margin-right: 16px;
}

.contact-block a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
