@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.ttf?k6y1nx") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #SHADOWS
\*------------------------------------*/
/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
/*------------------------------------*\
  #RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
  #MEDIA QUERRIES
\*------------------------------------*/
/*------------------------------------*\
  #ASPECT RATIO (default 4:3)
\*------------------------------------*/
/*------------------------------------*\
  #GLOBAL STYLES
\*------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 48%;
  }
}

body {
  overflow-x: hidden;
}

.noScroll {
  overflow: hidden;
}

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

hr,
.hr {
  display: block;
  height: 0.1rem;
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*------------------------------------*\
  #TYPOGHRAPY
\*------------------------------------*/
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0 0 1rem 0;
  line-height: 1.18;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 5.5rem;
}
@media (max-width: 1050px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 4.5rem;
}
@media (max-width: 1050px) {
  h2,
.h2 {
    font-size: 3.2rem;
  }
}

h3,
.h3 {
  font-size: 4rem;
}
@media (max-width: 1050px) {
  h3,
.h3 {
    font-size: 3rem;
  }
}

h4,
.h4 {
  font-size: 3.5rem;
}
@media (max-width: 1050px) {
  h4,
.h4 {
    font-size: 2.7rem;
  }
}

h5,
.h5 {
  font-size: 3rem;
}
@media (max-width: 1050px) {
  h5,
.h5 {
    font-size: 2.2rem;
  }
}

h6,
.h6 {
  font-size: 2.5rem;
}
@media (max-width: 1050px) {
  h6,
.h6 {
    font-size: 1.9rem;
  }
}

p,
.p, span {
  font-family: "Fira Sans", sans-serif;
  margin: 0 0 1em 0;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1050px) {
  p,
.p, span {
    font-size: 1.7rem;
  }
}
p:last-child,
.p:last-child, span:last-child {
  margin-bottom: 0;
}
p a,
.p a, span a {
  color: inherit;
}

a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

blockquote {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.8rem;
}
@media (max-width: 1050px) {
  blockquote {
    font-size: 1.6rem;
  }
}

small {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 1050px) {
  small {
    font-size: 1.4rem;
  }
}

label {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
}
@media screen and (max-width: 600px) {
  label {
    font-size: 1.7rem;
  }
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "";
  color: #fff;
}

.icon-cart:before {
  content: "";
  color: #fff;
}

.icon-checkmark:before {
  content: "";
  color: #223e92;
}

.icon-copy-icon:before {
  content: "";
  color: #fff;
}

.icon-dropdown-arrow-small:before {
  content: "";
}

.icon-facebook-icon:before {
  content: "";
  color: #fff;
}

.icon-instagram-icon:before {
  content: "";
  color: #fff;
}

.icon-linkedin-icon:before {
  content: "";
  color: #fff;
}

.icon-share-icon:before {
  content: "";
  color: #fff;
}

