@import url("https://fonts.cdnfonts.com/css/virus-killer");
@font-face {
  font-family: "Untyped";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Untyped-Font/Untyped.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/fritto-landing/assets/fonts/Montserrat/Montserrat-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
img, audio, video {
  max-width: 100%;
  height: auto;
}
audio, canvas, iframe, video, img, svg {
  vertical-align: middle;
}
iframe {
  border: 0;
}
textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
input, textarea, select, button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: 0.2s;
}
.header.inner-page {
  background: url("/wp-content/themes/fritto-landing/assets/img/Glare.png") center / cover no-repeat, rgba(22, 24, 27, 0.9);
  backdrop-filter: blur(4px);
}
.header.active {
  background: url("/wp-content/themes/fritto-landing/assets/img/Glare.png") center / cover no-repeat, rgba(22, 24, 27, 0.9);
  backdrop-filter: blur(4px);
  z-index: 99;
}
.header.active .header__row {
  padding: 1.1428571429rem 0;
}
.header.nav-up {
  top: -196px;
}
.header .header__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1428571429rem 0;
  transition: 0.2s;
}
@media screen and (max-width: 1169px) {
  .header .header__row {
    padding: 2.8571428571rem 0;
  }
}
@media screen and (max-width: 710px) {
  .header .header__row {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 330px) {
  .header .header__row {
    padding: 1.4285714286rem 0;
  }
}
@media screen and (max-width: 710px) {
  .header .header__row .header__logo {
    max-width: 94px;
  }
}
@media screen and (max-width: 1169px) {
  .header .header__row .header__left {
    display: none;
  }
}
.header .header__row .header__left .header__menu ul {
  display: flex;
  gap: 32px;
}
.header .header__row .header__left .header__menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
@media screen and (min-width: 1169px) {
  .header .header__row .header__left .header__menu ul li:hover a {
    color: #E0FF6A;
  }
}
.header .header__row .header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 710px) {
  .header .header__row .header__right {
    gap: 10px;
  }
}
.header .header__row .header__right .language {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
  cursor: pointer;
}
.header .header__row .header__right .language .header-lang-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 1169px) {
  .header .header__row .header__right .language .header-lang-trigger:hover {
    color: #E0FF6A;
  }
  .header .header__row .header__right .language .header-lang-trigger:hover svg path {
    fill: #E0FF6A;
  }
}
.header .header__row .header__right .language .header-lang-list {
  position: absolute;
  right: 10px;
  top: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: 0;
  transition: 0.2s;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 710px) {
  .header .header__row .header__right .language .header-lang-list {
    right: 0;
    top: 40px;
  }
}
.header .header__row .header__right .language .lang-item {
  position: relative;
  padding: 8px 10px;
  width: 100%;
  transition: all 0.2s;
}
.header .header__row .header__right .language .lang-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
.header .header__row .header__right .language .lang-item a span {
  color: #1D2329;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.header .header__row .header__right .language .lang-item.current-lang {
  position: relative;
}
.header .header__row .header__right .language .lang-item:hover {
  background-color: #F4F7FE;
}
.header .header__row .header__right .language .lang-item:not(:last-child) {
  margin-bottom: 4px;
}
.header .header__row .header__right .language .lang-item:first-child {
  padding-top: 8px;
}
.header .header__row .header__right .language .lang-item:last-child {
  padding-bottom: 8px;
}
.header .header__row .header__right .language .header-lang.is-active .header-lang-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .header__row .header__right .button_wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1169px) {
  .header .header__row .header__right .button_wrapper {
    display: none;
  }
}
.header .header__row .header__right .button_wrapper .main-btn.log-in {
  background-color: transparent;
  border: 1px solid #E0FF6A;
  color: #E0FF6A;
  font-weight: 400;
}
@media screen and (min-width: 1169px) {
  .header .header__row .header__right .button_wrapper .main-btn.log-in:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000;
  }
}
/*Mobile menu*/
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 476px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("/wp-content/themes/fritto-landing/assets/img/Glare.png") top / cover no-repeat;
  background-color: #1D2329;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 40px 32px;
  overflow: hidden;
}
@media screen and (max-width: 710px) {
  .mobile-menu {
    padding: 35px 16px;
  }
}
.mobile-menu.mobile-menu_active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 710px) {
  .mobile-menu {
    width: 100%;
  }
}
.mobile-menu .menu__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 999;
  flex-shrink: 0;
}
.mobile-menu .menu__top .close {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  z-index: 999;
}
.mobile-menu .menu-list {
  text-align: center;
  flex-shrink: 1;
  overflow-y: auto;
  margin: 24px 0;
}
.mobile-menu .menu-list .one ul li a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
}
.mobile-menu .menu-list .one ul li:active a {
  color: #E0FF6A;
}
.mobile-menu .menu-list .one ul li:not(:last-child) {
  padding-bottom: 20px;
}
.mobile-menu .button_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  flex-shrink: 0;
}
.mobile-menu .button_wrapper .main-btn {
  width: 100%;
}
.mobile-menu .button_wrapper .main-btn.log-in {
  background-color: transparent;
  border: 1px solid #E0FF6A;
  color: #E0FF6A;
}
.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #E0FF6A;
  border-radius: 7px;
}
@media screen and (max-width: 1169px) {
  .menu-btn {
    display: flex;
  }
}
@media screen and (max-width: 330px) {
  .menu-btn {
    width: 40px;
    height: 40px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(43, 43, 43, 0.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.overlay.overlay_active {
  display: block;
}
.locked {
  overflow: hidden;
}
.hero {
  position: relative;
  height: 100vh;
  max-height: 940px;
  min-height: 790px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1169px) and (orientation: landscape) {
  .hero {
    height: 1024px;
    max-height: 1024px;
  }
}
@media screen and (max-width: 1169px) {
  .hero {
    height: 1024px;
    max-height: 1024px;
  }
}
@media screen and (max-width: 710px) {
  .hero {
    height: 852px;
    max-height: 852px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 100vh;
    min-height: none;
    max-height: 852px;
  }
}
@media screen and (max-width: 360px) {
  .hero {
    height: 750px;
    max-height: 750px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(22, 24, 27, 0) 0%, #16181B 100%);
}
@media screen and (max-width: 1169px) {
  .hero::before {
    height: 110px;
  }
}
.hero .container {
  height: 100%;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-image: url("/wp-content/themes/fritto-landing/assets/img/hero_bg.webp");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
}
@media (max-width: 1240px) {
  .hero__content--wrapper-title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.hero__content--title {
  color: #E0FF6A;
  font-family: "Virus Killer";
  font-size: 100px;
  padding-top: 120px;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 7;
}
.hero__content--title span:nth-child(1) {
  display: block;
  text-align: left;
  line-height: 66%;
}
.hero__content--title span:nth-child(2) {
  display: inline-block;
  font-family: "Untyped";
  font-size: 203px;
  line-height: normal;
  letter-spacing: -4.058px;
  line-height: 80%;
}
@media screen and (max-width: 1240px) {
  .hero__content--title span:nth-child(2) {
    font-size: 170px;
  }
}
@media screen and (max-width: 1169px) {
  .hero__content--title span:nth-child(2) {
    width: 100%;
    font-size: 202px;
  }
  .hero__content--title span:nth-child(2) b {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .hero__content--title span:nth-child(2) {
    font-size: 125px;
    letter-spacing: -2.663px;
  }
}
@media screen and (max-width: 360px) {
  .hero__content--title span:nth-child(2) {
    font-size: 100px;
  }
}
.hero__content--title span:nth-child(3) {
  display: block;
  text-align: right;
  line-height: 66%;
  font-size: 95px;
}
@media screen and (max-width: 710px) {
  .hero__content--title span:nth-child(3) {
    font-size: 86px;
  }
}
@media screen and (max-width: 330px) {
  .hero__content--title span:nth-child(3) {
    font-size: 60px;
  }
}
.hero__content--title.de {
  font-size: 110px;
}
@media screen and (max-width: 1169px) {
  .hero__content--title.de {
    font-size: 80px;
  }
}
@media screen and (max-width: 710px) {
  .hero__content--title.de {
    font-size: 46px;
    letter-spacing: -0.918px;
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .hero__content--title.de {
    width: auto;
  }
}
.hero__content--title.de span:nth-child(2) {
  font-size: 178px;
  letter-spacing: -3.558px;
}
@media screen and (max-width: 1240px) {
  .hero__content--title.de span:nth-child(2) {
    font-size: 145px;
  }
}
@media screen and (max-width: 1169px) {
  .hero__content--title.de span:nth-child(2) {
    font-size: 155px;
    line-height: 75%;
    letter-spacing: -3.098px;
  }
  .hero__content--title.de span:nth-child(2) b {
    display: block;
  }
}
@media screen and (max-width: 710px) {
  .hero__content--title.de span:nth-child(2) {
    font-size: 89px;
    letter-spacing: -1.778px;
  }
}
@media screen and (max-width: 360px) {
  .hero__content--title.de span:nth-child(2) {
    font-size: 80px;
    letter-spacing: -0.7px;
  }
}
.hero__content--title.de span:last-child {
  margin-right: 15px;
}
@media screen and (max-width: 710px) {
  .hero__content--title.de span:last-child {
    font-size: 46px;
    margin-right: 0;
    line-height: normal;
  }
}
.hero__content--info {
  position: relative;
  margin-right: 172px;
  z-index: 11;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(186deg, rgba(43, 43, 43, 0.7) 36.63%, rgba(135, 135, 135, 0.7) 170.41%);
  backdrop-filter: blur(5px);
  box-shadow: 46px 192px 55px 0px rgba(52, 56, 63, 0.01), 29px 123px 51px 0px rgba(52, 56, 63, 0.06), 17px 69px 43px 0px rgba(52, 56, 63, 0.2), 7px 31px 32px 0px rgba(52, 56, 63, 0.34), 2px 8px 17px 0px rgba(52, 56, 63, 0.39);
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  transition: 0.2s;
  width: 218px;
  padding: 16px 8px 10px 8px;
  margin-top: 36px;
}
@media (max-width: 1169px) {
  .hero__content--info {
    margin-top: 102px;
    margin-right: 40px;
  }
}
@media (max-width: 710px) {
  .hero__content--info {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .hero__content--info {
    margin-top: 20px;
    margin-right: 0px;
  }
}
@media (max-width: 330px) {
  .hero__content--info .main-btn.icon {
    width: 100%;
  }
}
.hero__content--info .main-title {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.4px;
  text-wrap: balance;
  padding-bottom: 12px;
}
@media screen and (max-width: 710px) {
  .hero__content--info .main-title {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.hero__content--info .main-text {
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 10px;
  hyphens: auto;
  text-wrap: balance;
  font-size: 16px;
  line-height: 162.5%;
}
@media screen and (max-width: 710px) {
  .hero__content--info .main-text {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.hero__content--info .main-btn {
  letter-spacing: -0.28px;
}
.hero__content--info .main-btn.icon {
  width: 202px;
  padding: 11px 42px 11px 16px;
}
@media screen and (max-width: 330px) {
  .hero__content--info .main-btn.icon {
    width: 100%;
  }
}
.hero__content--image {
  position: absolute;
  top: 348px;
  left: 0;
  z-index: 6;
  width: 842px;
  transition: 0.2s;
}
@media (max-width: 1169px) {
  .hero__content--image {
    top: 520px;
    left: 0%;
  }
}
@media (max-width: 1110px) {
  .hero__content--image {
    left: -4%;
  }
}
@media (max-width: 1030px) {
  .hero__content--image {
    left: -11%;
  }
}
@media (max-width: 1000px) {
  .hero__content--image {
    left: -15%;
  }
}
@media (max-width: 900px) {
  .hero__content--image {
    left: -30%;
  }
}
@media (max-width: 810px) {
  .hero__content--image {
    left: -43%;
  }
}
@media (max-width: 710px) {
  .hero__content--image {
    top: 356px;
    left: -69%;
  }
}
@media (max-width: 640px) {
  .hero__content--image {
    max-width: 607px;
    left: -44%;
  }
}
@media (max-width: 580px) {
  .hero__content--image {
    left: -61%;
  }
}
@media (max-width: 536px) {
  .hero__content--image {
    left: -72%;
  }
}
@media (max-width: 536px) {
  .hero__content--image {
    left: -72%;
  }
}
@media (max-width: 490px) {
  .hero__content--image {
    left: -80%;
  }
}
@media (max-width: 430px) {
  .hero__content--image {
    left: -105%;
  }
}
@media (max-width: 380px) {
  .hero__content--image {
    left: -128%;
  }
}
@media (max-width: 359px) {
  .hero__content--image {
    left: -160%;
  }
}
.features {
  padding: 100px 0;
  background-color: #ffffff;
  border-radius: 64px 64px 0px 0px;
  z-index: 10;
}
@media screen and (max-width: 1169px) {
  .features {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .features {
    padding: 64px 0 84px 0;
    border-radius: 40px 40px 0px 0px;
  }
}
.features__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1169px) {
  .features__content {
    flex-direction: column;
  }
}
.features__content--left {
  width: 46%;
}
@media screen and (max-width: 1169px) {
  .features__content--left {
    width: 100%;
  }
}
.features__content--left .main-title {
  color: #121310;
  padding-bottom: 10px;
}
.features__content--image {
  position: relative;
  width: 607px;
  height: 457px;
}
@media screen and (max-width: 710px) {
  .features__content--image {
    width: 100%;
    height: auto;
    padding-left: 14px;
  }
}
.features__content--image .main-btn {
  position: absolute;
  bottom: -20px;
  right: 17px;
  border-color: #1D2329;
  background: #1D2329;
  box-shadow: 0px 5.49px 21.96px 0px rgba(43, 43, 43, 0.3);
  color: #ffffff;
}
.features__content--image .main-btn.icon {
  padding: 17px 68px 17px 25px;
}
.features__content--image .main-btn .icon-circle {
  background: #E0FF6A;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  transition: 0.3s;
}
.features__content--image .main-btn .icon-circle svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1169px) {
  .features__content--image .main-btn:hover {
    background: #E0FF6A;
    border: 1px solid #E0FF6A;
    color: #1D2329;
  }
  .features__content--image .main-btn:hover .icon-circle {
    background: #1D2329;
  }
  .features__content--image .main-btn:hover .icon-circle svg path {
    fill: #ffffff;
  }
}
.features__items {
  padding-top: 28px;
}
@media screen and (max-width: 1169px) {
  .features__items {
    padding-top: 32px;
  }
}
.features__items--item .info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
}
.features__items--item .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 710px) {
  .features__items--item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 330px) {
  .features__items--item .title {
    font-size: 15px;
  }
}
.features__items--item:not(:last-child) {
  margin-bottom: 16px;
}
.features__items--img {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 710px) {
  .features__items--img {
    top: 5px;
  }
}
.ai-section {
  padding: 0 0 100px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1169px) {
  .ai-section {
    padding: 0 0 70px 0;
  }
}
.ai-section__content {
  position: relative;
}
.ai-section__content--background img {
  border-radius: 19px;
}
@media screen and (max-width: 1169px) {
  .ai-section__content--background img {
    border-radius: 10px;
  }
}
.ai-section__content--text {
  position: absolute;
  top: 182px;
  left: 120px;
  max-width: 688px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 42px 60px;
  border-radius: 33px;
  border: 1.243px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(186deg, rgba(31, 34, 40, 0.7) 36.63%, rgba(135, 135, 135, 0.7) 170.41%);
  backdrop-filter: blur(6px);
  box-shadow: 57.19px 238.706px 68.379px 0 rgba(52, 56, 63, 0.01), 36.055px 152.921px 63.406px 0 rgba(52, 56, 63, 0.06), 21.135px 85.785px 53.46px 0 rgba(52, 56, 63, 0.2), 8.703px 38.541px 39.784px 0 rgba(52, 56, 63, 0.34), 2.487px 9.946px 21.135px 0 rgba(52, 56, 63, 0.39);
  transform: rotate(-8.152deg);
}
@media screen and (max-width: 1169px) {
  .ai-section__content--text {
    top: 38%;
    left: 8%;
    max-width: 395px;
    gap: 0.5rem;
    padding: 20px;
    border-radius: 16px;
    border-radius: 17px;
    border: 0.65px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
  }
}
@media screen and (max-width: 710px) {
  .ai-section__content--text {
    left: 3%;
    max-width: 295px;
    padding: 15px;
    border-radius: 13px;
    backdrop-filter: blur(2px);
  }
}
.ai-section__content--text .main-title {
  font-size: 26px;
  letter-spacing: -0.52px;
}
@media screen and (max-width: 1169px) {
  .ai-section__content--text .main-title {
    font-size: 16px;
    letter-spacing: -0.268px;
  }
}
@media screen and (max-width: 710px) {
  .ai-section__content--text .main-title {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
.ai-section__content--text .main-text {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: -0.416px;
}
@media screen and (max-width: 1169px) {
  .ai-section__content--text .main-text {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.214px;
  }
}
@media screen and (max-width: 710px) {
  .ai-section__content--text .main-text {
    font-size: 11px;
    line-height: 12px;
  }
}
.works {
  padding: 100px 0;
  background: #1D2329;
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  .works {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .works {
    padding: 64px 0;
  }
}
.works__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1169px) {
  .works__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 710px) {
  .works__content {
    margin-bottom: 32px;
  }
}
.works__content .main-title {
  color: #ffffff;
}
.works__content .main-text {
  color: #ffffff;
  max-width: 400px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
@media screen and (max-width: 1169px) {
  .works__content .main-text {
    max-width: 100% !important;
  }
}
.works__content .main-text.de {
  max-width: 475px;
}
.works__slider .swiper-slide .works__slider--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-height: 409px;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
}
.works__slider .swiper-slide .works__slider--item .main-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 157.143%;
}
@media screen and (max-width: 710px) {
  .works__slider .swiper-slide .works__slider--item {
    padding: 16px;
  }
}
.works__slider .swiper-slide .works__slider--item .item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.works__slider .swiper-slide .works__slider--item .item-info .title {
  color: #E0FF6A;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  flex: 1 0 0;
}
.works__slider .swiper-slide .works__slider--item .item-info .icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #E0FF6A;
}
.works__slider .swiper-slide .works__slider--item .main-text {
  color: #ffffff;
}
.works__slider .swiper-slide .works__slider--item .item-img {
  position: relative;
  max-height: 193px;
  height: 193px;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 1169px) {
  .works__slider .swiper-slide .works__slider--item .item-img {
    width: auto;
  }
}
.works__slider .swiper-slide .works__slider--item .item-img img {
  border-radius: 20px;
}
.works__slider .swiper-slide .works__slider--item .item-img .main-btn {
  position: absolute;
  bottom: -10px;
  right: -12px;
  border-color: #1D2329;
  border-radius: 50px;
  background: #1D2329;
  box-shadow: 0px 5.49px 21.96px 0px rgba(43, 43, 43, 0.3);
  color: #ffffff;
  letter-spacing: -0.374px;
  gap: 38px;
}
@media screen and (max-width: 710px) {
  .works__slider .swiper-slide .works__slider--item .item-img .main-btn {
    right: 11px;
    bottom: 24px;
  }
}
.works__slider .swiper-slide .works__slider--item .item-img .main-btn.icon {
  padding: 17px 68px 17px 25px;
}
.works__slider .swiper-slide .works__slider--item .item-img .main-btn .icon-circle {
  background: #E0FF6A;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  transition: 0.3s;
}
.works__slider .swiper-slide .works__slider--item .item-img .main-btn .icon-circle svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1169px) {
  .works__slider .swiper-slide .works__slider--item .item-img .main-btn:hover {
    border-color: #E0FF6A;
    background: #E0FF6A;
    color: #1D2329;
  }
  .works__slider .swiper-slide .works__slider--item .item-img .main-btn:hover .icon-circle {
    background: #1D2329;
  }
  .works__slider .swiper-slide .works__slider--item .item-img .main-btn:hover .icon-circle svg path {
    fill: #ffffff;
  }
}
.works__slider .swiper-slide:nth-child(even) .works__slider--item {
  background-color: #E0FF6A;
}
.works__slider .swiper-slide:nth-child(even) .works__slider--item .item-info {
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}
.works__slider .swiper-slide:nth-child(even) .works__slider--item .item-info .title {
  color: #1D2329;
}
.works__slider .swiper-slide:nth-child(even) .works__slider--item .item-info .icon {
  background: #1D2329;
}
.works__slider .swiper-slide:nth-child(even) .works__slider--item .main-text {
  color: #1D2329;
  opacity: 1;
}
@media screen and (max-width: 1169px) {
  .works .swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 1169px) {
  .works .swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 710px) {
  .works .swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.works .swiper .swiper-slide {
  height: auto;
}
.works .swiper .swiper-scrollbar {
  height: 4px;
  background: #ffffff;
  border-radius: 20px;
  opacity: 1 !important;
  width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.works .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #E0FF6A;
}
.our-plugin {
  padding: 100px 0;
  background-color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 1169px) {
  .our-plugin {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .our-plugin {
    padding: 64px 0;
  }
}
.our-plugin__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 33px;
}
@media screen and (max-width: 1169px) {
  .our-plugin__content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.our-plugin__content--left {
  width: 56.5%;
}
@media screen and (max-width: 1169px) {
  .our-plugin__content--left {
    width: 100%;
  }
}
.our-plugin__content--left .main-title {
  color: #121310;
  padding-bottom: 10px;
  max-width: 70%;
  text-wrap: auto;
}
.our-plugin__content--image {
  position: relative;
  max-width: 494px;
}
@media screen and (max-width: 1169px) {
  .our-plugin__content--image {
    height: auto;
  }
}
.our-plugin__content--image img {
  border-radius: 45px;
}
@media screen and (max-width: 1169px) {
  .our-plugin__content--image img {
    border-radius: 33px;
  }
}
.our-plugin__content--image .main-btn {
  position: absolute;
  bottom: -20px;
  right: 17px;
  border-color: #1D2329;
  border-radius: 50px;
  background: #1D2329;
  box-shadow: 0px 5.49px 21.96px 0px rgba(43, 43, 43, 0.3);
  color: #ffffff;
  font-size: 22px;
  line-height: 38.87px;
  letter-spacing: -0.453px;
  gap: 47px;
  width: 298px;
}
.our-plugin__content--image .main-btn.icon {
  padding: 17px 68px 17px 25px;
}
.our-plugin__content--image .main-btn .icon-circle {
  background: #E0FF6A;
  border-radius: 50px;
  width: 62px;
  height: 62px;
  transition: 0.3s;
}
@media screen and (min-width: 1169px) {
  .our-plugin__content--image .main-btn:hover {
    background: #E0FF6A;
    color: #1D2329;
  }
  .our-plugin__content--image .main-btn:hover .icon-circle {
    background: #1D2329;
  }
  .our-plugin__content--image .main-btn:hover .icon-circle svg path {
    fill: #ffffff;
  }
}
.our-plugin__items {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2%;
}
@media screen and (max-width: 1169px) {
  .our-plugin__items {
    padding-top: 32px;
  }
}
@media screen and (max-width: 710px) {
  .our-plugin__items {
    flex-direction: column;
  }
}
.our-plugin__items--item {
  width: 49%;
}
@media screen and (max-width: 710px) {
  .our-plugin__items--item {
    width: 100%;
  }
}
.our-plugin__items--item .info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13.5px 20px 14px 60px;
  border-radius: 30px;
  width: 100%;
  background: var(--Primary, #E0FF6A);
  position: relative;
  height: 100%;
}
.our-plugin__items--item .info::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/fritto-landing/assets/img/check-icon.svg") no-repeat center center;
  background-size: contain;
}
.our-plugin__items--item .title {
  color: #1D2329;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 330px) {
  .our-plugin__items--item .title {
    font-size: 14px;
  }
}
.our-plugin__items--item:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--Primary, #E0FF6A);
  border-radius: 30px;
}
@media screen and (max-width: 710px) {
  .our-plugin__items--item:last-child {
    justify-content: flex-start;
  }
}
.our-plugin__items--item:last-child .info {
  justify-content: center;
  position: relative;
  width: fit-content;
}
.demo {
  position: relative;
  padding: 0 0 100px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1169px) {
  .demo {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .demo {
    padding: 0 0 64px 0;
  }
}
.demo__content {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  border-radius: 48px;
  background: #1D2329;
  color: #ffffff;
  padding: 50px 0 50px 40px;
}
@media screen and (max-width: 1169px) {
  .demo__content {
    flex-direction: column;
  }
}
.demo__content--left {
  max-width: 638px;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .demo__content--left {
    max-width: 100%;
  }
}
.demo__content--right {
  position: relative;
  max-width: 433px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1169px) {
  .demo__content--right {
    max-width: 100%;
  }
}
@media screen and (max-width: 1169px) {
  .demo__content {
    padding: 76px 32px;
  }
}
@media screen and (max-width: 1169px) {
  .demo__content {
    padding: 64px 16px;
  }
}
@media screen and (max-width: 710px) {
  .demo__content {
    padding: 32px 16px 20px 16px;
    border-radius: 50px;
  }
}
.demo__content .main-title {
  padding-bottom: 16px;
}
.demo__content .main-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
.demo__content .main-btn {
  margin: 0 auto;
}
.demo__content .main-btn.icon.en {
  padding: 11px 58px 11px 33px;
}
@media screen and (max-width: 710px) {
  .demo__content .main-btn.icon.en {
    padding: 11px 16px;
  }
}
@media screen and (max-width: 710px) {
  .demo__content .main-btn {
    justify-content: center;
    width: 100%;
  }
}
.demo__content--image {
  height: 534px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .demo__content--image {
    display: none;
  }
}
.demo__content--image img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1169px) {
  .demo__content--image {
    display: none;
  }
}
.demo__content .main-btn {
  padding: 17px 68px 17px 25px !important;
  box-shadow: 0px 5.49px 21.96px 0px rgba(43, 43, 43, 0.3);
  position: absolute;
  bottom: -12px;
  right: 24px;
}
@media screen and (max-width: 1169px) {
  .demo__content .main-btn {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.demo__advantages {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 4%;
  padding: 48px 0 0 0;
}
@media screen and (max-width: 1169px) {
  .demo__advantages {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
}
.demo__advantages--item {
  width: 48%;
}
@media screen and (max-width: 1169px) {
  .demo__advantages--item {
    width: 46%;
  }
}
@media screen and (max-width: 710px) {
  .demo__advantages--item {
    width: 100%;
  }
}
.demo__advantages--item .icon {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  margin-bottom: 16px;
}
.demo__advantages--item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: --0 0.36px;
  padding-bottom: 4px;
}
.demo__advantages--item .main-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
.questions {
  padding: 100px 0;
  background: #1D2329;
}
@media screen and (max-width: 1169px) {
  .questions {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .questions {
    padding: 64px 0;
  }
}
.questions .main-title {
  color: #ffffff;
  text-align: center;
}
.questions .tabs .tabs__content .tabs__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 0 20px 0;
}
@media screen and (max-width: 710px) {
  .questions .tabs .tabs__content .tabs__buttons {
    margin: 32px 0;
    padding: 0 0 10px 25px;
    justify-content: space-evenly;
    overflow: scroll hidden;
    scrollbar-width: thin;
    scrollbar-color: #eee #fff;
  }
}
.questions .tabs .tabs__content .tabs__buttons .tab-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.32px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-wrap: nowrap;
  width: 100%;
  text-align: center;
}
.questions .tabs .tabs__content .tabs__buttons .tab-button.active {
  color: #1D2329;
  background: #E0FF6A;
}
@media screen and (min-width: 1169px) {
  .questions .tabs .tabs__content .tabs__buttons .tab-button.active:hover {
    color: #1D2329;
    background: #E0FF6A;
  }
}
@media screen and (min-width: 1169px) {
  .questions .tabs .tabs__content .tabs__buttons .tab-button:hover {
    color: #1D2329;
    background: #ffffff;
  }
}
.questions .tabs .tabs__items .tab {
  display: none;
}
.questions .tabs .tabs__items .tab-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.questions .tabs .tabs__items .tab-item .main-title {
  font-size: 2.4rem;
  line-height: 3.75rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 1169px) {
  .questions .tabs .tabs__items .tab-item .main-title {
    font-size: 25px;
    line-height: 37.5px;
  }
}
.questions .tabs .tabs__items .tab-item.active {
  display: block;
}
.questions .accordion__items .accordion__item {
  position: relative;
  transition: 0.2s;
  overflow: hidden;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}
.questions .accordion__items .accordion__item:not(:last-child) {
  margin-bottom: 16px;
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item--title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: -0.36px;
}
@media (max-width: 710px) {
  .questions .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item--title {
    width: 86%;
    hyphens: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 1169px) {
  .questions .accordion__items .accordion__item .accordion__item-top-wrapper:hover .accordion__item--title {
    color: #E0FF6A;
  }
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper.active {
  padding-bottom: 0;
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper.active .accordion__item--title {
  color: #E0FF6A;
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item--arrow svg {
  width: 100%;
}
@media (max-width: 1169px) {
  .questions .accordion__items .accordion__item .accordion__item-top-wrapper .accordion__item--arrow {
    width: 2rem;
    height: 2rem;
  }
}
.questions .accordion__items .accordion__item .accordion__item-top-wrapper.active .accordion__item--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.questions .accordion__items .accordion__item .accordion__item-more {
  padding: 0;
  transition: 0.3s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.questions .accordion__items .accordion__item .accordion__item-more.active {
  padding-top: 1.1428571429rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  border-radius: 0px 0px 10px 0px;
}
.questions .accordion__items .accordion__item .accordion__item-more .main-text {
  color: #ffffff;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 710px) {
  .questions .accordion__items .accordion__item .accordion__item-more .main-text {
    font-size: 1rem;
    letter-spacing: -0.28px;
  }
}
.questions .accordion__items .accordion__item .accordion__item-more .main-text a {
  color: #E0FF6A;
}
@media screen and (min-width: 1169px) {
  .questions .accordion__items .accordion__item .accordion__item-more .main-text a:hover {
    text-decoration: underline;
  }
}
.your-plan {
  padding: 100px 0;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
@media screen and (max-width: 1169px) {
  .your-plan {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .your-plan {
    padding: 64px 0;
  }
}
.your-plan__in {
  background: transparent;
  border-radius: 48px;
  padding: 0;
  display: flex;
  position: relative;
  height: 469px;
}
@media screen and (max-width: 1169px) {
  .your-plan__in {
    flex-direction: column;
    height: auto;
    border-radius: 40px;
    overflow: hidden;
  }
}
.your-plan__row {
  display: flex;
  width: 100%;
  position: relative;
  background: #1D2329;
  border-radius: 60px 48px 48px 60px;
}
@media screen and (max-width: 1169px) {
  .your-plan__row {
    flex-direction: column;
    background: transparent;
    gap: 25px;
  }
}
@media screen and (max-width: 710px) {
  .your-plan__row {
    border-radius: 50px;
  }
}
.your-plan__row-left {
  background: #E0FF6A;
  border-radius: 50px;
  padding: 50px 64px;
  width: 595px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1169px) {
  .your-plan__row-left {
    width: 100%;
    padding: 50px 32px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 710px) {
  .your-plan__row-left {
    padding: 32px 16px;
  }
}
.your-plan__row-left .main-title {
  color: #1D2329;
  margin-bottom: 0;
}
@media screen and (max-width: 710px) {
  .your-plan__row-left .main-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.your-plan__row-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.your-plan__row-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.your-plan__row-item-icon {
  width: 26px;
  height: 26px;
  background: #1D2329;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.your-plan__row-item-text {
  color: #1D2329;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.46px;
}
@media screen and (max-width: 710px) {
  .your-plan__row-item-text {
    font-size: 16px;
  }
}
.your-plan__row-right {
  background: #1D2329;
  border-radius: 0 48px 48px 0;
  padding: 50px 31px 50px 32px;
  flex: 1;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  user-select: none;
}
@media screen and (max-width: 1169px) {
  .your-plan__row-right {
    position: relative;
    left: 0;
    width: 100%;
    border-radius: 50px;
    padding: 50px 32px;
  }
}
@media screen and (max-width: 710px) {
  .your-plan__row-right {
    padding: 32px 16px 20px 16px;
  }
}
.your-plan__form {
  width: 100%;
  max-width: 527px;
}
@media screen and (max-width: 1169px) {
  .your-plan__form {
    max-width: 100%;
  }
}
.your-plan__form-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  opacity: 0.6;
  padding-bottom: 16px;
}
.your-plan__form-quantity {
  margin-bottom: 22px;
}
.your-plan__form-input {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 710px) {
  .your-plan__form-input {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.your-plan__form-seats-num {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 710px) {
  .your-plan__form-seats-num {
    justify-content: center;
  }
}
.your-plan__form-icon {
  width: 48px;
  height: 48px;
  background: #E0FF6A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.your-plan__form .num-people {
  color: #1D2329;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.64px;
}
.your-plan__form-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 710px) {
  .your-plan__form-controls {
    justify-content: center;
  }
}
.your-plan__form-controls .minus-ten-btn, .your-plan__form-controls .minus-btn, .your-plan__form-controls .plus-btn, .your-plan__form-controls .plus-ten-btn {
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.your-plan__form-controls .minus-ten-btn:hover, .your-plan__form-controls .minus-btn:hover, .your-plan__form-controls .plus-btn:hover, .your-plan__form-controls .plus-ten-btn:hover {
  opacity: 0.7;
}
.your-plan__form-controls .minus-btn svg, .your-plan__form-controls .plus-btn svg {
  width: 48px;
  height: 48px;
}
.your-plan__form-controls .minus-ten-btn svg, .your-plan__form-controls .plus-ten-btn svg {
  width: 33px;
  height: 33px;
}
.your-plan__form-price {
  margin-bottom: 6px;
}
.your-plan__form-price-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  opacity: 0.7;
  margin-bottom: 4px;
}
.your-plan__form-per-month {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.your-plan__form-per-month .total-amount {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.64px;
}
.your-plan__form-per-month-text {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #ffffff;
}
.your-plan__form-per-month-text-top {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  opacity: 0.7;
}
.your-plan__form-per-month-text-bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  opacity: 0.3;
}
.your-plan__form-per-person {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  opacity: 0.3;
  margin-bottom: 8px;
}
.your-plan__form-savings {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.165) 0%, rgba(64, 64, 64, 0) 100%);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 24px;
}
.your-plan__form-savings-text {
  color: #E0FF6A;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.your-plan__form-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1169px) {
  .your-plan__form-btn-wrap .main-btn {
    width: 100%;
  }
}
.your-plan__form-btn {
  width: 343px;
  padding: 17px 58px 17px 16px !important;
  box-shadow: 0px 5.49px 21.96px 0px rgba(43, 43, 43, 0.3);
  position: relative;
}
@media screen and (max-width: 710px) {
  .your-plan__form-btn {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 390px) {
  .your-plan__form-btn {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 359px) {
  .your-plan__form-btn {
    font-size: 12px !important;
  }
}
.your-plan__form-btn .icon-circle {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1169px) {
  .your-plan__adaptive-spacer {
    display: block;
  }
}
.starting-price {
  display: none;
  text-decoration: line-through;
}
.starting-price.active {
  display: inline;
}
.join {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  .join {
    padding: 70px 0;
  }
}
@media screen and (max-width: 710px) {
  .join {
    padding: 64px 0;
  }
}
.join__content {
  text-align: center;
}
.join__content .main-title {
  color: #1D2329;
  padding-bottom: 10px;
}
@media screen and (max-width: 710px) {
  .join__content .main-title {
    text-wrap: balance;
  }
}
.join__content .main-title strong {
  font-family: "Virus Killer", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.28px;
  position: relative;
  z-index: 1;
  padding: 0 2px 0 8px;
  display: inline-block;
}
@media screen and (max-width: 710px) {
  .join__content .main-title strong {
    font-size: 40px;
  }
}
.join__content .main-title strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 172px;
  height: 69.5px;
  background: #E0FF6A;
  z-index: -1;
  transform: skewX(-10deg);
}
@media screen and (max-width: 710px) {
  .join__content .main-title strong::after {
    width: 116px;
    height: 42.5px;
  }
}
.join__content .main-text {
  color: #1D2329;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
  padding-bottom: 33px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1169px) {
  .join__content .main-text {
    padding-bottom: 36px;
  }
}
.join__content .main-btn {
  background-color: #1D2329;
  border-color: #1D2329;
  color: #E0FF6A;
  font-weight: 600;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1169px) {
  .join__content .main-btn:hover {
    background: #E0FF6A;
    color: #000;
  }
}
.join__content .main-btn:active {
  background-color: #E0FF6A;
  border-color: #E0FF6A;
  color: #000;
}
@media screen and (max-width: 1169px) {
  .join__content .main-btn {
    font-size: 1.1428571429rem;
    font-weight: 600;
    width: max-content;
  }
}
@media screen and (max-width: 710px) {
  .join__content .main-btn {
    width: 100%;
  }
}
.footer {
  background: url("/wp-content/themes/fritto-landing/assets/img/Glare.png") center / cover no-repeat;
  background-color: #212429;
  color: #ffffff;
  padding: 70px 0 46px 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 710px) {
  .footer {
    padding: 64px 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1023px) {
  .footer__top {
    gap: 61px 40px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 710px) {
  .footer__top {
    flex-direction: column;
    gap: 42px;
    padding-bottom: 42px;
  }
}
.footer__top--left {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 1169px) {
  .footer__top--left {
    width: 212px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__top--left {
    width: 49%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 710px) {
  .footer__top--left {
    width: 100%;
  }
}
.footer__top--left .left__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__top--left .left__info a {
  display: inline-block;
}
.footer__top--left .left__info .footer__logo {
  width: 122px;
  height: auto;
}
.footer__top--left .left__info--title {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  max-width: 213px;
}
@media screen and (max-width: 710px) {
  .footer__top--left .left__info--title {
    max-width: 100%;
  }
}
.footer__top--left .footer__company-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__top--left .footer__company-info .company-info__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.36px;
  margin-bottom: 4px;
}
.footer__top--left .footer__company-info .company-info__details {
  font-size: 17.843px;
  font-weight: 500;
  line-height: 25.49px;
  letter-spacing: -0.357px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 155.556%;
}
.footer__top--left .footer__company-info .company-info__details strong {
  color: #ffffff;
  font-weight: 600;
}
.footer__top--center {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .footer__top--center {
    width: 49%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 710px) {
  .footer__top--center {
    width: 100%;
    justify-content: flex-start;
  }
}
.footer__top--center .footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 710px) {
  .footer__top--center .footer__menu ul {
    gap: 24px;
  }
}
.footer__top--center .footer__menu ul li {
  display: block;
}
.footer__top--center .footer__menu ul li a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 710px) {
  .footer__top--center .footer__menu ul li a {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.footer__top--center .footer__menu ul li.current-menu-item a, .footer__top--center .footer__menu ul li.current_page_item a {
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 1023px) {
  .footer__top--center .footer__menu ul li:hover a {
    color: #E0FF6A;
  }
}
.footer__top--right {
  display: flex;
  flex-direction: column;
  gap: 41px;
  align-items: flex-end;
  width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .footer__top--right {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 710px) {
  .footer__top--right {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
}
.footer__top--right .button__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__top--right .button__wrapper {
    max-width: 314px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__top--right .button__wrapper {
    max-width: 100%;
  }
}
.footer__top--right .button__wrapper .started {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 710px) {
  .footer__top--right .button__wrapper .started {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.footer__top--right .button__wrapper .main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 35px 11px 22px;
  width: 100%;
  background-color: #E0FF6A;
  border-radius: 266px;
  color: #212429;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.36px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 710px) {
  .footer__top--right .button__wrapper .main-btn {
    padding: 11px 16px;
  }
}
.footer__top--right .button__wrapper .main-btn .icon-time {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}
.footer__top--right .button__wrapper .main-btn .icon-circle {
  position: absolute;
  right: 3.57px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #212429;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__top--right .button__wrapper .main-btn .icon-circle svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 710px) {
  .footer__top--right .button__wrapper .main-btn .icon-circle {
    width: 40px;
    height: 40px;
  }
  .footer__top--right .button__wrapper .main-btn .icon-circle svg {
    width: 25px;
    height: 25px;
  }
}
.footer__top--right .button__wrapper .main-btn:hover {
  background-color: #ffffff;
}
.footer__top--right .contact__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__top--right .contact__info {
    align-items: center;
  }
}
@media screen and (max-width: 710px) {
  .footer__top--right .contact__info {
    text-align: left;
    align-items: flex-start;
  }
}
.footer__top--right .contact__info .contact__info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 35.686px;
  letter-spacing: -0.4078px;
  transition: color 0.3s ease;
}
.footer__top--right .contact__info .contact__info-item svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 710px) {
  .footer__top--right .contact__info .contact__info-item {
    justify-content: flex-start;
    font-size: 16px;
    line-height: 28px;
  }
}
.footer__top--right .contact__info .contact__info-item .contact__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 710px) {
  .footer__top--right .contact__info .contact__info-item .contact__icon {
    width: 24px;
    height: 24px;
  }
}
.footer__top--right .contact__info .contact__info-item:hover {
  color: #E0FF6A;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 42px;
}
@media screen and (max-width: 1280px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column-reverse;
    padding-top: 32px;
  }
}
@media screen and (max-width: 710px) {
  .footer__bottom {
    padding-top: 42px;
    align-items: flex-start;
  }
}
.footer__bottom .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.28px;
}
.footer__bottom--menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer__bottom--menu ul {
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 710px) {
  .footer__bottom--menu ul {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.footer__bottom--menu ul li a, .footer__bottom--menu ul li.borlabs-cookie-open-dialog-preferences {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.28px;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1023px) {
  .footer__bottom--menu ul li:hover a, .footer__bottom--menu ul li:hover.borlabs-cookie-open-dialog-preferences {
    color: #E0FF6A;
  }
}
#my_box {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 107px;
  bottom: 107px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1169px) {
  #box_2 {
    height: 95%;
  }
}
.mymagicoverbox {
  z-index: 999;
  position: fixed;
  background: #ffffff;
  display: none;
  top: 50%;
  left: 70px;
  right: 70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-height: 768px) {
  .mymagicoverbox {
    height: 95%;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox {
    left: 36px;
    right: 36px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 710px) {
  .mymagicoverbox {
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 710px) and (max-height: 950px) {
  .mymagicoverbox {
    height: 95%;
  }
}
.mymagicoverbox .main-title {
  color: #1D2329;
  margin-bottom: 16px;
}
.mymagicoverbox .contact-form__img {
  position: relative;
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .contact-form__img {
    display: none;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox.popup-success .contact-form__row {
    flex-direction: initial;
    height: 100%;
  }
}
.mymagicoverbox .contact-form__row {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .contact-form__row {
    flex-direction: column;
    height: auto;
    overflow-y: scroll;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r {
  width: 52%;
  padding: 100px 80px;
  overflow-y: auto;
}
@media screen and (max-width: 1550px) {
  .mymagicoverbox .contact-form__row .contact-form__r {
    padding: 24px;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .contact-form__row .contact-form__r {
    width: 100%;
  }
}
@media screen and (max-width: 710px) {
  .mymagicoverbox .contact-form__row .contact-form__r {
    padding: 24px 16px;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r-text {
  color: #1D2329;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 710px) {
  .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-row {
    flex-direction: column;
    align-items: initial;
    gap: 0;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper.hide {
  display: none;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .input_wrapper__label {
  position: absolute;
  top: 27.5px;
  left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #A3AED0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  transition: 0.25s ease;
  pointer-events: none;
  z-index: 9;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .input_wrapper__label.focused {
  top: 10px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .input_wrapper__label.required::before {
  content: "*";
  color: #FF5A5A;
  position: absolute;
  right: -7px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .input_wrapper__label.forarea {
  top: 37px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .input_wrapper__label.forarea.focused {
  top: 10px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .popup-fields {
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #121310;
  padding: 8px 16px;
  text-overflow: ellipsis;
  border-radius: 10px;
  border: 1px solid rgba(163, 174, 208, 0.4);
  background: #FFF;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .popup-fields::placeholder {
  overflow: hidden;
  color: #A3AED0;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .popup-fields:focus {
  border-color: #1D2329;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .popup-fields.wpcf7-not-valid {
  border-color: #FF5A5A;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper textarea.popup-fields {
  height: 93px;
  border: 1px solid rgba(163, 174, 208, 0.4);
  padding: 27px 16px 8px 16px;
  resize: none;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .wpcf7-not-valid-tip {
  padding-top: 5px;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .name-status, .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .email-status {
  display: block;
  padding-top: 5px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .name-status, .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .email-status {
    font-size: 12px;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .name-status.success, .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .email-status.success {
  color: #91B920;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .name-status.checking, .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .popup-field-wrapper .email-status.checking {
  color: #999;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit {
  display: block;
  position: relative;
  margin-top: 25px;
  cursor: pointer;
  width: 128px;
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 710px) {
  .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit {
    width: 100%;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/wp-content/themes/fritto-landing/assets/img/icons/Forward.svg) no-repeat center center;
  background-color: #1D2329;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  z-index: 1;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit .contact-submit {
  background: #E0FF6A;
  border-radius: 100px;
  border: none;
  padding: 11px 58px 11px 16px;
  color: #1D2329;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.28px;
  cursor: pointer;
  pointer-events: none;
  width: 100%;
  transition: 0.2s;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit.active {
  opacity: 1;
  pointer-events: auto;
}
.mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit.active .contact-submit:disabled {
  opacity: 0.2;
}
@media screen and (min-width: 1169px) {
  .mymagicoverbox .contact-form__row .contact-form__r .popup-contact-form .contact-btn-submit:hover .contact-submit {
    opacity: 0.7;
  }
}
.mymagicoverbox .contact-form__row .contact-form__r.success {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.mymagicoverbox .contact-form__row .contact-form__r.success .popup-success-close-btn {
  margin: 0 auto;
}
@media screen and (min-width: 1169px) {
  .mymagicoverbox .contact-form__row .contact-form__r.success .popup-success-close-btn:hover {
    background: #E0FF6A;
    border: 1px solid #E0FF6A;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .contact-form__row.request .close-modal {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 710px) {
  .mymagicoverbox .contact-form__row.request .close-modal {
    width: 32px;
    height: 32px;
    padding: 4px;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .contact-form__row.request .contact-form__r {
    padding: 50px 24px 30px 24px;
  }
}
.mymagicoverbox .close-modal, .mymagicoverbox .popup-success-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 7px;
  background: #F4F7FE;
  transition: 0.2s;
}
@media screen and (min-width: 1169px) {
  .mymagicoverbox .close-modal:hover, .mymagicoverbox .popup-success-close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1169px) {
  .mymagicoverbox .close-modal, .mymagicoverbox .popup-success-close {
    top: 16px;
    right: 16px;
  }
}
.acceptance-checkbox__block {
  display: flex;
  width: 100%;
}
.acceptance-checkbox__block .acceptance-checkbox__block-r {
  color: #1D2329;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.28px;
  opacity: 0.7;
}
.acceptance-checkbox__block .acceptance-checkbox__block-r a {
  text-decoration: underline;
}
@media screen and (min-width: 1169px) {
  .acceptance-checkbox__block .acceptance-checkbox__block-r a:hover {
    opacity: 1;
  }
}
.acceptance-checkbox__block .wpcf7-list-item {
  margin: 0px 5px 0px 0px;
}
.acceptance-checkbox__block input.acceptance-checkbox {
  width: auto;
}
.acceptance-checkbox__block-l {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.acceptance-checkbox__block-l .wpcf7-list-item {
  margin: 0 13px 0 0;
}
.acceptance-checkbox__block-l input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.acceptance-checkbox__block-l label {
  position: relative;
  cursor: pointer;
}
.acceptance-checkbox__block-l label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #B9B9B9;
  background: #FFF;
  transition: 0.2s;
}
.acceptance-checkbox__block-l input:checked + label::before {
  background-color: #E0FF6A;
  border-color: #fff;
}
.acceptance-checkbox__block-l input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acceptance-checkbox__block-r span {
  font-weight: bold;
}
.contact-form__img.request {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1169px) {
  .contact-form__img.request {
    display: flex;
    width: 100%;
    padding: 75px 21px;
  }
}
@media screen and (max-width: 710px) {
  .contact-form__img.request {
    padding: 64px 16px;
  }
}
.contact-form__img.request img {
  position: absolute;
  z-index: 1;
}
.your-plan__form.request {
  position: relative;
  z-index: 1;
  max-width: 560px;
  width: 100%;
  background-color: #1D2329;
  border-radius: 48px;
  padding: 50px 64px;
}
@media screen and (max-width: 1169px) {
  .your-plan__form.request {
    max-width: 100%;
  }
}
@media screen and (max-width: 710px) {
  .your-plan__form.request {
    padding: 32px 16px;
  }
}
.your-plan__form.request .your-plan__form-seats-row {
  background: none;
  padding: 0;
}
.your-plan__form.request .your-plan__form-sd {
  margin-bottom: 0;
  color: #ffffff;
}
.your-plan__form.request .num-people {
  color: #ffffff;
}
.your-plan__form.request .your-plan__form-per-person {
  opacity: 1;
}
.your-plan__form-price.request {
  margin-bottom: 0px;
}
.your-plan__form-seats-row.request {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.contact-form__r.success {
  display: flex;
  align-items: center;
}
.page-content {
  background-color: #ffffff;
  padding: 100px 0;
  margin-top: 93px;
}
@media screen and (max-width: 1169px) {
  .page-content {
    padding: 80px 0;
  }
}
.page-content .impresum .row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 1.7142857143rem;
}
@media screen and (max-width: 710px) {
  .page-content .impresum .row {
    gap: 10px;
  }
}
.page-content .impresum .row .btn-back {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 7px;
  background: #F4F7FE;
  transition: 0.2s ease;
}
@media screen and (min-width: 1169px) {
  .page-content .impresum .row .btn-back:hover {
    opacity: 0.7;
  }
}
.page-content .impresum .main-title {
  color: #121310;
}
@media screen and (max-width: 710px) {
  .page-content .impresum .main-title {
    hyphens: auto;
  }
}
.page-content .impresum .main-text {
  color: #1D2329;
  opacity: 1;
  padding-left: 73px;
}
@media screen and (max-width: 1169px) {
  .page-content .impresum .main-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 710px) {
  .page-content .impresum .main-text {
    hyphens: auto;
  }
}
.page-content .impresum p {
  margin-bottom: 24px;
}
.page-content .impresum a {
  color: #91B920;
}
.page-content .impresum h4 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 24px 0 16px 0;
}
.page-content .impresum ul {
  margin: 24px 0 24px 18px;
}
.page-content .impresum ul li {
  list-style-type: disc;
}
.page-content .impresum ul li a {
  color: inherit;
}
.page-content .impresum ol {
  margin: 24px 0 24px 18px;
}
.page-content .impresum ol li {
  list-style: decimal;
}
.page-content .impresum ol li a {
  color: inherit;
}
.page-content .impresum ol li::marker {
  font-weight: 700;
}
.page-content .impresum ol li ol li {
  list-style-type: auto;
}
.error-page {
  background: url("/wp-content/themes/fritto-landing/assets/img/bg_error_page.png") center / cover no-repeat;
  padding: 180px 0 80px 0;
}
@media screen and (max-width: 710px) {
  .error-page {
    padding: 150px 0 50px 0;
  }
}
.error-page__wrapper {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .error-page__wrapper img {
    width: 400px;
  }
}
@media screen and (max-width: 1169px) {
  .error-page__wrapper img {
    width: 600px;
  }
}
.error-page__info {
  position: absolute;
  z-index: 1;
}
.error-page__info h1 {
  color: #E0FF6A;
  text-align: center;
  font-size: 176px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.52px;
  margin-top: 100px;
}
@media screen and (max-width: 1550px) {
  .error-page__info h1 {
    margin-top: 150px;
  }
}
@media screen and (max-width: 710px) {
  .error-page__info h1 {
    font-size: 100px;
    margin-top: 100px;
  }
}
.error-page__info p {
  color: #E0FF6A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  max-width: 427px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 710px) {
  .error-page__info p {
    font-size: 20px;
    max-width: 100%;
  }
}
.error-page__info .main-btn {
  margin: 0 auto;
}
html {
  line-height: 22px;
  font-size: 14px;
  color: #000;
  height: 100%;
  background: initial !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #16181b;
  line-height: 22px;
  position: relative;
  height: 100%;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
  border: 3px solid #fff;
}
*, *:before, *:after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: inherit;
}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
  background-color: #262626;
  color: #fbfbfb;
}
a {
  color: #000;
}
a::selection {
  background-color: #262626;
  color: #fbfbfb;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul::selection, li::selection {
  background-color: #262626;
  color: #fbfbfb;
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  background-color: #fff;
  -webkit-text-fill-color: #121310;
  -webkit-box-shadow: 0 0 0px 0px #121310 inset;
  transition: background-color 5000s ease-in-out 0s;
}
section, .section {
  position: relative;
}
img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p::selection, span::selection {
  background-color: #262626;
  color: #fbfbfb;
}
.container {
  position: relative;
  width: 97%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1169px) {
  .container {
    width: 92%;
  }
}
@media screen and (max-width: 710px) {
  .container {
    width: 90%;
  }
}
.main-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #E0FF6A;
  border-radius: 50px;
  color: #1D2329;
  cursor: pointer;
  padding: 14px 24px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: max-content;
  border: 1px solid #E0FF6A;
}
@media screen and (max-width: 330px) {
  .main-btn {
    padding: 14px 10px;
  }
}
.main-btn.icon {
  padding: 11px 58px 11px 16px;
}
@media screen and (max-width: 710px) {
  .main-btn.icon {
    padding: 11px 16px;
  }
}
@media screen and (max-width: 330px) {
  .main-btn.icon {
    padding: 5px;
    font-size: 12px;
  }
}
.main-btn .icon-circle {
  position: absolute;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #1D2329;
  border-radius: 20px;
}
@media screen and (max-width: 330px) {
  .main-btn .icon-circle {
    width: 30px;
    height: 30px;
  }
}
.main-btn .icon-circle svg path {
  transition: 0.3s;
}
@media screen and (min-width: 1169px) {
  .main-btn:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
  }
}
.main-btn:active {
  background: #ffffff;
}
.main-btn :focus {
  background: #ffffff;
}
.main-link {
  color: #ffffff;
}
@media screen and (min-width: 1169px) {
  .main-link:hover {
    color: #E0FF6A;
  }
}
.main-title {
  color: #E0FF6A;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2857142857rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  text-wrap: balance;
}
@media screen and (max-width: 710px) {
  .main-title {
    font-size: 2.2857142857rem;
    letter-spacing: -0.64px;
  }
}
.main-text {
  color: #838CA8;
  font-size: 1.1428571429rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.28px;
  opacity: 0.7;
}
.main-text.thin {
  font-weight: 400;
  font-size: 14px;
}
.contain__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-family: sans-serif;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 710px) {
  table {
    width: 100%;
  }
}
table th, table td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
@media (max-width: 710px) {
  table th, table td {
    font-size: 12px;
  }
}
table th {
  font-weight: 600;
}
.grecaptcha-badge {
  display: none !important;
}
/*# sourceMappingURL=https://steinpilz-fritto.de/wp-content/build/scss_library/3e296d7931df22fbe846fb49c7178f04dfef41fb.css.map */