/*
Theme Name:     Storefront Child Theme
Author:         Stuart Duff
Template:       storefront
Version:        1.0.0
Text Domain:    storefront
*/
/*  Global Reset & Standards */
@import url("https://fonts.googleapis.com/css?family=Aleo|Montserrat:500,500i,700,700i");
body {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: white;
  color: #463C4C;
  position: relative;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

h1, .title1,
h2, .title2,
h3, .title3 {
  font-weight: 700;
}

h1, .title1,
h2, .title2,
h3, .title3,
h4, .title4,
h5, .title5,
h6, .title6 {
  color: inherit;
  line-height: 1.25;
  margin-top: 20px;
}
h1 a, .title1 a,
h2 a, .title2 a,
h3 a, .title3 a,
h4 a, .title4 a,
h5 a, .title5 a,
h6 a, .title6 a {
  font-weight: inherit;
}
h1:first-child, .title1:first-child,
h2:first-child, .title2:first-child,
h3:first-child, .title3:first-child,
h4:first-child, .title4:first-child,
h5:first-child, .title5:first-child,
h6:first-child, .title6:first-child {
  margin-top: 0;
}
h1 img, .title1 img,
h2 img, .title2 img,
h3 img, .title3 img,
h4 img, .title4 img,
h5 img, .title5 img,
h6 img, .title6 img {
  display: inline-block;
}

h1, .title1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 15px;
}

h2, .title2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

