fsc.row-fluid [class*='span'],
.row-fluid [class*="span"]:first-child{ 
  margin-left: unset; 
  margin-right: unset;
} 


/*! 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;
}
hr {
    border-style: inset;
  border-width:1px;
}
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;
}
html {
  font-family: -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;
  line-height: 1.5;
}
*,
: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: #FE4497;
}
.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: #FE4497;
}
.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: #FE4497;
}
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: 'Poppins', 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: #FE4497;
  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: #FE4497;
  border-color: #FE4497;
}
.button-primary-dark.active,
.button-primary-dark:active {
  background-color: #438732;
  border-color: #FE4497;
}
.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: #FE4497;
  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: #FE4497;
  border-color: #FE4497;
}
.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: 300;
  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: #FE4497;
}


.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: #FE4497;
  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;
  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: #FE4497;
  cursor: pointer;
  display: flex;
  font-family: 'Poppins', sans-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: 16px;
  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: #FE4497;
}
.lang-selector__option.current {
  background-color: #FE4497;
  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: 'Poppins', 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: 30px;
  font-weight: 400;
  font-size: 19.2px;
}
.austin-font {
  font-family: 'Poppins', sans-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: #FE4497;
}
.noUi-connects,
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  top: -28px;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #FE4497;
  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: 'Poppins', sans-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;
  display: inline-block;
  width: 50% !important;
  margin: 0 auto !important;
}
.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.200rem;
 font-weight: 400;
}
.article-page__section-content a,
.article__text a{
  color: #FE4497;
  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.20rem;
  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 screen and (max-width: 540px) {
  .article__text {
    line-height: 28px;
    display: inline-block;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

@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: #FE4497;
  }
  .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: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .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: 5rem;
    padding-bottom: 5rem;
  }
  .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 ){
  .lg\:flex {
    display: flex;
  }
  .illustration{
    background-size: 90vw;
  }
  .illustration-other{
        background-size: 120vw;
  }
  
   .illustration-5{
        background-size: 90vw;
  }
  
  .illustration-1{
      background-size: 110vw;
   }
}
@media (min-width: 680px ){
  .lg\:flex {
    display: flex;
  }
  .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 ){
  .lg\:flex {
    display: flex;
  }
  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: #FE4497;
}
.link-with-hover:hover {
  color: #FE4497;
}
.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) {
  .lg\:flex {
    display: flex;
  }
  .xs-v,
  .md-v,
  .l-v,
  .lx-v,
  .lxx-v,
  .lxxx-v {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .lg\:flex {
    display: flex;
  }
  .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;
}


.row-fluid [class*="span"] {
  float: none;
  border: none;
  min-height: auto;
  width: 100%;
}



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: #FE4497 !important;
  background: radial-gradient(circle, rgba(255,255,255,1) 25%, #FE4497 25%) !important;
  border-color: #FE4497 !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;
}

.article-page__left-side .flex .flex-col{
  margin: 0;
}