body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  font-size: small;
  font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  color: #282626;
  font-family: "articulat-cf", sans-serif;
  font-size: 1rem;
}
a {
  color: #000;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: .1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: .6em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
  margin: 0;
}
h3 {
  font-size: 1.4em;
}
.medium {
  font-weight: 600;
}
.bold {
  font-weight: 800;
}
.demibold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.underlined {
  text-decoration-line: underline;
}
.font65 {
  font-size: clamp(33px,3.3852vw,65px);
}
.font65-2 {
  font-size: clamp(30px,3.3852vw,65px);
}
.font18 {
  font-size: clamp(11px,0.93744vw,18px);
}
.font30 {
  font-size: clamp(16.5px,1.5624vw,30px);
}
.font22 {
  font-size: clamp(13px,1.14576vw,22px);
}
.font16 {
  font-size: clamp(12px,0.83328vw,16px);
}
.font16-2 {
  font-size: clamp(13px,0.83328vw,16px);
}
.bigtitle {
  font-size: clamp(33px,3.3852vw,65px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15em;
}
.title {
  font-size: clamp(30px,3.3852vw,65px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.23em;
  color: #282626;
}
.minititle {
  font-size: clamp(11px,0.93744vw,18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 4.44em;
}
.bigp {
  font-size: clamp(16.5px,1.5624vw,30px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.pdemibold {
  font-size: clamp(13px,1.14576vw,22px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.18em;
}
.pdemibold2 {
  font-size: clamp(16.5px,1.5624vw,30px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.33em;
}
.pmedium {
  font-size: clamp(13px,1.14576vw,22px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45em;
  margin-top: 0;
}
.pfooter {
  font-size: clamp(12px,0.83328vw,16px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 2em;
}
.pform {
  font-size: clamp(13px,0.83328vw,16px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.38em;
  color: #282626;
  opacity: 44%;
}
.white {
  color: #FFF;
}
.light-color {
  color: #A0A0A0;
}
.light-color-2 {
  color: #3E3E3E;
}
.second-color {
  color: #454545;
}
.align {
  text-align: center;
}
.padding {
  padding-top: clamp(35px,5.05176vw,97px);
}
.padding__p {
  padding-top: clamp(16px,2.604vw,50px);
  padding-bottom: clamp(16px,2.604vw,50px);
}
.padding__button {
  margin-left: 50%;
  transform: translate3d(-50%,-30%,0);
}
.padding__pbox {
  padding-left: clamp(70px,5.208vw,91px);
  padding-top: clamp(5px,1.302vw,25px);
  padding-bottom: clamp(12px,1.0416vw,120px);
  padding-right: clamp(10px,2.8644vw,50px);
}
.padding__button__2 {
  padding-bottom: clamp(70px,8.64528vw,166px);
}
.padding__block {
  margin-left: clamp(20px,8.3328vw,160px);
  margin-right: clamp(20px,8.3328vw,160px);
}
.padding__h2 {
  padding-top: clamp(15px,1.87488vw,36px);
}
.padding__bigp {
  padding-top: clamp(80px,11.1972vw,215px);
  padding-bottom: clamp(30px,3.1248vw,60px);
}
.padding__7 {
  padding-left: clamp(20px,8.3328vw,160px);
}
.margin {
  margin: 0;
}
.margin__box {
  margin-left: clamp(108px,14.21784vw,273px);
}
.margin__button-info {
  margin-top: 20px;
  margin-left: -15px;
}
.body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: repeating-linear-gradient(45deg,#ffdb43 0%,#fff5c0 50%,#ffdb43 100%);
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52AF8D !important;
}
.error-color {
  color: #E73C5B !important;
}
.bg-linear--body {
  background: #d95b00;
  background: linear-gradient(90deg,#d95b00 0%,#faa96d 50%,#de5e01 100%);
}
.bg-linear--1 {
  background: #ffdb43;
  background: linear-gradient(-45deg,#ffdb43 0%,#fff5c0 50%,#ffdb43 100%);
}
.bg-linear--2 {
  background: #ffdb43;
  background: linear-gradient(45deg,#ffdb43 0%,#fff5c0 50%,#ffdb43 100%);
}
.icon {
  margin-right: 9px;
}
.icon--big {
  width: clamp(20px,1.40616vw,27px);
  height: auto;
}
.icon--small {
  width: clamp(9px,0.5208vw,10px);
  height: auto;
}
.icon svg {
  width: 100%;
  height: 100%;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: auto;
  line-height: 55px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #282626;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #000;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
  color: #282626;
  opacity: 44%;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #282626;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #E73C5B;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: inline-block;
  color: #A0A0A0;
  border-width: 1.5px;
  border-style: solid;
  border-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: clamp(10px,0.7812vw,15px);
  padding-right: clamp(10px,0.93744vw,18px);
  height: clamp(30px,3.906vw,75px);
  align-items: center;
  transition: .5s;
}
.main__button {
  display: inline-block;
  line-height: 1;
  box-shadow: rgba(0,0,0,0.16) 0px 10px 36px 0px, rgba(0,0,0,0.06) 0px 0px 0px 1px;
  border-color: #FFCE00;
  background-color: #FFCE00;
  color: #282626;
  border-width: 1.5px;
  border-style: solid;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding-left: clamp(20px,2.13528vw,41px);
  padding-right: clamp(18px,1.77072vw,34px);
  padding-bottom: 0;
  height: clamp(35px,3.906vw,75px);
  align-items: center;
  width: max-content;
  transition: all linear 0.15s;
  cursor: pointer;
}
@media (max-width: 580px) {
  .main__button {
    padding-top: clamp(20px,2.13528vw,41px);
    padding-bottom: clamp(20px,2.13528vw,41px);
  }
}
.button:hover,
.main__button:hover {
  cursor: pointer;
}
.main__button:hover {
  gap: 1.5em;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect,
#cookiedisclaimer2022 .cookie_options span#cookieko {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover,
#cookiedisclaimer2022 .cookie_options span#cookieko:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52AF8D;
}
.alert--warning {
  background-color: #E86F51;
}
.alert--error {
  background-color: #E73C5B;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3vw;
  align-items: center;
  display: grid;
  grid-template-columns: 38% auto;
  color: #FFF;
  z-index: 9;
  transition: .5s;
}
.header__logo {
  flex: 0 0 220px;
}
.header__nav {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__nav span {
  width: 140px;
  font-size: 12px;
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 1080px) {
  .header__nav span {
    color: rgba(0,0,0,0.25);
  }
}
.header__button__cta {
  display: flex;
  margin-right: 1vw;
  white-space: nowrap;
}
.header__button__cta:hover {
  background: #FF8F00;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu {
  display: flex;
}
li {
  list-style: none;
  padding-left: clamp(20px,2.23944vw,43px);
  padding-right: 0;
  line-height: 4.44em;
}
.ul__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.white-header {
  background: #FF8F00;
}
.white-header svg #pathblack {
  fill: #000;
}
.white-header .minititle {
  color: #000;
}
.white-header li {
  color: #000;
}
.white-header .button {
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.16) 0px 10px 36px 0px, rgba(0,0,0,0.06) 0px 0px 0px 1px;
}
.white-header .button:hover {
  background-color: #FFCE00;
}
@media (max-width: 1080px) {
  .header {
    display: flex;
    justify-content: space-between;
  }
  .header__logo__full {
    margin-top: 8px;
  }
  .header__flex {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(100%,0,0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    background: radial-gradient(circle,#f4f4f4 0%,#ffffff 45%,#f4f4f4 100%);
    height: 100%;
  }
  .header__flex .header__nav {
    display: flex;
    flex-direction: column;
  }
  .header__flex .header__nav svg #pathblack {
    fill: #000;
  }
  .header__flex .minititle {
    color: black;
    font-size: 18px;
  }
  .header__flex .button {
    margin-top: 25px;
    background: #fff;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    line-height: 1;
    width: 100%;
    height: 57px;
    justify-content: center;
  }
  .header__flex .main__button {
    width: 100%;
    height: 57px;
    margin-top: 8.5px;
  }
  .header__flex .ul__navigation {
    display: flex;
    flex-direction: column;
    padding: 0;
    flex-direction: column-reverse;
    margin-right: 38px;
    margin-left: 38px;
  }
  .header__flex .ul__navigation li {
    font-size: 18px;
    padding: 0;
    line-height: 3;
    color: #000;
  }
  .header__flex .ul__navigation li:hover {
    cursor: pointer;
  }
  .header__flex .ul__navigation .order-1 {
    order: -1;
  }
  .header__flex .ul__navigation .margin-header {
    margin-top: 30px;
  }
  .header__flex .header__button__cta {
    margin-right: 38px;
    margin-left: 38px;
  }
  .header.open {
    z-index: 3;
  }
  .header.open .header__flex {
    transform: translate3d(0,0,0);
  }
}
.hamburger {
  display: none;
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .hamburger {
    display: block;
    width: 45px;
  }
}
@media screen and (max-width: 355px) {
  .hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 320px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger span {
  width: 27px;
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 765px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 355px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span {
  background: #282626;
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translate(0,-50%) scale3d(0,1,1);
  -webkit-transform: translate(0,-50%) scale3d(0,1,1);
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.search-toggler svg {
  width: 30px;
  height: 30px;
}
.search-area {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .search-area {
    padding-top: 5vh;
    justify-content: center;
  }
}
.search-area.visible {
  display: flex;
}
.search-area__inner {
  min-width: 45vw;
  max-width: 80vw;
  max-height: 60vh;
  padding-bottom: 5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .search-area__inner {
    width: 65vw;
  }
}
@media screen and (max-width: 551px) {
  .search-area__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.search-area__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  padding: 10px 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-area__input-wrapper input {
  border: 0;
  color: #282626;
  font-size: 16px;
}
.search-area__input-wrapper input::placeholder {
  color: lightgray;
}
.search-area__results {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-top: 20px;
  padding: 10px 24px;
  overflow-y: auto;
  transition: 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.search-area__results.visible {
  visibility: visible;
  opacity: 1;
}
.search-area__toggle div::after,
.search-area__toggle div::before,
.search-area__clear::after,
.search-area__clear::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.search-area__toggle div::after,
.search-area__clear::after {
  transform: rotate(-45deg);
}
.search-area__toggle div::before,
.search-area__clear::before {
  transform: rotate(45deg);
}
.search-area__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #000;
}
.search-area__toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-area__toggle div::after,
.search-area__toggle div::before {
  background-color: white;
}
@media screen and (max-width: 551px) {
  .search-area__toggle {
    right: -5px;
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.search-area__clear {
  position: relative;
  width: 20px;
  height: 20px;
}
.search-area__clear::after,
.search-area__clear::before {
  background-color: lightgray;
}
.search-area__icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.search-area__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}
.search-area__clean {
  position: relative;
}
.search-area__spinner {
  flex-shrink: 0;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  animation-play-state: paused;
  visibility: hidden;
}
.search-area__spinner.loading {
  animation-play-state: running;
  visibility: visible;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding-left: clamp(10px,4.1664vw,80px);
  padding-right: clamp(10px,4.1664vw,80px);
  align-items: center;
}
.footer a {
  color: #fff;
}
@media (max-width: 580px) {
  .footer {
    flex-direction: column;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 580px) {
  .footer__logo {
    flex-direction: column;
  }
}
.footer__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
@media (max-width: 580px) {
  .footer__info {
    flex-direction: column;
  }
}
.footer .img_logof {
  width: clamp(50px,5.7288vw,110px);
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #282626;
  border: 1px solid #282626;
}
.paginator__pages .active a {
  background: #000;
  color: #A0A0A0;
}
.languages {
  display: flex;
  gap: 10px;
}
.languages a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid #282626;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #282626;
}
.languages a.active {
  background: #282626;
  color: #A0A0A0;
}
.hero {
  position: relative;
  padding: 0 3vw;
  z-index: 2;
  padding-bottom: clamp(30px,4.1664vw,80px);
}
.hero__bg {
  height: 45vw;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hero__text {
  padding-top: 5vw;
  padding-left: clamp(30px,5.208vw,100px);
  padding-bottom: 7vw;
}
.hero .hero-flex {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: first baseline;
}
.hero .hero-flex-2 {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  align-items: first baseline;
}
.hero .minititle {
  line-height: 1.4em;
  max-width: 50%;
  margin-bottom: 1em !important;
}
.hero__img {
  display: flex;
}
.hero__img-2 {
  width: 33%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-40%,0,0);
}
.hero__img-2__none {
  display: none;
}
.block-2 {
  padding-bottom: clamp(40px,5.208vw,100px);
  background: #ffdb43;
}
.block-2 video {
  max-width: 900px;
  margin: 0 auto;
}
.img__tablet {
  display: block;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.img__iphone {
  margin: 0 auto 2%;
  margin-top: -7%;
  max-width: 70%;
}
.img__iphone-2 {
  display: none;
}
.img__ciambella {
  width: 24%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0,0,0);
}
hr {
  margin-left: clamp(20px,8.3328vw,160px);
  margin-right: clamp(20px,8.3328vw,160px);
  border: none;
  height: 1px;
  background: repeating-linear-gradient(90deg,#5c5c5c,#5c5c5c 6px,transparent 6px,transparent 12px);
}
.block-3 {
  padding-top: clamp(60px,6.61416vw,127px);
  padding-bottom: clamp(60px,6.61416vw,127px);
  width: clamp(300px,85%,1585px);
  margin: 0 auto;
}
.block-3__wrapper {
  flex-basis: 650px;
}
.block-3__flex {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  align-items: center;
  width: 33.852vw;
  padding-left: 12%;
}
.block-3__flex__column {
  padding-top: clamp(15px,1.77072vw,34px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.block-3__flex__columnbox {
  display: grid;
  grid-template-columns: auto 1fr 30px;
  align-items: center;
  column-gap: 1.3em;
  padding-left: clamp(5px,0.7812vw,15px);
  padding-right: clamp(5px,0.7812vw,15px);
}
.block-3__img {
  position: relative;
}
.block-3 .img__google {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  border: 10px solid #fff;
  max-width: 500px;
}
.block-3 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  max-width: 100%;
}
.box {
  background: radial-gradient(circle,#f4f4f4 0%,#ffffff 45%,#f4f4f4 100%);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.6em;
  box-shadow: rgba(0,0,0,0.13) 0px 10px 36px 0px, rgba(0,0,0,0.1) 0px 0px 0px 1px;
  margin-bottom: 1em;
  z-index: 2;
}
.box__width {
  width: 100%;
}
.block-4 {
  padding-top: clamp(70px,7.812vw,150px);
  padding-bottom: clamp(50px,6.2496vw,120px);
  width: clamp(300px,85%,1585px);
  margin: 0 auto;
}
.block-4__flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.5em;
  align-items: center;
  padding-right: 12%;
}
.block-4__flex__column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(15px,1.77072vw,34px);
}
.block-4__flex__columnbox {
  display: grid;
  grid-template-columns: auto 1fr 30px;
  align-items: center;
  column-gap: 2em;
  padding-left: clamp(5px,0.7812vw,15px);
  padding-right: clamp(5px,0.7812vw,15px);
}
.block-4__flex__c2 {
  width: clamp(400px,35.4144vw,680px);
}
.block-4__img {
  position: relative;
}
.block-4 .img__google {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  border: 10px solid #fff;
  max-width: 500px;
}
.block-4 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  max-width: 100%;
}
.block-5 {
  padding-top: clamp(50px,9.114vw,175px);
  padding-bottom: clamp(50px,9.114vw,175px);
}
.block-5__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: clamp(30px,9.3744vw,180px);
}
.block-5__flex .title {
  flex-basis: 400px;
}
.block-5__flex__div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: clamp(10px,4.9476vw,95px);
}
.block-5__circle {
  width: clamp(65px,8.0724vw,155px);
  height: clamp(65px,8.0724vw,155px);
}
.block-5__circle img {
  border-radius: 50%;
}
.block-6 {
  background: #d95b00;
  background: linear-gradient(45deg,#d95b00 0%,#faa96d 45%,#de5e01 100%);
  padding-bottom: clamp(60px,5.31216vw,102px);
  position: relative;
}
.block-6__flex {
  padding-top: clamp(60px,5.31216vw,102px);
  display: flex;
  justify-content: space-between;
  gap: clamp(15px,7.812vw,150px);
}
.block-6__grid {
  display: grid;
  grid-template-columns: 86% 1fr;
  align-items: center;
  column-gap: clamp(20px,6.2496vw,120px);
  padding-left: clamp(10px,1.5624vw,30px);
  padding-right: clamp(10px,1.0416vw,30px);
}
.block-6__faq {
  position: relative;
  z-index: 2;
}
.block-7__flex {
  display: flex;
  gap: 1em;
  align-items: flex-end;
  justify-content: space-between;
}
.block-7 .img__chefcircle {
  width: 90%;
}
.block-7 .padding__7 {
  max-width: 50%;
}
@media (max-width: 1270px) {
  .block-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-3 svg {
    width: 45px;
  }
  .block-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-4 svg {
    width: 45px;
  }
  .block-5 .title {
    flex-basis: auto;
  }
}
@media (max-width: 1080px) {
  .hero__bg {
    height: auto;
  }
  .hero__img {
    display: none;
  }
  .hero__img-2 {
    display: none;
  }
  .hero__img-2__none {
    display: block;
    bottom: 0;
    position: absolute;
    width: 42.5%;
    right: 0;
    margin-right: 5%;
  }
  .hero-flex-2 {
    z-index: 4;
  }
  .img__iphone {
    width: 100%;
  }
  .block-2 {
    padding-left: clamp(30px,2.604vw,50px);
    padding-right: clamp(30px,2.604vw,50px);
  }
  .block-5 .title {
    text-align: center;
  }
  .block-5__flex {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}
@media (max-width: 1440px) {
  .block-3__flex__column {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
  .block-3__wrapper {
    width: 100%;
    max-width: 930px;
  }
}
@media (max-width: 765px) {
  .block-4__flex__column {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .block-3__flex,
  .block-4__flex {
    display: flex;
    justify-content: center;
  }
  .block-7 .padding__7 {
    max-width: 100%;
  }
  .block-7 .img__chefcircle {
    display: none;
  }
}
@media (max-width: 580px) {
  .hero__img-2__none {
    display: none;
  }
  .hero__text {
    padding-right: clamp(30px,5.208vw,100px);
  }
  .hero__text br {
    display: none;
  }
  .hero .minititle {
    max-width: 100%;
  }
  .img__tablet {
    width: 100%;
  }
  .img__iphone {
    display: none;
  }
  .img__iphone-2 {
    display: block;
    width: 100%;
    margin-top: -20%;
  }
  .block-6__flex {
    flex-direction: column;
  }
  .block-6 .margin__box {
    margin-left: 0;
  }
  .padding__7 {
    padding-right: 20px;
  }
}
.contacts__bg {
  margin: clamp(30px,4.1664vw,80px);
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1em;
  padding-bottom: clamp(30px,3.6456vw,70px);
  padding-top: clamp(10px,3.6456vw,70px);
  align-items: center;
  height: 100%;
  position: relative;
  overflow: auto;
}
.contacts__bg__icon {
  position: absolute;
  top: clamp(30px,2.8644vw,55px);
  right: clamp(30px,2.8644vw,55px);
}
.contacts__form {
  padding-left: clamp(40px,7.2912vw,140px);
}
.contacts .img-laptop {
  padding-right: clamp(20px,2.0832vw,40px);
}
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  padding: 0;
  border-top: 1px #707070;
  border-left: 1px;
  border-right: 1px;
  margin-top: clamp(15px,1.0416vw,20px);
  font-size: clamp(13px,1.14576vw,22px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45em;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.input:not(.checkbox) label {
  display: none;
}
input::placeholder {
  color: #000;
}
.paddingcontacts {
  padding-top: clamp(18px,2.0832vw,40px);
  padding-bottom: clamp(20px,2.3436vw,45px);
}
@media (max-width: 810px) {
  .img-laptop {
    display: none;
  }
  .contacts__form {
    padding-right: clamp(40px,7.2912vw,140px);
  }
}
.contacts {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #FFCE00;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
}
.contacts.visible {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: all;
}
svg:hover {
  cursor: pointer;
}
[data-accordion=""] {
  cursor: pointer;
}
[data-accordion=""] .icon {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}
[data-accordion=""] .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 100%;
  height: 1px;
  background-color: #282626;
}
[data-accordion=""] .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 1px;
  height: 100%;
  background-color: #282626;
  transition: transform 0.2s;
}
[data-accordion=""] .number {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
[data-accordion=""].open .icon::before {
  transform: translate3d(-50%,-50%,0) rotate(90deg);
}
[data-accordion=""].open .number {
  background: #FFCE00;
}
[data-accordion=""] svg {
  width: 39px;
  height: auto;
}
[data-accordion-content] {
  overflow: hidden;
  height: 0;
}
.faq__block {
  padding-top: clamp(40px,4.4268vw,85px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.faq__block__list {
  flex-basis: 650px;
}
@media (max-width: 1270px) {
  .faq__block__list {
    flex-basis: auto;
    width: 100%;
    margin-bottom: max(50px,7.812vw,150px);
  }
}
@media (max-width: 810px) {
  .faq__block__list {
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .faq__block__list {
    margin-bottom: 50px;
  }
}
.faq__block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1270px) {
  .faq__block.reverse {
    flex-direction: column;
  }
}
@media (max-width: 1270px) {
  .faq__block {
    flex-direction: column;
    max-width: 700px;
  }
}
.faq__questions {
  padding-top: clamp(50px,5.208vw,100px);
  padding-right: clamp(50px,7.812vw,150px);
  background: linear-gradient(-45deg,#d95b00 0%,#faa96d 45%,#de5e01 100%);
}
.faq__questions__grid {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: clamp(50px,7.812vw,150px);
}
@media (max-width: 765px) {
  .faq__questions__grid {
    grid-template-columns: 1fr;
    width: 85%;
    margin: 0 auto;
  }
}
.faq__questions__title {
  padding-left: clamp(50px,7.812vw,150px);
}
.faq__questions__list {
  max-width: 1500px;
}
.faq__questions__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 765px) {
  .faq__questions {
    padding-right: 0;
  }
  .faq__questions .donut-img {
    display: none;
  }
}
.catalog {
  display: flex;
}
.catalog__sidebar {
  flex: 0 0 300px;
  padding: 0 2.5vw;
}
.catalog__main {
  flex-grow: 1;
  padding: 0 2.5vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5vw;
}
.product > div {
  margin-top: 50px;
}
.product > div:first-child {
  margin: 0;
}
.product-preview {
  display: block;
  color: #282626;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #282626;
}
.category-menu li {
  margin-bottom: .6em;
}
.category-menu li.active > a {
  font-weight: bold;
}
.category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: .6em 0 0 1em;
}
.news-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.news-preview:last-child {
  margin: 0;
}
.news-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.news-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.news > div {
  margin-top: 50px;
}
.news > div:first-child {
  margin: 0;
}
.post-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.post-preview:last-child {
  margin: 0;
}
.post-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.post-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.post__section {
  margin-top: 50px;
}
.post__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.service-preview:last-child {
  margin: 0;
}
.service > div {
  margin-top: 50px;
}
.service > div:first-child {
  margin: 0;
}
.policies {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 5vh;
}
.policies .article__title {
  margin-bottom: 55px;
}
.policies .article__text p,
.policies .article__text li {
  font-size: 1rem;
  color: black;
  line-height: 1.5em;
}
.policies .article__text p {
  margin-bottom: 40px;
}
.policies .article__text ul {
  padding-left: 1em;
}
.policies .article__text li {
  list-style: disc;
  padding-left: 0;
}
.policies .article__text strong {
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
}