/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
video {
  display: block;
}
img {
  border-style: none;
}
button,
input,
select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
:after,
:before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  border: 0 solid;
}
img {
  border-style: solid;
}
input::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder {
  color: inherit;
}
input::placeholder {
  color: inherit;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
canvas,
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-light-orange {
  background-color: rgba(255, 252, 245, 0.5);
}

.white-bg{
  background-color: #ffffff;
}
.bg-green {
  background-color: #50a13c;
}
.bg-green-darker {
  background-color: #438732;
}
.bg-dark {
  background-color: #282833;
}
.bg-dark-90 {
  background-color: #222226;
}
.bg-dark-80 {
  background-color: #616166;
}
.bg-dark-60 {
  background-color: #f2f2f2;
}
.bg-red {
  background-color: #fa4e4e;
}
.bg-blue {
  background-color: #4e7efa;
}
.bg-contain {
  background-size: contain;
}
.border-light-orange {
  border-color: #faf9f7;
}
.border-dark {
  border-color: #282833;
}
.rounded-none {
  border-radius: 0;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
  visibility: unset;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.h-6 {
  height: 1.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-48 {
  height: 12rem;
}
.h-109 {
  height: 27.25rem;
}
.h-125 {
  height: 31.25rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}
.m-0 {
  margin: 0;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mr-17 {
  margin-right: 4.25rem;
}
.mb-17 {
  margin-bottom: 4.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-22 {
  margin-top: 5.5rem;
}
.mr-22 {
  margin-right: 5.5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mt-auto {
  margin-top: auto;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.outline-none {
  outline: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-22 {
  padding-top: 5.5rem;
}
.pb-22 {
  padding-bottom: 5.5rem;
}
.pt-25 {
  padding-top: 6.25rem;
}
.pb-30 {
  padding-bottom: 7.5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pb-37 {
  padding-bottom: 9.25rem;
}
.pt-56 {
  padding-top: 14rem;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-light-orange {
  color: #faf9f7;
}
.text-green {
  color: #50a13c;
}
a.text-green {
  transition: color 250ms ease-in-out;
}
a.text-green:hover {
  color: #83D46F;
}
.text-dark {
  color: #282833;
}
.text-dark-80 {
  color: #616166;
}
.focus\:text-dark:focus {
  color: #282833;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.020rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-5xl {
  font-size: 3rem;
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration: none;
}
.tracking-wide {
  letter-spacing: 2px;
}
.align-bottom {
  vertical-align: bottom;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-22 {
  width: 5.5rem;
}
.w-40 {
  width: 10rem;
}
.w-60 {
  width: 15rem;
}
.w-74 {
  width: 18.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
html {
  font-family: HKGrotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.logo-on-dark {
  position: relative;
  width: 36%;
}
@media (min-width: 768px) {
  .main__title {
    font-size: 72px;
  }
}
@media (min-width: 1350px) {
  .main__title {
    font-size: 72px;
  }
}
.m-page-l {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .m-page-l {
    margin-left: 40px;
  }
}
@media (min-width: 1350px) {
  .m-page-l {
    margin-left: 100px;
  }
}
.m-page-r {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .m-page-r {
    margin-right: 40px;
  }
}
@media (min-width: 1350px) {
  .m-page-r {
    margin-right: 100px;
  }
}
.p-page-r {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .p-page-r {
    padding-right: 40px;
  }
}
@media (min-width: 1350px) {
  .p-page-r {
    padding-right: 100px;
  }
}
.button-primary-light {
  background-color: #faf9f7;
}
.button-primary-light.hover,
.button-primary-light:hover {
  background-color: #50a13c;
  color: #faf9f7;
}
.button-primary-light.button-primary-light_disabled,
.button-primary-light.button-primary-light_disabled.hover,
.button-primary-light.button-primary-light_disabled:hover {
  color: #282833;
  border-color: transparent;
  background-color: #8a8a99;
}
.button.button-primary-light.hover img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button.button-primary-light.hover svg {
  stroke: #faf9f7;
}
.button.button-primary-light img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
}
.button.button-primary-light svg {
  stroke: #282833;
}
.button-primary-light.button-primary-light_disabled:hover img,
.button-primary-light.button-primary-light_disabled img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
}
.button-primary-light.button-primary-light_disabled:hover svg,
.button-primary-light.button-primary-light_disabled svg {
  stroke: #282833;
}
.button-primary-light:hover img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button-primary-light:hover svg {
  stroke: #faf9f7;
}
.button-primary-light.focused,
.button-primary-light:focus {
  box-shadow: 0 0 0 3px #4e7efa;
}
.button-primary-light.active,
.button-primary-light:active {
  background-color: #438732;
  color: #faf9f7;
}
.button-primary-light.active img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button-primary-light.active svg {
  stroke: #faf9f7;
}
.button-primary-dark {
  background-color: #282833;
  color: #faf9f7;
}
.button-primary-dark.hover,
.button-primary-dark:hover {
  background-color: #50a13c;
  border-color: #50a13c;
}
.button-primary-dark.active,
.button-primary-dark:active {
  background-color: #438732;
  border-color: #50a13c;
}
.button-primary-dark.focused,
.button-primary-dark:focus {
  background-color: #282833;
  box-shadow: 0 0 0 3px #4e7efa;
  
}
.button-primary-dark.button-primary-dark_disabled,
.button-primary-dark.button-primary-dark_disabled.hover,
.button-primary-dark.button-primary-dark_disabled:hover {
  background-color: #c2c2cc;
}

.inline-block{
 display: inline-block;
}
.button-primary {
  line-height: 52px;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
}
.button-secondary-light {
  background-color: transparent;
  border-color: #282833;
  border-width: 1px;
}
.button-secondary-light.hover,
.button-secondary-light:hover {
  background-color: #50a13c;
  color: #faf9f7;
  border-color: transparent;
}
.button-secondary-light.button-secondary-light_disabled,
.button-secondary-light.button-secondary-light_disabled.hover,
.button-secondary-light.button-secondary-light_disabled:hover {
  color: #c2c2cc;
  border-width: 1px;
  border-color: #c2c2cc;
  background-color: transparent;
}
.button.button-secondary-light.hover img,
.button.button-secondary-light:hover img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button.button-secondary-light.hover svg,
.button.button-secondary-light:hover svg {
  stroke: #faf9f7;
}
.button.button-secondary-light img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
}
.button.button-secondary-light svg {
  stroke: #faf9f7;
}
.button-secondary-light.button-secondary-light_disabled:hover img,
.button-secondary-light.button-secondary-light_disabled img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
}
.button-secondary-light.button-secondary-light_disabled:hover svg,
.button-secondary-light.button-secondary-light_disabled svg {
  stroke: #282833;
}
.button-secondary-light.focused,
.button-secondary-light:focus {
  border-color: #4e7efa;
  box-shadow: 0 0 0 3px #4e7efa;
}
.button-secondary-light.active,
.button-secondary-light:active {
  background-color: #438732;
  color: #faf9f7;
  border-color: transparent;
}
.button-secondary-light.active img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button-secondary-light.active svg {
  stroke: #faf9f7;
}
.button-secondary-dark {
  background-color: #282833;
  color: #faf9f7;
  border-color:#282833;
  border-width:1px;
}
.button-secondary-dark.hover,
.button-secondary-dark:hover {
  background-color: #50a13c;
  border-color: #50a13c;
}
.button-secondary-dark.active,
.button-secondary-dark:active {
  background-color: #438732;
}
.button-secondary-dark.focused,
.button-secondary-dark:focus {
  background-color: #282833;
  box-shadow: 0 0 0 3px #4e7efa;
}
.button-secondary-dark.button-secondary-dark_disabled,
.button-secondary-dark.button-secondary-dark_disabled.hover,
.button-secondary-dark.button-secondary-dark_disabled:hover {
  color: #c2c2cc;
  border-width: 1px;
  border-color: #c2c2cc;
  background-color: transparent;
}
.button-secondary {
  padding-left: 33px;
  padding-right: 34px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.button-round {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
}
.button-round_light {
  color: #faf9f7;
}
.button-round_light.inactive {
  color: #616166;
}
.button-round_light.inactive img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#dark-80);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#dark-80);
}
.button-round_light.inactive svg {
  stroke: #616166;
}
.button-round_dark {
  color: #282833;
}
.button-round_dark.inactive {
  color: #c2c2cc;
}
.button-round_dark.inactive img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#grey-light);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#grey-light);
}
.button-round_dark.inactive svg {
  stroke: #c2c2cc;
}
.button {
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
   
}
.button img,
.button svg {
  display: inline;
  margin-left: 46px;
  margin-right: -8px;
  transition: all 0.2s;
}
.button img {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
.button svg {
  stroke: #faf9f7;
}
.button:focus {
  outline: 0;
}
.header--menu_item:hover{
  opacity:0.6;
}
.hs-form-field span.hs-form-required {
  background: #E04B4B;
  border-radius: 50%;
  height: 4px;
  font-size: 0;
  left: -8px;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 1px);
  width: 4px;
}
.hs-form-field li label {
  align-items: center;
  display: flex;
}
.hs-form-field li label {
  margin-top: .8rem;
}
.hs-form-field li label input {
  margin-top: 0;
  min-height: 0;
  margin: 0 12px 0 0;
  height: 15px;
  display: block;
  padding: 0;
  position: relative;
  top: -2px;
  width: 15px;
}
.hs-form-field,
.input {
  margin-bottom: 2.5rem;
}
.hs-form-field .input {
  margin-bottom: .5rem;
}

.input input,
.hs-form-field input,
.hs-form-field select,
label {
  color: #282833;
  width: 100%;
}
.input label,
.hs-form-field label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}
.hs-form-field label {
  position: relative;
}

form h1, 
form h2, 
form h3, 
form h4, 
form h5, 
form h6 {
  margin-bottom: 1.5rem;
  font-size: 30px;
}

form .hs-richtext {
  font-size: .85rem;
}

.hs-error-msg {
  color: #E04B4B;
}


.input-text input,
.hs-form-field input,
.hs-form-field select,
.hs-form-field textarea {
  border-radius: 0;
  border-bottom-width: 1px;
  margin-top: 11px;
  min-height: 37px;
  padding-bottom: 6px;
  transition: border-color 300ms ease-in-out;
  will-change: border-color;
}
.hs-form-field textarea {
  min-width: 100%;
  max-width: 100%;
}

.hs-button {
  background-color: #282833;
  border-color: #282833;
  border-radius: 33px;
  color: #faf9f7;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0 33px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}
.hs-button:hover {
  background-color: #50a13c;
}


.hs-form-field select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.input-error.input-text input {
  border-color: #fa4e4e !important;
}
.input-drop-icon input {
  padding-right: 20px;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L7 7L13 1" stroke="#282833" stroke-linecap="round" stroke-linejoin="round"/> </svg>')
    no-repeat right 12px bottom 15px;
}
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  opacity: 0.5;
}
input::-moz-placeholder {
  opacity: 0.5;
}
input:-ms-input-placeholder {
  opacity: 0.5;
}
input::-ms-input-placeholder {
  opacity: 0.5;
}
input::placeholder {
  opacity: 0.5;
}
.input-required label:before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="4" height="4" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="#E04B4B"/></svg>')
    no-repeat;
  background-size: 4px 4px;
  width: 4px;
  height: 4px;
  position: absolute;
  margin-left: -8px;
  margin-top: 7px;
}
.requred-dot {
  position: relative;
}
.product_item_section h2{
  /* max-width:560px; */
}
.requred-dot:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -8px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #e04b4b;
}
.input-dropdown,
.hs-input {
  position: relative;
}
.input-dropdown .arrow,
.input-wrap!:after > .hs-form-field select {
  background: url(https://www.aleno.me/hubfs/website/icons/arrow_down_dark.svg)
    50% no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 75%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 2;
}
::placeholder{
  opacity:0.5;
}
.input-dark.input-text input:hover,
.hs-form-field input:hover,
.hs-form-field textarea:hover {
  opacity: 1;
  border-bottom: 2px solid #282833;
}
.input-dark.input-text input,
.hs-form-field input,
.hs-form-field textarea,
.hs-form-field select {
/*  -webkit-box-shadow: inset 0 0 0 50px #faf9f7;*/
  -webkit-text-fill-color: #282833;
  border-color: #282833;
  transition: all 0.2s;
  background-color: transparent;
  width: 100%;
}
.hs-form-field input.invalid,
.hs-form-field input.error,
.hs-form-field textarea.invalid,
.hs-form-field textarea.error,
.hs-form-field select.invalid,
.hs-form-field select.error {
  border-color: #E04B4B;
}

input[type="password"] {
  /* font-size: 30px;
  line-height: 10px;
  margin-top: 0; */
}
.input-dropdown input {
  cursor: pointer;
  position: relative;
}

.options_container {
  height: 0;
  overflow: hidden;
  position: absolute;
  top:  100%;
  transition: height 300ms ease-in-out;
  width: 100%;
  will-change: height;
  z-index: 3;
}
.options_container > div {
  background-color: #FAF9F7;
}
.input-dropdown__open .options_container {
  height: 300px;
  overflow: auto;
}
.options_container .option {
  background-color: #FFFFFF;
  color: #616166;
  cursor: pointer;
  font-size: 16px;
  line-height: 41px;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  padding: 0 16px;
  will-change: color, background-color;
}
.options_container .option:hover {
  background-color: #F5F3F0;
  color: #616166;
}
.options_container .option.selected
{
  background-color: #50A13C;
  color: #FAF9F7;
}
.header--menu_item {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 34px;
}
.header--menu {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 1350px) {
  .header--menu {
    display: none;
  }
}
.lang-selector {
  align-items: center;
  border-left: 1px solid #282833;
  border-right: 1px solid #282833;
  display: flex;
  height: 100%;
  margin-right: 34px;
  padding: 0 24px;
  position: relative;
}
.lang-selector--mobile {
  justify-content: center;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.lang-selector__inner {
  overflow: visible;
}
header a img:hover{
  opacity:0.7;
}
.lang-selector__current {
  align-items: center;
  color: #50A13C;
  cursor: pointer;
  display: flex;
  font-family: HKGrotesk, serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
}
.lang-selector__current:hover{
  opacity:0.7;
}
.lang-selector__current svg {
  cursor: pointer;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
}
.lang-selector__options {
  background: #fff;
  border: 1px solid;
  border-top: 0;
  display: flex;
  flex-direction: column;
  left: -1px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  transform: scaleY(0);
  transition: transform 300ms ease;
  transform-origin: center top;
  top: calc(100% + 1px);
  will-change: transform;
  z-index: 100;
}
@media (max-width: 1350px) {
  .lang-selector__options {
    left: 50%;
    right: auto;
    transform: scaleY(0) translateX(-50%);
    width: 110px;
  }
}

.lang-selector__options.shown {
  transform: scaleY(1);
}
@media (max-width: 1350px) {
  .lang-selector__options.shown {
    transform: scaleY(1) translateX(-50%);
  }
}

.lang-selector__option {
  background-color: #FAF9F7;
  color: #282833;
  cursor: pointer;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
  padding: 0 16px;
  will-change: color, background-color;
  width: 100%;
}
.lang-selector__option:hover {
  color: #50A13C;
}
.lang-selector__option.current {
  background-color: #50A13C;
  color: #FAF9F7;
}

@media (min-width: 1350px) {
  .white-border:after {
    display: none;
    content: "";
    position: absolute;
    height: 1px;
    width: 43%;
    bottom: -1px;
    left: 0;
    background-color: #faf9f7;
  }
}
@media (min-width: 768px) {
  .white-border:after {
    display: block;
    width: 40%;
  }
}
img.icon-white {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#white);
}
svg.icon-white {
  stroke: #faf9f7;
}
img.icon-black {
  -webkit-filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
  filter: url(https://www.aleno.me/hubfs/website/icons/color_filters.svg#black);
}
svg.icon-black {
  stroke: #282833;
}
h1,
h2,
h3,
h4 {
  font-family: Austin Cyr, Arial, sans-serif;
}
h1, .h1 {
  font-size: 50px;
  letter-spacing: 0.9px;
  line-height: 50px;
}
@media (min-width: 1350px) {
  h1, .h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 300;
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1920px) {
  h1, .h1 {
    font-size: 88px;
    line-height: 88px;
  }
}
h2, .h2 {
  letter-spacing: -0.6px;
  font-size: 42px;
  line-height: 42px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.4px;
    font-weight: 300;
  }
}
@media (min-width: 1920px) {
  h2, .h2 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -0.4px;
    font-weight: 300;
  }
}
h3 {
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 1350px) {
  h3 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 48px;
    line-height: 52px;
  }
}
.p-bold {
  font-size: 18px;
  line-height: 28px;
}
.p-small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
p {
  font-size: 16px;
  line-height: 28px;
}
.austin-font {
  font-family: Austin Cyr, serif;
}
.apercu-font {
  font-family: Apercu, serif;
}
.buttons-grid {
  display: grid;
  grid-template-columns: 200px repeat(2, 360px) 270px 200px;
  grid-template-rows: repeat(6, 100px);
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  width: 1800px;
}
.buttons-grid div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-1 .teaser-text{
    padding-top: 5rem;
}
.teaser-text {
  max-width: 710px;
}
#first-slide .teaser-text {
  max-width: 600px;

}
.description {
  max-width: 380px; 
}
#first-slide .description {
  max-width: 380px; 
  line-height: 28px;

}
@media (min-width: 1350px) {
  #first-slide .teaser-text {
    max-width: 680px;
  }
}
#second-slide .description,
#second-slide .teaser-text {
  max-width: 380px; 
  line-height: 28px;
  
}
.description{
  line-height: 28px;
}
.partners-section{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}
#third-slide .description,
#third-slide .teaser-text {
  max-width: 374px;
  line-height: 28px;
}
#fourth-slide .description,
#fourth-slide .teaser-text {
  max-width: 420px;
  line-height: 28px;
}
#fifth-slide .description,
#fifth-slide .teaser-text {
  max-width: 380px;  
  line-height: 28px;
}
.scroll-illustration {
    -webkit-mask: url(https://www.aleno.me/hubfs/website/images/sprites_compressed_10_.png);
    mask: url(https://www.aleno.me/hubfs/website/images/sprites_compressed_10_.png);
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
}
.illustration.show {
    /* 
    -webkit-mask: url(https://www.aleno.me/hubfs/website/images/sprites_compressed_10_.png);
    mask: url(https://www.aleno.me/hubfs/website/images/sprites_compressed_10_.png);
    -webkit-mask-size: 7100% 100%;
    mask-size: 7100% 100%;
    */
    -webkit-animation: mask-play 1.5s steps(60) forwards;
    animation: mask-play 1.5s steps(60) forwards;
}
@-webkit-keyframes mask-play {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.slide {
  height: 100vh;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  min-height: 736px;
}
.slide__bg-texture{
    min-height: 736px;
}

.mask{
  min-height: 736px;
}
.slide .slide-teaser {
  /*padding-top: 4.5rem;*/

}
.slide button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .slide .slide-teaser {
    padding-top: 8rem;
  }
}
@media (min-width: 850px) {
  .slide {
    flex-direction: column;
    display: flex;
/*  justify-content: center;*/
  }

  .slide .slide-teaser {
    //padding-top: auto;
    margin-top: 5rem;
  }
  .slide-1{
    justify-content: center;
    margin-top: 0rem;
  }
  .slide-1 .teaser-text{
    padding-top: 0rem;
  }
  
}

@media (min-width: 1350px) {
  .slide .slide-teaser {
    //padding-top: auto;
    margin-top: 7rem;
  }
  .slide-1 .slide-teaser{
    margin-top: 0rem;
  }
}
.slide__bg-texture {
  background-color: #FFFCF5;
  background-size: cover;
  z-index: -10;
  position: absolute;
  height: 100vh;
  width: 100%;
  background-position: 50%;
}
.slide:nth-child(odd) .slide__bg-texture {
  background-image: url(https://www.aleno.me/hubfs/website/images/landing_texture_yellow.png);
  /* background-image: url(https://www.aleno.me/hubfs/website/images/texture_yellow.jpg); */
}
.slide:nth-child(even) .slide__bg-texture {
  background-image: url(https://www.aleno.me/hubfs/website/images/landing_texture_white.png);
  /* background-image: url(https://www.aleno.me/hubfs/website/images/texture_white.jpg); */
}
.slide-teaser {
  opacity: 0;
}

.slide .illustration {
  background-position: 100% 100%;
  z-index: -5;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
 
}
.client-logo {
  margin-right: 2.5rem;
  margin-bottom: 3.5rem;
  max-width: 20%;
}
@media (min-width: 375px) {
  
  .client-logo {
/*    margin-right: 4.25rem;*/
  }
}
.member__name {
  font-size: 30px;
  line-height: 30px;
}
.member__position {
  font-size: 1rem;
}

.footer-content a:hover{
  opacity:0.7;
}
.calc-button:hover{
    opacity:0.7 !important; 
    transition: all 0.2s;
}
.blog-posts-short-list a:hover{
  color:#616166;
}
#home-team-right-button:hover,  #home-team-left-button:hover{
  opacity:0.8;
  cursor: pointer;
}
.team__member {
  flex-shrink: 0;
  cursor:grab;
}
.team-subtitle {
  color: #616166;
  left: 13px;
  position: absolute;
  text-align:right;
  text-orientation: sideways;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
@media (max-width: 768px) {
  .team-subtitle {
    display: none;
  }
}
@media (min-width: 1350px) {
  .team-subtitle {
    left: 19px;
  }
}
.team__teaser {
  max-width: 365px;
}
.feedback__signature {
  max-width: 200px;
}
.feedback__job-position {
  font-size: 14px;
  color: #616166;
  margin-top: 0.25rem;
  width: 100%;
  line-height: 1.5;
}
.feedback__photo {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .feedback__photo {
    height: auto;
  }
}
@media (min-width: 1350px) {
  .feedback__photo {
    width: 50%;
    height: 650px;
  }
}
@media (min-width: 1920px) {
  .feedback__photo {
    width: 50%;
  }
}
@media (min-width: 1350px) {
  .feedback__link {
    margin-top: -90px;
    margin-left: -140px;
  }
}
.feedback__cite {
  width: 100%;
}
@media (min-width: 1350px) {
  .feedback__cite {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .feedback__cite {
    width: 50%;
  }
}
.feedback__recommendation {
  max-width: 550px;
}
@media (min-width: 1920px) {
  .feedback__recommendation {
    max-width: 640px;
  }
}
.mask {
  background: url(https://www.aleno.me/hubfs/website/images/sprites-1.png)
    no-repeat -9999px -9999px;
  position: absolute;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  width: 100%;
}


.signup-content{
  margin-top:40px;
}
.signup-title {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .signup-description {
    max-width: 412px;
  }
  .custom-width {
    flex-basis: 48%;
  }
}
@media (min-width: 1350px) {
  .custom-width {
    flex-basis: 32%;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-connects {
  overflow: hidden;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
  z-index: 1;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker:first-child {
  background-color: transparent;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translateY(-50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translateY(-50%);
  top: 50%;
  right: 120%;
}
.price-slider {
  height: 80px;
  margin-top: 145px;
  margin-bottom: 60px;
  max-width: 820px;
}
.noUi-connect {
  background-color: #50a13c;
}
.noUi-connects,
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  top: -28px;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #50a13c;
  box-shadow: 0 10px 25px rgba(80, 161, 60, 0.3);
  border: none;
  outline: none;
}
.noUi-target {
  border-radius: unset;
  border: none;
  box-shadow: none;
  background: rgba(40, 40, 51, 0.1);
}
.noUi-handle:after {
  background: url('data:image/svg+xml;utf8,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.599609 17.4L8.99961 8.99997L0.599609 0.599968" stroke="rgba(250, 249, 247, 0.4)"  stroke-linecap="round" stroke-linejoin="round"/> </svg>')
    no-repeat;
  background-size: 11px;
  left: 33px;
}
.noUi-handle:after,
.noUi-handle:before {
  bottom: -40px;
  content: "";
  height: 30px;
  top: 18px;
  width: 30px;
}
.noUi-handle:before {
  background: url('data:image/svg+xml;utf8,<svg width="10" height="18" viewBox="0 0 10 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.40039 17.4L1.00039 8.99997L9.40039 0.599968" stroke="rgba(250, 249, 247, 0.4)" stroke-linecap="round" stroke-linejoin="round"/> </svg>')
    no-repeat;
  background-size: 11px;
  left: 13px;
}
.noUi-value-horizontal {
  transform: translate(-87%, -180%);
  font-size: 14px;
  line-height: 23px;
}
.noUi-marker-horizontal.noUi-marker-large {
  margin-left: -1.33%;
}
.noUi-handle {
  cursor: pointer;
  border-radius: 9999px;
}
.tooltip {
  left: 50%;
  position: absolute;
}
.tooltip.upper {
  bottom: 140%;
  transform: translate(-50%);
}
.tooltip.bottom {
  bottom: 65%;
  transform: translate(-50%, 200%);
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 16px;
  left: 83.3333%;
  top: -9px;
  background-color: #282833;
}
.tooltip__value {
  font-size: 24px;
  color: #282833;
}
.tooltip__signature {
  font-size: 14px;
  color: #616166;
  opacity: 0.7;
}
.prices__title {
  max-width: 675px;
  font-size: 50px;
}
.prices__dark-bg {
  width: 100%;
}
.prices__list {
  margin-left: 0;
}
.prices__button {
  min-width: 280px;
}
.prices-table__title {
  font-family: Austin Cyr, serif;
  font-size: 24px;
}
.table__key {
  width: 148px;
}
.faq__card:hover{
  opacity:0.9;
  transition: all 0.2s;
}
.faq__card {
  position: relative;
}
.faq__card-arrow {
  position: absolute;
  top: 33px;
  right: 17px;
}
.faq__title {
  font-size: 42px;
}
.faq_text{
  margin-top:10px;
}
.list-dot {
  position: relative;
  padding-left: 22px;
}
.list-dot:before {
  content: "";
  position: absolute;
  top: 22%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #faf9f7;
}
.calc-button {
  height: 32px;
  padding: 0 24px;
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 33px;
  padding-right: 34px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  outline: 0;
}
.calc-button.active {
  background-color: #282833;
  color: #faf9f7;
  border-width: 1px;
  border-color: #282833;
}
.calc-button.inactive {
  background-color: transparent;
  border-color: #282833;
  border-width: 1px;
  opacity: 0.5;
}
.calc-button:focus {
  outline: none;
}
@media (min-width: 375px) {
  .calc-button {
    border-color: #282833;
  }
  .calc-button.inactive {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .prices__title {
    font-size: 48px;
  }
  .prices-table__title {
    font-size: 40px;
  }
  .prices__list {
    margin-left: -22px;
  }
  .table__key {
    width: 176px;
  }
  .prices__dark-bg {
    width: 100%;
  }
}
@media (min-width: 1350px) {
  .faq__cards {
    margin: 0 auto;
    max-width: 820px;
  }
  .prices__dark-bg {
    width: 34vw;
  }
}
.team-card {
  width: 100%;
}
.about__second-title {
  font-size: 31px;
}
.about-text_w-465 {
  max-width: 465px;
}
.about__contacts {
  max-width: 323px;
}
@media (min-width: 768px) {
  .about__second-title {
    font-size: 40px;
    line-height: 44px;
  }
}
.about__description {
  line-height: 28px;
}
@media (min-width: 1350px) {
  .about__description {
    max-width: 506px;
  }
  .about__form {
    width: 610px;
  }
  .about__contacts {
    max-width: 370px;
  }
}
.blog__subscribe {
  background: url(https://www.aleno.me/hubfs/website/images/blog/subscribe-bg.png)
    50% no-repeat;
  background-size: cover;
}

.blog__list {
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .blog__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog__title {
    font-size: 72px;
    line-height: 100%;
  }
  .blog__description-main {
    max-width: 413px;
  }
  .blog__card {
    padding: 0 10px;
    width: calc(50% - 20px);
  }
}
.blog__card:hover {
  opacity:0.7;
  transition: all 0.2s;
}
@media (min-width: 1350px) {
  .blog__title {
    width: 51%;
  }
  .blog__description-main {
    max-width: 505px;
  }
  .blog__card {
    width: calc(25% - 20px);
  }
  .blog__subscribe {
    width: 49%;
  }
}
.title-number {
  display: none;
  position: absolute;
  font-size: 1rem;
  left: -72px;
  top: 50%;
  transform: rotate(-90deg) translateX(70%);
  line-height: 28px;
}
.position-top-20 {
  top: 20px;
}
.article__text {
  line-height: 28px;
}
.article-page__main-content {
  position: relative;
  height: 663px;
}
.article-page__section-title {
  font-size: 32px;
  line-height: 32px;
}
.article-page__service-title {
  max-width: 525px;
  padding-right: 20px;
}
.article-page__section-content img {
  display: block;
}
.article-page__section-content p {
 line-height: 30px;
 font-size: 1.020rem;
}
.article-page__section-content a,
.article__text a{
  color: #50A13C;
  text-decoration: underline;
}

.article-page__section-content p,
.article-page__section-content img {
  margin-bottom: 0rem;
}

.article-page__section-content img {
  margin-bottom: 1.5rem;
}

.article-page__section-content h1,
.article-page__section-content h2,
.article-page__section-content h3,
.article-page__section-content h4,
.article-page__section-content h5,
.article-page__section-content h6 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.article-page__section-content strong {
  font-weight: bold;
}

.article-page__section-content ul,
.article-page__section-content ol {
  font-size: 1.020rem;
  line-height: 30px;
  margin-block-start: 1rem !important;
  margin-block-end: 1rem !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 18px !important;
  word-break: break-word;
}
.article-page__section-content ul {
  list-style: disc !important;
}
.article-page__section-content ol {
}

.article-page__main-content__image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.article-page__main-content__description {
  position: absolute;
}
.article-page__quote {
  height: 650px;
}
.article__play-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quote__title {
  font-size: 36px;
  line-height: 44px;
  max-width: 540px;
}
.header-container-wrapper{
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
#header {
  height: 88px;
  max-width: 100vw;
  transition: height 250ms ease-in-out, 
              background-color 250ms ease-in-out,
              border-color 250ms ease-in-out;
  width: 100vw;
  will-change: height, background-color, border-color;
}
#header.collapsed {
  height: 60px;
}
@media (max-width: 500px) {
  #header,
  #header.collapsed {
    height: 48px !important;
  }
}
.white-header {
  background-color: #FAF9F7;
}
.white-header.collapsed {
  background-color: #FAF9F7;
}
@media (min-width: 768px) {
  .article-page__main-content__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 452px;
  }
  .article-page__main-content__title {
    max-width: 440px;
    font-size: 48px;
    letter-spacing: -1px;
  }
  .quote__title {
    font-size: 40px;
    line-height: 48px;
  }
  .quote__img {
    transform: scale(1.5);
  }
  .article-page__section-title {
    font-size: 40px;
    line-height: 44px;
  }
}
.left_text{
  padding-left:50px;
}
@media (min-width: 1350px) {
  .slide .slide-teaser {
    padding-top: 0px;
  }
  .title-number {
    display: block;
  }
  .article-page__section-title {
    position: relative;
  }
  .article-page__main-content__image {
    width: 100%;
  }
  .article-page__left-side {
    width: 525px;
    flex-shrink: 0;

    padding-right:60px;
  }
  .article-page__video,
  .article-page__video-preview {
    width: 100%;
  }
  .article-page__video {
    max-width: 715px;
  }
  .article-page__main-content__description {
    width: 525px;
  }
  .article-page__quote__img {
    left: -100px;
  }
}
.product__main-title {
  max-width: 800px;
}
.product__link-scroll {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #faf9f7;
  background-color: #3d3d47;
  white-space: nowrap;
  height: 36px;
  border-radius: 40px;
}
.product__link-scroll > * {
  opacity: 0.5;
}
.product__link-scroll.active {
  background-color: #faf9f7;
  color: #282833;
}
.product__link-scroll.active > * {
  opacity: 1;
}
.product__circle {
  height: 25rem;
  width: 25rem;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 70px rgba(5, 5, 5, 0.4);
  transform: translateX(-50%);
}
.circle__title {
  transform: translateX(50%);
}
.circle__lines {
  top: 80px;
}
.circle__line-sm_2 {
  transform: translateX(104px);
}
.circle__line-sm_3 {
  transform: translateX(178px);
}
.circle__line-sm_4 {
  transform: translateX(208px);
}
.circle__line-sm_5 {
  transform: translateX(190px);
}
.circle__line-sm_6 {
  transform: translateX(128px);
}
@media (min-width: 768px) {
  .product-text {
    width: 470px;
  }
  .product__circle {
    transform: translateX(-50%);
    left: 50%;
  }
  .circle__title {
    transform: translateX(0);
    font-size: 40px;
  }
  .circle__lines-md {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  .circle__line-md_1 {
    transform: translateX(105px);
  }
  .circle__line-md_2 {
    transform: translateX(-135px);
  }
  .circle__line-md_3 {
    transform: translate(250px, -9px);
  }
  .circle__line-md_4 {
    transform: translate(-210px, -30px);
  }
  .circle__line-md_5 {
    transform: translate(-260px, -10px);
  }
  .circle__line-md_6 {
    transform: translate(232px, -27px);
  }
}
@media (min-width: 1350px) {
  .product__left-side {
    background-color: #282833;
    width: 420px;
  }
  .product__menu-lg {
    top: 214px;
  }
  .product__main-title {
    font-size: 72px;
    line-height: 1;
  }
  .product__white-border:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 420px;
    bottom: -1px;
    left: 0;
    background-color: #faf9f7;
  }
  .product__desktop-menu.active {
    opacity: 1;
  }
}
.disable-scrollbars {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.disable-scrollbars::-webkit-scrollbar {
  background: transparent;
  display: none;
  height: 0;
  width: 0;
}
.disable-scrollbars::-webkit-scrollbar-thumb {
  background: transparent;
  height: 0;
  width: 0;
}

.mobile-menu {
  top: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  z-index: 1000;
}
.mobile-menu.active {
  transform: translateY(0);
}

.mobile-menu__body { 
  justify-content: flex-start;
  height: calc(100vh - 89px);
  overflow: visible;
  padding: 50px 0 100px;
}

.mobile-menu__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.mobile-menu__link {   
  color: #faf9f7;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mobile-menu__link { 
    margin-bottom: 25px;
  }
}
@media (max-width: 350px) {
  .mobile-menu__link { 
    margin-bottom: 20px;
  }
}
.mobile-menu__login-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}  
.mobile-menu__login-buttons > *:first-child {
  border-color: #faf9f7;
  margin-bottom: 16px;
}
.mobile-menu #header {
  background-color: #282833;
  position: relative;
}

.blog-posts-short-list {
  flex-wrap: wrap;
}
.blog-posts-short-list a {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-posts-short-list {
    margin: -10px 0;
  }
  .blog-posts-short-list a {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1350px) {
  .blog-posts-short-list a {
    width: calc(25% - 20px);
  }
}







.w-24 {
  width: 6rem;
}
.justify-evenly {
  justify-content: space-evenly;
}
.relative {
  position: relative;
}
@media (min-width: 375px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 768px) {
  .md\:bg-light-orange {
    background-color: rgba(255, 252, 245, 0.5);
  }
  .md\:bg-dark {
    background-color: #282833;
  }
  .md\:border-light-orange {
    border-color: #faf9f7;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:h-14 {
    height: 3.5rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-74 {
    height: 18.5rem;
  }
  .md\:h-116 {
    height: 29rem;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-22 {
    margin-top: 5.5rem;
  }
  .md\:ml-25 {
    margin-left: 6.25rem;
  }
  .md\:mb-30 {
    margin-bottom: 7.5rem;
  }
  .md\:mt-34 {
    margin-top: 8.5rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .md\:opacity-100 {
    opacity: 1;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pl-3 {
    padding-left: 0.75rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pr-14 {
    padding-right: 3.5rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pb-17 {
    padding-bottom: 4.25rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pt-30 {
    padding-top: 7.5rem;
  }
  .md\:pt-34 {
    padding-top: 8.5rem;
  }
  .md\:pt-37 {
    padding-top: 9.25rem;
  }
  .md\:pt-48 {
    padding-top: 12rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-light-orange {
    color: #faf9f7;
  }
  .md\:text-dark {
    color: #282833;
  }
  .md\:text-dark-80 {
    color: #616166;
  }
  .md\:focus\:text-light-orange:focus {
    color: #faf9f7;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-74 {
    width: 18.5rem;
  }
  .md\:w-84 {
    width: 21rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-full {
    width: 100%;
  }
}
@media (min-width: 1350px) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:border-dark {
    border-color: #282833;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:h-22 {
    height: 5.5rem;
  }
  .lg\:h-74 {
    height: 18.5rem;
  }
  .lg\:h-125 {
    height: 31.25rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:leading-none {
    line-height: 1;
  }
  .lg\:leading-tight {
    line-height: 1.25;
  }
  .lg\:leading-relaxed {
    line-height: 1.625;
  }
  
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:my-20 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mx-24 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mr-14 {
    margin-right: 3.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mr-24 {
    margin-right: 6rem;
  }
  .lg\:ml-24 {
    margin-left: 6rem;
  }
  .lg\:mr-25 {
    margin-right: 6.25rem;
  }
  .lg\:ml-25 {
    margin-left: 6.25rem;
  }
  .lg\:mb-30 {
    margin-bottom: 7.5rem;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:ml-40 {
    margin-left: 10rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .lg\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:py-20 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pr-25 {
    padding-right: 6.25rem;
  }
  .lg\:pl-25 {
    padding-left: 6.25rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pt-30 {
    padding-top: 7.5rem;
  }
  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }
  .lg\:pt-37 {
    padding-top: 9.25rem;
  }
  .lg\:pb-37 {
    padding-bottom: 9.25rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:text-dark {
    color: #282833;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-74 {
    width: 18.5rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/6 {
    width: 16.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:rotate-3\/4 {
    transform: rotate(270deg);
  }
}
@media (min-width: 1920px) {
  .xlg\:mr-0 {
    margin-right: 0;
  }
  .xlg\:mt-12 {
    margin-top: 3rem;
  }
  .xlg\:mr-81 {
    margin-right: 20.25rem;
  }
  .xlg\:pr-6 {
    padding-right: 1.5rem;
  }
  .xlg\:pb-30 {
    padding-bottom: 7.5rem;
  }
  .xlg\:w-105 {
    width: 26.25rem;
  }
}

.underscore {
  text-decoration: underline;
}

.blog {
  padding-top: 96px !important;
}
@media (min-width: 500px) {
  .blog {
    padding-top: 140px !important;
  }
}
@media (min-width: 1350px) {
  .blog {
    padding-top: 210px !important;
  }
}
/*dan illustration*/
.illustration{
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size:140vw;
  min-height: 812px;
}




.illustration-other{
    background-size: 170vw;
  }
.illustration-5{
        background-size: 120vw;
  }

.illustration-1{
    background-size: 130vw;
 }
.teaser-text{
 max-width:550px; 
}
@media (min-width: 500px ){
  .illustration{
    background-size: 90vw;
  }
  .illustration-other{
        background-size: 120vw;
  }
  
   .illustration-5{
        background-size: 90vw;
  }
  
  .illustration-1{
      background-size: 110vw;
   }
}
@media (min-width: 680px ){
  .illustration{
    background-size: 80vw;
  }
   .illustration-other{
        background-size: 100vw;
  }
  .illustration-5{
        background-size: 80vw;
  }
  
  .illustration-1{
      background-size: 90vw;
   }
   
}
.about-headline{
    max-width:350px;
    margin-bottom:20px;
  }

@media (min-width: 850px ){
  h1{
  font-size: 70px;
  }
  .teaser-text{
 max-width:710px; 
  }
  .slide-1 {
    justify-content: normal;
  }
  
  .illustration{
    background-size: 75vw;
  }
  .illustration-other{
    background-size: 80vw;
  }
   .illustration-5{
        background-size: 70vw;
  }
  .illustration-1{
      background-size: 70vw;
   }
  .about-headline{
    max-width:550px;
    margin-bottom:20px;
    line-height: 70px;
  }
}

@media (min-width: 1350px ){
  .slide-1 {
    justify-content: center;
 }
  .about-headline{
    max-width:550px;
  }
 
  .illustration{
    background-size: 65vw;
  }
  .illustration-other{
        background-size: 70vw;
  }
  .illustration-5{
        background-size: 65vw;
  }
  .illustration-1{
      background-size: 60vw;
   }
}

@media (min-width: 1800px ){
  h1{
    font-size: 80px;
    max-width: 720px;
  }
  
  h2{
    font-size: 60px;
    line-height: 60px;
  }
   
  .description{
    font-size: 20px;
    line-height: 30px;
    max-width: 420px;
  }
  .illustration{
    background-size: 50vw;
  }
  .illustration-other{
        background-size: 60vw;
  }
  .illustration-1{
      background-size: 50vw;
   }
}



@media (max-width: 760px ){
  .blog_meta{
    margin-top:30px;
  }
  .blog__card{
    height: auto;
  }
}

.article-page__video{
  height:100%;
}

@media (max-width: 760px) {
  .d {
    display: none;
  }
}


.section {
  padding: 40px 16px;
}

.section.section_top {
  padding: 128px 16px 40px;
}

@media (min-width: 768px) {
  .section {
    padding: 80px 40px;
  }
  .section.section_top {
    padding: 168px 40px 80px;
  }
}
@media (min-width: 1350px) {
  .section {
    padding: 120px 100px;
  }
  .section.section_top {
    padding: 208px 100px 80px;
  }
}

.section_min-height {
  align-items: center;
  display: flex;
  min-height: 800px;
}

.section_min-height .section-content {
  width: 100%;
}

.section_lignt-orange {
  background-color: #fffcf5;
}

.section-content.section-content_left,
.section-content.section-content_center,
.section-content.section-content_right {
  display: flex;
  flex-direction: column;
}

.section-content.section-content_left {
  align-items: flex-start;
}

.section-content.section-content_center {
  align-items: center;
}
.section-content.section-content_center h1,
.section-content.section-content_center p {
  text-align: center;
}


.section-content.section-content_right {
  align-items: flex-end;
}
.section-content.section-content_right h1,
.section-content.section-content_right p {
  text-align: right;
}

.section__title {
  max-width: 600px;
}

.section__subtitle {
  margin-top: 24px;
  max-width: 600px;
}

.section__button {
  margin-top: 40px;
  min-width: 280px;
  width: auto;
}



.link-with-hover {
  border-radius: 31px;
  position: relative;
  transition: color 250ms ease;
  will-change: color;
}
.link-with-hover:after {
  bottom: 2px;
  background-color: transparent;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: background-color 250ms ease;
}
.link-with-hover:hover:after {
  background-color: #50A13C;
}
.link-with-hover:hover {
  color: #50A13C;
}
.link-with-hover:active {
  color: #438732;
}
.link-with-hover:active:after {
  background-color: transparent;
}

/*
xss  xs   md   l     lx    lxx   lxxx
320, 375, 768, 1024, 1440, 1920, 2560
.xxs-v
.xs-v
.md-v
.l-v
.lx-v
.lxx-v
.lxxx-v
*/

@media (max-width: 374px) {
  .xs-v,
  .md-v,
  .l-v,
  .lx-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .xxs-v,
  .md-v,
  .l-v,
  .lx-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .xxs-v,
  .xs-v,
  .l-v,
  .lx-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .xxs-v,
  .xs-v,
  .md-v,
  .lx-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .xxs-v,
  .xs-v,
  .md-v,
  .l-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .xxs-v,
  .xs-v,
  .md-v,
  .l-v,
  .lx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 2560px) {
  .xxs-v,
  .xs-v,
  .md-v,
  .l-v,
  .lx-v,
  .lxx-v {
    display: none;
  }
}

.container-fluid:before, 
.container-fluid:after,
.row-fluid:before, 
.row-fluid:after {
  display: none;
}





input[type=radio] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff !important;
  background: radial-gradient(circle, rgba(255,255,255,1) 99%, rgba(25,132,236,1) 100%) !important;
  border: 1px solid #282833 !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5) !important;
  height: 16px !important;
  margin-right: 8px !important;
  outline: none !important;
  top: -1px !important;
  transition: all 200ms ease !important;
  width: 16px !important;
  will-change: background !important;
}


input[type=radio]:checked {
  background-color: #50A13C !important;
  background: radial-gradient(circle, rgba(255,255,255,1) 25%, #50A13C 25%) !important;
  border-color: #50A13C !important;
}

input[type=radio] + span {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  text-transform: lowercase !important;
}

.hs-form-field {
  margin-bottom: 56px !important;
}
@media (min-width: 1350px) {
  .hs-form-field {
    margin-bottom: 38px !important;
  }
}

.hs_error_rollup {
  color: #e04b4b;
  margin-bottom: 20px;
}
.hs_error_rollup .hs-main-font-element {
  color: #e04b4b;
}

#hs_cos_wrapper_form_section-module-4 select {
    line-height: 16.5px !important;
    margin-top: 5px;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    background-color: #FFF;
    border: 0px solid !important;
    border-bottom:1px solid rgba(60,64,67,.42) !important;
    border-radius: 3px;
    display: inline-block;
    font-size: .875rem;
    padding: .7rem;
    width: 100%;
}

.hs-form-field span.hs-form-required {
    background: white;
    border-radius: 50%;
    height: 4px;
    font-size: 0;
    left: -8px;
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    width: 4px;
}

span .hs-form-required {
    color: #fff;
    font-size: 20px !important;
}

#hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) p, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) li, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) span, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) label, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h1, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h2, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h3, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h4, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h5, #hs_cos_wrapper_widget_1617191979946 label:not(.hs-error-msg) h6 {
    font-size: 13px !important;
    line-height: 7px !important;
}

span.hs-form-required:before {
    content: '*';
      color: #e04b4b;

    font-size: 16px !important;
    margin-left: -2px;
}

.hs-form-field span.hs-form-required {
    background: white;
    border-radius: 50%;
    height: 4px;
    font-size: 0;
    left: 4px;
    position: relative;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    width: 4px;
}

ul{
 list-style:disc !important; 
}


/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
/*     *zoom: 1; */
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
/*     *margin-left: 2.0744680846382977%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
/*     *width: 99.94680850063828%; */
}

.row-fluid .span11 {
    width: 91.489361693%;
/*     *width: 91.4361702036383%; */
}

.row-fluid .span10 {
    width: 82.97872339599999%;
/*     *width: 82.92553190663828%; */
}

.row-fluid .span9 {
    width: 74.468085099%;
/*     *width: 74.4148936096383%; */
}

.row-fluid .span8 {
    width: 65.95744680199999%;
/*     *width: 65.90425531263828%; */
}

.row-fluid .span7 {
    width: 57.446808505%;
/*     *width: 57.3936170156383%; */
}

.row-fluid .span6 {
    width: 48.93617020799999%;
/*     *width: 48.88297871863829%; */
}

.row-fluid .span5 {
    width: 40.425531911%;
/*     *width: 40.3723404216383%; */
}

.row-fluid .span4 {
    width: 31.914893614%;
/*     *width: 31.8617021246383%; */
}

.row-fluid .span3 {
    width: 23.404255317%;
/*     *width: 23.3510638276383%; */
}

.row-fluid .span2 {
    width: 14.89361702%;
/*     *width: 14.8404255306383%; */
}

.row-fluid .span1 {
    width: 6.382978723%;
/*     *width: 6.329787233638298%; */
}

.container-fluid {
/*     *zoom: 1; */
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
/*         *zoom: 1; */
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
/*         *margin-left: 2.709239449638298%; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
/*         *width: 99.9468085036383%; */
    }

    .row-fluid .span11 {
        width: 91.436464082%;
/*         *width: 91.38327259263829%; */
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
/*         *width: 82.8197366816383%; */
    }

    .row-fluid .span9 {
        width: 74.30939226%;
/*         *width: 74.25620077063829%; */
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
/*         *width: 65.6926648596383%; */
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
/*         *width: 57.129128948638304%; */
    }

    .row-fluid .span6 {
        width: 48.618784527%;
/*         *width: 48.5655930376383%; */
    }

    .row-fluid .span5 {
        width: 40.055248616%;
/*         *width: 40.0020571266383%; */
    }

    .row-fluid .span4 {
        width: 31.491712705%;
/*         *width: 31.4385212156383%; */
    }

    .row-fluid .span3 {
        width: 22.928176794%;
/*         *width: 22.874985304638297%; */
    }

    .row-fluid .span2 {
        width: 14.364640883%;
/*         *width: 14.311449393638298%; */
    }

    .row-fluid .span1 {
        width: 5.801104972%;
/*         *width: 5.747913482638298%; */
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
/*         *zoom: 1; */
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%; 
        min-height: 1px;
        margin-left: 2.564102564%;
/*         *margin-left: 2.510911074638298%; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
/*         *width: 99.94680851063829%; */
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
/*         *width: 91.3997999636383%; */
    }

    .row-fluid .span10 {
        width: 82.905982906%;
/*         *width: 82.8527914166383%; */
    }

    .row-fluid .span9 {
        width: 74.358974359%;
/*         *width: 74.30578286963829%; */
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
/*         *width: 65.7587743226383%; */
    }

    .row-fluid .span7 {
        width: 57.264957265%;
/*         *width: 57.2117657756383%; */
    }

    .row-fluid .span6 {
        width: 48.717948718%;
/*         *width: 48.6647572286383%; */
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
/*         *width: 40.117748681638304%; */
    }

    .row-fluid .span4 {
        width: 31.623931624%;
/*         *width: 31.5707401346383%; */
    }

    .row-fluid .span3 {
        width: 23.076923077%;
/*         *width: 23.0237315876383%; */
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
/*         *width: 14.4767230406383%; */
    }

    .row-fluid .span1 {
        width: 5.982905983%;
/*         *width: 5.929714493638298%; */
    }
}

/* Clearfix */

.clearfix {
/*     *zoom: 1; */
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body,html {
    width:100%;
    height:100%;
    box-sizing:border-box;
    font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}
a:hover{
  text-decoration:none;
}

hr{
margin:0;
}

p{
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

iframe{
  width:100%;
}

.bg-dark {
    background-color: #282833 !important;
}

.pricing_banner {
    margin-top: 60PX;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Austin Cyr' !important;
  line-height: normal;
}

input:-webkit-autofill{
 -webkit-text-fill-color: transparent !important;
}

.qoute-reqst-cta:hover{
    background-color: #50a13c !important;
    border-color: #50a13c !important;
}

.qoute-reqst-cta-link:hover{
  color:#50a13c !important;
}

.learn-more-cta:hover{
    background-color: #50a13c !important;
    color:#fff;
    border-color: #50a13c !important;
}

.learn-more:hover,
.learn-more:hover .fa.fa-long-arrow-right{
     color: #50a13c !important;
     transition:0.3s;
}


/*header css*/
.header--menu_item {
  font-size:12px;
  color:#000;
}

.header--menu_item:hover {
  color:#000 !important;
  opacity:0.6;
}

.header--menu.mr-24 {
    margin-right: 4rem;
}

#header .logo img{
  width:96px;
}

#header .button{
  font-size:12px;
}

.button-secondary-light{
  color:#000;
}

.button-secondary-dark{
  color:#fff;
}

.button-secondary-dark:hover{
  color:#fff !important;
}

.button-primary-dark.hover, .button-primary-dark:hover {
    color: #fff !important;
}

#header .button-secondary-light.mr-3 {
    margin-right: 0.5rem;
}

/*header css ends*/

p.quote-box {
    font-size: 30px;
    line-height: 1.35;
    position: relative;
    width: 95%;
    margin: 0 auto;
    color: #202124;
    quotes: "“" "”" "‘" "’";
    font-family: Google Sans !important;
}

p.quote-box:before {
    content: open-quote;
    left: -20px;
    color: #000;
    top: -10px;
    font-size: 50px;
    position: absolute;
}

p.quote-box:after {
    content: close-quote;
    color: #000;
    font-size: 50px;
    position: absolute;
      padding-left: 5px;
    margin-top: -5px;
}


/* p.quote-box::before {
    position: absolute !important;
    content: '';
    background: url(https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/qoute1.svg) no-repeat;
    left: 10px;
    color: #1a73e8;
    top: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

p.quote-box::after {
    position: absolute !important;
    content: '';
    background: url(https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/qoute2.svg) no-repeat;
    color: #1a73e8;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 100%;
}  */

.resource-section{
  border-bottom:1px solid #dadce0;
}

form {
    background: white;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    width: 100% !important;
    margin: 0 auto;
    padding: 26px 24px !important;
}

form input[type=text], .form_section form input[type=url], .form_section form input[type=email], 
form input[type=tel], .form_section form input[type=number], .form_section form input[type=date], 
form select, .form_section form textarea {
    background-color: #fff;
    line-height: 1.5em;
    color: #676767;
    outline: 0 !important;
    border: 0px solid #aeb0b6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 1em 0.5em 1em 0 !important;
    box-shadow: none;
    min-height: 3.75em;
    width: 100% !important;
    border-bottom: 1px solid rgba(60,64,67,.42) !important;
    font-size: 13px !important;
}

.hs-form-field {
    margin-bottom: 10px;
    position: relative;
}

form .hs-input{
  margin-top:0;
  padding-left:0 !important;
}


form label{
    font-size: 12px;
/*     position: absolute;
    bottom: -25px; */
}

/* .form_section form input[type=submit] {
    background-color: #1A73E8 !important;
    border: 1px solid #1A73E8;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 150px;
    max-width: 100%;
}
 */
.form_section form input[type=submit],
.form_section form .hs-button{
     border-radius: 31px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    transition: all .2s;
    cursor: pointer;
    line-height: 22px;
    height: 52px;
    padding-left: 32px;
    padding-right: 32px;
}

.form_section form input[type=submit]:hover,
.form_section form .hs-button:hover {
    background-color: #50a13c;
    border-color:#50a13c;
    color:#fff;
}

.what_u_get li a:hover {
    color: #438732 !important;
}

/*footer css*/

.dnd-section .dnd-column {
    padding: 0 !important;
}

.footer .content-wrapper {
    padding: 0 !important;
}

.social-links {
    justify-content: start !important;
}

.social-links__icon {
    background-color: transparent !important;
}

.social-links__icon svg {
    fill: #202124 !important;
    height: 20px !important;
}
.social-links span {
    font-size:15px !important;
    margin-right: 10px;
    color: #202124;
    font-weight: 400;
    padding: 0 !important;
}

.social-links .social-links__link span{
  width:30px !important;
}

.footer-middle{
    border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
}

footer .footer-column-title a,
footer .footer-column-title{
  color:#FAF9F7 !important;
}

footer .leading-loose {
    line-height: 1.2;
}
footer li.leading-loose a{
  color:#fff;
  font-size:16px;
}

@media(min-width:1350px){
  #header .lg\:ml-25 {
      margin-left: 4.15rem;
  }


}

@media(max-width:1350px){
  div#burger-menu-btn {
    position: absolute;
    right: 0;
    z-index: 1009;
  }
  
  #mobile-menu.active{
    z-index:1010;
  }
}

@media(max-width:767px){
  h1{
    font-size:50px !important;
  }
  
  h2{
    font-size:24px !important;
  }
  
  h3{
    font-size:18px !important;
  }
 
  
  .header__container.content-wrapper {
    padding: 0 20px;
  }
  
  .header__container {
    flex-direction: unset !important;
  }
  
  .container.menu{
    display:block !important;
  }
  
  .container.change.menu{
    position: absolute;
    z-index: 10;
  }
  
  .hdr-btn{
    display:none !important;
  }
  
  img.globe{
    right:0 !important;
  }
  
  div#hs_cos_wrapper_navigation-primary {
    position: absolute;
    width: 70% !important;
    background: #fff;
    left:100%;
    top:0;
    z-index:9;
    height: 100vh;
  }
  
  div#hs_cos_wrapper_navigation-primary.openNav{
    left:auto;
    right:0;
  }
  
  .header__logo.header__logo--main {
    flex: 30% !important;
    width: 30% !important;
    max-width: 30% !important;
    padding-top:8px !important;
  }
  
  .header__column {
    flex: 0 0 70% !important;
    width: 70% !important;
    max-width: 70% !important;
  } 
  
  .quote-box{
    font-size:18px !important;
  }
  
  p.quote-box::after{
    top:auto;
  }
  .footer_bottom ul{
      justify-content: start !important;
  }
  
  .sm-hidden{
    display:none;
  }

  
}
@font-face {
  font-family: 'HKGrotesk';
  src: url('https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/website/fonts/HKGrotesk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HKGrotesk';
  src: url('https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/website/fonts/HKGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



@font-face { 
  font-family: 'Austin Cyr';
  src: url('https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/website/fonts/AustinCyr-Roman-2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apercu';
  src: url('https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/website/fonts/ApercuPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Apercu';
  src: url('https://4371399.fs1.hubspotusercontent-na1.net/hubfs/4371399/website/fonts/ApercuPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#CybotCookiebotDialogPoweredbyLink {
  display: none;
}

#CybotCookiebotDialog {
  background: #FAF9F7!important;
  border: 1px solid #282833!important;
  box-shadow: none!important;
  padding: 20px 0 20px!important;
}

#CybotCookiebotDialogBody {
  display: flex;
  max-width: none !important;
  width: calc(100% - 32px);
}

@media (max-width: 991px) {
  #CybotCookiebotDialogBody {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #CybotCookiebotDialogBody {
    width: calc(100% - 80px);
  }
}

@media (min-width: 1350px) {
  #CybotCookiebotDialogBody {
    width: calc(100% - 200px);
  }
}

#CybotCookiebotDialogBodyContent {
  display: flex;
  margin-right: 49px;
  padding: 0!important;
}
@media (max-width: 991px) {
  #CybotCookiebotDialogBodyContent {
    flex-wrap: wrap;
    margin-right: 0;
  }
}

#CybotCookiebotDialogBodyContentTitle {
  color: #282833!important;
  flex-shrink: 0!important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: bold!important;
  line-height: 30px!important;
  margin: 0 74px 0 0!important;
}
@media (max-width: 991px) {
  #CybotCookiebotDialogBodyContentTitle {
    margin-bottom: 4px !important;
    width: 100% !important;
  }
}

#CybotCookiebotDialogBodyContentText {
  color: #616166!important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 14px!important;
  font-style: normal!important;
  font-weight: normal!important;
  line-height: 140%!important;
}

#CybotCookiebotDialogBodyButtons {
  align-items: flex-start;
  display: flex !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  #CybotCookiebotDialogBodyButtons {
    margin-top: 20px !important;
    width: 100%;
  }
}

#CybotCookiebotDialogBodyButtonDetails {
  background-image: none !important;
  border: 1px solid #282833!important;
  border-radius: 20px!important;
  color: #282833!important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 12px!important;
  font-style: normal!important;
  font-weight: bold!important;
  letter-spacing: 2px!important;
  line-height: 100%!important;
  margin: 0 10px 0 0 !important;
  order: 1;
  padding: 14px 27px!important;
  text-align: center!important;
  text-transform: uppercase!important;
  transition: all 200ms;
  will-change: background-color, color, border-color;
}
#CybotCookiebotDialogBodyButtonDetails:hover {
  background-color: #50a13c !important;
  border-color: #50a13c !important;
  color: #faf9f7 !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #CybotCookiebotDialogBodyButtonDetails {
    max-width: 200px;
    width: 50% !important;
  }
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #282833 !important;
  background-image: none !important;
  border: 1px solid #282833!important;
  border-radius: 20px!important;
  color: #FAF9F7!important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 12px!important;
  font-style: normal!important;
  font-weight: bold!important;
  letter-spacing: 2px!important;
  line-height: 100%!important;
  margin: 0 !important;
  min-width: auto !important;
  order: 2;
  padding: 14px 27px!important;
  text-align: center!important;
  text-transform: uppercase!important;
  transition: all 200ms;
  will-change: background-color, color, border-color;
}
#CybotCookiebotDialogBodyButtonAccept:hover {
  background-color: #50a13c !important;
  border-color: #50a13c !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  #CybotCookiebotDialogBodyButtonAccept {
    max-width: 200px;
    width: 50% !important;
  }
}

#CybotCookiebotDialogDetail {
  background-color: #faf9f7 !important;
  border-top: 1px solid rgba(96, 97, 102, .1);
  margin: 20px 0 0 0 !important;
  padding: 16px 0 0 0 !important;
}

#CybotCookiebotDialogDetailBody {
  margin: 0 auto !important;
  max-width: none !important;
  width: calc(100% - 32px)!important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialogDetailBody {
    width: calc(100% - 80px)!important;
  }
}