h3, .title3 {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

h4, .title4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

h5, .title5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

h6, .title6 {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: bold;
}

.huge-l {
  font-size: 35.2px;
  font-size: 2.2rem;
  line-height: 1.1;
}

.huge {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
}

p,
.p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
p img,
.p img {
  display: inline-block;
}

.p-l {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 0 30px 0;
}

p img {
  margin: 0;
}

a {
  color: #EE4800;
}
a .grey {
  color: #463C4C;
}

a:hover {
  text-decoration: underline;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 0.8em;
  line-height: inherit;
}

.slim {
  font-weight: 100 !important;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: 400 !important;
}

.upper {
  text-transform: uppercase;
}

.upper-m,
.upper-s,
.upper-xs,
.upper-l {
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
}

.upper-m {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.upper-s {
  font-size: 16px;
  font-size: 1rem;
}

.upper-xs {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.upper-l {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.lower {
  text-transform: lowercase;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

.small, .page-template-template-usecase .hentry figcaption,
.page-template-template-basic .hentry figcaption,
.single-post .entry-content figcaption, .txt-xs {
  font-size: 80%;
}

.txt-s {
  font-size: 90%;
}

.txt-l {
  font-size: 120%;
}

.txt-xl {
  font-size: 140%;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

ul.features-s, ul.features, ul.features-l, ul.features-xl, ol.features-s, ol.features, ol.features-l, ol.features-xl {
  margin: 0 0 30px 35px;
  padding: 0;
  list-style: none;
}
ul.features-s li, ul.features li, ul.features-l li, ul.features-xl li, ol.features-s li, ol.features li, ol.features-l li, ol.features-xl li {
  position: relative;
  margin-bottom: 20px;
}
ul.features-s li::before, ul.features li::before, ul.features-l li::before, ul.features-xl li::before, ol.features-s li::before, ol.features li::before, ol.features-l li::before, ol.features-xl li::before {
  content: "";
  background-color: #00E676;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -30px;
  top: 0.4em;
  display: inline-block;
}
ul.features, ol.features {
  font-size: 19.2px;
  font-size: 1.2rem;
}
ul.features-l, ol.features-l {
  margin: 0 0 60px 35px;
  font-size: 22.4px;
  font-size: 1.4rem;
}
ul.features-l li::before, ol.features-l li::before {
  width: 8px;
  height: 8px;
}
ul.features-xl, ol.features-xl {
  margin: 0 0 60px 35px;
  font-size: 25.6px;
  font-size: 1.6rem;
}
ul.features-xl li, ol.features-xl li {
  margin-bottom: 15px;
}
ul.features-xl li::before, ol.features-xl li::before {
  width: 8px;
  height: 8px;
}
ul.space, ol.space {
  list-style: none;
}
ul.space li, ol.space li {
  margin-bottom: 15px;
}

ol.features, ol.features-s, ol.features-l, ol.features-xl, ol.space {
  counter-reset: list;
}
ol.features li::before, ol.features-s li::before, ol.features-l li::before, ol.features-xl li::before, ol.space li::before {
  counter-increment: list;
  content: counter(list);
  background-color: transparent;
  width: auto;
  height: auto;
  top: 0;
  font-weight: bold;
  text-align: right;
}

/*  --------------------------------------------------
  GRID based on fundations
-------------------------------------------------- */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.row,
.row-full,
.row-s,
.row-xs,
.row-l,
.row-xl {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  zoom: 1;
}
.row .row,
.row-full .row,
.row-s .row,
.row-xs .row,
.row-l .row,
.row-xl .row {
  min-width: 0;
}
.row:before, .row:after,
.row-full:before,
.row-full:after,
.row-s:before,
.row-s:after,
.row-xs:before,
.row-xs:after,
.row-l:before,
.row-l:after,
.row-xl:before,
.row-xl:after {
  content: "";
  display: table;
}
.row:after,
.row-full:after,
.row-s:after,
.row-xs:after,
.row-l:after,
.row-xl:after {
  clear: both;
}

.row-xs {
  max-width: 400px;
}

.row-s {
  max-width: 600px;
}

.row-l {
  max-width: 960px;
}

.row-xl {
  max-width: 1200px;
}

.row-full {
  max-width: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* width layout */
.w75,
.w60,
.w50,
.w40,
.w33,
.w25,
.w100 {
  margin-bottom: 50px;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.w75.shadow,
.w60.shadow,
.w50.shadow,
.w40.shadow,
.w33.shadow,
.w25.shadow,
.w100.shadow {
  padding: 20px;
  margin-right: 1%;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.w75.shadow:last-child,
.w60.shadow:last-child,
.w50.shadow:last-child,
.w40.shadow:last-child,
.w33.shadow:last-child,
.w25.shadow:last-child,
.w100.shadow:last-child {
  margin-right: 0 !important;
}
.w75.shadow:first-child,
.w60.shadow:first-child,
.w50.shadow:first-child,
.w40.shadow:first-child,
.w33.shadow:first-child,
.w25.shadow:first-child,
.w100.shadow:first-child {
  margin-left: 0 !important;
}
.w75.p-s,
.w60.p-s,
.w50.p-s,
.w40.p-s,
.w33.p-s,
.w25.p-s,
.w100.p-s {
  padding-left: 15px;
  padding-right: 15px;
}
.w75.p-m,
.w60.p-m,
.w50.p-m,
.w40.p-m,
.w33.p-m,
.w25.p-m,
.w100.p-m {
  padding-left: 30px;
  padding-right: 30px;
}
.w75.p-l,
.w60.p-l,
.w50.p-l,
.w40.p-l,
.w33.p-l,
.w25.p-l,
.w100.p-l {
  padding-left: 60px;
  padding-right: 60px;
}
.w75:last-child,
.w60:last-child,
.w50:last-child,
.w40:last-child,
.w33:last-child,
.w25:last-child,
.w100:last-child {
  margin-bottom: 0;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-s {
  margin-right: 15px !important;
}

.mr-m {
  margin-right: 30px !important;
}

.mr-l {
  margin-right: 60px !important;
}

.mr-xl {
  margin-right: 90px !important;
}

.mr-xxl {
  margin-right: 120px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-s {
  margin-left: 15px !important;
}

.ml-m {
  margin-left: 30px !important;
}

.ml-l {
  margin-left: 60px !important;
}

.ml-xl {
  margin-left: 90px !important;
}

.ml-xxl {
  margin-left: 120px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 15px !important;
}

.mb-m {
  margin-bottom: 30px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mb-xl {
  margin-bottom: 90px !important;
}

.mb-xxl {
  margin-bottom: 120px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-s {
  margin-top: 15px !important;
}

.mt-m {
  margin-top: 30px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mt-xl {
  margin-top: 90px !important;
}

.mt-xxl {
  margin-top: 120px !important;
}

.ma-0 {
  margin: 0 !important;
}

.ma-s {
  margin: 15px !important;
}

.ma-m {
  margin: 30px !important;
}

.ma-l {
  margin: 60px !important;
}

.ma-xl {
  margin: 90px !important;
}

.ma-xxl {
  margin: 120px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-s {
  padding-right: 15px !important;
}

.pr-m {
  padding-right: 30px !important;
}

.pr-l {
  padding-right: 60px !important;
}

.pr-xl {
  padding-right: 90px !important;
}

.pr-xxl {
  padding-right: 120px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-s {
  padding-left: 15px !important;
}

.pl-m {
  padding-left: 30px !important;
}

.pl-l {
  padding-left: 60px !important;
}

.pl-xl {
  padding-left: 90px !important;
}

.pl-xxl {
  padding-left: 120px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-s {
  padding-bottom: 15px !important;
}

.pb-m {
  padding-bottom: 30px !important;
}

.pb-l {
  padding-bottom: 60px !important;
}

.pb-xl {
  padding-bottom: 90px !important;
}

.pb-xxl {
  padding-bottom: 120px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-s {
  padding-top: 15px !important;
}

.pt-m {
  padding-top: 30px !important;
}

.pt-l {
  padding-top: 60px !important;
}

.pt-xl {
  padding-top: 90px !important;
}

.pt-xxl {
  padding-top: 120px !important;
}

.pa-0 {
  padding: 0 !important;
}

.pa-s {
  padding: 15px !important;
}

.pa-m {
  padding: 30px !important;
}

.pa-l {
  padding: 60px !important;
}

.pa-xl {
  padding: 90px !important;
}

.pa-xxl {
  padding: 120px !important;
}

.border-top {
  border-top: 1px solid #EE4800;
}

.border-bottom {
  border-bottom: 1px solid #EE4800;
}

.max-w-xs {
  max-width: 400px;
}

.max-w-s {
  max-width: 600px;
}

.max-w {
  max-width: 800px;
}

.max-w-l {
  max-width: 900px;
}

.max-h-xs {
  max-height: 400px;
}

.max-h-s {
  max-height: 600px;
}

.max-h {
  max-height: 800px;
}

.max-h-l {
  max-height: 900px;
}

/* Colors */
.c-main {
  color: #EE4800;
}

.c-secondary {
  color: #00E676;
}

.white {
  color: white;
}

.black {
  color: #37313C;
}

.grey-xd {
  color: #37313C;
}

.grey-d {
  color: #463C4C;
}

.grey {
  color: #685C71;
}

.grey-l {
  color: #B19CC0;
}

.grey-xl {
  color: #DACCE3;
}

.grey-xxl {
  color: #F8F1FD;
}

.bg-main-l {
  background-color: #f16d33;
}

.bg-main {
  background-color: #EE4800;
}

.bg-main-d {
  background-color: #d64100;
}

.bg-green {
  background-color: #00E676;
}

.bg-grey-xd {
  background-color: #37313C;
}

.bg-grey-d {
  background-color: #463C4C;
  color: white;
}

.bg-grey {
  background-color: #685C71;
}

.bg-grey-l {
  background-color: #B19CC0;
}

.bg-grey-xl {
  background-color: #DACCE3;
}

.bg-grey-xxl {
  background-color: #F8F1FD;
}

.bg-grey-xxxl {
  background-color: #FCF8FF;
}

.bg-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.desktop-only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  --------------------------------------------------
  Buttons
  -------------------------------------------------- */
.link,
.link-w {
  position: relative;
  text-decoration: none;
  color: #EE4800;
  font-weight: bold;
  display: inline-block;
  z-index: 2;
}
.link::after,
.link-w::after {
  content: "";
  background-color: #EE4800;
  position: absolute;
  z-index: -1;
  left: -5px;
  width: 105%;
  width: calc(100% + 10px);
  height: 10px;
  bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover,
.link-w:hover {
  text-decoration: none;
}
.link:hover::after,
.link-w:hover::after {
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.link-w::after {
  background-color: white;
}

.arrow-link,
.arrow-link-small,
.arrow-link-left,
.arrow-link-left-small,
.icon-link,
.icon-link-left {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-link,
.arrow-link-small,
.icon-link {
  padding-right: 30px;
}

.arrow-link::after,
.arrow-link-small::after,
.arrow-link-left::before,
.arrow-link-left-small::before {
  content: "";
  color: inherit;
  border-color: currentColor;
  position: absolute;
  transition: right 0.1s ease-out;
  font-size: 1.2em;
  border-style: solid;
  height: 16px;
  width: 16px;
  top: calc(50% - 8px);
}

.arrow-link::after,
.arrow-link-small::after {
  border-width: 3px 3px 0 0;
  right: 5px;
  transform: rotate(45deg);
}

.arrow-link::after,
.arrow-link-small::after {
  transition: right 0.1s ease-out;
}

.arrow-link:hover::after,
.arrow-link-small:hover::after {
  right: 0;
}

.arrow-link-small {
  padding-right: 30px;
}

.arrow-link-small::after {
  height: 12px;
  width: 12px;
  top: calc(50% - 8px);
  border-width: 3px 3px 0 0;
}

.icon-link:before {
  content: "";
  position: absolute;
  font-size: 1.2em;
  height: 16px;
  width: 16px;
  right: 0;
  top: calc(50% - 8px);
  background-image: url(assets/images/ico-download.svg);
}

.arrow-link-left,
.arrow-link-left-small {
  padding-left: 30px;
}

.arrow-link-left::before,
.arrow-link-left-small::before {
  border-width: 3px 0 0 3px;
  left: 5px;
  transform: rotate(-45deg);
}

.arrow-link-left::before,
.arrow-link-left-small::before {
  transition: left 0.1s ease-out;
}

.arrow-link-left:hover::before,
.arrow-link-left-small:hover::before {
  left: 0;
}

.arrow-link-left-small {
  padding-left: 30px;
}

.arrow-link-left-small::before {
  height: 12px;
  width: 12px;
  top: calc(50% - 8px);
  border-width: 3px 0 0 3px;
}

.btn, .single-product .shop_attributes td .button {
  font-family: "Montserrat";
  display: inline-block;
  text-align: center;
  padding: 11px 20px;
  color: white;
  text-decoration: none;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
  top: 0;
  border: 2px solid #EE4800;
  background-color: #EE4800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
}
.btn:hover, .single-product .shop_attributes td .button:hover, .btn:focus, .single-product .shop_attributes td .button:focus {
  text-decoration: none;
  background-color: #d64100;
  border-color: #d64100;
  color: white;
}
.btn.btn-xs, .single-product .shop_attributes td .btn-xs.button {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8px 14px;
  width: auto;
}
.btn.btn-s, .single-product .shop_attributes td .btn-s.button {
  font-size: 14.4px;
  font-size: 0.9rem;
  width: auto;
}
.btn.btn-l, .single-product .shop_attributes td .btn-l.button {
  font-size: 16px;
  font-size: 1rem;
  width: auto;
  font-weight: bold;
}
.btn.btn-xl, .single-product .shop_attributes td .btn-xl.button {
  font-size: 19.2px;
  font-size: 1.2rem;
  width: auto;
}
.btn.btn-outline, .single-product .shop_attributes td .btn-outline.button {
  color: #EE4800;
  background-color: transparent;
}
.btn.btn-outline:hover, .single-product .shop_attributes td .btn-outline.button:hover, .btn.btn-outline:focus, .single-product .shop_attributes td .btn-outline.button:focus {
  text-decoration: none;
  background-color: rgba(238, 72, 0, 0.2);
}
.btn.btn-outline-white, .single-product .shop_attributes td .btn-outline-white.button {
  background-color: transparent;
  border-color: white;
}
.btn.btn-outline-white:hover, .single-product .shop_attributes td .btn-outline-white.button:hover, .btn.btn-outline-white:focus, .single-product .shop_attributes td .btn-outline-white.button:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.btn.btn-outline-green, .single-product .shop_attributes td .btn-outline-green.button {
  background-color: transparent;
  border-color: #00E676;
  color: #00E676;
}
.btn.btn-outline-green:hover, .single-product .shop_attributes td .btn-outline-green.button:hover, .btn.btn-outline-green:focus, .single-product .shop_attributes td .btn-outline-green.button:focus {
  text-decoration: none;
  background-color: rgba(0, 230, 118, 0.05);
}
.btn.btn-link, .single-product .shop_attributes td .btn-link.button {
  color: white;
  border: none;
}
.btn.btn-link svg, .single-product .shop_attributes td .btn-link.button svg {
  fill: rgba(255, 255, 255, 0.7);
}
.btn.btn-link:hover, .single-product .shop_attributes td .btn-link.button:hover, .btn.btn-link:focus, .single-product .shop_attributes td .btn-link.button:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: white;
}
.btn.btn-link:hover svg, .single-product .shop_attributes td .btn-link.button:hover svg, .btn.btn-link:focus svg, .single-product .shop_attributes td .btn-link.button:focus svg {
  fill: white;
}
.btn.btn-green, .single-product .shop_attributes td .btn-green.button {
  color: #463C4C;
  border-color: #00E676;
  background-color: #00E676;
}
.btn.btn-green:hover, .single-product .shop_attributes td .btn-green.button:hover, .btn.btn-green:focus, .single-product .shop_attributes td .btn-green.button:focus {
  text-decoration: none;
  background-color: #00cf6a;
  border-color: #00cf6a;
}
.btn.btn-black, .single-product .shop_attributes td .btn-black.button {
  color: white;
  border-color: #463C4C;
  background-color: #463C4C;
}
.btn.btn-black:hover, .single-product .shop_attributes td .btn-black.button:hover, .btn.btn-black:focus, .single-product .shop_attributes td .btn-black.button:focus {
  text-decoration: none;
  background-color: #37313C;
  border-color: #37313C;
}

.btn-menu-right a {
  display: inline-block;
  text-align: center;
  padding: 11px 20px !important;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
  top: 0;
  border: 2px solid #EE4800;
  background-color: #EE4800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-menu-right a:hover, .btn-menu-right a:focus {
  text-decoration: none;
  background-color: #d64100;
  border-color: #d64100;
}
.btn-menu-right.btn-link a {
  color: #EE4800 !important;
  border: none;
  background-color: transparent;
}
.btn-menu-right.btn-link a:hover, .btn-menu-right.btn-link a:focus {
  text-decoration: none;
  border: none;
  color: #EE4800;
  background-color: transparent;
}

input[type=submit].btn, .single-product .shop_attributes td input[type=submit].button,
button.btn,
.single-product .shop_attributes td button.button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

.wrapper {
  position: relative;
  padding: 60px 30px;
  margin: auto;
}
.wrapper .wrapper:after,
.wrapper .wrapper:before {
  display: table;
  content: "";
}
.wrapper.wrapper-m-0 {
  padding: 0;
  padding: 0;
}
.wrapper.wrapper-m-s {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper.wrapper-m-l,
.wrapper .wrapper-m-xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrapper.wrapper-m-xxl {
  padding-top: 90px;
  padding-bottom: 90px;
}
.wrapper.wrapper-m-xxxl {
  padding-top: 120px;
  padding-bottom: 120px;
}
.wrapper.wrapper-max-w {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
}

.menu-toggle {
  margin-right: 20px;
}

.handheld-navigation .menu {
  padding: 30px;
}
.handheld-navigation .menu li a {
  padding: 20px 0;
}

/******************************

Error pages

*******************************/
/* Go top button */
.gotop {
  z-index: 20;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  bottom: -100px;
  right: 10px;
  font-size: 1.5em;
  border-radius: 50px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 40px;
  padding: 7px 0 0;
  width: 47px;
  text-align: center;
  color: #37313C;
}
.gotop:focus {
  text-decoration: none;
}

.gotop.active {
  bottom: 50px;
}

.logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 160px;
}
.logo-wrapper a {
  display: block;
  padding: 5px 20px;
}
.logo-wrapper a img {
  display: block;
}

/*********************************************

 Forms

 *********************************************/
.zentyal-form,
.wpcf7-form {
  /* radio and checkboxes */
  /**************

   Fields layout and types variations

   *************/
  /* field types */
  /* inline-field: field with inline label and input  */
  /* inline-fields: several fields in one line */
  /* Forms Add-ons */
}
.zentyal-form fieldset,
.wpcf7-form fieldset {
  border-top: 1px solid #685C71;
  margin: 30px 0;
  padding: 0;
  background-color: white;
}
.zentyal-form fieldset.clean,
.wpcf7-form fieldset.clean {
  border-top: none;
}
.zentyal-form fieldset.clean .field,
.zentyal-form fieldset.clean .inline-fields,
.wpcf7-form fieldset.clean .field,
.wpcf7-form fieldset.clean .inline-fields {
  background-color: white;
  border: none;
}
.zentyal-form label,
.zentyal-form .label,
.zentyal-form .radio-group-label,
.wpcf7-form label,
.wpcf7-form .label,
.wpcf7-form .radio-group-label {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #463C4C !important;
  padding: 8px 8px 0 8px;
  display: block;
}
.zentyal-form input[type=checkbox],
.zentyal-form input[type=radio],
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  margin-left: 0;
}
.zentyal-form input[type=checkbox]:focus,
.zentyal-form input[type=radio]:focus,
.wpcf7-form input[type=checkbox]:focus,
.wpcf7-form input[type=radio]:focus {
  box-shadow: inset 0 0 5px #0087a5;
}
.zentyal-form input[type=password],
.zentyal-form input[type=text],
.zentyal-form input[type=number],
.zentyal-form input[type=email],
.zentyal-form input[type=search],
.zentyal-form input[type=file],
.zentyal-form input[type=url],
.zentyal-form input[type=tel],
.zentyal-form input[type=range],
.zentyal-form input[type=date],
.zentyal-form input[type=month],
.zentyal-form input[type=week],
.zentyal-form input[type=time],
.zentyal-form input[type=datetime],
.zentyal-form input[type=datetime-local],
.zentyal-form input[type=color],
.zentyal-form textarea,
.zentyal-form select,
.zentyal-form .no-editable,
.wpcf7-form input[type=password],
.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=search],
.wpcf7-form input[type=file],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=range],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form input[type=week],
.wpcf7-form input[type=time],
.wpcf7-form input[type=datetime],
.wpcf7-form input[type=datetime-local],
.wpcf7-form input[type=color],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .no-editable {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  display: block;
  font-size: 1.3em;
  color: #463C4C !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-weight: 700;
  background-color: transparent;
  height: 40px;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}
.zentyal-form input:focus,
.zentyal-form textarea:focus,
.zentyal-form select:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  color: #463C4C;
  outline: 0;
}
.zentyal-form input[type=submit]:disabled,
.zentyal-form .btn:disabled,
.zentyal-form .single-product .shop_attributes td .button:disabled,
.single-product .shop_attributes td .zentyal-form .button:disabled,
.wpcf7-form input[type=submit]:disabled,
.wpcf7-form .btn:disabled,
.wpcf7-form .single-product .shop_attributes td .button:disabled,
.single-product .shop_attributes td .wpcf7-form .button:disabled {
  border-color: #d64100;
  background-color: #d64100;
  color: #fff;
  box-shadow: none;
}
.zentyal-form input[type=color],
.wpcf7-form input[type=color] {
  height: 35px;
  border-radius: 3px;
}
.zentyal-form select,
.wpcf7-form select {
  padding-right: 30px;
  background: url("assets/images/ico-down.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.zentyal-form textarea,
.wpcf7-form textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
}
.zentyal-form ::-webkit-input-placeholder,
.wpcf7-form ::-webkit-input-placeholder {
  color: #B19CC0;
}
.zentyal-form :-moz-placeholder,
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #B19CC0;
}
.zentyal-form ::-moz-placeholder,
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #B19CC0;
}
.zentyal-form :-ms-input-placeholder,
.wpcf7-form :-ms-input-placeholder {
  color: #B19CC0;
}
.zentyal-form .field,
.zentyal-form .inline-fields,
.wpcf7-form .field,
.wpcf7-form .inline-fields {
  border-right: 1px solid #B19CC0;
  border-left: 1px solid #B19CC0;
  border-bottom: 1px solid #B19CC0;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-bottom: 0;
}
.zentyal-form .field.focus,
.zentyal-form .inline-fields.focus,
.wpcf7-form .field.focus,
.wpcf7-form .inline-fields.focus {
  background-color: white;
  box-shadow: inset 0 0 1px 1px #685C71;
}
.zentyal-form .field.checkbox,
.wpcf7-form .field.checkbox {
  padding: 15px 8px;
  background-color: white;
}
.zentyal-form .field.checkbox label,
.wpcf7-form .field.checkbox label {
  color: #d64100;
  font-size: 1em;
  display: inline-block;
  padding: 0;
  text-transform: none;
}
.zentyal-form .field.radio .field-help,
.zentyal-form .field.checkbox .field-help,
.wpcf7-form .field.radio .field-help,
.wpcf7-form .field.checkbox .field-help {
  display: inline-block;
}
.zentyal-form .field.radio input,
.zentyal-form .field.checkbox input,
.wpcf7-form .field.radio input,
.wpcf7-form .field.checkbox input {
  display: inline-block;
  margin: 0 5px 0 0;
}
.zentyal-form .radio-group,
.zentyal-form .checkbox-group,
.wpcf7-form .radio-group,
.wpcf7-form .checkbox-group {
  border-bottom: 1px solid #B19CC0 !important;
}
.zentyal-form .radio-group .field,
.zentyal-form .checkbox-group .field,
.wpcf7-form .radio-group .field,
.wpcf7-form .checkbox-group .field {
  border: none !important;
}
.zentyal-form .radio-group .radio-group-label,
.zentyal-form .checkbox-group .radio-group-label,
.wpcf7-form .radio-group .radio-group-label,
.wpcf7-form .checkbox-group .radio-group-label {
  margin-bottom: 10px;
}
.zentyal-form .radio-group label,
.zentyal-form .checkbox-group label,
.wpcf7-form .radio-group label,
.wpcf7-form .checkbox-group label {
  font-size: 16px;
  font-size: 1rem;
}
.zentyal-form .field.radio.inline-radio label,
.zentyal-form .field.checkbox.inline-checkbox label,
.wpcf7-form .field.radio.inline-radio label,
.wpcf7-form .field.checkbox.inline-checkbox label {
  display: inline-block;
  margin-right: 15px;
  padding: 8px;
  vertical-align: middle;
}
.zentyal-form .field.no-border,
.wpcf7-form .field.no-border {
  border: 0;
}
.zentyal-form .field-optional,
.wpcf7-form .field-optional {
  font-weight: normal;
  color: #00ADD0;
  font-style: italic;
  padding-left: 10px;
}
.zentyal-form .field-help,
.wpcf7-form .field-help {
  color: #888;
  font-size: 0.9rem;
  display: block;
}
.zentyal-form .field.error,
.wpcf7-form .field.error {
  box-shadow: inset 0 0 1px 1px #d45130;
}
.zentyal-form .field.error.focus,
.wpcf7-form .field.error.focus {
  box-shadow: inset 0 0 2px 2px #d45130;
}
.zentyal-form .field .error,
.zentyal-form .field .wpcf7-not-valid-tip,
.wpcf7-form .field .error,
.wpcf7-form .field .wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8em;
  margin: 0;
  color: #d45130;
}
.zentyal-form .field .wpcf7-form-control-wrap,
.wpcf7-form .field .wpcf7-form-control-wrap {
  position: static;
}
.zentyal-form .form-error,
.wpcf7-form .form-error {
  color: white;
  margin: 20px 0;
}
.zentyal-form .no-editable-field,
.wpcf7-form .no-editable-field {
  background: #F8F1FD url("images/locked.png") center right no-repeat;
}
.zentyal-form .field.dependant,
.wpcf7-form .field.dependant {
  display: none;
}
.zentyal-form .inline-field label,
.wpcf7-form .inline-field label {
  font-size: 1rem;
  padding: 8px;
  display: inline-block;
}
.zentyal-form .inline-field input,
.wpcf7-form .inline-field input {
  display: inline-block;
  width: auto;
}
.zentyal-form .inline-fields,
.wpcf7-form .inline-fields {
  border-bottom: none;
}
.zentyal-form .inline-fields .field,
.wpcf7-form .inline-fields .field {
  background-color: transparent;
  border-left: none;
  border-right: none;
}
.zentyal-form .add-on,
.wpcf7-form .add-on {
  float: left;
  padding: 8px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  color: #685C71;
}
.zentyal-form .field-add-on .add-on,
.wpcf7-form .field-add-on .add-on {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.zentyal-form p.form-row,
.wpcf7-form p.form-row {
  padding: 0;
  margin: 0;
}

.for-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.for-reader:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* wrappers bg */
.bg-body {
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}

.poligons {
  margin: 70px 0;
}

.bg-poligon-grl-du,
.bg-poligon-grl-dd,
.bg-poligon-grl-ud,
.bg-poligon-grl-uu,
.bg-poligon-gr-du,
.bg-poligon-gr-dd,
.bg-poligon-gr-ud,
.bg-poligon-gr-uu,
.bg-poligon-grd-du,
.bg-poligon-grd-dd,
.bg-poligon-grd-ud,
.bg-poligon-grd-uu,
.bg-poligon-s-du,
.bg-poligon-s-dd,
.bg-poligon-s-ud,
.bg-poligon-s-uu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.bg-poligon-grl-du::after,
.bg-poligon-grl-dd::after,
.bg-poligon-grl-ud::after,
.bg-poligon-grl-uu::after,
.bg-poligon-gr-du::after,
.bg-poligon-gr-dd::after,
.bg-poligon-gr-ud::after,
.bg-poligon-gr-uu::after,
.bg-poligon-grd-du::after,
.bg-poligon-grd-dd::after,
.bg-poligon-grd-ud::after,
.bg-poligon-grd-uu::after,
.bg-poligon-s-du::after,
.bg-poligon-s-dd::after,
.bg-poligon-s-ud::after,
.bg-poligon-s-uu::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  background-size: 2000px 100%;
  height: 70px;
}
.bg-poligon-grl-du::before,
.bg-poligon-grl-dd::before,
.bg-poligon-grl-ud::before,
.bg-poligon-grl-uu::before,
.bg-poligon-gr-du::before,
.bg-poligon-gr-dd::before,
.bg-poligon-gr-ud::before,
.bg-poligon-gr-uu::before,
.bg-poligon-grd-du::before,
.bg-poligon-grd-dd::before,
.bg-poligon-grd-ud::before,
.bg-poligon-grd-uu::before,
.bg-poligon-s-du::before,
.bg-poligon-s-dd::before,
.bg-poligon-s-ud::before,
.bg-poligon-s-uu::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  background-size: 2000px 100%;
  height: 70px;
}
.bg-poligon-grl-du.as-bg::after,
.bg-poligon-grl-dd.as-bg::after,
.bg-poligon-grl-ud.as-bg::after,
.bg-poligon-grl-uu.as-bg::after,
.bg-poligon-gr-du.as-bg::after,
.bg-poligon-gr-dd.as-bg::after,
.bg-poligon-gr-ud.as-bg::after,
.bg-poligon-gr-uu.as-bg::after,
.bg-poligon-grd-du.as-bg::after,
.bg-poligon-grd-dd.as-bg::after,
.bg-poligon-grd-ud.as-bg::after,
.bg-poligon-grd-uu.as-bg::after,
.bg-poligon-s-du.as-bg::after,
.bg-poligon-s-dd.as-bg::after,
.bg-poligon-s-ud.as-bg::after,
.bg-poligon-s-uu.as-bg::after {
  z-index: 0;
}
.bg-poligon-grl-du.as-bg::before,
.bg-poligon-grl-dd.as-bg::before,
.bg-poligon-grl-ud.as-bg::before,
.bg-poligon-grl-uu.as-bg::before,
.bg-poligon-gr-du.as-bg::before,
.bg-poligon-gr-dd.as-bg::before,
.bg-poligon-gr-ud.as-bg::before,
.bg-poligon-gr-uu.as-bg::before,
.bg-poligon-grd-du.as-bg::before,
.bg-poligon-grd-dd.as-bg::before,
.bg-poligon-grd-ud.as-bg::before,
.bg-poligon-grd-uu.as-bg::before,
.bg-poligon-s-du.as-bg::before,
.bg-poligon-s-dd.as-bg::before,
.bg-poligon-s-ud.as-bg::before,
.bg-poligon-s-uu.as-bg::before {
  z-index: 0;
}
.bg-poligon-grl-du.offset-top,
.bg-poligon-grl-dd.offset-top,
.bg-poligon-grl-ud.offset-top,
.bg-poligon-grl-uu.offset-top,
.bg-poligon-gr-du.offset-top,
.bg-poligon-gr-dd.offset-top,
.bg-poligon-gr-ud.offset-top,
.bg-poligon-gr-uu.offset-top,
.bg-poligon-grd-du.offset-top,
.bg-poligon-grd-dd.offset-top,
.bg-poligon-grd-ud.offset-top,
.bg-poligon-grd-uu.offset-top,
.bg-poligon-s-du.offset-top,
.bg-poligon-s-dd.offset-top,
.bg-poligon-s-ud.offset-top,
.bg-poligon-s-uu.offset-top {
  top: 400px;
}

.bg-poligon-grl-du,
.bg-poligon-grl-dd,
.bg-poligon-grl-uu,
.bg-poligon-grl-ud {
  background-color: #F8F1FD;
}

.bg-poligon-gr-du,
.bg-poligon-gr-dd,
.bg-poligon-gr-uu,
.bg-poligon-gr-ud {
  background-color: #DACCE3;
}

.bg-poligon-grd-du,
.bg-poligon-grd-dd,
.bg-poligon-grd-ud,
.bg-poligon-grd-uu {
  background-color: #463C4C;
}

.bg-poligon-s-du,
.bg-poligon-s-dd,
.bg-poligon-s-ud,
.bg-poligon-s-uu {
  background-color: #00E676;
}

.bg-poligon-grl-ud::before {
  background-image: url(assets/images/edge-t-grl-u.png);
}
.bg-poligon-grl-ud::after {
  background-image: url(assets/images/edge-b-grl-d.png);
}

.bg-poligon-grl-dd::before {
  background-image: url(assets/images/edge-t-grl-d.png);
}
.bg-poligon-grl-dd::after {
  background-image: url(assets/images/edge-b-grl-d.png);
}

.bg-poligon-grl-du::before {
  background-image: url(assets/images/edge-t-grl-d.png);
}
.bg-poligon-grl-du::after {
  background-image: url(assets/images/edge-b-grl-u.png);
}

.bg-poligon-grl-uu::before {
  background-image: url(assets/images/edge-t-grl-u.png);
}
.bg-poligon-grl-uu::after {
  background-image: url(assets/images/edge-b-grl-u.png);
}

.bg-poligon-gr-ud::before {
  background-image: url(assets/images/edge-t-gr-u.png);
}
.bg-poligon-gr-ud::after {
  background-image: url(assets/images/edge-b-gr-d.png);
}

.bg-poligon-gr-dd::before {
  background-image: url(assets/images/edge-t-gr-d.png);
}
.bg-poligon-gr-dd::after {
  background-image: url(assets/images/edge-b-gr-d.png);
}

.bg-poligon-gr-du::before {
  background-image: url(assets/images/edge-t-gr-d.png);
}
.bg-poligon-gr-du::after {
  background-image: url(assets/images/edge-b-gr-u.png);
}

.bg-poligon-gr-uu::before {
  background-image: url(assets/images/edge-t-gr-u.png);
}
.bg-poligon-gr-uu::after {
  background-image: url(assets/images/edge-b-gr-u.png);
}

.bg-poligon-grd-ud::before {
  background-image: url(assets/images/edge-t-grd-u.png);
}
.bg-poligon-grd-ud::after {
  background-image: url(assets/images/edge-b-grd-d.png);
}

.bg-poligon-grd-dd::before {
  background-image: url(assets/images/edge-t-grd-d.png);
}
.bg-poligon-grd-dd::after {
  background-image: url(assets/images/edge-b-grd-d.png);
}

.bg-poligon-grd-du::before {
  background-image: url(assets/images/edge-t-grd-d.png);
}
.bg-poligon-grd-du::after {
  background-image: url(assets/images/edge-b-grd-u.png);
}

.bg-poligon-grd-uu::before {
  background-image: url(assets/images/edge-t-grd-u.png);
}
.bg-poligon-grd-uu::after {
  background-image: url(assets/images/edge-b-grd-u.png);
}

.bg-poligon-s-ud::before {
  background-image: url(assets/images/edge-t-s-u.png);
}
.bg-poligon-s-ud::after {
  background-image: url(assets/images/edge-b-s-d.png);
}

.bg-poligon-s-dd::before {
  background-image: url(assets/images/edge-t-s-d.png);
}
.bg-poligon-s-dd::after {
  background-image: url(assets/images/edge-b-s-d.png);
}

.bg-poligon-s-du::before {
  background-image: url(assets/images/edge-t-s-d.png);
}
.bg-poligon-s-du::after {
  background-image: url(assets/images/edge-b-s-u.png);
}

.bg-poligon-s-uu::before {
  background-image: url(assets/images/edge-t-s-u.png);
}
.bg-poligon-s-uu::after {
  background-image: url(assets/images/edge-b-s-u.png);
}

.edge-top,
.edge-bottom {
  position: absolute;
  left: 0;
  bottom: 99.5%;
  width: 100%;
  z-index: 1;
}

.edge-bottom {
  top: 99.5%;
  bottom: initial;
}

.quote {
  font-family: "Aleo";
  font-weight: normal;
}

.quote-block {
  margin-bottom: 60px;
}
.quote-block img {
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-right: 10px;
}

picture.frame {
  display: inline-block;
  position: relative;
}
picture.frame::after {
  content: "";
  z-index: 0;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00E676;
}
picture.frame img {
  position: relative;
  z-index: 1;
  display: block;
}

.icon {
  width: 25px;
  fill: #685C71;
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  transition: fill 0.2s;
}
.icon:hover {
  fill: #EE4800;
}

.image-s {
  height: 50px;
  display: block;
  margin-bottom: 20px;
}

.image-m {
  height: 70px;
  display: block;
  margin-bottom: 20px;
}

.image-s-left {
  height: 60px;
  display: block;
  margin-right: 20px;
  float: left;
}

.image-m-left {
  height: 70px;
  display: block;
  margin-right: 20px;
  float: left;
}

.wrapper-bg-top {
  max-width: none;
}

.home .wrapper-bg-top {
  width: 150%;
}
.home .fold {
  padding-bottom: 100px;
}

.wrapper-bg-bottom-right,
.wrapper-bg-top-right {
  display: none;
}
.wrapper-bg-bottom-right.training-book,
.wrapper-bg-top-right.training-book {
  z-index: 1;
  max-height: 130%;
}

.foot-navigation > div {
  margin-bottom: 5px;
}
.foot-navigation ul {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
.foot-navigation ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.foot-navigation ul li::after {
  content: ", ";
}
.foot-navigation ul li:last-child::after {
  content: ".";
}

.arrow-green-down {
  position: relative;
}
.arrow-green-down::before {
  content: url(assets/images/arrow-green-down.png);
  position: absolute;
  top: 20px;
  right: 103%;
}

.lang-item a {
  display: block;
}
.lang-item a img {
  display: inline-block;
}

.site-header .form-navigation {
  display: block;
  width: auto;
  clear: none;
  float: none;
  margin-left: 200px;
  text-align: right;
}
.site-header .form-navigation ul {
  margin: 0;
  padding: 0;
}
.site-header .form-navigation ul li {
  display: inline-block;
  list-style: none;
}
.site-header .form-navigation ul li a {
  padding: 30px;
}

table.regular-table th {
  text-transform: uppercase;
  font-size: 80%;
  padding: 20px 0;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.7;
}
table.regular-table tr td {
  border-top: 1px solid #DACCE3;
  background-color: transparent;
  padding: 20px 0;
}
table.regular-table tr:last-child td {
  border-bottom: 1px solid #DACCE3;
}
table.regular-table tr:nth-child(2n) td {
  background-color: transparent;
}
table.regular-table tfoot tr td {
  border-bottom: none;
  border-top: none;
}

table.regular-table-fit th {
  text-transform: uppercase;
  font-size: 80%;
  padding: 10px 0;
  background-color: transparent;
  font-weight: 400;
  opacity: 0.7;
}
table.regular-table-fit tr td {
  border-top: 1px solid #DACCE3;
  background-color: transparent;
  padding: 10px 0;
}
table.regular-table-fit tr:last-child td {
  border-bottom: 1px solid #DACCE3;
}
table.regular-table-fit tr:nth-child(2n) td {
  background-color: transparent;
}
table.regular-table-fit tfoot tr td {
  border-bottom: none;
  border-top: none;
}

.table-wrapper {
  overflow-x: auto;
}
.table-wrapper table {
  min-width: 1000px;
}

table.features-table {
  table-layout: fixed;
}
table.features-table tbody tr:nth-child(2n) td {
  background-color: transparent;
}
table.features-table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.1);
}
table.features-table tbody tr:last-child td {
  border-bottom: 1px solid #00E676;
}
table.features-table tbody td {
  background-color: transparent;
  border-top: 1px solid #00E676;
  width: 40%;
  padding: 50px 0;
}
table.features-table tbody td + td {
  width: 60%;
}
table.features-table tbody td ul {
  list-style: none;
  margin: 0;
}
table.features-table tbody td ul li {
  margin: 0 0 15px 0;
}

table.compare-table {
  table-layout: fixed;
}
table.compare-table tbody tr:nth-child(2n) td {
  background-color: transparent;
}
table.compare-table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.1);
}
table.compare-table tbody td {
  background-color: transparent;
  padding: 0 0 0 40px;
  height: 50px;
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: middle;
}
table.compare-table tbody td + td {
  text-align: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 0;
  width: 30%;
}
table.compare-table tbody td img {
  display: inline-block;
}
table.compare-table tr.table-v-header:hover td {
  background-color: transparent;
}
table.compare-table tr.table-v-header td {
  padding: 0;
}
table.compare-table tr.table-v-header td div {
  position: relative;
  padding: 20px;
}
table.compare-table tr.table-v-header td div::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #00E676;
  left: 50px;
  right: 0;
  z-index: 0;
}
table.compare-table tr.table-v-header td div span {
  position: relative;
  background-color: #463C4C;
  padding-right: 20px;
  z-index: 1;
  font-weight: bold;
}

.scroll-x {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
}

.card, .zentyal-products ul.products li.product, .course-card {
  background-color: white;
  box-shadow: 2px 2px 2px rgba(70, 60, 76, 0.35);
  padding: 30px;
  margin-bottom: 30px;
}

.discount-badge {
  height: 130px;
  width: 130px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: white;
  background-image: url("assets/images/discount-badge.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.discount-badge span {
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.discount-badge span strong {
  display: block;
  font-size: 1.8rem;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  font-size: 75%;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: normal;
  letter-spacing: 1px;
}
dl dd {
  margin-bottom: 15px;
}

.course-card h3 {
  margin-bottom: 40px;
}
.course-card h3 span {
  display: block;
  margin-top: 20px;
}
.course-card h3 img {
  float: left;
  width: 80px;
  margin-right: 20px;
  margin-top: -20px;
}
.course-card p {
  clear: both;
}
.course-card .arrow-link-small {
  line-height: 40px;
}
.course-card .btn, .course-card .single-product .shop_attributes td .button, .single-product .shop_attributes td .course-card .button {
  display: block;
}
.course-card .discount-badge {
  position: absolute;
  top: -80px;
  right: -80px;
}

.usecase-item h2 {
  opacity: 0.7;
  font-weight: normal;
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
.usecase-item .quote {
  margin-top: 0 !important;
}
.usecase-item p {
  margin-bottom: 30px;
}

.onsale {
  color: #d45130;
  border-color: #d45130;
}

.site-main {
  margin-bottom: 0;
}

.post-type-archive-product {
  background-color: #FCF8FF;
}
.zentyal-products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zentyal-products ul.products h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-top: 30px;
  flex-basis: 100%;
}
.zentyal-products ul.products li.product {
  text-align: left;
  padding: 15px 15px 65px 15px;
  margin: 0 2% 25px 0 !important;
}
.zentyal-products ul.products li.product .woocommerce-loop-product__link {
  color: #463C4C;
}
.zentyal-products ul.products li.product .woocommerce-loop-product__link:hover {
  color: #463C4C;
}
.zentyal-products ul.products li.product .woocommerce-loop-product__link img {
  margin: 0;
  padding: 0;
  max-width: 100px;
}
.zentyal-products ul.products li.product img.wp-post-image {
  width: 100px;
  margin: 0 0 15px 0;
}
.zentyal-products ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
}
.zentyal-products ul.products li.product .description {
  font-size: 14.4px;
  font-size: 0.9rem;
}
.zentyal-products ul.products li.product .price {
  position: absolute;
  left: 15px;
  bottom: 18px;
  margin-bottom: 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.zentyal-products ul.products li.product .price del {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #d45130;
}
.zentyal-products ul.products li.product .button {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  text-align: center;
  padding: 11px 12px;
  color: white;
  text-decoration: none;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  outline: none;
  margin: 0;
  border: 2px solid #EE4800;
  background-color: #EE4800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.zentyal-products ul.products li.product .button:hover, .zentyal-products ul.products li.product .button:focus {
  text-decoration: none;
  background-color: #d64100;
  border-color: #d64100;
  color: white;
}

.anchor-nav {
  background-color: white;
  border-bottom: 1px solid #00E676;
}
.anchor-nav .row-l {
  margin-bottom: 0;
}
.anchor-nav li {
  display: inline-block;
}
.anchor-nav li a {
  padding: 20px;
  color: #685C71;
  display: block;
}

.page-template-template-usecase .hentry p, .page-template-template-usecase .hentry ul, .page-template-template-usecase .hentry ol, .page-template-template-usecase .hentry picture, .page-template-template-usecase .hentry figure, .page-template-template-usecase .hentry table,
.page-template-template-basic .hentry p,
.page-template-template-basic .hentry ul,
.page-template-template-basic .hentry ol,
.page-template-template-basic .hentry picture,
.page-template-template-basic .hentry figure,
.page-template-template-basic .hentry table,
.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content picture,
.single-post .entry-content figure,
.single-post .entry-content table {
  margin-bottom: 30px;
}
.page-template-template-usecase .hentry ul li,
.page-template-template-basic .hentry ul li,
.single-post .entry-content ul li {
  margin-top: 10px;
}
.page-template-template-usecase .hentry ul ul,
.page-template-template-basic .hentry ul ul,
.single-post .entry-content ul ul {
  margin-bottom: 0;
  margin-left: 40px;
}
.page-template-template-usecase .hentry ol ol,
.page-template-template-basic .hentry ol ol,
.single-post .entry-content ol ol {
  margin-bottom: 0;
}
.page-template-template-usecase .hentry h5,
.page-template-template-usecase .hentry h4,
.page-template-template-usecase .hentry h3,
.page-template-template-usecase .hentry h2,
.page-template-template-basic .hentry h5,
.page-template-template-basic .hentry h4,
.page-template-template-basic .hentry h3,
.page-template-template-basic .hentry h2,
.single-post .entry-content h5,
.single-post .entry-content h4,
.single-post .entry-content h3,
.single-post .entry-content h2 {
  margin-bottom: 30px;
  margin-top: 80px;
  font-weight: bold;
}
.page-template-template-usecase .hentry h2,
.page-template-template-basic .hentry h2,
.single-post .entry-content h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.page-template-template-usecase .hentry h3,
.page-template-template-basic .hentry h3,
.single-post .entry-content h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
}
.page-template-template-usecase .hentry h4,
.page-template-template-basic .hentry h4,
.single-post .entry-content h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.page-template-template-usecase .hentry h5,
.page-template-template-basic .hentry h5,
.single-post .entry-content h5 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: normal;
}
.page-template-template-usecase .hentry table td, .page-template-template-usecase .hentry table th,
.page-template-template-basic .hentry table td,
.page-template-template-basic .hentry table th,
.single-post .entry-content table td,
.single-post .entry-content table th {
  border-bottom: 1px solid #00E676;
  background-color: white;
}
.page-template-template-usecase .hentry table tr:hover td,
.page-template-template-basic .hentry table tr:hover td,
.single-post .entry-content table tr:hover td {
  background-color: #FCF8FF;
}

.single-post .entry-taxonomy {
  color: #685C71;
  opacity: 0.7;
}
.single-post .entry-taxonomy::before, .single-post .entry-taxonomy::after {
  content: "";
  width: 200px;
  border-top: 1px solid #00E676;
  display: block;
  margin: 80px 0;
}
.single-post .entry-taxonomy .cat-links::before,
.single-post .entry-taxonomy .tags-links::before {
  display: none;
}
.single-post .entry-taxonomy .cat-links a,
.single-post .entry-taxonomy .tags-links a {
  color: inherit;
}

.single-product #content {
  min-height: 500px;
}
.single-product div.product {
  overflow: visible;
}
.single-product .shop_attributes {
  margin-top: 30px;
}
.single-product .shop_attributes tr {
  display: block;
}
.single-product .shop_attributes th, .single-product .shop_attributes td {
  background-color: transparent;
  display: block;
  padding: 0;
}
.single-product .shop_attributes th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #685C71;
}
.single-product .shop_attributes td {
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1;
}
.single-product .shop_attributes td *, .single-product .shop_attributes td p.price {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.single-product .shop_attributes td .button {
  padding-top: 18px;
  padding-bottom: 18px;
}

.sidebar-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.sidebar-list li {
  margin-bottom: 10px;
}

.cart-collaterals .cross-sells {
  display: none;
}

#post-navigation .nav-links {
  text-align: left;
}
#post-navigation .nav-links a, #post-navigation .nav-links span {
  text-align: center;
  line-height: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0 12px;
  display: inline-block;
}
#post-navigation .nav-links a {
  background: #F8F1FD;
}
#post-navigation .nav-links span.current {
  background: #EE4800;
  color: white;
}

h2 + h3 {
  border: none !important;
  padding: none !important;
}

.content-area, .widget-area {
  margin: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.price-table .p-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #00E676;
  padding: 15px 0;
  background: white;
}
.price-table .p-col {
  text-align: center;
  margin: 0;
  background: white;
}
.price-table .v-head {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.price-table .p-type {
  display: block;
  color: #685C71;
  font-size: 11.2px;
  font-size: 0.7rem;
}
.price-table .p-row-head {
  justify-content: space-between;
  background-color: transparent;
}
.price-table .p-row-head .p-col {
  background-color: white;
  padding: 15px 0;
  width: 45%;
  margin-bottom: 15px;
  border: 1px solid #00cf6a;
}
.price-table .p-row-foot {
  display: none;
}

.tickets {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.tickets h2,
.tickets-txt {
  width: 100%;
}

.ticket {
  border: 1px solid #B19CC0;
  padding: 30px;
  background-color: white;
  position: relative;
  width: 100%;
}
.ticket svg {
  width: 50px;
  height: 50px;
}
.ticket::before, .ticket::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  width: 100%;
  width: calc( 100% + 3px );
  height: 30px;
}
.ticket::before {
  background-image: url("assets/images/ticket.svg");
  background-position: bottom;
  top: -28px;
}
.ticket::after {
  background-image: url("assets/images/ticket-b.svg");
  bottom: -28px;
  background-position: top;
}
.ticket .t-price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.ticket .t-price span {
  line-height: 1;
}

@media (min-width: 450px) {
  .price-table .p-row {
    justify-content: space-evenly;
  }
  .price-table .p-row-head {
    justify-content: space-between;
  }
  .price-table .p-row-head .p-col {
    width: 24%;
  }

  .tickets {
    justify-content: space-between;
  }

  .ticket {
    width: 45%;
  }
}
@media (min-width: 768px) {
  h1, .title1 {
    font-size: 35.2px;
    font-size: 2.2rem;
  }

  h2, .title2 {
    font-size: 32px;
    font-size: 2rem;
  }

  h3, .title3 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }

  h4, .title4 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }

  h5, .title5 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  h6, .title6 {
    font-size: 16px;
    font-size: 1rem;
  }

  .huge-l {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .hide-on-tablets,
.h-tablets {
    display: none !important;
  }

  .row > .w75, .row > .w50, .row > .w25,
.row-full > .w75,
.row-full > .w50,
.row-full > .w25,
.row-s > .w75,
.row-s > .w50,
.row-s > .w25,
.row-xs > .w75,
.row-xs > .w50,
.row-xs > .w25,
.row-l > .w75,
.row-l > .w50,
.row-l > .w25,
.row-xl > .w75,
.row-xl > .w50,
.row-xl > .w25 {
    float: left;
  }

  .w25,
.w33 {
    width: 50%;
  }
  .w25.shadow, .w25.margin, .w25.margin-xl,
.w33.shadow,
.w33.margin,
.w33.margin-xl {
    width: 48.5%;
    margin-right: 1%;
  }

  .w50 {
    width: 50%;
  }
  .w50.shadow, .w50.margin {
    width: 49.5%;
  }
  .w50.margin-xl {
    width: 46%;
    margin-right: 1%;
  }

  .w75 {
    width: 100%;
    float: none;
  }
  .w75.shadow, .w75.margin, .w75.margin {
    width: 100%;
    margin-right: 0%;
    float: none;
  }

  .w75.margin,
.w50.margin,
.w25.margin {
    margin-right: 1%;
  }
  .w75.margin:last-child,
.w50.margin:last-child,
.w25.margin:last-child {
    margin-right: 0 !important;
  }
  .w75.margin:first-child,
.w50.margin:first-child,
.w25.margin:first-child {
    margin-left: 0 !important;
  }
  .w75.margin-xl,
.w50.margin-xl,
.w25.margin-xl {
    margin-right: 8%;
  }
  .w75.margin-xl:last-child,
.w50.margin-xl:last-child,
.w25.margin-xl:last-child {
    margin-right: 0 !important;
  }
  .w75.margin-xl:first-child,
.w50.margin-xl:first-child,
.w25.margin-xl:first-child {
    margin-left: 0 !important;
  }

  .w75.p-l,
.w60.p-l,
.w50.p-l,
.w40.p-l,
.w33.p-l,
.w25.p-l {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding-top: 0;
    margin-bottom: 0 !important;
    border: none;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
  }

  #totrial {
    float: right;
  }

  .site-header .main-navigation {
    display: block;
    width: 100% !important;
    clear: none;
    float: none;
    padding-left: 170px;
    padding-right: 20px;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
  .site-header .main-navigation .btn-menu-right {
    float: right;
    margin-top: 10px;
  }
  .site-header .main-navigation ul.menu {
    margin-top: 10px;
  }
  .site-header .main-navigation ul.menu > li > a {
    padding: 25px 10px 10px 10px;
    text-transform: uppercase;
    font-size: 13.6px;
    font-size: 0.85rem;
  }

  .logo-wrapper a {
    padding: 25px 20px;
  }

  .rocket {
    position: absolute;
    z-index: 2;
    bottom: -130px;
    height: 130%;
    right: -50px;
  }

  .home .fold {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-m {
    height: 80px;
  }

  .zentyal-form .field,
.zentyal-form .inline-fields,
.wpcf7-form .field,
.wpcf7-form .inline-fields {
    border-bottom: 1px solid #B19CC0;
  }
  .zentyal-form .field.focus,
.zentyal-form .inline-fields.focus,
.wpcf7-form .field.focus,
.wpcf7-form .inline-fields.focus {
    background-color: white;
    box-shadow: inset 0 0 1px 1px #685C71;
  }
  .zentyal-form .inline-fields,
.wpcf7-form .inline-fields {
    display: flex;
    flex-flow: row wrap;
  }
  .zentyal-form .inline-fields .radio-group-label,
.wpcf7-form .inline-fields .radio-group-label {
    flex: 1 100%;
  }
  .zentyal-form .inline-fields .field,
.wpcf7-form .inline-fields .field {
    flex: 1 0 0 0;
    border-left: 1px solid #B19CC0;
    border-bottom: none;
    border-right: none;
  }
  .zentyal-form .inline-fields .field:first-child,
.wpcf7-form .inline-fields .field:first-child {
    border-left: none;
  }

  .quote-block {
    flex-basis: 50%;
    padding-right: 60px;
  }

  .storefront-full-width-content.single-product div.product .summary {
    width: 100%;
    position: relative;
    padding-right: 40%;
  }
  .storefront-full-width-content.single-product div.product .summary .woocommerce-product-details__short-description * {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 30px;
  }
  .storefront-full-width-content.single-product div.product .summary h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  .storefront-full-width-content.single-product div.product .summary .shop_attributes {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .sticky-nav.sidebar {
    position: absolute;
    top: 0;
    padding-top: 40px;
    width: 260px;
  }
  .sticky-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .sticky-nav.fixed.sticky-basic {
    width: 100%;
  }
  .sticky-nav.bottom {
    position: absolute;
    bottom: 0;
    top: initial;
  }

  .sticky-content-reference {
    margin-left: 300px;
  }

  .ticket,
.tickets-txt {
    width: 30%;
  }
}
@media (min-width: 980px) {
  .mr-0 {
    margin-right: 0 !important;
  }

  .mr-s {
    margin-right: 15px !important;
  }

  .mr-m {
    margin-right: 30px !important;
  }

  .mr-l {
    margin-right: 60px !important;
  }

  .mr-xl {
    margin-right: 90px !important;
  }

  .mr-xxl {
    margin-right: 120px !important;
  }

  .ml-0 {
    margin-left: 0 !important;
  }

  .ml-s {
    margin-left: 15px !important;
  }

  .ml-m {
    margin-left: 30px !important;
  }

  .ml-l {
    margin-left: 60px !important;
  }

  .ml-xl {
    margin-left: 90px !important;
  }

  .ml-xxl {
    margin-left: 120px !important;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-s {
    margin-bottom: 15px !important;
  }

  .mb-m {
    margin-bottom: 30px !important;
  }

  .mb-l {
    margin-bottom: 60px !important;
  }

  .mb-xl {
    margin-bottom: 90px !important;
  }

  .mb-xxl {
    margin-bottom: 120px !important;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mt-s {
    margin-top: 15px !important;
  }

  .mt-m {
    margin-top: 30px !important;
  }

  .mt-l {
    margin-top: 60px !important;
  }

  .mt-xl {
    margin-top: 90px !important;
  }

  .mt-xxl {
    margin-top: 120px !important;
  }

  .ma-0 {
    margin: 0 !important;
  }

  .ma-s {
    margin: 15px !important;
  }

  .ma-m {
    margin: 30px !important;
  }

  .ma-l {
    margin: 60px !important;
  }

  .ma-xl {
    margin: 90px !important;
  }

  .ma-xxl {
    margin: 120px !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .pr-s {
    padding-right: 15px !important;
  }

  .pr-m {
    padding-right: 30px !important;
  }

  .pr-l {
    padding-right: 60px !important;
  }

  .pr-xl {
    padding-right: 90px !important;
  }

  .pr-xxl {
    padding-right: 120px !important;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

  .pl-s {
    padding-left: 15px !important;
  }

  .pl-m {
    padding-left: 30px !important;
  }

  .pl-l {
    padding-left: 60px !important;
  }

  .pl-xl {
    padding-left: 90px !important;
  }

  .pl-xxl {
    padding-left: 120px !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-s {
    padding-bottom: 15px !important;
  }

  .pb-m {
    padding-bottom: 30px !important;
  }

  .pb-l {
    padding-bottom: 60px !important;
  }

  .pb-xl {
    padding-bottom: 90px !important;
  }

  .pb-xxl {
    padding-bottom: 120px !important;
  }

  .pt-0 {
    padding-top: 0 !important;
  }

  .pt-s {
    padding-top: 15px !important;
  }

  .pt-m {
    padding-top: 30px !important;
  }

  .pt-l {
    padding-top: 60px !important;
  }

  .pt-xl {
    padding-top: 90px !important;
  }

  .pt-xxl {
    padding-top: 120px !important;
  }

  .pa-0 {
    padding: 0 !important;
  }

  .pa-s {
    padding: 15px !important;
  }

  .pa-m {
    padding: 30px !important;
  }

  .pa-l {
    padding: 60px !important;
  }

  .pa-xl {
    padding: 90px !important;
  }

  .pa-xxl {
    padding: 120px !important;
  }

  .desktop-only {
    display: block;
  }

  h1, .title1 {
    font-size: 41.6px;
    font-size: 2.6rem;
  }

  h2, .title2 {
    font-size: 35.2px;
    font-size: 2.2rem;
  }

  h3, .title3 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }

  h4, .title4 {
    font-size: 22.4px;
    font-size: 1.4rem;
  }

  h5, .title5 {
    font-size: 17.6px;
    font-size: 1.1rem;
  }

  h6, .title6 {
    font-size: 16px;
    font-size: 1rem;
  }

  .huge-l {
    font-size: 44.8px;
    font-size: 2.8rem;
  }

  .huge {
    font-size: 43.2px;
    font-size: 2.7rem;
  }

  p,
.p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .w25 {
    width: 25%;
  }
  .w25.shadow, .w25.margin {
    width: 24.25%;
  }
  .w25.margin-l {
    width: 22%;
  }
  .w25.margin-xl {
    width: 19%;
  }

  .w33 {
    width: 33.3333%;
  }
  .w33.shadow, .w33.margin {
    width: 32.666%;
  }
  .w33.margin-l {
    width: 30.6666%;
  }
  .w33.margin-xl {
    width: 28%;
  }

  .w40 {
    width: 40%;
  }
  .w40.shadow, .w40.margin {
    width: 39.5%;
  }
  .w40.margin-l {
    width: 38%;
  }
  .w40.margin-xl {
    width: 36%;
  }

  .w50 {
    width: 50%;
  }
  .w50.shadow, .w50.margin {
    width: 49.5%;
  }
  .w50.margin-l {
    width: 48% !important;
  }
  .w50.margin-xl {
    width: 46%;
  }

  .w60 {
    width: 60%;
  }
  .w60.shadow, .w60.margin {
    width: 59.5%;
  }
  .w60.margin-l {
    width: 58%;
  }
  .w60.margin-xl {
    width: 56%;
  }

  .w75 {
    width: 75%;
  }
  .w75.shadow, .w75.margin {
    width: 74.75%;
  }
  .w75.margin-l {
    width: 73%;
  }
  .w75.margin-xl {
    width: 71%;
  }

  .w100 {
    width: 100%;
  }

  .w75,
.w60,
.w50,
.w40,
.w33,
.w25,
.w100 {
    margin-bottom: 0;
  }
  .w75.margin:last-child, .w75.margin-l:last-child, .w75.margin-xl:last-child,
.w60.margin:last-child,
.w60.margin-l:last-child,
.w60.margin-xl:last-child,
.w50.margin:last-child,
.w50.margin-l:last-child,
.w50.margin-xl:last-child,
.w40.margin:last-child,
.w40.margin-l:last-child,
.w40.margin-xl:last-child,
.w33.margin:last-child,
.w33.margin-l:last-child,
.w33.margin-xl:last-child,
.w25.margin:last-child,
.w25.margin-l:last-child,
.w25.margin-xl:last-child,
.w100.margin:last-child,
.w100.margin-l:last-child,
.w100.margin-xl:last-child {
    margin-right: 0 !important;
  }
  .w75.margin:first-child, .w75.margin-l:first-child, .w75.margin-xl:first-child,
.w60.margin:first-child,
.w60.margin-l:first-child,
.w60.margin-xl:first-child,
.w50.margin:first-child,
.w50.margin-l:first-child,
.w50.margin-xl:first-child,
.w40.margin:first-child,
.w40.margin-l:first-child,
.w40.margin-xl:first-child,
.w33.margin:first-child,
.w33.margin-l:first-child,
.w33.margin-xl:first-child,
.w25.margin:first-child,
.w25.margin-l:first-child,
.w25.margin-xl:first-child,
.w100.margin:first-child,
.w100.margin-l:first-child,
.w100.margin-xl:first-child {
    margin-left: 0 !important;
  }
  .w75.margin,
.w60.margin,
.w50.margin,
.w40.margin,
.w33.margin,
.w25.margin,
.w100.margin {
    margin-right: 1%;
  }
  .w75.margin-l,
.w60.margin-l,
.w50.margin-l,
.w40.margin-l,
.w33.margin-l,
.w25.margin-l,
.w100.margin-l {
    margin-right: 4%;
  }
  .w75.margin-xl,
.w60.margin-xl,
.w50.margin-xl,
.w40.margin-xl,
.w33.margin-xl,
.w25.margin-xl,
.w100.margin-xl {
    margin-right: 8%;
  }

  .row > .w75, .row > .w60, .row > .w50, .row > .w40, .row > .w33, .row > .w25, .row > .w100,
.row-s > .w75,
.row-s > .w60,
.row-s > .w50,
.row-s > .w40,
.row-s > .w33,
.row-s > .w25,
.row-s > .w100,
.row-xs > .w75,
.row-xs > .w60,
.row-xs > .w50,
.row-xs > .w40,
.row-xs > .w33,
.row-xs > .w25,
.row-xs > .w100,
.row-l > .w75,
.row-l > .w60,
.row-l > .w50,
.row-l > .w40,
.row-l > .w33,
.row-l > .w25,
.row-l > .w100,
.row-xl > .w75,
.row-xl > .w60,
.row-xl > .w50,
.row-xl > .w40,
.row-xl > .w33,
.row-xl > .w25,
.row-xl > .w100,
.row-full > .w75,
.row-full > .w60,
.row-full > .w50,
.row-full > .w40,
.row-full > .w33,
.row-full > .w25,
.row-full > .w100 {
    float: left;
  }

  .wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .wrapper.wrapper-m-l {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrapper.wrapper-m-xl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .wrapper.wrapper-m-xxl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .wrapper.wrapper-m-xxxl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .wrapper.page-no-head h1 {
    margin-bottom: 35px;
  }

  .btn.btn-xs, .single-product .shop_attributes td .btn-xs.button {
    padding: 8px 14px;
  }
  .btn.btn-s, .single-product .shop_attributes td .btn-s.button {
    padding: 10px 20px;
  }
  .btn.btn-l, .single-product .shop_attributes td .btn-l.button {
    padding: 14px 30px;
  }
  .btn.btn-xl, .single-product .shop_attributes td .btn-xl.button {
    padding: 15px 45px;
    font-size: 21.6px;
    font-size: 1.35rem;
  }

  .gotop:hover {
    text-decoration: none;
    padding-bottom: 15px;
    background-color: white;
  }

  .rocket {
    height: 180%;
    left: -200px;
  }

  .home .fold {
    padding-top: 100px;
    padding-bottom: 250px;
  }
  .home .wrapper-bg-top-right {
    top: 135px;
    left: 30%;
  }

  .wrapper-bg-bottom-right {
    position: absolute;
    bottom: -70px;
    left: 35%;
    display: block;
    z-index: -1;
  }
  .wrapper-bg-bottom-right.square {
    left: 55%;
  }

  .wrapper-bg-top-right {
    position: absolute;
    top: 0;
    left: 35%;
    display: block;
    z-index: -1;
  }
  .wrapper-bg-top-right.square {
    left: 55%;
    top: 150px;
  }

  .wrapper-bg-bottom-left {
    position: absolute;
    bottom: -70px;
    right: 35%;
    display: block;
    z-index: -1;
  }
  .wrapper-bg-bottom-left.square {
    right: 55%;
  }

  .wrapper-bg-top-left {
    position: absolute;
    top: 0;
    right: 35%;
    display: block;
    z-index: -1;
  }
  .wrapper-bg-top-left.square {
    right: 55%;
    top: 150px;
  }

  .wrapper-bg-bottom-right.index0,
.wrapper-bg-top-right.index0,
.wrapper-bg-bottom-left.index0,
.wrapper-bg-top-left.index0 {
    z-index: 0;
  }

  #when .wrapper-bg-top-left {
    right: 60%;
    width: 500px;
    margin-top: 100px;
  }

  .quote-block {
    flex-basis: 33%;
    padding-right: 60px;
  }

  .usecase-item h2 {
    margin-top: 120px;
  }

  .woo-multi-currency {
    position: absolute;
    top: 0;
    right: 0;
  }

  .zentyal-products ul.products li.post-828,
.zentyal-products ul.products li.post-1774 {
    width: 65% !important;
  }
  .zentyal-products ul.products li.post-828 .woocommerce-loop-product__title,
.zentyal-products ul.products li.post-1774 .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .zentyal-products ul.products li.post-828 .woocommerce-loop-product__link img,
.zentyal-products ul.products li.post-1774 .woocommerce-loop-product__link img {
    width: 100%;
    max-width: none;
  }

  .sticky-content-reference {
    margin-left: 400px;
  }

  .link-perpetua {
    max-width: 28%;
    z-index: 1;
    position: relative;
  }

  .price-table {
    margin-top: -30px;
  }
  .price-table .p-type {
    display: none;
  }
  .price-table .p-row {
    display: flex;
    padding: 0;
    background-color: transparent;
    justify-content: space-between;
    border-bottom: none;
  }
  .price-table .p-col {
    text-align: center;
    padding: 15px 0;
    border-width: 0 1px 0 1px;
    border-color: #00cf6a;
    border-style: solid;
    margin: 0 0.5%;
    flex-basis: 17%;
    border-bottom: 1px solid #00E676;
  }
  .price-table .p-row-head {
    justify-content: flex-end;
  }
  .price-table .p-row-head .p-col {
    border-top: 1px solid #00cf6a;
    margin-bottom: 0;
    padding: 30px 0;
  }
  .price-table .v-head {
    width: 28%;
    text-align: left;
    padding: 15px 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid white;
  }
  .price-table .p-row-foot {
    display: flex;
    border-bottom: none;
    justify-content: flex-end;
  }
  .price-table .p-row-foot .p-col {
    border-bottom: 1px solid #00cf6a;
  }
  .price-table .p-row-foot .v-head {
    border-bottom-color: transparent;
  }

  #p-licence .p-col {
    border-color: #B19CC0;
    border-bottom-color: #DACCE3;
  }
  #p-licence .v-head {
    border-bottom-color: #B19CC0;
  }
  #p-licence .p-row-foot .p-col {
    border-bottom-color: #B19CC0;
  }
  #p-licence .p-row-foot .v-head {
    border-bottom-color: transparent;
  }
}
@media (min-width: 1200px) {
  .mr-0 {
    margin-right: 0 !important;
  }

  .mr-s {
    margin-right: 15px !important;
  }

  .mr-m {
    margin-right: 30px !important;
  }

  .mr-l {
    margin-right: 60px !important;
  }

  .mr-xl {
    margin-right: 120px !important;
  }

  .mr-xxl {
    margin-right: 280px !important;
  }

  .ml-0 {
    margin-left: 0 !important;
  }

  .ml-s {
    margin-left: 15px !important;
  }

  .ml-m {
    margin-left: 30px !important;
  }

  .ml-l {
    margin-left: 60px !important;
  }

  .ml-xl {
    margin-left: 120px !important;
  }

  .ml-xxl {
    margin-left: 280px !important;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-s {
    margin-bottom: 15px !important;
  }

  .mb-m {
    margin-bottom: 30px !important;
  }

  .mb-l {
    margin-bottom: 60px !important;
  }

  .mb-xl {
    margin-bottom: 120px !important;
  }

  .mb-xxl {
    margin-bottom: 280px !important;
  }

  .mt-0 {
    margin-top: 0 !important;
  }

  .mt-s {
    margin-top: 15px !important;
  }

  .mt-m {
    margin-top: 30px !important;
  }

  .mt-l {
    margin-top: 60px !important;
  }

  .mt-xl {
    margin-top: 120px !important;
  }

  .mt-xxl {
    margin-top: 280px !important;
  }

  .ma-0 {
    margin: 0 !important;
  }

  .ma-s {
    margin: 15px !important;
  }

  .ma-m {
    margin: 30px !important;
  }

  .ma-l {
    margin: 60px !important;
  }

  .ma-xl {
    margin: 120px !important;
  }

  .ma-xxl {
    margin: 280px !important;
  }

  .pr-0 {
    padding-right: 0 !important;
  }

  .pr-s {
    padding-right: 15px !important;
  }

  .pr-m {
    padding-right: 30px !important;
  }

  .pr-l {
    padding-right: 60px !important;
  }

  .pr-xl {
    padding-right: 120px !important;
  }

  .pr-xxl {
    padding-right: 280px !important;
  }

  .pl-0 {
    padding-left: 0 !important;
  }

  .pl-s {
    padding-left: 15px !important;
  }

  .pl-m {
    padding-left: 30px !important;
  }

  .pl-l {
    padding-left: 60px !important;
  }

  .pl-xl {
    padding-left: 120px !important;
  }

  .pl-xxl {
    padding-left: 280px !important;
  }

  .pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-s {
    padding-bottom: 15px !important;
  }

  .pb-m {
    padding-bottom: 30px !important;
  }

  .pb-l {
    padding-bottom: 60px !important;
  }

  .pb-xl {
    padding-bottom: 120px !important;
  }

  .pb-xxl {
    padding-bottom: 280px !important;
  }

  .pt-0 {
    padding-top: 0 !important;
  }

  .pt-s {
    padding-top: 15px !important;
  }

  .pt-m {
    padding-top: 30px !important;
  }

  .pt-l {
    padding-top: 60px !important;
  }

  .pt-xl {
    padding-top: 120px !important;
  }

  .pt-xxl {
    padding-top: 280px !important;
  }

  .pa-0 {
    padding: 0 !important;
  }

  .pa-s {
    padding: 15px !important;
  }

  .pa-m {
    padding: 30px !important;
  }

  .pa-l {
    padding: 60px !important;
  }

  .pa-xl {
    padding: 120px !important;
  }

  .pa-xxl {
    padding: 280px !important;
  }

  h1, .title1 {
    font-size: 48px;
    font-size: 3rem;
  }

  h2, .title2 {
    font-size: 41.6px;
    font-size: 2.6rem;
  }

  .huge-l {
    font-size: 64px;
    font-size: 4rem;
  }

  .huge {
    font-size: 56px;
    font-size: 3.5rem;
  }

  .rocket {
    height: 145%;
    left: -100px;
  }

  .scroll-x .quote-block:first-child {
    margin-left: calc(50vw - 600px);
  }

  .wrapper-bg-bottom-right {
    left: 45%;
  }

  .wrapper-bg-top-right {
    left: 45%;
  }
}
@media (min-width: 1400px) {
  .home .fold {
    padding-bottom: 300px;
  }
  .home .wrapper-bg-top-right {
    top: 125px;
    left: 35%;
  }

  .image-m {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .main-nav {
    top: 100px;
    right: 80px;
  }
}
@media (min-width: 2000px) {
  .bg-poligon-grl-du::after,
.bg-poligon-grl-dd::after,
.bg-poligon-grl-ud::after,
.bg-poligon-grl-uu::after,
.bg-poligon-gr-du::after,
.bg-poligon-gr-dd::after,
.bg-poligon-gr-ud::after,
.bg-poligon-gr-uu::after,
.bg-poligon-grd-du::after,
.bg-poligon-grd-dd::after,
.bg-poligon-grd-ud::after,
.bg-poligon-grd-uu::after,
.bg-poligon-s-du::after,
.bg-poligon-s-dd::after,
.bg-poligon-s-ud::after,
.bg-poligon-s-uu::after {
    background-size: 100% 70px;
  }
  .bg-poligon-grl-du::before,
.bg-poligon-grl-dd::before,
.bg-poligon-grl-ud::before,
.bg-poligon-grl-uu::before,
.bg-poligon-gr-du::before,
.bg-poligon-gr-dd::before,
.bg-poligon-gr-ud::before,
.bg-poligon-gr-uu::before,
.bg-poligon-grd-du::before,
.bg-poligon-grd-dd::before,
.bg-poligon-grd-ud::before,
.bg-poligon-grd-uu::before,
.bg-poligon-s-du::before,
.bg-poligon-s-dd::before,
.bg-poligon-s-ud::before,
.bg-poligon-s-uu::before {
    background-size: 100% 70px;
  }
}

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