/*------------------------------------*\
  #STANDARD BUTTON
\*------------------------------------*/
.btn {
  border-radius: 1.2rem;
  padding: 1.7rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
  transition: 0.28s all;
}
.btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .btn {
    padding: 1.5rem 1.7rem;
  }
}
.btn span {
  font-weight: 800;
  line-height: 1;
  font-size: 1.9rem;
  transition: 0.28s all;
}
@media screen and (max-width: 1200px) {
  .btn span {
    font-size: 1.7rem;
  }
}
.btn--blue {
  background-color: #00B2DB;
}
.btn--blue span, .btn--blue i {
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
}
.btn--white span, .btn--white i {
  color: #94C01F !important;
}
.btn--green {
  background-color: #94C01F;
}
.btn--green span, .btn--green i {
  color: #ffffff;
}
.btn--rounded {
  border-radius: 28rem;
}
.btn--icon i {
  margin-right: 1.7rem;
  font-size: 2.5rem;
  transition: 0.28s all;
}
@media screen and (max-width: 1200px) {
  .btn--icon i {
    font-size: 2rem;
  }
}
.btn--white-bordered {
  border: 1px solid #D5D5D5;
  background: #ffffff;
}
.btn--white-bordered:hover {
  background: #00B2DB;
}
.btn--white-bordered:hover span, .btn--white-bordered:hover i {
  color: #ffffff;
}
.btn--white-bordered span, .btn--white-bordered i {
  color: #00B2DB;
}
.btn--blue-bordered {
  border: 1px solid #00B2DB;
  background: #ffffff;
}
.btn--blue-bordered:hover {
  background: #00B2DB;
}
.btn--blue-bordered:hover span, .btn--blue-bordered:hover i {
  color: #ffffff;
}
.btn--blue-bordered span, .btn--blue-bordered i {
  color: #00B2DB;
}
.btn--social {
  width: 7.1rem;
  min-width: 7.1rem;
  height: 7.1rem;
  min-height: 7.1rem;
  border-radius: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  transition: 0.28s all;
}
.btn--social:hover {
  transform: scale(1.02);
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1100px) {
  .btn--social {
    width: 5.1rem;
    min-width: 5.1rem;
    height: 5.1rem;
    min-height: 5.1rem;
  }
}
.btn--social i {
  font-size: 2.3rem;
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .btn--social i {
    font-size: 1.9rem;
  }
}
.btn--inline-container {
  display: inline-flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
.c-form label {
  margin-bottom: 0.5rem;
}
.c-form input, .c-form textarea, .c-form select {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  color: #000000;
  min-height: 6rem;
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  border: none;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c-form input, .c-form textarea, .c-form select {
    min-height: 5rem;
  }
}
.c-form input[type=submit] {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.c-form--white label {
  color: #ffffff;
}
.c-form__row {
  margin-bottom: 1.4rem;
}
.c-form__row:last-of-type {
  margin-bottom: 0;
}
.c-form__group button {
  width: 100%;
}

/*------------------------------------*\
  #Form
\*------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
  font-size: 1.7rem;
}

tr:last-child {
  border-bottom: none;
}

tr:after {
  margin-bottom: 30px;
  content: "";
  display: inline-block;
}
tr:after:last-child {
  display: none;
}

.o-container {
  width: 100%;
  margin: 0 auto;
}
.o-container--primary {
  max-width: 1240px;
}
@media (max-width: 1340px) {
  .o-container--primary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 750px) {
  .o-container--primary {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .o-container--primary {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .o-container--primary {
    max-width: calc(100% - 40px);
  }
}
.o-container--secondary {
  max-width: 1275px;
}
@media (max-width: 1375px) {
  .o-container--secondary {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 750px) {
  .o-container--secondary {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .o-container--secondary {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .o-container--secondary {
    max-width: calc(100% - 40px);
  }
}

.c-header {
  height: 10.8rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: 0.38s all;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1350px) {
  .c-header {
    height: 9rem;
  }
}
@media screen and (max-width: 900px) {
  .c-header {
    height: 75px;
  }
}
@media screen and (max-height: 800px) {
  .c-header {
    height: 75px;
  }
}
@media screen and (max-width: 600px) {
  .c-header {
    height: 62px;
  }
}
.c-header__logo {
  transition: 0.28s all;
}
.c-header__logo:hover {
  transform: scale(1.05);
}
.c-header__logo img {
  background-color: #ffffff;
  border-bottom-right-radius: 15px;
  width: 28.3rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1350px) {
  .c-header__logo img {
    width: 22.5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-header__logo img {
    width: 21rem;
  }
}
@media screen and (max-height: 800px) {
  .c-header__logo img {
    width: 21rem;
  }
}
@media screen and (max-width: 600px) {
  .c-header__logo img {
    width: 19.5rem;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .c-header__nav {
    display: none;
  }
}
.c-header__nav ul {
  display: flex;
}
.c-header__nav ul li {
  margin: 0 2rem;
}
@media screen and (max-width: 1350px) {
  .c-header__nav ul li {
    margin: 0 1.5rem;
  }
}
.c-header__nav ul li .is-active {
  color: #94C01F;
}
.c-header__nav ul li .is-active:hover {
  color: #94C01F;
}
.c-header__nav ul li a {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  transition: 0.28s all;
}
.c-header__nav ul li a:hover {
  color: #00B2DB;
}
@media screen and (max-width: 1350px) {
  .c-header__nav ul li a {
    font-size: 1.8rem;
  }
}
.c-header__user-lang {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (max-width: 1100px) {
  .c-header__user-lang {
    display: none;
  }
}
.c-header__user-lang a {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  transition: 0.28s all;
}
.c-header__user-lang a:hover {
  color: #00B2DB;
}
@media screen and (max-width: 1350px) {
  .c-header__user-lang a {
    font-size: 1.8rem;
  }
}
.c-header__user-lang hr {
  height: 3.5rem;
  width: 1px;
  background-color: #DDDDDD;
  margin: 0 3rem;
}
@media screen and (max-width: 1350px) {
  .c-header__user-lang hr {
    margin: 0 2rem;
  }
}
.c-header__user-lang .c-lang-select {
  position: relative;
}
.c-header__user-lang .c-lang-select img, .c-header__user-lang .c-lang-select i {
  position: absolute;
}
.c-header__user-lang .c-lang-select img {
  left: 0;
  top: 4px;
}
.c-header__user-lang .c-lang-select i {
  right: 0;
  top: 11px;
  font-size: 1rem;
  transition: 0.38s all;
}
.c-header__user-lang .c-lang-select select::-ms-expand {
  display: none;
}
.c-header__user-lang .c-lang-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  border: none;
  background: transparent;
  width: 90px;
  padding-left: 3rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: 0.28s all;
}
.c-header__user-lang .c-lang-select select:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1350px) {
  .c-header__user-lang .c-lang-select select {
    font-size: 1.8rem;
  }
}
.c-header__menu-trigger {
  display: none;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .c-header__menu-trigger {
    display: flex;
  }
}
.c-header__menu-trigger__name {
  font-weight: 700;
  font-size: 18px;
  color: #00B2DB;
  margin: 0 14px 0 0;
  line-height: 1;
  transition: 0.38s all;
}
.c-header__menu-trigger__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}
.c-header__menu-trigger__burger figure {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #00B2DB;
  border-radius: 1.5px;
  transition: 0.38s all;
}
.c-header__menu-trigger__burger figure:nth-of-type(2) {
  margin: 8px 0;
}
.c-header--transparent {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  box-shadow: none !important;
}
.c-header--transparent .c-header__menu-trigger__name {
  color: #ffffff;
}
.c-header--transparent .c-header__menu-trigger figure {
  background-color: #ffffff;
}
.c-header--transparent .c-header__nav a, .c-header--transparent .c-header__nav select, .c-header--transparent .c-header__user-lang a, .c-header--transparent .c-header__user-lang select {
  color: #ffffff;
}
.c-header--transparent .c-lang-select i {
  color: #ffffff;
}
.c-header--woocommerce {
  background: #fff !important;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.16) !important;
  border: none !important;
}
.c-header--woocommerce .c-header__nav a {
  color: #000 !important;
}
.c-header--woocommerce .c-header__nav a:hover {
  color: #00B2DB !important;
}
.c-header--woocommerce .c-header__user-lang a {
  color: #000 !important;
}
.c-header--woocommerce .c-header__user-lang select {
  color: #000 !important;
}
.c-header--woocommerce .c-lang-select i {
  color: #000 !important;
}
.c-header--woocommerce .c-header__menu-trigger__name {
  color: #00B2DB !important;
}
.c-header--woocommerce .c-header__menu-trigger figure {
  background-color: #00B2DB !important;
}

.triggerIsActive .c-header__menu-trigger__name {
  color: #00B2DB;
}
.triggerIsActive .c-header__menu-trigger__burger figure {
  background-color: #00B2DB;
}
.triggerIsActive .c-header__menu-trigger__burger figure:nth-of-type(1) {
  transform: rotate(45deg);
}
.triggerIsActive .c-header__menu-trigger__burger figure:nth-of-type(2) {
  opacity: 0;
  margin: -2px 0;
}
.triggerIsActive .c-header__menu-trigger__burger figure:nth-of-type(3) {
  transform: rotate(-45deg);
}

.headerNoTransparency {
  background: #ffffff;
}

.headerFilled {
  background: #ffffff;
}
.headerFilled .c-header__nav a {
  color: #000000;
  transition: 0.28s all;
}
.headerFilled .c-header__nav a:hover {
  color: #00B2DB;
}
.headerFilled .c-header__user-lang a, .headerFilled .c-header__user-lang select, .headerFilled .c-header__user-lang i {
  color: #000000;
}
.headerFilled .c-header__user-lang a {
  transition: 0.28s all;
}
.headerFilled .c-header__user-lang a:hover {
  color: #00B2DB;
}
.headerFilled .c-header__menu-trigger span {
  color: #00B2DB;
}
.headerFilled .c-header__menu-trigger figure {
  background-color: #00B2DB;
}

.c-breadcrumbs ul {
  display: flex;
}
.c-breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.c-breadcrumbs ul li a {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: 300;
  margin-right: 1rem;
}
.c-breadcrumbs ul li i {
  transform: rotate(180deg);
  font-size: 1.4rem;
}
.c-breadcrumbs ul li span {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: 300;
  margin-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-breadcrumbs ul li {
    display: none;
  }
  .c-breadcrumbs ul li:last-of-type {
    display: flex;
    margin: 0;
  }
}

.c-buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-buttons {
    flex-direction: column;
  }
}
.c-buttons__button {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .c-buttons__button {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.c-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 9rem);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: 0.38s all;
}
@media screen and (max-width: 900px) {
  .c-menu {
    height: calc(100vh - 75px);
  }
}
@media screen and (max-width: 600px) {
  .c-menu {
    height: calc(100vh - 62px);
  }
}
.c-menu .o-container {
  height: calc(100vh - 9rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-menu__nav {
  margin-left: 25px;
}
.c-menu__nav li {
  margin: 25px 0;
}
.c-menu__nav a {
  color: #ffffff;
  font-size: 2.6rem;
  text-decoration: none;
}
.c-menu__user-lang {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 100px);
  padding: 45px 0 65px;
  border-top: 1px solid #30D8FF;
}
.c-menu__user-lang .is-active span {
  font-weight: 700;
}
.c-menu__user-lang a {
  font-weight: 400;
}
.c-menu__user-lang ul {
  display: flex;
  margin-right: 20px;
  margin-left: 25px;
}
.c-menu__user-lang ul li {
  margin-right: 20px;
}
.c-menu__user-lang ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-menu__user-lang ul li a img {
  margin-right: 10px;
}
.c-menu__user-lang ul li a span {
  color: #ffffff;
}

.menuIsActive {
  opacity: 1;
  pointer-events: all;
}

.c-logos {
  display: flex;
  flex-direction: column;
}
.c-logos h5 {
  font-size: 1.8rem;
}
.c-logos div {
  display: flex;
  align-items: center;
}
.c-logos div img {
  margin-right: 2rem;
  margin-bottom: 2rem;
  max-width: calc(25% - 1rem);
  width: 10rem;
}

.c-hero {
  height: calc(57rem + 5rem);
  min-height: calc(57rem + 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 11rem;
}
@media screen and (max-width: 600px) {
  .c-hero h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1350px) {
  .c-hero {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 900px) {
  .c-hero {
    padding-top: 75px;
    min-height: calc(43rem + 5rem) !important;
  }
}
@media screen and (max-width: 600px) {
  .c-hero {
    padding-top: 62px;
    min-height: calc(40rem + 5rem) !important;
  }
}
.c-hero .c-text {
  max-width: 100rem;
}
@media screen and (max-width: 600px) {
  .c-hero .c-text__buttons {
    flex-direction: column;
  }
  .c-hero .c-text__buttons a {
    margin-right: 0;
  }
  .c-hero .c-text__buttons a:first-of-type {
    margin-bottom: 2rem;
  }
}
.c-hero .o-container {
  padding: 5rem 0;
  position: relative;
  min-height: 51rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1350px) {
  .c-hero .o-container {
    min-height: 53rem;
  }
}
@media screen and (max-width: 900px) {
  .c-hero .o-container {
    min-height: 40rem;
  }
}
@media screen and (max-width: 600px) {
  .c-hero .o-container {
    min-height: 37rem;
  }
}
.c-hero .c-breadcrumbs {
  margin-bottom: 1rem;
}
.c-hero__float {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.c-hero__float:hover {
  transform: translateY(50%) scale(1.02);
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.16);
}
.c-hero__float span {
  font-weight: 700;
  font-size: 1.8rem;
}
.c-hero--large {
  min-height: calc(80rem + 5rem);
}

.c-cta-block {
  margin-bottom: 11rem;
}
.c-cta-block h2 {
  margin-bottom: 4rem;
}
.c-cta-block__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .c-cta-block__wrapper {
    flex-direction: column;
  }
}
.c-cta-block__item {
  width: calc(calc(100% / 2) - calc(5rem / 2));
  margin-right: 2rem;
  padding: 4rem;
  border: 1px solid #EBEBEB;
  border-radius: 1rem;
}
@media (max-width: 900px) {
  .c-cta-block__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.c-cta-block__item:nth-child(2n) {
  margin-right: 0;
}
.c-cta-block__item h3 {
  font-size: 3rem;
}
.c-cta-block__item p {
  font-size: 1.8rem;
}
.c-cta-block__item .btn {
  display: inline-block;
}

.c-icon-article {
  margin-bottom: 11rem;
}
.c-icon-article h2 {
  margin-bottom: 4rem;
}
.c-icon-article__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-icon-article__item {
  width: calc(calc(100% / 3) - calc(10rem / 3));
  margin-right: 5rem;
}
@media screen and (max-width: 900px) {
  .c-icon-article__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .c-icon-article__item:last-child {
    margin-bottom: 0;
  }
}
.c-icon-article__item:nth-child(3n) {
  margin-right: 0;
}
.c-icon-article__item__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon-article__item__icon img {
  width: auto;
  height: 100%;
}
.c-icon-article__item__title {
  margin-bottom: 2rem;
  min-height: 7rem;
}
@media screen and (max-width: 1100px) {
  .c-icon-article__item__title {
    min-height: 11rem;
  }
}
@media screen and (max-width: 900px) {
  .c-icon-article__item__title {
    min-height: auto;
  }
}
.c-icon-article__item__title h3 {
  font-size: 3rem;
}
.c-icon-article__item__text {
  font-size: 1.8rem;
}

.c-image-article {
  margin-bottom: 11rem;
}
.c-image-article h2 {
  margin-bottom: 4rem;
}
.c-image-article__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-image-article__item {
  width: calc(calc(100% / 3) - calc(10rem / 3));
  margin-right: 5rem;
}
@media screen and (max-width: 900px) {
  .c-image-article__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .c-image-article__item:last-child {
    margin-bottom: 0;
  }
}
.c-image-article__item:nth-child(3n) {
  margin-right: 0;
}
.c-image-article__item__image {
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
@media screen and (max-width: 900px) {
  .c-image-article__item__image {
    width: 55%;
  }
}
@media screen and (max-width: 650px) {
  .c-image-article__item__image {
    width: 100%;
  }
}
.c-image-article__item__image img {
  width: 100%;
  height: auto;
}
.c-image-article__item__title {
  margin-bottom: 2rem;
}
.c-image-article__item__title h3 {
  font-size: 3rem;
}
.c-image-article__item__text {
  font-size: 1.8rem;
}

.c-dashboard h4 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.c-dashboard p {
  font-size: 1.6rem;
}
.c-dashboard__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-dashboard__title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-dashboard__title-wrapper h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .c-dashboard__title-wrapper h4 {
    margin-bottom: 1rem;
  }
}
.c-dashboard__info-block {
  background-color: #EDFCFF;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 100%;
  margin-bottom: 2rem;
}
.c-dashboard__info-block p {
  font-weight: bold;
}
.c-dashboard .c-filter {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  position: relative;
  width: fit-content;
}
.c-dashboard .c-filter i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 1rem;
  transition: 0.38s all;
  pointer-events: none;
}
.c-dashboard .c-filter__label {
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 1rem;
}
.c-dashboard .c-filter__select {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  width: 20rem;
  cursor: pointer;
  border: 1px solid #ebebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-impact-items {
  justify-content: space-between;
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-impact-items {
    flex-direction: column;
  }
}
.c-impact-items .c-impact-item {
  padding: 2rem;
  border-radius: 1rem;
  width: calc(100% / 3 - 1rem);
  position: relative;
}
@media (max-width: 768px) {
  .c-impact-items .c-impact-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.c-impact-items .c-impact-item--water {
  background-color: rgba(0, 177, 219, 0.2);
}
.c-impact-items .c-impact-item--co2 {
  background-color: rgba(165, 195, 155, 0.2);
}
.c-impact-items .c-impact-item--energy {
  background-color: rgba(251, 182, 19, 0.2);
}
.c-impact-items .c-impact-item--shoes {
  background-color: rgba(148, 192, 31, 0.2);
}
.c-impact-items .c-impact-item__title {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: lighter;
  margin: 0 0 1rem 0;
}
.c-impact-items .c-impact-item__value {
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}
.c-impact-items .c-impact-item__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-impact-items .c-impact-item__icon {
    justify-content: center;
  }
}
.c-impact-items .c-impact-item__icon svg, .c-impact-items .c-impact-item__icon img {
  width: auto;
  height: 100%;
}
.c-impact-items h5 {
  margin: 1rem 0;
}
.c-impact-items--homepage {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
.c-impact-items--homepage .c-impact-item {
  width: calc(100% / 2 - .5rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.c-impact-items--homepage .c-impact-item:nth-child(2n) {
  margin-right: 0;
}
.c-impact-items--homepage .c-impact-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-impact-items--homepage .c-impact-item {
    width: 100%;
    margin-right: 0;
  }
  .c-impact-items--homepage .c-impact-item:nth-last-child(-n+2) {
    margin-bottom: 1rem;
  }
  .c-impact-items--homepage .c-impact-item:last-child {
    margin-bottom: 0;
  }
}

.c-text--white h1, .c-text--white h2, .c-text--white h3, .c-text--white h4, .c-text--white h5, .c-text--white h6, .c-text--white p, .c-text--white a, .c-text--white small, .c-text--white span, .c-text--white i {
  color: #ffffff;
}
.c-text h6 {
  margin: 0;
  font-size: 1.8rem;
}
.c-text--blue {
  color: #00B2DB;
}
.c-text__icon-list li {
  display: flex;
  margin-bottom: 1rem;
}
.c-text__icon-list li i {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
  font-size: 2.1rem;
}
.c-text__icon-list li i:before {
  color: #00B2DB;
}
.c-text__buttons {
  display: flex;
  justify-content: flex-start;
}
.c-text__buttons a {
  margin-right: 2rem;
}

.c-index {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding: 0;
  list-style-type: none;
}
.c-index__item {
  width: 50%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .c-index__item {
    width: 100%;
  }
}
.c-index__color {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.c-text-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11rem;
}
@media screen and (max-width: 950px) {
  .c-text-image {
    flex-direction: column;
  }
}
.c-text-image__text {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 950px) {
  .c-text-image__text {
    width: 100%;
  }
}
.c-text-image__text .c-step-list {
  list-style-type: none;
  padding: 0;
}
.c-text-image__text .c-step-list__item {
  display: flex;
  margin-bottom: 2rem;
}
.c-text-image__text .c-step-list__item__increment {
  margin-right: 1rem;
}
.c-text-image__text .c-step-list__item__increment span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #00B2DB;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-text-image__text .c-step-list__item__value {
  display: flex;
  flex-direction: column;
}
.c-text-image__text .c-step-list__item__value .label {
  font-weight: bold;
  margin: 0;
}
.c-text-image__text .btn {
  display: inline-block;
  margin: 2rem 0;
}
.c-text-image__image {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 950px) {
  .c-text-image__image {
    width: 100%;
    margin-top: 4rem;
    order: 2;
  }
}
@media screen and (max-width: 950px) {
  .c-text-image__image--extra {
    align-items: center;
    text-align: center;
  }
}
.c-text-image__image--extra .c-text-image__smaller-images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .c-text-image__image--extra .c-text-image__smaller-images {
    flex-wrap: wrap;
  }
}
.c-text-image__image--extra .c-text-image__smaller-images img {
  margin: 0 0.8rem;
  max-width: 20%;
}
@media screen and (max-width: 650px) {
  .c-text-image__image--extra .c-text-image__smaller-images img {
    margin: 0.5rem;
    width: calc(34% - 1rem);
    max-width: calc(34% - 1rem);
  }
}
.c-text-image__image--background {
  height: 50rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
@media screen and (max-width: 950px) {
  .c-text-image__image--background {
    height: 30rem;
  }
}
.c-text-image__image--large {
  margin-bottom: 2rem;
}
.c-text-image__image--small {
  height: 30rem;
}
.c-text-image__text-card {
  background: #F9F9F9;
  border-radius: 2rem;
  padding: 3.5rem;
  margin-top: 4.5rem;
}
.c-text-image__text-card p {
  color: #000000;
}
.c-text-image__text-card .blue {
  color: #00B2DB;
}
.c-text-image--white h2, .c-text-image--white p, .c-text-image--white a, .c-text-image--white span, .c-text-image--white small {
  color: #ffffff;
}

.c-retour-results {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .c-retour-results {
    flex-direction: column;
  }
}
.c-retour-results__item {
  width: calc(100% / 2 - .5rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 25rem;
  background-color: red;
  border-radius: 1rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-retour-results__item:nth-child(2n) {
  margin-right: 0;
}
.c-retour-results__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .c-retour-results__item:nth-last-child(-n+2) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .c-retour-results__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .c-retour-results__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.c-retour-results__item--lightgreen {
  background-color: #EFF6DD;
  color: #000;
}
.c-retour-results__item--blue {
  background-color: #04ADD9;
  color: #fff;
}
.c-retour-results__item--green {
  background-color: #49763D;
  color: #fff;
}
.c-retour-results__item--yellow {
  background-color: #FAB611;
  color: #fff;
}
.c-retour-results__item .sdg {
  width: fit-content;
  height: 3.5rem;
  margin-bottom: 1.5rem;
}
.c-retour-results__item .icon {
  height: 100%;
  width: auto;
  max-height: 8rem;
  max-width: 12rem;
  margin: 0 auto 2rem;
}
.c-retour-results__item img {
  height: auto;
  width: 100%;
  max-width: 9rem;
  margin: 0 auto 2rem;
}
.c-retour-results__item h5 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.2rem 0;
}
.c-retour-results__item p {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.c-faq h2 {
  margin-bottom: 3rem;
}
.c-faq__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-faq__wrapper--desktop {
  display: flex;
}
@media (max-width: 1150px) {
  .c-faq__wrapper--desktop {
    display: none;
  }
}
.c-faq__wrapper--mobile {
  display: none;
}
@media (max-width: 1150px) {
  .c-faq__wrapper--mobile {
    display: flex;
  }
}
.c-faq__item {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.c-faq__item--open .c-faq__item__question span {
  color: #94C01F;
}
.c-faq__item--open .c-faq__item__icon:after {
  transform: rotate(0);
}
.c-faq__item__question {
  padding-right: 6rem;
}
.c-faq__item__question span {
  font-size: 2rem;
  font-weight: bold;
}
.c-faq__item__answer {
  font-size: 1.8rem;
  display: none;
}
.c-faq__item__icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #94C01F;
}
.c-faq__item__icon:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.3rem;
  background: #fff;
}
.c-faq__item__icon:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.3rem;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.c-faq--multiple-columns .c-faq__wrapper {
  flex-direction: row;
}
@media screen and (max-width: 1150px) {
  .c-faq--multiple-columns .c-faq__wrapper {
    flex-direction: column;
  }
}
.c-faq--multiple-columns .c-faq__wrapper__row {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  width: 100%;
}
.c-faq--multiple-columns .c-faq__wrapper__row:last-child {
  margin-right: 0;
}

.c-usp .o-container {
  background: #ffffff;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.3rem;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .c-usp .o-container {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.c-usp--float {
  margin-top: -8.5rem;
}
@media screen and (max-width: 1100px) {
  .c-usp--float {
    margin-top: 0;
  }
}
.c-usp__intro {
  position: relative;
  background: #00B2DB;
  width: 20.5rem;
  min-width: 20.5rem;
  padding: 3rem 0 3rem 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .c-usp__intro {
    width: 17rem;
    min-width: 17rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-usp__intro {
    width: 100%;
    min-width: 100%;
    justify-content: center;
    text-align: center;
    padding: 3rem 2rem;
  }
}
.c-usp__intro h5 {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .c-usp__intro h5 {
    font-size: 2rem;
  }
}
.c-usp__intro::after {
  position: absolute;
  top: 0.5rem;
  right: -5.5rem;
  border-radius: 1.7rem;
  z-index: 1;
  content: "";
  width: 16rem;
  height: 16rem;
  min-width: 16rem;
  min-height: 16rem;
  background: #00B2DB;
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .c-usp__intro::after {
    left: 0;
    right: 0;
    margin: auto;
    top: initial;
    bottom: -1.5rem;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    border-radius: 0.3rem;
  }
}
.c-usp ul {
  display: flex;
  justify-content: space-between;
  padding-left: 9rem;
}
@media screen and (max-width: 1100px) {
  .c-usp ul {
    padding-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.c-usp ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 2rem;
  border-right: 1px solid #DCDCDC;
}
@media screen and (max-width: 1100px) {
  .c-usp ul li {
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .c-usp ul li:nth-of-type(odd) {
    border-right: 1px solid #DCDCDC;
  }
}
.c-usp ul li span:nth-of-type(1) {
  font-size: 1.8rem;
  color: #94C01F;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1300px) {
  .c-usp ul li span:nth-of-type(1) {
    font-size: 1.7rem;
  }
}
.c-usp ul li span:nth-of-type(2) {
  line-height: 1;
  color: #000000;
  font-weight: 800;
  font-size: 3.5rem;
}
@media screen and (max-width: 1300px) {
  .c-usp ul li span:nth-of-type(2) {
    font-size: 2.5rem;
  }
}
.c-usp ul li:last-of-type {
  border-right: none;
}

.c-testimonial {
  border: 1px solid #DBDBDB;
  border-radius: 2.5rem;
}
.c-testimonial__quotee {
  padding: 5rem 5rem 3rem;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .c-testimonial__quotee {
    padding: 4rem 4rem 2rem;
  }
}
@media (max-width: 500px) {
  .c-testimonial__quotee {
    padding: 4rem 0 2rem;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  .c-testimonial__quotee {
    max-width: calc(100% - 40px);
  }
}
.c-testimonial__quotee__profile {
  width: 9.5rem;
  min-width: 9.5rem;
  height: 9.5rem;
  min-height: 9.5rem;
  border-radius: 50%;
  position: relative;
  margin-right: 2rem;
}
.c-testimonial__quotee__profile img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-testimonial__quotee__info img {
  max-height: 3rem;
  margin-bottom: 0.5rem;
}
.c-testimonial__quotee__info h5 {
  font-weight: 900;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}
.c-testimonial__quotee__info small {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
.c-testimonial blockquote {
  margin: 0.3rem 5rem 4rem 5rem;
  border-top: 1px solid #DBDBDB;
  padding-top: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-testimonial blockquote {
    margin: 0.3rem 4rem 3rem 4rem;
  }
}
@media (max-width: 500px) {
  .c-testimonial blockquote {
    margin: 0.3rem auto 3rem;
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .c-testimonial blockquote {
    max-width: calc(100% - 40px);
  }
}
.c-testimonial footer {
  padding: 3rem 5rem 5rem;
  border-top: 1px solid #DBDBDB;
}
@media screen and (max-width: 1100px) {
  .c-testimonial footer {
    padding: 3rem 4rem;
  }
}
@media (max-width: 500px) {
  .c-testimonial footer {
    padding: 3rem 0;
    margin: 0 auto;
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .c-testimonial footer {
    max-width: calc(100% - 40px);
  }
}

.c-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30rem;
}
@media screen and (max-width: 1000px) {
  .c-articles {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .c-articles {
    flex-direction: column;
    margin-top: 30rem;
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  .c-articles {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 350px) {
  .c-articles {
    margin-top: 15rem;
  }
}
.c-articles--account {
  margin-top: 25rem;
}
@media screen and (max-width: 1200px) {
  .c-articles--account {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-articles--account {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-articles--account {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .c-articles--account {
    margin-top: 30rem;
  }
}
.c-articles--account .c-articles__single {
  margin-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  .c-articles--account .c-articles__single {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-articles--account .c-articles__single {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .c-articles--account .c-articles__single {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 1300px) {
  .c-articles--account .c-articles__single__text p, .c-articles--account .c-articles__single__usp p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .c-articles--account .c-articles__single__text p, .c-articles--account .c-articles__single__usp p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-articles--account .c-articles__single__text p, .c-articles--account .c-articles__single__usp p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .c-articles--account .c-articles__single__add-to-cart {
    flex-direction: column;
  }
  .c-articles--account .c-articles__single__add-to-cart .c-amount-selector {
    width: 100%;
    margin-bottom: 1rem;
  }
  .c-articles--account .c-articles__single__add-to-cart .add-to-shopping-cart {
    margin-left: 0;
  }
}
.c-articles__single {
  background-color: #ffffff;
  border-radius: 3.4rem;
  display: flex;
  flex-direction: column;
  width: calc(50% - 1.2rem);
  padding-bottom: 5rem;
  margin-bottom: 30rem;
}
.c-articles__single:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .c-articles__single {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .c-articles__single {
    width: 100%;
    max-width: 51rem;
    margin-bottom: 30rem;
  }
  .c-articles__single:nth-last-child(-n+2) {
    margin-bottom: 30rem;
  }
  .c-articles__single:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .c-articles__single {
    max-width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 450px) {
  .c-articles__single {
    margin-bottom: 20rem;
  }
  .c-articles__single:nth-last-child(-n+2) {
    margin-bottom: 20rem;
  }
  .c-articles__single:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 350px) {
  .c-articles__single {
    margin-bottom: 15rem;
  }
  .c-articles__single:nth-last-child(-n+2) {
    margin-bottom: 15rem;
  }
  .c-articles__single:last-child {
    margin-bottom: 0;
  }
}
.c-articles__single__image {
  margin-top: -11rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.c-articles__single__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__image {
    height: 14rem;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-articles__single__image {
    height: 12rem;
  }
}
@media screen and (max-width: 900px) {
  .c-articles__single__image {
    height: 11rem;
  }
  .c-articles__single__image img {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .c-articles__single__image {
    margin-top: -3rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-articles__single__image .c-articles__large-product {
    transform: translateY(-80px);
  }
}
.c-articles__single__price {
  width: 15rem;
  min-width: 15rem;
  height: 15rem;
  min-height: 15rem;
  border-radius: 50%;
  border: 3px solid #00B2DB;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 7.5rem;
}
@media screen and (max-width: 900px) {
  .c-articles__single__price {
    transform: scale(0.8);
  }
}
.c-articles__single__price span {
  font-weight: 800;
  font-size: 3.6rem;
  color: #00B2DB;
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.c-articles__single__price span span {
  font-size: 1.7rem;
}
.c-articles__single__text {
  padding: 0 5rem;
  margin-bottom: 2.3rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__text {
    margin-bottom: 0.5rem;
    padding: 0 3rem;
  }
}
.c-articles__single__text h2 {
  font-size: 4rem;
  color: #00B2DB;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .c-articles__single__text h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-articles__single__text p {
    font-size: 1.6rem;
  }
}
.c-articles__single__usp {
  padding: 0 5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__usp {
    padding: 0 3rem;
  }
}
.c-articles__single__usp li {
  display: flex;
  margin-bottom: 1rem;
}
.c-articles__single__usp li i {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__usp li i {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
.c-articles__single__usp li i:before {
  color: #00B2DB;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__usp li p {
    font-size: 1.6rem;
  }
}
.c-articles__single .c-text__buttons {
  padding: 0 5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-articles__single .c-text__buttons {
    flex-direction: column;
    padding: 0 3rem;
  }
  .c-articles__single .c-text__buttons a {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .c-articles__single .c-text__buttons a:last-of-type {
    margin: 0;
  }
}
.c-articles__single__add-to-cart {
  margin-top: 2rem;
  padding: 0 5rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__add-to-cart {
    padding: 0 3rem;
  }
}
.c-articles__single__add-to-cart .add-to-shopping-cart {
  width: 100%;
  margin-left: 1rem;
  min-height: 5.7rem;
  height: 5.7rem;
  padding: 1.5rem;
}
.c-articles__single__home-form {
  margin-right: 1rem;
}
@media screen and (max-width: 1100px) {
  .c-articles__single__home-form {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .c-articles__single__home-form .add-to-shopping-cart {
    width: 100%;
  }
}

.c-articles__single__image img {
  left: initial;
  width: 65%;
  bottom: -30px;
}

.c-amount-selector__wrap {
  border: 1px solid #DDDDDD;
  border-radius: 1.2rem;
  padding: 1.5rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5.7rem;
  /* Firefox */
}
@media screen and (max-width: 600px) {
  .c-amount-selector__wrap {
    padding: 0.9rem 1.5rem;
  }
}
.c-amount-selector__wrap input {
  width: 8.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
@media screen and (max-width: 1100px) {
  .c-amount-selector__wrap input {
    width: 5rem;
  }
}
.c-amount-selector__wrap input::-webkit-outer-spin-button,
.c-amount-selector__wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-amount-selector__wrap input[type=number] {
  -moz-appearance: textfield;
}
.c-amount-selector__wrap input:focus, .c-amount-selector__wrap button:focus {
  outline: none !important;
}
.c-amount-selector .minus, .c-amount-selector .plus {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  background: #00B2DB;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.28s all;
}
.c-amount-selector .minus span, .c-amount-selector .plus span {
  line-height: 1;
  font-weight: 700;
  font-size: 2.1rem;
  color: #ffffff;
  display: block;
  height: 2.5rem;
  min-height: 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-amount-selector .minus span, .c-amount-selector .plus span {
    margin-bottom: -3px;
  }
}
.c-amount-selector .minus:hover, .c-amount-selector .plus:hover {
  transform: scale(1.1);
}
.c-amount-selector .minus:hover {
  background: #DDDDDD;
  opacity: 0.7;
}
.c-amount-selector .plus:hover {
  background-color: #94C01F;
}

.c-footer {
  padding-top: 11rem;
}
@media screen and (max-width: 1100px) {
  .c-footer {
    padding-top: 5rem;
  }
}
.c-footer a {
  color: #ffffff;
  text-decoration: none;
}
.c-footer__logo {
  transition: 0.28s all;
}
.c-footer__logo:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1100px) {
  .c-footer__logo {
    max-width: 20rem;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__logo {
    margin-bottom: 2rem;
  }
}
.c-footer__logo img {
  background-color: #ffffff;
  border-radius: 15px;
}
.c-footer__primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1100px) {
  .c-footer__primary {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__primary {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3rem;
  }
}
.c-footer__secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}
@media screen and (max-width: 1100px) {
  .c-footer__secondary {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__secondary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3rem 0;
  }
}
.c-footer__builder {
  padding-bottom: 2rem;
}
.c-footer__builder small {
  color: #ffffff;
}
.c-footer__builder small a:hover {
  text-decoration: underline;
}
.c-footer__intro {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-footer__intro {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.c-footer__intro a {
  margin-right: 8rem;
}
.c-footer__intro div {
  width: 40rem;
}
@media screen and (max-width: 900px) {
  .c-footer__intro div {
    width: 100%;
    padding-top: 3rem;
    border-top: 1px solid #ffffff;
  }
}
.c-footer__intro div p {
  color: #ffffff;
}
.c-footer__intro div p a {
  margin-right: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .c-footer__intro div p span {
    display: block;
    margin: 0;
  }
}
.c-footer__contact-person img {
  margin-top: 0.5rem;
  max-width: 12rem;
  border: 3px solid #fff;
  border-radius: 1.1rem;
}
.c-footer__contact-person p {
  margin: 0px;
  color: #fff;
}
.c-footer__contact-person a:hover {
  text-decoration: underline;
}
.c-footer__social-links {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-footer__social-links {
    margin-top: 3rem !important;
  }
}
.c-footer__social-links li {
  margin-left: 1.4rem;
}
@media screen and (max-width: 900px) {
  .c-footer__social-links li {
    margin-left: 0;
    margin-right: 1.4rem;
  }
}
.c-footer__nav ul {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-footer__nav ul {
    flex-direction: column;
  }
}
.c-footer__nav ul li {
  margin-right: 4rem;
}
@media screen and (max-width: 1100px) {
  .c-footer__nav ul li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__nav ul li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.c-footer__nav ul li a {
  font-weight: 400;
}
.c-footer__nav ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .c-footer__nav ul li a {
    font-size: 1.7rem;
  }
}
.c-footer__user-lang {
  display: flex;
}
@media screen and (max-width: 900px) {
  .c-footer__user-lang {
    flex-direction: column;
  }
}
.c-footer__user-lang .is-active span {
  font-weight: 700;
}
.c-footer__user-lang a {
  font-weight: 400;
}
.c-footer__user-lang a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .c-footer__user-lang a {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.c-footer__user-lang hr {
  height: 3rem;
  width: 1px;
  background-color: #ffffff;
  margin: 0 3.5rem;
}
@media screen and (max-width: 1100px) {
  .c-footer__user-lang hr {
    margin: 0 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .c-footer__user-lang hr {
    display: none;
  }
}
.c-footer__user-lang ul {
  display: flex;
  margin-right: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-footer__user-lang ul {
    margin: 0;
  }
}
.c-footer__user-lang ul li {
  margin-right: 2rem;
}
@media screen and (max-width: 1100px) {
  .c-footer__user-lang ul li {
    margin-right: 2rem;
  }
  .c-footer__user-lang ul li:last-of-type {
    margin-right: 0;
  }
}
.c-footer__user-lang ul li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .c-footer__user-lang ul li a {
    font-size: 1.7rem;
  }
}
.c-footer__user-lang ul li a img {
  margin-right: 1rem;
}
.c-product-group {
  margin-top: 2rem;
}
.c-product-group__selector {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.c-product-group__selector a {
  color: inherit;
  margin-right: 2.4rem;
  text-decoration: none;
  padding-bottom: 0.4rem;
  font-weight: normal;
}
.c-product-group__selector a.is-active {
  color: #94C01F;
  position: relative;
  font-weight: bold;
}
.c-product-group__selector a.is-active:after {
  content: "";
  position: absolute;
  top: calc(100% - .4rem);
  width: 100%;
  height: 0.4rem;
  background: #94C01F;
  left: 0;
}
.c-product-group__content {
  margin-top: 2rem;
  display: flex;
  width: 100%;
}
.c-product-group__content__results {
  width: calc(50% - 2.5rem);
}
.c-product-group__content__chart {
  width: calc(50% - 2.5rem);
  margin-left: 5rem;
}
.c-product-group__content__chart .chart-container {
  position: relative;
  max-height: 40rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-group__content__chart .chart-container canvas {
  padding: 1rem;
  background-color: #EDFCFF;
  border-radius: 50%;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .c-product-group__content {
    flex-direction: column;
    align-items: center;
  }
  .c-product-group__content__results {
    width: 100%;
    margin-bottom: 2rem;
  }
  .c-product-group__content__chart {
    width: 100%;
    margin-left: 0;
  }
}

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

.u-bg-contain-top {
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-bg--blue {
  background-color: #00B2DB;
}

.u-bg--green {
  background-color: #94C01F;
}

.u-bx-shadow {
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.35);
}
.u-bx-shadow--small {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.15);
}

.u-reset-ul {
  padding: 0;
  margin: 0;
}
.u-reset-ul li {
  list-style-type: none;
}

.u-reset-arrow-list {
  margin-bottom: 2rem;
}
.u-reset-arrow-list li a {
  display: block;
}
.u-reset-arrow-list li a img {
  width: 15px;
}

.u-skew-45 {
  transform: skew(45deg);
}

.u-unskew-45 {
  transform: skew(-45deg);
}

.u-flex {
  display: flex;
}
.u-flex--half {
  width: 50%;
  margin: 0.5rem 0;
}
.u-flex--half:nth-of-type(2n) {
  margin: 0.5rem 0 0.5rem 1rem;
}

.u-column-2 {
  column-count: 2;
}

.u-space {
  padding: 4rem 0;
}
@media (max-width: 900px) {
  .u-space {
    padding: 2rem 0;
  }
}
.u-space--middle {
  padding: 0 5rem;
}
@media (max-width: 600px) {
  .u-space--middle {
    padding: 0 3rem;
  }
}
.u-space--large {
  padding: 8rem 0;
}
@media (max-width: 600px) {
  .u-space--large {
    padding: 4rem 0;
  }
}
.u-space--small {
  padding: 2rem 0;
}

.u-border-radius-primary {
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.s-articles {
  padding: 25rem 0 16rem;
}
@media screen and (max-width: 900px) {
  .s-articles {
    padding: 11rem 0;
  }
  .s-articles .o-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .s-articles {
    padding: 11rem 0 5rem;
  }
}
.s-articles .c-text {
  width: 57rem;
  padding-left: 6rem;
}
@media screen and (max-width: 900px) {
  .s-articles .c-text {
    background: #00B2DB;
    width: 100%;
    padding: 5rem;
  }
}
.s-articles--small {
  padding: 10rem 0;
}
@media screen and (max-width: 900px) {
  .s-articles--small {
    padding: 0 0 5rem;
  }
}
.s-articles--small .c-text__buttons a {
  margin-right: 1rem;
}

.s-content {
  padding: 8rem 0 14rem;
}
@media screen and (max-width: 900px) {
  .s-content {
    padding: 8rem 0;
  }
}
.s-content .c-text {
  margin-bottom: 8rem;
}
@media screen and (max-width: 900px) {
  .s-content .c-text {
    margin-bottom: 6rem;
  }
}

.s-article-padding {
  padding: 11rem 0;
}
@media screen and (max-width: 950px) {
  .s-article-padding {
    padding: 6rem 0;
  }
}
.s-article-padding--bottom {
  padding: 0 0 11rem 0;
}
@media screen and (max-width: 950px) {
  .s-article-padding--bottom {
    padding: 0 0 6rem 0;
  }
}

.s-text-and-form {
  padding: 9rem 0 11rem;
}
@media screen and (max-width: 900px) {
  .s-text-and-form {
    padding: 9rem 0 5rem;
  }
}
.s-text-and-form .o-container {
  display: flex;
}
@media screen and (max-width: 900px) {
  .s-text-and-form .o-container {
    flex-direction: column;
  }
}
.s-text-and-form .c-text {
  min-width: 65%;
  margin-right: 7rem;
  width: 65%;
}
@media screen and (max-width: 900px) {
  .s-text-and-form .c-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.s-text-and-form .s-text-and-form__form {
  display: flex;
  flex-direction: column;
}
.s-text-and-form .c-form {
  border-radius: 2.2rem;
  padding: 5rem;
}
.s-text-and-form .c-form .c-text {
  margin-right: 0 !important;
  width: 100%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .s-text-and-form .c-form {
    margin-top: 3rem;
    padding: 4rem 3rem;
    width: 100%;
  }
}
.s-text-and-form .c-form h4 {
  margin-bottom: 0.5rem;
}
.s-text-and-form .c-form label {
  display: flex;
}
.s-text-and-form .c-form .c-text {
  margin-bottom: 2.5rem;
}

.s-hero-landing .c-text {
  max-width: 66rem;
}
.s-hero-landing .c-text p {
  font-weight: 600;
}

.s-text-and-testimonial {
  padding: 9rem 0 10rem;
  margin-top: -24rem;
}
@media screen and (max-width: 900px) {
  .s-text-and-testimonial {
    padding: 5rem 0;
    margin-top: -17rem;
  }
}
.s-text-and-testimonial .o-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .s-text-and-testimonial .o-container {
    flex-direction: column;
    max-width: 100%;
  }
}
.s-text-and-testimonial .c-text {
  margin-right: 8rem;
}
@media screen and (max-width: 1100px) {
  .s-text-and-testimonial .c-text {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .s-text-and-testimonial .c-text {
    max-width: calc(100% - 80px);
    margin: 0 auto 4rem;
  }
}
@media (max-width: 500px) {
  .s-text-and-testimonial .c-text {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .s-text-and-testimonial .c-text {
    max-width: calc(100% - 40px);
  }
}
.s-text-and-testimonial .c-testimonial {
  width: 61rem;
  min-width: 61rem;
}
@media screen and (max-width: 1300px) {
  .s-text-and-testimonial .c-testimonial {
    width: 51rem;
    min-width: 51rem;
  }
}
@media screen and (max-width: 1100px) {
  .s-text-and-testimonial .c-testimonial {
    width: 45rem;
    min-width: 45rem;
  }
}
@media screen and (max-width: 900px) {
  .s-text-and-testimonial .c-testimonial {
    width: 60rem;
    min-width: 60rem;
  }
}
@media screen and (max-width: 650px) {
  .s-text-and-testimonial .c-testimonial {
    width: 100%;
    min-width: 100%;
  }
}

.s-text-and-testimonial .s-slider__btns {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .s-text-and-testimonial .s-slider__btns {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    justify-content: center;
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 1rem;
  }
}
.s-text-and-testimonial .s-slider__btns .s-slider__btn {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 1420px) {
  .s-text-and-testimonial .s-slider__btns .s-slider__btn {
    margin: 0 1rem;
  }
}

.s-slider {
  padding: 0 0 10rem;
}
.s-slider .o-container {
  position: relative;
}

.gb-content .o-container > *:first-child {
  margin-top: 0;
}
.gb-content ul {
  margin: 5rem 0;
}
.gb-content .wp-block-media-text p {
  margin-bottom: 0;
}
.gb-content .wp-block-column {
  margin: 2rem 0;
}
.gb-content p {
  margin: 2rem 0 5rem 0;
}
.gb-content h1, .gb-content h2, .gb-content h3, .gb-content h4, .gb-content h5, .gb-content h6 {
  margin: 5rem 0 2rem 0;
}
.gb-content .wp-block-quote {
  margin: 5rem 0;
  padding: 4rem;
  background: #F3F4F6;
  position: relative;
}
.gb-content .wp-block-quote p {
  color: #00B2DB;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.5;
}
.gb-content .wp-block-quote cite {
  font-size: 1.8rem;
  color: #94C01F;
  font-style: normal;
}
.gb-content .wp-block-media-text {
  margin: 5rem 0;
}
.gb-content .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 8%;
}
@media screen and (max-width: 600px) {
  .gb-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
  }
}
.gb-content .wp-block-media-text.has-media-on-the-right {
  margin: 5rem 0;
}
.gb-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 8%;
}
@media screen and (max-width: 600px) {
  .gb-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}
.gb-content .wp-block-gallery {
  margin: 5rem 0;
}
.gb-content .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
  padding: 0;
}
.gb-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  max-height: 40rem;
}
.gb-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}
.gb-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gb-content .wp-block-embed {
  margin: 5rem 0;
}
.gb-content .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 50rem;
}
.gb-content figure.wp-block-image {
  margin: 5rem 0;
  max-height: 50rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gb-content figure.wp-block-image img {
  width: 100%;
  height: auto;
}
.gb-content .wp-block-columns {
  margin: 5rem 0;
}
.gb-content .wp-block-columns .wp-block-column figure {
  margin: 0;
}
.gb-content .gform_confirmation_message {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
}
.gb-content form label {
  font-weight: normal !important;
  line-height: 2 !important;
  display: flex !important;
  align-items: center !important;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1.9rem !important;
}
.gb-content form input[type=text], .gb-content form input[type=email], .gb-content form select, .gb-content form textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 1.5rem !important;
  line-height: normal !important;
  border: 1px solid #ebebeb !important;
  border-radius: 10px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  font-weight: normal !important;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1.9rem !important;
}
.gb-content form input[type=checkbox] {
  box-sizing: border-box !important;
  border: 1px solid #ebebeb !important;
  margin: 0 !important;
  outline: 0 !important;
  line-height: normal !important;
  cursor: pointer !important;
}
.gb-content form input[type=checkbox]:before {
  color: #94C01F;
}
.gb-content form input[type=submit] {
  font-size: 100% !important;
  font-family: "Fira Sans", sans-serif !important;
  margin: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  position: relative !important;
  text-decoration: none !important;
  overflow: visible !important;
  padding: 0.618em 1em !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  left: auto !important;
  color: #515151 !important;
  background-color: #e9e6ed !important;
  border: 0 !important;
  display: inline-block !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.gb-content form .gfield_checkbox .gchoice {
  display: flex !important;
  align-items: center !important;
}

.a2a_kit a {
  font-size: 1.8rem !important;
  text-decoration: none !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: translateY(50%) !important;
  border-radius: 28rem !important;
  background-color: #00B2DB !important;
  padding: 1.7rem 2rem !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
  transition: 0.28s all !important;
}
.a2a_kit a i {
  margin-right: 1.7rem;
  font-size: 2.5rem;
  transition: 0.28s all;
  line-height: 1;
}
.a2a_kit a span {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  opacity: 1 !important;
  line-height: 1;
}
.a2a_kit a:hover {
  transform: translateY(50%) scale(1.02) !important;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.16) !important;
}

#a2apage_dropdown {
  display: none !important;
}