@media (min-width: 1350px) {
  #CybotCookiebotDialogDetailBody {
    width: calc(100% - 200px)!important;
  }
}

#CybotCookiebotDialogDetailBodyContent {
  background-color: transparent !important;
  border: none !important;
}

#CybotCookiebotDialogDetailBodyContentTabs {
  margin: 0 0 14px 0 !important;
}

.CybotCookiebotDialogDetailBodyContentTab {
  background-color: transparent !important;
  border: none !important;
  color: #282833 !important;
  display: inline-block !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 12px!important;
  font-weight: bold!important;
  letter-spacing: 2px!important;
  line-height: 100%!important;
  margin: 0 26px 0 0 !important;
  padding: 0!important;
  text-decoration: none!important;
  text-transform: uppercase!important;
  transition: all 200ms!important;
  will-change: background-color, color, border-color;
}

.CybotCookiebotDialogDetailBodyContentTab.CybotCookiebotDialogDetailBodyContentTabsItemSelected,
.CybotCookiebotDialogDetailBodyContentTab.CybotCookiebotDialogDetailBodyContentTabsItemSelected:hover,
a.CybotCookiebotDialogDetailBodyContentTabsItemSelected:hover{
  color: #50A13C !important;
  text-decoration: underline!important;
}

#CybotCookiebotDialogDetailBodyContentTabsIAB,
#CybotCookiebotDialogDetailBodyContentTabsIAB.CybotCookiebotDialogDetailBodyContentTab,
#CybotCookiebotDialogDetailBodyContentTabsIABv2,
#CybotCookiebotDialogDetailBodyContentTabsIABv2.CybotCookiebotDialogDetailBodyContentTab {
  display: none !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainer {
  border: none !important;
  display: flex;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  border: 1px solid #282833 !important;
  margin-right: 14px !important;
  min-width: 228px !important;
  padding: 0 !important;
}

