:root {
  --black: black;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: #ffffff38;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --transparent: white;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--indigo50: #eef4ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-150 {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 2px solid #161616;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-150:hover {
  background-color: #2e2e2e;
  border-color: #0000;
}

.button-150.button-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.libraries-faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.section_libraries-usecases {
  margin-top: 60px;
}

.libraries-usecases_card2 {
  background-color: #f5f6f8;
  border: 1px solid #f5f6f8;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.libraries-usecases_card2.less-pad {
  padding-left: 3.3rem;
  padding-right: 3.3rem;
}

.heading-large-2 {
  letter-spacing: -.02em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-large-2.about-page {
  margin-top: 10px;
  font-size: 2.3rem;
  line-height: 1.8;
}

.heading-large-2.home-page.goal {
  color: #333;
}

.text-color-grey {
  color: #161616bf;
}

.text-color-grey.text-size-medium {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

.libraries-header_image-wrapper {
  background-color: #f5f6f8;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 18.75rem;
  background-attachment: fixed;
  border-radius: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.libraries-header_image-inner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.libraries-faq_expand-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}

.text-size-large-2 {
  text-align: left;
  margin-top: 0;
  font-size: 1.125rem;
}

.text-size-large-2.text-align-center {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 1.5em;
}

.text-size-large-2.text-weight-medium {
  line-height: 25px;
}

.libraries-header_image {
  filter: brightness(98%);
  border-radius: .5rem;
  width: 61.25rem;
  box-shadow: 0 16px 2.5rem #0000000d;
}

.libraries-header_image.with-border {
  border: 1px solid #161616;
}

.global-styles-6 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.libraries-usecases_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.header-mellow-announc {
  background-color: #f3f4fa;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 16px;
  display: none;
}

.link-mellow-header {
  width: 100%;
  display: block;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav_container._32top {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav_container.newui {
  max-width: 1024px;
  padding-left: 0;
  padding-right: 0;
}

.nav_container.newui.full {
  width: 100%;
}

.link-102 {
  text-decoration: underline;
}

.heading-huge {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.libraries-faq_accordion {
  border-top: .0625rem solid #16161626;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.paragraph-249 {
  color: #333c;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.paragraph-249.distance {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.main-wrapper-4 {
  min-height: 70vh;
  margin-top: 40px;
  display: block;
  overflow: visible;
}

.main-wrapper-4.padding {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.libraries-usecases_image {
  width: 100%;
}

.libraries-usecases_image.rel {
  z-index: 10;
  position: relative;
  top: -20px;
  left: 30px;
}

.libraries-usecases_image.rel.github {
  top: 10px;
}

.libraries-usecases_image.rel.github.main-page {
  min-height: auto;
}

.libraries-usecases_image.lio {
  width: 95%;
}

.libraries-usecases_image.lio.npm {
  width: 100%;
  margin-bottom: 0;
}

.libraries-usecases_image.lio.npm.image-2 {
  margin-bottom: 20px;
  position: static;
  top: -100px;
}

.libraries-usecases_image.lio.npm.image-2.image-3 {
  background-color: #000000f5;
}

.libraries-usecases_image.lio.npm.image-2.image-2-2 {
  z-index: 0;
  width: 70%;
  position: static;
  top: -250px;
}

.libraries-usecases_image.lio.npm.image-2.image-2-1 {
  width: 100%;
  height: 240px;
  margin-bottom: 0;
}

.libraries-usecases_image.lio.npm.image-1 {
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-442 {
  text-align: center;
  font-size: 34px;
}

.text-block-442.no-bold {
  font-weight: 400;
}

.text-block-442.no-bold.heading-huge {
  font-size: 2.25rem;
}

.text-block-442.newui {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.libraries-usecases_card3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #f5f6f8;
  border: 1px solid #f5f6f8;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3.5rem;
  display: grid;
}

.page-wrapper-6 {
  display: block;
  overflow: hidden;
}

.page-wrapper-6.sticky-on-page {
  overflow: visible;
}

.nav-logo_link.main-page {
  width: auto;
  height: auto;
}

.page-padding-5 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-component {
  z-index: 1;
  background-color: #0000;
  padding: 1rem 2.5rem;
}

.nav-component.mellowtel {
  padding-top: .5rem;
  position: static;
}

.nav-component.mellowtel.home-page {
  z-index: 99;
  background-color: #fdfbfbfa;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-component.mellowtel.home-page.main-page {
  background-color: #fffffffa;
  border-bottom: 1.2px solid #f5f6f8;
  padding-top: .2rem;
  padding-bottom: .8rem;
}

.nav-component.mellowtel.home-page.main-page.newui {
  justify-content: center;
  align-items: center;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  display: flex;
}

.nav-component.mellowtel {
  padding-top: .5rem;
}

.nav-component.mellowtel.fixed {
  background-color: #fff;
  width: 100vw;
  padding-top: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: static;
  top: 0;
}

.nav-component.mellowtel.fixed.central {
  justify-content: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.libraries-header_heading {
  letter-spacing: -.03em;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-align-center-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.libraries-usecases_card-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #d8d5d1);
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_menu.main-page.newui {
  position: static;
}

.image-631 {
  position: absolute;
  left: 0;
}

.image-631.ghub {
  margin-top: -5px;
  margin-bottom: 0;
  top: auto;
  bottom: auto;
}

.image-631.ghub.main-page {
  height: auto;
  min-height: 500px;
}

.libraries-usecases_text-label {
  color: #333;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 2px 3px #000;
}

.libraries-faq_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_libraries-faq {
  margin-top: 60px;
}

.section_libraries-faq.faq-mellowtel.main-page {
  margin-top: 50px;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.section_libraries-faq.faq-mellowtel.main-page.newui {
  margin-top: 100px;
}

.image-644 {
  margin-left: 5px;
}

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper-2.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.libraries-faq_component {
  margin-top: 40px;
}

.libraries-faq_component.main-page {
  margin-top: 10px;
}

.div-block-1157 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.libraries-faq_question {
  cursor: pointer;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.menu-button {
  display: none;
}

.section-companies-using {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 40px;
  display: flex;
}

.libraries-header_heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.preloader {
  z-index: 9999;
  background-color: #f1f0ee;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.libraries-usecases_card1 {
  background-color: #f5f6f8;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.libraries-usecases_card1.explainer {
  width: 500px;
  height: 550px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
}

.libraries-usecases_card1.explainer.purple {
  background-color: #fbf6fd;
  width: auto;
  height: auto;
}

.libraries-usecases_card1.explainer.green {
  background-color: #ecfcf4;
  width: auto;
  height: auto;
}

.libraries-usecases_card1.explainer.yellow {
  background-color: #fcfcea;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.libraries-usecases_card1.explainer.yellow.new {
  border: 1px solid #cecece;
  box-shadow: 0 2px 10px #0000001a;
}

.libraries-usecases_card1.explainer.grey {
  width: auto;
  height: auto;
}

.libraries-usecases_card1.explainer.new {
  border: 1px solid #cecece;
  width: auto;
  height: auto;
  box-shadow: 0 2px 10px #0000001a;
}

.libraries-usecases_card1.explainer.new.purple {
  background-color: #fbf6fd;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-top: 0;
}

.libraries-faq_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem solid #16161626;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-424 {
  cursor: pointer;
  border-bottom: 1px dashed #0000;
  margin-right: 17px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13.9px;
  font-weight: 600;
}

.text-block-424:hover {
  border-bottom-width: 1px;
  border-bottom-color: #4e4e4ecc;
}

.text-block-424.main-page.last {
  margin-right: 10px;
}

.text-block-424.main-page.nolink {
  color: #333;
  border-bottom-width: 0;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-424.flutter-page {
  color: #242424;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-block-424.flutter-page.ok {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.libraries-faq_answer {
  overflow: hidden;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-332 {
  color: #252832;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.libraries-header_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-darkgrey {
  line-height: 25px;
}

.text-size-medium-2.text-color-darkgrey.dist {
  margin-bottom: 30px;
}

.image-643 {
  margin-left: 0;
}

.image-643.flutter-page {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.image-643.logo-smaller {
  max-width: 85%;
}

.auth-shops-signupmodal {
  z-index: 1000000000;
  background-color: #c1c9d2b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.auth-shops-signupmodal.mainpage {
  background-color: #c1c9d2;
  display: none;
}

.div-block-994 {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  box-shadow: 0 7px 14px #3c425714, 0 3px 6px #0000001f;
}

.loader-auth-redirect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  display: flex;
}

.lottie-animation-30 {
  width: 100px;
}

.text-block-343 {
  margin-top: 10px;
}

.text-rights-short {
  color: #1e283380;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.div-block-1134.limit-h {
  height: 10px;
}

.footer-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block {
  width: 30%;
}

.footer-block.imag-op {
  align-items: center;
  display: flex;
}

.footer-mellowtel {
  padding: 3%;
}

.footer-link-wrap-short {
  white-space: nowrap;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-4 {
  display: none;
}

.heading-25 {
  color: #4e4e4ecf;
  text-align: left;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
}

.heading-25.right {
  color: #4e4e4e;
  text-align: center;
  width: 100%;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.heading-25.right.noright {
  padding-right: 0;
}

.checkbox-2 {
  width: 14px;
  height: 14px;
  display: none;
}

.checkbox-2.w--redirected-checked {
  background-color: #2d323e;
}

.checkbox-2.nomargin {
  margin-left: 0;
}

.link-84 {
  color: #4e4e4e;
}

.email-auth {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-auth.full {
  width: 100%;
}

.image-40 {
  width: 40px;
}

.image-40.loader-new {
  width: 20px;
  height: 20px;
}

.hidden-pass-sesamo {
  width: 100%;
  padding-top: 0;
  display: none;
}

.div-block-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-139.bigger._100 {
  width: 100%;
}

.div-block-139.bigger._100.hidden {
  display: none;
}

.text-field-box {
  flex-direction: column;
  align-items: center;
  width: 49%;
  display: flex;
}

.text-field-box._2 {
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.modal-element {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 430px;
  display: flex;
}

.checkbox-field-2 {
  margin-top: -4px;
  margin-bottom: 15px;
  padding-left: 73px;
  padding-right: 52px;
}

.checkbox-field-2.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.checkbox-field-2.nopadding.tos {
  margin-bottom: 10px;
  display: none;
}

.field-label-3 {
  color: #374252;
  font-weight: 600;
  position: relative;
  left: -114px;
}

.field-label-3._2 {
  margin-top: 0;
  position: relative;
  left: -98px;
}

.field-label-3._2.static {
  color: #4e4e4e;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.9px;
  font-weight: 500;
  line-height: 14px;
  position: static;
}

.field-label-3._2.static.referral {
  margin-bottom: 10px;
  display: flex;
}

.modal-slide {
  color: #151c34;
}

.image-39 {
  width: 24px;
  position: relative;
  top: -54px;
  left: 124px;
}

.image-39.longer {
  cursor: pointer;
  left: 156px;
}

.image-39.longer.relative {
  position: relative;
  top: -35px;
  bottom: 0;
  left: 170px;
}

.image-532 {
  width: 100px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.image-532.mellowtel {
  width: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.b-zecento-heading {
  color: #3c4257;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.diagonal-background {
  z-index: 0;
  background-image: linear-gradient(to right, #bfebf3, #754dff 85%, #0a76cf);
  position: absolute;
  inset: 0%;
  transform: skew(0deg, -5deg);
}

.diagonal-background.whi-tak {
  background-image: linear-gradient(to right, #fff, #f2f6ff 85%, #ddd);
}

.diagonal-background.whi-tak.stripe {
  background-image: linear-gradient(90deg, #fff, #f2f6ff 11%, #d5ecff);
}

.right-arrow {
  display: none;
}

.div-block-709 {
  width: 360px;
  display: flex;
}

.div-block-709.auto._100 {
  width: 100%;
}

.div-block-709.auto._100.pass {
  margin-top: 5px;
}

.loading-btn-accesso {
  cursor: not-allowed;
  background-color: #635bff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 5px;
  display: none;
}

.loading-btn-accesso.blue {
  background-color: #436cff;
}

.auth-ext-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.error-text {
  color: #cd3d64;
  text-align: left;
  margin-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.paragraph-147 {
  text-align: left;
  margin-left: 0;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.image-73 {
  width: 25px;
  max-width: none;
}

.image-73.rio {
  width: 18px;
  margin-right: 10px;
}

.image-73.rio.apple {
  margin-right: 12px;
}

.image-73.rio.hid-show {
  display: block;
}

.oppure-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.oppure-block.hidden {
  display: none;
}

.button-14 {
  background-color: #a2a3e9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 1px 8px #000;
}

.button-14.noshadow {
  box-shadow: none;
  border-radius: 2px;
  width: 360px;
}

.button-14.noshadow.auto {
  background-color: #635bff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button-14.noshadow.auto._100 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 4px;
}

.button-14.noshadow.auto._100.blue {
  background-color: #436cff;
}

.checkbox-label-3 {
  opacity: .7;
  color: #2d323e;
  text-align: center;
  margin-top: 0;
  margin-left: -22px;
  font-size: 14.6px;
  font-weight: 500;
  line-height: 14px;
}

.checkbox-label-3.nomargin {
  text-align: left;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.success-message-3 {
  color: #009da3;
  background-color: #009da31f;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
}

.close-div {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  transition: opacity .4s ease-in;
  display: flex;
}

.close-div:hover {
  background-color: #ececec;
}

.close-div.goback {
  display: none;
}

.close-div.goback.opt-in-settings {
  background-color: #ececec;
  display: flex;
}

.close-div.close.ext {
  opacity: 1;
  background-color: #fff;
  border: .5px solid #4e4e4e26;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  display: none;
  position: relative;
  top: -5px;
  left: -15px;
  box-shadow: 0 2px 10px #00000008;
}

.left-arrow {
  display: none;
}

.link-4 {
  color: #2d323e;
  font-weight: 500;
  text-decoration: none;
}

.email-wrapper {
  width: 100%;
  padding-bottom: 10px;
  display: block;
}

.hero-2 {
  opacity: .9;
  border-left: .5px dashed #4e4e4e36;
  border-right: .5px solid #4e4e4e36;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding: 60px 10px 0;
  display: flex;
}

.the_real_iscrizione_button {
  color: #fff;
  cursor: pointer;
  background-color: #635bff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.the_real_iscrizione_button.blue {
  background-color: #436cff;
}

.modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 19px;
  margin-right: 11px;
  padding: 20px 0 0;
  display: flex;
}

.modal-content.nomargin.nodown {
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 20px 10px;
}

.error-box {
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.error-box.btn-klo {
  margin-top: 10px;
  display: none;
}

.error-box.password {
  margin-top: 0;
  margin-bottom: 10px;
  display: none;
}

.error-box.email {
  margin-top: 7px;
  display: none;
}

.form-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-5 {
  border-radius: 5px;
  width: 300px;
  height: 45px;
  margin-bottom: 10px;
  font-size: 15px;
}

.text-field-5:focus {
  border: 1px solid #009da3;
}

.text-field-5.larger {
  width: 360px;
}

.text-field-5.larger.auto:focus {
  border-color: #178bff80;
  box-shadow: 0 0 0 3px #2791ff80;
}

.text-field-5.larger.auto._100 {
  width: 100%;
  margin-bottom: 0;
}

.text-field-5.larger.auto._100.email {
  margin-bottom: 5px;
}

.heading-71 {
  color: #f2f6ff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.heading-71.black {
  color: #374857;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.heading-71.black.normalheading {
  font-weight: 500;
}

.heading-71.googe {
  color: #4e4e4e;
  cursor: pointer;
}

.heading-71.googe.ui {
  font-size: 17px;
}

.heading-71.googe.ui.authexst {
  font-family: PT Serif, serif;
  font-size: 17px;
}

.heading-71.googe.ui.authexst.black {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 10px 10px 8px;
  display: flex;
}

.modal-header.nomin {
  min-height: 54px;
  padding-left: 0;
}

.div-block-711 {
  flex-direction: column;
  margin-left: 10px;
  display: flex;
}

.text-span-99 {
  font-weight: 700;
}

.slide-navigation {
  opacity: 0;
  color: #151c34;
  margin-top: 0;
  font-size: 10px;
  display: none;
  bottom: 10px;
}

.iscrizione_box {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  box-shadow: 0 1px 5px #4e4e4e3d;
}

.iscrizione_box.full-wid-ol {
  border-radius: 5px;
  width: 450px;
  display: flex;
  box-shadow: 0 1px 20px #4e4e4e29;
}

.f-pass-text {
  text-align: left;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  display: none;
}

.lottie-animation-35 {
  width: 50px;
}

.line-margin-or {
  background-color: #ddd;
  width: 33%;
  height: 1px;
}

.line-margin-or.left {
  margin-right: 10px;
}

.line-margin-or.right {
  margin-left: 10px;
}

.err-placeholder-pass {
  width: 100%;
  height: 1px;
  margin-top: -15px;
}

.diagonal-section {
  z-index: -2;
  width: 100vw;
  margin-top: -20px;
  position: relative;
}

.diagonal-section.wayup {
  margin-top: -200px;
}

.diagonal-section.wayup.stripe {
  margin-top: -210px;
}

.image-72 {
  cursor: pointer;
  max-width: none;
  height: 30px;
  margin-right: 10px;
}

.image-72.hid-show {
  display: block;
}

.div-block-710 {
  background-color: #ffe5d6;
  border-radius: 2px;
  align-items: flex-start;
  width: 360px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 12px 12px 8px 8px;
  display: flex;
}

.div-block-710.green {
  background-color: #eee;
  border: 1px solid #4e4e4e61;
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-span-101 {
  font-weight: 600;
}

.welcome-zecento {
  width: 100%;
  min-height: 30px;
  display: flex;
}

.modal-slider {
  background-color: #0000;
  height: 100%;
  margin-left: 20px;
}

.modal-slider.newclass {
  width: 430px;
  margin-left: 0;
}

.modal-slider.newclass.genius {
  width: 100%;
}

.container-100 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-100.is-nav {
  color: #4e4e4e;
  background-color: #0000;
  border-bottom: 0 dashed #4e4e4e36;
  justify-content: space-between;
  align-items: center;
  padding: 1em 16em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
}

.container-100.is-nav.central {
  justify-content: center;
  padding-top: 0;
  padding-left: 16em;
  padding-right: 16em;
  overflow: visible;
}

.container-100.is-nav.central.stampaoltre {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-100.is-nav.central.stampaoltre.no-100 {
  margin-top: -70px;
}

.container-100.is-nav.central.stampaoltre.no-100.under {
  margin-top: 10px;
}

.form-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  display: flex;
  position: relative;
  top: 0;
}

.form-box.max100 {
  width: 100%;
  margin-top: 0;
}

.div-block-60 {
  background-color: #fff;
  border: 0 solid #a2a3e9;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-bottom: -48px;
  display: none;
  position: relative;
  top: -60px;
  box-shadow: 0 1px 6px #0000003b;
}

.div-block-60.new-graphic {
  border-width: 0;
  border-radius: 3px;
  width: 365px;
  height: 48px;
  display: none;
  box-shadow: 0 1px 6px #4e4e4e80;
}

.div-block-131 {
  opacity: .92;
  cursor: pointer;
  background-color: #4d6cad;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  max-width: none;
  height: 45px;
  max-height: 100px;
  margin-right: 10px;
  padding: 5px 10px;
  display: flex;
  box-shadow: 0 1px 4px #0000007d;
}

.div-block-131.accesso {
  margin-bottom: 20px;
  padding-top: 0;
}

.div-block-131.accesso.fb {
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-131.accesso.fb.oop {
  margin-bottom: 10px;
}

.div-block-131.accesso.fb.oop.new_signup {
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #e4eaee;
  border-radius: 2px;
  justify-content: center;
  width: 360px;
}

.div-block-131.accesso.fb.oop.new_signup.small {
  width: 100%;
  height: 40px;
}

.div-block-131.accesso.fb.oop.new_signup.jk._100 {
  width: 100%;
}

.div-block-131.accesso.fb.oop.new_signup.jk._100.nofacebook {
  display: none;
}

.div-block-131.google {
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-131.google.to {
  justify-content: center;
  width: 850px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-131.google.to.authexst {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-131.google.to.authexst.other {
  justify-content: flex-start;
  width: 240px;
  height: 45px;
  padding-top: 0;
  box-shadow: 0 1px 4px #000000b3;
}

.div-block-131.google.to.authexst.other.signup_new {
  box-shadow: none;
  border-width: 2px;
  border-color: #e4eaee;
  border-radius: 2px;
  justify-content: center;
  width: 360px;
  padding-bottom: 0;
}

.div-block-131.google.to.authexst.other.signup_new.apple_hidden {
  display: flex;
}

.div-block-131.google.to.authexst.other.signup_new.apple_hidden._100, .div-block-131.google.to.authexst.other.signup_new.jk._100 {
  width: 100%;
}

.text-block-42 {
  color: #9d9c9c;
  text-align: center;
  flex: 0 auto;
  margin-top: 5px;
  display: flex;
}

.text-block-42.oppure {
  margin-bottom: 5px;
  font-family: PT Serif, serif;
}

.close-icon {
  width: 15px;
  height: 16px;
}

.form-field-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.form-field-wrapper._100 {
  width: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-relative {
  position: relative;
}

.lottie-animation-28 {
  height: 29px;
}

.nav-top-2._20padding {
  padding-left: 20px;
}

.first-letter-olostep {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
}

.text-block-340 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.text-block-340.medium {
  font-weight: 600;
}

.loader-stripe-btn {
  width: 15px;
  height: 15px;
  display: none;
}

.dashboard-shops {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dashboard-shops.devs, .dashboard-shops.devs.nonprofits {
  display: none;
}

.dashboard-shops.devs.nonprofits.mellowtel {
  display: flex;
}

.thanks-note {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.features-integration {
  align-items: center;
  display: flex;
}

.amount-div {
  justify-content: space-between;
  width: 33.3%;
  height: 100%;
  display: flex;
}

.amount-div.first {
  align-items: center;
}

.amount-div.first.satook {
  margin-right: 40px;
  padding-right: 0;
}

.amount-div.first.satook.mob.sma {
  width: 17%;
}

.amount-div.fr {
  margin-right: 40px;
}

.amount-div.fr.mob.sma {
  width: 17%;
}

.paragraph-192 {
  color: #4e4e4e;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-192.system {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.nav-3 {
  z-index: 999;
  border-right: 1px solid #ebedec;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-3.no-bottom {
  max-width: 270px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.nav-3.no-bottom.stripe {
  background-color: #fdfdfe;
  background-image: linear-gradient(4deg, #fdfdfe, #fff);
  border-right-width: 0;
  max-width: 240px;
}

.div-block-997 {
  object-fit: cover;
  border: 1px solid #e0e6eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-997.bitcoin {
  background-color: #f3f3f3;
}

.form-block-41 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.row-date {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.save-product {
  cursor: pointer;
  background-color: #635bff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 28px;
  padding: 4px 8px;
  display: flex;
}

.save-product.opaque {
  opacity: .5;
  cursor: not-allowed;
}

.heading-317 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.heading-317.mllwtl-h-s, .heading-317.mllwtl-h-s.referral-code {
  display: none;
}

.list-live-transactions {
  width: 100%;
  display: block;
}

.list-live-transactions.withdrawals {
  display: block;
}

.list-live-transactions.withdrawals.referrals {
  display: none;
}

.list-live-transactions.fuv-pom {
  display: block;
}

.list-live-transactions.fuv-pom.ol {
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-976 {
  display: flex;
}

.heading-253 {
  color: #4e4e4e;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.heading-253.with-drawals {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.middle-sect-mellow {
  margin-top: 20px;
  display: flex;
}

.holder-logo-partner {
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.container-connect {
  cursor: default;
  border-radius: 5px;
  justify-content: space-between;
  width: auto;
  min-width: 260px;
  height: auto;
  padding: 20px 15px 10px;
  display: flex;
}

.container-connect:hover {
  background-color: #f6f8fa;
}

.container-connect.disabled {
  cursor: not-allowed;
}

.content-mid {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  min-height: 300px;
  padding-top: 10px;
  display: flex;
}

.content-mid.olostep {
  background-color: #fcfcfc;
  border: 1px solid #e5e7eb;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 5px;
}

.content-mid.olostep.your-items.nominhe {
  background-color: #fff;
  border-color: #eef0f2;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-480 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-480.bitcoin {
  width: 90%;
  height: 90%;
}

.log-out-btn {
  cursor: pointer;
  background-color: #fff;
  border: 1.4px solid #f4f4f5;
  border-radius: .375rem;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: .5rem;
  display: flex;
}

.log-out-btn:hover {
  background-color: #00000026;
}

.log-out-btn.hidden {
  display: none;
}

.manual-refresh {
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #4e4e4e1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.manual-refresh:hover {
  background-color: #e9e9e9;
}

.manual-refresh.anulla {
  background-color: #fff;
  border-color: #4e4e4e30;
  min-width: 70px;
  height: 25px;
  margin-right: 9px;
  box-shadow: 0 2px 5px #0000001c;
}

.manual-refresh.anulla.cancel-upload {
  height: auto;
  margin-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.manual-refresh.update {
  opacity: 1;
  background-color: #635bff;
  height: 25px;
}

.manual-refresh.update.upload-zip-file {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.paragraph-208 {
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-208.mellow {
  color: #3339;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 13.4px;
  line-height: 18px;
}

.icon-label {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-1174 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(circle, #fafafa 94%, #fff);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px 10px;
  box-shadow: 0 2px 7px #0000001a;
}

.feature-tassello {
  background-color: #ebeef1;
  border: 1px solid #d5dbe1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 110px;
  height: auto;
  padding: 2px 5px;
  display: flex;
}

.feature-tassello.second {
  margin-left: 7px;
}

.feature-tassello.hidden {
  display: none;
}

.nav-logo {
  border-bottom: 1px solid #ebedec;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.nav-logo.no-bott-border {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.textarea-5 {
  border: 1px solid #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 120px;
  margin-bottom: 0;
}

.textarea-5:focus, .textarea-5:focus-visible, .textarea-5[data-wf-focus-visible] {
  border-width: 2px;
}

.top-container-feedback {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation-18 {
  width: 60px;
  height: 60px;
}

.mb-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.mb-20.smaller-hello {
  font-size: 1.1235rem;
  line-height: 1.75rem;
}

.mb-20.smaller-hello.dashboard {
  font-size: 25px;
  font-weight: 600;
}

.tab-page-mllwtl, .tab-page-mllwtl.referral-page, .tab-page-mllwtl.feedback-tab, .tab-page-mllwtl.payouts, .tab-page-mllwtl.refer-and-earn {
  display: none;
}

.text-block-458 {
  margin-left: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.heading-249 {
  color: #4e4e4e;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.holder-partner-body {
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  height: auto;
  min-height: 190px;
  padding-left: 5px;
  display: flex;
}

.holder-partner-body.mellow {
  min-height: 0;
}

.image-459 {
  width: 20px;
}

.image-459.olostep {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25px;
  min-height: 1.25rem;
}

.image-459.olostep.btn-olostep {
  width: 1rem;
  min-width: 1rem;
  height: 1px;
  min-height: 1rem;
  margin-right: 5px;
}

.image-459.olostep.mllw {
  width: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}

.no-transac-yet {
  width: 400px;
  max-width: 350px;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.v3 {
  inset: 0% auto 0% -8px;
}

.tooltip-arrow.v3.hidde {
  display: none;
}

.heading-258 {
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.submit-hidden-submitted {
  display: none;
}

.text-block-364 {
  text-align: center;
}

.content-wrap {
  display: flex;
}

.div-block-1135 {
  align-items: center;
  display: flex;
}

.grey {
  color: #929292;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.grey.one {
  margin-bottom: 0;
}

.paragraph-199 {
  color: #4e4e4e;
  font-size: 15px;
}

.paragraph-199.hiddenstate {
  z-index: -1;
  opacity: 0;
  position: relative;
}

.paragraph-199.hiddenstate.nothigh {
  max-height: 50px;
}

.text-block-323 {
  color: #1a1b25;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
}

.wrap-icon-txt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.totale-donazioni {
  background-color: #fff;
  border: 1px solid #4e4e4e1a;
  border-radius: 10px;
  min-height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.totale-donazioni.lessmargin {
  margin-bottom: 15px;
}

.totale-donazioni.lessmargin.noshow {
  border-width: 0;
  padding-left: 0;
}

.totale-donazioni.lessmargin.copy-api {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.totale-donazioni.lessmargin.copy-api.no-border {
  border-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.signature-bottom-feedback {
  width: 100%;
}

.mobile-nav-2 {
  display: none;
}

.image-518 {
  width: 30px;
}

.btn-integrate {
  background-color: #635bff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 15px;
  display: flex;
}

.btn-integrate.disabled {
  cursor: not-allowed;
  background-color: #d5dbe1;
}

.btn-integrate.original {
  cursor: pointer;
}

.hidden-spacer-p {
  z-index: -1;
  opacity: 0;
  position: relative;
}

.hidden-spacer-p.max-h {
  max-height: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.hidden-spacer-p.height1 {
  height: 1px;
  overflow: hidden;
}

.txt-in-btn {
  color: #fff;
  display: block;
}

.gird-abbonamenti-connect-acc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.gird-abbonamenti-connect-acc.mellow {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
}

.container-98 {
  padding-left: 20px;
  padding-right: 0;
}

.container-98.mintlify {
  background-color: #fcfcfc;
  padding-left: 0;
}

.image-610 {
  width: 1.25rem;
  height: auto;
  margin-right: 1rem;
}

.last-section-mllwtl {
  margin-top: 20px;
}

.copy-api-key {
  background-color: #635aff;
  border-radius: 4px;
}

.content-shop-bar {
  min-height: 100px;
  margin-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-shop-bar.nonegative.nominkey {
  min-height: 0;
  padding-bottom: 0;
  display: block;
}

.content-shop-bar.nonegative.nominkey.uninstall-metrics {
  padding-left: 10px;
  padding-right: 10px;
}

.content-shop-bar.nonegative.less-m-bottom {
  padding-bottom: 10px;
}

.feedback-tooltip-wrapper {
  box-shadow: none;
}

.feedback-tooltip-wrapper.dnheader {
  z-index: 2147483647;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 2px 10px #00000005;
}

.heading-278 {
  margin-top: 4px;
  font-weight: 400;
}

.text-block-459 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
}

.header-shop-biz {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header-shop-biz.feel-me {
  padding-left: 20px;
}

.header-shop-biz.vertical.less._20right {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-202 {
  color: #4e4e4ed6;
  text-align: left;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.content-top.pad40 {
  padding-left: 60px;
  padding-right: 60px;
}

.content-top.pad40.stripe {
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
}

.single-row-transactionj {
  border-bottom: .5px solid #4e4e4e1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 35px;
  display: flex;
}

.single-row-transactionj.minheigchange {
  min-height: 30px;
}

.single-row-transactionj.minheigchange.display, .single-row-transactionj.minheigchange.display.referral {
  display: flex;
}

.single-row-transactionj.minheigchange {
  min-height: 50px;
  display: none;
}

.mllwt-spacer {
  width: 40px;
}

.text-block-420 {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.9px;
}

.paragraph-201 {
  color: #636363;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-1140 {
  justify-content: flex-end;
  padding-right: 10px;
  display: flex;
}

.bottom-wrapper-feedback {
  background-color: #f6f8fa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 -1px 1px #0000001a;
}

.already-sent {
  width: 100%;
  display: none;
}

.already-sent.olostep {
  justify-content: center;
  align-items: center;
  display: none;
}

.old-transactions-header {
  border-top: .5px solid #4e4e4e1f;
  border-bottom: .5px solid #4e4e4e1f;
  height: 30px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.old-transactions-header._100 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.old-transactions-header._100.referral-header {
  display: flex;
}

.old-transactions-header.notopline {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #191919;
  margin-bottom: 5px;
}

.mellwtl-loader-lottie {
  width: 250px;
  height: 30px;
  overflow: hidden;
}

.mellwtl-loader-lottie.loader-referral {
  display: block;
}

.image-645 {
  background-color: #fff;
  width: 30px;
  height: 30px;
}

.image-609 {
  height: 1.25rem;
}

.form-33 {
  width: 100%;
  height: auto;
}

.text-system-white {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: block;
}

.nav-bot {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.nav-bot.account {
  cursor: pointer;
  justify-content: space-between;
  padding: 15px 24px;
  transition: background-color .2s;
  overflow: hidden;
}

.nav-bot.account:hover {
  background-color: #ebedec;
}

.paragraph-198 {
  margin-bottom: 0;
}

.paragraph-198.olostep {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.paragraph-198.olostep.mllwtl {
  color: #353a44;
  margin-left: 10px;
  font-size: 12.9px;
  font-weight: 400;
}

.div-block-980 {
  background-color: #f5f8fa;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.spacer-mllwtl {
  height: 20px;
}

.tooltip-content---brix-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.content-loaded-shop-admin {
  flex-direction: column;
  display: flex;
}

.content-loaded-shop-admin.original, .content-loaded-shop-admin.original.withdrawals {
  display: block;
}

.content-loaded-shop-admin.original.withdrawals.date {
  display: none;
}

.content-loaded-shop-admin.original.payment_methods {
  padding-top: 10px;
  display: none;
}

.open-transactions-loader {
  border: .5px solid #4e4e4e1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  min-height: 400px;
  padding-top: 20px;
  display: flex;
}

.open-transactions-loader.not-that-high {
  min-height: 200px;
  display: flex;
}

.open-transactions-loader.not-that-high.uninstall-metrics {
  display: flex;
}

.docs-btn-top {
  cursor: pointer;
  border: 1px solid #e9e9ec;
  border-radius: 5px;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.docs-btn-top:hover {
  background-color: #fcfcfc;
}

.docs-btn-top.refresh {
  display: none;
}

.header-mllwtl {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-links {
  border-bottom: 1px solid #ebedec;
  max-height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  overflow: scroll;
}

.nav-links.olostep {
  border-bottom-width: 0;
  padding-top: 30px;
  overflow: visible;
}

.nav-links.olostep.mellowt {
  margin-top: 40px;
  padding-top: 0;
}

.tooltip-v3-3 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 332px;
  max-width: 432px;
  height: 168px;
  padding: 0;
  display: none;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-v3-3.kilo {
  display: flex;
}

.content-3 {
  background-color: #f8f8f8;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 100vh;
  padding: 20px 40px 40px;
}

.content-3.stark-contrast {
  background-color: #fff;
  padding-top: 28px;
  padding-left: 0;
  padding-right: 0;
}

.content-3.stark-contrast.mllwel {
  padding-left: 30px;
  padding-right: 60px;
}

.stripe-logo-wrp {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  height: 33px;
  min-height: 33px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000026;
}

.lottie-wrapper {
  height: 28px;
  display: none;
  overflow: hidden;
}

.image-646 {
  width: 70%;
}

.div-block-1136 {
  background-color: #f7f7f7;
  border: 1px solid #e4e4e7;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 7px;
  display: flex;
}

.home-page-mllwtl {
  display: block;
}

.heading-277 {
  color: #635bffd6;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.no-old-transactions {
  box-shadow: none;
  background-color: #0000;
  border: .5px solid #4e4e4e29;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.no-old-transactions.withdrawals, .no-old-transactions.withdrawals.referrals, .no-old-transactions.withdrawals.uninstall-metrics {
  display: none;
}

.tops-links {
  align-items: center;
  display: flex;
}

.link-block-75 {
  color: #302f2f;
  margin-left: 10px;
  text-decoration: none;
}

.link-block-75.cta {
  margin-left: 0;
}

.tooltip-float-v3-3 {
  z-index: 1;
  min-width: 432px;
  min-height: 190px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float-v3-3.bottom {
  display: none;
  top: 30px;
  right: 0;
}

.tooltip-float-v3-3.bottom.olostep {
  justify-content: flex-end;
  display: none;
}

.lottie-animation-46 {
  width: 40px;
  height: 40px;
  display: none;
}

.btn-withdraw-div {
  cursor: pointer;
  background-color: #635aff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  display: flex;
}

.loader-lottie-mllwtl-pay {
  width: 37px;
  margin-top: 3px;
  display: none;
}

.text-feat-1 {
  color: #545969;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.link-wrapper {
  grid-column-gap: 15px;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 9px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-wrapper:hover, .link-wrapper.w--current {
  background-color: #ebedec;
}

.link-wrapper.mellowtel {
  grid-column-gap: 1rem;
  border-radius: 3px;
  margin-bottom: 4px;
  padding: 5px 7px;
}

.link-wrapper.mellowtel.side-side {
  justify-content: space-between;
}

.link-wrapper.mellowtel.selected {
  background-color: #ebedec;
  justify-content: flex-start;
  align-items: center;
}

.old-transactions-item {
  margin-top: 0;
  margin-bottom: 9px;
  display: none;
}

.old-transactions-item.withdrawals {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.old-transactions-item.fuub {
  display: none;
}

.old-transactions-item.fuub.shown {
  padding-left: 0;
  display: block;
}

.prev-transactions-div, .prev-transactions-div.withdrawals {
  display: none;
}

.prev-transactions-div.withdrawals.referrals {
  display: block;
}

.prev-transactions-div.withdrawals.uninstall-metrics {
  display: none;
}

.still-to-send {
  width: 100%;
  height: 100%;
  display: block;
}

.logout-paypal-txt {
  color: #4e4e4eb3;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  display: none;
}

.letter-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 80px;
  padding: 40px 20px;
  display: flex;
}

.div-block-918 {
  margin-bottom: 60px;
}

.paragraph-178 {
  max-width: 700px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 32px;
}

.div-block-1175 {
  margin-bottom: 60px;
}

.paragraph-250 {
  max-width: 700px;
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-250.how-it-works {
  margin-top: 20px;
}

.text-block-468 {
  color: #3c4257;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-468.positive {
  color: #fff;
  line-height: 18px;
}

.partners-txt-mllwtl {
  color: #1a1f36;
  max-width: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  display: none;
}

.image-649 {
  cursor: pointer;
  width: 16px;
  margin-top: 1px;
  margin-left: 3px;
}

.div-block-1195 {
  background-color: #fffefe;
  border-top-left-radius: 5px;
  width: 200px;
  height: 30px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.text-block-469 {
  color: #3c4257;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

.lottie-loader-waitlist-mllwtl {
  border-radius: 5px;
  height: 80px;
  margin-top: 20px;
  overflow: hidden;
}

.mllwtl-powers-txt {
  color: #3c4257;
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.db-consumeruiwrapper-right {
  width: 60%;
  padding: 34px 80px 64px;
}

.loader-mllwtl-btn {
  width: 49px;
  margin-top: 2px;
}

.loader-mllwtl-btn.hidden {
  display: none;
}

.db-consumerfootertxt {
  color: #1a1f36;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-472 {
  color: #1a1f36;
  margin-top: -6px;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.db-consumermenutxt {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.db-consumermenutxt.grey {
  color: #697386;
}

.db-consumermenutxt.highlight {
  color: #3c4257;
  cursor: pointer;
  font-weight: 500;
}

.header-details-mllwtl {
  border-bottom: 1px solid #e3e8ee;
  padding-bottom: 14px;
}

.heading-mellowtel-brand {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.heading-mellowtel-brand.invite {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-mellowtel-brand.invite.invitee-name-support {
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.div-block-1178 {
  height: auto;
}

.big-lottie-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.db-consumerpwrdwrp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-1186 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.tooltip-content---brix-7 {
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  display: flex;
  position: relative;
}

.text-field-46 {
  color: #000;
  border-radius: 6px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 18px;
}

.text-field-46:focus {
  border: 1px solid #178bff80;
  box-shadow: 0 0 0 3px #2791ff80;
}

.logo-mllwtl-brand {
  border-radius: 50%;
  width: 95%;
  height: 95%;
  display: none;
}

.image-650 {
  margin-left: 5px;
}

.more-details-stripe {
  background-color: #f4f5f8;
  border-radius: 8px;
  width: auto;
  height: 0;
  margin-top: 10px;
  padding: 0 10px;
  transition: height .4s;
  display: block;
  overflow: scroll;
}

.big-btn-stripe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: .5px solid #00000026;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 36px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.big-btn-stripe.positive {
  background-color: #817dfb;
  border-radius: 6px;
  min-width: 233px;
  height: 36px;
  margin-left: 10px;
}

.big-btn-stripe.opt-out {
  width: 500px;
  height: 40px;
}

.big-btn-stripe.opt-out.main {
  background-color: #817dfb;
  justify-content: center;
  align-items: center;
}

.big-btn-stripe.purple {
  background-color: #817dfb;
  display: none;
}

.big-btn-stripe.purple.hidden {
  display: none;
}

.db-consumerlogobrand {
  width: 72px;
  margin-left: 4px;
}

.settings-mllwtl-list {
  display: block;
}

.tooltip-v1-2 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  max-width: 200px;
  min-height: 42px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-v1-2.center-content {
  text-align: center;
  border: 1px solid #0000001a;
  justify-content: center;
  width: 350px;
  min-width: 0;
  max-width: none;
  min-height: 80px;
  box-shadow: 4px 4px 14px #080f3412, 1px 1px 1px #170f490a, 0 0 1px #170f491c;
}

.submit-hidden-prod {
  display: none;
}

.lottie-loader-mllwtl-title {
  border-radius: 5px;
  width: 150px;
  height: 21px;
  overflow: hidden;
}

.lottie-loader-mllwtl-title.invite {
  width: 100%;
  height: 30px;
}

.lottie-loader-mllwtl-title.invite.loader-invitee {
  display: block;
}

.db-consumermenuarrow {
  opacity: .7;
  margin-left: 10px;
  margin-right: 10px;
}

.form-block-53 {
  margin-bottom: 0;
}

.div-block-1185 {
  width: 40%;
}

.privacy-link-mllwtl {
  color: #1a1f36;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.div-block-1189 {
  height: 20px;
}

.lottie-animation-48 {
  height: auto;
}

.wrapper-logo-mllwtl {
  border-radius: 500%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 8px;
  padding: 2px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.wrapper-logo-mllwtl.optin {
  margin-top: 0;
}

.wrapper-logo-mllwtl.optin.uninstall-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.wrapper-logo-mllwtl.optin.invite {
  width: 50px;
  height: 50px;
}

.wrapper-logo-mllwtl.optin.bigger {
  width: 38px;
  height: 38px;
}

.box-root {
  width: 100%;
  height: auto;
  min-height: 89px;
}

.loader-mellowtel-left {
  border-radius: 5px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.db-consumeruiwrapper-left--sidebarcopy {
  margin-top: 72px;
}

.div-block-1182 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-1182.number_requests {
  margin-top: 30px;
}

.logo-name-brand {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation-49 {
  border-radius: 50%;
  width: 100%;
  margin-top: 6px;
}

.lottie-btn-loader {
  border-radius: 5px;
  width: 220px;
  height: 36px;
  overflow: hidden;
}

.db-consumeruiwrapper-left {
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  max-width: 600px;
  height: 100%;
  padding: 30px 60px;
  display: flex;
  box-shadow: inset 0 2px 10px -1px #00000030;
}

.text-block-467 {
  color: #3c4257;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.lottie-loader-mllwtl-image {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 95%;
  display: flex;
  overflow: hidden;
}

.lottie-loader-mllwtl-image.uninstall-page {
  display: block;
}

.join-waitlist-mllwtl {
  display: none;
}

.db-consumermenutop {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-loader-left-mllwtl {
  border-radius: 5px;
  width: 300px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.paragraph-260 {
  color: #1a1f36;
  max-width: 500px;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.valid-page {
  display: flex;
}

.paragraph-stripe-expl {
  color: #1a1f36;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-stripe-expl.max-width {
  max-width: 350px;
  display: block;
}

.paragraph-stripe-expl.max-width.nto20 {
  max-width: 355px;
  margin-top: 0;
}

.paragraph-stripe-expl.max-width.nto20.hidden {
  display: none;
}

.paragraph-stripe-expl.notop {
  opacity: 0;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.current-status-mllwtl {
  display: block;
}

.current-status-mllwtl.primary {
  display: none;
}

.db-consumeruiwrapper {
  width: 100%;
  height: 100vh;
  display: flex;
}

.db-consumerprivacywrp {
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.list-item-51 {
  margin-top: 64px;
}

.div-block-1184 {
  margin: 20px 0 0;
}

.div-block-1184.not20 {
  margin-top: 5px;
}

.div-wrp-mellowtel-logo {
  margin-top: 8px;
  margin-left: 8px;
}

.div-wrp-mellowtel-logo.optin {
  margin-top: 0;
}

.div-wrp-mellowtel-logo.optin.invite {
  width: 60%;
  height: 40px;
  font-size: 15px;
}

.div-wrp-mellowtel-logo.optin.invite.klo {
  margin-left: 0;
}

.opt-out-mllwtl {
  display: none;
}

.div-block-1199 {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  width: 190px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-1199.upper {
  border-radius: 5px 0 0 5px;
  width: 160px;
  height: 30px;
  bottom: 60px;
}

.div-block-1188 {
  height: 30px;
}

.tooltip-float {
  min-height: 42px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float.top {
  display: none;
  inset: -550% auto auto -900%;
}

.text-block-470 {
  color: #697386;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section-header-stripe {
  color: #1a1f36;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.open-more-details {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.invalid-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.div-block-1203 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.div-block-1202 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  box-shadow: 0 2px 10px #0000001f;
}

.paragraph-261 {
  text-align: center;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-261.middle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-1204 {
  background-color: #eee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.floating-message-top {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 2% auto auto;
}

.floating-message-top.mellowtel {
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: auto 0 2% auto;
}

.success-link-copied {
  z-index: 2147483647;
  background-color: #18c37d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 360px;
  max-width: none;
  height: auto;
  padding: 8px 12px;
  display: flex;
  position: static;
  inset: 4% 40% auto;
  box-shadow: 0 2px 11px #0000003b;
}

.image-586 {
  width: 1rem;
  height: 1rem;
}

.text-block-401 {
  color: #fff;
  margin-left: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.main {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 552px;
  height: 500px;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.main.opt-in {
  width: 435px;
  height: 378px;
  display: block;
}

.main.opt-in.general-text {
  height: 376px;
  display: block;
}

.main.opt-in.general-text.terms-of-service {
  height: 405px;
  display: flex;
}

.main.opt-in.settingstab {
  object-fit: contain;
  flex-flow: column;
  align-self: auto;
  width: 435px;
  height: 380px;
  display: none;
  position: fixed;
}

.main.opt-in.settingstab.opt-in-out, .main.opt-in.settingstab.opt-in-out.manage-settings-update {
  display: block;
}

.main.opt-in.settingstab.opt-in-out.manage-settings-jiffy {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.main.opt-in.settingstab.opt-in-out.manage-settings {
  height: 390px;
  display: none;
  overflow: scroll;
}

.text-block-447 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.heading-327 {
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-327.opt-in {
  text-align: center;
}

.div-block-1165 {
  align-items: center;
  display: flex;
}

.div-block-1165.opt-in {
  margin-top: 0;
  padding-top: 5px;
  display: block;
  overflow: visible;
}

.text-block-445 {
  color: #1a73e8;
  margin-left: 10px;
  font-weight: 700;
}

.div-block-1164 {
  width: 100%;
  margin-top: 20px;
}

.div-block-1164.opt-in {
  margin-top: 0;
  overflow: visible;
}

.div-block-1163 {
  cursor: pointer;
  background-color: #e4e6eb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-651 {
  width: 16px;
}

.select-field-10 {
  margin-bottom: 0;
}

.heading-333 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 15px;
  display: block;
}

.div-block-1162 {
  cursor: pointer;
  background-color: #635bff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: translate(0);
}

.div-block-1162.opt-in {
  margin-left: 10px;
}

.div-block-1162.settings {
  background-color: #635bff;
  width: 100%;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}

.language-picker-menu {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  width: 200px;
  height: auto;
  margin-left: -130px;
  padding: 3px;
  display: none;
  position: absolute;
  left: auto;
  right: auto;
}

.language-picker-menu.opt-in {
  display: none;
}

.div-block-1193 {
  margin-left: 0;
}

.text-block-448 {
  color: #4d5156;
  margin-left: 20px;
}

.text-block-448.opt-in {
  margin-left: 0;
  line-height: 18px;
  overflow: visible;
}

.form-block-48 {
  margin-bottom: 0;
}

.consent-form-overlay {
  z-index: 999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.consent-form-overlay.opt-in {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f899;
  display: flex;
}

.consent-form-overlay.opt-in.terms-of-service {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f8f8f899;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  display: flex;
  position: absolute;
}

.toggle-div-wrp {
  align-items: center;
  display: flex;
}

.toggle-div-wrp.fuv-pom.opt-in-section {
  margin-top: 0;
}

.div-block-1207 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: none;
}

.div-block-1207.thisdrop {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 242px;
  height: auto;
  display: flex;
}

.div-block-1207.thisdrop.maxmore {
  cursor: pointer;
  max-width: 272px;
}

.div-block-1207.thisdrop.maxmore.youtube.fuv {
  max-width: none;
}

.div-block-1207.thisdrop.maxmore.youtube.fuv.opt-in {
  display: flex;
}

.div-block-1210 {
  cursor: pointer;
  background-color: #4e4e4e42;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-1210.droplsit {
  background-color: #fff;
  border: .1px solid #4e4e4e61;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  margin-left: -1.5px;
  box-shadow: inset 1px 0 1px 1px #4e4e4e1c;
}

.div-block-1210.droplsit.hereshadowoutside.btn-opt-in {
  display: block;
  position: relative;
  left: 0%;
}

.language-picker {
  cursor: pointer;
  border: 1px solid #dadce0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px 14px;
  display: flex;
}

.language-picker:hover {
  background-color: #99c5ff33;
}

.heading-copri-costi {
  margin-left: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-copri-costi.opt-in {
  margin-left: 15px;
}

.logo-consent {
  width: 100px;
}

.logo-consent.extension-logo.opt-in {
  display: block;
}

.text-span-213 {
  line-height: 18px;
  overflow: scroll;
}

.div-block-1208 {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  width: 100px;
  height: 40px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 5px #000;
}

.div-block-1208.new.droplist {
  background-color: #d8d8d8;
  align-items: center;
  width: 35px;
  height: 14px;
  padding-left: 0;
  display: flex;
  box-shadow: inset 0 1px 5px #4e4e4e7a;
}

.div-block-1208.new.droplist.original {
  opacity: 1;
  width: 33px;
  display: flex;
}

.div-block-1208.new.droplist.original.noabsol {
  position: static;
}

.div-block-1208.new.droplist.original.noabsol.withlop.activehere {
  background-color: #33c85a;
  border-radius: 2000px;
  justify-content: flex-end;
  width: 40px;
  height: 24px;
  padding-left: 1px;
  padding-right: 1px;
  box-shadow: inset 0 1px 5px #4e4e4e3b;
}

.div-block-1208.new.droplist.original.noabsol.withlop.activehere.olostep-fuv {
  background-color: #262861;
  justify-content: flex-end;
  padding-left: 2px;
  padding-right: 2px;
}

.div-block-1208.new.droplist.original.noabsol.withlop.activehere.olostep-fuv.opt-in-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-473 {
  color: #4d5156;
  margin-left: 20px;
}

.optional-tip-zecento {
  border: 1.5px solid #ebebeb;
  border-radius: 3px;
  min-height: 30px;
  margin-bottom: 20px;
  padding: 10px 6px;
}

.optional-tip-zecento.active {
  background-color: #fafafa;
  border-width: 1px;
  border-color: #262861;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 0;
  transition: border-color .3s;
  position: relative;
}

.optional-tip-zecento.active.opt-in-out-mellowtel {
  background-color: #fff;
  border-style: solid none none;
  border-width: 1.3px 4px 4px;
  border-top-color: #ddd;
  border-radius: 1px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footer-consent {
  justify-content: center;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  box-shadow: 0 2px 20px #00000017;
}

.footer-consent.opt-in {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}

.footer-consent.opt-in.settings {
  flex-flow: column;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.footer-consent.opt-in.footer-consent-mellowtel {
  padding-top: 10px;
  display: flex;
}

.text-block-446 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.div-block-1161 {
  background-color: #0000000d;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 7px 10px;
}

.div-block-1161.settings {
  margin-top: 5px;
}

.image-633 {
  width: 20px;
}

.div-block-1205 {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 80px;
  display: flex;
}

.div-block-1205.new {
  width: 100px;
  margin-right: 25px;
}

.div-block-1205.new.droplist {
  width: auto;
  height: 20px;
}

.div-block-1205.new.droplist.herepopup.fuv-pom {
  margin-right: 0;
}

.div-block-1205.new.droplist.herepopup.fuv-pom.opt-in {
  justify-content: flex-start;
  align-items: center;
}

.text-block-471 {
  text-align: left;
  line-height: 18px;
  overflow: visible;
}

.paragraph-255 {
  margin-bottom: 0;
  font-size: 12.5px;
  line-height: 18px;
}

.opt-in-body {
  text-align: left;
  flex-direction: column;
  align-items: center;
  height: 400px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: scroll;
}

.opt-in-body.opt-in {
  height: auto;
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: scroll;
}

.opt-in-body.opt-in.settings {
  object-fit: fill;
  flex: none;
  height: 275px;
  margin-bottom: 0;
  display: block;
  overflow: auto;
}

.opt-in-body.opt-in.settings.jiffy-settings {
  height: auto;
}

.after-saving-settings {
  color: #a13d3d;
  background-color: #c92d2d;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 435px;
  height: 380px;
  display: block;
}

.image-634 {
  width: 18px;
  height: 18px;
}

.div-block-1209 {
  background-color: #fff;
  height: auto;
  padding: 0 10px 10px 0;
  display: block;
}

.div-block-1209.middlebook.fuv-olostep {
  background-color: #fff0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}

.div-block-1192 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.list-28 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-28.opt-in {
  margin-top: 10px;
  margin-bottom: 0;
  overflow: visible;
}

.header-consent {
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 10px;
  display: flex;
}

.header-consent.opt-in {
  padding-top: 15px;
  padding-bottom: 5px;
}

.header-consent.opt-in.settings {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 10px 10px;
  display: flex;
}

.header-consent.opt-in.header-invite {
  justify-content: center;
  padding-top: 5px;
  display: flex;
}

.header-consent.opt-in.header-invite.ambient {
  padding-left: 0;
}

.list-item-49 {
  margin-bottom: 10px;
}

.list-item-49.opt-in {
  overflow: visible;
}

.div-block-1206 {
  align-items: center;
  display: flex;
}

.div-block-1206.opting-out-section {
  display: none;
}

.text-span-211 {
  line-height: 18px;
  overflow: visible;
}

.div-block-371 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-277 {
  width: 30px;
  height: 30px;
}

.heading-136 {
  color: #4e4e4e;
  margin-top: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.connecting-paypal-progress {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.lottie-animation-47 {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.paragraph-244 {
  text-align: center;
}

.paragraph-244.max-mllwtl {
  width: 200px;
  font-size: 15px;
}

.connected-success {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10% 20% 20%;
  display: none;
}

.image-615 {
  width: 40px;
}

.paragraph-262 {
  text-align: center;
}

.dash-return {
  background-color: #3f3f3f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.lottie-animation-50 {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.paragraph-263 {
  text-align: center;
}

.paragraph-263.max-mllwtl {
  width: 200px;
  font-size: 15px;
}

.image-652 {
  width: 40px;
}

.paragraph-264 {
  text-align: center;
}

.div-block-1211 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-1212 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.paragraph-265 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-103 {
  color: #151c34;
}

.link-104 {
  color: #333;
}

.wrapper-btns-mllwtl-optin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-btns-mllwtl-optin.original {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  display: none;
}

.wrapper-btns-mllwtl-optin.original.mell {
  display: none;
}

.wrapper-btns-mllwtl-optin.original {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: 20px;
  display: flex;
}

.wrapper-loaders-mllwtl-optin {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.wrapper-loaders-mllwtl-optin.original {
  padding-top: 5px;
  display: flex;
}

.div-block-1213 {
  border-radius: 6px;
  width: 49%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-1213.right {
  margin-left: 10px;
}

.form-mellowtel-message {
  display: none;
}

.practical-use-cases {
  display: block;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.avatar-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail-regular {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card-large {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-large:hover {
  border-color: #0000;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

.title-wrapper-regular {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.avatar-role {
  color: #818a9c;
  font-size: 14px;
  line-height: 24px;
}

.avatar-role.home-page {
  color: #fffc;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
}

.paragraph-small.home-page {
  color: #ffffffd9;
}

.section-testimonial {
  background-color: #fff;
  padding: 40px 5%;
  position: relative;
  overflow: hidden;
}

.section-testimonial.mell-blck {
  background-color: #1c1c1c;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-testimonial.mell-blck.ui {
  margin-top: 100px;
  margin-bottom: 70px;
}

.margin-bottom-16 {
  color: #fff;
  margin-bottom: 16px;
}

.margin-bottom-16.whos {
  font-family: PT Serif, serif;
}

.avatar-large {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.span-primary {
  color: #1457ff;
}

.paragraph-266 {
  color: #6e6e73;
  text-align: center;
  margin-bottom: 40px;
}

.logo-company-using-ol {
  box-shadow: none;
  border-radius: 10%;
  width: 150px;
  margin-left: 0;
  margin-right: 50px;
}

.logo-company-using-ol.agent {
  margin-right: 25px;
}

.logo-company-using-ol.agent.home-page {
  background-color: #fff;
}

.logo-company-using-ol.a.agent {
  margin-right: 30px;
}

.logo-company-using-ol.a.khoj {
  width: 100px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 20px;
}

.logo-company-using-ol.leya {
  width: 120px;
}

.logo-company-using-ol.first {
  margin-left: 50px;
}

.logo-company-using-ol.first.hidden {
  display: none;
}

.text-block-474 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.text-block-474.home-page {
  color: #ffffffd9;
  margin-bottom: 30px;
}

.text-block-474.home-page.larger {
  font-size: 18.5px;
  line-height: 29px;
}

.mellowtel-optin-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

.text-block-234 {
  color: #231f2099;
  margin-bottom: 10px;
}

.text-block-234.copy {
  margin-bottom: 0;
}

.text-block-234.copy.lower {
  margin-top: 60px;
  margin-bottom: 10px;
}

.text-block-235 {
  color: #231f20b3;
  text-decoration: none;
}

.seprator {
  background-color: #231f204d;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-2 {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2.max {
  max-width: 1024px;
}

.footer_copyright {
  margin-top: 20px;
}

.footer_copyright.max {
  width: 100%;
  max-width: 1024px;
}

.link-69 {
  color: #000000b3;
}

.div-block-316 {
  align-items: center;
  display: flex;
}

.copy_and_legal {
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer_copy_menu {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.footer_nav_item {
  color: #231f20b3;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-decoration: none;
}

.footer_nav_item.hidden {
  display: block;
}

.footer_nav_item.hidden.hd-usecases {
  display: none;
}

.footer-logo {
  width: 70px;
}

.footer-logo.round {
  border-radius: 200px;
}

.footer-logo.round.smaller {
  border: 1px solid #7b7b7d12;
  width: 85px;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  line-height: 20px;
}

.footer-logo.round.smaller.notcut {
  border-radius: 0;
}

.footer-disclaimer-2 {
  border-bottom: 1px solid #0000004d;
  padding-bottom: 10px;
}

.footer-disclaimer-2.copy {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.link-68 {
  color: #1f77cf;
  text-decoration: none;
}

.custom_container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.link-71 {
  color: #1f77cf;
  text-decoration: none;
}

.link-block-53 {
  margin-top: 0;
}

.footer_nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.footer_nav.usa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_nav.usa.max {
  width: 100%;
  max-width: 1024px;
}

.image-43 {
  width: 200px;
  min-width: 0;
}

.image-43.chomewebs {
  border-radius: 4px;
  width: 700px;
}

.image-43.chomewebs.smaller {
  border: .5px solid #7b7b7d45;
  width: 120px;
  max-width: 100%;
}

.image-43.chomewebs.smaller.mellow {
  display: none;
}

.link-block-7 {
  text-decoration: none;
}

.footer-zec-official {
  background-color: #f5f5f7;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 30px 20px 20px;
  display: flex;
}

.footer-zec-official.usa {
  width: 100%;
}

.footer-zec-official.usa.footer-mellowtel {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.footer-zec-official.usa.footer-mellowtel.newui {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_country {
  color: #231f20b3;
}

.footer_nav_headin {
  margin-top: 22px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.button-48 {
  background-color: #191919;
  border-radius: 20px;
  padding: 9px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.image-653 {
  margin-left: -5px;
}

.image-653.nominus5 {
  margin-left: 0;
}

.button-151 {
  background-color: #191919;
  border-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button-151.bigger {
  border-radius: 40px;
  margin-right: 40px;
  padding: 9px 15px;
}

.button-151.bigger.github {
  padding: 9px 15px;
}

.button-151.bigger.user-experience {
  margin-top: 20px;
  display: inline-block;
  position: static;
}

.button-151.bigger.left {
  margin-right: 10px;
}

.div-block-204 {
  background-image: linear-gradient(#0000, #0000);
}

.div-block-1062 {
  position: static;
  left: auto;
  right: 20px;
}

.div-block-234 {
  display: block;
}

.div-block-234.mobile {
  width: 45%;
  max-width: none;
  margin-right: 11px;
  display: block;
}

.image-647 {
  width: 390px;
}

.image-647.romantic {
  border: 2px solid #191919;
  border-radius: 20%;
  width: 550px;
}

.section-ctrl-user {
  background-color: #f5f5f7;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 3.5rem 40px;
  display: flex;
  overflow: hidden;
}

.section-ctrl-user.second {
  border-top-width: 0;
  margin-bottom: -30px;
}

.section-ctrl-user.about {
  padding-top: 40px;
}

.section-ctrl-user.update-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 20px;
}

.paragraph-65 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-64 {
  font-size: 2.3rem;
  line-height: 1.2;
}

.div-block-206 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-101 {
  max-width: 100%;
  position: static;
}

.div-block-1215 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.section {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-102 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-52 {
  margin-top: 44px;
}

.button-152 {
  background-color: #191919;
  border-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.image-654 {
  margin-left: -5px;
}

.image-654.nominus5 {
  margin-left: 0;
}

.nav_container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_container-2._32top {
  margin-top: 0;
}

.nav_container-2._32top.update-page {
  width: 100%;
  max-width: 700px;
}

.button-153 {
  background-color: #191919;
  border-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button-153.bigger {
  border-radius: 40px;
  padding: 14px 20px;
}

.button-153.smaller {
  padding: 5px 10px;
  font-size: 13.5px;
}

.div-block-1216 {
  background-image: linear-gradient(#0000, #0000);
}

.div-block-1217 {
  position: absolute;
  left: auto;
  right: 0;
}

.div-block-1218 {
  display: block;
}

.div-block-1218.mobile {
  width: 45%;
  max-width: none;
  margin-right: 100px;
  display: block;
}

.div-block-1218.mobile.update-page {
  flex: 0 auto;
  width: 100%;
  max-width: 700px;
  margin-right: 0;
  display: block;
}

.image-655 {
  width: 390px;
}

.paragraph-267 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-268 {
  font-size: 2.3rem;
  line-height: 1.2;
}

.div-block-1219 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-1219.updatepage {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loaded-plugins-mllwtl {
  display: none;
}

.lottie-animation-42 {
  width: 100%;
}

.section-2 {
  border-bottom: 1px solid #191919;
  padding: 50px 3.5rem;
}

.paragraph-269 {
  text-align: center;
  width: auto;
  max-width: 500px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.image-656 {
  border-radius: 2px;
  width: 30px;
  height: 30px;
}

.div-block-1065 {
  background-color: #f5f5f7;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  padding: 20px;
  display: flex;
}

.loader-mellowtel-extension {
  border: 1px solid #4e4e4e1f;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.row-date-2 {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.row-date-2.link {
  cursor: pointer;
}

.row-date-2.name-ext {
  margin-top: 5px;
  margin-bottom: 10px;
}

.still-no-mellowtel-plugins {
  border: 1px solid #4e4e4e1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.text-block-475 {
  color: #1a1b25;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
}

.text-block-325 {
  color: #006908;
  margin-right: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.display-more {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-270 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 27px;
}

.div-block-981 {
  background-color: #d7f7c2;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 17px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-981.hid-gem {
  margin-right: 0;
  display: flex;
}

.div-block-981.hid-gem.mobile {
  height: 24px;
}

.paragraph-271 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-271.max-wi {
  width: 600px;
}

.div-block-589 {
  cursor: pointer;
  background-color: #fbe064;
  border: 1px solid #4e4e4e;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  height: 40px;
  padding-left: 8px;
  padding-right: 0;
  display: flex;
  box-shadow: 0 1px 6px #00000026;
}

.div-block-589.amazon {
  background-color: #fff;
}

.div-block-589.amazon.second {
  width: 100%;
}

.div-block-589.amazon.second.auto {
  padding-right: 8px;
}

.div-block-589.amazon.second.auto.blackbck {
  background-color: #fff;
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
}

.div-block-589.amazon.second.auto.blackbck.trypurple {
  background-color: #635aff;
  border-width: 0;
  max-width: 300px;
  margin-top: 10px;
}

.div-block-589.amazon.second.auto.blackbck.trypurple.extens {
  color: #0084fd;
  background-color: #fff;
  max-width: none;
  margin-top: 0;
  font-weight: 700;
}

.div-block-1220 {
  flex-direction: row;
  align-items: center;
  margin-top: -10px;
  padding-left: 4px;
  display: flex;
}

.heading-289 {
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-227 {
  color: #000000b3;
  max-width: none;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-380 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-380.blue {
  color: #0084fd;
  font-weight: 700;
}

.link-block-69 {
  width: 100%;
  margin-top: 10px;
  text-decoration: none;
}

.div-block-1061 {
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.extension-reminder {
  z-index: 2147483647;
  color: #fff;
  background-color: #0084fd;
  background-image: none;
  border-radius: 5px;
  width: auto;
  min-width: 400px;
  max-width: 600px;
  height: auto;
  padding: 0 10px 10px;
  display: block;
  position: fixed;
  inset: auto auto 1% 2%;
  box-shadow: 0 2px 20px #0000003d;
}

.extension-reminder.mellow {
  color: #000;
  background-color: #fff;
  width: 440px;
  min-width: 0;
  max-width: none;
  padding: 20px;
  display: none;
  left: auto;
  right: 2%;
  box-shadow: 0 2px 20px 2px #00000021;
}

.lottie-animation-38 {
  width: 30px;
  margin-left: -3px;
}

.button-154 {
  background-color: #161616;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 49%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-154.secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #161616;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.div-block-1221 {
  justify-content: space-between;
  display: flex;
}

.text-span-214, .advanced-settings-wrp {
  display: none;
}

.link-105 {
  color: #313030;
}

.paragraph-272 {
  color: #949494;
  font-size: 16px;
  line-height: 18px;
}

.text-block-476 {
  text-align: center;
  font-size: 34px;
}

.paragraph-273 {
  color: #333c;
  text-align: center;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.div-block-1158 {
  opacity: .7;
  align-items: center;
  display: flex;
}

.paragraph-274 {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-630 {
  width: 100px;
}

.div-block-1222 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-1223 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-1224 {
  margin-top: 20px;
}

.paragraph-275 {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-275.central {
  text-align: center;
}

.div-block-1225 {
  width: 100%;
  max-width: 700px;
}

.div-block-1226 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.paragraph-276 {
  color: #636363;
  margin-top: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.div-block-1227 {
  border: 1px solid #eef0f2;
  border-radius: 10px;
  margin-top: 0;
  padding: 5px 10px;
}

.section-3 {
  margin-top: 60px;
}

.link-block-76 {
  text-decoration: none;
  display: none;
}

.link-block-77, .link-block-78 {
  text-decoration: none;
}

.image-657, .image-658 {
  margin-left: 20px;
}

.div-block-1228 {
  min-width: 0%;
  max-width: 700px;
  margin-top: 20px;
}

.image-how-it-works {
  min-width: 50px;
  min-height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-659 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-1229 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-top: 40px;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-103 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-104 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  min-width: 400px;
  min-height: 300px;
  display: flex;
}

.rich-text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-660 {
  flex: 0 auto;
  position: static;
}

.cell {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
}

.image-661 {
  max-width: 100%;
}

.image-661.img-browser-plugins {
  display: inline-block;
}

.div-block-773 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-200 {
  color: #754dff;
  margin-left: 3px;
  font-size: 14.5px;
  font-weight: 400;
}

.div-block-772 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 80px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 1px 12px #4e4e4e08;
}

.image-332 {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-right: 0;
  padding: 10px;
  display: none;
}

.link-block-35 {
  cursor: pointer;
  width: auto;
  margin-right: -180px;
}

.div-block-775 {
  width: 0;
}

.link-block-33 {
  text-decoration: none;
}

.image-331 {
  width: 18px;
  height: 18px;
  padding-left: 0;
  padding-right: 0;
}

.image-331.hiddenimg {
  display: none;
}

.div-block-774 {
  cursor: pointer;
  border: 1.4px solid #754dff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 30px;
  padding: 3px 0;
  display: flex;
}

.form-block-26 {
  width: 400px;
  max-width: none;
  margin-top: 20px;
  padding-bottom: 0;
  display: block;
}

.body-content {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-top: 140px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.text-block-201 {
  margin-left: 6px;
}

.heading-202 {
  color: #4e4e4e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.div-block-747 {
  cursor: pointer;
  background-color: #4e4e4e;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  height: 48px;
  margin-top: 0;
  padding: 10px 14px;
  display: flex;
}

.div-block-747.activate {
  color: #2c6cdf;
  background-color: #2c6cdf;
  border: 0 solid #000;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: 20px;
}

.div-block-747.activate.purple {
  background-color: #fff;
  border-width: 1px;
  border-color: #754dff;
}

.div-block-781 {
  border: .5px solid #4e4e4e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: none;
}

.div-block-778 {
  cursor: pointer;
  border: 1px solid #4e4e4e;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 40px;
  display: none;
}

.text-block-202 {
  text-align: center;
  margin-top: 10px;
}

.div-block-779 {
  background-color: #4e4e4e;
  width: 300px;
  height: .6px;
  margin-top: 30px;
  margin-bottom: 0;
}

.image-333 {
  width: 20px;
  height: 20px;
}

.link-block-34 {
  width: 100%;
  text-decoration: none;
}

.div-block-780 {
  width: 400px;
  margin-top: 0;
}

.image-334 {
  width: 22px;
  height: 22px;
}

.image-334.blockmol {
  display: none;
}

.button-109 {
  background-color: #4e4e4e;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.textarea-2 {
  min-height: 65px;
}

.div-block-777 {
  background-color: #fff;
  border: 3px solid #f2f6ff;
  flex-direction: column;
  align-items: center;
  min-width: 1000px;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 30px;
  padding: 40px;
  display: flex;
}

.heading-201 {
  color: #4e4e4e;
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 30px;
}

.text-block-191 {
  color: #fff;
  margin-left: 5px;
  font-weight: 700;
}

.text-block-191.bigger {
  font-size: 15px;
}

.text-block-191.bigger.here {
  color: #754dff;
}

.uui-navbar01_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.show-tablet {
  display: none;
}

.uui-navbar01_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar01_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar01_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar01_link.w--current {
  color: #000;
}

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui--gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar01_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar01_blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--untitled-ui--white);
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar01_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar01_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar01_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar01_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.uui-navbar01_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-heroheader04_image {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  perspective: none;
  transform-origin: 50%;
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  perspective: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.uui-layout02_image {
  width: 80%;
}

.uui-layout02_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-medium {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-layout02_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout12_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout12_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout12_number-text {
  color: var(--untitled-ui--gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-layout12_number {
  color: var(--untitled-ui--primary600);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout12_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout12_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_layout12 {
  background-color: var(--untitled-ui--primary50-2);
  background-image: url('../images/light-accent.png');
  background-position: 160%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-faq01_component.main-page {
  margin-top: 0;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-layout62_image-01 {
  object-fit: scale-down;
  flex: 0 auto;
  width: 100%;
  min-width: auto;
  display: block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.uui-layout62_image-02 {
  width: 90%;
  min-width: 18rem;
  position: static;
  inset: 0% auto 0% 0%;
}

.uui-layout62_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-layout62_lightbox-image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout62_lightbox {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout62_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout62_tabs-link.w--current {
  border-left-width: 4px;
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-layout62_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_layout62 {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--untitled-ui--primary50-2), var(--untitled-ui--gray200));
}

.uui-heroheader07_light-overlay {
  mix-blend-mode: screen;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-heroheader07_card-image-02 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #ffffff80 0%, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 20rem;
  position: absolute;
  transform: translate(-10%, 30%)rotate(30deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_card-image-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 20rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_image-wrapper {
  background-image: linear-gradient(229deg, var(--untitled-ui--primary600), var(--untitled-ui--primary800));
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  height: 35rem;
  display: flex;
  position: relative;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-2.text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-subheading-2.uui-text-color-gray200, .uui-text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

.uui-heroheader07_content.z-index-1 {
  color: var(--untitled-ui--white);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader07 {
  background-color: var(--untitled-ui--gray800);
  overflow: hidden;
}

.uui-layout62_image-wrapper-copy {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-layout12_image-wrapper-copy {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heroheader07_card-image-01-copy {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 20rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-team06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-team06_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-team06_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-team06_arrow.left {
  right: 4rem;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team06_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team06_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team06_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team06_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team06_slide {
  margin-right: 2rem;
}

.uui-team06_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-team06_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_team06 {
  overflow: hidden;
}

.uui-cta12_logo {
  height: 2.5rem;
}

.uui-cta12_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  height: 2.5rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center-3, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logos04_logo.khoj {
  height: 2.5rem;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: .4rem 1.5rem;
  display: flex;
}

.uui-logos04_list {
  color: #fff;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 60rem;
  display: flex;
  overflow: clip;
}

.uui-logos04_list.main-page {
  width: 100%;
  display: flex;
}

.uui-logos04_list.main-page._2 {
  display: none;
}

.uui-logo-loop_inner {
  display: flex;
  overflow: hidden;
}

.uui-logo-loop_inner.main-page {
  width: 100%;
  overflow: clip;
}

.uui-logo-loop_inner.main-page.second {
  display: none;
}

.uui-logos-loop-css-embed {
  width: 95%;
  overflow: visible;
}

.uui-logos-loop-css-embed.main-page {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
}

.uui-logo-loop_component {
  height: 4rem;
  margin-top: 2rem;
  display: block;
  overflow: hidden;
}

.uui-logo-loop_component.logo-main-page {
  background-color: #fff;
  width: 100%;
  margin-top: 2rem;
  display: none;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-5.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item-2, .uui-avatar-stack_item-2 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-2.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-4 {
  text-align: center;
}

.uui-team01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}

.social-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link-2 {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link-2:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team01_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1rem;
  display: grid;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-3.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team01_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.uui-team01_image-wrapper {
  margin-bottom: 1.25rem;
}

.uui-team01_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center-4, .align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_team01 {
  background-color: var(--untitled-ui--primary50-2);
  background-image: url('../images/light-accent.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
}

.uui-footer05_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer05_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer05_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  place-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-layout19_image {
  object-fit: cover;
  width: 100%;
}

.uui-layout19_image-wrapper {
  width: 100%;
  height: 100%;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout19_item-text-wrapper {
  padding-top: .5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout19_item {
  display: flex;
}

.uui-layout19_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-layout19_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.referral-code-div {
  width: 100%;
  margin-top: 10px;
  display: none;
}

.text-field-47 {
  width: 100%;
}

.paragraph-277 {
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
}

.uui-heading-medium-copy {
  color: var(--untitled-ui--gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.image-662 {
  opacity: .9;
  mix-blend-mode: normal;
  width: 25px;
  height: 25px;
}

.social-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-divider {
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.social-divider.line {
  border: .9px solid #e2e2e3;
  margin-right: 10px;
}

.right-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-105 {
  max-width: none;
  min-height: 500px;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 9.5rem;
  padding-right: 9.5rem;
  overflow: hidden;
}

.container-106 {
  max-width: none;
}

.container-106.max-first {
  max-width: 1024px;
}

.heading-334 {
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
}

.heading-334.round {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-278 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.image-663 {
  width: 100vw;
  max-width: none;
  margin-top: 10px;
  position: absolute;
  left: 0;
}

.image-663.relative {
  z-index: -1000;
}

.button-155 {
  background-color: #222020;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button-155.white {
  color: #000;
  background-color: #f2f2f2;
  margin-left: 15px;
}

.button-155.blue {
  background-color: #436cff;
  border: 1.5px solid #3a3a3a;
}

.div-block-1230 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-1231 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  border: 1px solid #7e7979;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-1231.chrome.edge.firefox {
  cursor: pointer;
}

.text-block-477 {
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.div-block-1232 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.explainer-section {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.explainer-section.central {
  justify-content: center;
  align-items: center;
  display: flex;
}

.explanation-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.explanation-block.max {
  max-width: 100%;
}

.dynamic-text-1 {
  font-style: italic;
}

.div-block-1233 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-335 {
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-279 {
  color: #1c1e21;
  justify-content: center;
  width: 70%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.div-block-1234 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin: 70px 20px 0 0;
  display: flex;
}

.heading-336 {
  flex-flow: row;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  display: block;
}

.heading-336.rounded {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.paragraph-280 {
  width: 85%;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.spacer {
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.spacer.main-page {
  min-height: 80px;
}

.image-664 {
  background-color: #000;
}

.path {
  width: 50px;
  height: 50px;
  display: block;
}

.title {
  display: block;
}

.img {
  max-width: none;
  height: 100%;
  padding: 11px;
  display: block;
}

.li, .li-2, .li-3 {
  width: 50px;
  height: 50px;
}

.logo-carousel {
  margin-top: 3em;
  overflow: hidden;
}

.logo-carousel.splide {
  margin-bottom: 40px;
  display: none;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.container-108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.intro.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.small-title {
  opacity: .8;
  color: #fff;
  font-size: 1.125em;
  line-height: 120%;
}

.pink-color {
  color: #e86dfc;
}

.div-block-1235 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-display-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.paragraph-281 {
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.image-665 {
  margin-top: 30px;
}

.body {
  overflow: visible;
}

.paragraph-282, .paragraph-283 {
  font-weight: 700;
}

.image-666 {
  width: auto;
  height: 240px;
  margin-bottom: 0;
}

.div-block-1236 {
  margin-bottom: 0;
}

.products-integrated-with-mellowtel {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.products-integrated-with-mellowtel.ui {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.logo-card-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: .1rem;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .25rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-card-title.non-abs {
  margin-top: 10px;
  position: static;
}

.logo-grid-line {
  border-bottom: 1px solid #dfdfdf;
}

.section-4 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.section-4.section-component {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fefefe;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo-grid {
  border: 1px solid #dfdfdf;
}

.logo-card-logo-outer-wrapper {
  overflow: hidden;
}

.logo-grid-row-line {
  border-right: 1px solid #dfdfdf;
}

.logo-card-logo-inner-wrapper {
  position: relative;
}

.logo-card-logo-inner-wrapper.central {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-card {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 14rem;
  min-height: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-card.central {
  flex-flow: column;
}

.logo-card-logo {
  max-width: 4rem;
}

.logo-card-logo.logo-card-logo-absolute {
  position: absolute;
  inset: 100% 0% 0%;
}

.logo-grid-row {
  display: flex;
}

.div-block-1237 {
  max-width: 99%;
  overflow: hidden;
}

.section-who-is-using-mellowtel {
  overflow: hidden;
}

.italic-text {
  font-style: normal;
}

.image-1 {
  margin-left: 2px;
}

.text-block-478 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.image-667 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.link-106 {
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.text-block-479 {
  font-size: 11px;
}

.text-block-480 {
  direction: ltr;
  color: #1c1e21;
  letter-spacing: 0;
  -webkit-text-stroke-color: #1c1e21;
  text-transform: capitalize;
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.link-107 {
  cursor: pointer;
  text-decoration: underline;
}

.link-108 {
  text-decoration: underline;
}

.div-image-code-block {
  width: 750px;
  height: 500px;
}

.img-dart, .img-electron-code-block {
  display: none;
}

.marquee-container {
  justify-content: flex-start;
  display: block;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.columns.max {
  margin-left: 0;
  margin-right: 0;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2.max {
  margin-left: 0;
  margin-right: 0;
}

.columns-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3.max {
  margin-left: 0;
  margin-right: 0;
}

.column-7, .column-8 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1240 {
  margin-top: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.image-56 {
  width: 20px;
}

.heading-39 {
  color: #4e4e4e;
  text-align: center;
  width: 500px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-68 {
  width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.paragraph-14 {
  text-align: center;
  width: 470px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.button-21 {
  background-color: #754dff;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: -16px;
  margin-bottom: 41px;
  display: flex;
}

.button-21._33 {
  margin-top: 6px;
}

.button-21._33.underscor {
  margin-bottom: 10px;
}

.div-block-84 {
  background-color: #fff;
  border-radius: 11px;
  width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0 1px 5px #4e4e4e8a;
}

.div-block-87 {
  opacity: 1;
  justify-content: flex-end;
  width: 100px;
  display: flex;
  position: relative;
  top: 10px;
}

.div-block-87._2 {
  opacity: 0;
}

.div-block-87._2.unissciti {
  opacity: 1;
}

.div-block-87._1, .div-block-87._3 {
  opacity: 0;
}

.text-block-17 {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.text-block-17.basic {
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-70 {
  cursor: pointer;
  background-color: #754dff;
  border-radius: 4px;
  margin-bottom: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-69 {
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 1px 5px #000;
}

.div-block-69.oioiop {
  justify-content: center;
  width: 100px;
  margin-left: 0;
}

.text-block-18 {
  color: #4e4e4e;
  text-align: center;
  cursor: pointer;
  margin-bottom: 19px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.column-16 {
  padding-left: 16px;
}

.columns-7 {
  margin-left: -22px;
}

.column-17 {
  padding-left: 40px;
}

.close {
  opacity: .5;
  text-align: center;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.module-header-right {
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.module-header-right.another {
  margin-top: 10px;
  margin-right: 10px;
}

.div-block-86 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  margin-bottom: 0;
  display: none;
}

.div-block-67.owtf {
  flex-direction: column;
  width: 600px;
  display: flex;
}

.image-11 {
  width: 24px;
  height: 24px;
}

.div-block-95 {
  z-index: 2147483647;
  background-color: #ffffff38;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-span-10 {
  max-width: none;
  font-size: 15px;
  line-height: 13px;
}

.text-block-20 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.column-18 {
  padding-left: 0;
}

.text-block-19 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 13px;
  font-size: 13px;
  line-height: 14px;
  display: flex;
}

.text-block-19.otherter {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.section-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -29px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-71 {
  width: auto;
  height: 30px;
  margin-top: 13px;
  font-size: 16px;
  display: none;
}

.div-block-85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-142 {
  max-width: 100%;
}

.image-142.first {
  max-width: 140%;
}

.image_holder_thing {
  border: 0 solid #000;
  border-radius: 150px;
  align-self: stretch;
  width: 100px;
  height: 100px;
  margin: 10px auto 10px 22px;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 1px 6px #000;
}

.image_holder_thing._444 {
  margin-left: 27px;
}

.image_holder_thing._444.io {
  align-items: center;
  margin-left: 400px;
  display: flex;
  position: relative;
  left: 10px;
}

.image_holder_thing._444.io.loader_zec {
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  position: static;
  box-shadow: 0 1px 6px #4e4e4e33;
}

.div-block-236 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-238 {
  z-index: 9999;
  background-color: var(--untitled-ui--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container-80 {
  z-index: 10000;
  background-color: #fff;
  border: .1px #000;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 800px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000002b;
}

.image-132 {
  border-radius: 5px;
  max-width: 12%;
  margin-left: 10px;
  display: inline-block;
}

.button-52 {
  text-align: center;
  background-color: #a2a3e9;
  border-radius: 4px;
  width: 220px;
  font-size: 14px;
  font-weight: 700;
}

.button-52._23 {
  justify-content: center;
  width: 500px;
  font-size: 16px;
  display: block;
}

.div-block-237 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 8px;
  display: flex;
}

.header_loader-2 {
  color: #4e4e4eb3;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.header_loader-2.left {
  text-align: left;
}

.paragraph_loader-2 {
  color: #4e4e4e;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 22px;
}

.line-wrapper {
  z-index: -20;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-wrapper.horizontal-line {
  border: 0 dashed #000;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  display: block;
}

.line-wrapper.hidden {
  display: none;
}

.div-block-830 {
  background-color: #f9f9fa;
  width: .4px;
  height: 100%;
}

.div-block-830.dotted {
  outline-offset: 0px;
  background-color: #edeef3;
  border: 0 solid #edeef3;
  outline: .8px #f9f9fa;
  width: 1.6px;
}

.div-block-830.hidden {
  background-color: #0000;
}

.div-block-1241 {
  background-color: #f9f9fa;
  width: .4px;
  height: 100%;
}

.div-block-1241.dotted {
  outline-offset: 0px;
  background-color: #edeef3;
  border: 0 solid #edeef3;
  outline: .8px #f9f9fa;
  width: 1.6px;
}

.div-block-1241.dotted.horizontal {
  outline-offset: -1px;
  width: 100vw;
  height: 1.6px;
}

.lottie-animation-51 {
  margin-bottom: 0;
  font-size: 14px;
}

.link-109 {
  color: #4e4e4e;
}

.div-block-1242 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: none;
}

.div-block-1242.thisdrop {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 242px;
  height: auto;
  display: flex;
}

.div-block-1242.thisdrop.maxmore {
  cursor: pointer;
  max-width: 272px;
}

.div-block-1242.thisdrop.maxmore.youtube.fuv {
  max-width: none;
}

.div-block-1242.thisdrop.maxmore.youtube.fuv.opt-in {
  display: flex;
}

.text-block-481 {
  color: #1a73e8;
  margin-left: 10px;
  font-weight: 700;
}

.paragraph-284 {
  text-align: left;
  margin-left: 0;
}

.image-670 {
  width: 25px;
  max-width: none;
}

.image-670.rio {
  width: 18px;
  margin-right: 10px;
}

.image-670.rio.hid-show {
  display: block;
}

.image-670.rio.apple {
  margin-right: 12px;
}

.image-671 {
  width: 16px;
}

.div-block-1243 {
  opacity: .92;
  cursor: pointer;
  background-color: #4d6cad;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  max-width: none;
  height: 45px;
  max-height: 100px;
  margin-right: 10px;
  padding: 5px 10px;
  display: flex;
  box-shadow: 0 1px 4px #0000007d;
}

.div-block-1243.accesso {
  margin-bottom: 20px;
  padding-top: 0;
}

.div-block-1243.accesso.fb {
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-1243.accesso.fb.oop {
  margin-bottom: 10px;
}

.div-block-1243.accesso.fb.oop.new_signup {
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #e4eaee;
  border-radius: 2px;
  justify-content: center;
  width: 360px;
}

.div-block-1243.accesso.fb.oop.new_signup.small {
  width: 100%;
  height: 40px;
}

.div-block-1243.accesso.fb.oop.new_signup.jk._100 {
  width: 100%;
}

.div-block-1243.accesso.fb.oop.new_signup.jk._100.nofacebook {
  display: none;
}

.div-block-1243.google {
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-1243.google.to {
  justify-content: center;
  width: 850px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-1243.google.to.authexst {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-1243.google.to.authexst.other {
  justify-content: flex-start;
  width: 240px;
  height: 45px;
  padding-top: 0;
  box-shadow: 0 1px 4px #000000b3;
}

.div-block-1243.google.to.authexst.other.signup_new {
  box-shadow: none;
  border-width: 2px;
  border-color: #e4eaee;
  border-radius: 2px;
  justify-content: center;
  width: 360px;
  padding-bottom: 0;
}

.div-block-1243.google.to.authexst.other.signup_new.apple_hidden {
  display: flex;
}

.div-block-1243.google.to.authexst.other.signup_new.apple_hidden._100, .div-block-1243.google.to.authexst.other.signup_new.jk._100 {
  width: 100%;
}

.text-block-482 {
  color: #4d5156;
  margin-left: 20px;
}

.heading-338 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 15px;
  display: block;
}

.div-block-1244 {
  background-color: #0000000d;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 7px 10px;
}

.div-block-1244.settings {
  margin-top: 5px;
}

.lottie-animation-52 {
  width: 50px;
}

.div-block-1245 {
  cursor: pointer;
  background-color: #4e4e4e42;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-1245.droplsit {
  background-color: #fff;
  border: .1px solid #4e4e4e61;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  margin-left: -1.5px;
  box-shadow: inset 1px 0 1px 1px #4e4e4e1c;
}

.div-block-1245.droplsit.hereshadowoutside.btn-opt-in {
  display: block;
  position: relative;
  left: 0%;
}

.div-block-1246 {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 80px;
  display: flex;
}

.div-block-1246.new {
  width: 100px;
  margin-right: 25px;
}

.div-block-1246.new.droplist {
  width: auto;
  height: 20px;
}

.div-block-1246.new.droplist.herepopup.fuv-pom {
  margin-right: 0;
}

.div-block-1246.new.droplist.herepopup.fuv-pom.opt-in {
  justify-content: flex-start;
  align-items: center;
}

.image-672 {
  width: 40px;
}

.image-672.loader-new {
  width: 20px;
  height: 20px;
}

.text-field-48 {
  border-radius: 5px;
  width: 300px;
  height: 45px;
  margin-bottom: 10px;
  font-size: 15px;
}

.text-field-48:focus {
  border: 1px solid #009da3;
}

.text-field-48.larger {
  width: 360px;
}

.text-field-48.larger.auto:focus {
  border-color: #178bff80;
  box-shadow: 0 0 0 3px #2791ff80;
}

.text-field-48.larger.auto._100 {
  width: 100%;
  margin-bottom: 0;
}

.div-block-1247 {
  border-radius: 6px;
  width: 49%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-1247.right {
  margin-left: 10px;
}

.link-110 {
  color: #151c34;
}

.div-block-1248 {
  flex-direction: column;
  margin-left: 10px;
  display: flex;
}

.image-673 {
  width: 24px;
  position: relative;
  top: -54px;
  left: 124px;
}

.image-673.longer {
  cursor: pointer;
  left: 156px;
}

.image-673.longer.relative {
  position: relative;
  top: -35px;
  bottom: 0;
  left: 170px;
}

.div-block-1249 {
  background-color: #ffe5d6;
  border-radius: 2px;
  align-items: flex-start;
  width: 360px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 12px 12px 8px 8px;
  display: flex;
}

.div-block-1249.green {
  background-color: #eee;
  border: 1px solid #4e4e4e61;
  display: none;
}

.text-block-483 {
  text-align: left;
  line-height: 18px;
  overflow: visible;
}

.text-block-484 {
  color: #4d5156;
  margin-left: 20px;
}

.text-block-484.opt-in {
  margin-left: 0;
  line-height: 18px;
  overflow: visible;
}

.lottie-animation-53 {
  border-radius: 50%;
  width: 100%;
  margin-top: 6px;
}

.list-item-53 {
  margin-bottom: 10px;
}

.list-item-53.opt-in {
  overflow: visible;
}

.form-block-54 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-339 {
  color: #f2f6ff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.heading-339.black {
  color: #374857;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.heading-339.black.normalheading {
  font-weight: 500;
}

.heading-339.googe {
  color: #4e4e4e;
  cursor: pointer;
}

.heading-339.googe.ui {
  font-size: 17px;
}

.heading-339.googe.ui.authexst {
  font-family: PT Serif, serif;
  font-size: 17px;
}

.heading-339.googe.ui.authexst.black {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.div-block-1250 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.button-156 {
  background-color: #a2a3e9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 1px 8px #000;
}

.button-156.noshadow {
  box-shadow: none;
  border-radius: 2px;
  width: 360px;
}

.button-156.noshadow.auto {
  background-color: #635bff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.button-156.noshadow.auto._100 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 4px;
}

.form-block-55 {
  margin-bottom: 0;
}

.div-block-1251 {
  width: 100%;
  margin-top: 20px;
}

.div-block-1251.opt-in {
  margin-top: 0;
  overflow: visible;
}

.text-block-485 {
  color: #9d9c9c;
  text-align: center;
  flex: 0 auto;
  margin-top: 5px;
  display: flex;
}

.text-block-485.oppure {
  margin-bottom: 5px;
  font-family: PT Serif, serif;
}

.div-block-1252 {
  cursor: pointer;
  background-color: #635bff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: translate(0);
}

.div-block-1252.settings {
  background-color: #635bff;
  width: 100%;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 10px;
}

.div-block-1252.opt-in {
  margin-left: 10px;
}

.text-span-215 {
  line-height: 18px;
  overflow: visible;
}

.text-block-486 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.div-block-1253 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-1253.bigger._100 {
  width: 100%;
}

.div-block-1253.bigger._100.hidden {
  display: none;
}

.text-span-216 {
  font-weight: 600;
}

.image-674 {
  width: 20px;
}

.div-block-1254 {
  cursor: pointer;
  background-color: #e4e6eb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-1255 {
  background-color: #fff;
  height: auto;
  padding: 0 10px 10px 0;
  display: block;
}

.div-block-1255.middlebook.fuv-olostep {
  background-color: #fff0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
}

.div-block-1256 {
  width: 360px;
  display: flex;
}

.div-block-1256.auto._100 {
  width: 100%;
}

.div-block-1256.auto._100.pass {
  margin-top: 5px;
}

.container-109 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container-109.is-nav {
  color: #4e4e4e;
  background-color: #0000;
  border-bottom: 0 dashed #4e4e4e36;
  justify-content: space-between;
  align-items: center;
  padding: 1em 16em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
}

.container-109.is-nav.central {
  justify-content: center;
  padding-top: 0;
  padding-left: 16em;
  padding-right: 16em;
  overflow: visible;
}

.container-109.is-nav.central.stampaoltre {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-109.is-nav.central.stampaoltre.no-100 {
  margin-top: -70px;
}

.container-109.is-nav.central.stampaoltre.no-100.under {
  margin-top: 10px;
}

.text-block-487 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.paragraph-285 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-217 {
  line-height: 18px;
  overflow: scroll;
}

.div-block-1257 {
  align-items: center;
  display: flex;
}

.div-block-1257.opting-out-section {
  display: none;
}

.div-block-1258 {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  width: 100px;
  height: 40px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  box-shadow: 0 1px 5px #000;
}

.div-block-1258.new.droplist {
  background-color: #d8d8d8;
  align-items: center;
  width: 35px;
  height: 14px;
  padding-left: 0;
  display: flex;
  box-shadow: inset 0 1px 5px #4e4e4e7a;
}

.div-block-1258.new.droplist.original {
  opacity: 1;
  width: 33px;
  display: flex;
}

.div-block-1258.new.droplist.original.noabsol {
  position: static;
}

.div-block-1258.new.droplist.original.noabsol.withlop.activehere {
  background-color: #33c85a;
  border-radius: 2000px;
  justify-content: flex-end;
  width: 40px;
  height: 24px;
  padding-left: 1px;
  padding-right: 1px;
  box-shadow: inset 0 1px 5px #4e4e4e3b;
}

.div-block-1258.new.droplist.original.noabsol.withlop.activehere.olostep-fuv {
  background-color: #262861;
  justify-content: flex-end;
  padding-left: 2px;
  padding-right: 2px;
}

.div-block-1258.new.droplist.original.noabsol.withlop.activehere.olostep-fuv.opt-in-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-1259 {
  margin-left: 0;
}

.heading-340 {
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-340.opt-in {
  text-align: center;
}

.div-block-1260 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.link-111 {
  color: #2d323e;
  font-weight: 500;
  text-decoration: none;
}

.div-block-1261 {
  align-items: center;
  display: flex;
}

.div-block-1261.opt-in {
  margin-top: 0;
  padding-top: 5px;
  display: block;
  overflow: visible;
}

.image-675 {
  width: 18px;
  height: 18px;
}

.div-block-1262 {
  background-color: #fff;
  border: 0 solid #a2a3e9;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-bottom: -48px;
  display: none;
  position: relative;
  top: -60px;
  box-shadow: 0 1px 6px #0000003b;
}

.div-block-1262.new-graphic {
  border-width: 0;
  border-radius: 3px;
  width: 365px;
  height: 48px;
  display: none;
  box-shadow: 0 1px 6px #4e4e4e80;
}

.paragraph-286 {
  margin-bottom: 0;
  font-size: 12.5px;
  line-height: 18px;
}

.image-676 {
  cursor: pointer;
  max-width: none;
  height: 30px;
  margin-right: 10px;
}

.image-676.hid-show {
  display: block;
}

.lottie-animation-54 {
  width: auto;
  height: auto;
}

.image-573 {
  width: 24px;
  height: 24px;
}

.uploader-inner {
  flex-direction: column;
  justify-content: space-between;
  width: 362px;
  height: auto;
  display: flex;
}

.text-block-394 {
  margin-left: 15px;
}

.heading-301 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.uploader-modal {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.drag-drop-area {
  border: 1px dashed #4e4e4e61;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 186px;
  display: flex;
}

.cancel-uploader {
  color: #4e4e4e;
  background-color: #f7f7f8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.cancel-uploader:hover {
  background-color: #e3e3e6;
}

.spacer-uploader-20 {
  height: 20px;
}

.uploader-outer {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 450px;
  height: auto;
  padding: 20px;
  display: flex;
}

.uploader-icon-wrapper {
  background-color: #f7f7f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.picker-uploader {
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
}

.image-574 {
  width: 16px;
  height: 16px;
  display: block;
}

.image-574.zip-file-image {
  display: none;
}

.div-block-1263 {
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  height: 90%;
  padding: 7px 10px;
  display: flex;
}

.list-29 {
  justify-content: center;
  padding-left: 0;
  display: block;
}

.list-item-54 {
  display: block;
}

.div-block-1264 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ajax-small-loader {
  width: 15px;
  height: 15px;
  display: block;
}

.ajax-small-loader.create-loader {
  display: none;
}

.footer-connect-iban {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: .5px .5px 1px #0003;
}

.paragraph-287 {
  color: #4e4e4e;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-287.system {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-287.white {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: block;
}

.div-block-1265 {
  border: .5px solid #4e4e4e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: none;
}

.div-block-1265.success-zip-submission {
  width: auto;
  display: none;
}

.text-block-488 {
  text-align: center;
  margin-top: 10px;
}

.link-112 {
  color: #333;
  text-decoration: underline;
}

.div-block-240 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-1388 {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0;
}

.navbar1_logo-link {
  width: 100%;
  height: 36px;
  padding-left: 0;
}

.navbar1_logo {
  max-width: 100%;
  height: 100%;
}

.navbar1_logo.demo-page {
  margin-top: 10px;
  margin-left: 10px;
}

.price-content {
  width: 100%;
  overflow: visible;
}

.pricing-image {
  z-index: 0;
  opacity: .66;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pricing-image.sf3 {
  opacity: .47;
}

.pricing-image.sfumato {
  z-index: 0;
  opacity: .65;
  display: block;
}

.pricing-image.sfumato.jk {
  z-index: 0;
  top: -2%;
}

.pricing-image.sfumato.hidden {
  display: none;
}

.price-feature {
  color: #4e4e4e;
  font-family: PT Serif, serif;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-245 {
  font-family: PT Serif, serif;
}

.text-block-245.selected {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-858 {
  align-items: center;
  display: flex;
}

.image-305 {
  max-width: 90%;
}

.tab-widget {
  width: 1000px;
  height: 100%;
  display: flex;
}

.tab-widget.demo-page {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1000px;
  margin-top: 0;
}

.paragraph-228 {
  text-align: center;
  width: 700px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-246 {
  font-family: PT Serif, serif;
}

.tabs-menu-2 {
  z-index: 2;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: center;
  width: 45%;
  padding: 20px 25px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.tabs-menu-2.otherside {
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: auto;
}

.div-block-1064 {
  margin-top: 40px;
  margin-right: 60px;
}

.text-block-489 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.text-block-489.opt-in {
  font-size: 14px;
  font-weight: 600;
}

.image-390 {
  opacity: .6;
  width: 20px;
  height: 20px;
}

.paragraph-173 {
  z-index: 1;
  color: #4e4e4eab;
  margin-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 16px;
  position: relative;
}

.paragraph-173.price {
  font-size: 18px;
}

.paragraph-173.price.newdesign {
  padding-bottom: 10px;
}

.close-we-transfer {
  opacity: .6;
  cursor: pointer;
  transition: left .7s ease-in;
}

.close-we-transfer:hover {
  opacity: 1;
}

.badge-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  margin-bottom: 54px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.badge-secondary.opacity {
  z-index: 1;
  opacity: 1;
  margin-bottom: 0;
  position: relative;
}

.badge-secondary.opacity.duepiani {
  font-size: 11px;
}

.div-block-1066 {
  align-items: center;
  margin-bottom: 20px;
  padding: 4px 2px;
  display: flex;
}

.tab-content-pane {
  height: 100%;
}

.tab-content-pane.three, .tab-content-pane.four, .tab-content-pane.two {
  background-color: #e2e8f0;
}

.tabs-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 570px;
  margin-top: 70px;
  display: flex;
}

.tabs-section.demo-page {
  height: 570px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.image-421 {
  width: 20px;
  height: 20px;
}

.image-421.phenomenal {
  width: 25px;
  height: 25px;
}

.proceed-free {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-247 {
  color: #4e4e4ecc;
  margin-left: 5px;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.paragraph-small-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-weight-semibold {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.html-embed-8 {
  margin-top: 20px;
  display: none;
}

.we-transfer-side-bar {
  z-index: 2147483647;
  background-color: #fff;
  background-image: linear-gradient(#5268ff1a, #fff);
  flex-direction: column;
  align-items: center;
  width: 92vw;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  transition: transform .5s cubic-bezier(.4, 0, 1, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(150%);
  box-shadow: 0 2px 30px #00000054;
}

.div-block-1067 {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.tab-link {
  background-color: #0000;
  background-image: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
}

.grid-two-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-two-column.central {
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid-two-column.central.desper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 850px;
}

.grid-two-column.central.desper.three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  max-width: 900px;
}

.we-t-header {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.text-block-382 {
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.div-block-1389 {
  display: flex;
}

.radio-button-field-3 {
  cursor: pointer;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.radio-button-label-2 {
  color: #707070;
  margin-bottom: 0;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.radio-button-label-2.jihidden {
  display: none;
}

.radio-button-label-2.selected {
  color: #333;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.heading-234 {
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.heading-234.sa {
  color: #4e4e4e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.price-card-feature {
  border: 2px solid #4255bd;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px 64px -14px #4d4d4d29;
}

.price-card-feature.hidden {
  box-shadow: none;
  border-width: 1px;
  border-color: #e6e6e6;
  height: 550px;
  padding: 20px 12px 0;
  display: block;
}

.price-card-feature.hidden.free {
  box-shadow: none;
  background-color: #f8f8f8;
  border-width: .2px;
  height: auto;
  padding-top: 15px;
}

.price-card-feature.hidden.hidd {
  display: none;
}

.heading-106 {
  opacity: 1;
  color: #4e4e4e;
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 23px;
  line-height: 26px;
}

.heading-106.through {
  margin-bottom: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

.price-feature-line {
  border-bottom: .5px solid #e6e6e6a8;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.price-feature-line.nounderline {
  border-bottom-width: 0;
  display: flex;
}

.price-feature-line.nounderline.lastcollapse {
  cursor: pointer;
  border-radius: 3px;
  justify-content: space-between;
  margin-bottom: -10px;
  padding-right: 5px;
}

.image-642 {
  opacity: .7;
  width: 20px;
  height: 20px;
  transform: rotate(0);
}

.price-detail {
  z-index: 1;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  position: relative;
}

.price-detail.z-index {
  z-index: -1;
  opacity: 0;
}

.div-block-1390 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 14px;
  display: flex;
}

.div-block-1390.nordown {
  margin-top: 0;
}

.radio-button-label-3 {
  color: #4e4e4e;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: none;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #4255bd;
  max-width: 100px;
  box-shadow: 1px 8px 20px #8d9bbe29;
}

.image-551 {
  padding: 0;
}

.image-549 {
  padding-bottom: 5px;
}

.button-pricing {
  color: #f7f7f7;
  text-align: center;
  cursor: not-allowed;
  background-color: #7a7b83;
  border: 1px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing:hover {
  border-color: #d3d3d3;
}

.button-pricing.active {
  cursor: pointer;
  background-color: #6070c8;
}

.button-pricing.active.notselectable {
  color: #4e4e4e8a;
  cursor: not-allowed;
  background-color: #4e4e4e0f;
  border-color: #4e4e4e4a;
  min-height: 44px;
}

.button-pricing.active.notselectable.lop {
  margin-top: 20px;
}

.button-pricing.active.notselectable.lop.continue {
  color: #fff;
  cursor: pointer;
  background-color: #0070c9;
  border-color: #0070c9;
}

.text-block-490 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-490.opt-in {
  font-weight: 700;
}

.bigger-p {
  color: #4e4e4ee6;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.image-547 {
  width: 20px;
  height: 20px;
}

.paragraph-172 {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12.8px;
}

.heading-290 {
  margin-top: 0;
  font-family: PT Serif, serif;
  font-weight: 500;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content.tab-3 {
  width: auto;
  min-width: auto;
  min-height: 100%;
}

.content.tab-4 {
  border-radius: 5px;
  min-width: 100%;
  min-height: 100%;
}

.alert-coupon-code {
  background-color: #e6effa;
  border: 1px solid #cfe1ed;
  align-items: center;
  min-height: auto;
  padding-left: 60px;
  padding-right: 50px;
  display: flex;
}

.alert-coupon-code.less.notop {
  border-top-width: 0;
}

.alert-coupon-code.less.notop.attention {
  border-top-width: 1px;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  margin: 60px 0 -40px;
  padding: 10px 30px;
  display: flex;
}

.save-annual {
  color: #5268ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.button-pricing-outline {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-bottom-width: 1px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing-outline:hover {
  border-color: #d3d3d3;
}

.button-pricing-outline.selected {
  z-index: 10;
  background-color: #6070c8;
  position: relative;
}

.button-pricing-outline.selected.floating {
  border-width: 0;
  border-color: #1d9bf0;
  box-shadow: 0 1px 3px #1d9bf0;
}

.button-pricing-outline.selected.floating.upper {
  margin-top: -20px;
}

.button-pricing-outline.selected.floating.upper.op {
  margin-top: -42px;
}

.button-pricing-outline.selected.floating.upper.notsele {
  box-shadow: none;
}

.button-pricing-outline.selected.upper {
  margin-top: -20px;
}

.price-feature-grid {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
  margin-top: 5px;
}

.price-tab-menu {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  display: flex;
}

.price-tab-menu.wetransfer {
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: -60px;
  margin-right: 20px;
  padding: 5px 0;
  display: none;
}

.image-546 {
  margin-right: 6px;
}

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: flex;
}

.tabs-content {
  border-radius: 20px;
  width: 55%;
  height: 100%;
}

.tabs-content.newside {
  margin-left: 0;
  position: absolute;
  right: -25px;
}

.expl-p-1 {
  color: #4e4e4eb3;
  width: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.section-for-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  overflow: hidden;
}

.div-block-1391 {
  cursor: pointer;
  background-color: #635bff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  transform: translate(0);
}

.div-block-1391.opt-in {
  width: 60%;
  margin-left: 10px;
}

.heading-central-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.div-block-1063 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-line-selection {
  background-color: #5c74f4;
  width: 4px;
  height: 100%;
  display: block;
}

.div-block-line-selection.notselected {
  background-color: #f1f5f9;
}

.image-548 {
  padding-top: 5px;
}

.text-block-244 {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.badge-primary {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  margin-bottom: 54px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.badge-primary.racc {
  opacity: 1;
  margin-bottom: 0;
}

.price-text {
  z-index: 1;
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
}

.price-text.second {
  margin-bottom: 20px;
}

.price-text.second.bigger {
  font-size: 27px;
}

.image-550 {
  padding-left: 5px;
}

.radio-button-2 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.radio-button-2.w--redirected-checked {
  border-color: #5268ff;
}

.tab-link-div {
  background-color: #fff;
  border-left: 4px solid #5c74f4;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link-div.noradius {
  border-left-width: 0;
  border-radius: 0;
}

.tab-link-div.noradius.slice2 {
  min-height: 125px;
}

.tab-link-div.noradius.notactive {
  border-left-color: #f1f5f9;
}

.p-acess-expanded-expl {
  min-height: 60px;
  padding-top: 10px;
  padding-left: 30px;
  display: block;
}

.p-acess-expanded-expl.max-width {
  width: 360px;
  display: none;
}

.price-type {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.price-type._100 {
  width: 100%;
}

.price-card {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  height: 100%;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.price-card.hidden {
  border-width: 2px;
  padding-top: 20px;
  display: block;
}

.price-card.hidden.selected {
  border-width: 2px;
  border-color: #1d9bf0;
  height: auto;
  min-height: 400px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 1px 9px #1d9bf061;
}

.price-card.hidden.selected.wibe {
  border-width: 1px;
  border-color: #4e4e4e0f;
  padding-top: 15px;
  box-shadow: 0 2px 25px #0000001f;
}

.price-card.hidden.selected.larger {
  background-color: #fff;
  border-width: .5px;
  border-color: #e6e6e6;
  width: auto;
  min-height: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  box-shadow: 0 1px 9px #0000001f;
}

.price-card.limit {
  width: auto;
  height: 448px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.list-item-37 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-wrapper {
  margin-top: 14px;
  padding: 14px 4px 0;
}

.price-wrapper.heist {
  padding-top: 0;
}

.price-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-tabs.here {
  padding-top: 0;
}

.price-tabs.here.wetransfer {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-1392 {
  cursor: pointer;
  background-color: #e4e6eb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-1392.opt-in {
  width: 35%;
}

.header-coupon-codes-1 {
  flex-direction: column;
  margin-left: 20px;
  display: flex;
}

.heading-291 {
  min-width: 180px;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.div-block-1393 {
  background-color: #f9f9fa;
  width: .4px;
  height: 100%;
}

.div-block-1393.dotted {
  outline-offset: 0px;
  background-color: #edeef3;
  border: 0 solid #edeef3;
  outline: .8px #f9f9fa;
  width: 1.6px;
}

.div-block-1393.hidden {
  background-color: #0000;
}

.div-block-1394 {
  background-color: #f9f9fa;
  width: .4px;
  height: 100%;
}

.div-block-1394.dotted {
  outline-offset: 0px;
  background-color: #edeef3;
  border: 0 solid #edeef3;
  outline: .8px #f9f9fa;
  width: 1.6px;
}

.div-block-1394.dotted.horizontal {
  outline-offset: -1px;
  width: 100vw;
  height: 1.6px;
}

.lottie-animation-55 {
  border-radius: 50%;
  width: 100%;
  margin-top: 6px;
}

.container-110 {
  z-index: 10000;
  background-color: #fff;
  border: .1px #000;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 800px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000002b;
}

.div-block-1395 {
  z-index: 9999;
  background-color: #ffffff38;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.lottie-animation-56 {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-1396 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 8px;
  display: flex;
}

.button-157 {
  background-color: #754dff;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: -16px;
  margin-bottom: 41px;
  display: flex;
}

.button-157._33 {
  margin-top: 6px;
}

.button-157._33.underscor {
  margin-bottom: 10px;
}

.div-block-1397 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.lottie-animation-57 {
  width: auto;
  height: auto;
}

.heading-341 {
  color: #4e4e4e;
  text-align: center;
  width: 500px;
  font-size: 30px;
  line-height: 30px;
}

.heading-341.full {
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}

.code-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #cecece;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 15px 0 20px;
  display: flex;
}

.code-wrapper.hidden {
  display: none;
}

.tabs-menu-3 {
  color: #f3f3f3;
  border-bottom: .5px solid #cecece;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.tab-link-code {
  color: #fff;
  background-color: #2b2b2b;
  border: 0 solid #cecece;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12.5px;
  display: flex;
}

.tab-link-code.w--current {
  color: #fff;
  background-color: #fff0;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.tabs-content-3 {
  padding-left: 10px;
  padding-right: 20px;
}

.code-block {
  text-align: left;
  object-fit: fill;
  width: 100%;
}

.container-111 {
  width: 100%;
  max-width: 1024px;
}

.columns-8 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section-33 {
  z-index: 99999999;
  position: relative;
}

.image-677 {
  width: 500px;
}

.div-block-1398 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-1399 {
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.section-34 {
  background-color: #26a2d5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: 54px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.link-block-79 {
  text-decoration: none;
}

.link-block-80 {
  color: #333;
  text-decoration: none;
}

.heading-342 {
  color: #fff;
  max-width: 400px;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.image-678 {
  width: 700px;
  position: absolute;
  top: 47px;
  left: auto;
  right: -8px;
}

.div-block-1400 {
  border: 1px solid #eef0f2;
  border-radius: 10px;
  margin-top: 15px;
  padding-left: 20px;
  display: block;
}

.div-block-1401 {
  flex-flow: row;
  margin-top: 5px;
  display: flex;
}

.div-block-1402 {
  border: 1px solid #eef0f2;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  padding: 5px 10px;
  display: block;
}

.div-block-1403 {
  width: 95%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-288 {
  color: #636363;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-1404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-343 {
  color: #333;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .checkbox-2 {
    margin-left: 0;
  }

  .email-auth {
    position: relative;
    left: 0;
  }

  .text-field-box {
    display: block;
  }

  .text-field-box._2 {
    width: auto;
  }

  .text-field-box._2._100 {
    width: 100%;
  }

  .checkbox-field-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 92px;
  }

  .field-label-3 {
    text-align: left;
    width: 300px;
    position: relative;
    left: 0;
  }

  .field-label-3._2 {
    left: 0;
  }

  .slider-dots {
    display: none;
  }

  .checkbox-label-3 {
    text-align: center;
    width: 300px;
    margin-left: 0;
    position: relative;
    left: -92px;
  }

  .hero-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-content {
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-5 {
    width: 300px;
    position: static;
    left: 0;
  }

  .slide-navigation {
    opacity: 0;
  }

  .form-box {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .div-block-60 {
    display: none;
  }

  .div-block-131.google.to.authexst.other {
    min-height: 0;
  }

  .form-field-wrapper {
    justify-content: center;
    align-items: center;
  }

  .amount-div.first {
    padding-right: 30px;
  }

  .textarea-5:focus, .textarea-5:focus-visible, .textarea-5[data-wf-focus-visible] {
    border-width: 2px;
  }

  .content-shop-bar.nonegative {
    margin-top: 10px;
  }

  .partners-txt-mllwtl {
    font-weight: 400;
  }

  .db-consumeruiwrapper-left {
    box-shadow: inset 0 2px 10px -1px #00000030;
  }

  .main.opt-in.settingstab.opt-in-out {
    display: none;
  }

  .main.opt-in.settingstab.opt-in-out.manage-settings-jiffy {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 0;
    display: block;
  }

  .div-block-1207 {
    display: none;
  }

  .opt-in-body.opt-in.settings {
    height: auto;
  }

  .wrapper-btns-mllwtl-optin.original {
    display: flex;
  }

  .paragraph-266 {
    font-size: 16px;
  }

  .text-block-474 {
    text-align: center;
    font-size: 16px;
  }

  .footer-logo {
    width: 70px;
  }

  .image-647.romantic {
    width: 600px;
  }

  .div-block-1218.mobile.update-page {
    display: block;
  }

  .paragraph-268.update-page {
    margin-bottom: 15px;
  }

  .div-block-1226 {
    display: none;
  }

  .uui-team01_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-87._2.unissciti {
    opacity: 1;
  }

  .module-header-right {
    margin-left: auto;
  }

  .image-11, .image-11.accesso {
    width: 24px;
    height: 24px;
  }

  .div-block-95 {
    z-index: 1400;
    background-color: #ffffff47;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .image_holder_thing._444 {
    margin-left: 27px;
  }

  .button-52._23, .div-block-1242 {
    display: none;
  }

  .div-block-1243.google.to.authexst.other {
    min-height: 0;
  }

  .text-field-48 {
    width: 300px;
    position: static;
    left: 0;
  }

  .div-block-1262 {
    display: none;
  }

  .we-transfer-side-bar {
    transition: transform .5s cubic-bezier(.4, 0, 1, 1);
    transform: translate(2000px);
  }

  .price-tab-menu.wetransfer {
    margin-left: -70px;
    margin-right: 20px;
  }

  .div-block-1063 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 70px;
  }

  .price-tabs.here.wetransfer {
    justify-content: center;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .heading-25 {
    width: 900px;
  }

  .text-field-box {
    justify-content: center;
    align-items: center;
  }

  .text-field-box._2 {
    flex-direction: column;
    justify-content: center;
  }

  .checkbox-field-2, .field-label-3._2 {
    left: 0;
  }

  .checkbox-label-3 {
    text-align: center;
    left: 0;
  }

  .hero-2 {
    padding-left: 20px;
  }

  .modal-content {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-5 {
    left: 0;
  }

  .form-box {
    justify-content: center;
    align-items: center;
    width: auto;
    top: 0;
    left: 0;
  }

  .div-block-60 {
    display: none;
  }

  .form-field-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .amount-div.first {
    padding-right: 90px;
  }

  .amount-div.first.satook.mob.sma, .amount-div.fr.mob.sma {
    width: 17%;
  }

  .nav-3.no-bottom {
    max-width: 300px;
  }

  .content-shop-bar.nonegative {
    margin-top: 10px;
  }

  .feedback-tooltip-wrapper.dnheader {
    display: block;
  }

  .main.opt-in.settingstab.opt-in-out.manage-settings-jiffy {
    margin-top: 0;
  }

  .wrapper-btns-mllwtl-optin.original {
    display: flex;
  }

  .paragraph-266 {
    font-size: 16px;
  }

  .text-block-474 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .image-647.romantic {
    width: 650px;
  }

  .div-block-206 {
    justify-content: space-between;
  }

  .div-block-1218.mobile.update-page {
    display: block;
  }

  .div-block-1219 {
    justify-content: space-between;
  }

  .div-block-981.hid-gem.mobile {
    position: static;
    left: -113px;
  }

  .div-block-1226 {
    display: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout02_image {
    background-color: var(--untitled-ui--primary100);
    box-shadow: 0 0 19px 2px var(--untitled-ui--primary300);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 98%;
    padding: 10px;
  }

  .uui-heading-medium {
    text-align: left;
  }

  .uui-section_layout02 {
    border-bottom: 2px #000;
  }

  .uui-section_layout62 {
    background-color: var(--untitled-ui--primary50-2);
    background-image: none;
  }

  .uui-heroheader07_image-wrapper {
    background-image: linear-gradient(229deg, var(--untitled-ui--primary600), var(--untitled-ui--primary800));
    outline-offset: 0px;
    border-radius: 20px;
    outline: 3px #333;
  }

  .uui-logos04_list {
    width: 100rem;
  }

  .uui-section_team01 {
    padding-top: .125rem;
    padding-bottom: .125rem;
    display: none;
  }

  .uui-heading-medium-copy {
    text-align: center;
    text-align: left;
  }

  .text-field-48 {
    left: 0;
  }

  .div-block-1262 {
    display: none;
  }

  .div-block-240 {
    z-index: 10;
    margin-bottom: 40px;
    position: absolute;
    left: 20px;
  }

  .we-transfer-side-bar {
    transform: translate(2000px);
  }

  .heading-290 {
    margin-top: 40px;
  }

  .alert-coupon-code.less.notop.attention {
    justify-content: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1063 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 80px;
  }

  .price-tabs.here.wetransfer {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-large-2.text-align-center.who-is-using {
    width: 100%;
    max-width: 150%;
  }

  .nav-component.mellowtel.home-page.flutter-page {
    padding-bottom: 1.5rem;
  }

  .padding-vertical.padding-large.who-is-using {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .text-size-medium-2.text-color-darkgrey {
    max-width: 80rem;
  }

  .hero-2 {
    padding-left: 20px;
  }

  .container-100.is-nav {
    width: auto;
    margin-right: auto;
    padding-left: 25em;
    padding-right: 25em;
  }

  .container-100.is-nav.central.stampaoltre {
    box-shadow: 0 2px 10px #00000012;
  }

  .amount-div.first {
    padding-right: 200px;
  }

  .nav-3.no-bottom {
    max-width: 350px;
  }

  .wrapper-btns-mllwtl-optin.original {
    display: flex;
  }

  .paragraph-small {
    font-size: 18px;
  }

  .paragraph-266 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-1214 {
    text-align: left;
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .text-block-474 {
    text-align: center;
    width: auto;
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-474.home-page {
    font-size: 24px;
    line-height: 35px;
  }

  .div-block-1218.mobile.update-page {
    display: block;
  }

  .div-block-1226 {
    display: none;
  }

  .section-3 {
    margin-top: 80px;
  }

  .uui-section_layout02 {
    background-color: var(--untitled-ui--gray700);
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--untitled-ui--gray200), white);
  }

  .uui-text-size-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .uui-faq01_heading {
    font-size: 21px;
    line-height: 30px;
  }

  .spline-scene {
    width: 100%;
    height: 100%;
  }

  .heading-334 {
    font-size: 57px;
    line-height: 61px;
  }

  .paragraph-278 {
    font-size: 27px;
    line-height: 33px;
  }

  .button-155 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-279 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-1234 {
    width: auto;
  }

  .paragraph-281 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-109.is-nav {
    width: auto;
    margin-right: auto;
    padding-left: 25em;
    padding-right: 25em;
  }

  .container-109.is-nav.central.stampaoltre {
    box-shadow: 0 2px 10px #00000012;
  }

  .div-block-240, .div-block-1388, .navbar1_logo.demo-page {
    display: none;
  }

  .tabs-section.demo-page {
    height: 570px;
  }

  .heading-290 {
    margin-top: 60px;
  }

  .alert-coupon-code.less.notop.attention {
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin-top: 80px;
    margin-left: 100px;
    margin-right: auto;
  }

  .div-block-1063 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 170px;
  }
}

@media screen and (max-width: 991px) {
  .libraries-usecases_card2 {
    padding: 2.5rem;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .libraries-header_image-inner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: -50%;
  }

  .libraries-header_image {
    width: 40rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .libraries-usecases_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-huge {
    font-size: 3.25rem;
  }

  .main-wrapper-4.padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-block-442 {
    line-height: 38px;
  }

  .libraries-usecases_card3 {
    padding: 3rem 2.5rem;
  }

  .nav-component.mellowtel.home-page.main-page.newui {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-component.mellowtel.fixed.central {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .libraries-header_heading {
    font-size: 3.75rem;
  }

  .nav_menu {
    display: block;
  }

  .libraries-faq_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
  }

  .section_libraries-faq.faq-mellowtel.main-page {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-button {
    display: none;
  }

  .libraries-usecases_card1 {
    padding: 2.5rem;
  }

  .libraries-usecases_card1.explainer.yellow {
    width: 400px;
    height: 400px;
    padding-left: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-rights-short {
    text-align: center;
  }

  .div-block-1134 {
    margin-right: -30px;
  }

  .footer-horizontal {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-block.imag-op {
    flex-direction: column;
    justify-content: center;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .container-16 {
    overflow: visible;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .logo-flat.olostep {
    margin-bottom: 0;
  }

  .heading-25 {
    width: auto;
  }

  .heading-25.right {
    width: 100%;
  }

  .text-field-box {
    width: 49%;
  }

  .checkbox-label-3 {
    width: 300px;
  }

  .checkbox-label-3.nomargin {
    width: 100%;
  }

  .hero-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-content {
    justify-content: center;
    align-items: center;
    margin-left: -70px;
    margin-right: 0;
  }

  .modal-content.nomargin {
    margin-left: 0;
  }

  .slide-navigation {
    opacity: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-100 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-100.is-nav {
    padding: .8em 1em .5em;
  }

  .container-100.is-nav.central {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

  .div-block-131.google.to {
    width: 725px;
  }

  .thanks-note {
    background-color: #fff;
    border-radius: 5px;
    height: 167px;
  }

  .logo-img.mobile {
    width: 70%;
  }

  .logo-img.mobile.partner {
    width: 50%;
    margin-top: -20px;
    display: none;
  }

  .amount-div.first.satook, .amount-div.fr {
    margin-right: 20px;
  }

  .nav-3 {
    background-color: #fff;
    border-left: 1px solid #ebedec;
    height: auto;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 60px 0% 0% auto;
  }

  .container-connect {
    width: auto;
    min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-mid {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .nav-logo {
    display: none;
  }

  .textarea-5 {
    min-height: 120px;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 20px;
    transform: rotate(90deg);
  }

  .mobile-nav-2 {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ebedec;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 20px;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .logo-link-2.mobile {
    width: 100px;
  }

  .gird-abbonamenti-connect-acc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-shop-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .already-sent {
    height: 100%;
    min-height: 0;
  }

  .hamburger-line-2 {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-2.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-bot, .nav-links {
    padding-left: 40px;
  }

  .tooltip-v3-3 {
    height: 152px;
  }

  .content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-wrapper {
    justify-content: flex-start;
  }

  .still-to-send {
    display: block;
  }

  .db-consumeruiwrapper-right {
    padding: 20px 30px 34px;
    overflow: scroll;
  }

  .text-block-472 {
    margin-bottom: 40px;
  }

  .big-btn-stripe {
    width: 180px;
  }

  .big-btn-stripe.opt-out, .big-btn-stripe.opt-out.main {
    width: 400px;
  }

  .settings-mllwtl-list {
    display: block;
  }

  .box-root {
    display: none;
  }

  .lottie-btn-loader {
    width: 180px;
  }

  .db-consumeruiwrapper-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .db-consumermenutop {
    opacity: 0;
    margin-bottom: 0;
  }

  .lottie-loader-left-mllwtl {
    margin-right: 40px;
  }

  .paragraph-260 {
    max-width: 400px;
    margin-top: 20px;
  }

  .opt-out-mllwtl {
    margin-top: 40px;
    display: none;
  }

  .div-block-1188 {
    height: 20px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-zec-official {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1062 {
    display: none;
    top: auto;
  }

  .div-block-234.mobile {
    width: 100%;
  }

  .section-ctrl-user {
    justify-content: center;
  }

  .div-block-206 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-1217 {
    display: none;
    top: auto;
  }

  .div-block-1218.mobile {
    width: 100%;
  }

  .paragraph-267.update-page {
    margin-bottom: 20px;
  }

  .div-block-1219 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-981 {
    margin-left: 10px;
    margin-right: 30px;
  }

  .div-block-981.hid-gem.mobile {
    display: none;
  }

  .text-block-476 {
    line-height: 38px;
  }

  .container-103 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-661.img-browser-plugins {
    display: inline-block;
  }

  .text-block-201 {
    color: #4e4e4e;
    font-size: 13px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar01_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout02_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout12_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout12_number {
    font-size: 3.25rem;
  }

  .uui-layout12_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout62_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout62_image-02 {
    display: none;
  }

  .uui-layout62_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .uui-layout62_component {
    grid-column-gap: 3rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    right: -10%;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-team06_mask {
    width: 50%;
  }

  .uui-team06_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta12_logo-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-team01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-layout19_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .uui-layout19_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-105 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .explanation-block {
    align-items: center;
  }

  .div-block-1234 {
    margin-top: 0;
  }

  .heading-336 {
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-280 {
    width: 95%;
  }

  .container-108 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .products-integrated-with-mellowtel {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-4.section-component {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .logo-grid {
    min-width: 75vw;
  }

  .logo-card {
    width: 100%;
  }

  .div-block-1237 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-who-is-using-mellowtel {
    padding-left: 1.5rem;
  }

  .button-21._33 {
    position: relative;
  }

  .module-header-right {
    margin-left: auto;
  }

  .image-11 {
    width: 32px;
    height: 32px;
  }

  .image-11.accesso {
    width: 30px;
    height: 30px;
  }

  .div-block-95 {
    display: none;
  }

  .image-142 {
    max-width: 240%;
  }

  .image_holder_thing {
    margin-right: -95px;
  }

  .image_holder_thing._444 {
    margin-left: 27px;
  }

  .image_holder_thing._444.io.loader_zec {
    justify-content: center;
    margin-right: auto;
  }

  .container-80 {
    box-shadow: 0 1px 3px #0000000f;
  }

  .image-132 {
    border-radius: 10px;
    width: 30px;
    max-width: none;
  }

  .header_loader-2 {
    width: auto;
  }

  .line-wrapper {
    display: none;
  }

  .div-block-1243.google.to {
    width: 725px;
  }

  .container-109 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-109.is-nav {
    padding: .8em 1em .5em;
  }

  .container-109.is-nav.central {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-widget {
    width: 750px;
  }

  .tab-widget.demo-page {
    width: 550px;
  }

  .tabs-menu-2.otherside {
    width: 100%;
  }

  .badge-secondary.opacity {
    font-size: 11px;
  }

  .tab-content-pane.two {
    height: 60%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .price-card-feature.hidden {
    height: 650px;
  }

  .content.tab-4 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .alert-coupon-code {
    padding-left: 10px;
  }

  .alert-coupon-code.less.notop.attention {
    width: 600px;
  }

  .tabs-content.newside {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 30%;
    height: 50%;
    display: none;
  }

  .section-for-all {
    margin-left: 70px;
    margin-right: 70px;
  }

  .price-card.limit {
    width: auto;
    height: 650px;
  }

  .container-110 {
    box-shadow: 0 1px 3px #0000000f;
  }

  .button-157._33 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .libraries-faq_icon {
    width: 1.75rem;
  }

  .libraries-usecases_card2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-large-2 {
    font-size: 1.875rem;
  }

  .libraries-header_image-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .libraries-header_image {
    width: 25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .libraries-usecases_component {
    grid-template-columns: 1fr;
  }

  .nav_container {
    flex-direction: column;
  }

  .heading-huge {
    font-size: 2.125rem;
  }

  .libraries-usecases_image.lio.npm.image-2.image-2-1 {
    height: 200px;
  }

  .libraries-usecases_card3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem 2rem;
  }

  .page-padding-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-component.mellowtel.home-page.main-page.newui {
    background-color: #fffffffc;
  }

  .libraries-header_heading {
    font-size: 2.5rem;
  }

  .nav_menu {
    display: none;
  }

  .libraries-faq_layout {
    grid-template-columns: 1fr;
  }

  .libraries-faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-companies-using {
    padding-right: 5px;
  }

  .libraries-usecases_card1 {
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .libraries-usecases_card1.explainer.new.yellow {
    width: auto;
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .libraries-faq_list.top {
    border-bottom-style: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .div-block-994 {
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-rights-short {
    text-align: center;
  }

  .footer-horizontal {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link-wrap-short {
    margin-right: 0;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .modal-element {
    border-radius: 0;
  }

  .iscrizione_box.full-wid-ol {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .diagonal-section, .div-block-710.green {
    display: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-100.is-nav {
    padding: 1em 2em;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .form-box.max100 {
    min-width: 360px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .thanks-note {
    height: 148px;
  }

  .amount-div {
    justify-content: flex-start;
  }

  .container-connect {
    width: 100%;
  }

  .content-mid {
    grid-row-gap: 40px;
  }

  .content-mid.olostep.your-items {
    margin-left: 20px;
    margin-right: 20px;
  }

  .textarea-5 {
    min-height: 100px;
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 15px;
    transform: rotate(90deg);
  }

  .logo-link-2.mobile {
    width: 100px;
  }

  .gird-abbonamenti-connect-acc {
    grid-template-columns: 1fr;
  }

  .content-shop-bar {
    margin-top: -30px;
  }

  .content-shop-bar.nonegative {
    margin-top: 10px;
  }

  .content-top {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .content-top.pad40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tooltip-v3-3 {
    height: 132px;
  }

  .content-3.stark-contrast {
    padding-top: 20px;
  }

  .tops-links {
    display: none;
  }

  .div-block-1208 {
    width: 14vw;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .section-testimonial.mell-blck.ui {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .logo-company-using-ol.agent {
    width: 90px;
  }

  .footer_nav {
    grid-template-columns: 1fr 1fr;
  }

  .footer_nav.usa {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-43 {
    min-width: auto;
  }

  .footer_country.smaller {
    display: none;
  }

  .div-block-204.central-park {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .div-block-234.mobile {
    margin-right: 0;
  }

  .section-ctrl-user {
    padding-top: 40px;
  }

  .nav_container-2 {
    flex-direction: column;
  }

  .div-block-1216.central-park {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-1218.mobile {
    margin-right: 0;
  }

  .paragraph-267.update-page {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-1065 {
    min-width: 90%;
  }

  .div-block-981 {
    margin-right: 10px;
    display: none;
  }

  .div-block-981.hid-gem.mobile {
    display: none;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-navbar01_link {
    font-size: 1rem;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape, .uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout12_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout12_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout12_number {
    font-size: 2.25rem;
  }

  .uui-layout12_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout12_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-layout62_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout62_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout62_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout62_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout62_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout62_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout62_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: none;
    height: 26rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout62_image-wrapper-copy {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout12_image-wrapper-copy {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-heroheader07_card-image-01-copy {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-team06_arrow.left {
    right: 3.5rem;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-team06_image-wrapper {
    height: 100%;
  }

  .uui-team06_slide {
    margin-right: 1.5rem;
  }

  .uui-team06_mask {
    width: 75%;
  }

  .uui-team06_component {
    margin-top: 3rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape, .uui-button-row-4.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-cta12_logo-row {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-team01_cta {
    padding: 2rem 1.5rem;
  }

  .social-link-2:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team01_image-wrapper {
    margin-bottom: 1rem;
  }

  .uui-team01_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer05_social-link:hover, .uui-footer05_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-layout19_item-list {
    grid-row-gap: 2.5rem;
  }

  .uui-layout19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-copy {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .right-nav, .right-nav.mobile {
    display: none;
  }

  .container-105 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-335.central, .paragraph-279 {
    text-align: center;
  }

  .container-108 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-display-logo.mob-hidden {
    display: none;
  }

  .image-666 {
    height: 200px;
  }

  .section-4.section-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-who-is-using-mellowtel {
    padding-left: 0;
  }

  .image-1.hid-mob {
    display: none;
  }

  .text-block-478 {
    text-align: center;
  }

  .div-image-code-block.max-mobile {
    width: 100%;
    height: auto;
  }

  .div-block-1238.hid-mob, .image-668.hid-mob, .image-669.hid-mob {
    display: none;
  }

  .column {
    margin-bottom: 10px;
  }

  .columns {
    flex-flow: column;
  }

  .column-3, .column-5 {
    margin-bottom: 10px;
  }

  .columns-2, .columns-3 {
    flex-flow: column;
  }

  .column-7 {
    margin-bottom: 10px;
  }

  .heading-39 {
    width: 80vw;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-14 {
    width: 80vw;
    max-width: 60vw;
  }

  .button-21 {
    width: 60vw;
  }

  .div-block-84 {
    width: 80vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .module-header-right.another {
    margin-right: 0;
  }

  .div-block-67.owtf {
    width: 300px;
  }

  .div-block-95 {
    display: none;
  }

  .text-block-19.otherter {
    width: 298px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-32 {
    margin-top: -19px;
  }

  .div-block-1249.green {
    display: none;
  }

  .container-109.is-nav {
    padding: 1em 2em;
  }

  .div-block-1258 {
    width: 14vw;
  }

  .navbar1_logo-link {
    height: 28px;
    padding-left: 0;
  }

  .tab-widget.demo-page {
    width: 550px;
  }

  .tabs-menu-2 {
    width: 30%;
  }

  .tabs-section {
    display: none;
  }

  .grid-two-column, .grid-two-column.central {
    grid-template-columns: 1fr;
  }

  .price-card-feature.hidden {
    width: 100%;
    height: 520px;
  }

  .alert-coupon-code {
    margin-top: 60px;
    padding-left: 10px;
  }

  .alert-coupon-code.less.notop.attention {
    width: auto;
  }

  .pricing-icon {
    color: #1a1a1a;
  }

  .price-card.hidden.selected {
    width: 100%;
  }

  .price-card.limit {
    width: 100%;
    height: 520px;
  }

  .button-157 {
    width: 60vw;
  }

  .heading-341 {
    width: 80vw;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .libraries-usecases_card2 {
    padding: 2rem 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-mellow-announc {
    padding: 10px 14px;
  }

  .nav_container.newui {
    width: 100px;
    height: auto;
  }

  .nav_container.newui.full {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-249 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .main-wrapper-4.padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-442 {
    line-height: 34px;
  }

  .libraries-usecases_card3 {
    padding: 2rem 1.5rem;
  }

  .page-padding-5 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav-component.mellowtel.home-page.main-page.newui {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .libraries-header_heading {
    font-size: 2.3rem;
  }

  .libraries-usecases_text-label {
    padding-left: .125rem;
    font-size: 10px;
    line-height: 16px;
  }

  .libraries-faq_layout {
    grid-template-columns: 1fr;
  }

  .section_libraries-faq.faq-mellowtel.main-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_libraries-faq.faq-mellowtel.main-page.newui {
    margin-top: 60px;
  }

  .button-wrapper-2.button-wrapper-center.max-width-full-mobile-portrait {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-1157 {
    flex-direction: column;
  }

  .section-companies-using {
    padding-left: 5px;
  }

  .libraries-header_heading-wrapper {
    padding-bottom: 0;
  }

  .libraries-usecases_card1 {
    padding: 2rem 1.5rem;
  }

  .libraries-usecases_card1.explainer {
    width: auto;
    height: auto;
  }

  .libraries-usecases_card1.explainer.purple, .libraries-usecases_card1.explainer.green {
    width: auto;
    height: auto;
    display: flex;
  }

  .libraries-usecases_card1.explainer.yellow {
    width: auto;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .libraries-usecases_card1.explainer.grey {
    width: auto;
    height: auto;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-332 {
    max-height: 20px;
    font-size: 14px;
    overflow: hidden;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-643 {
    width: 400px;
  }

  .image-643.logo-smaller {
    width: 130px;
  }

  .div-block-994 {
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .footer-block.imag-op {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .footer-link-wrap-short {
    flex-direction: column;
  }

  .logo-flat.olostep {
    margin-bottom: 10px;
  }

  .email-auth, .div-block-139.bigger, .text-field-box {
    width: 100%;
  }

  .image-39.longer {
    position: relative;
    top: -54px;
    left: 144px;
    right: 0;
  }

  .image-39.longer.relative {
    left: 140px;
  }

  .image-532 {
    margin-bottom: 20px;
    margin-left: 14px;
  }

  .div-block-709.auto {
    width: 100%;
  }

  .auth-ext-block {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .button-14.noshadow.auto {
    width: 100%;
    min-width: 318px;
  }

  .checkbox-label-3.nomargin {
    width: 100%;
  }

  .hero-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-9 {
    width: 100%;
  }

  .text-field-5.larger.auto {
    width: 100%;
    min-width: 318px;
  }

  .modal-header {
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-header.nomin {
    padding-left: 10px;
    padding-right: 20px;
  }

  .iscrizione_box {
    width: 98%;
  }

  .iscrizione_box.full-wid-ol {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
  }

  .modal-slider.newclass.genius {
    width: 100%;
  }

  .container-100.is-nav, .container-100.is-nav.central {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-100.is-nav.central.stampaoltre {
    padding-left: .2em;
    padding-right: .2em;
  }

  .form-box {
    width: 100%;
    margin-top: 0%;
  }

  .form-box.max100 {
    min-width: 0;
  }

  .div-block-60.new-graphic {
    width: 100%;
    display: none;
  }

  .div-block-131.accesso.fb.oop.new_signup.jk {
    width: 95%;
  }

  .div-block-131.google.to.authexst {
    border-radius: 4px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-131.google.to.authexst.other.signup_new.apple_hidden, .div-block-131.google.to.authexst.other.signup_new.jk {
    width: 95%;
  }

  .top-labele {
    margin-bottom: 20px;
  }

  .text-block-340 {
    font-size: 13px;
  }

  .logo-img.mobile {
    width: 100px;
  }

  .logo-img.mobile.partner {
    width: 30%;
    margin-top: 0;
    margin-bottom: -5px;
    margin-left: 4px;
  }

  .amount-div {
    justify-content: space-between;
    width: 26%;
    padding-left: 5px;
    padding-right: 0;
  }

  .amount-div.first.satook.mob {
    width: 18%;
    margin-right: 0;
  }

  .amount-div.coperta {
    display: none;
  }

  .amount-div.fr.mob {
    width: 18%;
    margin-right: 0;
  }

  .row-date {
    font-size: 12px;
    line-height: 15px;
  }

  .save-product {
    min-width: 130px;
    padding-left: 8px;
  }

  .div-block-976 {
    width: 100%;
  }

  .content-mid {
    justify-content: flex-start;
    align-items: center;
    margin-top: -30px;
  }

  .content-mid.olostep.your-items {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hamburger-2 {
    width: 30px;
  }

  .mb-20 {
    margin-top: 0;
    font-size: 28px;
  }

  .no-transac-yet {
    width: auto;
  }

  .paragraph-199 {
    text-align: center;
  }

  .text-block-323.mobile {
    font-size: 10px;
  }

  .mobile-nav-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-link-2.mobile {
    width: auto;
    max-width: 80%;
  }

  .content-shop-bar {
    width: 100%;
    margin-top: -30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-shop-bar.nonegative {
    margin-top: 0;
  }

  .header-shop-biz {
    margin-bottom: 10px;
  }

  .header-shop-biz.vertical {
    flex-direction: column;
    margin-bottom: 0;
  }

  .header-shop-biz.vertical.less {
    margin-bottom: -30px;
  }

  .content-top.pad40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .old-transactions-header {
    justify-content: space-between;
  }

  .open-transactions-loader {
    padding-top: 20px;
    display: flex;
  }

  .tooltip-v3-3 {
    min-width: 230px;
    max-width: 300px;
  }

  .content-3 {
    padding: 0 10px 20px;
  }

  .tooltip-float-v3-3 {
    min-width: 300px;
  }

  .old-transactions-item, .old-transactions-item.fuub, .prev-transactions-div {
    display: none;
  }

  .letter-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-178, .paragraph-250 {
    width: 98%;
    max-width: none;
  }

  .toggle-div-wrp {
    align-items: center;
    display: flex;
  }

  .div-block-1207.thisdrop.maxmore {
    justify-content: center;
  }

  .div-block-1207.thisdrop.maxmore.youtube {
    max-width: 100px;
  }

  .div-block-1210.droplsit.hereshadowoutside {
    width: 21px;
    height: 21px;
    margin-left: 0;
    box-shadow: 1px 0 1px 1px #4e4e4e1c;
  }

  .div-block-1208 {
    min-width: 100px;
  }

  .div-block-1208.new.droplist.original.noabsol.withlop {
    background-color: #e9e9e9;
    border-radius: 20px;
    min-width: 42px;
    height: 24px;
    padding-left: 1px;
    box-shadow: inset 0 1px 5px #4e4e4e3b;
  }

  .div-block-1208.new.droplist.original.noabsol.withlop.activehere {
    background-color: #33c85a;
    border-radius: 2000px;
    justify-content: flex-end;
    min-width: 40px;
    padding-left: 1px;
    padding-right: 1px;
    transition: opacity 4s;
    display: flex;
  }

  .div-block-1205.new.droplist.herepopup {
    max-width: 100px;
    margin-right: 0;
  }

  .div-block-1209.middlebook {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .section-testimonial {
    overflow: hidden;
  }

  .section-testimonial.mell-blck {
    margin-bottom: 30px;
  }

  .logo-company-using-ol {
    margin-right: 0;
  }

  .logo-company-using-ol.agent {
    width: 130px;
    margin-right: 0;
  }

  .logo-company-using-ol.a {
    margin-top: 20px;
  }

  .logo-company-using-ol.a.agent {
    margin-right: 0;
  }

  .logo-company-using-ol.first {
    margin-left: 0;
  }

  .text-block-474.home-page {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .footer_nav, .footer_nav.usa {
    grid-template-columns: 1fr;
  }

  .image-43 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-zec-official, .footer-zec-official.usa {
    display: block;
  }

  .footer-zec-official.usa.footer-mellowtel.newui {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-204 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-234 {
    padding-top: 10px;
  }

  .div-block-234.mobile {
    margin-right: 0;
  }

  .section-ctrl-user {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ctrl-user.second {
    padding-top: 20px;
  }

  .paragraph-65 {
    margin-top: 0;
  }

  .div-block-206 {
    display: flex;
  }

  .div-block-1216 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-1218 {
    padding-top: 10px;
  }

  .div-block-1218.mobile {
    margin-right: 0;
  }

  .paragraph-267 {
    margin-top: 0;
  }

  .div-block-1219 {
    display: flex;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-date-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-475.mobile {
    font-size: 10px;
  }

  .display-more {
    margin-left: 0;
  }

  .paragraph-270, .paragraph-271 {
    margin-top: 0;
  }

  .text-block-476 {
    line-height: 34px;
  }

  .paragraph-273 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-1158 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-274 {
    text-align: center;
  }

  .div-block-1222 {
    flex-direction: column;
  }

  .div-block-1228 {
    max-width: 100%;
  }

  .image-how-it-works {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-659 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-103 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-661.img-browser-plugins {
    margin-top: 10px;
    display: inline-block;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-layout12_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout62_image-01 {
    width: 80%;
    right: -7%;
  }

  .uui-layout62_image-02 {
    top: 20%;
  }

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: linear-gradient(180deg, var(--untitled-ui--primary600), var(--untitled-ui--primary800));
    height: 22rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader07_card-image-01-copy {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-team06_mask {
    width: 80%;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logo-loop_component.logo-main-page {
    margin-top: 0;
  }

  .uui-team01_list {
    grid-template-columns: 1fr;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container-105 {
    min-height: 400px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-334 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-278 {
    font-size: 15px;
    line-height: 22px;
  }

  .button-155 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .text-block-477 {
    font-size: 13.5px;
  }

  .explainer-section {
    margin-top: 0;
  }

  .explanation-block {
    flex-flow: column;
    min-height: auto;
    margin-bottom: 0;
  }

  .div-block-1233 {
    flex-flow: column;
  }

  .heading-335 {
    text-align: center;
    justify-content: center;
    font-size: 25px;
    line-height: 35px;
    display: flex;
  }

  .paragraph-279 {
    line-height: 21px;
  }

  .div-block-1234 {
    width: auto;
    margin-right: 10px;
  }

  .heading-336 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-280 {
    font-size: 14px;
  }

  .spacer.main-page {
    min-height: 50px;
  }

  .products-integrated-with-mellowtel.ui {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-4.section-component {
    margin-top: 0;
  }

  .logo-grid-row-line {
    border-bottom: 1px solid #dfdfdf;
    border-right-style: none;
  }

  .logo-grid-row {
    flex-flow: column;
  }

  .div-block-1237 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-who-is-using-mellowtel {
    padding-left: 0;
  }

  .div-image-code-block {
    width: auto;
    height: auto;
    margin-bottom: 40px;
    display: block;
  }

  .img-dart, .img-electron-code-block, .marquee-container, .div-block-1238, .image-668, .image-669 {
    display: none;
  }

  .div-block-1239 {
    display: block;
  }

  .heading-39 {
    width: 60vw;
  }

  .heading-39.full {
    width: 100%;
  }

  .paragraph-14 {
    width: 60vw;
  }

  .paragraph-14.ok_clear {
    width: 80vw;
    max-width: none;
  }

  .button-21 {
    width: 60vw;
  }

  .button-21._33 {
    border-radius: 5px;
  }

  .button-21._33.underscor {
    margin-top: 20px;
  }

  .div-block-84 {
    width: 87vw;
    height: auto;
  }

  .div-block-84.mobile-full {
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .div-block-87 {
    width: 70px;
  }

  .div-block-87._2 {
    opacity: 0;
    width: 70px;
  }

  .div-block-87._2.unissciti {
    width: 70px;
  }

  .div-block-87._1 {
    opacity: 0;
    width: 70px;
  }

  .div-block-87._3, .div-block-69.oioiop {
    width: 70px;
  }

  .column-16 {
    padding-left: 0;
  }

  .columns-7 {
    margin-left: 25px;
  }

  .column-17 {
    padding-left: 0;
  }

  .div-block-67.owtf {
    width: 200px;
  }

  .image-11.accesso.another.how_to {
    width: 20px;
    height: 20px;
  }

  .div-block-95 {
    display: none;
  }

  .text-block-20 {
    text-align: center;
  }

  .column-18 {
    padding-right: 0;
  }

  .text-block-19.otherter {
    width: 270px;
    padding-left: 0;
    padding-right: 0;
  }

  .image_holder_thing {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .div-block-1242.thisdrop.maxmore {
    justify-content: center;
  }

  .div-block-1242.thisdrop.maxmore.youtube {
    max-width: 100px;
  }

  .div-block-1243.accesso.fb.oop.new_signup.jk {
    width: 95%;
  }

  .div-block-1243.google.to.authexst {
    border-radius: 4px;
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-1243.google.to.authexst.other.signup_new.apple_hidden, .div-block-1243.google.to.authexst.other.signup_new.jk {
    width: 95%;
  }

  .div-block-1245.droplsit.hereshadowoutside {
    width: 21px;
    height: 21px;
    margin-left: 0;
    box-shadow: 1px 0 1px 1px #4e4e4e1c;
  }

  .div-block-1246.new.droplist.herepopup {
    max-width: 100px;
    margin-right: 0;
  }

  .text-field-48.larger.auto {
    width: 100%;
    min-width: 318px;
  }

  .image-673.longer {
    position: relative;
    top: -54px;
    left: 144px;
    right: 0;
  }

  .image-673.longer.relative {
    left: 140px;
  }

  .form-block-54 {
    width: 100%;
  }

  .button-156.noshadow.auto {
    width: 100%;
    min-width: 318px;
  }

  .div-block-1253.bigger {
    width: 100%;
  }

  .div-block-1255.middlebook {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-1256.auto {
    width: 100%;
  }

  .container-109.is-nav, .container-109.is-nav.central {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-109.is-nav.central.stampaoltre {
    padding-left: .2em;
    padding-right: .2em;
  }

  .div-block-1258 {
    min-width: 100px;
  }

  .div-block-1258.new.droplist.original.noabsol.withlop {
    background-color: #e9e9e9;
    border-radius: 20px;
    min-width: 42px;
    height: 24px;
    padding-left: 1px;
    box-shadow: inset 0 1px 5px #4e4e4e3b;
  }

  .div-block-1258.new.droplist.original.noabsol.withlop.activehere {
    background-color: #33c85a;
    border-radius: 2000px;
    justify-content: flex-end;
    min-width: 40px;
    padding-left: 1px;
    padding-right: 1px;
    transition: opacity 4s;
    display: flex;
  }

  .div-block-1262.new-graphic {
    width: 100%;
    display: none;
  }

  .footer-connect-iban {
    background-color: #fff;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navbar1_logo-link {
    height: 28px;
  }

  .navbar1_logo {
    max-width: 100%;
  }

  .pricing-image {
    max-width: 40%;
  }

  .price-feature {
    font-size: 12.8px;
  }

  .tab-widget {
    flex-direction: column;
    width: 100%;
  }

  .tab-widget.demo-page {
    width: 420px;
  }

  .tabs-menu-2 {
    width: 40%;
  }

  .tabs-section {
    flex-direction: column;
  }

  .image-421 {
    margin-right: 10px;
  }

  .heading-234 {
    font-size: 14px;
    line-height: 19px;
  }

  .heading-106 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 25px;
  }

  .price-tab-link {
    max-width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .price-tab-link.w--current {
    max-width: 90px;
  }

  .alert-coupon-code {
    margin-top: 50px;
  }

  .alert-coupon-code.less {
    margin-top: 36px;
    padding-right: 10px;
  }

  .button-pricing-outline.selected.floating.upper, .button-pricing-outline.selected.upper {
    margin-top: -40px;
  }

  .price-tab-menu {
    margin-bottom: 20px;
    padding: 4px;
  }

  .p-acess-expanded-expl.max-width {
    width: 100%;
    max-width: 360px;
    padding-left: 0;
  }

  .price-card.hidden.selected {
    padding-bottom: 20px;
  }

  .price-card.limit {
    width: 100%;
    height: 480px;
  }

  .price-tabs.here {
    padding-top: 0;
  }

  .header-coupon-codes-1 {
    margin-left: 0;
  }

  .button-157 {
    width: 60vw;
  }

  .button-157._33 {
    border-radius: 5px;
  }

  .button-157._33.underscor {
    margin-top: 20px;
  }

  .div-block-1397 {
    width: auto;
  }

  .heading-341 {
    width: 60vw;
  }

  .heading-341.full {
    width: 100%;
  }
}

#w-node-f3cfb558-d011-26a6-2e55-607148201250-2464586f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3cfb558-d011-26a6-2e55-60714820127d-2464586f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3cfb558-d011-26a6-2e55-60714820127e-2464586f, #whole-pyp-clickable.w-node-db2760b9-d65a-745e-48fb-f8e6d843ceb4-6aa03600, #paypal-start-integration.w-node-db2760b9-d65a-745e-48fb-f8e6d843cec6-6aa03600, #w-node-db2760b9-d65a-745e-48fb-f8e6d843cecc-6aa03600, #stripe-start-integration.w-node-db2760b9-d65a-745e-48fb-f8e6d843cede-6aa03600, #w-node-db2760b9-d65a-745e-48fb-f8e6d843cee2-6aa03600, #stripe-start-integration.w-node-db2760b9-d65a-745e-48fb-f8e6d843cef4-6aa03600, #w-node-_6190c93c-5d50-d5b9-f530-67bb45b74c5c-3c906758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdf3e9e7-d5d7-ae0f-e4ab-8d93036a597a-3c906758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdf3e9e7-d5d7-ae0f-e4ab-8d93036a597b-3c906758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61e9f89c-6a43-0bcb-717a-0706f6681af6-4511d82e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_92b0bf54-52f7-7e4b-ae02-b0452a41f50c-78bf8242 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e53edbcf-90a5-d1e6-9f05-bcd0315fb459-78bf8242 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a04f765-a0b4-3064-f537-905e6f6e9629-78bf8242, #w-node-_5a04f765-a0b4-3064-f537-905e6f6e9639-78bf8242, #w-node-_5a04f765-a0b4-3064-f537-905e6f6e9649-78bf8242 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_47463d1e-4d7d-40df-4288-d37a30600efd-78bf8242 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3cfb558-d011-26a6-2e55-60714820127d-2464586f, #w-node-fdf3e9e7-d5d7-ae0f-e4ab-8d93036a597a-3c906758 {
    grid-column: span 1 / span 1;
  }

  #w-node-e53edbcf-90a5-d1e6-9f05-bcd0315fb446-78bf8242 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e53edbcf-90a5-d1e6-9f05-bcd0315fb459-78bf8242 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47463d1e-4d7d-40df-4288-d37a30600efd-78bf8242 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