.cart_totals {
  width: 100%;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  margin: 0 1rem 1rem 0 !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button:last-of-type {
  margin-bottom: 0px !important;
}

.woocommerce {
  background: #fff;
  border-radius: 25px;
}
.woocommerce .woocommerce-form-coupon .form-row {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-form-coupon .form-row .button {
  height: 54px;
  background: #00B2DB;
  color: #fff;
  border-radius: 10px;
}
.woocommerce .woocommerce-order-container {
  padding: 5rem;
}
.woocommerce .woocommerce-order-container .woocommerce-order-overview {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .woocommerce .woocommerce-order-container .woocommerce-order-overview {
    flex-direction: column;
  }
}
.woocommerce .woocommerce-order-container .woocommerce-order-overview li {
  font-size: 1.3rem;
  border-right: 1px solid #d3ced2;
}
@media screen and (max-width: 1350px) {
  .woocommerce .woocommerce-order-container .woocommerce-order-overview li {
    border-right: none;
    border-bottom: 1px solid #d3ced2;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.woocommerce .woocommerce-order-container .woocommerce-order-details .woocommerce-order-details__title {
  color: #00B2DB;
  font-size: 3rem;
}
.woocommerce .woocommerce-order-container .woocommerce-order-details .woocommerce-table {
  border: none;
}
.woocommerce .woocommerce-order-container .woocommerce-order-details .woocommerce-table a {
  text-decoration: none;
  color: #000;
}
.woocommerce .woocommerce-order-container .woocommerce-customer-details .woocommerce-column__title {
  color: #00B2DB;
  font-size: 3rem;
}
.woocommerce .woocommerce-order-container .account-btn {
  text-align: center;
  display: block;
  width: 100%;
  background: #94C01F;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  margin: 0;
  text-decoration: none;
}
.woocommerce .woocommerce-cart-header {
  padding: 3rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-cart-header__title h1 {
  margin: 0;
  font-size: 4rem;
  color: #00B2DB;
}
.woocommerce .woocommerce-cart-header__btn button {
  background: #00B2DB;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce .woocommerce-cart-header__btn button img {
  margin-right: 1rem;
  height: 1.5rem;
  width: auto;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: #00B2DB;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  background: #94C01F;
  color: #fff;
  border-radius: 10px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .restore-item {
  color: #94C01F;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.woocommerce .cart-empty.woocommerce-info {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.woocommerce .return-to-shop {
  padding: 3rem 5rem;
}
.woocommerce .return-to-shop a {
  text-align: center;
  display: block;
  width: 100%;
  background: #94C01F;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  margin: 0;
  text-decoration: none;
}
.woocommerce .return-to-shop a:hover {
  background: #94C01F;
  color: #fff;
}
.woocommerce .woocommerce-checkout {
  padding: 0 5rem;
}
.woocommerce .woocommerce-checkout h3 {
  color: #00B2DB;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 3rem;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  font-size: 3rem;
  margin-top: 3rem;
}
.woocommerce .woocommerce-checkout #customer_details {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
  padding-bottom: 5rem;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
  background: #fff !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  border-bottom: none !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods .woocommerce-notice {
  border: none !important;
  border-radius: 10px !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  padding: 2rem;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  background: #94C01F;
  font-size: 2rem;
  padding: 2rem;
  border-radius: 10px;
  margin: 0;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents {
  border: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents thead {
  padding: 2rem 0;
  background: #f9f9f9;
  color: #00B2DB;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents thead th {
  padding: 15px 12px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove {
  width: 5rem;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .coupon {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .coupon input {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .coupon .button {
  background: #00B2DB;
  color: #fff;
  height: 54px;
  border-radius: 10px;
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .coupon .button {
    width: 100% !important;
  }
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents td.actions {
  padding: 3rem 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents td.actions #coupon_code {
  width: calc(100% - 26.5rem);
  padding: 1.5rem 1rem;
  border-radius: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents td.actions .button {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents td.actions {
    padding: 12px;
  }
}
.woocommerce .cart-collaterals h2 {
  color: #00B2DB;
  font-size: 3rem;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 4rem 5rem;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border-left: none;
  border-right: none;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  font-size: 2rem;
  padding: 9px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total {
  border: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  background: #94C01F;
  font-size: 2rem;
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding: 3rem 12px;
  }
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.5rem;
  line-height: normal;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.woocommerce form .form-row select {
  height: 54px !important;
}

.woocommerce form .form-row .select2-container {
  height: 54px;
}

.select2-container--default .select2-selection--single {
  height: 54px;
  border-color: #ebebeb;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
}

.wac-quantity {
  width: auto;
  padding: 1rem;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.wac-qty-button {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  background: #00B2DB;
  height: 2rem;
}
.wac-qty-button a {
  color: #fff !important;
}

.woocommerce .quantity .qty {
  width: 7rem;
  text-align: center;
  height: 2rem;
  padding: 0;
  margin: 0;
  border: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.address_book {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.address_book h3 {
  color: #000;
}

.add-new-address {
  margin-top: 2rem;
}

.wc-address-book-meta {
  text-align: right;
}

.c-select-address__select {
  margin-bottom: 2rem;
}

.woocommerce form .form-row label {
  font-weight: normal;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}
@media screen and (max-width: 800px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
}

.js-addressdata.is-loading {
  opacity: 0.3;
  pointer-events: none;
}

.wc-address-book-make-primary {
  display: none !important;
}

* {
  outline: none;
}

.woocommerce-MyAccount-content {
  padding: 7rem 4.5rem;
  border-left: 1px solid #e4e4e4;
  min-height: 70rem;
}
.woocommerce-MyAccount-content > h2 {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 300;
  font-size: 3rem;
}
.woocommerce-MyAccount-content > h2 span {
  font-size: inherit;
  font-weight: bold;
  color: #00B2DB;
}
.woocommerce-MyAccount-content .c-dashboard-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.woocommerce-MyAccount-content .c-dashboard-items a {
  width: calc((100% / 2) - 1rem);
  color: inherit;
  text-decoration: none;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  border: 1px solid #00B2DB;
  border-radius: 0.8rem;
}
.woocommerce-MyAccount-content .c-dashboard-items a h3 {
  color: #00B2DB;
  font-size: 2rem;
}
.woocommerce-MyAccount-content .c-dashboard-items a p {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .c-retour__intro {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce-MyAccount-content .c-retour__intro h2 {
  color: #00B2DB;
  font-size: 4rem;
}
.woocommerce-MyAccount-content .c-retour__intro p {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .c-retour__mail {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e4e4e4;
}
.woocommerce-MyAccount-content .c-retour__mail h2 {
  color: #00B2DB;
  font-size: 4rem;
}
.woocommerce-MyAccount-content .c-retour__mail p {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .c-retour--fail {
  border: 1px solid #FC100D;
  border-radius: 25px;
  padding: 2rem;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-content .c-retour--fail h2 {
  color: #FC100D;
}
.woocommerce-MyAccount-content .c-retour--fail p {
  color: #FC100D;
}
.woocommerce-MyAccount-content .c-select-boxes {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce-MyAccount-content .c-select-boxes h6 {
  margin: 0 5rem 0 0;
}
.woocommerce-MyAccount-content .c-select-boxes .c-select-boxes__inputs label {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .c-select-boxes .c-select-boxes__inputs label input {
  margin-right: 2rem;
}
.woocommerce-MyAccount-content .c-select-address {
  margin: 3rem 0;
}
.woocommerce-MyAccount-content .c-select-address__select select {
  height: 4rem;
}
.woocommerce-MyAccount-content .c-select-address__select a {
  text-decoration: none;
  color: #00B2DB;
  margin-left: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-table__line-item.order_item a {
  color: inherit !important;
  text-decoration: none;
  pointer-events: none;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details h2 {
  color: #00B2DB;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses > * {
  min-width: 100%;
  margin-bottom: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details p {
  font-size: 1.5rem;
}
.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  color: #00B2DB;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-align: left;
  padding: 3rem;
  color: inherit;
  text-decoration: none;
  background: #fbfbfb;
  font-weight: 300;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  background: white;
  position: relative;
  color: #00B2DB;
}
.woocommerce-MyAccount-navigation ul li.is-active a:after, .woocommerce-MyAccount-navigation ul li:hover a:after {
  position: absolute;
  content: "";
  width: 1rem;
  right: -0.5rem;
  top: 0;
  background: #fff;
  height: 100%;
}

.woocommerce {
  overflow: hidden;
}

.woocommerce-MyAccount-orders thead th {
  padding: 2rem !important;
}
.woocommerce-MyAccount-orders tbody td {
  padding: 2rem !important;
}
.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-number a {
  color: #00B2DB;
  text-decoration: none;
}
.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a {
  border: 0;
  background: #00B2DB;
  color: #fff;
}

.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-Addresses > * {
  min-width: 100%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.woocommerce-Addresses > * h3 {
  font-size: 1.8rem;
  color: #00B2DB;
}

.address_book h3 {
  font-size: 1.8rem;
  color: #00B2DB;
}

.add-new-address a, .woocommerce-address-fields__field-wrapper button {
  background-color: #00B2DB !important;
  color: #fff !important;
  font-size: 1.5rem !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  border: 0 !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  position: static !important;
  border-radius: 2rem !important;
  margin: 2rem !important;
  background: #00B2DB !important;
  color: #fff !important;
  border: 0 !important;
  padding: 1rem 2rem !important;
  text-align: center !important;
  font-weight: bold !important;
}

#customer_login {
  padding: 6rem 6rem;
}
#customer_login h2 {
  color: #00B2DB;
}

.lost_reset_password, .login-text {
  padding: 4rem 6rem;
}
.lost_reset_password button, .login-text button {
  background: #94C01F !important;
  color: #fff !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0;
  padding: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  border-radius: 1.2rem !important;
  padding: 1.7rem 2rem !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
  text-decoration: none !important;
  transition: 0.28s all !important;
  background: #94C01F !important;
  color: #fff !important;
}

.owl-stage {
  display: flex !important;
  align-items: center !important;
}

.owl-carousel .owl-item img {
  margin-left: 10px !important;
  width: 100% !important;
  height: auto !important;
}

.owl-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #fff;
}

.c-infographic__image {
  max-width: 80%;
  display: block;
  margin: 0 auto 5rem;
}
.c-infographic__content {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.c-infographic__content h2 {
  margin-bottom: 4rem;
}

.woocommerce .quantity .qty {
  height: 3rem !important;
  background: #eee !important;
  border: 1px solid grey;
}

#update-quantity {
  border-style: none;
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/refresh.svg) no-repeat center;
  height: 12px;
  width: 12px;
  margin: 0.5em;
  background-size: contain;
}

.c-multisite-popup {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.c-multisite-popup.show-true {
  opacity: 1;
  pointer-events: all;
}
.c-multisite-popup__content {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem;
  text-align: center;
  position: relative;
}
.c-multisite-popup__content h2 {
  font-size: 2rem;
}
.c-multisite-popup__content p {
  font-size: 1.2rem;
  font-style: italic;
}
.c-multisite-popup__select {
  margin: 5rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .c-multisite-popup__select {
    display: block;
  }
}
.c-multisite-popup__select a {
  text-decoration: none;
}
.c-multisite-popup__select .country-item {
  padding: 2rem;
  margin: 0 2rem;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .c-multisite-popup__select .country-item {
    margin-bottom: 2rem;
  }
}
.c-multisite-popup__select .country-item.is-active {
  border: 2px solid #eee;
  border-radius: 2rem;
}
.c-multisite-popup__select .country-item.is-active small a.is-active {
  color: #94C01F;
}
.c-multisite-popup__select h3 {
  font-size: 2rem;
  color: #00B2DB;
  margin-bottom: 0;
}
.c-multisite-popup__select small a {
  color: grey;
}
.c-multisite-popup .js-close {
  border-radius: 0.3rem;
  background: red;
  position: absolute;
  height: 3rem;
  width: 3rem;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-multisite-popup .js-close:hover {
  cursor: pointer;
}
.c-multisite-popup .js-close span {
  height: 0.5rem;
  width: 2rem;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.c-multisite-popup .js-close span:first-child {
  transform: rotate(-45deg);
}

.js-select-country {
  font-size: 1.2rem !important;
}
.js-select-country:hover {
  cursor: pointer;
  text-decoration: underline;
}

.owl-carousel-testimonial .owl-nav.disabled, .owl-carousel-testimonial .owl-dots.disabled {
  display: none;
}

.s-text-and-testimonial .owl-carousel-testimonial {
  max-width: 1240px;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .s-text-and-testimonial .owl-carousel-testimonial {
    max-width: calc(100% - 100px);
    margin: auto;
  }
}
@media (max-width: 750px) {
  .s-text-and-testimonial .owl-carousel-testimonial {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 500px) {
  .s-text-and-testimonial .owl-carousel-testimonial {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 350px) {
  .s-text-and-testimonial .owl-carousel-testimonial {
    max-width: calc(100% - 40px);
  }
}
.s-text-and-testimonial .owl-carousel-testimonial .owl-stage-outer {
  width: 100%;
}

.svg-icon.svg-icon-white svg g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff !important;
}

.c-sdg-goals {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-sdg-goals h3 {
  font-size: 2.2rem;
  margin: 0;
  padding: 0 8rem;
}
.c-sdg-goals .c-sdg-goals__icons {
  display: flex;
  align-items: center;
}
.c-sdg-goals .c-sdg-goals__icons img {
  width: 10rem;
}

/*# sourceMappingURL=main.css.map */