#CybotCookiebotDialogDetailFooter {
  background-color: transparent !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
}

#CybotCookiebotDialogDetailFooter a {
  text-decoration: none !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
  padding: 0 20px 0 0 !important;
  width: 100% ;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  color: #616166 !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 14px !important;
  line-height: 140% !important;
  margin-bottom: 5px !important;
}

#CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer {
  flex-grow: 2;
}

#CybotCookiebotDialogDetailTableNecessary {
  border: 1px solid #282833 !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody tr:last-child td {
  border-bottom: none !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  border-bottom: 1px solid rgba(40, 39, 50, .2) !important;
  border-right: 1px solid rgba(40, 39, 50, .2) !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody tr td:last-child {
  border-right: none !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  background-color: transparent !important;
  border-bottom: 1px solid #282833 !important;
  color: #282833 !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 2px !important;
  line-height: 100% !important;
  padding: 10px 8px !important;
  text-transform: uppercase !important;
}

#CybotCookiebotDialogDetailTableNecessary thead th {
  background-color: transparent !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  color: #616166 !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 12px !important;
  line-height: 120% !important;
  padding: 6px 8px !important;
}

#CybotCookiebotDialogDetailBodyContent a {
  background-color: transparent !important;
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-weight: normal !important;
}

#CybotCookiebotDialogDetailBodyContent a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected {
  color: #50A13C !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  background-color: transparent !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout {
  font-family: HKGrotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 140% !important;
  color: #616166 !important;
  padding: 0 !important;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

.header {
    height:60px;
    background-color: #fff !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid #ccc;
}

/* Header container */
.header__container.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__logo.header__logo--main {
    flex: 70%;
    width: 70%;
    max-width: 70%;
    display: flex;
    align-items: center;
    padding: 0;
}

.header__row-1, .header__row-2 {
    padding: 0 !important;
}

.header__column {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
}

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header .submenu.level-1 > li{
  padding:0 !important;
}

.header .navigation-primary a {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    color: #5F6368;
    display: block;
    text-transform: capitalize;
      padding: 10px 15px;
}

div#hs_cos_wrapper_site_logo {
    margin-right: 30px;
}

.header__search .hs-search-field__input {
    font-size:16px;
    padding: 0;
    width: 50px !important;
    background-color: transparent;
    border: 0;
    background-size: 20px;
    height:36px !important;
}

.header__search .hs-search-field__input:focus {
    border: 1px solid #ccc !important;
    transition: .3s;
    width: 800px !important;
    background-color: #fff;
    border-color: #ccc;
    outline: none;
    max-width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
  width:40px !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}