/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/@avensia/nitro5-buildsystem/dist/scope-webpack/utils/typed-css-modules-loader.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/@avensia/nitro5-buildsystem/dist/scope-webpack/utils/sass-constants-loader.js??ruleSet[1].rules[1].use[5]!./Avensia.Common/styles/globals.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Font: Formular
 * Licensed by: BrownFox
 * License Type: Webfont License
 * Licensee: Piab AB
 * License URL: https://brownfox.org/licenses
 * Usage: For use on https://www.piab.com/, https://www.tawi.com/ and https://www.piabgroup.com/ only.
 */
@font-face {
  font-family: "Formular";
  src: url(/assets/Formular-Bold.woff2) format("woff2"), url(/assets/Formular-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url(/assets/Formular-Medium.woff2) format("woff2"), url(/assets/Formular-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Formular";
  src: url(/assets/Formular-Regular.woff2) format("woff2"), url(/assets/Formular-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(/assets/Barlow-Bold.woff2) format("woff2"), url(/assets/Barlow-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(/assets/Barlow-SemiBold.woff2) format("woff2"), url(/assets/Barlow-SemiBold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(/assets/Barlow-Medium.woff2) format("woff2"), url(/assets/Barlow-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(/assets/Barlow-Regular.woff2) format("woff2"), url(/assets/Barlow-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/assets/BarlowCondensed-ExtraBold.woff2) format("woff2"), url(/assets/BarlowCondensed-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/assets/BarlowCondensed-Bold.woff2) format("woff2"), url(/assets/BarlowCondensed-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/assets/BarlowCondensed-Medium.woff2) format("woff2"), url(/assets/BarlowCondensed-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/assets/BarlowCondensed-Regular.woff2) format("woff2"), url(/assets/BarlowCondensed-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: local("Arial");
  font-weight: 700;
  letter-spacing: 0.4px;
}
@font-face {
  font-family: "Arial";
  src: local("Arial");
  font-weight: 500;
  letter-spacing: 0.8px;
}
@font-face {
  font-family: "Arial";
  src: local("Arial");
  font-weight: 400;
  letter-spacing: 0.55px;
}
:root {
  scroll-behavior: auto;
  --scroll-freeze-cover-width: 0px;
}

body {
  overflow-x: hidden;
}
body.piab-site, body.tawi-site, body.piabgroup-site {
  font-family: "Formular", "Arial", sans-serif;
}
body.coval-site {
  font-family: "Barlow", "Arial", sans-serif;
}
body.piab-site {
  background-color: #F9F9F9;
  color: #080D0D;
}
body.tawi-site {
  background-color: #fff;
  color: #080D0D;
}
body.piabgroup-site {
  background-color: #080D0D;
  color: #fff;
}
body.coval-site {
  background-color: #fff;
  color: #000;
}
body #scroll-freeze-cover {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--scroll-freeze-cover-width);
  height: 100vh;
  background-color: inherit;
  pointer-events: none;
  background-color: inherit;
  z-index: 1;
}
body .post__thumbnail-overlay {
  z-index: 1 !important;
}
body .post__play-btn {
  z-index: 1 !important;
}
body .action-panel {
  margin: 0 !important;
  height: 0 !important;
}
.two-columns-list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 22px;
  line-height: 40px;
}
.two-columns-list li::marker {
  color: #59AC26;
}
#tacton-visualization iframe {
  width: 100% !important;
}
.google-map > * {
  background-color: transparent !important;
}
#find-distributor-map {
  height: 45rem;
}
#find-distributor-map .gm-style .gm-style-iw-t::after {
  display: none;
}
#find-distributor-map .gm-style .gm-style-iw-tc::after {
  background-color: #59AC26;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c {
  background-color: #59AC26 !important;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c button {
  color: #fff !important;
  height: 1.2rem !important;
  opacity: 1 !important;
  top: 1.2rem !important;
  right: 1.2rem !important;
  width: 1.2rem !important;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c button img {
  display: none !important;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c button::after {
  background-size: 100%;
  content: "X";
  display: block;
  font-weight: 100;
  height: 1.2rem;
  left: calc(50% - 0.6rem);
  top: calc(50% - 0.6rem);
  pointer-events: none;
  position: absolute;
  width: 1.2rem;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c button span {
  display: none !important;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  height: 41.8rem !important;
  max-height: 41.8rem !important;
  overflow: hidden !important;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow {
  background-color: #59AC26;
  color: #fff;
  max-width: 100%;
  padding: 1.2rem 1.6rem 2.9rem 0.4rem;
  width: 100%;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow h2 {
  font-family: "FormularMedium";
  font-size: 1.8rem;
  line-height: 2.6rem;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow h2 a::after {
  content: " ";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-flex;
  height: 12px;
  margin-left: 0.8rem;
  width: 12px;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow h2 a:hover, #find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow h2 a:focus {
  color: #fff;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow h3 {
  font-family: "FormularMedium";
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 2.4rem;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow address, #find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow p {
  display: -webkit-box;
  font-family: "FormularRegular";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow address a, #find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow p a {
  text-decoration: none;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow address a[href^="mailto:"], #find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow p a[href^="mailto:"] {
  text-decoration: underline;
}
#find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow address a:hover, #find-distributor-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d .pi_map-infowindow p a:hover {
  color: #fff;
}
#piab-map .gm-style .gm-style-iw-tc::after {
  background-color: #59AC26;
}
#piab-map .gm-style .gm-style-iw.gm-style-iw-c {
  background-color: #59AC26 !important;
}
#piab-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  scrollbar-color: #fff #59AC26;
}
#coval-map .gm-style .gm-style-iw-tc::after {
  background-color: #EB7A24;
}
#coval-map .gm-style .gm-style-iw.gm-style-iw-c {
  background-color: #EB7A24 !important;
  border-radius: 0;
}
#coval-map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  scrollbar-color: #fff #EB7A24;
}

a,
button {
  touch-action: manipulation;
}

/* prettier-ignore */
input[type=number],
input[type=search] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/* prettier-ignore */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* prettier-ignore */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

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