 html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}body {margin: 0;}article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden], template {display: none;}a {background-color: transparent;}a, a:visited, a:hover, a:active {color: var(--web-black);text-decoration: none;background-color: rgba(0, 0, 0, 0);-webkit-text-decoration-skip: objects;}a:active, a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b, strong {font-weight: bold;}dfn {font-style: italic;}h1 {font-size: 2em;margin: 0.67em 0;}h2 {margin: 0;line-height: 54px;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}pre {overflow: auto;}code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em;}button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button, select {text-transform: none;}button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled], html input[disabled] {cursor: default;}button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td, th {padding: 0;}p {margin: 14px 0;}:root {--primary: #5ab453;--primary-dark: #438f3d;--primary-wcag: #208918;--secondary: #007DBB;--secondary-shadow: #007DBB;--secondaryGradient1: #58B0E5;--secondaryGradient2: #0A4DE9;--halfPurple: #efe4ff;--highlightedText: #ffc107;--primaryGradient1: #92d142;--primaryGradient2: #34af20;--primaryGradient3: #09955a;--primaryGradientA: #1aad02;--primaryGradientB: #008729;--primaryGradientC: #017938;--primaryGradientD: #017b60;--primaryGradientE: #018c73;--black: #000000;--black-medium: #2b2b2b;--web-black: #0f0f0f;--black-medium: #2b2b2b;--grey: #cacbd0;--grey-light: #f5f5f5;--grey-medium: #c4c4c4;--grey-dark: #898989;--grey-wcag: #777081;--white: #ffffff;--error: #eb5757;--mistake-error: #e73131;--facebook: #2b5998;--linkedin: #0077b5;--breakpoint-xs: 0;--breakpoint-sm: 360px;--breakpoint-md: 768px;--breakpoint-lg: 1280px;--breakpoint-xl: 1920px;--font-family-montserrat: "Montserrat";--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}.position-static {position: static;}.position-relative {position: relative;}.position-absolute {position: absolute;}.position-fixed {position: fixed;}.position-sticky {position: -webkit-sticky;position: sticky;}.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}.d-flex-strong {display: flex !important;}.d-none {display: none;}.d-inline {display: inline;}.d-inline-block {display: inline-block;}.d-block {display: block;}.d-table {display: table;}.d-table-row {display: table-row;}.d-table-cell {display: table-cell;}.d-flex {display: -webkit-box;display: -ms-flexbox;display: flex;}.d-inline-flex {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}.flex-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.flex-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.flex-row-reverse {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.flex-column-reverse {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}.flex-nowrap {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.flex-wrap-reverse {-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}.justify-content-start {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}.align-items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.align-items-end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.align-items-baseline {-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}.align-items-stretch {-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}.align-content-start {-ms-flex-line-pack: start;align-content: flex-start;}.align-content-end {-ms-flex-line-pack: end;align-content: flex-end;}.align-content-center {-ms-flex-line-pack: center;align-content: center;}.align-content-between {-ms-flex-line-pack: justify;align-content: space-between;}.align-content-around {-ms-flex-line-pack: distribute;align-content: space-around;}.align-content-stretch {-ms-flex-line-pack: stretch;align-content: stretch;}.align-self-auto {-ms-flex-item-align: auto;align-self: auto;}.align-self-start {-ms-flex-item-align: start;align-self: flex-start;}.align-self-end {-ms-flex-item-align: end;align-self: flex-end;}.align-self-center {-ms-flex-item-align: center;align-self: center;}.align-self-baseline {-ms-flex-item-align: baseline;align-self: baseline;}.align-self-stretch {-ms-flex-item-align: stretch;align-self: stretch;}.list-unstyled {padding-left: 0;list-style: none;}.list-inline-item {display: inline-block;}.text-lowercase {text-transform: lowercase;}.text-uppercase {text-transform: uppercase;}.text-capitalize {text-transform: capitalize;}.font-weight-light {font-weight: 300;}.font-weight-normal {font-weight: 400;}.font-weight-regular {font-weight: 500;}.font-weight-semi-bold {font-weight: 600;}.font-weight-bold {font-weight: bold;}.font-italic {font-style: italic;}.text-justify {text-align: justify;}.text-nowrap {white-space: nowrap;}.text-truncate {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.text-left {text-align: left;}.text-right {text-align: right;}.text-center {text-align: center;}.font-size-14 {font-size: 14px;}.font-size-16 {font-size: 16px;}.font-size-20 {font-size: 20px;}.font-size-24 {font-size: 24px;}.font-size-25 {font-size: 25px;}.font-size-26 {font-size: 26px;}.font-size-30 {font-size: 30px;}.font-size-36 {font-size: 36px;}.font-size-47 {font-size: 47px;}.font-size-67 {font-size: 67px;}.color-primary {color: var(--primary-wcag);}.color-secondary {color: var(--secondary);}.color-white {color: var(--white);}.color-white-variable {color: var(--grey-light);}.color-grey {color: var(--grey-wcag);}.margin-top-0 {margin-top: 0;}.margin-top-40 {margin-top: 40px;}.margin-bottom-40 {margin-bottom: 40px;}.line-height-70 {line-height: 70px;}*, *::before, *::after {box-sizing: border-box;}html {font-family: var(--font-family-montserrat), sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: scrollbar;-webkit-tap-highlight-color: transparent;overflow-x: hidden;--scroll-behavior: smooth;scroll-behavior: smooth;}body {background-color: #fff;overflow: hidden !important;}.logo-img {width: 92px;height: 38px;}.background-primary {background-color: var(--primary);}.container {width: 974px;max-width: 974px;margin: 0 auto;padding: 0 15px;}.container-medium {width: 1101px;max-width: 1101px;margin: 0 auto;padding: 0 15px;}.container-large {width: 1166px;max-width: 1166px;margin: 0 auto;padding: 0 15px;}.container-extra-large {width: 1347px;max-width: 1347px;margin: 0 auto;padding: 0 15px;}.img-center {display: block;margin-left: auto;margin-right: auto;}.img-cover {width: 100%;height: 100%;object-fit: cover;object-position: center;}.button {outline: 0;text-transform: uppercase;font-family: var(--font-family-montserrat), sans-serif;font-weight: 600;font-size: 14px;line-height: 120%;display: flex;align-items: center;justify-content: center;border-radius: 6px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border: 1px solid transparent;cursor: pointer;z-index: 10;min-width: 111px !important;}.button-no-shadow {outline: 0;text-transform: uppercase;font-family: var(--font-family-montserrat), sans-serif;font-weight: bold;font-size: 16px;display: flex;align-items: center;justify-content: center;border-radius: 6px;border: 1px solid transparent;cursor: pointer;z-index: 10;}.button-no-shadow:active {background: var(--white) !important;}.button.d-none {display: none;}.white-button {background: var(--white);max-height: 40px;color: var(--primary-wcag) !important;padding: 10px 17px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);margin-left: 20px;white-space: nowrap;}.white-button svg {margin-left: 9px;width: 20px;height: 12px;}.white-button:active svg path {fill: var(--web-black);}.black-shade {color: var(--web-black);}.white-button:focus {box-shadow: 0px 1px 10px var(--secondary-shadow);}.white-button:focus:active {color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.white-button:active {background: var(--white);color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.secondary-bck-button {background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%) border-box;color: var(--white) !important;padding: 11px 27px;font-weight: 600;font-size: 14px;line-height: 120%;min-width: 111px !important;}.secondary-bck-button.lets-talk {padding: 11px 39.5px;}.white-touch-button {position: relative;display: flex;align-items: center;text-align: center;text-transform: uppercase;background: var(--white);color: var(--secondary);padding: 12px 24px;font-weight: 600;font-size: 14px;line-height: 120%;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);}.secondary-bck-button:focus {border-color: var(--white);box-shadow: 0px 1px 10px var(--secondary-shadow);}.white-touch-button:focus {color: var(--primary-wcag);border: 1px solid var(--primary-wcag);}.white-touch-button:focus:before {content: "";display: inline-block;position: absolute;top: -0.5px;left: -1px;height: 24px;width: 24px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24L24 0H0V24Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='11.28' y1='-17.4286' x2='38.1695' y2='12.1569' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2392D142'/%3E%3Cstop offset='0.503996' stop-color='%2334AF20'/%3E%3Cstop offset='0.983171' stop-color='%2309955A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat: no-repeat;border-top-left-radius: 6px;}.secondary-bck-button:focus:active {border-color: transparent;color: var(--white) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.secondary-bck-button:focus:active {color: var(--black-medium) !important;box-shadow: none;}.secondary-bck-button:active {border-color: transparent;color: var(--white) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);background: var(--secondary) border-box;}.white-touch-button:active, .secondary-bck-button:focus:active {color: var(--white) !important;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);border-color: rgba(0, 0, 0, 0);}.white-touch-button:active:before, .secondary-bck-button:focus:active:before {background-image: none;}.card-action-btn.focus-visible {color: var(--primary-wcag);border: 1px solid var(--secondary) !important;box-shadow: 0px 1px 10px var(--secondary-shadow) !important;}.card-action-btn:active, .card-action-btn.focus-visible:active {color: var(--white) !important;box-shadow: none;border: 1px solid var(--secondary) !important;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%) !important;}.primary-bck-button {background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%) border-box;color: var(--white) !important;font-weight: 600;font-size: 14px;line-height: 120%;min-width: 111px !important;padding: 12px 24px;}.primary-bck-button:focus {border-color: var(--white);box-shadow: 0 1px 10px var(--secondary-shadow);}.primary-bck-button:focus:active {border-color: transparent;color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.primary-bck-button:active {border-color: transparent;color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);background: var(--primary) border-box;}.simple-button {background: transparent;outline: 0;border: 0;text-transform: uppercase;border-radius: 100px;padding: 9px 15px;font-family: var(--font-family-montserrat), sans-serif;font-weight: 600;font-size: 14px;cursor: pointer;}.simple-button.active {background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);color: var(--white);}.circle-point {width: 16px;height: 16px;border-radius: 50%;display: block;}.primary-linear-gradient {background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}.secondary-linear-gradient {background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);}.primary-dark-linear-gradient {background: var(--primary-dark);}.black-linear-gradient {background: var(--black-medium);}.dark-grey-linear-gradient {background: var(--grey-dark);}.grey-linear-gradient {background: var(--grey);}.error {color: #eb5757;font-size: 12px;font-weight: 500;margin: 5px 0;display: block;position: absolute;}.img-shadow {filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));}.carousel-wrapper {width: 100%;position: relative;}.carousel-container {width: 100%;margin: 0 auto;max-width: 1280px;padding-left: 72px;padding-right: 72px;}.carousel-wrapper .img-container {height: 380px;}.carousel-wrapper .img-container img {width: 100%;height: auto;object-fit: cover;}.carousel-wrapper .arrow {z-index: 2;position: absolute;top: 50%;transform: translateY(-50%);width: 64px;height: 128px;display: flex;align-items: center;justify-content: center;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);cursor: pointer;border: none;transition: background-color 0.3s;outline: none;}.carousel-wrapper .arrow.arrow-left {border-radius: 0 128px 128px 0;left: 0;}.carousel-wrapper .arrow.arrow-right {border-radius: 128px 0 0 128px;right: 0;}.slick-slide {outline: none;}.slick-carousel-hp1 p {margin: 0;color: var(--grey-dark);font-weight: 500;font-size: 14px;text-align: center;}.carousel-wrapper .slick-dots {bottom: -50px;}.carousel-wrapper .slick-dots li button {display: none;}.carousel-wrapper .slick-dots li {background-color: var(--grey-dark);width: 12px;height: 12px;border-radius: 50%;margin: 0 18px;}.carousel-wrapper .slick-dots li.slick-active {background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}.inner-text-container {display: flex;flex-direction: column;}.inner-text-container .title {margin-top: auto !important;}.inner-text-container .content {margin-bottom: 0 !important;}.multiple-sliders {bottom: -65px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.multiple-sliders>div {display: inline-flex;background: #f5f5f5;border: 1px solid #cacbd0;border-radius: 24px;padding: 5.5px 8px;}.mailSpan {display: none !important;}#footer {position: relative;max-width: 1136px;margin-left: auto;margin-right: auto;padding-top: 107px;background-color: var(--white);}#footer .footer-blur-container {z-index: -1;position: absolute;bottom: 18px;margin-bottom: -24px;left: 50%;transform: translate(-50%, 12%);width: 458px;height: 212px;opacity: 0.6;}#footer .footer-blur-container .backdrop-blur {z-index: 1;position: absolute;left: -50%;width: 200%;height: 100%;background: rgba(255, 255, 255, 0.2);}#footer .footer-blur-container .blur-a {position: relative;left: 10%;animation-name: shapeshifterC;-webkit-animation-name: shapeshifterC2;}#footer .footer-blur-container .blur-b {left: -10%;top: 0;animation-name: shapeshifterD;-webkit-animation-name: shapeshifterD2;}@-webkit-keyframes shapeshifterC2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(-80px, 0);}}@keyframes shapeshifterC {0% {transform: translate(0, 0);}100% {transform: translate(-80px, 0);}}@-webkit-keyframes shapeshifterD2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(180px, 0);}}@keyframes shapeshifterD {0% {transform: translate(0, 0);}100% {transform: translate(180px, 0);}}#footer>div {z-index: 10;display: flex;justify-content: space-between;position: relative;}#footer>.d-none {display: none;}#footer>div>div {display: flex;flex-flow: column;}#footer .divider-mobile.d-none {display: none;}#footer .max-row {flex-flow: row;width: 45%;justify-content: flex-end;}#footer a {font-weight: 600;font-size: 14px;margin-bottom: 24px;}.logo-wrapper>div {display: flex;flex-flow: column;align-items: center;}.logo-wrapper svg {margin-top: 12px;}.logo-wrapper .onvent-logo {position: relative;display: block;text-indent: -9999px;width: 52px;height: 50px;background-image: url("../img/logo.svg");background-size: 52px 50px;background-repeat: no-repeat;background-position: center;}.logo-wrapper .unstoppabl-logo {position: relative;display: block;text-indent: -9999px;width: 122px;height: 49px;background-image: url("../img/unstoppabl-logo.svg");background-repeat: no-repeat;background-position: center;}.top-corner-img-1 {position: absolute;left: 0;bottom: 228px;height: 100%;width: auto;background-repeat: no-repeat;}.top-corner-img-2 {position: absolute;left: 0;bottom: 228px;height: 100%;width: auto;background-repeat: no-repeat;}.bottom-corner-img-1 {position: absolute;bottom: 31px;right: 0;background-repeat: no-repeat;}.bottom-corner-img-2 {position: absolute;bottom: 31px;right: 0;background-repeat: no-repeat;}.copyright {font-weight: 500;font-size: 14px;text-align: center;margin: 8px 0 30px;}.copyright #copy-symbol {font-family: "Montserrat", sans-serif;font-style: normal;font-weight: 500;font-size: 15px;line-height: 13.43px;color: var(--black-medium);}.linkedin-link {filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));margin-right: 23px;}.linkedin-link:focus, .facebook-link:focus {outline: none;}.linkedin-link:focus svg path {fill: var(--black-medium);}.linkedin-link:focus svg {filter: drop-shadow(0px 0px 5px var(--secondary-shadow));}.linkedin-link:active svg rect {fill: var(--linkedin);}.linkedin-link:active svg path {fill: var(--white) !important;}.linkedin-link:active svg {filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));}.facebook-link {filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));}.facebook-link:focus svg rect {fill: var(--black-medium);}.facebook-link:focus svg {filter: drop-shadow(0px 0px 5px var(--secondary-shadow));}.facebook-link:active svg rect {fill: var(--white) !important;}.facebook-link:active svg path {fill: var(--facebook);}.facebook-link:active svg {filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));}.social-media>div {text-align: center;margin-bottom: 25px;}#footer .social-media p {text-align: center;font-size: 16px;}#footer .social-media p #contact-us-span {display: none;font-size: 16px;}#footer .social-media p a {font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;text-decoration: underline;color: var(--black-medium);}.link-hover span {position: relative;}.footer-text {z-index: 10;padding-top: 84px;max-width: 400px;margin-left: auto;margin-right: auto;text-align: center;flex-flow: column;}.footer-text p {font-weight: 600;font-size: 14px;color: var(--black-medium);}.footer-text .myonvent-founded {margin: 0 0 42px;}#cookie-banner {position: fixed;z-index: 999999;bottom: 0;width: 100%;color: white;background: #3d01b0;background: linear-gradient(135deg, #3d01b0, #7308db);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$secondary-banner2', endColorstr='$secondary-banner1', GradientType=1);display: none;}#cookie-banner.show {display: flex;}#cookie-banner .container-banner {width: 100%;margin: auto;padding: 16px 43px;display: flex;justify-content: space-between;align-items: center;}#cookie-banner .container-banner p {margin: 0;max-width: 1200px;}#cookie-banner a {font-weight: bold;color: var(--primary-wcag);}#cookie-banner .accept-button {padding: 5px 10px;cursor: pointer;margin-left: 50px;border: 2px solid #fff;border-radius: 8px;font-size: 18px;font-weight: 600;color: #fff;text-transform: uppercase;padding-left: 60px;padding-right: 60px;padding-top: 8px;padding-bottom: 8px;}.modal {z-index: 999;position: fixed;width: 100vw;height: 100vh;opacity: 0;visibility: hidden;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}.modal.open {visibility: visible;opacity: 1;transition-delay: 0s;}.modal-bg {position: absolute;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;}.modal-container-success {display: none;width: 100%;height: 100%;max-width: 752px;max-height: 523px;background: var(--white);position: relative;border-radius: 8px;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);border: 1px solid var(--grey);box-sizing: border-box;padding: 40px 0;align-self: center;}.modal-container-success .modal-close {outline: none;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);color: var(--white) !important;font-style: normal;font-size: 14px;line-height: 120%;letter-spacing: 0.0125em;border-radius: 6px;border: 0px;font-weight: 600;cursor: pointer;margin: 0 !important;padding: 12px 24px;min-width: 111px;}.modal-container-success .modal-close:active {background: var(--primary);}.modal-container-success .onvent-logo {position: relative;display: block;text-indent: -9999px;width: 67px;height: 38px;background-image: url("../img/logo.svg");background-size: 67px 38px;background-repeat: no-repeat;background-position: center;padding: 80px 0;}.modal-container-success .title {margin-bottom: 16px;font-size: 40px;line-height: 47px;letter-spacing: -0.04em;background: -webkit-linear-gradient(7.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.modal-container-success .paragraph {margin-bottom: 100px;font-style: normal;font-weight: 400;font-size: 26px;line-height: 36px;color: var(--black-medium);text-align: center;}.modal-container-success.show {display: flex;}.modal-container-loading {display: none;flex-direction: column;justify-content: center;align-items: center;width: 100%;min-height: 523px;max-width: 752px;background: var(--white);position: relative;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);border: 1px solid var(--grey);box-sizing: border-box;align-self: center;border-radius: 8px;}.modal-container-loading.show {display: flex;}.modal-container-loading .onvent-logo {margin-top: 0;animation-name: spin;animation-duration: 700ms;animation-iteration-count: infinite;animation-timing-function: linear;position: relative;display: block;text-indent: -9999px;width: 134px;height: 76px;background-image: url("../img/logo.svg");background-size: 134px 76px;background-repeat: no-repeat;}@-moz-keyframes spin {from {-moz-transform: rotate(0deg);}to {-moz-transform: rotate(360deg);}}@-webkit-keyframes spin {from {-webkit-transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);}}@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.modal-close-button {min-width: 28px !important;min-height: 28px !important;display: flex !important;justify-content: center !important;align-items: center !important;position: absolute !important;top: 5px !important;right: 7px !important;cursor: pointer !important;all: unset;}.modal-close-button:focus {box-shadow: 0px 1px 10px var(--secondary-shadow);}.modal-close {padding: 10px 24px 12px;outline: none;background: var(--primary-wcag);color: var(--white) !important;font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;letter-spacing: 0.0125em;border-radius: 6px;border: 2px solid transparent;cursor: pointer;max-width: 155px;max-height: 40px;white-space: nowrap;}.modal-close:disabled {background: var(--grey-dark);cursor: default;}.modal-close:disabled:active {box-shadow: none;color: var(--white) !important;background: var(--grey-dark);}.modal-close:disabled:focus:active {box-shadow: none;color: var(--white) !important;background: var(--grey-dark);}.modal-close:disabled:hover {box-shadow: none;color: var(--white) !important;background: var(--grey-dark);}.modal-close:focus {border-color: var(--white);box-shadow: 0 1px 10px var(--secondary-shadow);}.modal-close:focus:active {border: 2px solid transparent;color: var(--white) !important;box-shadow: none;background: var(--primary-wcag);}.modal-close:active {border: 2px solid transparent;color: var(--white) !important;background: var(--primary-wcag);}.modal-container-form {display: none;width: 100%;min-height: 523px;max-width: 752px;background: var(--white);position: relative;border-radius: 8px;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);border: 1px solid var(--grey);box-sizing: border-box;padding: 20px 24px;scrollbar-color: #898989 transparent;scrollbar-width: thin;}.modal-container-form .footer-link:focus {box-shadow: 0px 1px 10px var(--secondary-shadow);}.modal-container-form::-webkit-scrollbar {width: 6px;}.modal-container-form::-webkit-scrollbar-track {background: transparent;}.modal-container-form::-webkit-scrollbar-thumb {background-color: #898989;}.modal-container-form .divider {width: 100%;height: 1px;background: var(--grey);margin: 25px 0 16px 0;}.modal-container-form .sub-footer-text {font-style: normal;font-weight: normal;font-size: 18px;line-height: 27px;letter-spacing: 0.005em;color: var(--web-black);}.modal-container-form .footer-contact-data {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;}.modal-container-form .footer-contact-data.phones {margin-top: 13px;}.modal-container-form .footer-contact-data.phones a:not(:nth-child(2)) {margin: 0;}.modal-container-form .footer-contact-data.phones a:nth-child(2) {margin: 0 40px;}.modal-container-form .footer-link {font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;text-align: center;text-transform: uppercase;color: var(--secondary);margin: 0 8px;}.modal-container-form .footer-link img {position: relative;top: 2px;}@media all and (max-width: 540px) {.modal-container-form .footer-contact-data {flex-direction: column;}.modal-container-form .footer-contact-data.email a {margin: 16px 0 0;}.modal-container-form .footer-contact-data.phones a:first-child {position: relative;left: 1px;}.modal-container-form .footer-contact-data.phones a:nth-child(2) {position: relative;left: -5px;margin: 8px 0;}.modal-container-form .footer-contact-data.phones a:last-child {position: relative;left: -7px;}}.modal-container-form button {font-family: var(--font-family-montserrat);}.modal-container-form.show {display: flex;}.modal-container-form .sub-header-title {font-style: normal;font-weight: 600;font-size: 29px;line-height: 29px;font-variant: all-small-caps;color: var(--web-black);margin: 0 0 12px 0;}.modal-container-form .sub-header-text {font-style: normal;font-weight: normal;font-size: 18px;line-height: 27px;letter-spacing: 0.005em;color: var(--web-black);margin-bottom: 12px;}.modal-container-form .sub-header-title span {color: var(--primary-wcag);}.quad-container {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}.quad-container .input-block {width: 50%;}.quad-container .input-block:first-child {width: calc(50% - 12px);}.quad-container .input-block:nth-child(3) {width: calc(50% - 12px);}div.input-block {position: relative;margin-bottom: 24px;width: 100%;}.quad-container div.input-block:first-child {margin-right: 12px;}.quad-container div.input-block:nth-child(3) {margin-right: 12px;}#input-name:focus, #country-selector:focus {border: 2px solid var(--primary);}#input-email:focus+#email-placeholder, #input-name:focus+#name-placeholder, #input-phone:focus+#phone-placeholder, #input-message:focus+#message-placeholder {color: var(--primary-wcag);}.input-block label, .gdpr label {display: block;visibility: hidden;width: 0;height: 0;}.fixed-header-mobile {display: none;}#plans-annual-sub .annual-text {padding-left: 100px;margin-right: 0;}@media all and (min-width: 1025px) {#learn-more {padding-top: 250px;}}@media all and (max-width: 1024px) and (max-height: 1366px) {#plans-annual-sub .annual-text {padding-left: 0;}.modal {justify-content: flex-start;}.modal-container-form {min-width: 100vw;min-height: 100vh;background: var(--white);position: relative;border-radius: 8px;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);border: 1px solid var(--grey);box-sizing: border-box;padding: 72px 24px 20px;}@supports (env(safe-area-inset-bottom)) {.modal-container-form {padding: 72px 24px env(safe-area-inset-bottom, 20px);}}.modal-container-success {width: 100%;height: 100%;max-width: unset;max-height: unset;border-radius: 0;justify-content: flex-start;}.modal-container-loading {width: 100%;height: 100%;max-width: unset;max-height: unset;border-radius: 0;}.fixed-header-mobile {z-index: 12;position: fixed;top: 0;left: 0;right: 0;min-width: 100%;min-height: 72px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 0 24px;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);background-color: var(--white);}.fixed-close {position: relative !important;top: unset !important;right: unset !important;min-height: 40px;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;letter-spacing: -0.04em;color: var(--grey-wcag);padding: 4px 8px;}.fixed-submit {min-width: auto;padding: 10px 24px 12px;}.fixed-close svg {margin-right: 12px;}.modal-container-form .modal-close-button.modal-exit:not(.fixed-close) {display: none !important;}.modal-container-form .sub-header-text {margin-bottom: 24px;}.modal-container-form .divider {margin: 0 0 16px 0;}.modal-container-form .sub-header-title {margin: 12px 0 12px 0;}}@media all and (max-width: 600px) {.fixed-header-mobile {z-index: 12;position: fixed;top: 0;left: 0;right: 0;min-width: 100%;min-height: 72px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 0 24px;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);background-color: var(--white);}.fixed-close {position: relative !important;top: unset !important;right: unset !important;min-height: 40px;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;letter-spacing: -0.04em;color: var(--grey-wcag);padding: 4px 8px;}.fixed-submit {min-width: auto;padding: 8px 12px;}.fixed-close svg {margin-right: 12px;}.modal-container-form .modal-close-button:not(.fixed-close), .modal-container-form .modal-close:not(.fixed-submit) {display: none;}.modal-container-form .sub-header-text {margin-bottom: 24px;}.quad-container {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}.quad-container .input-block {width: 100%;}.quad-container .input-block:first-child {width: 100%;}.quad-container .input-block:nth-child(3) {width: 100%;}div.input-block {position: relative;margin-bottom: 22px;width: 100%;}.quad-container div.input-block:first-child {margin-right: 0;}.quad-container div.input-block:nth-child(3) {margin-right: 0;}.input-block label, .gdpr label {display: block;visibility: hidden;width: 0;height: 0;}.modal-container-form .gdpr {width: 100%;min-height: 42px;font-style: normal;font-weight: 500;font-size: 14px;line-height: 105%;color: var(--web-black);}}.modal-container-form #error-name, .modal-container-form #error-email, .modal-container-form #error-email-valid, .modal-container-form #error-phone-valid, .modal-container-form #error-country, .modal-container-form #error-message, .modal-container-form #error-message-valid {margin-top: 4px;width: 88%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);position: absolute;left: 0;bottom: -15px;visibility: hidden;}.modal-container-form #gdpr-error {position: relative;margin-top: 4px;width: 100%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);visibility: hidden;}.modal-container-form #form-error {position: relative;margin-top: 4px;width: 100%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);text-align: center;visibility: hidden;}.form #send-form-error {position: relative;margin-top: 4px;width: 100%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);text-align: center;display: none;}#send-form-error.show {display: block;}.modal-container-form #form-error {margin-bottom: 12px;}.form #send-form-error {margin-top: 24px;}#error-name.show, #error-email.show, #error-email-valid.show, #error-phone-valid.show, #gdpr-error.show, #form-error.show, #error-country.show, #error-message.show, #error-message-valid.show {visibility: visible;}div.input-block input {width: 100% !important;height: 54px;font-style: normal;font-weight: 500 !important;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;color: rgba(0, 0, 0, 0.87);padding: 18px;border-radius: 8px;border: 1px solid var(--grey-wcag);outline: none;}div.input-block select {-moz-appearance: none;-webkit-appearance: none;appearance: none;background: transparent;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669983 1.90531C0.287132 1.5116 0.257061 0.894519 0.599818 0.465449C1.0092 -0.0470221 1.77524 -0.0843519 2.2325 0.385889L10 8.37373L17.7675 0.385885C18.2248 -0.0843546 18.9908 -0.047026 19.4002 0.465444C19.7429 0.894515 19.7129 1.51159 19.33 1.9053L10 11.5L0.669983 1.90531Z' fill='%23898989'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position-x: 95.5%;background-position-y: 54%;width: 100% !important;height: 54px;font-style: normal;font-weight: 500 !important;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;width: 350px;padding: 0 28px 0 17px;border-radius: 8px;border: 1px solid var(--grey-wcag);outline: none;color: var(--grey-wcag);}div.input-block select:focus {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg transform='scale(-1)' width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669983 1.90531C0.287132 1.5116 0.257061 0.894519 0.599818 0.465449C1.0092 -0.0470221 1.77524 -0.0843519 2.2325 0.385889L10 8.37373L17.7675 0.385885C18.2248 -0.0843546 18.9908 -0.047026 19.4002 0.465444C19.7429 0.894515 19.7129 1.51159 19.33 1.9053L10 11.5L0.669983 1.90531Z' fill='%235AB453'/%3E%3C/svg%3E");background-position-x: 96%;background-position-y: 48%;}div.input-block textarea {width: 100% !important;font-style: normal;font-weight: 500 !important;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;color: rgba(0, 0, 0, 0.87);width: 350px;padding: 18px;border-radius: 8px;border: 1px solid var(--grey-wcag);outline: none;}div.input-block input:focus, div.input-block textarea:focus {color: rgba(0, 0, 0, 0.87) !important;font-style: normal;font-weight: 500 !important;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;border: 2px solid var(--secondary);}div.input-block input:focus+span.placeholder {color: var(--grey-wcag);}div.input-block span.placeholder, div.input-block span.placeholder-static {position: absolute;margin: 19px 0;padding: 0 2px 0 1px;color: var(--grey-wcag);font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;display: flex;align-items: center;top: 0;left: 17px;transition: all 0.2s;transform-origin: 0% 0%;background: none;pointer-events: none;}div.input-block input:not(:placeholder-shown)+span.placeholder, div.input-block input:focus+span.placeholder, div.input-block textarea:not(:placeholder-shown)+span.placeholder, div.input-block textarea:focus+span.placeholder {transform: scale(0.8) translateY(-32px);background: var(--white);padding: 0 5px;border-radius: 34px;}.modal-container-form .gdpr {width: 100%;min-height: 42px;font-style: normal;font-weight: 500;font-size: 14px;line-height: 105%;color: var(--web-black);}#input-checkbox {cursor: pointer;z-index: 1;opacity: 0;width: 24px;height: 24px;margin: 0 10px 0 0;}.checkbox__control {display: inline-grid;width: 24px;height: 24px;border-radius: 2px;border: 2px solid var(--web-black);}.checkbox__input input:checked+.checkbox__control {border: 1px solid transparent;background-color: var(--primary-wcag);}.checkbox__control svg {transition: transform 0.1s ease-in 25ms;transform: scale(0);transform-origin: bottom left;}.checkbox__input {margin-bottom: 2px;display: grid;grid-template-areas: "checkbox";}.checkbox__input>* {grid-area: checkbox;}.checkbox__input input:checked+.checkbox__control svg {transform: scale(0.9);margin: 0 0 2px 2px;}input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 30px white inset !important;box-shadow: 0 0 0 30px white inset !important;}.checkbox-text a {font-weight: bold;line-height: 120%;}.header-nav {position: fixed !important;width: 100%;height: 72px;background-color: var(--white);box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);padding: 0 32px;}.secondary-nav {position: fixed;z-index: 19;top: 72px;width: 100%;height: 42px;display: flex;justify-content: center;}.secondary-nav .navigation {height: 100%;}.secondary-nav ul {height: 100%;margin: 0;}.secondary-nav ul li {height: 100%;}.secondary-nav ul li:last-child {margin-right: 0;}.secondary-nav ul li a {height: 100%;display: flex;justify-content: center;align-items: center;max-width: 144px;width: 100%;font-weight: 500;font-size: 14px;line-height: 13px;text-align: center;letter-spacing: -0.02em;color: var(--black-medium);padding: 0 20px;margin: 0 !important;}.secondary-nav ul li span {height: 100%;display: flex;justify-content: center;align-items: center;max-width: 144px;width: 100%;font-weight: 500;font-size: 14px;line-height: 13px;text-align: center;letter-spacing: -0.02em;color: var(--black-medium);padding: 0 20px;}.secondary-nav ul li span.searching {color: var(--grey-dark);background: rgba(0, 0, 0, 0);pointer-events: none;}.secondary-nav ul li span.searching:hover {color: var(--grey-dark);}.secondary-nav ul li a.tablet {display: none;}@media all and (max-width: 767px) and (max-height: 1366px) {.secondary-nav {display: none !important;}}.secondary-nav a.is-active, .secondary-nav span.selected {background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);color: var(--white);position: relative;}.secondary-nav:focus-within {box-shadow: inset 0 0 0 1px var(--secondary);}.secondary-nav a:focus-visible {outline: none;color: var(--white) !important;background: var(--secondary) !important;box-shadow: 0px 1px 10px var(--secondary-shadow);}.secondary-nav a:hover {background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);color: var(--white);}.secondary-nav a.is-active.no-hover {background: rgba(0, 0, 0, 0);color: var(--black-medium);padding-top: 0 !important;padding-bottom: 4px !important;}.secondary-nav a.is-active.no-hover:focus {padding-top: unset !important;padding-bottom: unset !important;}.secondary-nav a.is-active.no-hover:after {content: "";position: absolute;left: 0;bottom: 0;height: 4px;width: 100%;display: inline-block;background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);}.secondary-nav a.is-active.no-hover:focus:after {display: none;}.header-nav .logo-link .onvent-logo-text {position: relative;display: block;text-indent: -9999px;width: 116px;height: 72px;background-image: url("../img/logo-text.svg");background-repeat: no-repeat;background-position: center;}.onvent-logo-text-360 {display: none;position: relative;text-indent: -9999px;width: 52px;height: 50px;background-image: url("../img/logo-360.svg");background-size: 52px 50px;background-repeat: no-repeat;background-position: center;}.get-demo-360 {display: none;}.hamburger-360 {display: none;}.navigation-360 {z-index: -1;position: absolute;width: 100%;display: flex;margin-top: -50px;top: 0;left: 0;box-shadow: none;background-color: var(--white);padding-right: 14px;transform: translateY(-100vh);transition: 150ms ease-out;}.header-nav ul li a {font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;letter-spacing: 0.0125em;padding: 8px;border-radius: 6px;}.navigation-360 ul li {z-index: 0;}.header-nav a {position: relative;}.header-nav a.is-active {position: relative;margin: 0 12px 0 0;padding: 8px 16px;background: var(--white) !important;color: var(--primary-wcag) !important;}.header-nav a.is-active:before {z-index: -1;content: "";position: absolute;top: -2px;left: -2px;bottom: -2px !important;right: -2px;background-image: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);border-radius: 8px;}.header-nav a.is-active:hover {box-shadow: none;color: var(--web-black) !important;}.header-nav a.is-active:hover:before, .header-nav a.is-active.add-before:before {display: block !important;z-index: -1;content: "";position: absolute;top: -2px;left: -2px;bottom: -2px !important;right: -2px;background-image: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);box-shadow: none;border-radius: 8px;color: var(--primary-wcag);}.home a:hover:before, .features a:hover:before, .solutions a:hover:before, .plans a:hover:before, .faq a:hover:before, .about a:hover:before, .login a:hover:before {z-index: -1;content: "";position: absolute;top: -2px;left: -2px;bottom: -2px;right: -2px;background-image: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);border-radius: 8px;}.header-nav .ul-separator {height: 36px;}.header-nav ul .login a {margin: 0 12px;}.navigation ul li a {margin: 0 12px 0 0;}.demo button {border: none;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%) border-box;padding: 8px;color: var(--white) !important;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;}.features-container .demo button {border: none;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%) border-box;padding: 8px;color: var(--white) !important;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;}.header-nav .demo button {position: relative;padding: 12px 24px;font-weight: 600;font-size: 14px;line-height: 120%;min-width: 111px;border: 2px solid rgba(0, 0, 0, 0);}.header-nav .demo button.focus-visible {outline: 0;border: 2px solid var(--white);box-shadow: 0 1px 10px var(--secondary-shadow);background: var(--secondary);}.header-nav .demo button:active {color: var(--white) !important;background: var(--secondary);}.header-nav .demo button:focus:active {color: var(--white) !important;background: var(--secondary);}.header-nav .demo button.focus-visible:before {content: "";display: inline-block;position: absolute;top: -0.5px;left: -1px;height: 24px;width: 24px;background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18V6C0 2.68629 2.68629 0 6 0H18L0 18Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;border-top-left-radius: 6px;}.top-section {height: calc(100vh - 70px);position: relative;margin-top: 10px;z-index: 5;}.main-image-container {height: 70%;position: relative;}.top-section .main-image-container .main-background-img {height: 100%;width: 100%;object-fit: cover;position: relative;z-index: -2;}.top-section .wave-container {z-index: -1;position: absolute;bottom: -306px;left: 0;right: 0;}.top-section .wave-container:after {content: "";display: inline-block;position: relative;width: 100%;height: 300px;bottom: 4px;background: var(--secondary);}.top-section .main-image-container .wave-purple {z-index: -1;position: relative;bottom: -1px;left: 0;right: 0;width: 100%;height: auto;}.top-section .main-image-container .apple-pro-display {position: absolute;bottom: -1%;right: 29vw;z-index: -2;width: 17vw;height: auto;}.top-section .main-image-container .devices {z-index: 1;position: absolute;bottom: -10%;right: 17%;width: 17.5vw;height: auto;}.info-section {background: var(--secondary);height: 30%;display: flex;flex-flow: column;align-items: center;}.info-section h1 {font-style: normal;font-weight: bold;letter-spacing: -0.04em;margin: 0 0 32px 0;font-size: 67px;line-height: 54px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;color: var(--white);padding-top: 40px;}.info-section button {padding: 12px 24px;margin-top: 20px;}.info-section .hero-demo-btn {z-index: 1;width: 139px;padding: 8px;border-radius: 6px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);color: var(--white);}.hero-demo-btn:active {background: var(--primary) !important;color: var(--web-black) !important;transition: none !important;}.scroll-wrapper {display: flex;justify-content: center;align-items: center;padding-bottom: 30px;margin-top: 50px;}.scroll-container {z-index: 1;}.scroll-container svg {margin: auto 0;}.scroll-down-text {font-style: normal;font-size: 16px;line-height: 38px;letter-spacing: 0.09em;color: var(--white);margin-left: 23.5px;white-space: nowrap;}@media screen and (max-width: 1366px) and (max-height: 600px) {.homepage-features {margin-top: 30px;}}.homepage-features {z-index: 4;position: relative;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);padding-bottom: 100px;}.homepage-features .features-title {max-width: 1048px;margin: 120px 0 0 0;font-style: normal;font-size: 67px;line-height: 64px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;color: var(--white);margin-bottom: 41px;}.homepage-features .cards-wrapper {margin: 0 -30px;width: 100%;position: relative;z-index: 6;}.homepage-features .cards-wrapper .col {padding: 0 30px;width: 33%;}.homepage-features .cards-wrapper .col .single-card {margin: 19px 0;width: 100%;height: auto;background: var(--white);border-radius: 24px;padding: 34px;box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.single-card .card-text {font-style: normal;font-size: 23px;line-height: 35px;text-align: center;letter-spacing: -0.01em;color: var(--web-black);}.homepage-features .elipses-wrapper {bottom: 0;height: 650px;width: 300px;}.homepage-features .elipses-wrapper .elipses {width: 100%;height: 100%;}.homepage-features .elipses-wrapper .elipse {bottom: 0;}.homepage-features .elipses-wrapper .elipse {position: absolute;z-index: 1;}.homepage-features .circles-wrapper {z-index: 1;position: absolute;right: 0;bottom: 0;}.homepage-features .circles-wrapper .circle-l {position: relative;right: -65px;bottom: 6px;width: 161px;height: 161px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);z-index: 3;}.homepage-features .circles-wrapper .circle-m {z-index: 5;position: relative;right: -116px;bottom: -56px;width: 97px;height: 97px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(156.39deg, var(--secondaryGradient2) 48.1%, var(--secondaryGradient1) 105%);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.homepage-features .circles-wrapper .circle-s {position: relative;right: -49px;bottom: -80px;width: 35px;height: 35px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);z-index: 3;}.homepage-features .white-wave {position: absolute;bottom: 100px;left: 0;right: 0;width: 100%;height: auto;}.white-background-for-svg {position: absolute;bottom: 0;left: 0;right: 0;height: 100px;width: 100%;background: white;}.homepage-community {min-height: 100vh;display: flex;justify-content: center;align-items: center;position: relative;margin-top: 70px;}.community-text .primary-bck-button {margin: 44px auto 0 0;white-space: nowrap;padding: 12px 24px;}.section-title {font-style: normal;font-size: 67px;line-height: 64px;letter-spacing: -0.04em;font-variant: small-caps;color: #0f0f0f !important;margin: 0 0 15px 0;}#new-we-are .section-title {font-weight: bold;font-size: 67px;line-height: 54px;letter-spacing: -0.04em;font-variant: all-small-caps;color: #0f0f0f !important;margin: 0 0 40px;}#new-we-are .font-size-24 {font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: #0f0f0f !important;}#new-we-are form {margin: 40px 0 0;}#new-we-are form em {font-style: normal;font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: 0.01em;color: var(--primary-wcag);}.report-input-wrapper {white-space: nowrap;margin: 24px 0 16px;}.report-input-wrapper input {width: 100%;min-height: 47px;max-width: 464px;background: var(--white);border: 1px solid var(--grey-dark);outline: none;outline-color: rgba(0, 0, 0, 0);border-radius: 8px;padding: 8px 32px 8px 16px;margin-right: 16px;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;color: var(--black-medium);}.report-input-wrapper input.focus-visible {border: 1px solid var(--secondary);}.report-submit-btn.focus-visible {border: 1px solid var(--white);box-shadow: 0px 1px 10px var(--secondary-shadow);}.report-input-wrapper .checkbox__control.focus-visible {border-radius: 4px;border: 1px solid var(--secondary);box-shadow: 0px 1px 10px var(--secondary-shadow);}#new-we-are .gdpr .checkbox__input:focus-within .checkbox__control {border-radius: 2px;border: 1px solid var(--web-black);box-shadow: 0px 1px 10px var(--secondary-shadow), 0 0 0 1px var(--secondary);}#new-we-are .gdpr .checkbox__input:focus-within input:checked+.checkbox__control {border-radius: 4px;border: 2px solid white;box-shadow: 0px 1px 10px var(--secondary-shadow), 0 0 0 1px var(--secondary);}.report-submit-btn {position: relative;top: -1px;width: 176px;height: 47px;background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);outline: 0;border: none;border-radius: 6px;font-weight: 600;font-size: 14px;line-height: 120%;color: var(--white);text-transform: uppercase;}.report-submit-btn:disabled {background: var(--grey-wcag);}#new-we-are form .gdpr {max-width: 411px;font-weight: 500;font-size: 14px;line-height: 105%;}.solutions-body .homepage-footprint .section-title {font-variant: all-small-caps;line-height: 54px;}.green-list {list-style: none;padding-left: 24px;max-width: 690px;}.green-list .list-item {font-style: normal;font-weight: 300;font-size: 24px;line-height: 36px;letter-spacing: 0.01em;color: var(--web-black);padding-bottom: 12px;position: relative;}.green-list .list-item:last-of-type {padding-bottom: 0;}.green-list .list-item::before {content: "";position: absolute;top: 14px;width: 8px;height: 8px;left: -24px;display: inline-block;background-color: var(--primary-wcag);}.homepage-custom .green-list .list-item::before, .homepage-community .green-list .list-item::before {top: 12px;}.homepage-community .img-container {padding-left: 24px;width: 272px;border-radius: 35px;overflow: hidden;z-index: 3;}.homepage-community .img-container img {width: 100%;height: auto;}.homepage-community .circles-wrapper {position: absolute;right: 0;top: 15px;}.homepage-community .circles-wrapper .circle-l {z-index: 1;position: absolute;right: -204px;width: 315px;height: 315px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}.homepage-community .circles-wrapper .circle-m {z-index: 2;position: absolute;right: 61px;top: 44px;width: 99px;height: 99px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(156.39deg, var(--secondaryGradient2) 48.1%, var(--secondaryGradient1) 105%);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.homepage-community .circles-wrapper .circle-la {position: relative;right: 60px;top: 16vh;width: 110px;height: 110px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);}.homepage-community .circles-wrapper .circle-ma {position: relative;right: 70px;top: 29vh;width: 65px;height: 65px;border: 1px solid var(--white);border-radius: 50%;background: linear-gradient(156.39deg, var(--secondaryGradient2) 48.1%, var(--secondaryGradient1) 105%);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.homepage-setup .section-title {margin-top: 65px;margin-bottom: 90px;}.homepage-setup .main-image-container {width: 552px;height: auto;position: relative;margin-bottom: 55px;font-size: 0;border: 8px solid;border-radius: 8px;}.homepage-setup .main-image-container img {width: 100%;height: auto;object-fit: cover;}.homepage-setup .main-image-container .live-action {position: absolute;width: 270px;height: 141px;top: 81px;left: 119.5px;}.homepage-setup .large-ellipsis {margin: 0;}.homepage-setup .large-ellipsis.first {top: 0;}.homepage-setup .large-ellipsis.second {top: -130px;}.homepage-setup .small-ellipsis {margin: 0;}.homepage-setup .setup-list {list-style: none;padding-left: 24px;max-width: 1020px;margin: 0;}.homepage-setup .setup-list .list-item {font-style: normal;font-weight: 300;font-size: 24px;line-height: 36px;letter-spacing: 0.01em;color: var(--web-black);position: relative;padding-bottom: 12px;}.homepage-setup .setup-list .list-item:before {content: "";width: 8px;height: 8px;position: absolute;display: inline-block;background: var(--secondaryGradient1);left: -24px;top: 14px;}.setup-more {padding: 12px 24px;}.homepage-setup .setup-more {margin-top: 50px;}.homepage-design {position: relative;}.homepage-setup .setup-wave-container {visibility: hidden;}.homepage-design .design-wave-container {visibility: hidden;}.homepage-design .section-title {margin: 0;}.homepage-design .container-large {margin: 0 auto;width: 100%;max-width: 1280px;padding-left: 72px;padding-right: 72px;}.homepage-design .design-text {width: 100%;}.homepage-design .green-list {margin-top: 40px;margin-bottom: 44px;}.carousel-container.hp1 {filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));}.carousel-container.hp1>p {margin: 0;bottom: -46px;}.carousel-container.hp1 .slick-dots {bottom: -88px;}.homepage-perks {margin: 300px 0 200px 0;}.homepage-perks .section-title {max-width: 830px;margin-bottom: 40px;}.homepage-perks .cards-container {display: flex;flex-wrap: wrap;margin: 0 -8px;justify-content: center;align-items: center;}.homepage-perks .cards-container .single-perks-card {width: 33.3333%;padding: 20px 8px;}.homepage-perks .cards-container .perks-card {background: var(--white);border: 1px solid var(--grey);border-radius: 16px;padding: 24px 24px 24px 18px;height: 235px;}.homepage-perks .cards-container .perks-card p {margin: 0 0 16px 6px;font-style: normal;font-weight: 500;font-size: 14px;line-height: 95.9%;color: var(--grey-wcag);}.perks-card h4 {margin: 0 0 0 6px;font-style: normal;font-weight: 500;font-size: 18px;line-height: 29px;color: var(--web-black);}.perks-card .bottom-row {position: relative;top: 10px;margin: 0 !important;}.perks-card .bottom-row .cursor-svg {opacity: 0;position: absolute;bottom: -14px;right: -24px;}.perks-card svg {position: relative;right: 0;bottom: 0;opacity: 1;}.perks-card .more-btn {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 8px;font-style: normal;letter-spacing: 0.0125em;text-transform: uppercase;color: var(--primary-wcag);background: var(--white);font-weight: 600;font-size: 14px;line-height: 120%;min-width: 111px;}.white-button {background: var(--white);max-height: 40px;color: var(--primary-wcag) !important;padding: 8px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);font-weight: 600;font-size: 14px;line-height: 120%;}.more-btn:active svg path {fill: var(--web-black);}.more-btn:focus {box-shadow: 0px 1px 10px var(--secondary-shadow);}.more-btn:focus:active {color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.more-btn:active {background: var(--primary);color: var(--black-medium) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.homepage-custom {margin-bottom: 120px;}.homepage-custom .section-title {margin-bottom: 40px;max-width: 400px;line-height: 54px;}.homepage-custom .img-container {width: 429px;height: 265px;font-size: 0;border: 8px solid black;border-radius: 8px;}.homepage-custom .img-container img {width: 100%;height: auto;object-fit: cover;}.homepage-custom img {width: 100%;height: auto;}.homepage-custom img.medium {display: none;}.homepage-custom ul {margin-top: 0;}.homepage-custom .demo-button {margin: 40px 0 0 0;}.homepage-testimonial {display: flex;flex-flow: column;min-height: 100vh;justify-content: center;align-items: center;padding: 120px 0;}.homepage-testimonial .section-title {margin-bottom: 110px;}.homepage-testimonial .carousel-wrapper .arrow {margin-top: 50px;background-color: var(--white);}.slides-container {max-width: 990px;margin: 0 auto;}.slides-container .single-slide .company-logo-container {font-size: 0;margin-bottom: 40px;}.slides-container .single-slide .company-logo-container img {border: 2px solid var(--grey);border-radius: 12px;}.slides-container .single-slide .author-avatar-container {font-size: 0;}.slides-container .single-slide .author-avatar-container img {border-radius: 50%;filter: drop-shadow(0px 14px 24px rgba(32, 15, 54, 0.25));}.slides-container .single-slide .author-name-container {margin-left: 28px;}.slides-container .single-slide .author p {margin: 0;}.slides-container .single-slide .author-name {font-weight: 600;font-size: 24px;line-height: 40px;color: var(--black);}.slides-container .single-slide .author-company {font-size: 20px;line-height: 30px;font-weight: 500;color: var(--grey-wcag);}.slides-container .single-slide .testimonial-text-container {position: relative;padding: 0 90px;}.slides-container .single-slide .testimonial-text-container svg {position: absolute;top: 0;left: 0px;}.slides-container .single-slide .testimonial-text-container svg:last-of-type {left: 30px;}.slides-container .single-slide .testimonial-text-container svg:last-of-type {margin-top: 12px;}.slides-container .single-slide .testimonial-text-container {margin-top: 40px;}.slides-container .single-slide .testimonial-text-container .title {font-size: 36px;line-height: 42px;letter-spacing: 0.03em;font-variant: small-caps;color: var(--primary-wcag);margin: 0 0 10px;}.slides-container .single-slide .testimonial-text-container .content {font-size: 18px;line-height: 27px;color: var(--web-black);}.homepage-testimonial .carousel-background {position: absolute;width: 100%;top: -230px;z-index: -1;}.homepage-testimonial .wave {width: 100%;height: auto;position: absolute;}.homepage-testimonial .wave-top {bottom: calc(100% - 90px);}.homepage-testimonial .author .wave-top {display: none;}.homepage-testimonial .wave-bottom {top: calc(100% - 30px);}.homepage-testimonial .carousel-wrapper .slick-dots {bottom: -180px;z-index: 3;}section.homepage-platform {display: flex;min-height: 100vh;justify-content: center;align-items: center;position: relative;}section.homepage-platform .container-large {z-index: 10;}section.homepage-platform .section-title {max-width: 550px;margin-bottom: 46px;}section.homepage-platform .img-container {position: absolute;right: -210px;font-size: 0;overflow: hidden;width: 640px;height: 360px;}section.homepage-platform .img-container .assets-container {position: relative;width: 100%;height: 100%;}section.homepage-platform .animated-image {width: 100%;height: auto;}section.homepage-platform .img-container .assets-container .mask {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(105, 38, 211, 0.5);}section.homepage-platform .img-container .assets-container .logo-mask {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 5;}section.homepage-platform .green-list {max-width: 760px;}section.homepage-platform .green-list .list-item::before {background-color: var(--secondary);top: 12px;}section.homepage-platform .setup-more {margin: 40px 0 0 0;}section.homepage-platform .section-image {right: 0;max-width: 30%;height: auto;}.homepage-footprint {display: flex;min-height: calc(100vh - 70px);justify-content: center;align-items: center;position: relative;background: url(../img/homepage/footprint-section/reduce-your-footprint.jpg);background-attachment: fixed;background-position: right;background-repeat: no-repeat;background-size: cover;}.solutions-hybrid {background: url(../img/solutions/hybrid-events/solutions-hybrid-bg.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}.solutions-fairs-expos {background: url(../img/solutions/fairs-expos/solutions-fairs-expos-bg.jpg);background: -webkit-image-set(url(../img/solutions/fairs-expos/solutions-fairs-expos-bg.jpg) 1x, url(../img/solutions/fairs-expos/solutions-fairs-expos-bg-2x.jpg) 2x);background: image-set(url(../img/solutions/fairs-expos/solutions-fairs-expos-bg.jpg) 1x, url(../img/solutions/fairs-expos/solutions-fairs-expos-bg-2x.jpg) 2x);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}.solutions-academic {min-height: calc(100vh - 70px) !important;background: url(../img/solutions/academic-conferences/solutions-academic-bg.jpg);background: -webkit-image-set(url(../img/solutions/academic-conferences/solutions-academic-bg.jpg) 1x, url(../img/solutions/academic-conferences/solutions-academic-bg-2x.jpg) 2x);background: image-set(url(../img/solutions/academic-conferences/solutions-academic-bg.jpg) 1x, url(../img/solutions/academic-conferences/solutions-academic-bg-2x.jpg) 2x);background-attachment: local;background-position: center;background-repeat: no-repeat;background-size: cover;}#solutions-webinars-section {position: relative;padding: 235px 0;background: linear-gradient(159deg, var(--secondary) 40.1%, var(--secondaryGradient1) 112%);}#solutions-webinars-section .elipses-container {height: 720px;width: 303px;right: 0;top: 0;}#solutions-webinars-section .elipses-container .green-1 {right: 0;margin-top: 56px;}#solutions-webinars-section .elipses-container .green-2 {right: -15px;margin-top: 40px;}#solutions-academic .card button {margin: 40px 0 0 248px;}.homepage-footprint .section-title {margin-bottom: 40px;}.homepage-footprint.solutions-hybrid .section-title, .homepage-footprint.solutions-fairs-expos .section-title {font-variant: all-small-caps;}.homepage-footprint.solutions-webinars .section-title {color: var(--white);padding-bottom: 0;}.homepage-footprint.solutions-hybrid p, .homepage-footprint.solutions-fairs-expos p {margin: 0;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;}.homepage-footprint.solutions-academic p, .homepage-footprint.solutions-webinars p {max-width: 646px;margin-bottom: 0;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;}.homepage-footprint.solutions-webinars p {color: var(--white);}.homepage-footprint .section-image {width: 100%;height: 100%;object-fit: cover;z-index: -1;}.homepage-footprint .wave {width: 100%;height: auto;margin-bottom: -1px;}.homepage-footprint .wave-top {top: 0;}.homepage-footprint .wave-bottom {bottom: 0;}.homepage-footprint .card {border-radius: 30px;border: 0.5px solid rgba(255, 255, 255, 0.25);padding: 46px;max-width: 930px;margin-top: 160px;margin-bottom: 160px;position: relative;}.homepage-footprint.solutions-hybrid .card {position: relative;max-width: 848px;max-height: 398px;margin: 160px 0 160px auto;padding: 40px 96px;border-radius: 30px;border: 0.5px solid rgba(255, 255, 255, 0.25);}.homepage-footprint.solutions-fairs-expos .card {position: relative;max-width: 752px;min-height: 401px;margin: 160px 0 160px auto;padding: 39px 94px;border-radius: 30px;border: 0.5px solid rgba(255, 255, 255, 0.25);}.homepage-footprint.solutions-academic .card {position: relative;top: -58px;left: 38px;max-width: 1048px;min-height: 538px;margin: 0;padding: 92px 120px 92px 224px;border-radius: 0;border: 0;background: none;}.homepage-footprint.solutions-webinars .card {position: relative;top: -58px;left: 38px;max-width: 560px;min-height: 324px;margin: 0;padding: 0;border-radius: 0;border: 0;background: none;}.homepage-footprint .demo-button {margin: 40px 0 0 0;padding: 12px 24px;}.carousel-container {position: relative;}.carousel-container>p {position: absolute;bottom: -20px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);font-weight: 500;font-size: 14px;color: var(--grey-wcag);width: 100%;text-align: center;}.homepage .carousel-wrapper .img-container {height: initial;}.homepage .carousel-wrapper .arrow {top: calc(50% - 32px);}.homepage #footer {padding-top: 170px;}.mobile-only {display: none;}.features-container {position: relative;}#features {height: calc(100vh - 72px);position: relative;margin-top: 72px;}.features-section {height: 80%;}.hero-img-container {position: relative;height: 100%;overflow: hidden;}.hero-img-container picture {position: absolute;top: 0;height: 100%;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.hero-img-container img {height: 100%;object-fit: cover;object-position: center;display: block;}.center-page {position: absolute;top: 50%;left: 50%;width: 0;height: 0;}.lobby-gif {position: absolute;width: calc(91vh - 81px);height: calc(51vh - 43px);top: calc(-30vh + 25.8503px);left: calc(-45vh + 38px);display: flex;align-items: center;justify-content: center;z-index: 1;}.lobby-gif img {width: 100%;height: 100%;object-fit: initial;}.hero-img-container .hero-tablet {display: none;}.curves-container {height: 70%;bottom: 0;position: absolute;width: 100%;}.curves-container>div {position: relative;height: 100%;width: 100%;}.curves-container .scroll-features {color: var(--white);}.scroll-features .scroll-container {position: absolute;bottom: -32px;height: 33%;width: 100%;text-align: center;}@media screen and (min-width: 1250px) and (max-height: 720px) {.scroll-features .scroll-container {bottom: -42px;}.dark-design-btn {margin: 8px auto 32px auto !important;}}.scroll-features h1 {font-weight: bold;font-size: 7.151vh;text-transform: uppercase;letter-spacing: -0.04em;margin: 0;}.scroll-down span {letter-spacing: 0.09em;font-size: 16px;}#features .scroll-down-icon {width: 9px;height: 18px;}#features .scroll-down {align-items: center;}@media screen and (min-width: 769px) {.scroll-down-icon-dark {display: block;}.scroll-down-icon {display: none;}.scroll-down span {color: var(--black-medium);}.scroll-features h1 {color: var(--black-medium);}.dark-design-btn {display: flex;padding: 12px 24px;margin: 24px auto 32px auto;font-weight: 600;font-size: 14px;line-height: 120%;min-width: 111px !important;min-height: 42px;}#features-description .container {padding: 100px 15px 0 15px !important;}}@media screen and (max-width: 768px) {.about-wrapper .gif-container .video-call video {height: 104% !important;}.scroll-down-icon-dark {display: none;}.scroll-down span {color: var(--white);}.dark-design-btn {display: none !important;}#features {overflow: hidden;}}.curves-container>div>img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;}.ellipses {position: absolute;bottom: 0;width: 30%;height: 100%;}.ellipses>div {width: 100%;height: 100%;}.ellipses .position-relative>div svg:last-of-type {position: absolute;left: 0;bottom: 0;}.ellipses svg {height: 100%;}.first-section {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;}.second-section {position: absolute;bottom: 60px;left: -25px;width: 100%;height: 100%;}#features-description {padding: 0 0 40%;position: relative;margin-top: -1px;}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) 10%, #1da140);width: 100%;max-width: 100%;padding: 0 15px;}#features-description img {left: -1px;width: 101%;object-fit: cover;position: absolute;}.description-text {max-width: 944px;margin: 0 auto;padding: 4% 0;}.description-text p {margin: 0;color: var(--white);font-size: 30px;}#features-list {margin-top: -40%;background: var(--grey-light);}#features-list>div {position: relative;}#features-list>div>img {width: 100%;height: auto;position: absolute;bottom: 0;}.list-items {position: relative;border: 1px solid var(--grey);box-sizing: border-box;box-shadow: 0px 14px 44px rgb(0 0 0 / 10%);border-radius: 16px;background-color: var(--white);padding: 30px 30px 30px 40px;z-index: 1;}.item {padding-bottom: 40px;}.item>div {padding-bottom: 16px;}.item h3 {margin: 0;color: var(--primary-wcag);font-weight: normal;font-size: 36px;text-transform: uppercase;flex: 1;}.item ul {margin: 0;padding: 0;list-style-type: none;}.item li {font-size: 18px;letter-spacing: 0.03em;line-height: 36px;padding-bottom: 10px;display: flex;align-items: center;position: relative;padding-left: 24px;}.item li:last-of-type {padding-bottom: 0;}.item li:before {content: "";display: block;width: 8px;height: 8px;background: var(--grey-medium);position: absolute;top: 14px;left: 0;}#event-features {padding-top: 100px;margin-top: 170px;}.screens-one {display: none;}.screens-split {right: 1.5%;}.screens-split div:first-child {width: 924px;height: 384px;margin: 30px auto 120px auto;}.screens-split div:first-child div:first-child img:first-child {top: 0;left: 42.5%;transform: translateX(-50%);}.screens-split div:first-child div:first-child picture img {top: 11px;left: 42.5%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(2) img:first-child {top: 194px;left: 237%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(2) picture img {top: 210px;left: 237%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(3) img:first-child {top: 268px;left: 271.5%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(3) picture img {width: 166px;height: 104px;top: 283px;left: 271.5%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(4) img:first-child {top: 208.5px;left: 68%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(4) picture img {width: 114.5px;top: 190px;left: 13%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(5) img:first-child {top: 284px;left: 374%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(5) picture img {width: 51px;top: 303px;left: 374%;transform: translateX(-50%);}.screens-split div:first-child div:nth-child(6) picture img {width: 80px;height: 163px;top: 230px;left: 75%;transform: translateX(-50%);}.screens-split-1280 {display: none;margin-top: 50px;right: 1.5%;}.screens-split-1280 div:first-child {width: 924px;height: 384px;margin: 30px auto 120px auto;}.screens-split-1280 div:first-child div:first-child img:first-child {top: 0;left: 42.5%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:first-child picture img {top: 11px;left: 42.5%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(2) img:first-child {top: 194px;left: 237%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(2) picture img {top: 210px;left: 237%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(3) img:first-child {top: 286px;left: 421%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(3) picture img {width: 166px;height: 104px;top: 301px;left: 421%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(4) img:first-child {top: 208.5px;left: 68%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(4) picture img {width: 114.5px;top: 190px;left: 13%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(5) img:first-child {top: 284px;left: 852%;transform: translateX(-50%);}header.header-nav.scroll-moved .logo-link .onvent-logo-text {background-image: url(../img/logo-text.svg);}.screens-split-1280 div:first-child div:nth-child(5) picture img {width: 51px;top: 303px;left: 852%;transform: translateX(-50%);}.screens-split-1280 div:first-child div:nth-child(6) picture img {width: 80px;height: 163px;top: 230px;left: 75%;transform: translateX(-50%);}#event-features h1 {margin: 0;}#event-features h3 {margin-top: 80px;}#event-features .container-large .screens-image {margin-top: 75px;}#event-features .container-large>span {color: var(--grey-dark);text-align: center;display: block;position: relative;bottom: 60px;}#event-features button {margin-top: 35px;}#event-features .container-large p {margin: 24px 0 0 0;line-height: 36px;}#event-features .container-large p br {content: "";display: block;margin-bottom: 24px;}.img-wrapper>div {margin-right: 60px;}.img-wrapper>div p {margin: 0;padding: 0;}.img-wrapper img {filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));}#networking-features {z-index: 1;margin-top: 100px;padding-top: 80px;}#networking-features h4 {margin: 0;}.networking-container>div {display: flex;margin-bottom: 80px;}.networking-container>div>div p {max-width: 680px;}.networking-container img:nth-child(even) {margin-left: 40px;}.networking-container img:nth-child(odd) {margin-right: 75px;}#registration-process {background-image: url("../img/features/registration-process/register_first_step.webp");background-attachment: fixed;background-position: right;background-repeat: no-repeat;background-size: cover;}.img-background-section {position: relative;overflow: hidden;}.img-background-section .img-cover {width: auto;height: 100%;}.features-page .img-background-section>div {padding-top: 120px;position: relative;padding-bottom: 120px;z-index: 2;}.img-background-section .top-wave {top: 0;width: 100%;}.img-background-section .bottom-wave {width: 100%;left: 0;bottom: -1px;}.process-wrapper h2 {letter-spacing: -0.07em;margin: 0;padding-bottom: 40px;}.process-wrapper>div {padding-bottom: 40px;}.process-wrapper h4 {margin: 0;}#expo-features {position: relative;padding-top: 100px;}#expo-features .expo-ellipse {margin-bottom: -50px;}#expo-features .container-large>div {display: flex;}#expo-features .container-large>div p:first-of-type {margin-top: 0;}#expo-features img:not(.expo-ellipse) {margin-left: 34px;border: 1px solid var(--grey);filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));border-radius: 6px;}#expo-features>img:first-of-type {position: absolute;right: 0;bottom: 0;}#expo-features>img:last-of-type {position: absolute;right: 0;bottom: -80px;}#design-features {padding-top: 100px;margin-top: 240px;padding-bottom: 100px;}#design-features h2 {margin-top: 0;}.design-description-text {padding-top: 90px;}#support {margin-bottom: 0;background-image: url("../img/features/support.webp");background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}#support>div {padding-top: 250px;padding-bottom: 300px;position: relative;z-index: 4;}.support-container h2 {letter-spacing: -0.07em;margin: 0;padding-bottom: 25px;}.support-container>div {display: flex;align-items: center;}.support-container>div>div {padding: 0 12px;}.support-container>div p:first-of-type {margin-top: 0;}.support-container>div .chat-one {display: none;margin-left: 60px;image-rendering: pixelated;}.support-container .chat-container {display: flex;flex-direction: column;justify-content: center;align-items: center;max-height: 322px;margin-left: 70px;margin-top: -120px;}.chat-container img:first-child {margin-bottom: 10px;width: 76%;height: auto;}.chat-container img:nth-child(2) {margin-right: 65px;margin-bottom: 10px;width: 80%;height: auto;}.chat-container img:nth-child(3) {margin-left: 30px;margin-bottom: 10px;width: 84%;height: auto;}.chat-container img:nth-child(4) {margin-right: 64px;margin-bottom: 10px;width: 80%;height: auto;}#video-features {position: relative;padding-top: 160px;padding-bottom: 40px;margin-top: -1px;background: linear-gradient(159deg, var(--secondary) 40.1%, var(--secondaryGradient1) 112%);}#video-features h2 {margin: 0;padding-bottom: 60px;}.purple-wave {position: relative;}.purple-wave img {position: absolute;width: 100%;height: auto;top: -1px;}.video-container {display: flex;align-items: center;}.video-container ul {margin: 0;padding: 0;list-style-type: none;color: var(--white);}.video-container li {padding-bottom: 32px;}.video-container img {border: 1px solid var(--grey);filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));border-radius: 6px;margin-left: 70px;}.video-container h4 {margin: 0 0 12px 0;position: relative;padding-left: 24px;}.video-container h4::before {content: "";width: 12px;height: 12px;border: 2px solid var(--white);background: transparent;border-radius: 50%;position: absolute;left: 0;top: 16px;}.video-container p {margin: 0;line-height: 41px;}#safety {padding-top: 100px;margin-top: 300px;padding-bottom: 100px;}#safety h2 {margin: 0;}#safety .container-large {max-width: 752px;}.safety-container {padding-top: 40px;}.safety-container>div p:first-of-type {margin-top: 0;}.safety-container img {margin-left: 40px;filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));border-radius: 30px;}#languages {background-image: url("../img/features/languages.webp");background-attachment: fixed;background-position: right;background-repeat: no-repeat;background-size: cover;min-height: 100vh;width: 100%;}#languages>div {padding-top: 250px;padding-bottom: 200px;}#languages .support-container>div {display: block;}#languages .blur-container {padding-top: 0;padding-bottom: 0;padding-right: 118px;}#languages .support-container {padding-top: 57px;padding-bottom: 57px;}#languages::after {background-image: url("../img/features/bottom_waves.svg");height: 420px;}.legend .circle-point {margin-right: 6px;}.legend>div {margin-right: 20px;}.legend>div:last-of-type {margin-right: 0;}#statistics {padding-top: 100px;margin-top: 64px;padding-bottom: 180px;}#statistics h2 {margin-top: 0;}#statistics p {line-height: 36px;}#statistics .container-large>div {margin: 40px 0 20px 0;}.statistic-wrapper img {margin-left: 32px;}#design-features .carousel-wrapper {margin-top: 40px;}#design-features .carousel-container {filter: drop-shadow(40px 44px 44px rgba(0, 0, 0, 0.1));}.slick-carousel-1, .slick-carousel-2, .slick-carousel-3 {display: none;}.slick-carousel-1.active, .slick-carousel-2.active, .slick-carousel-3.active {display: block;}#design-features .carousel-wrapper .arrow.arrow-left, #design-features .carousel-wrapper .arrow.arrow-right {display: none !important;}#design-features .carousel-wrapper .arrow.arrow-left.active, #design-features .carousel-wrapper .arrow.arrow-right.active {display: flex !important;}#design-features .carousel-wrapper .slick-dots li {width: 8px;height: 8px;margin: 0 12px;}#design-features .carousel-wrapper .slick-dots li.slick-active {background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);}#design-features .carousel-wrapper .slick-dots {bottom: -100px;}#design-features .carousel-wrapper .img-container img {height: 100%;}#hero-section {height: 100vh;position: relative;background-image: url("../img/about/top-section/bg_about.jpg");background-attachment: fixed;background-position: right;background-repeat: no-repeat;background-size: cover;}#hero-section .wave {width: 100%;position: absolute;bottom: -2px;left: 0;}.hero-wrapper {min-width: 1000px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}.hero-wrapper .hero-container {position: relative;}.about-nav ul .home a {margin-right: 12px;border: 2px solid transparent !important;color: var(--web-black) !important;}.about-nav ul .features a {margin-right: 12px;border: 2px solid transparent;}.home a:active, .features a:active, .solutions a:active, .plans a:active, .faq a:active, .about a:active, .login a:active {background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%) !important;color: var(--web-black) !important;transition: none !important;}.about-nav ul .about a {margin-right: 12px;border: 2px solid var(--primary) !important;color: var(--primary-wcag);}.about-nav .ul-separator {padding-left: 12px;border-left: 1px solid var(--grey);height: 36px;}.about-nav ul .login a {margin-right: 12px;border: 2px solid transparent;}.about-nav {padding: 0 32px;}.about-nav ul .demo button {padding: 8px 36px;border-radius: 6px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);color: var(--white);}#hero-section {height: 100vh;position: relative;background-image: url("../img/about/top-section/bg_about.jpg");background-attachment: fixed;background-position: right;background-repeat: no-repeat;background-size: cover;}#hero-section .wave {width: 100%;position: absolute;bottom: -2px;left: 0;}#hero-section .elipses-container {z-index: 1;height: 842px;left: 0;padding-top: 340px;bottom: 20px;}#hero-section .elipses-container picture:first-child img {left: -2px;margin-top: 100px;}#hero-section .elipses-container picture:nth-child(2) img {left: -2px;margin-top: 20px;}#hero-section .elipses-container picture:nth-child(3) img {margin-top: 100px;}#hero-section .elipses-container picture:nth-child(4) img {margin-top: 20px;}@media all and (min-width: 1024px) and (max-width: 1280px) {.container {max-width: 888px;}.font-size-67.font-weight-bold.text-uppercase.join-us {font-size: 30px !important;}#hero-section .elipses-container {left: -150px;}}@media all and (max-width: 1280px) and (min-height: 1024px) and (max-height: 1024px) {.solutions-academic {min-height: 65vh !important;}}.solutions-container .hero-wrapper {top: 54%;z-index: 2;}.hero-wrapper .hero-container {position: relative;}.demo-button {white-space: nowrap;display: block;text-align: center;padding: 12px 24px;font-weight: 600;text-transform: uppercase;font-style: normal;font-size: 14px;line-height: 120%;letter-spacing: 0.0125em;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%) border-box;color: var(--white);cursor: pointer;margin: 60px auto 0 auto;min-width: 111px !important;}.about-container .primary-bck-button {min-width: 176px !important;white-space: nowrap;margin: 26px auto 0 auto;}.about-container .hero-wrapper {top: 50%;}.about-container .hero-wrapper h1 {margin: 0 0 24px;padding: 0;font-weight: bold;font-size: 67px;line-height: 54px;font-variant: all-small-caps;}.about-container .hero-wrapper p {max-width: 944px;font-style: normal;font-size: 30px;line-height: 42px;}.hero-wrapper h1 {margin: 0;padding-bottom: 40px;}.hero-wrapper p {max-width: 840px;text-align: left;margin: 0 auto;line-height: 42px;text-align: center;}.demo button:active {box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.2) !important;background: var(--secondary) !important;color: var(---white) !important;transition: none !important;}.features-container .demo button:active {background: var(--secondary) !important;color: var(--white) !important;}.about-container #hero-section .scroll-container {position: absolute;bottom: 120px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}#hero-section .scroll-container {position: absolute;bottom: 160px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}#hero-section .scroll-container svg {margin: 0;}#hero-section .scroll-container span {margin-left: 20px;line-height: initial;}#about-event {padding-top: 70px;}#about-event .about-wrapper p, #about-event .about-wrapper li {font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0;}.about-wrapper h2 {margin-bottom: 40px;font-variant: all-small-caps;}#about-event h2.sustainability {margin: 140px 0 40px;color: var(--primary-wcag);font-variant: all-small-caps;}#about-event .about-wrapper.sustainability p {margin-right: 76px;}#about-event .about-wrapper.sustainability img {margin-right: 44px;}#about-event .about-blur-container {position: absolute;top: -14%;left: -90%;}#about-event .gif-container {z-index: -1;}#about-event .gif-container .device-tablet {position: relative;}#about-event .gif-container .video-call, #about-event .gif-container .device-tablet {z-index: 10;}.about-blur-container .blur-a {z-index: 1;position: relative;top: 90px;left: 350px;}.about-blur-container .blur-b {position: absolute;top: 110px;left: 30px;}.about-blur-container .backdrop-blur {z-index: 2;position: absolute;top: -10%;left: -50%;width: 300%;height: 160%;background: rgba(255, 255, 255, 0.5);}@supports (background: -webkit-linear-gradient(black, white)) or (background: linear-gradient(linear-gradient(black, white))) {#about-event h2.sustainability {color: unset;background: linear-gradient(-86deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);background: -webkit-linear-gradient(-86deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}}#solutions-online-conferences {background-color: var(--white);position: relative;padding: 170px 0;overflow: hidden;}#solutions-membership, #solutions-town-halls {background-color: var(--white);position: relative;padding: 200px 0;}#solutions-membership .about-wrapper {position: relative;}#solutions-town-halls .about-wrapper {position: relative;flex-direction: row-reverse;}#solutions-membership .about-wrapper button {left: 0;bottom: 90px;}#solutions-membership .about-wrapper .more-expand-btn {left: unset;bottom: unset;transform: unset;}#solutions-town-halls .about-wrapper button {margin-top: 40px;}#solutions-online-conferences .about-wrapper h2, #solutions-membership .about-wrapper h2, #solutions-town-halls .about-wrapper h2 {letter-spacing: -0.04em;font-variant: all-small-caps;}#solutions-online-conferences .about-wrapper p, #solutions-membership .about-wrapper p, #solutions-town-halls .about-wrapper p {font-size: 18px;line-height: 24px;letter-spacing: 0.01em;}#solutions-online-conferences .about-wrapper p:last-child, #solutions-membership .about-wrapper p:last-child, #solutions-town-halls .about-wrapper p:last-child {margin-bottom: 0;}#solutions-online-conferences .about-wrapper>div:first-of-type {z-index: 10;min-width: 56%;margin-right: 0;}#solutions-membership .about-wrapper>div:first-of-type {z-index: 10;padding-right: 280px;margin-right: 0;}#solutions-town-halls .about-wrapper>.halls-text {padding-left: 280px;margin-right: 0;z-index: 10;}#solutions-online-conferences .about-wrapper>div:first-of-type p {width: 85%;}#solutions-membership .about-wrapper>div:first-of-type p {width: 90%;}#solutions-town-halls .about-wrapper>div:first-of-type p {width: 90%;margin-bottom: 0;}#solutions-webinars-section .about-wrapper>div:first-of-type {margin-right: 106px;}#solutions-online-conferences .about-wrapper .gif-container>div {position: relative;margin-top: 36px;}#solutions-membership .about-wrapper .gif-container {position: relative;top: -32px;left: -150px;}#solutions-town-halls .about-wrapper .gif-container {position: relative;top: -40px;right: -90px;}#solutions-town-halls .about-wrapper .gif-container .main-iphone-img, #solutions-membership .about-wrapper .gif-container .main-iphone-img, #solutions-online-conferences .about-wrapper .gif-container .main-macbook-img {position: relative;z-index: 10;}#solutions-town-halls .about-wrapper .gif-container .video-call {z-index: 9;position: absolute;top: -141px;right: -72px;min-width: 365px;min-height: 720px;transform: scale(0.492);}#solutions-town-halls .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;right: 0;min-width: 365px;min-height: 720px;}#solutions-webinars-section .about-wrapper .gif-container {position: relative;top: -12px;right: 0;}#solutions-webinars-section .about-wrapper .gif-container .video-call {position: absolute;top: -44px;right: -85px;min-width: 640px;min-height: 364px;transform: scale(0.71);}#solutions-webinars-section .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;right: 1.6px;min-width: 640px;min-height: 364px;transform: scale(0.98);}#solutions-online-conferences .about-wrapper .gif-container .video-call {z-index: 10;position: absolute;top: 40px;right: 68px;min-width: 391px;min-height: 245px;}#solutions-online-conferences .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;right: 0;min-width: 391px;min-height: 245px;}#solutions-membership .about-wrapper .gif-container .video-call {z-index: 10;position: absolute;top: -144px;right: -69px;min-width: 360px;min-height: 720px;transform: scale(0.485);}#solutions-membership .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;right: 0;min-width: 360px;min-height: 720px;}#solutions-membership .membership-blur-container {position: absolute;top: -14%;left: -85%;}#solutions-town-halls .membership-blur-container {position: absolute;top: -14%;left: -80%;}.about-wrapper .gif-container .video-call {position: absolute;top: 106px;right: 19px;width: 209px;height: 112px;}.about-wrapper .gif-container .video-call div {position: relative;width: 100%;height: 100%;}.about-wrapper>div:first-of-type {margin-right: 133px;}.about-wrapper ul {list-style-type: none;margin: 24px 0;padding: 0;}.about-wrapper li {position: relative;padding-left: 32px;padding-bottom: 16px;}.about-wrapper li::before {content: "";display: block;position: absolute;left: 0;top: 8px;width: 8px;height: 8px;background-color: var(--secondary);}.img-background-section {position: relative;overflow: hidden;}.img-background-section .wave {width: 100%;height: auto;}#media-and-investor {margin: 80px 0;}#media-and-investor p {font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);}#media-and-investor p .color-secondary {font-weight: 700;}#media-and-investor .about-wrapper>div:first-of-type {margin-right: 112px;}#media-and-investor .choose-wrapper {display: flex;flex-direction: column;align-items: center;}#media-and-investor .choose-wrapper .mascot {margin-bottom: 28px;}#media-and-investor #choose-atag {font-weight: 700;color: var(--secondary);}#management-team {z-index: 1;padding-bottom: 86px;padding-top: 140px;background-color: var(--white);}#management-team .about-wrapper>div:first-of-type {margin-right: 0;}#management-team .people-cards-container {display: flex;flex-wrap: wrap;gap: 56px;justify-content: space-between;}#management-team .people-cards-container .leadership-card {margin-bottom: 40px;flex-grow: inherit;width: 30% !important;}#management-team .people-cards-container .leadership-card:nth-child(4), #management-team .people-cards-container .leadership-card:last-child {margin-right: 0;}#management-team .leadership-card .user-name-linkedin {display: flex;justify-content: space-between;align-items: flex-start;font-weight: 600;font-size: 24px;line-height: 40px;color: var(--black);margin-top: 12px;letter-spacing: -0.04em;}#management-team .leadership-card:nth-child(7) .user-name-linkedin {letter-spacing: -0.04em;}#management-team .leadership-card .user-title {font-weight: 500;font-size: 20px;line-height: 30px;letter-spacing: 0.0015em;color: var(--grey-wcag);margin-bottom: 24px;}#management-team .leadership-card .user-email {font-weight: 600;font-size: 16px;line-height: 20px;color: var(--black);letter-spacing: -0.02em;}#our-team-u {display: flex;justify-content: center;align-items: center;height: 110vh;position: relative;width: 100%;}#our-team-u>div {z-index: 1;position: absolute;top: 68%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}#our-team-u .blur-container {width: 944px;height: 543px;padding: 40px 94px;}#our-team-u .blur-container h2 {font-weight: bold;font-size: 67px;line-height: 54px;letter-spacing: -0.04em;font-variant: all-small-caps;color: var(--web-black);margin-bottom: 24px;}#our-team-u .blur-container h3 {font-size: 30px;line-height: 42px;letter-spacing: 0.03em;font-variant: all-small-caps;color: var(--web-black);margin: 32px 0 24px;}#our-team-u .blur-container p {font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0;}#our-team-u .top-wave {left: 0;}#our-team-u .bottom-wave {bottom: 0;left: 0;}#our-team-u .earth-background {bottom: 18px;}#our-team-u .earth-background #usa:hover, #our-team-u .earth-background #uae:hover, #our-team-u .earth-background #uk:hover, #our-team-u .earth-background #ukr:hover, #our-team-u .earth-background #ro:hover, #our-team-u .earth-background #pl:hover, #our-team-u .earth-background #gr:hover, #our-team-u .earth-background #au:hover, #our-team-u .earth-background #blr:hover, #our-team-u .earth-background #no:hover {z-index: 999;fill: url(#countries-primary-gradient) !important;}#our-team-u-break {margin-bottom: 10px;}#our-team-u .our-team-u-atag {font-weight: 700;text-decoration: underline;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--secondary);}#learn-more {z-index: 9999;text-align: center;position: relative;background-color: var(--white);}#learn-more>img {position: absolute;width: 100%;left: 0;z-index: 1;top: 50%;transform: translateY(-50%);}#learn-more>div {position: relative;z-index: 2;}#learn-more>div .title {max-width: 750px;font-weight: bold;font-size: 60px;line-height: 64px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;margin: 0;}.cards-form-container {height: 100%;height: max-content;display: flex;justify-content: center;margin: 32px 0 0;}.cards-form-container .about-cards-container {width: 50%;height: 100%;margin-right: 16px;}.about-cards-container .sales-card, .about-cards-container .media-card, .about-cards-container .support-card {display: flex;flex-direction: column;background-color: var(--grey-light);border-radius: 6px;padding: 32px 26px 56px;}.about-cards-container .sales-card {width: 100%;height: 100%;max-width: 560px;max-height: 260px;margin-bottom: 16px;}.about-cards-container .sales-card .card-title, .about-cards-container .media-card .card-title, .about-cards-container .support-card .card-title {text-align: left;width: 100%;font-weight: 500;font-size: 29px;line-height: 35px;letter-spacing: -0.01em;font-variant: all-small-caps;color: var(--web-black);}.about-cards-container .sales-card .card-body-container, .about-cards-container .media-card .card-body-container, .about-cards-container .support-card .card-body-container {width: 100%;height: 100%;display: flex;}.about-cards-container .support-card .card-sub {font-weight: 600;font-size: 24px;line-height: 40px;color: var(--web-black);margin: 22px 0 8px;text-align: left;}.about-cards-container .support-card .card-contact {font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 1%;text-align: left;}.about-cards-container .support-card .card-contact .faq-atag, .about-cards-container .support-card .card-contact .email-atag {color: var(--secondary);font-weight: 600;}.about-cards-container .support-card .card-contact .email-atag {text-decoration-line: underline;}.about-cards-container .sales-card .card-body-container {padding-top: 36px;}.about-cards-container .media-card .card-body-container {padding-top: 40px;}.about-cards-container .media-card .profile {width: 129px;height: 129px;margin-right: 36px;}.about-cards-container .media-card .profile img {width: 129px;height: 129px;border-radius: 6px;}.about-cards-container .media-card .data {display: flex;flex-direction: column;text-align: left;}.about-cards-container .media-card .data .name {font-weight: 600;font-size: 24px;line-height: 40px;color: var(--web-black);}.about-cards-container .media-card .data .job-title {font-weight: 500;font-size: 20px;line-height: 30px;letter-spacing: 0.0015em;color: var(--web-black);margin-bottom: 16px;}.about-cards-container .media-card .data .email-atag {font-weight: 600;font-size: 16px;line-height: 20px;text-decoration-line: underline;color: var(--secondary);margin-bottom: 8px;}.about-cards-container .media-card .data .phone-atag {font-weight: 500;font-size: 20px;line-height: 30px;line-height: 0.15%;color: var(--web-black);}.about-cards-container .sales-card .phones {width: 50%;display: flex;flex-direction: column;text-align: left;font-weight: 500;font-size: 20px;line-height: 30px;letter-spacing: 0.15%;font-variant: all-small-caps;color: var(--web-black);}.about-cards-container .sales-card .email {width: 50%;display: flex;flex-direction: column;text-align: left;font-size: 16px;line-height: 19.5px;color: var(--web-black);}.about-cards-container .sales-card .email a {text-decoration: underline;color: var(--secondary);font-weight: 600;}.about-cards-container .media-card {width: 100%;height: 100%;max-width: 560px;max-height: 293px;margin-bottom: 16px;}.about-cards-container .support-card {width: 100%;height: 100%;max-width: 560px;min-height: 192px;}.form {border-radius: 8px;display: inline-flex;flex-flow: column;padding: 26px 42px 40px 54px;max-width: 560px;background-color: var(--white);}.form .form-header-text {text-align: left;}.form .form-header-text .secondary-title {font-size: 36px;line-height: 42px;letter-spacing: 0.03em;font-variant: all-small-caps;color: var(--web-black);margin: 0 0 12px;}.form .form-header-text .paragraph {font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0 0 54px;}.form .primary-bck-button:disabled {background: var(--grey-dark);cursor: default;border: 1px solid transparent;}.form .primary-bck-button:active {color: var(--white) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.form>div {position: relative;width: auto;}.form>div.non-empty label, .form>div.non-empty #usrform {transform: translate(0, -36px) scale(0.75);background-color: var(--white);padding: 0 5px;color: var(--black);}.form>div.non-empty #usrform {transform: translate(0, -20px) scale(0.75);}.form>div:last-of-type {margin-bottom: 0;}.form div input:focus+span.placeholder, .form div textarea:focus+span.placeholder {color: var(--grey-wcag);}.form div span.placeholder {position: absolute;margin: 18px 0 18px 0;padding: 0 2px 0 1px;color: var(--grey-wcag);font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;display: flex;align-items: center;top: 0;left: 17px;transition: all 0.2s;transform-origin: 0% 0%;background: none;pointer-events: none;}.form label {position: absolute;left: 18px;top: 50%;color: var(--grey-wcag);transform: translateY(-50%) scale(1);transform-origin: top left;transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;}.form label.focused {transform: translate(0, -36px) scale(0.75);background-color: var(--white);padding: 0 5px;color: var(--black);}.form button {margin-left: auto;margin-right: auto;padding: 12px 24px !important;min-width: 111px;}.form div.input-block input, .form div.input-block textarea {border-radius: 4px;font-family: var(--font-family-montserrat), sans-serif;font-weight: 500;font-size: 16px;width: 100%;}.form .error {margin-top: 4px;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);}.form #gdpr-error-send {bottom: -24px;}.form .gdpr {width: 85%;max-width: 629px;font-style: normal;font-weight: 500;font-size: 14px;line-height: 105%;color: var(--web-black);margin: 0 auto 0 16px;position: relative;text-align: left;align-items: end !important;}.modal-container-form #gdpr-error {margin-top: 4px;width: 100%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);visibility: hidden;}#gdpr-error.show {visibility: visible;}#send-checkbox {cursor: pointer;z-index: 1;opacity: 0;width: 24px;height: 24px;margin: 0 10px 0 0;}.checkbox__control {display: inline-grid;width: 24px;height: 24px;border-radius: 2px;border: 2px solid var(--web-black);}.checkbox__input input:checked+.checkbox__control {border: 1px solid transparent;background-color: var(--primary-wcag);}.checkbox__control svg {transition: transform 0.1s ease-in 25ms;transform: scale(0);transform-origin: bottom left;}.checkbox__input {margin-bottom: 2px;display: grid;grid-template-areas: "checkbox";}.checkbox__input input {width: 24px !important;height: 24px !important;padding: 0 !important;}.checkbox__input>* {grid-area: checkbox;}.checkbox__input input:checked+.checkbox__control svg {transform: scale(0.9);margin: 0 0 2px 2px;}input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 30px white inset !important;box-shadow: 0 0 0 30px white inset !important;}.checkbox-text a {font-weight: bold;line-height: 120%;}.form input {padding: 19.5px 14px;}.form textarea {resize: none;padding: 15px 20px;}#usrform {top: 15px;transform: translateY(0) scale(1);}#usrform.focused {transform: translate(0, -20px) scale(0.75);background-color: var(--white);padding: 0 5px;color: var(--black);}#success-form-wrapper.form {display: none;justify-content: center;}#contact.hide {display: none;}#success-form-wrapper.show {display: inline-flex;min-height: 530px;margin: auto;}.success-container .title {background: -webkit-linear-gradient(7.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: -0.04em;}.success-container .paragraph {margin-top: 20px;}.success-container>div {padding-top: 30px;}#solutions-webinars-section .container-large {z-index: 10;}.solutions-container #hero-section {height: 100vh;position: relative;background-image: none;}.solutions-container #hero-section .solutions-video-container {z-index: -1;display: flex;justify-content: center;align-items: center;width: 100%;height: max-content;overflow: hidden;background: var(--web-black);position: fixed;}.solutions-container #hero-section .solutions-video-container video {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;}.solutions-container #hero-section .solutions-video-container .gradient-foreground {z-index: 1;width: 100%;height: 100vh;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);opacity: 0.55;}.solutions-container #hero-section .hero-green-wave {z-index: 1;width: 100%;height: auto;position: absolute;bottom: -2px;left: 0;}.solutions-container #hero-section .hero-white-wave {z-index: 2;width: 100%;height: auto;position: absolute;bottom: -3px;left: 0;}.solutions-container #hero-section .elipses-container {z-index: 3;height: 842px;left: 0;padding-top: 135px;bottom: 19px;}.solutions-container #hero-section .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.solutions-container #hero-section .elipses-container img:nth-child(3) {left: -2px;margin-top: 0;bottom: 13px;}.solutions-container #hero-section .elipses-container img:nth-child(2) {bottom: 0;margin-top: 0;}.solutions-container #hero-section .elipses-container img:nth-child(4) {bottom: 0;margin-top: 0;}.solutions-container #hero-section .scroll-container {position: absolute;bottom: 60px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.solutions-container #hero-section .scroll-container svg {margin: 0;}.solutions-container #hero-section .scroll-container span {margin-left: 20px;line-height: initial;}.online-conferences-blur-container {position: absolute;top: -35%;right: -8%;}.online-conferences-blur-container .backdrop-blur {z-index: 2;position: absolute;left: -50%;width: 200%;height: 100%;background: rgb(255, 255, 255, 0.5);}.membership-blur-container .backdrop-blur {z-index: 2;position: absolute;top: -20%;left: -50%;width: 300%;height: 180%;background: rgba(255, 255, 255, 0.5);}.online-conferences-blur-container .blur-a, .online-conferences-blur-container .blur-b, .membership-blur-container .blur-a, .membership-blur-container .blur-b, .footer-blur-container .blur-a, .footer-blur-container .blur-b {animation-duration: 2s;animation-iteration-count: infinite;animation-direction: alternate;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-timing-function: ease-in-out;-webkit-animation-timing-function: ease-in-out;}.online-conferences-blur-container .blur-a {position: relative;top: 0;left: 0;animation-name: shapeshifterA;-webkit-animation-name: shapeshifterA2;}.online-conferences-blur-container .blur-b {position: absolute;top: 100px;left: 100px;animation-name: shapeshifterB;-webkit-animation-name: shapeshifterB2;}@-webkit-keyframes shapeshifterA2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(100px, 0);}}@keyframes shapeshifterA {0% {transform: translate(0, 0);}100% {transform: translate(100px, 0);}}@-webkit-keyframes shapeshifterB2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(-200px, -100px);}}@keyframes shapeshifterB {0% {transform: translate(0, 0);}100% {transform: translate(-200px, -100px);}}.membership-blur-container .blur-a {z-index: 1;position: relative;top: -50px;left: 130px;animation-name: shapeshifterM;-webkit-animation-name: shapeshifterM2;}.membership-blur-container .blur-b {position: absolute;top: 110px;left: 30px;animation-name: shapeshifterN;-webkit-animation-name: shapeshifterN2;}@-webkit-keyframes shapeshifterM2 {0% {-webkit-transform: translate(20px, 0);}100% {-webkit-transform: translate(-150px, 150px);}}@keyframes shapeshifterM {0% {transform: translate(20px, 0);}100% {transform: translate(-150px, 150px);}}@-webkit-keyframes shapeshifterN2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(100px, 0);}}@keyframes shapeshifterN {0% {transform: translate(0, 0);}100% {transform: translate(100px, 0);}}#solutions-town-halls .membership-blur-container .blur-a {position: relative;top: 60px;left: -50px;animation-name: shapeshifterP2;-webkit-animation-name: shapeshifterP;}#solutions-town-halls .membership-blur-container .blur-b {position: absolute;top: 30px;left: 70px;transform: rotate(-10deg);animation-name: shapeshifterR2;-webkit-animation-name: shapeshifterR;}@-webkit-keyframes shapeshifterP2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(200px, 0);}}@keyframes shapeshifterP {0% {transform: translate(0, 0);}100% {transform: translate(200px, 0);}}@-webkit-keyframes shapeshifterR2 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(-20px, 110px) rotate(-15deg);}}@keyframes shapeshifterR {0% {transform: translate(0, 0);}100% {transform: translate(-20px, 110px) rotate(-15deg);}}@media screen and (max-width: 1280px) and (min-width: 1270px) {#media-and-investor .about-wrapper>div:first-of-type {margin-right: 86px;}#learn-more {margin-top: 121px !important;padding-top: 102px;height: auto !important;}}@media screen and (max-width: 1279px) and (min-width: 1024px) {.font-size-67.font-weight-bold.text-uppercase, .section-title.text-uppercase.font-weight-bold, .title.font-size-67.text-uppercase {font-size: 47px !important;}}@media all and (max-width: 1280px) {.bottom-wave.wave.position-absolute {bottom: -2px !important;}.our-commitment-mobile {width: 104% !important;}.blur-container {margin: auto;}.about-container .hero-wrapper h1 {margin: 0 0 24px;padding: 0;font-weight: bold;font-size: 47px;line-height: 47px;font-variant: normal;}.about-container .hero-wrapper p {max-width: 752px;font-style: normal;font-size: 24px;line-height: 35px;}#solutions-online-conferences {padding: 100px 0;}.membership-blur-container .backdrop-blur {top: -20%;height: 140%;}.homepage-footprint.solutions-academic .card {position: relative;top: -20px;left: 38px;max-width: 1048px;min-height: 538px;margin: 0;padding: 92px 120px 92px 224px;border-radius: 0;border: 0;background: none;}.secondary-nav ul li {height: 100%;}.homepage-footprint.solutions-hybrid .card {margin: 100px 0 40px auto;}.homepage-footprint.solutions-fairs-expos .card {margin: 0 0 0 auto;}.solutions-container #hero-section .elipses-container {left: -60px;}.solutions-container .hero-wrapper p {font-weight: 400;font-size: 18px;max-width: 752px;line-height: 24px;letter-spacing: 0.01em;}.solutions-container .hero-wrapper h1, .solutions-container .hero-wrapper span {font-size: 47px;line-height: 47px !important;}.solutions-container #hero-section .scroll-container {bottom: 62px;}.solutions-container #hero-section .elipses-container img {width: auto;}.solutions-container #hero-section .elipses-container img:first-child {left: -2px;bottom: 22px;}.solutions-container #hero-section .elipses-container img:nth-child(3) {left: -2px;bottom: 20px;}.solutions-container #hero-section .elipses-container img:nth-child(2) {margin-top: 0;bottom: 1px;}.online-conferences-blur-container {top: -35%;right: -8%;}#solutions-online-conferences .about-wrapper h2, #solutions-membership .about-wrapper h2, #solutions-town-halls .about-wrapper h2, #solutions-academic h2, #solutions-webinars-section h2 {font-size: 47px;line-height: 47px;}#solutions-webinars-section h2 {padding-right: 100px;}#solutions-webinars-section h2 #webinars-break {display: none;}#solutions-academic h2 #academic-conferences-break {display: none;}.homepage-footprint.solutions-academic p, .homepage-footprint.solutions-webinars p {max-width: 560px;}#solutions-membership .membership-blur-container {top: -6%;left: -85%;}#solutions-town-halls .membership-blur-container {top: -6%;left: -80%;}#solutions-membership {min-height: auto;position: relative;padding: 50px 0;}#solutions-membership .container-large {padding: 100px 64px 0;}#solutions-town-halls {position: relative;padding: 150px 0 50px;}#solutions-online-conferences button {margin-top: 0;}#solutions-academic .card button {margin: 40px 0 0 200px;}.solutions-hybrid {min-height: calc(100vh - 70px) !important;background: url(../img/solutions/hybrid-events/solutions-hybrid-bg-1280.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}.solutions-fairs-expos {min-height: calc(100vh - 70px) !important;background: url(../img/solutions/fairs-expos/solutions-fairs-expos-bg-1280.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;}#solutions-webinars-section {padding: 0;min-height: 100vh;}#solutions-webinars-section .elipses-container {height: 720px;width: 303px;right: -320px;top: 0;}#solutions-webinars-section .elipses-container img:first-child {right: 0;margin-top: 26px;}#solutions-webinars-section .elipses-container img:nth-child(2) {right: 8px;margin-top: 0;}}@media screen and (max-width: 1300px) {.homepage-features .elipses-wrapper .elipse {bottom: 360px;}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) -10%, #1da140 112%);}#features-description img {display: none;}#features-description img.d-none {display: block;margin-top: -10px;}.curves-container>div>img {left: -12%;width: 140%;z-index: 1;position: absolute;}.scroll-features .scroll-container {z-index: 2;}#event-features {margin-top: 45px;}#networking-features {margin-top: 15px;}.features-page .img-background-section {margin-bottom: 0;}.img-background-section::before {left: -25%;width: auto;}.img-background-section::after {width: auto;left: -15%;}.features-page .img-background-section>div {padding-bottom: 150px;}#features-list {overflow: hidden;}#features-list>div>img {left: -5%;width: auto;}#expo-features img:not(.expo-ellipse) {position: relative;}#expo-features>img:first-of-type {height: 435px;}#expo-features>img:last-of-type {height: 445px;bottom: -40px;}#design-features {margin-top: 43px;overflow: hidden;}#support .blur-container {padding: 40px;}#support .top-wave {left: 0;}#support .bottom-wave {left: 0;z-index: 3;}#support>div {padding-top: 270px;padding-bottom: 235px;}.blur-container {padding: 60px 40px;}.support-container h2 {text-align: left;}.support-container h2 br {display: none;}#safety {margin-top: 200px;}.safety-container button {margin: 40px auto 0 auto;}#languages {background-image: url("../img/features/languages_1280.webp");}#languages>div {padding-top: 180px;}#languages .top-wave {left: 0;}#languages .bottom-wave {left: 0;}#statistics {margin-top: 0;}#statistics h2 br {display: none;}.img-background-section .top-wave, .img-background-section .bottom-wave {width: auto;}.img-background-section .top-wave {left: -50%;}#video-features {padding-top: 100px;background: linear-gradient(154deg, var(--secondary) 50%, var(--secondaryGradient1) 112%);}#registration-process {background-image: url("../img/features/registration-process/register_first_step1280.webp");}#registration-process .top-wave {left: 0;}#registration-process .bottom-wave {left: 0;}.solutions-container #hero-section {overflow: hidden;}.solutions-container #hero-section .wave {width: auto;left: -10%;}h1.font-size-67 {font-size: 47px;}.solutions-container h1.font-size-67 {font-size: 67px;}.hero-wrapper p {max-width: 670px;font-size: 24px;line-height: 35px;}.solutions-container .hero-wrapper p {font-weight: 400;font-size: 18px;max-width: 752px !important;line-height: 24px !important;letter-spacing: 0.01em;}.scroll-container {bottom: 200px;}.support-container p {font-size: 18px;}.img-background-section .top-wave {width: auto;left: -15%;}#learn-more>img {width: 150%;left: -25%;}#about-event .container-large>p {margin-top: 30px;}#solutions-online-conferences .container-large>p, #solutions-membership .container-large>p, #solutions-town-halls .container-large>p {margin-top: 30px;}.about-wrapper li:last-of-type {padding-bottom: 0;}.about-wrapper .gif-container {align-items: flex-end;}#plans-annual-sub .about-wrapper .gif-container {align-items: center;}.slides-container .single-slide .testimonial-text-container svg:last-of-type {margin-top: 0;}}.solutions-container .hero-wrapper p {max-width: 944px;margin-top: 32px;font-weight: 300;text-align: left;line-height: 36px;}.hero-wrapper {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}.hero-wrapper .hero-container {position: relative;}.about-nav ul .home a {margin-right: 12px;border: 2px solid transparent !important;color: var(--web-black) !important;}.about-nav ul .features a {margin-right: 12px;border: 2px solid transparent;}.about-nav ul .about a {margin-right: 12px;border: 2px solid var(--primary) !important;color: var(--primary-wcag);}.about-nav .ul-separator {padding-left: 12px;border-left: 1px solid var(--grey);height: 36px;}.about-nav ul .login a {margin-right: 12px;border: 2px solid transparent;}.about-nav {padding: 0 32px;}.about-nav ul .demo button {padding: 8px 36px;border-radius: 6px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);color: var(--white);}.hero-wrapper {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}.hero-wrapper .hero-container {position: relative;}.solutions-container .primary-bck-button {min-width: 111px !important;white-space: nowrap;margin: 24px auto 0 auto;}.hero-wrapper p {max-width: 840px;text-align: left;margin: 0 auto;line-height: 42px;text-align: center;}.solutions-container .hero-wrapper h1 {margin: 0;padding-bottom: 0;line-height: 54px;text-align: center;letter-spacing: -0.04em;font-variant: all-small-caps;text-transform: none;}.solutions-container .hero-wrapper span {margin: 0;padding-bottom: 0;line-height: 54px;text-align: center;letter-spacing: -0.04em;margin-bottom: 32px;font-weight: bold;}.demo button:active {box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08), 0px 2px 4px rgba(0, 0, 0, 0.2) !important;background: var(--secondary) !important;color: var(---white) !important;transition: none !important;}.features-container .demo button:active {background: var(--secondary) !important;color: var(--white) !important;}.about-wrapper .gif-container>div {position: relative;}.about-wrapper .gif-container .video-call {top: 106px;right: 19px;width: 209px;height: 112px;}.about-wrapper .gif-container .video-call div {position: relative;width: 100%;height: 100%;}.about-wrapper .gif-container .video-call video {position: relative;width: 100%;height: 100%;}.about-wrapper ul {list-style-type: none;margin: 24px 0;padding: 0;}.img-background-section {position: relative;overflow: hidden;}.img-background-section .wave {width: 100%;height: auto;}#we-br1, #we-br2 {display: none;}.blur-container {border: 1px solid var(--grey);border-radius: 30px;position: relative;padding: 40px 96px 48px 96px;}#new-we-are .blur-container {width: 848px;border: 1px solid var(--grey);border-radius: 30px;position: relative;padding: 40px 96px 48px 96px;}.blur-container .blur-overlay {z-index: -1;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;border-radius: 30px;transition-property: -webkit-backdrop-filter, backdrop-filter;}.form .primary-bck-button:disabled {background: var(--grey-dark);cursor: default;border: 1px solid transparent;}.form .primary-bck-button:active {color: var(--white) !important;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}.form div input:focus+span.placeholder, .form div textarea:focus+span.placeholder {color: var(--grey-wcag);}.form div span.placeholder {position: absolute;margin: 18px 0 18px 0;padding: 0 2px 0 1px;color: var(--grey-wcag);font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;display: flex;align-items: center;top: 0;left: 17px;transition: all 0.2s;transform-origin: 0% 0%;background: none;pointer-events: none;}.form label {position: absolute;left: 18px;top: 50%;color: var(--grey-wcag);transform: translateY(-50%) scale(1);transform-origin: top left;transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;}.form label.focused {transform: translate(0, -36px) scale(0.75);background-color: var(--white);padding: 0 5px;color: var(--black);}.form button {margin-left: auto;margin-right: auto;padding: 8px;min-width: 111px;}.form div.input-block input, .form div.input-block textarea {border-radius: 4px;font-family: var(--font-family-montserrat), sans-serif;font-weight: 500;font-size: 16px;width: 100%;}.form .error {margin-top: 4px;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);}.form #gdpr-error-send {bottom: -24px;}.modal-container-form #gdpr-error {margin-top: 4px;width: 100%;font-style: normal;font-weight: 600;font-size: 12px;line-height: 105%;color: var(--error);visibility: hidden;}#gdpr-error.show {visibility: visible;}#send-checkbox {cursor: pointer;z-index: 1;opacity: 0;width: 24px;height: 24px;margin: 0 10px 0 0;}.checkbox__control {display: inline-grid;width: 24px;height: 24px;border-radius: 2px;border: 2px solid var(--web-black);}.checkbox__input input:checked+.checkbox__control {border: 1px solid transparent;background-color: var(--primary-wcag);}.checkbox__control svg {transition: transform 0.1s ease-in 25ms;transform: scale(0);transform-origin: bottom left;}.checkbox__input {margin-bottom: 2px;display: grid;grid-template-areas: "checkbox";}.checkbox__input input {width: 24px !important;height: 24px !important;padding: 0 !important;}.checkbox__input>* {grid-area: checkbox;}.checkbox__input input:checked+.checkbox__control svg {transform: scale(0.9);margin: 0 0 2px 2px;}input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 30px white inset !important;box-shadow: 0 0 0 30px white inset !important;}.checkbox-text a {font-weight: bold;line-height: 120%;}.form input {padding: 19.5px 14px;}.form textarea {resize: none;padding: 15px 20px;}#usrform {top: 15px;transform: translateY(0) scale(1);}#usrform.focused {transform: translate(0, -20px) scale(0.75);background-color: var(--white);padding: 0 5px;color: var(--black);}.success-container .title {background: -webkit-linear-gradient(7.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: -0.04em;}.success-container .paragraph {margin-top: 20px;}.success-container>div {padding-top: 30px;}.plans-container .secondary-nav .navigation ul li {height: 100%;margin-right: 0;}.plans-container .secondary-nav .navigation ul li a, .plans-container .secondary-nav .navigation ul li a.is-active {white-space: nowrap;padding: 0 84px;margin: 0;}.plans-container #hero-section {height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg.png");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;}.plans-container #plans-single-events {height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg.jpg");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;}#plans-white-label {height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;}#plans-single-events .card, #plans-white-label .card {max-width: 752px;min-height: 423px;margin: 250px 0 250px auto;padding: 40px 96px;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {line-height: 54px;letter-spacing: -0.04em;font-variant: all-small-caps;margin-bottom: 40px;}#plans-single-events .card p, #plans-white-label .card p {font-style: normal;font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);}#plans-single-events .card p br, #plans-white-label .card p br, #plans-annual-sub .about-wrapper p br, .plans-container .cards-wrapper .legend-text br {content: "";display: block;margin-bottom: 10px;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: -5px;width: 100vw;}#plans-single-events .wave-bottom, #plans-white-label .wave-bottom {width: 100vw;}#plans-annual-sub {position: relative;padding: 130px 0 90px;}#plans-annual-sub .about-wrapper {position: relative;flex-direction: row-reverse;}#plans-annual-sub .about-wrapper li::before {content: "";display: block;position: absolute;left: 0;top: 9px;width: 8px;height: 8px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}#plans-annual-sub .about-wrapper h2 {padding-bottom: 0;margin-bottom: 40px;font-variant: all-small-caps;}#plans-annual-sub .about-wrapper .gif-container {top: 0;left: 0;}.about-wrapper .gif-container .video-call img {width: 100%;height: 100%;object-fit: cover;object-position: top;}#plans-annual-sub .about-wrapper .gif-container .video-call {width: 445px;height: 251px;top: 10px;right: 10px;}#plans-annual-sub .about-wrapper .gif-container .video-call .poster {position: absolute;z-index: -1;width: 445px;height: 251px;top: 0;right: 0;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: -62%;right: 8%;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 100px;margin-right: 0;}#plans-annual-sub .about-wrapper ul {margin: 12px 0;padding-left: 10px;}#plans-annual-sub .about-wrapper li {padding-left: 18px;}#plans-annual-sub .about-wrapper p, #plans-annual-sub .about-wrapper li {font-style: normal;font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0;padding-bottom: 0;}.plans-container .hero-cards-container {height: unset;}.plans-container .hero-wrapper {position: absolute;top: 154px;left: 50%;transform: translate(-50%, 0);width: 752px;min-width: unset;}.plans-container .hero-wrapper h1 {font-weight: bold;line-height: 54px;text-align: center;letter-spacing: -0.04em;font-variant: all-small-caps;color: var(--web-black);padding-bottom: 0;margin-bottom: 24px;font-size: 67px;}.plans-container .hero-wrapper h1 span {color: var(--primary-wcag);}.plans-container .hero-wrapper p {text-align: left;font-style: normal;font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0;}.plans-container .hero-green-wave {z-index: 1;width: 100%;height: auto;position: relative;bottom: -5px;left: 0;margin-top: 52px;}.plans-container #hero-section .elipses-container {height: 500px;top: 1.5vw;left: 0;padding-top: 0;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 0;margin-top: 0;}.plans-container .cards-wrapper {z-index: 2;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: flex;}.plans-container .cards-wrapper .plans-card {position: relative;width: 272px;height: 750px;border: 1px solid var(--grey);border-radius: 16px;background: rgba(255, 255, 255, 0.95);padding: 40px 16px 0;display: flex;flex-direction: column;}.plans-container .cards-wrapper .plans-card:nth-child(2) {margin: 0 16px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding: 40px 28px 0;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {width: 272px;height: 515px;position: absolute;bottom: 0;left: -1px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;}.plans-card .card-title {font-style: normal;font-weight: 500;font-size: 25px;line-height: 36px;color: var(--web-black);text-align: center;letter-spacing: -0.04em;white-space: nowrap;}.plans-card .card-action-btn {width: 161px;height: 36px;background: var(--white);border: 1px solid var(--grey);border-radius: 6px;white-space: nowrap;margin: 24px auto;color: var(--primary-wcag);box-shadow: none;}.plans-card .card-action-btn.secondary {color: var(--secondary);}.plans-card ul {list-style: none;padding-left: 16px;margin: 0;}.plans-card .bullet-main::before {content: "";display: inline-block;width: 8px;height: 8px;position: relative;top: -2px;left: -10px;margin-left: -8px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}.plans-card .bullet-main {font-style: normal;font-weight: bold;font-size: 16px;line-height: 23px;letter-spacing: 0.01em;color: var(--web-black);margin-bottom: 12px;}.plans-card .bullet-span {font-weight: 400;}.plans-card .text-main {font-style: normal;font-weight: bold;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--secondary);white-space: nowrap;}.plans-card .text-span {font-style: normal;font-weight: 400;font-size: 18px;line-height: 18px;letter-spacing: 0.01em;color: var(--web-black);}.plans-container .cards-wrapper .legend-text {position: absolute;bottom: -160px;left: 50%;transform: translate(-50%, -50%);width: 762px;font-style: normal;font-weight: normal;font-size: 14px;line-height: 21px;letter-spacing: 0.01em;color: var(--black-medium);}.faq-dropdown-nav {display: none;}.faq-wrapper {position: relative;display: flex;top: 72px;width: 100%;min-height: 100vh;}.faq-get-started-section {z-index: 1;position: relative;left: 248px;width: calc(100vw - 264px);height: max-content;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}.faq-get-started-section .input-wrapper {z-index: 1;position: fixed;left: 248px;width: calc(100% - 248px);height: 80px;display: flex;justify-content: center;align-items: center;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: var(--grey);background: var(--white);}@supports not (width: clamp(50%, 60%, 832px)) {.faq-get-started-section .input-wrapper {width: calc(100% - 265px);}.faq-get-started-section .input-container, .faq-get-started-section .main-container {position: relative;width: 832px;}.faq-get-started-section .input-container #search-action, .faq-get-started-section .input-container #clear-search-action {right: 4px !important;}}.faq-get-started-section .input-container, .faq-get-started-section .main-container {position: relative;width: clamp(50%, 60%, 832px);}.faq-get-started-section .input-container {border-radius: 6px;}.faq-get-started-section .input-container:focus-within, .faq-get-started-section .input-container.opened {box-shadow: 0 0 0 2px var(--secondary) !important;}.faq-get-started-section .input-container:focus-within #search-action {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");}.faq-get-started-section .main-container {margin: 104px 0 170px;}.faq-get-started-section.no-results .main-container {margin: 200px 0 0;}.faq-get-started-section .main-container .no-results-found.d-none.show {display: flex;flex-direction: column;align-items: center;margin: auto 0;}.main-container .no-results-found .search-contact {margin: 40px auto 0 !important;padding: 0 28px;width: 100% !important;max-width: 560px !important;color: var(--black-medium) !important;}.faq-get-started-section .main-container .title {font-style: normal;font-weight: 700;font-size: 47px;line-height: 47px;letter-spacing: -0.04em;font-variant: all-small-caps;color: var(--web-black);}.faq-get-started-section .main-container ul {margin: 32px 0 40px;}.faq-get-started-section .main-container li {cursor: pointer;position: relative;margin-bottom: 32px;padding-left: 24px;padding-right: 42px;}.faq-get-started-section .main-container li.focus-visible {overflow: hidden;outline: none;border-radius: 6px;box-shadow: 0px 1px 10px var(--secondary-shadow);}.faq-get-started-section .main-container li.focus-visible:after {background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669984 2.40531C0.287134 2.0116 0.257063 1.39452 0.59982 0.965449C1.0092 0.452978 1.77524 0.415648 2.23251 0.885889L10 8.87373L17.7675 0.885888C18.2248 0.415649 18.9908 0.452977 19.4002 0.965448C19.7429 1.39452 19.7129 2.0116 19.33 2.40531L10 12L0.669984 2.40531Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");}.faq-get-started-section .main-container li:before {content: "";display: inline-block;position: absolute;width: 2px;top: 0;left: 0;bottom: 0;background: var(--grey-dark);}.faq-get-started-section .main-container li:after {content: "";display: inline-block;position: absolute;width: 20px;height: 12px;top: 12px;right: 10px;bottom: 0;background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669984 2.40531C0.287134 2.0116 0.257063 1.39452 0.59982 0.965449C1.0092 0.452978 1.77524 0.415648 2.23251 0.885889L10 8.87373L17.7675 0.885888C18.2248 0.415649 18.9908 0.452977 19.4002 0.965448C19.7429 1.39452 19.7129 2.0116 19.33 2.40531L10 12L0.669984 2.40531Z' fill='%23777081'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center;background-size: 20px 12px;transition: 300ms ease;}.faq-get-started-section .main-container li.opened:after {background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669984 2.40531C0.287134 2.0116 0.257063 1.39452 0.59982 0.965449C1.0092 0.452978 1.77524 0.415648 2.23251 0.885889L10 8.87373L17.7675 0.885888C18.2248 0.415649 18.9908 0.452977 19.4002 0.965448C19.7429 1.39452 19.7129 2.0116 19.33 2.40531L10 12L0.669984 2.40531Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");top: 13px;transform: rotate(180deg);transition: 300ms ease;}.faq-get-started-section .main-container li.opened:before {background: var(--secondary);}.faq-get-started-section .main-container li .question {font-style: normal;font-weight: 500;font-size: 24px;line-height: 35px;letter-spacing: 0.01em;color: var(--secondary);}.faq-get-started-section .main-container li .answer {font-style: normal;font-weight: normal;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: var(--web-black);margin: 0 -32px 0 0 !important;transition: all 0.2s ease-in-out;opacity: 0;height: auto;max-height: 0;overflow: hidden;}.faq-get-started-section .main-container li .question .highlighted, .faq-get-started-section .main-container li .answer .highlighted {background: var(--highlightedText);}.faq-get-started-section .main-container li.opened .answer {margin: 8px -32px 0 0 !important;transition: all 0.2s ease-in-out;opacity: 1;max-height: max-content;}.faq-get-started-section .main-container li:last-child {margin-bottom: 0;}.faq-get-started-section .main-container .search-contact {width: 368px;text-align: center;margin: 60px auto 40px;font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;text-align: center;letter-spacing: -0.04em;color: var(--grey-dark);}.faq-get-started-section .main-container .search-contact a {font-weight: 700;color: var(--secondary);}.faq-get-started-section .input-wrapper #get-started-search {position: relative;width: 100%;height: 56px;border: 1px solid var(--grey);border-radius: 6px;padding: 2px 14px 0;outline: none;caret-color: var(--secondary);}.faq-get-started-section .input-container #search-action {z-index: 1;outline: none;background: var(--white);border: none;position: absolute;top: 4px;right: 4px;bottom: 0;display: inline-block;height: 48px;width: 48px;padding: 0;border-radius: 50%;background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23898989'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center;}.faq-get-started-section .input-container #clear-search-action {outline: none;background: var(--white);border: none;position: absolute;top: 4px;right: 4px;bottom: 0;display: inline-block;height: 48px;width: 48px;padding: 0;border-radius: 50%;background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.47 0 0 4.47 0 10C0 15.53 4.47 20 10 20C15.53 20 20 15.53 20 10C20 4.47 15.53 0 10 0ZM14.3 14.3C13.91 14.69 13.28 14.69 12.89 14.3L10 11.41L7.11 14.3C6.72 14.69 6.09 14.69 5.7 14.3C5.31 13.91 5.31 13.28 5.7 12.89L8.59 10L5.7 7.11C5.31 6.72 5.31 6.09 5.7 5.7C6.09 5.31 6.72 5.31 7.11 5.7L10 8.59L12.89 5.7C13.28 5.31 13.91 5.31 14.3 5.7C14.69 6.09 14.69 6.72 14.3 7.11L11.41 10L14.3 12.89C14.68 13.27 14.68 13.91 14.3 14.3Z' fill='%23898989'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-position: center;}.faq-get-started-section .input-container #search-action:disabled {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23CACBD0'/%3E%3C/svg%3E%0A");}.faq-get-started-section .input-container #clear-search-action:disabled {background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.47 0 0 4.47 0 10C0 15.53 4.47 20 10 20C15.53 20 20 15.53 20 10C20 4.47 15.53 0 10 0ZM14.3 14.3C13.91 14.69 13.28 14.69 12.89 14.3L10 11.41L7.11 14.3C6.72 14.69 6.09 14.69 5.7 14.3C5.31 13.91 5.31 13.28 5.7 12.89L8.59 10L5.7 7.11C5.31 6.72 5.31 6.09 5.7 5.7C6.09 5.31 6.72 5.31 7.11 5.7L10 8.59L12.89 5.7C13.28 5.31 13.91 5.31 14.3 5.7C14.69 6.09 14.69 6.72 14.3 7.11L11.41 10L14.3 12.89C14.68 13.27 14.68 13.91 14.3 14.3Z' fill='%23CACBD0'/%3E%3C/svg%3E%0A");}.faq-container #secondary-header-solutions .secondary-nav {display: none;}.faq-container #secondary-header-solutions .secondary-nav.display {display: flex;}.faq-container .left-nav {z-index: 2;position: fixed;top: 72px;width: 248px;min-height: calc(100vh - 72px);background: var(--grey-light);border-right-width: 1px;border-right-style: solid;border-right-color: var(--grey);overflow-x: hidden;}.faq-container .left-nav.searching {cursor: pointer;}.faq-container .left-nav .nav-list {padding: 0;margin: 0;list-style: none;}.faq-container .left-nav .nav-list .section-name {list-style: none;padding: 0;margin: -1px 0 0;width: 100.5%;height: 52px;font-style: normal;font-weight: bold;font-size: 16px;line-height: 20px;letter-spacing: 0.0125em;text-transform: uppercase;color: var(--black-medium);padding-left: 24px;display: flex;align-items: center;cursor: pointer;border: 1px solid rgba(0, 0, 0, 0);}.faq-container .left-nav .nav-list .section-name.focus-visible {outline: none;background: var(--halfPurple);border: 1px solid var(--grey);box-shadow: 0px 1px 10px var(--secondary-shadow);}.faq-container .left-nav .nav-list .section-name.selected:first-child {border-top-color: rgba(0, 0, 0, 0);}.faq-container .left-nav .nav-list .section-name.selected {margin-top: -1px;margin-left: -1px;position: relative;color: var(--secondary);background: var(--halfPurple);border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-style: solid;border-top-color: var(--grey);border-bottom-color: var(--grey);border-left-color: rgba(0, 0, 0, 0);border-right-color: rgba(0, 0, 0, 0);}.faq-container .left-nav .nav-list .section-name.selected.focus-visible {outline: none;border: 1px solid var(--secondary);box-shadow: 0px 1px 10px var(--secondary-shadow);}.faq-container .left-nav .nav-list .section-name.selected:before {content: "";display: inline-block;position: absolute;width: 4px;top: -1px;left: 0;bottom: -1px;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);}.faq-container .left-nav .nav-list .section-name.searching {color: var(--grey-dark) !important;background: transparent;border-top-width: 0;border-bottom-width: 0;border-top-style: none;border-bottom-style: none;border-top-color: none;border-bottom-color: none;pointer-events: none;}.faq-container .left-nav .nav-list .section-name.searching:before {content: "";display: inline-block;position: absolute;width: 0;top: 0;left: 0;bottom: 0;background: none;}.faq-container .wave-bottom {z-index: 3;width: 100%;bottom: -20px;left: 0;}.faq-container .footer-wrapper {z-index: 2;position: relative;background: var(--white);}.faq-container #footer {padding-top: 112px;}#plans-first-break {margin-bottom: 0;}@media all and (max-width: 1900px) {.plans-container #hero-section {height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-1280.png");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;}.plans-container .cards-wrapper {top: 54%;}}@media all and (min-width: 820px) and (orientation: landscape) {.leadership-card.den {margin-left: auto !important;}.leadership-card.adrian {margin-right: auto !important;}}@media all and (min-width: 1600px) {.plans-container .hero-green-wave {margin-top: 400px;}}@media all and (min-width: 1700px) {.plans-container .hero-green-wave {margin-top: 220px;}}@media all and (min-width: 1780px) and (max-width: 1900px) {.plans-container .hero-green-wave {margin-top: 150px;}}@media all and (max-width: 1600px) {.plans-container .cards-wrapper {top: 50%;}}@media all and (max-width: 1400px) {.plans-container .cards-wrapper {top: 52%;}}@media all and (max-width: 1350px) {.plans-container .cards-wrapper {top: 54%;}}@media all and (max-width: 1280px) {.solutions-container h1.font-size-67 {font-size: 47px;}.plans-container #hero-section {margin-bottom: 80px;}.plans-container #plans-single-events {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-1280.jpg");background-attachment: fixed;background-position: left;background-repeat: no-repeat;background-size: cover;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg-1280.jpg");background-attachment: fixed;background-position: left;background-repeat: no-repeat;background-size: cover;}.plans-container .hero-wrapper h1, #plans-annual-sub .about-wrapper h2 {font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container .cards-wrapper {top: 58.5%;}.plans-container .hero-green-wave {margin-top: 0;}.plans-container #hero-section .elipses-container {top: 2.5vw;}.plans-container .cards-wrapper .legend-text {bottom: -136px;margin: 0;}.plans-container .hero-cards-container {background: linear-gradient(rgba(0, 0, 0, 0) 80%, var(--white) 80%);}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;}#plans-single-events .card {margin: 150px 0 120px auto;}#plans-white-label .card {margin: 145px 182px 130px auto;}#plans-annual-sub {padding: 50px 0 45px;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {align-items: center;}.faq-get-started-section {align-items: flex-start;padding: 0 32px;}.faq-get-started-section .input-container, .faq-get-started-section .main-container {width: clamp(50%, 90%, 832px);}.faq-get-started-section .input-wrapper {justify-content: flex-start;padding: 0 32px;}}.platform-not-available-page {width: 100vw;height: 100vh;font-size: 0;background-position: center;background-repeat: no-repeat;background-size: cover;display: flex;justify-content: center;align-items: center;position: fixed;top: 0;z-index: 1400;background-image: url("../img/no-index-assets/homepage-background.jpg");}.platform-not-available-page .text-container {width: 300px;height: 300px;background-color: rgb(255, 255, 255);font-size: 24px;text-align: center;display: flex;justify-content: center;align-items: center;margin: 0;padding: 15px;border-radius: 20px;font-family: "Montserrat", sans-serif;}.platform-not-available-page .text-container span {display: block;margin-bottom: 15px;}#CybotCookiebotDialog {font-family: "Montserrat", sans-serif !important;}#CybotCookiebotDialogHeader>a {display: none;}#CybotCookiebotDialogPoweredbyLink {background-image: url("../img/logo-cookie.svg") !important;background-repeat: no-repeat !important;background-size: contain !important;background-position: center !important;}#CybotCookiebotDialog[data-template="popup"] #CybotCookiebotDialogPoweredbyLink {min-height: 50px;background-position: left !important;}#CybotCookiebotDialogPoweredbyLink img {display: none;}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper button {border-radius: 6px;}@media screen and (min-width: 1280px) {#CybotCookiebotDialog[data-template="slideup"] {border-radius: 0;}.gdpr.d-flex.flex-row.align-items-center.sub-message-desktop {margin-top: 30px;}}@media screen and (max-width: 1279px) {#CybotCookiebotDialog[data-template="slideup"] #CybotCookiebotDialogPoweredbyLink {min-height: 50px;background-position: left !important;}}@media screen and (max-width: 479px) {.CybotCookiebotScrollContainer:not(.hide) {max-height: 10em !important;overflow-y: auto;}#CybotCookiebotDialogBodyLevelWrapper {max-height: 12em;overflow-y: auto;}.CybotCookiebotScrollContainer.active {max-height: initial !important;}#CybotCookiebotDialogDetailBody {max-height: calc(100vh - 400px);overflow-y: auto;}}@media screen and (max-width: 1700.1px) {.homepage-features .white-wave {width: 130%;left: 0%;bottom: 289px;}.white-background-for-svg {height: 290px;}.homepage-setup .large-ellipsis {display: none;}.homepage-setup .small-ellipsis {display: block;top: 50px;}.homepage-setup .small-ellipsis.first {top: 120px;}.homepage-testimonial .wave-top, .homepage-testimonial .wave-bottom {width: 130%;left: -15%;}.homepage-testimonial .wave-top {bottom: calc(100% - 100px);}}@media screen and (max-width: 1700px) {#video-features {background: linear-gradient(159deg, var(--secondary) 45%, var(--secondaryGradient1) 112%);}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) 5%, #1da140 112%);}}@media screen and (max-width: 1600px) {#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) 5%, #1da140 112%);}}@media screen and (max-width: 1500px) {#video-features {background: linear-gradient(159deg, var(--secondary) 50%, var(--secondaryGradient1) 112%);}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) 0%, #1da140 112%);}}@media screen and (min-width: 1400px) {.hero-wrapper {min-width: 1200px;}}@media screen and (max-width: 1400px) {#video-features {background: linear-gradient(159deg, var(--secondary) 55%, var(--secondaryGradient1) 112%);}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) -5%, #1da140 120%);}}@media screen and (max-width: 1200px) {#footer {padding: 60px 24px 0;}}@media screen and (max-width: 1366.1px) {.top-section .main-image-container .wave-purple {width: 138%;left: -29%;}.top-section .main-image-container .apple-pro-display {bottom: 10%;right: 23vw;width: 19.5vw;}.top-section .main-image-container .devices {bottom: -8%;right: 9%;width: 21.5vw;}.info-section h1 {padding-top: 0;margin-top: -45px;z-index: 4;}.scroll-wrapper {margin-top: 30px;}.homepage-community {min-height: auto;margin-top: 140px;margin-bottom: 65px;}.homepage-community .img-container {padding-right: 110px;max-width: 382px;}.homepage-community .circles-wrapper {top: -60px;}.homepage-community .circles-wrapper .circle-m {width: 59px;height: 59px;right: 32px;top: 40px;}.homepage-community .circles-wrapper .circle-l {width: 227px;height: 227px;right: -155px;top: 0px;}.homepage-community .circles-wrapper .circle-m {width: 59px;height: 59px;right: 32px;top: 40px;}.homepage-community .circles-wrapper .circle-l {width: 227px;height: 227px;right: -155px;top: 0px;}.homepage-setup .setup-wave-container {position: absolute;bottom: 0;right: 0;transform: scale(0.6);transform-origin: bottom right;visibility: hidden;}.homepage-design .design-wave-container {position: absolute;top: 0;right: 0;transform: scale(0.6);transform-origin: top right;visibility: hidden;}.homepage-setup {padding-bottom: 20px;}.homepage-design {padding-top: 160px;}.homepage-perks {margin-bottom: 110px;}.homepage-custom .section-title {margin-top: 110px;}.homepage-custom img.large {display: none;}.homepage-custom img.medium {display: block;}.homepage-testimonial .section-title {margin-bottom: 55px;max-width: 310px;}section.homepage-platform {min-height: initial;padding-top: 250px;padding-bottom: 220px;}section.homepage-platform .img-container {position: absolute;right: -100px;font-size: 0;overflow: hidden;width: 427px;height: 240px;top: 190px;}.homepage-footprint {min-height: 110vh;}.homepage-features .circles-wrapper {bottom: 20px;}.homepage-features .white-wave {bottom: 200px;}.white-background-for-svg {height: 200px;}}@media screen and (max-width: 1347px) {.container-extra-large {width: calc(100vw - 30px);}}@media screen and (min-width: 1301px) {}@media screen and (min-width: 1301px) {.scroll-container-header {position: relative;bottom: -16px;}}@media screen and (max-height: 800px) {.solutions-container #hero-section .elipses-container {height: 450px;width: 200px;padding-top: 0;}.solutions-container #hero-section .elipses-container img:first-child, .solutions-container #hero-section .elipses-container img:nth-child(3) {margin-top: 0;}.homepage-features .features-title {margin-top: 130px;}}@media screen and (min-width: 1280px) and (max-width: 1299px) and (max-height: 799px) {.hero-wrapper {top: calc(50% + 50px);}.hero-wrapper h1 {padding-bottom: 10px;}}@media screen and (max-width: 1280px) {.screens-split {display: none;}.screens-split-1280 {display: block;}#event-features .container-large>span {bottom: 50px;}.support-container .chat-container {margin-left: 50px;margin-right: 20px;margin-top: 20px;}}@media screen and (max-width: 1279px) {#footer .max-row {justify-content: flex-end;align-items: center;}.logo-wrapper {display: none;}#footer .logo-wrapper.d-none {display: none;flex-flow: column;padding-top: 65px;}}@media all and (min-width: 768px) and (max-width: 1279px) {.font-size-67.font-weight-bold.text-uppercase {font-size: 47px !important;}.hamburger-360 {display: none;}.header-nav ul li a {font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;letter-spacing: 0.0125em;padding: 8px 12px;border-radius: 6px;}.hamburger-360 {display: none;}.about-nav ul li a {font-style: normal;font-weight: 600;font-size: 14px;letter-spacing: 0.0125em;}.about-nav ul .home a {margin-right: 8px !important;border: 2px solid var(--primary);color: var(--primary-wcag);}.about-nav ul .features a {margin-right: 8px !important;border: 2px solid transparent;}.hero-wrapper p {max-width: 560px;font-size: 20px;line-height: 24px;}}@media screen and (max-width: 812px) {}@media screen and (max-width: 1166px) {.leadership-card .lead-profile-picture {height: 147px !important;}#solutions-webinars-section h2 {padding-right: unset;}.container-large {width: auto;padding: 0 147px;}#solutions-academic .container-large {width: 1166px;padding: 100px 15px;}.support-container .chat-container {display: flex;flex-direction: column;justify-content: center;align-items: center;max-height: 322px;margin-left: 50px;margin-right: 0;margin-top: -100px;}#video-features {background: linear-gradient(159deg, var(--secondary) 65%, var(--secondaryGradient1) 110%);}.networking-container>div>div p {max-width: 450px;}.desktop-only {display: none;}.mobile-only {display: flex;}.section-title {font-size: 47px;line-height: 47px;margin-left: -30px;margin-right: -30px;text-align: center;align-self: center;}#solutions-fairs-expos .section-title {margin-left: 0;margin-right: 0;}.top-section, .main-image-container, .info-section {height: auto;}.info-section {padding-top: 100px;}.top-section .main-image-container .wave-purple {width: 150%;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: -1px;}.top-section .main-image-container .devices {right: 11%;bottom: -188px;width: 348px;height: auto;}.top-section .main-image-container .apple-pro-display {right: 25%;bottom: -25px;width: 293px;height: auto;}.top-section .info-section h1 {padding-top: 100px;}.homepage-features {margin-top: -1px;}.homepage-features .white-wave {width: 150%;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.homepage-features .circles-wrapper .circle-l {bottom: 90px;}.homepage-features .circles-wrapper .circle-m {bottom: 0;right: -194px;}.homepage-features .circles-wrapper .circle-s {bottom: -50px;right: -150px;}.homepage-features .cards-wrapper .mobile-only {display: flex;}.homepage-features .cards-wrapper {max-width: 650px;margin: 0 -6px;position: relative;top: 100px;}.homepage-features .cards-wrapper .col {width: 50%;padding: 0 6px;}.homepage-features .cards-wrapper .col .single-card {margin: 15px 0;}.homepage-features .elipses-wrapper .elipse {bottom: 100px;}.homepage-features .features-title {margin-bottom: 25px;margin-bottom: -75px;font-size: 47px;line-height: 47px;max-width: 700px;}.community-text .primary-bck-button {min-width: 111px;margin: 12px auto 0 auto;}.homepage-community .circles-wrapper {top: 15px;}.homepage-community .circles-wrapper .circle-l {width: 177px;height: 177px;right: -125px;top: -140px;}.homepage-community .circles-wrapper .circle-m {width: 57px;height: 57px;right: 24px;top: -115px;}.homepage-community {margin-top: 165px;}.homepage-community .section-title {margin-bottom: 60px;}.homepage-community .community-text .img-container {padding-left: 0;display: flex;justify-content: center;align-self: center;}.homepage-community .img-container {padding-right: 0;}.homepage-community ul {margin-top: 60px;margin-bottom: 40px;}.homepage-community .demo-button {margin: 0 auto;}.homepage-setup .section-title {margin-top: 95px;margin-bottom: 60px;}.homepage-setup .small-ellipsis {display: block;z-index: -1;}.homepage-design .section-title {text-align: center;align-self: center;}#solutions-academic h2, #solutions-webinars-section h2 {margin-left: 0;text-align: left;}.homepage-perks {margin: 160px 0 80px;}.homepage-perks .section-title {margin-bottom: 54px;max-width: 650px;margin-left: auto;margin-right: auto;}.homepage-perks .cards-container {max-width: 672px;margin: 0 auto;}.homepage-perks .cards-container .single-perks-card {width: 50%;padding-left: 16px;padding-right: 16px;}.perks-card h4 {font-size: 18px;line-height: 24px;}.homepage-custom {padding-bottom: 80px;margin-bottom: 0;}.homepage-custom .section-title {margin-top: 80px;margin-bottom: 32px;max-width: initial;}.homepage-custom .img-container {margin-left: auto;margin-right: auto;}.homepage-custom ul {margin: 60px 0 40px;}.homepage-custom .demo-button {margin: 0 auto;}.homepage-testimonial {padding-top: 80px;}.homepage-testimonial .section-title {margin-bottom: 60px;max-width: initial;}.homepage-testimonial .wave-top {width: 160%;left: -45%;}.homepage-testimonial .wave-bottom {width: 170%;left: -60%;}.homepage-testimonial .carousel-wrapper .arrow {width: 44px;height: 88px;margin-top: 0;top: 147px;transform: translateY(0);}.homepage-testimonial .carousel-wrapper .arrow img {width: 16px;}.homepage-testimonial .single-slide .author {padding: 0 60px;min-height: 100px;}.slides-container .single-slide .testimonial-text-container {display: flex;}.slides-container .single-slide .testimonial-text-container svg {position: initial;flex: 0 0 30px;}.slides-container .single-slide .testimonial-text-container svg:last-of-type {margin-right: 20px;}.homepage-testimonial .carousel-wrapper .slick-dots {bottom: -50px;}section.homepage-platform {min-height: 100vh;padding-top: 80px;padding-bottom: 130px;}section.homepage-platform .section-title {margin: auto;margin-bottom: 40px;}section.homepage-platform .img-container {position: initial;margin-left: auto;margin-right: auto;}section.homepage-platform ul {margin-top: 40px;margin-bottom: 50px;}section.homepage-platform .setup-more {margin: auto;}.homepage-footprint .section-title {margin-bottom: 40px;}.homepage-footprint .green-list {margin-top: 0;margin-bottom: 40px;}.homepage-footprint .green-list .list-item {font-weight: 300;font-size: 18px;line-height: 24px;}.homepage-footprint .demo-button {margin: 0 auto;}.homepage-perks .cards-container .perks-card p {padding-top: 0;}.homepage-features .circles-wrapper {bottom: 0;}#features-description img.d-none {margin-top: -1px;}}@media screen and (max-width: 1101px) {.container-medium {width: auto;}#registration-process .container-medium {width: calc(100vw - 30px);}#video-features {background: linear-gradient(159deg, var(--secondary) 70%, var(--secondaryGradient1) 108%);}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) -20%, #1da140 122%);}}@media screen and (max-width: 1024px) {.font-size-18.font-weight-light.mobile-text-part {margin-top: 35px;}.faq-get-started-section .input-wrapper #get-started-search {width: 640px;}.attachment-local {background-attachment: local !important;}.position-local {background-position: 0 -200px !important;}.position-local-hero {background-position: 15% 72px !important;min-height: 100% !important;}.ios-height-fix {height: -webkit-fill-available !important;}.screens-one {display: block;}.screens-split-1280 {display: none;}#event-features .container-large>span {left: -30px;bottom: -20px;}.support-container>div .chat-one {display: block;margin-left: 60px;image-rendering: pixelated;}.support-container .chat-container {display: none;}#expo-features .expo-ellipse {margin-bottom: 0;}.font-size-24 {font-size: 18px;}.networking-container>div>div p {max-width: 86%;}#features-description .container {background: linear-gradient(-90deg, var(--primaryGradient2) -20%, #1da140 122%);}.curves-container>div>img {left: -16%;width: 150%;}.scroll-container button {display: flex;margin-left: auto;margin-right: auto;}.scroll-features h1 {text-shadow: none;}.scroll-features h2 {margin-bottom: 30px;}#features-list {margin-top: -36%;}#event-features .container-large .screens-image {width: 100%;height: auto;}.font-size-67 {font-size: 47px !important;text-align: center;line-height: 47px;font-variant: none !important;}.img-wrapper {flex-direction: column;}.img-wrapper div {margin-right: 0;order: 2;}.img-wrapper div p:last-of-type {margin-bottom: 0;}.img-wrapper picture {text-align: center;}.img-wrapper img {height: auto;width: 100%;max-width: 518px;margin: 40px auto 24px auto;order: 1;}.description-text {padding: 0;}.description-text p {padding-left: 50px;padding-right: 50px;font-size: 24px;}#event-features button {margin-top: 40px;margin-left: auto;margin-right: auto;}#networking-features {margin-top: 40px;}#networking-features h2 br {display: none;}.networking-container>div {flex-direction: column;margin-bottom: 0;}.networking-container>div>div p {max-width: initial;}.networking-container>div:nth-child(2) picture {order: 2;height: auto;margin-left: auto;margin-right: auto;margin-bottom: 40px;}.networking-container>div:nth-child(2) div {order: 1;}.networking-container picture:nth-child(even) {margin-left: auto;margin-bottom: 40px;}.networking-container img {max-width: 344px;width: 100%;margin-left: auto;margin-right: auto;margin-top: 26px;}.process-wrapper>div {padding-bottom: 18px;}.process-wrapper button {margin-left: auto;margin-right: auto;}.img-background-section::after {left: -70%;}#expo-features h2 br {display: none;}#expo-features .container-large>div {flex-direction: column;}#expo-features .container-large>div>div button {display: none;}#expo-features .container-large>div>.d-none {display: flex;margin-left: auto;margin-right: auto;}#expo-features img:not(.expo-ellipse) {margin: 26px 0 0;width: 100%;height: auto;}#expo-features>img:first-of-type {bottom: -75px;height: 360px;}#expo-features>img:last-of-type {height: 360px;bottom: -100px;}.support-container>div button {display: none;}#languages .support-container>div button {display: flex;}#languages .top-wave {left: -80%;}#languages .bottom-wave {left: -4%;width: 120%;height: 200px;}.support-container h2 {text-align: center;}.support-container>button.d-none {margin-left: auto;margin-right: auto;display: flex;}.img-background-section::before {left: -85%;}#support::after {left: -100%;}#video-features {padding-top: 80px;background: linear-gradient(159deg, var(--secondary) 64%, var(--secondaryGradient1) 108%);}#video-features h2 br {display: none;}.video-container {flex-flow: column;}.video-container img {display: none;}.video-container li:first-of-type img {display: block;margin-left: auto;margin-right: auto;margin-top: 40px;}#video-features::after {width: auto;left: -100%;}.safety-container>img {display: none;}.safety-container>div img {display: block;margin: 40px auto;}#languages::after {left: -60%;}#languages .blur-container {padding-right: 40px;}#languages h2 {text-align: center;}#languages button {margin-left: auto;margin-right: auto;}#statistics .container-large>div img {display: none;}#statistics .container-large>div:first-of-type img:first-of-type {display: block;}.statistic-wrapper {flex-flow: column;}.statistic-wrapper>img {display: none;}#statistics .container-large>img {display: block;margin-left: auto;margin-right: auto;margin-top: 26px;margin-bottom: 40px;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);max-width: 100%;height: auto;}.statistic-wrapper button {margin-left: auto;margin-right: auto;}.img-background-section .top-wave {left: -80%;}.ellipses {-webkit-transform: scale(0.6);-ms-transform: scale(0.6);transform: scale(0.6);bottom: -50px;z-index: 1;}.first-section {left: -125px;}.second-section {bottom: 45px;left: -120px;}#registration-process .top-wave {left: -70%;}#registration-process .container-medium {padding-bottom: 140px;}#registration-process .bottom-wave {width: 150%;left: -40%;}h2 {text-align: center;}h2.font-size-67 {font-size: 41px;}h2 br {display: none;}.homepage-design h2 br {display: inline;}p.font-size-24 {font-size: 18px;line-height: 24px !important;}.hero-wrapper {width: 100%;min-width: auto;padding: 0 64px;}#hero-section .wave {left: -14%;width: 120%;}#hero-section .elipses-container {width: 200px;height: 469px;bottom: 0;padding-top: 0;}#hero-section .elipses-container img {height: 100%;width: 100%;object-fit: contain;}#hero-section .elipses-container picture:first-child img {left: 0;margin-top: 0;}#hero-section .elipses-container picture:nth-child(2) img {left: -38px;margin-top: -45px;}#hero-section .elipses-container picture:nth-child(3) img {margin-top: 0;}#hero-section .elipses-container picture:nth-child(4) img {margin-top: -45px;left: -36px;}#about-event .container-large>p {margin-top: 0;}#solutions-online-conferences .container-large>p, #solutions-membership .container-large>p, #solutions-town-halls .container-large>p {margin-top: 0;}#solutions-online-conferences button, #solutions-membership button, #solutions-town-halls button {margin-left: auto;margin-right: auto;}.about-wrapper {flex-flow: column;}.about-wrapper h2 {padding-bottom: 18px;}.about-wrapper>div:first-of-type {margin: 0;}.about-wrapper li {font-size: 18px;}.about-wrapper li:last-of-type {padding-bottom: 16px;}.about-wrapper li::before {top: 7px;}.about-wrapper img {margin-bottom: 40px;}#about-event button {margin-left: auto;margin-right: auto;}#we-br1, #we-br2 {display: block;}.blur-container {padding: 40px;}#media-and-investor {margin-top: 0;margin-bottom: 0;}#management-team {margin-top: 0;}#learn-more {padding-top: 64px;padding-bottom: 200px;}.form {min-width: initial;}#learn-more>div .title {max-width: 610px;font-size: 47px;line-height: 44px;}.img-background-section .top-wave {left: -35%;}}@media screen and (max-width: 974px) {.container {width: auto;}}@media screen and (min-width: 940px) and (max-width: 1024px) {.secondary-nav ul li a, .secondary-nav ul li span {margin: 0 32px 0 0;}}@media screen and (max-width: 940px) {#video-features {background: linear-gradient(159deg, var(--secondary) 68%, var(--secondaryGradient1) 107%);}}@media screen and (max-width: 840px) {#video-features {background: linear-gradient(159deg, var(--secondary) 72%, var(--secondaryGradient1) 107%);}#footer {padding: 60px 48px 0;}}@media screen and (max-height: 800px) {#support>div {padding-top: 145px;padding-bottom: 130px;}}@media screen and (max-width: 768px) {video.tablet-video {margin-top: 7px !important;}.header-nav a.is-active {margin: 0;}.header-nav ul .about a.is-active {margin-bottom: 12px;}.header-nav ul .login a {margin: 0;}.carousel-wrapper .img-container {height: 240px;}.carousel-wrapper .arrow {width: 44px;height: 88px;}.carousel-container {padding-left: 64px;padding-right: 64px;}#footer .max-row {width: auto;}#cookie-banner .container-banner {flex-flow: column;padding: 20px 30px !important;}#cookie-banner .accept-button {width: 100%;margin: 0;padding: 8px 0 !important;text-align: center;margin-top: 20px;margin-left: auto !important;margin-right: auto !important;max-width: 375px;}#features {height: auto;}#video-features {background: linear-gradient(128deg, var(--secondary) 23%, var(--secondaryGradient1) 115%);}#event-features .container-large>span {left: 12px;bottom: -30px;}#event-features h3 {margin-top: 70px;}#event-features .container-large p {font-size: 18px;line-height: 24px;}.features-section {height: auto;}.hero-container {height: auto;}.hero-img-container {height: auto;}.hero-img-container picture {width: 100%;position: initial;}.hero-img-container img {width: 100%;}.hero-img-container .hero-tablet {display: block;height: auto;}.curves-container {height: 50%;bottom: -75px;}.curves-container>div>img {left: 0;object-position: left;}.center-page {width: 100%;height: 100%;left: 0;top: 0;}#registration-process {background-image: url("../img/features/registration-process/register_first_step768.webp");}#registration-process .container-medium {padding-bottom: 105px;}.center-page .position-relative {width: 100%;height: 100%;}.lobby-gif {top: 13.3%;left: 9.8%;width: 81%;height: 62.7%;}.ellipses {display: none;}.first-section {bottom: 50px;}.second-section {bottom: 80px;}.scroll-container>div {display: none;}.scroll-features h1 {display: none;}#features-description .container {padding-top: 50px;background: linear-gradient(-100deg, var(--primaryGradient2) 23.77%, #1da140 100.28%);}.description-text {max-width: 944px;margin: 0 auto;padding-top: 15%;padding-bottom: 8%;}.description-text p {font-style: normal;font-weight: 400;font-size: 24px;line-height: 35px;letter-spacing: 0.01em;}#features-description .d-none {display: flex;margin: 0;}#features-description .d-none img {position: relative;left: 0;width: 9px;height: 18px;display: block;}#features-description .container h1 {font-weight: bold;font-size: 7.151vh;text-transform: uppercase;letter-spacing: -0.04em;margin-bottom: 0;color: var(--white);text-align: center;display: block;font-variant: all-small-caps;}#features-description .button {margin: 32px auto 69px auto;}.scroll-down-icon-dark {display: none !important;}.description-text {padding-top: 100px;}.safety-container button {margin: 50px auto 0 auto;}#statistics .container-large>img {max-width: 100%;height: auto;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);}#safety .container-large {max-width: initial;width: 100%;}.video-container p {font-size: 18px;line-height: 24px;}#statistics p {line-height: 24px;}.modal-container-success .title {margin-bottom: 16px;font-size: 40px;line-height: 47px;letter-spacing: -0.04em;background: -webkit-linear-gradient(7.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}}@media screen and (max-width: 1024px) {.homepage-setup .setup-list .list-item:before, section.homepage-platform .green-list .list-item::before, .homepage-custom .green-list .list-item::before, .homepage-design .green-list .list-item::before, .homepage-community .green-list .list-item::before {top: 7px;}.green-list .list-item::before:not(.footprint-section) {top: 7px !important;}.hamburger-360 {margin-left: auto;position: absolute;right: 20px;display: flex;background: none;color: inherit;border: none;padding: 0;font: inherit;cursor: pointer;outline: inherit;}.hamburger-360 .h-360 {transition: 200ms ease;}.hamburger-360 .h-360.open {margin-top: 8px;transform: rotate(90deg);transition: 200ms ease;display: none !important;}.hamburger-360 .h-360-close {margin-top: 12px;display: none;}.hamburger-360 .h-360-close.open {display: block;}.hamburger-360 .menu-text {margin-left: 12px;font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;color: var(--primary-wcag);transition: 200ms ease;}.hamburger-360 .menu-text.hidden {opacity: 0;transform: translateY(10px);transition: 200ms ease;}.navigation-360.open {height: calc(100vh - 72px);overflow-y: auto;padding: 0;z-index: -1;width: 100%;display: flex;position: absolute;margin-top: 72px;top: 0;left: 0;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);background-color: var(--white);transform: translateY(0);transition: 150ms ease-in;}.navigation-360 ul {position: relative;z-index: -1;margin-top: 30px;margin-bottom: 0;}.navigation-360 ul li {position: relative;z-index: -1;margin-bottom: 23px;}.navigation-360 ul li:last-child {margin-top: 6px;}.navigation-360 ul li a {position: relative;font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;background: rgba(0, 0, 0, 0);}.header-nav ul .list-inline-item a {margin: 0;background: var(--white);}.navigation-360 .ul-separator {width: 36px;height: 1px;margin-top: 8px;background-color: var(--grey);}.header-nav {padding: 0 16px;}.header-nav.open {z-index: 20;padding-top: 18px;align-items: flex-start !important;position: fixed !important;width: 100%;height: 72px;background-color: var(--white);box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);}.header-nav .logo-link .onvent-logo-text {display: none;}.header-nav .onvent-logo-text-360 {display: block;margin: 0 0 0 0;}.header-nav.open .onvent-logo-text-360 {margin: 0;}.header-nav .navigation {display: none;}.section-title {margin-left: 0;margin-right: 0;font-size: 47px;line-height: 47px;}.green-list {margin-left: -8px;}.green-list .list-item {font-size: 18px;line-height: 24px;}.green-list .list-item::before {top: 9px;}.top-section .main-image-container .devices {right: 0;}.top-section .main-image-container .apple-pro-display {right: 20%;}.homepage-features .cards-wrapper {max-width: 330px;}.homepage-features .cards-wrapper .col {width: 100%;padding: 0;}.white-background-for-svg {height: 920px;}.homepage-features .circles-wrapper {bottom: 240px;}.homepage-features .circles-wrapper .circle-s {display: none;}.homepage-features .elipses-wrapper .elipse {bottom: 550px;}.homepage-features .white-wave {bottom: 920px;}.homepage-community .circles-wrapper {display: none;}.homepage-community .section-title {margin-bottom: 32px;}.homepage-community .community-text .img-container img {width: 206px;height: auto;align-self: flex-start;}.homepage-community ul {margin-top: 24px;}.homepage-setup .section-title {max-width: 310px;margin-top: 20px;margin-bottom: 40px;}.homepage-setup .main-image-container {width: 290px;border: 4px solid;border-radius: 4px;}.homepage-setup .main-image-container .live-action {width: 147px;height: 76px;top: 41px;left: 61px;}.homepage-setup .small-ellipsis {transform: scale(0.7);transform-origin: left top;}.homepage-setup .small-ellipsis.first {top: 130px;}.homepage-setup .small-ellipsis.second {top: 90px;}.homepage-setup .setup-list {margin-left: -8px;}.homepage-setup .setup-list .list-item {font-weight: 300;font-size: 18px;line-height: 24px;}.homepage-setup .setup-wave-container {transform: scale(0.3);visibility: hidden;}.homepage-design .design-wave-container {transform: scale(0.3);visibility: hidden;}.homepage-perks .section-title {margin-bottom: 12px;}.homepage-perks .cards-container {max-width: 304px;margin-left: auto;margin-right: auto;}.homepage-perks .cards-container .single-perks-card {width: 100%;padding-left: 0;padding-right: 0;}.homepage-custom .section-title {margin-top: 0;}.homepage-custom img.medium {display: none;}.homepage-custom .img-container {max-width: 100%;width: 302px;height: 187px;border: 4px solid black;border-radius: 4px;}.homepage-testimonial {padding-top: 0;}.homepage-testimonial .section-title {font-size: 47px;line-height: 47px;max-width: 300px;margin-bottom: 32px;}.homepage-testimonial .single-slide-wrapper {display: flex;flex-flow: column;}.slides-container .single-slide .company-logo-container {margin-bottom: 24px;}.slides-container .single-slide .company-logo-container img {width: 60px;height: auto;border-radius: 6px;border: 1px solid var(--grey);}.slides-container .single-slide .testimonial-text-container {margin-top: 0;padding-left: 24px;padding-right: 24px;}.slides-container .single-slide .testimonial-text-container .title {font-size: 14px;line-height: 120%;font-weight: 600;margin-bottom: 12px;}.slides-container .single-slide .testimonial-text-container svg {display: none;}.homepage-testimonial .single-slide .author {order: 2;flex-flow: column;position: relative;margin-top: 24px;}.slides-container .single-slide .author-name-container {margin-left: 0;margin-top: 12px;text-align: center;}.slides-container .single-slide .author-name {font-size: 16px;line-height: 20px;}.slides-container .single-slide .author-company {font-size: 16px;line-height: 24px;}.homepage-testimonial .carousel-wrapper .slick-dots {bottom: -40px;}.slides-container .single-slide .testimonial-text-container .content {font-size: 16px;line-height: 24px;margin-top: 12px;margin-bottom: 30px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {top: initial;bottom: 510px;}.homepage-testimonial .wave-top {top: initial;bottom: 480px;left: -25%;}.homepage-testimonial .author .wave-top {display: none;}.homepage-testimonial .wave-bottom {top: initial;bottom: -150px;width: 140%;left: -25%;}section.homepage-platform .section-title {max-width: 300px;}section.homepage-platform .img-container {width: 260px;height: 145px;}.homepage-footprint .card {padding-bottom: 22px;}.homepage-footprint .demo-button {position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: -18px;background: var(--white) !important;color: var(--primary-wcag) !important;font-weight: 600 !important;font-size: 14px !important;}.homepage-footprint .demo-button:focus, .homepage-footprint .demo-button:active {box-shadow: 0 !important;border: 0 !important;}.top-section .main-image-container .devices {width: 180px;bottom: -70px;right: 80px;}.top-section .main-image-container .apple-pro-display {width: 154px;right: 155px;bottom: 15px;}.info-section {padding-top: 30px;}.top-section .info-section h1 {font-size: 47px;line-height: 47px;padding-top: 50px;max-width: 200px;}.carousel-container.hp1>p {width: 100%;text-align: center;bottom: -46px;}.homepage #footer {padding-top: 100px;}.homepage .carousel-wrapper .arrow {top: calc(50% - 18px);}#hero-section {height: initial;min-height: 100vh;}.hero-wrapper p {font-size: 18px;line-height: 24px;}.hero-wrapper h1 {padding-bottom: 16px;font-size: 40px;line-height: 47px;}#solutions-online-conferences, #solutions-membership, #solutions-town-halls {padding-top: 105px;}#footer {height: 100%;padding: 60px 28px 0;}#footer>div {flex-wrap: wrap;padding: 0 80px;}#footer .max-row {margin-top: 60px;width: 100%;justify-content: center;}.footer-text {max-width: initial;}.social-media {margin-bottom: 86px;z-index: 1100;}}@media all and (min-width: 700px) {.homepage-testimonial .wave-bottom {bottom: -180px;}}@media screen and (max-width: 780px) and (max-height: 900px) {.modal {align-items: flex-start;overflow-y: auto;}.modal-container-form {border-radius: 0;}}@media screen and (max-width: 690px) {#footer>div {padding: 0 40px;}#video-features {background: linear-gradient(128deg, var(--secondary) 40%, var(--secondaryGradient1) 110%);}.modal-container-success .title {font-size: 29px;line-height: 35px;text-align: center;letter-spacing: -0.01em;}.modal-container-success .paragraph {margin-bottom: 70px;font-size: 18px;line-height: 35px;text-align: center;letter-spacing: -0.01em;}.support-container>div .chat-one {position: relative;order: 1;margin-left: auto;margin-right: auto;left: 30px;}.homepage-testimonial .wave-top {bottom: 500px;}}@media screen and (max-width: 650px) {.support-container>div .chat-one {order: 1;margin-left: auto;margin-right: auto;width: 100%;height: auto;margin-bottom: 40px;margin-left: 14px;left: 0;}.support-container>div {flex-flow: column;}.support-container>div>div {order: 2;}}@media screen and (max-width: 640px) {.homepage-testimonial .wave-top {bottom: 530px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 530px;}}@media screen and (max-width: 596px) {.homepage-testimonial .wave-top {bottom: 560px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 570px;}}@media screen and (max-width: 570px) {#footer>div {padding: 0 20px;}#video-features {background: linear-gradient(128deg, var(--secondary) 50%, var(--secondaryGradient1) 110%);}#expo-features .expo-ellipse {margin-right: -25px;transform: scale(0.7);}.item>div .white-button {display: none;}.item>.white-button {display: flex !important;margin-left: auto;margin-right: auto;max-width: 180px;margin-top: 24px;}}@media screen and (max-width: 565px) {.homepage-testimonial .wave-top {bottom: 580px;}}@media screen and (max-width: 530px) {.homepage-testimonial .wave-top {bottom: 630px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 630px;}}@media screen and (max-width: 520px) {.homepage-testimonial .wave-top {bottom: 650px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 650px;}}#footer>div .gdpr.d-none {display: none;}.shape-saver-hero-section {display: none;}@media all and (max-width: 480px) {img.device-tablet {max-height: 389px !important;}.shape-saver-hero-section {display: flex;width: 100vw;height: 45px;background-color: white;margin-top: -45px;z-index: 999;}#about-event {margin-top: -30px !important;padding-top: 0 !important;}.leadership-card.bjorn {order: 1;}.leadership-card.benjamin {order: 2;}.leadership-card.mihai {order: 3;}.leadership-card.den {order: 4;}.leadership-card.adrian {order: 5;}#management-team .people-cards-container .leadership-card {width: 47% !important;}.reducing {display: block;}#footer>div .gdpr {display: none;}#footer>div .gdpr.d-none {width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}#footer>div .gdpr.d-none a {min-width: 66px;}#footer .divider-mobile.d-none {width: 100%;display: flex;justify-content: center;align-items: center;}#footer .divider-mobile.d-none span.d-none {display: block;width: 40%;height: 1px;background: var(--grey-dark);margin: 20px auto 40px;}.modal-container-form #error-message-valid {bottom: -20px;}.modal-container-form .gdpr {margin-top: 8px;}.homepage-testimonial .wave-top {bottom: 580px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 580px;}.support-container>div .chat-one {margin-left: 12px;}.get-demo-header-btn {visibility: hidden;}.homepage-footprint {background-position: 82%;}.homepage-footprint .wave-bottom {width: 170%;left: -35%;}.top-section .wave-container {bottom: -308px;}.top-section .wave-container:after {bottom: 8px;}#expo-features .expo-ellipse {margin-right: -25px;margin-bottom: -20px;transform: scale(0.7);}.container-large, .homepage-design .container-large {padding: 0 28px;}.container-extra-large {width: 100%;}.carousel-wrapper {padding: 0 28px;}.carousel-container {padding-left: 0;padding-right: 0;}.carousel-wrapper .arrow {width: 44px;height: 88px;}.carousel-wrapper .arrow img {width: 20px;height: 42px;}.carousel-wrapper .arrow:first-child img {margin-right: 10px;}.carousel-wrapper .arrow:last-child img {margin-left: 10px;}.multiple-sliders {max-width: 100%;}.carousel-wrapper .img-container {height: 120px;}.checkbox-text {font-size: 14px;}#contact .checkbox-text {font-size: 14px;}.font-size-67 {word-break: break-word;font-size: 41px;}#event-features .container-large>span {font-size: 13px;bottom: -25px;}#event-features h3 {margin-top: 50px;}#features-description .container h1 {font-size: 47px;margin-top: 0;}#features-description {padding: 0 0 80%;}#features-description .d-none {margin-top: 0;}#features-description .button {margin-top: 58px;margin-bottom: 26px;}#features-description .container>.scroll-down, #features-description .scroll-container button {margin-top: 50px;}.curves-container {height: 55%;bottom: -50px;}.description-text {max-width: 310px;padding-top: 26%;}.description-text p {font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: 0.01em;padding: 0;}.list-items {padding-left: 12px;padding-right: 12px;}.item h3 {word-break: break-word;text-align: center;}.item li {font-size: 18px;}#features-list {margin-top: -75%;}#features-list>div>img {left: -30%;}#features-list .container {padding: 0 8px;}#event-features h3 {font-size: 20px;font-weight: 600;}.process-wrapper h4 {font-size: 20px;text-transform: initial;font-weight: 600;}#support .blur-container {padding-left: 8px;padding-right: 8px;}#languages .blur-container {padding: 0 20px;}.support-container h2 {word-break: break-word;}#support>div {padding-bottom: 100px;padding-top: 100px;}.video-container li:first-of-type img, .safety-container>div img {margin-left: auto;margin-right: auto;width: 100%;height: auto;}#video-features {padding-bottom: 0;background: linear-gradient(136deg, var(--secondary) 60%, var(--secondaryGradient1) 110%);}#video-features::after {background-position: right;}.video-container h4 {text-transform: none;font-size: 20px;line-height: 24px;}.video-container h4::before {top: 6px;}#statistics .container-large>img {width: 100%;height: auto;box-shadow: none;}.legend {flex-wrap: wrap;}.legend>div {width: calc(50% - 20px);margin-bottom: 16px;}.legend>div:nth-child(even) {margin-right: 0;}#networking-features h4 {font-size: 20px;line-height: 24px;font-weight: 600;text-transform: none;}#registration-process {background-image: url("../img/features/registration-process/register_first_step768.png");padding: 100px 0;}#registration-process .container-medium {width: 100%;padding: 0 12px;}#registration-process .bottom-wave {width: 120%;left: -4%;}.process-wrapper button {position: absolute;bottom: -62px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);white-space: nowrap;}.blur-container {padding: 40px 20px;}.networking-container img {max-width: 100%;height: auto;}.img-background-section .top-wave {left: -100%;}.img-background-section .bottom-wave {left: -70%;}#languages {min-height: initial;}#languages .top-wave {left: -70%;height: 110px;width: 190%;}#languages .bottom-wave {width: auto;left: -65%;}#languages>div {padding-top: 100px;padding-bottom: 150px;}#languages .support-container button {position: absolute;bottom: -21px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);white-space: nowrap;}.lobby-gif {top: 13.3%;left: 9.2%;width: 81.5%;height: 62.5%;}#safety {margin-top: 0;}#hero-section {height: initial;min-height: 100vh;}#hero-section .wave {left: -14%;width: 130%;height: 122px;bottom: 45px;}.hero-wrapper {position: relative;padding: calc(100vh - 525px) 28px 0;top: 0;left: 0;transform: none;z-index: 2;}.about-wrapper h2 {padding-bottom: 10px;}.about-wrapper img {max-width: 285px;}.about-wrapper .gif-container .video-call {top: 86px;right: 15px;width: 170px;height: 90px;}.blur-container {padding-left: 20px;padding-right: 20px;}.img-background-section {margin-bottom: 60px;}#media-and-investor {margin-bottom: 80px;}#media-and-investor h2 {padding-bottom: 40px;}#learn-more {padding: 8px 8px 200px;}.form {padding: 40px 20px;margin: 0 10px;}.form label {text-align: left;font-size: 16px;padding: 0;}.form textarea {padding-left: 8px;padding-right: 8px;}.form>div.non-empty label, .form label.focused {transform: translate(10px, -36px) scale(0.75);left: 3px;}.form>div.non-empty #usrform, #usrform.focused {transform: translate(10px, -20px) scale(0.75);}#hero-section .elipses-container {width: 90px;height: 300px;}#hero-section .elipses-container picture:first-child img {left: 0;margin-top: 35px;}#hero-section .elipses-container picture:nth-child(2) img {left: -40px;margin-top: 0;}#hero-section .elipses-container picture:nth-child(3) img {margin-top: 35px;}#hero-section .elipses-container picture:nth-child(4) img {margin-top: 0;left: -40px;}.scroll-container {bottom: 0;width: 100%;}#hero-section .scroll-container {bottom: 0;}.img-background-section .top-wave {left: -100%;}.homepage-setup .small-ellipsis.first {top: 125px;}.homepage-setup .small-ellipsis.second {top: 80px;}#support .top-wave {width: 140%;left: -40%;}#support .bottom-wave {width: 145%;}#expo-features>img:first-of-type {bottom: -50px;height: 280px;width: 100px;}#expo-features>img:last-of-type {height: 280px;bottom: -65px;width: 100px;}}@media screen and (max-width: 479px) {.carousel-container>p {margin: 0;bottom: -70px;font-size: 12px;}.carousel-wrapper .slick-dots {bottom: -30px;}.top-section .main-image-container .devices {width: 180px;bottom: -70px;right: 0;}.top-section .main-image-container .apple-pro-display {width: 154px;right: 75px;bottom: 15px;}.top-section .main-image-container .wave-purple {bottom: 3px;}.info-section {margin-top: -3px;}.homepage-testimonial .carousel-wrapper {padding: 0;}.homepage-testimonial .carousel-wrapper .arrow {background: var(--white);box-shadow: 0 2px 4px rgb(0 0 0 / 25%);}.homepage-testimonial .carousel-wrapper .arrow.arrow-left {left: 0;}.homepage-testimonial .carousel-wrapper .arrow.arrow-right {right: 0;}#media-and-investor a {font-size: 18px;line-height: 24px;}}@media all and (max-width: 1192px) and (max-height: 1366px) {.plans-container .hero-cards-container {margin-top: 150px;}}.secondary-nav.faq {display: none;}@media all and (min-width: 700px) and (max-width: 850px) {.plans-container .hero-cards-container.page-plans {margin-top: 70px;}.plans-container #hero-section.page-plans {background-position: 0 70px !important;background-size: contain;}}@media all and (min-width: 851px) and (max-width: 1025px) {.plans-container #hero-section.page-plans {background-position: 0 70px !important;background-size: contain;}}@media all and (max-width: 1024px) and (max-height: 1366px) {#solutions-town-halls .about-wrapper>.halls-text {padding-left: 0;}.about-container .hero-wrapper p {max-width: 640px;font-weight: 600;font-style: normal;font-size: 20px;line-height: 24px;}.solutions-container #hero-section .solutions-video-container {position: static;}.modal-container-form .modal-close-button:not(.fixed-close), .modal-container-form .modal-close:not(.fixed-submit) {display: none;}.get-demo-360 {width: 96px;position: absolute !important;left: 0;right: 0;margin: auto !important;border: none;position: relative;right: 0;display: flex;justify-content: center;align-items: center;min-width: auto;height: 36px;font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;color: var(--white) !important;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%) border-box;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;padding: 12px 24px;}.header-nav .logo-link {display: flex;justify-content: center;align-items: center;margin-top: 0;margin-right: -57px;height: 100%;width: 100px;position: absolute !important;left: 0 !important;right: auto !important;margin: auto !important;}.header-nav .onvent-logo-text-360 {margin: 0;}.header-nav.open .logo-link {display: flex;justify-content: center;align-items: center;margin-top: -18px;margin-right: -57px;height: calc(100% + 18px);width: 100px;}.faq-get-started-section .main-container .search-contact {margin: 60px auto 0;}.faq-get-started-section .main-container ul {margin: 16px 0 48px;}.faq-get-started-section .main-container li {margin-bottom: 24px;}#plans-annual-sub .about-wrapper .gif-container .video-call {right: 10px;}.faq-container .wave-bottom {display: none;}#footer .social-media p #contact-us-span {display: inline-block;font-size: 16px;line-height: 18px;font-weight: 500;color: var(--grey-dark);}#footer .social-media p a {text-decoration: none;font-size: 16px;}html {scroll-padding-top: 100px;}.secondary-nav {height: 55px;}.secondary-nav.faq {display: flex;height: 42px;cursor: default;}.secondary-nav.faq ul li span {cursor: pointer;}.secondary-nav.faq.searching {cursor: pointer;background: linear-gradient(164.25deg, #919191 -3.28%, #7c7c7c 17.78%, #747474 33.77%, #686868 70.8%, #666666 80.08%);}.secondary-nav.faq.searching ul li span {color: var(--grey);background: rgba(0, 0, 0, 0);pointer-events: none;}.secondary-nav ul li {height: 100%;margin-right: 0;}.secondary-nav ul li a {max-width: 120px;font-weight: 600;font-size: 12px;margin: 0;}.secondary-nav ul li span {max-width: 100px;font-weight: 600;font-size: 12px;margin: 0;}.secondary-nav ul li:last-of-type a, .secondary-nav ul li:last-of-type span {max-width: 120px;font-weight: 600;font-size: 12px;margin: 0;}.secondary-nav ul li .sub-conferences.tablet, .secondary-nav ul li .sub-fairs.tablet, .secondary-nav ul li .sub-webinars.tablet {display: flex;}.secondary-nav ul li .sub-conferences, .secondary-nav ul li .sub-fairs, .secondary-nav ul li .sub-webinars {display: none;}.solutions-container #hero-section {background-image: none;}.solutions-container #hero-section .scroll-container {bottom: 112px;}.solutions-container #hero-section .elipses-container {z-index: 1;height: 310px;left: 0;padding-top: 135px;bottom: 19px;}.solutions-container #hero-section .elipses-container img:first-child {left: -92px;margin-top: 0;bottom: -67px;}.solutions-container #hero-section .elipses-container img:nth-child(3) {left: -90px;margin-top: 0;bottom: -66px;}.solutions-container #hero-section .elipses-container img:nth-child(2) {bottom: -30px;}.solutions-container #hero-section .elipses-container img:nth-child(4) {bottom: 0;bottom: -30px;}#solutions-online-conferences {padding: 170px 0 80px;}#solutions-membership {min-height: unset;padding-bottom: 105px;}#solutions-fairs-expos, #solutions-webinars-section {min-height: unset;}#solutions-town-halls {padding-bottom: 70px;}#solutions-online-conferences .about-wrapper, #solutions-membership .about-wrapper, #solutions-town-halls .about-wrapper, #solutions-webinars-section .about-wrapper {flex-flow: column-reverse;}#solutions-online-conferences .about-wrapper h2 {width: 100%;max-width: 540px;position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);margin-top: 110px;}#solutions-membership .about-wrapper h2, #solutions-town-halls .about-wrapper h2 {width: 100%;max-width: 640px;position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);padding-bottom: 0;text-align: center;}#solutions-webinars-section .about-wrapper h2 {width: 100%;max-width: 640px;position: absolute;top: 10%;left: 50%;transform: translate(-50%, -50%);padding-bottom: 0;text-align: center;}#solutions-webinars-section .about-wrapper>div:first-of-type {margin: 0 auto;}#solutions-membership .about-wrapper button {left: 50%;bottom: -40px;transform: translate(-50%, 0);}#solutions-membership .about-wrapper .gif-container {left: 0;margin-top: 120px;}#solutions-town-halls .about-wrapper .gif-container {margin-top: 80px;top: 0;left: 0;}#solutions-webinars-section .about-wrapper {margin-bottom: 60px;}#solutions-webinars-section .about-wrapper .gif-container {margin-top: 130px;top: 0;left: 0;}.homepage-footprint.solutions-webinars .about-wrapper .button {margin: 24px auto 0;}#solutions-online-conferences .about-wrapper img {margin-bottom: 46px;}#solutions-town-halls .about-wrapper img, #solutions-webinars-section .about-wrapper img {margin-bottom: 24px;}#solutions-membership .about-wrapper img {margin-bottom: 0;}#solutions-online-conferences .about-wrapper>div:first-of-type {max-width: 640px;margin: 0 auto 24px;}#solutions-membership .about-wrapper>div:first-of-type {max-width: 640px;margin: 0 auto 24px;}#solutions-webinars-section .about-wrapper>div:first-of-type {width: 100%;max-width: 640px;margin: 0 auto;}#solutions-town-halls .about-wrapper>div:first-of-type {max-width: 640px;margin: 0 auto;}#solutions-town-halls .about-wrapper>div:first-of-type {padding: 0;}#solutions-town-halls #halls-first-br, #solutions-town-halls #halls-second-br {display: none;}#solutions-membership #membership-first-br, #solutions-membership #membership-second-br, #solutions-membership #membership-third-br {display: none;}#solutions-online-conferences .about-wrapper>div:first-of-type p, #solutions-membership .about-wrapper>div:first-of-type p, #solutions-town-halls .about-wrapper>div:first-of-type p {width: 100%;}#solutions-membership .about-wrapper>div:first-of-type p {margin-top: 0;}#solutions-town-halls .about-wrapper>div:first-of-type p {margin-top: 10px;}#solutions-webinars-section .about-wrapper>div:first-of-type p {max-width: 100%;width: 100%;margin-top: 0;}#solutions-webinars-section .elipses-container {height: 500px;width: 300px;right: -116px;top: 50px;}.homepage-footprint.solutions-fairs-expos p {padding-right: 151px;}.online-conferences-blur-container {top: -35%;right: -8%;}#solutions-membership .membership-blur-container {top: -14%;left: -80%;}#solutions-town-halls .membership-blur-container {top: -14%;left: -80%;}.solutions-hybrid {min-height: auto !important;background: url(../img/solutions/hybrid-events/solutions-hybrid-background-768.jpg);background-attachment: fixed;background-position: bottom;background-repeat: no-repeat;background-size: cover;}.homepage-footprint.solutions-hybrid .container-large {padding: 200px 24px;}.homepage-footprint.solutions-hybrid .card {max-width: 720px;min-height: 359px;max-height: unset !important;padding: 40px;margin: 0;}.homepage-footprint.solutions-fairs-expos .wave-top {z-index: 1;}.homepage-footprint.solutions-fairs-expos .card {position: relative;top: -44px;right: -130px;max-width: 720px;min-height: 391px;max-height: unset !important;padding: 40px;margin: 120px 0 88px;}.homepage-footprint.solutions-fairs-expos .card h2 {text-align: left;margin-bottom: 24px;}.homepage-footprint.solutions-hybrid .card .button {margin: 24px auto 0;}.homepage-footprint.solutions-fairs-expos .card .button {margin-top: 24px;}.homepage-footprint.solutions-hybrid .section-title {margin-bottom: 24px;}.solutions-fairs-expos {min-height: unset !important;background: url(../img/solutions/fairs-expos/solutions-fairs-expos-bg-768x.jpg);background-attachment: local;background-position: 50% 0;background-repeat: no-repeat;background-size: auto;}#solutions-membership .container-large, #solutions-fairs-expos .container-large {padding: 0;}#solutions-webinars-section .container-large {width: 100%;padding: 32px;margin: 0;}#solutions-membership .about-wrapper>div:first-of-type {padding-right: 0;}.solutions-academic {min-height: unset !important;background: url(../img/solutions/academic-conferences/solutions-academic-bg-768x.jpg);background-attachment: local;background-position: right;background-repeat: no-repeat;background-size: cover;}.homepage-footprint.solutions-academic .card {padding: 0;top: 10px;left: 64px;max-width: 1048px;min-height: 392px;max-height: unset !important;}#solutions-academic .card button {margin: 24px 0 0;}#solutions-academic .card h2 {margin-bottom: 24px;}#solutions-academic .card:first-of-type p {margin-top: 0;}#solutions-webinars-section {background: linear-gradient(159deg, #6e25cd 40.1%, var(--secondaryGradient1) 112%);}.plans-container #hero-section {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-tablet.png");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}.plans-container #plans-single-events {z-index: 1;height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-mobile.jpg");background-attachment: fixed;background-position: left;background-repeat: no-repeat;background-size: cover;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: cover;margin-bottom: 0;}.plans-container .hero-cards-container {margin-top: 0;}.plans-container .hero-wrapper h1, #plans-annual-sub .about-wrapper h2 {font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container .cards-wrapper {top: 78vw;}.plans-container .hero-green-wave {margin-top: -10vw;}.plans-container #hero-section .elipses-container {top: 18vw;}.plans-container .hero-wrapper {padding: 0 42px;}.plans-container #hero-section {margin-bottom: 0;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 30px;margin-top: 0;}.plans-container .cards-wrapper .legend-text {width: 640px;bottom: -210px;margin: 0;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;}#plans-single-events .card {position: relative;top: -50px;padding: 40px;margin: 500px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .card {position: relative;top: -100px;padding: 40px;margin: 750px 0 0 auto;border: 1px solid var(--grey);}#plans-single-events .card button, #plans-white-label .card button {margin: 40px auto 0;}#plans-single-events .container-large, #plans-white-label .container-large {padding: 0 24px;}#plans-annual-sub {padding: 100px 0 80px;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 0;}#plans-annual-sub .about-wrapper h2 {width: 640px;position: absolute;top: -58px;letter-spacing: -2.6px;left: 50%;transform: translate(-50%, -50%);}#plans-annual-sub .about-wrapper img {margin-bottom: 60px;}#plans-annual-sub button {margin: 40px auto 0;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {align-items: center;}.plans-container .cards-wrapper .plans-card {width: 224px;height: 870px;align-items: center;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {width: 224px;height: 783px;bottom: -1px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {padding: 18px 16px 0;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-action-btn {margin: 10px auto 24px;}.plans-card .card-title {white-space: normal;}.plans-card .text-main, .plans-card .text-span {white-space: normal;text-align: center;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: 0;}#plans-annual-sub .about-wrapper {flex-direction: column-reverse;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: -26%;right: -30%;opacity: 1;}.faq-wrapper {top: 114px;}.faq-container .left-nav {display: none;}.faq-get-started-section {z-index: 4;left: 0;width: 100%;padding: 0;align-items: center;}.faq-get-started-section .main-container {margin: 104px 0 0;padding-bottom: 60px;}.faq-get-started-section .input-wrapper {left: 0;width: 100%;padding: 0;justify-content: center;}@supports not (width: clamp(50%, 60%, 640px)) {.faq-get-started-section .input-container {position: relative;width: 640px;padding: 0;}.faq-get-started-section .main-container {position: relative;width: 640px;padding: 0 0 60px;}.faq-get-started-section.no-results .main-container {width: 100vw;}}.faq-get-started-section .input-container, .faq-get-started-section .main-container {position: relative;width: clamp(50%, 90%, 640px);}.faq-get-started-section.no-results .main-container {position: relative;width: 100vw;}}@media all and (max-width: 900px) and (max-height: 1366px) {.plans-container .cards-wrapper {top: 50%;}#solutions-webinars-section .elipses-container {right: -244px;}.homepage-footprint.solutions-academic .card {top: -24px;max-width: 448px;}}@media all and (max-width: 850px) and (max-height: 1366px) {.homepage-footprint.solutions-academic .card {padding-top: 20px;}.plans-container .hero-cards-container {position: relative;}.se-margin-top {margin-top: 400px;}.plans-container #hero-section {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-tablet.png");background-attachment: fixed;background-position: top;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}.plans-container #plans-single-events {z-index: 3;height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-mobile.jpg");background-attachment: fixed;background-position: left;background-repeat: no-repeat;background-size: cover;padding-bottom: 100px;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}#plans-annual-sub {padding: 200px 0 80px;}.plans-container .hero-wrapper h1, #plans-annual-sub .about-wrapper h2 {font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container .cards-wrapper {position: absolute;top: 55.5%;}.plans-container .hero-green-wave {margin-top: 0;}.plans-container .hero-wrapper {padding: 0 42px;}.plans-container #hero-section {margin-bottom: 0;}.plans-container #hero-section .elipses-container {top: 29vw;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 30px;margin-top: 0;}.plans-container .cards-wrapper .legend-text {max-width: unset;bottom: -200px;margin: 0;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;}#plans-single-events .card {position: relative;top: 140px;padding: 40px;margin: 250px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .card {position: relative;top: 50px;padding: 40px;margin: 350px 0 50px auto;border: 1px solid var(--grey);}#plans-single-events .card button, #plans-white-label .card button {margin: 40px auto 0;}#plans-single-events .container-large, #plans-white-label .container-large {padding: 0 24px;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 0;}#plans-annual-sub .about-wrapper h2 {width: 640px;position: absolute;top: -58px;left: 50%;transform: translate(-50%, -50%);}#plans-annual-sub .about-wrapper img {margin-bottom: 60px;}#plans-annual-sub button {margin: 40px auto 0;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {align-items: center;}.plans-container .cards-wrapper .plans-card {width: 224px;height: 870px;align-items: center;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {bottom: -1px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {padding: 18px 16px 0;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-action-btn {margin: 10px auto 24px;}.plans-card .card-title {white-space: normal;}.plans-card .text-main, .plans-card .text-span {white-space: normal;text-align: center;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: 0;}#plans-annual-sub .about-wrapper {flex-direction: column-reverse;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: -26%;right: -30%;opacity: 1;}}.solutions-container .hero-wrapper h1 .mobile-myonvent-span {display: none;}@media all and (max-width: 714px) and (min-width: 650px) {.plans-container .hero-green-wave {width: 100vw !important;height: 130vh !important;}}@media all and (max-width: 714px) {#solutions-membership .about-wrapper>div:first-of-type {margin: 0 28px 24px;}}.faq-get-started-section .main-container li:focus {outline: none;border-radius: none;box-shadow: none;}.faq-get-started-section .main-container li:focus {outline: none;border-radius: none;box-shadow: none;}@media all and (max-width: 730px) and (max-height: 926px) {#plans-annual-sub .about-wrapper .gif-container .video-call {width: 302px;height: 170px;top: 7px;right: 6px;}#plans-annual-sub .about-wrapper .gif-container .video-call .poster {width: 302px;height: 170px;top: 0;right: 0;}.faq-get-started-section .input-wrapper #get-started-search {width: 100%;}.about-container .hero-wrapper h1 {font-variant: all-small-caps;}.about-container .hero-wrapper p {max-width: 420px;font-weight: normal;font-style: normal;font-size: 18px;line-height: 24px;}.faq-get-started-section .input-container:focus-within, .faq-get-started-section .input-container.opened {box-shadow: none !important;}.faq-get-started-section .main-container li {padding-right: 32px;}.faq-get-started-section .main-container li:after {right: 0;}.faq-get-started-section .main-container li.focus-visible {overflow: hidden;outline: none;border-radius: none;box-shadow: none;}.solutions-fairs-expos {background-size: cover;}.faq-get-started-section .input-wrapper #get-started-search:focus, .faq-get-started-section .input-container.opened #get-started-search {margin-top: 1px;padding: 1.5px 27px 0;border: 1px solid var(--secondary) !important;}.faq-get-started-section .input-container:focus-within #search-action, .faq-get-started-section .input-container:focus-within #clear-search-action {top: 3px;}.faq-get-started-section .main-container ul {margin: 12px 0 40px;}.faq-get-started-section .main-container li {padding: 0 28px 0 16px;margin-bottom: 16px;}.faq-get-started-section .main-container li:after, .faq-get-started-section .main-container li.opened:after {top: 6px;}#solutions-town-halls {padding-bottom: 150px;}.solutions-academic {min-height: unset;background: url(../img/solutions/academic-conferences/solutions-academic-bg-480.jpg);background-attachment: local;background-position: right;background-repeat: no-repeat;background-size: 100% auto;}#solutions-academic .container-large {padding: 160px 0 !important;}.solutions-academic .wave-bottom {bottom: -4px;}.academic-white-container .wave-bottom {width: 100%;left: 0;bottom: -1px;}.academic-white-container.d-none {z-index: -1;position: relative;display: flex;width: 100%;height: 350px;background: var(--white);}.homepage-footprint.solutions-academic .card {position: absolute;padding: 0 28px;top: 73%;left: 50%;transform: translate(-50%, -50%);max-width: unset;max-height: unset;min-width: 100%;min-height: 534px;}#solutions-academic .card h2 {text-align: center;margin-bottom: 380px;}#solutions-academic .card button {margin: 24px auto 0;}#solutions-academic .card:first-of-type p {margin-top: 0;margin-left: auto;margin-right: auto;}.plans-container #hero-section {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-mobile.png");background-attachment: fixed;background-position: 25% 0;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}.plans-container #plans-single-events {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-mobile.jpg");background-attachment: fixed;background-position: 18% 0;background-repeat: no-repeat;background-size: cover;padding-bottom: 100px;margin-top: 1160px;}#plans-annual-sub {z-index: 2;}#plans-white-label {z-index: 1;height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}#plans-annual-sub {padding: 200px 0 80px;}.plans-container .hero-wrapper {top: 134px;max-width: 304px;padding: 0;}.plans-container .hero-wrapper h1 {margin: 0 auto 24px;max-width: 240px;font-size: 47px;line-height: 47px;}#plans-annual-sub .about-wrapper h2 {margin: 0 auto 24px;max-width: 310px;font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container #hero-section {margin-bottom: 0;}.plans-container #hero-section .elipses-container {top: 29vw;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 30px;margin-top: 0;}.plans-container .cards-wrapper .legend-text {max-width: 304px;bottom: -300px;margin: 0;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;margin-bottom: 24px;}#plans-single-events .card {max-height: unset;position: relative;top: 130px;padding: 24px 20px;margin: 110px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .card {position: relative;max-height: unset;top: 70px;padding: 40px;margin: 110px 0 50px auto;border: 1px solid var(--grey);}#plans-single-events .card button, #plans-white-label .card button {margin: 24px auto 0;}#plans-single-events .container-large, #plans-white-label .container-large {padding: 0 8px;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 0;}#plans-annual-sub .about-wrapper h2 {width: 640px;position: absolute;top: -58px;left: 50%;transform: translate(-50%, -50%);}#plans-annual-sub .about-wrapper .annual-pro-display {margin-bottom: 62px;max-width: 314px;max-height: 181px;}#plans-annual-sub .about-wrapper .annual-pro-gif {position: relative;max-width: 300px;max-height: 170px;top: -6px;left: 66.8%;transform: translate(-50%, 0);}#plans-annual-sub button {margin: 40px auto 0;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {position: relative;align-items: center;top: 12px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {padding: 18px 16px 0;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-title {max-width: 200px;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-action-btn {margin: 10px auto 24px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding: 40px 52px 0;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {width: 304px;height: 425px;bottom: -1px;}.plans-card .card-title {white-space: normal;}.plans-card .text-main, .plans-card .text-span {white-space: normal;text-align: center;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: 0;}#plans-annual-sub .about-wrapper {flex-direction: column-reverse;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: -60%;left: -65%;right: unset;opacity: 1;transform: scale(0.7);}.plans-container .cards-wrapper {position: relative;top: 118vw;left: 0;transform: none;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;margin: 0 auto;}.plans-container .cards-wrapper .plans-card {background: rgba(255, 255, 255, 0.7);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);width: 304px;height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {height: 425px;margin-bottom: 24px;}.plans-container #hero-section .elipses-container {display: none;}.plans-container .hero-cards-container {display: flex;align-items: center;margin-top: 20px;}.plans-container .hero-green-wave {position: absolute;top: 30px;left: 0;}.faq-wrapper {top: 120px;}.faq-container .left-nav {display: none;}.faq-get-started-section {z-index: 4;left: 0;width: 100%;padding: 0;align-items: center;}.faq-get-started-section .main-container {width: 100vw;margin: 60px 0 0;padding: 0 28px 108px;}.faq-get-started-section .main-container .title {font-size: 21px;line-height: 35px;}.faq-get-started-section .main-container li .question {font-weight: 600;font-size: 20px;line-height: 24px;}.secondary-nav.faq {display: none;}.faq-dropdown-nav {z-index: 19;position: fixed;top: 72px;left: 0;display: flex;width: 100%;height: 48px;background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);cursor: pointer;}.faq-dropdown-nav.searching {background: linear-gradient(164.25deg, #919191 -3.28%, #7c7c7c 17.78%, #747474 33.77%, #686868 70.8%, #666666 80.08%);}.faq-dropdown-nav .dropdown-backdrop {z-index: -1;position: fixed;top: 120px;left: 0;width: 100%;height: 100%;opacity: 0.25;background: var(--black-medium);}.faq-dropdown-nav .dropdown-wrapper {display: none;background-color: var(--white);}.faq-dropdown-nav .dropdown-wrapper.opened {display: flex;background-color: var(--white);}.faq-dropdown-nav .nav-list-dropdown {position: relative;height: auto;height: max-content;width: 100%;margin: 0;padding: 0 0 12px;background-color: var(--white);box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);}.faq-dropdown-nav .nav-list-dropdown .section-name {position: relative;display: flex;align-items: center;height: 48px;padding: 14px 60px 14px 28px;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: var(--grey-wcag);}.faq-dropdown-nav .nav-list-dropdown .section-name.selected:after {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='2' y='2' width='20' height='20'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12ZM4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20C7.58 20 4 16.42 4 12ZM12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='24' width='24' height='24' transform='rotate(90 24 0)' fill='%23208918'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat: no-repeat;content: "";display: inline-block;position: absolute;width: 24px;height: 24px;top: 12px;right: 16px;}.faq-dropdown-nav .nav-list-dropdown .section-name:after {background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.40531 19.33C2.0116 19.7129 1.39452 19.7429 0.965449 19.4002C0.452978 18.9908 0.415649 18.2248 0.885889 17.7675L8.87373 10L0.885891 2.23251C0.415651 1.77524 0.45298 1.0092 0.96545 0.59982C1.39452 0.257064 2.0116 0.287133 2.40531 0.669984L12 10L2.40531 19.33Z' fill='%23208918'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;content: "";display: inline-block;position: absolute;width: 12px;height: 20px;top: 14px;right: 22px;}.faq-dropdown-nav .nav-list {margin: 0;padding: 0;padding: 14px 60px 14px 28px;}.faq-dropdown-nav .nav-list.searching .section-name {color: var(--grey);}.faq-dropdown-nav .nav-list.searching:after {background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669984 2.40531C0.287134 2.0116 0.257063 1.39452 0.59982 0.965449C1.0092 0.452978 1.77524 0.415648 2.23251 0.885889L10 8.87373L17.7675 0.885888C18.2248 0.415649 18.9908 0.452977 19.4002 0.965448C19.7429 1.39452 19.7129 2.0116 19.33 2.40531L10 12L0.669984 2.40531Z' fill='%23CACBD0'/%3E%3C/svg%3E%0A");}.faq-dropdown-nav .nav-list:after {background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669984 2.40531C0.287134 2.0116 0.257063 1.39452 0.59982 0.965449C1.0092 0.452978 1.77524 0.415648 2.23251 0.885889L10 8.87373L17.7675 0.885888C18.2248 0.415649 18.9908 0.452977 19.4002 0.965448C19.7429 1.39452 19.7129 2.0116 19.33 2.40531L10 12L0.669984 2.40531Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");content: "";display: inline-block;position: absolute;width: 20px;height: 12px;top: 18px;right: 18px;bottom: 0;transition: 300ms ease;}.faq-dropdown-nav .nav-list.opened:after {transform: rotate(180deg);transition: 300ms ease;}.faq-dropdown-nav .section-name {display: none;font-weight: 600;font-size: 16px;line-height: 20px;color: var(--white);}.faq-dropdown-nav .section-name.selected {display: flex;}.faq-get-started-section .input-wrapper {left: 0;width: 100%;height: 44px;padding: 0;justify-content: center;}.faq-get-started-section .input-container {width: 100%;padding: 0;}.faq-get-started-section .main-container .search-contact {width: 100%;margin: 40px auto 0;}.faq-get-started-section .input-wrapper #get-started-search {height: 44px;border-top-width: 0;border-left-width: 0;border-right-width: 0;border-radius: 0;background: var(--grey-light);padding: 2px 28px 0;}.faq-get-started-section .input-wrapper #get-started-search::placeholder {color: var(--grey-wcag);font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.04em;opacity: 1;}.faq-get-started-section .input-wrapper #get-started-search.searching {padding: 2px 28px 0;border-top-width: 0;border-left-width: 0;border-right-width: 0;border-bottom-width: 1px;border-bottom-color: var(--grey);box-shadow: none;}.faq-get-started-section .input-container #search-action {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23777081'/%3E%3C/svg%3E%0A");}.faq-get-started-section .input-container #search-action, .faq-get-started-section .input-container #clear-search-action {top: 2px;right: 8px !important;width: 40px;height: 40px;background-color: var(--grey-light);}}@media all and (max-width: 680px) {.solutions-academic {background-size: unset;}}@media all and (max-width: 600px) {.plans-container #plans-single-events {margin-top: 1000px;}}@media all and (max-width: 500px) {.plans-container #plans-single-events {margin-top: 900px;}}@media all and (max-width: 610px) and (max-height: 926px) {.solutions-container .hero-wrapper h1 {font-size: 36px;line-height: 36px !important;}.solutions-container .hero-wrapper h1 .mobile-myonvent-span {display: inline-block;font-variant: normal !important;font-size: 36px;line-height: 36px !important;margin-bottom: 0;}.solutions-container .hero-wrapper .myonvent-outside-span {display: none;font-size: 36px;line-height: 36px !important;}.solutions-container .hero-wrapper p {font-weight: normal;font-size: 14px;line-height: 21px;letter-spacing: 0.01em;margin-top: 16px;}}#plans-single-events .wave-bottom.collapsed, #plans-white-label .wave-bottom.collapsed {display: none;}#plans-single-events .card.collapsed, #plans-white-label .card.collapsed, #plans-annual-sub .annual-text.collapsed, #solutions-online-conferences .container-large.collapsed, #solutions-hybrid-section .card.collapsed, #solutions-membership .about-wrapper.collapsed, #solutions-fairs-expos .card.collapsed, #solutions-town-halls .halls-text.collapsed, #solutions-academic .card.collapsed {display: none;}#plans-single-events .card.collapsed.big-screens, #plans-white-label .card.collapsed.big-screens, #plans-annual-sub .annual-text.collapsed.big-screens, #solutions-online-conferences .container-large.collapsed.big-screens, #solutions-hybrid-section .card.collapsed.big-screens, #solutions-fairs-expos .card.collapsed.big-screens, #solutions-town-halls .halls-text.collapsed.big-screens, #solutions-academic .card.collapsed.big-screens {display: block;}#solutions-membership .about-wrapper.collapsed.big-screens {display: flex;}@media all and (max-width: 480px) and (max-height: 926px) {#about-event h2.sustainability {font-style: normal;font-weight: bold;font-size: 41px !important;line-height: 47px;text-align: center;letter-spacing: -0.06em;font-variant-caps: small-caps;}#footer .terms-footer {position: relative;left: 14px;}#plans-single-events .card.collapsed.big-screens, #plans-white-label .card.collapsed.big-screens, #plans-annual-sub .annual-text.collapsed.big-screens, #solutions-online-conferences .container-large.collapsed.big-screens, #solutions-hybrid-section .card.collapsed.big-screens, #solutions-membership .about-wrapper.collapsed.big-screens, #solutions-fairs-expos .card.collapsed.big-screens, #solutions-town-halls .halls-text.collapsed.big-screens, #solutions-academic .card.collapsed.big-screens {display: none;}#plans-single-events .card.collapsed, #plans-white-label .card.collapsed, #plans-annual-sub .annual-text.collapsed, #solutions-online-conferences .container-large.collapsed, #solutions-hybrid-section .card.collapsed, #solutions-fairs-expos .card.collapsed, #solutions-town-halls .halls-text.collapsed, #solutions-academic .card.collapsed {display: block;}#solutions-membership .about-wrapper.collapsed {display: flex;}#solutions-hybrid-section .card.collapsed, #solutions-fairs-expos .card.collapsed {min-height: unset;}#solutions-hybrid-section.collapsed {margin-bottom: 180px;}#solutions-fairs-expos.collapsed {z-index: 1;margin-bottom: 200px;}#solutions-academic .card.collapsed h2 {margin-bottom: 380px;}#solutions-academic .card.collapsed {top: 42%;}.membership-blur-container .backdrop-blur {top: -10%;}.academic-white-container.collapsed.d-none {height: 140px;}#plans-single-events .wave-bottom.collapsed, #plans-white-label .wave-bottom.collapsed {display: block;}#plans-single-events .wave-bottom.collapsed.no-bottom {bottom: 0;}#plans-single-events .wave-bottom, #plans-white-label .wave-bottom {display: none;}#plans-single-events .card.collapsed {max-height: 660px;min-height: unset;margin: 110px 0 50px auto !important;}.online-conferences-blur-container .backdrop-blur.collapsed {height: 88%;}#plans-annual-sub .about-wrapper .blur-a.collapsed, #plans-annual-sub .about-wrapper .blur-b.collapsed {top: -75px;}#plans-annual-sub .about-wrapper .blur-a, #plans-annual-sub .about-wrapper .blur-b {margin-top: -30px;}#plans-white-label .card.collapsed {max-height: 423px;min-height: unset;}.more-expand-btn {font-weight: bold;font-size: 18px;line-height: 24px;color: var(--secondary);background: none;cursor: pointer;outline: none;border: none;padding: 0;margin: 0 !important;}.header-nav.open .logo-link {margin-right: 0;}#event-features .container-large p {margin: 10px 0 0 0;}#event-features .container-large p br {content: "";display: block;margin-bottom: 10px;}#solutions-fairs-expos .container-large {padding: 200px 24px;}.get-demo-360 {max-width: 95px;padding: 0 25.5px;}.header-nav .logo-link {margin-right: unset;}.plans-container #plans-single-events.ios-marginTop-fix {margin-top: 1950px;background-position: 14% -250px !important;}.plans-container #plans-single-events.collapsed.ios-marginTop-fix {margin-top: 2050px;background-position: 14% -188px !important;}#plans-single-events .wave-bottom, #plans-white-label .wave-bottom {width: 170%;}.solutions-container .hero-wrapper {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 200px 28px;}.solutions-container #hero-section {height: 100vh;background-image: none;background-attachment: local;}.solutions-container #hero-section .scroll-container {visibility: visible;bottom: 112px;}.solutions-container #hero-section .elipses-container {display: none;z-index: 1;height: 310px;left: 0;padding-top: 135px;bottom: 19px;}.solutions-container #hero-section .elipses-container img:first-child {left: -92px;margin-top: 0;bottom: -67px;}.solutions-container #hero-section .elipses-container img:nth-child(3) {left: -90px;margin-top: 0;bottom: -66px;}.solutions-container #hero-section .elipses-container img:nth-child(2) {bottom: -30px;}.solutions-container #hero-section .elipses-container img:nth-child(4) {bottom: 0;bottom: -30px;}#solutions-online-conferences {z-index: 2;padding: 170px 0 50px;}.homepage-footprint.solutions-hybrid p {margin: 0 24px;}#solutions-membership {min-height: unset;padding-bottom: 105px;}#solutions-membership.collapsed {padding-bottom: 50px;}#solutions-fairs-expos, #solutions-webinars-section {min-height: unset;}#solutions-town-halls {padding-top: 0;margin-top: 100px;padding-bottom: 230px;}#solutions-online-conferences .about-wrapper, #solutions-membership .about-wrapper, #solutions-town-halls .about-wrapper, #solutions-webinars-section .about-wrapper {flex-flow: column-reverse;}#solutions-online-conferences .about-wrapper h2 {width: 100%;max-width: 640px;position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);margin-top: 110px;}#solutions-membership .about-wrapper h2, #solutions-town-halls .about-wrapper h2 {width: 100%;max-width: 640px;position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);padding-bottom: 0;text-align: center;}#solutions-webinars-section .about-wrapper h2 {width: 100%;max-width: 640px;position: absolute;top: 10%;left: 50%;transform: translate(-50%, -50%);padding: 0 28px;text-align: center;margin: 40px 0 0;}#solutions-webinars-section .about-wrapper>div:first-of-type {margin: 0 auto;}#solutions-membership .about-wrapper button {left: 50%;bottom: -40px;transform: translate(-50%, 0);white-space: nowrap;}#solutions-online-conferences .about-wrapper .gif-container {margin-top: 0;}#solutions-membership .about-wrapper .gif-container {left: 0;}#solutions-town-halls .about-wrapper .gif-container {margin-top: 70px;top: 0;left: 0;}#solutions-webinars-section .about-wrapper {margin-bottom: 30px;}#solutions-webinars-section .about-wrapper .gif-container {margin-top: 130px;top: 0;left: 0;}#solutions-online-conferences .about-wrapper .gif-container .video-call {position: absolute;top: 27px;left: 46px;min-width: 268px;min-height: 168px;}#solutions-online-conferences .about-wrapper .gif-container .video-call video {width: calc(100% + 5px);left: -2.5px;}#solutions-online-conferences .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;left: 0;min-width: 268px;min-height: 168px;}#solutions-membership .about-wrapper .gif-container .video-call {position: absolute;top: -143px;right: -70px;min-width: 360px;min-height: 720px;transform: scale(0.485);}#solutions-membership .about-wrapper .gif-container .video-call .poster {z-index: -1;position: absolute;top: 0;right: 0;min-width: 360px;min-height: 720px;}.homepage-footprint.solutions-webinars .about-wrapper .button {margin: 24px auto 0;}#solutions-online-conferences .about-wrapper img {max-width: 360px;max-height: 222px;margin-bottom: 24px;}#solutions-town-halls .about-wrapper .gif-container .video-call {top: -142px;right: -72px;transform: scale(0.49);}#solutions-town-halls .about-wrapper .gif-container .video-call .poster {top: 0;right: 0;}#solutions-town-halls .about-wrapper img, #solutions-webinars-section .about-wrapper img {margin-bottom: 24px;}#solutions-town-halls .about-wrapper .halls-iphone-gif, #solutions-webinars-section .about-wrapper .webinars-mac-gif {max-width: unset;min-width: unset;}#solutions-membership .about-wrapper img {margin-bottom: 0;max-width: unset;}#solutions-online-conferences .about-wrapper>div:first-of-type, #solutions-membership .about-wrapper>div:first-of-type {max-width: 640px;margin: 0 auto 24px;}#solutions-webinars-section .about-wrapper>div:first-of-type {width: 100%;max-width: 640px;margin: 0 auto;}#solutions-town-halls .about-wrapper>div:first-of-type {max-width: 640px;margin: 0 auto;}#solutions-town-halls .about-wrapper>div:first-of-type {padding: 0;}#solutions-town-halls #halls-first-br, #solutions-town-halls #halls-second-br {display: none;}#solutions-membership #membership-first-br, #solutions-membership #membership-second-br, #solutions-membership #membership-third-br {display: none;}#solutions-online-conferences .about-wrapper>div:first-of-type p, #solutions-membership .about-wrapper>div:first-of-type p, #solutions-town-halls .about-wrapper>div:first-of-type p {width: 100%;}#solutions-online-conferences .about-wrapper>div:first-of-type p, #solutions-membership .about-wrapper>div:first-of-type p {margin-top: 0;}#solutions-town-halls .about-wrapper>div:first-of-type p {margin-top: 10px;}#solutions-webinars-section .about-wrapper>div:first-of-type p {max-width: 100%;width: 100%;margin-top: 0;}#solutions-webinars-section .elipses-container {display: none;}.homepage-footprint.solutions-fairs-expos p {padding-right: 0;}.online-conferences-blur-container {top: 60%;left: 46%;transform: translate(-50%, -50%) scale(1.8);}.online-conferences-blur-container .backdrop-blur {top: -35%;height: 140%;}.online-conferences-blur-container .blur-a {animation-name: shapeshifterA-480;-webkit-animation-name: shapeshifterA2-480;}.online-conferences-blur-container .blur-b {top: 16px;left: 20px;animation-name: shapeshifterB-480;-webkit-animation-name: shapeshifterB2-480;}@-webkit-keyframes shapeshifterA2-480 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(25px, 0);}}@-webkit-keyframes shapeshifterB2-480 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(-50px, -25px);}}@keyframes shapeshifterA-480 {0% {transform: translate(0, 0);}100% {transform: translate(25px, 0);}}@keyframes shapeshifterB-480 {0% {transform: translate(0, 0);}100% {transform: translate(-50px, -25px);}}#solutions-town-halls .membership-blur-container {top: 0;left: -40%;transform: scale(1.5);}#solutions-town-halls .membership-blur-container .blur-a {animation-name: shapeshifterP2-480;-webkit-animation-name: shapeshifterP-480;}#solutions-town-halls .membership-blur-container .blur-b {animation-name: shapeshifterR2-480;-webkit-animation-name: shapeshifterR-480;}@-webkit-keyframes shapeshifterP2-480 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(110px, 0);}}@keyframes shapeshifterP-480 {0% {transform: translate(0, 0);}100% {transform: translate(110px, 0);}}@-webkit-keyframes shapeshifterR2-480 {0% {-webkit-transform: translate(0, 0);}100% {-webkit-transform: translate(-40px, 55px) rotate(-15deg);}}@keyframes shapeshifterR-480 {0% {transform: translate(0, 0);}100% {transform: translate(-40px, 55px) rotate(-15deg);}}.solutions-hybrid {position: relative;margin-bottom: 400px;min-height: auto !important;background: url(../img/solutions/hybrid-events/solutions-hybrid-background-768.jpg);background-attachment: fixed;background-position: bottom;background-repeat: no-repeat;background-size: cover;}.homepage-footprint.solutions-hybrid .container-large {padding: 200px 0;}.homepage-footprint.solutions-hybrid .card, .homepage-footprint.solutions-fairs-expos .card {position: absolute;top: 80%;left: 0;right: 0;max-width: 100%;min-height: 534px;padding: 24px 20px;margin: 0 8px;}.homepage-footprint.solutions-fairs-expos .wave-top {left: 0;}.homepage-footprint.solutions-fairs-expos .card h2 {text-align: center;font-variant: normal;line-height: 47px;font-size: 47px;margin-bottom: 16px;}#solutions-town-halls .about-wrapper h2 {text-align: center;line-height: 47px;font-size: 52px;margin-bottom: 24px;}#solutions-town-halls .about-wrapper button {margin: 24px auto 0;}.homepage-footprint.solutions-hybrid .card .button {margin: 24px auto 0;}.homepage-footprint.solutions-fairs-expos .card .button {margin: 28px auto 0;}.homepage-footprint.solutions-hybrid .section-title {font-variant: normal;line-height: 47px;margin-bottom: 16px;}.solutions-fairs-expos {position: relative;margin-bottom: 400px;min-height: auto !important;background: url(../img/solutions/fairs-expos/solutions-fairs-expos-bg-480.jpg);background-attachment: fixed;background-position: bottom left;background-repeat: no-repeat;background-size: cover;}#solutions-membership .container-large {padding: 0 28px;}#solutions-webinars-section .container-large {width: 100%;padding: 32px;margin: 0;}#solutions-membership .about-wrapper>div:first-of-type {padding-right: 0;}#solutions-webinars-section {background: linear-gradient(159deg, #6e25cd 40.1%, var(--secondaryGradient1) 112%);}#solutions-webinars-section .about-wrapper .gif-container .video-call {position: absolute;top: 64px;left: 7.5px;min-width: 321px;min-height: 180px;transform: scale(1.01);}#solutions-webinars-section .about-wrapper .gif-container .video-call .poster {margin-top: 0;z-index: -1;position: absolute;top: 0;left: 0;min-width: 321px;min-height: 180px;}#solutions-webinars-section .about-wrapper img {position: relative;min-width: 336px;max-height: 254px;margin-top: 56px;}.plans-container #hero-section {height: max-content;min-height: max-content;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-mobile.png");background-attachment: fixed;background-position: 25% 0;background-repeat: no-repeat;background-size: cover;margin-bottom: 0;}.plans-container #plans-single-events {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-mobile.jpg");background-attachment: fixed;background-position: 14% 0;background-repeat: no-repeat;background-size: cover;padding-bottom: 100px;margin-top: 880px;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: cover;margin-bottom: 100px;}#plans-annual-sub {padding: 200px 0 80px;}.plans-container .hero-wrapper {top: 134px;max-width: 304px;padding: 0;}.plans-container .hero-wrapper h1 {margin: 0 auto 24px;max-width: 240px;font-size: 47px;line-height: 47px;}#plans-annual-sub .about-wrapper h2 {margin: 0 auto 24px;max-width: 310px;font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container #hero-section .elipses-container {top: 29vw;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 30px;margin-top: 0;}.plans-container .cards-wrapper .legend-text {max-width: 304px;bottom: -280px;margin: 0;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;margin-bottom: 24px;}#plans-single-events .card {max-height: unset;position: relative;top: 152px;padding: 24px 20px;margin: 110px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .card {position: relative;max-height: unset;top: 130px;padding: 40px;margin: 210px 0 50px auto;border: 1px solid var(--grey);}#plans-single-events .card button, #plans-white-label .card button {margin: 24px auto 0;}#plans-single-events .container-large, #plans-white-label .container-large {padding: 0 8px;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 0;}#plans-annual-sub .about-wrapper h2 {width: 640px;position: absolute;top: -58px;left: 50%;transform: translate(-50%, -50%);}#plans-annual-sub .about-wrapper .annual-pro-display {margin-bottom: 62px;max-width: 314px;max-height: 181px;}#plans-annual-sub .about-wrapper .annual-pro-gif {position: relative;max-width: 300px;max-height: 170px;top: -6px;left: 66.8%;transform: translate(-50%, 0);}#plans-annual-sub button {margin: 40px auto 0;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {position: relative;align-items: center;top: 12px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {padding: 18px 16px 0;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-title {max-width: 200px;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-action-btn {margin: 10px auto 24px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding: 40px 52px 0;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {bottom: -1px;}.plans-card .card-title {white-space: normal;}.plans-card .text-main, .plans-card .text-span {white-space: normal;text-align: center;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: 0;}#plans-annual-sub .about-wrapper {flex-direction: column-reverse;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: 20%;left: 15%;opacity: 1;transform: scale(1.7);}.plans-container .cards-wrapper {position: relative;top: 104vw;left: 0;transform: none;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;margin: 0 auto;}.plans-container .cards-wrapper .plans-card {width: 304px;height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {height: 425px;margin-bottom: 24px;}.plans-container #hero-section .elipses-container {display: none;}.plans-container .hero-cards-container {height: max-content;min-height: max-content;display: flex;align-items: center;margin-top: 20px;}.plans-container .hero-green-wave {position: absolute;top: 30px;left: 0;}}.report-input-wrapper input:focus {border: 2px solid var(--secondary);}@media (hover: hover) {.report-input-wrapper input:hover {border: 2px solid var(--secondary);}.report-submit-btn:hover {box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.report-submit-btn:disabled:hover {box-shadow: none;}#new-we-are .gdpr .checkbox__input:hover .checkbox__control {border: 2px solid var(--secondary);}#new-we-are .gdpr .checkbox__input:hover input:checked+.checkbox__control {border: 1px solid transparent;}#management-team .leadership-card .user-email:hover {color: var(--secondary);}#management-team .leadership-card .linkedin-tag svg:hover path {fill: url(#hover-gradient);}.faq-get-started-section .input-container:hover {box-shadow: 0 0 0 1px var(--secondary);}.faq-get-started-section .input-container:hover #search-action {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");}.faq-get-started-section .input-container #search-action:hover, .faq-get-started-section .input-container #search-action:focus {background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5006 11.0006H11.7106L11.4306 10.7306C12.6306 9.33063 13.2506 7.42063 12.9106 5.39063C12.4406 2.61063 10.1206 0.390626 7.32063 0.0506256C3.09063 -0.469374 -0.469374 3.09063 0.0506256 7.32063C0.390626 10.1206 2.61063 12.4406 5.39063 12.9106C7.42063 13.2506 9.33063 12.6306 10.7306 11.4306L11.0006 11.7106V12.5006L15.2506 16.7506C15.6606 17.1606 16.3306 17.1606 16.7406 16.7506C17.1506 16.3406 17.1506 15.6706 16.7406 15.2606L12.5006 11.0006ZM6.50063 11.0006C4.01063 11.0006 2.00063 8.99063 2.00063 6.50063C2.00063 4.01063 4.01063 2.00063 6.50063 2.00063C8.99063 2.00063 11.0006 4.01063 11.0006 6.50063C11.0006 8.99063 8.99063 11.0006 6.50063 11.0006Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");}.faq-get-started-section .input-container #clear-search-action:hover, .faq-get-started-section .input-container #clear-search-action:focus {background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.47 0 0 4.47 0 10C0 15.53 4.47 20 10 20C15.53 20 20 15.53 20 10C20 4.47 15.53 0 10 0ZM14.3 14.3C13.91 14.69 13.28 14.69 12.89 14.3L10 11.41L7.11 14.3C6.72 14.69 6.09 14.69 5.7 14.3C5.31 13.91 5.31 13.28 5.7 12.89L8.59 10L5.7 7.11C5.31 6.72 5.31 6.09 5.7 5.7C6.09 5.31 6.72 5.31 7.11 5.7L10 8.59L12.89 5.7C13.28 5.31 13.91 5.31 14.3 5.7C14.69 6.09 14.69 6.72 14.3 7.11L11.41 10L14.3 12.89C14.68 13.27 14.68 13.91 14.3 14.3Z' fill='%23007DBB'/%3E%3C/svg%3E%0A");}.faq-get-started-section .input-container #search-action:hover:disabled, .faq-get-started-section .input-container #clear-search-action:hover:disabled {background-color: var(--white);}.faq-container .left-nav .nav-list .section-name:hover {position: relative;background: var(--halfPurple);}.faq-container .left-nav .nav-list .section-name:hover:before {content: "";display: inline-block;position: absolute;width: 4px;top: 0;left: 0;bottom: 0;background: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);}.white-button:hover {box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.secondary-bck-button:hover {border-color: var(--white);color: var(--white);box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.card-action-btn:hover, .white-touch-button:hover {border-color: rgba(0, 0, 0, 0);color: var(--white) !important;background: var(--primary-wcag);}.white-touch-button:hover:before {background-image: none;}.primary-bck-button:hover {border-color: var(--white);color: var(--white) !important;box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.linkedin-link:hover svg {filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.14));transition: 150ms ease;}.linkedin-link:hover svg path {fill: var(--linkedin);}.facebook-link:hover svg {filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.14));transition: 150ms ease;}.facebook-link:hover svg path {fill: var(--facebook);}.link-hover:hover {color: var(--secondary);}.link-hover:hover span::after {content: "";position: absolute;width: calc(100% + 24px);height: calc(100% + 14px);left: -12px;padding: 8px 0;top: 50%;transform: translateY(-50%);border: 1px solid var(--secondary);border-radius: 6px;}.modal-close:disabled:hover {box-shadow: none;}.modal-close:hover {border: 2px solid transparent;color: var(--white) !important;box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);background: linear-gradient(164.25deg, var(--primaryGradientA) -3.28%, var(--primaryGradientB) 17.78%, var(--primaryGradientC) 33.77%, var(--primaryGradientD) 70.8%, var(--primaryGradientE) 80.08%);}.header-nav .logo-link:hover {box-shadow: none;}.hero-demo-btn:hover {box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.4) !important;transition: 150ms ease;}.more-btn:hover {box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}.cards-container .perks-card:hover {overflow: hidden;background: var(--primaryGradient1);box-shadow: inset -100px -100px 200px var(--primaryGradient2), 0px 14px 24px rgba(32, 15, 54, 0.25);-moz-box-shadow: inset -100px -100px 200px var(--primaryGradient2), 0px 14px 24px rgba(32, 15, 54, 0.25);-webkit-box-shadow: inset -100px -100px 200px var(--primaryGradient2), 0px 14px 24px rgba(32, 15, 54, 0.25);transition: 500ms ease;transition-property: background, box-shadow;}.cards-container .perks-card:hover p, .cards-container .perks-card:hover h4 {color: var(--white);transition: 300ms ease;transition-property: color;}.cards-container .perks-card:hover a {background: var(--white);box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);border-radius: 6px;transition: 500ms ease;transition-property: background, box-shadow;}.cards-container .perks-card:hover svg {opacity: 0;transition: 250ms ease;transition-property: opacity;}.cards-container .perks-card:hover .bottom-row .cursor-svg, .cards-container .perks-card:hover .bottom-row .cursor-svg path {opacity: 1;fill: white;transition: 500ms ease;transition-property: opacity;}.form .primary-bck-button:disabled:hover {box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);}.header-nav .demo button:hover {box-shadow: 0px 14px 24px rgba(32, 15, 54, 0.25);}}.home a:hover, .features a:hover, .solutions a:hover, .plans a:hover, .faq a:hover, .about a:hover, .login a:hover {box-shadow: none;color: var(--web-black) !important;transition: 150ms ease;}.home a:hover:active, .features a:hover:active, .solutions a:hover:active, .plans a:hover:active, .faq a:hover:active, .about a:hover:active, .login a:hover:active {box-shadow: none;color: var(--web-black) !important;transition: 150ms ease;}.home a:hover:active:before, .features a:hover:active:before, .solutions a:hover:active:before, .plans a:hover:active:before, .faq a:hover:active:before, .about a:hover:active:before, .login a:hover:active:before {background-image: none;box-shadow: none;}.home a:focus, .features a:focus, .solutions a:focus, .plans a:focus, .faq a:focus, .about a:focus, .login a:focus {outline: none;}.home a.focus-visible, .features a.focus-visible, .solutions a.focus-visible, .plans a.focus-visible, .faq a.focus-visible, .about a.focus-visible, .login a.focus-visible {outline: none;background: var(--white);position: relative;color: var(--web-black) !important;}.home a.focus-visible:before, .features a.focus-visible:before, .solutions a.focus-visible:before, .plans a.focus-visible:before, .faq a.focus-visible:before, .about a.focus-visible:before, .login a.focus-visible:before {z-index: -1;content: "";position: absolute;top: -2px;left: -2px;bottom: -2px;right: -2px;background-image: linear-gradient(156.39deg, var(--secondary) 48.1%, var(--secondaryGradient1) 105%);box-shadow: 0px 1px 10px var(--secondary-shadow);border-radius: 8px;}@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {.homepage-footprint .card, .homepage-footprint.solutions-hybrid .card, .homepage-footprint.solutions-fairs-expos .card {background: rgba(255, 255, 255, 0.7);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);}.homepage-footprint.solutions-academic .card, .homepage-footprint.solutions-webinars .card {background: none;-webkit-backdrop-filter: none;backdrop-filter: none;}.carousel-wrapper .arrow {background: rgba(255, 255, 255, 0.5);-webkit-backdrop-filter: blur(14px);backdrop-filter: blur(14px);}.secondary-nav {background: rgba(239, 239, 239, 0.8);backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);}.blur-container {background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(1px);-webkit-backdrop-filter: blur(1px);}.blur-container .blur-overlay {-webkit-backdrop-filter: blur(1px);backdrop-filter: blur(1px);}#support-customization .blur-container {background-color: rgba(255, 255, 255, 0.5);}#support-customization .blur-overlay {-webkit-backdrop-filter: blur(20px);backdrop-filter: blur(20px);}.plans-container .cards-wrapper .plans-card {backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);background: rgba(255, 255, 255, 0.8);}.online-conferences-blur-container .backdrop-blur, .membership-blur-container .backdrop-blur, #footer .footer-blur-container .backdrop-blur {backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);background: rgba(255, 255, 255, 0.5);}#footer .footer-blur-container .backdrop-blur {background: rgba(255, 255, 255, 0.1);}}@media screen and (max-width: 432px) {.academic-white-container.d-none {height: 380px;}.homepage-footprint.solutions-academic .card {top: 78%;}#solutions-academic .card h2 {margin-bottom: 400px;}}@media screen and (max-width: 426px) {.modal-container-form #error-message-valid {bottom: -28px;}.modal-container-form .gdpr {margin-top: 10px;}.solutions-hybrid, .solutions-fairs-expos {margin-bottom: 450px;}.academic-white-container.d-none {height: 360px;}.homepage-footprint.solutions-academic .card {top: 75%;}}@media screen and (max-width: 400px) {.homepage-testimonial .wave-top {bottom: 630px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 614px;}}@media screen and (max-width: 390px) {#video-features {background: linear-gradient(136deg, var(--secondary) 70%, var(--secondaryGradient1) 110%);}.homepage-testimonial .wave-top {bottom: 660px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 640px;}.social-media p {text-align: center;}.academic-white-container.d-none {height: 380px;}.homepage-footprint.solutions-academic .card {top: 80%;}#solutions-academic .card h2 {margin-bottom: 400px;}.plans-container #plans-single-events.ios-marginTop-fix {margin-top: 2050px;}}@media screen and (min-width: 374px) and (max-width: 640px) {#solutions-online-conferences .about-wrapper h2 {padding: 0 48px;}#solutions-online-conferences .about-wrapper h2.online-conf {padding: 0 !important;}}@media screen and (min-width: 454px) and (max-width: 640px) {#solutions-online-conferences .about-wrapper h2 {padding: 0 52px;}}@media all and (max-width: 420px) {#plans-white-label .wave-bottom.collapsed {bottom: 100px;}#plans-white-label .wave-bottom.collapsed.no-bottom {bottom: 30px;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-short-420.jpg");background-attachment: local;background-position: top left;background-repeat: no-repeat;background-size: 100% auto;margin-bottom: 220px;}#plans-white-label.collapsed {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-short-420.jpg");background-attachment: local;background-position: top left;background-repeat: no-repeat;background-size: 100% auto;margin-bottom: 150px;}#plans-white-label .card.collapsed {top: 100px;margin: 110px 0 50px auto !important;}#plans-white-label .card {position: relative;max-height: unset;top: 220px;padding: 40px;margin: 0 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .wave-bottom {width: 170%;bottom: 30px;}}@media screen and (max-width: 380px) {.plans-container .cards-wrapper {top: 114vw;}}@media screen and (max-width: 480px) {.title-mobile-container {display: block !important;}.title-desktop-container {display: none !important;}h2.font-size-67.font-weight-bold.text-uppercase {letter-spacing: -0.1em;}.support-container.position-relative .font-size-67.font-weight-bold.text-uppercase.line-height-70 {font-size: 40px !important;}}@media screen and (max-width: 375px) {.about-wrapper.d-flex h2.font-size-67.font-weight-bold.text-uppercase {letter-spacing: -0.04em;word-break: unset;margin-left: -5px;}.support-container.position-relative .font-size-67.font-weight-bold.text-uppercase.line-height-70 {letter-spacing: -4.3px;}#plans-white-label .card.collapsed {top: 120px;}#video-features {background: linear-gradient(125deg, var(--secondary) 50%, var(--secondaryGradient1) 110%);}.solutions-hybrid {margin-bottom: 520px;}.plans-container #plans-single-events {margin-top: 720px;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-short.jpg");background-attachment: local;background-position: top left;background-repeat: no-repeat;background-size: 100% auto;margin-bottom: 220px;}#plans-white-label.collapsed {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-short.jpg");background-attachment: local;background-position: top left;background-repeat: no-repeat;background-size: 100% auto;margin-bottom: 150px;}#plans-white-label .card {position: relative;max-height: unset;top: 240px;padding: 40px;margin: 0 0 50px auto;border: 1px solid var(--grey);}.solutions-academic {min-height: unset;background: url(../img/solutions/academic-conferences/solutions-academic-short.jpg);background-attachment: local;background-position: top 60% left 0;background-repeat: no-repeat;background-size: 100% auto;}#solutions-academic .container-large {padding: 154px 0 !important;}#solutions-academic .card h2 {margin-bottom: 380px;}}@media screen and (max-width: 414px) {.about-myonvent-text-container h2 {font-family: "Montserrat" !important;font-style: normal !important;font-weight: 700 !important;font-size: 47px !important;line-height: 47px !important;text-align: center !important;letter-spacing: -0.04em !important;font-variant: small-caps !important;color: #0f0f0f !important;}}@media screen and (max-width: 374px) {.support-container h2 {font-size: 10vw;line-height: normal;word-break: unset;}}@media screen and (max-width: 370px) {#hero-section .wave {height: auto;}.hero-wrapper p {font-weight: 300;font-size: 18px;line-height: 24px;}}@media screen and (max-width: 361px) {#networking-features h2 {font-size: 11vw;line-height: normal;word-break: unset;}}@media screen and (max-width: 360px) {.faq-get-started-section.no-results .main-container {margin: 150px 0 0;}.homepage-testimonial .wave-bottom {bottom: -90px;}#footer {padding: 60px 0 0 0;}#footer>div {padding: 0 28px;}.solutions-hybrid {margin-bottom: 520px;}.academic-white-container.d-none {height: 380px;}.homepage-footprint.solutions-academic .card {top: 82%;}#solutions-academic .card h2 {margin-bottom: 380px;}.plans-container #hero-section {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/hero-section/plans-hero-bg-mobile.png");background-attachment: fixed;background-position: 14% 72px;background-repeat: no-repeat;background-size: cover;margin-bottom: 50px;}.plans-container #plans-single-events {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/single-event/plans-single-event-bg-mobile.jpg");background-attachment: fixed;background-position: 14% 0;background-repeat: no-repeat;background-size: cover;padding-bottom: 100px;}#plans-white-label, #plans-white-label.collapsed {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-short.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: 100% auto;margin-bottom: 100px;}#plans-white-label .card.collapsed {margin: 110px 0 50px auto !important;}#plans-annual-sub {padding: 200px 0 80px;}.plans-container .hero-wrapper {top: 134px;max-width: 304px;padding: 0;}.plans-container .hero-wrapper h1 {margin: 0 auto 24px;max-width: 240px;font-size: 47px;line-height: 47px;}#plans-annual-sub .about-wrapper h2 {margin: 0 auto 24px;max-width: 310px;font-size: 47px;line-height: 47px;}.plans-container .hero-wrapper p {max-width: 752px;}.plans-container #hero-section {margin-bottom: 0;}.plans-container #hero-section .elipses-container {top: 29vw;}.plans-container .elipses-container img:first-child {left: -2px;margin-top: 0;bottom: 15px;}.plans-container .elipses-container img:nth-child(2) {bottom: 30px;margin-top: 0;}.plans-container .cards-wrapper .legend-text {max-width: 304px;bottom: -280px;margin: 0;}#plans-single-events .card .section-title, #plans-white-label .card .section-title {font-size: 47px;line-height: 47px;margin-bottom: 24px;}#plans-single-events .card {max-height: unset;position: relative;top: 152px;padding: 24px 20px;margin: 110px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .card {position: relative;max-height: unset;top: 120px;padding: 40px;margin: 110px 0 50px auto;border: 1px solid var(--grey);}#plans-single-events .card button, #plans-white-label .card button {margin: 24px auto 0;}#plans-single-events .container-large, #plans-white-label .container-large {padding: 0 8px;}#plans-annual-sub .about-wrapper>div:first-of-type {padding-left: 0;}#plans-annual-sub .about-wrapper h2 {width: 640px;position: absolute;top: -58px;left: 50%;transform: translate(-50%, -50%);}#plans-annual-sub .about-wrapper .annual-pro-display {margin-bottom: 62px;max-width: 314px;max-height: 181px;}#plans-annual-sub .about-wrapper .annual-pro-gif {position: relative;max-width: 300px;max-height: 170px;top: -6px;left: 66.8%;transform: translate(-50%, 0);}#plans-annual-sub button {margin: 40px auto 0;}#annual-break {display: none;}#plans-annual-sub .about-wrapper .gif-container {position: relative;align-items: center;top: 12px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {padding: 18px 16px 0;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-title {max-width: 200px;}.plans-container .cards-wrapper .plans-card:nth-child(2) .card-action-btn {margin: 10px auto 24px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding: 40px 52px 0;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {bottom: -1px;}.plans-card .card-title {white-space: normal;}.plans-card .text-main, .plans-card .text-span {white-space: normal;text-align: center;}#plans-single-events .wave-top, #plans-white-label .wave-top {top: 0;}#plans-annual-sub .about-wrapper {flex-direction: column-reverse;}#plans-annual-sub .online-conferences-blur-container {z-index: -1;position: absolute;top: 20%;left: 6%;opacity: 1;transform: scale(1.7);}.plans-container .cards-wrapper {position: relative;top: 118vw;left: 0;transform: none;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;margin: 0 auto;}.plans-container .cards-wrapper .plans-card {width: 304px;height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {height: 425px;margin-bottom: 24px;}.plans-container #hero-section .elipses-container {display: none;}.plans-container .hero-cards-container {display: flex;align-items: center;margin-top: 20px;}.plans-container .hero-green-wave {position: absolute;top: 30px;left: 0;}}@media screen and (max-width: 359px) {.form div span.placeholder {font-size: 14px;left: 10px;}.solutions-academic {background-position: right;background-size: cover;}}@media screen and (max-width: 350px) {.homepage-testimonial .wave-top {bottom: 720px;}#footer {padding: 60px 28px 0;}#footer>div {padding: 0;}.homepage-testimonial .wave-top {bottom: 680px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 694px;}.solutions-hybrid {margin-bottom: 640px;}.solutions-fairs-expos {margin-bottom: 500px;}.academic-white-container.d-none {height: 450px;}.homepage-footprint.solutions-academic .card {top: 86%;}#solutions-academic .card h2 {margin-bottom: 400px;}#plans-white-label {height: unset;min-height: unset;position: relative;background-image: url("../img/plans/white-label/plans-white-bg.jpg");background-attachment: fixed;background-position: top left;background-repeat: no-repeat;background-size: cover;margin-bottom: 100px;}#plans-white-label .card {position: relative;max-height: unset;top: 130px;padding: 40px;margin: 210px 0 50px auto;border: 1px solid var(--grey);}#plans-white-label .wave-bottom {width: 170%;bottom: 0;}}@media screen and (max-width: 320px) {.homepage-testimonial .wave-bottom {bottom: -90px;}.solutions-fairs-expos {margin-bottom: 550px;}#solutions-academic .card h2 {margin-bottom: 380px;}.plans-container .cards-wrapper .plans-card:nth-child(2) {margin: 0 0 16px;}.plans-container .cards-wrapper {top: 128vw;}}@media screen and (max-width: 300px) {.homepage-testimonial .wave-top {bottom: 770px;}.homepage .homepage-testimonial .carousel-wrapper .arrow {bottom: 740px;}.homepage-testimonial .wave-bottom {bottom: -100px;}.solutions-hybrid {margin-bottom: 680px;}}@media screen and (max-width: 290px) {.solutions-hybrid {margin-bottom: 700px;}}@media screen and (max-width: 280px) {div.input-block span.placeholder, div.input-block span.placeholder-static {font-size: 14px;}.modal-container-success .paragraph {margin-bottom: 30px;}.solutions-hybrid {margin-bottom: 740px;}.solutions-fairs-expos {margin-bottom: 650px;}}@media screen and (max-width: 250px) {.about-wrapper .gif-container .video-call {margin-right: 60px;}}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {.homepage-footprint .card, .homepage-footprint.solutions-hybrid .card, .homepage-footprint.solutions-fairs-expos .card, .carousel-wrapper .arrow {background: rgba(255, 255, 255, 0.94);}.homepage-footprint.solutions-academic .card, .homepage-footprint.solutions-webinars .card {background: none;}.secondary-nav {background: rgba(239, 239, 239, 0.94);}.blur-container, #support-customization .blur-container {background: rgba(255, 255, 255, 0.9);}}[data-aos="slide-up-opacity"] {opacity: 0;transform: translate3d(0, 100%, 0);transition-property: transform, opacity;}[data-aos="slide-up-opacity"].aos-animate {opacity: 1;transform: translate3d(0, 0, 0);}[data-aos="slide-down-opacity"] {transform: translate3d(0, -100%, 0);opacity: 0;transition-property: transform, opacity;}[data-aos="slide-down-opacity"].aos-animate {transform: translate3d(0, 0, 0);opacity: 1;}[data-aos="slide-rotate-right"] {transform: rotate(35deg) translate3d(-100%, 100%, 0) skew(-60deg, 0);transition-property: rotate, translate3d, skew;}[data-aos="slide-rotate-right"].aos-animate {transform: rotate(0) translate3d(0, 0, 0) skew(0);}[data-aos="scale-down"] {transform: scale(1.5) translateY(-30%) !important;transition-property: transform;}[data-aos="scale-down"].aos-animate {transform: scale(1) translateY(-50%) !important;}[data-aos="slide-left-out"] {transform: translate3d(100vh, 0, 0);}[data-aos="slide-left-out"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="slide-up-wave"] {transform: translate3d(0, 100vh, 0);}[data-aos="slide-up-wave"].aos-animate {transform: translate3d(0, 1vh, 0);}[data-aos="slide-up-vh"] {transform: translate3d(0, 100vh, 0);}[data-aos="slide-up-vh"].aos-animate {transform: translate3d(0, 0, 0);}@media screen and (max-width: 1366px) {.circle-la, .circle-ma {display: none;}[data-aos="slide-up-vh"].aos-animate {transform: translate3d(0, 20px, 0) !important;}}[data-aos="scale-zoom-out"] {transform: scale(1.6) translate3d(0, 15%, 0);transition-property: transform;}[data-aos="scale-zoom-out"].aos-animate {transform: scale(1) translate3d(0, 0, 0);}[data-aos="scale-zoom-out-top"] {transform: scale(1.5) translate3d(0, -20%, 0);transition-property: transform;}[data-aos="scale-zoom-out-top"].aos-animate {transform: scale(1) translate3d(0, 0, 0);}[data-aos="scale-zoom-out-color"] {transform: scale(1.3) translate3d(0, 40%, 0);transition-property: transform;}[data-aos="scale-zoom-out-color"].aos-animate {transform: scale(1) translate3d(0, 0, 0);}[data-aos="change-color"] {background: transparent;transform: translate3d(0, 50vh, 0);transition-property: transform;}[data-aos="change-color"].aos-animate {background-color: var(--secondary);transform: translate3d(0, 0, 0);}[data-aos="scale-circle-green"] {transform: translate(0, -30px) scale(0.5);transition-property: transform;}[data-aos="scale-circle-green"].aos-animate {transform: translate(0, 0) scale(1);}[data-aos="scale-circle-purple"] {transform: translate(60px, 0) scale(1.5);transition-property: transform;}[data-aos="scale-circle-purple"].aos-animate {transform: translate(0, 0) scale(1);}[data-aos="scale-circle-ma"] {opacity: 1;transform: translate(0, 0) scale(0.8);transition-property: transform, opacity;}[data-aos="scale-circle-ma"].aos-animate {opacity: 0;transform: translate(38px, -212px) scale(1.3);}[data-aos="scale-circle-la"] {opacity: 1;transform: translate(0, 0) scale(0.8);transition-property: transform, opacity;}[data-aos="scale-circle-la"].aos-animate {opacity: 0;transform: translate(38px, -100px) scale(0.4);}[data-aos="scale-iphone"] {transform: scale(0.8);transition-property: transform;}[data-aos="scale-iphone"].aos-animate {transform: scale(1);}[data-aos="elipse-from-top"] {opacity: 0;transform: rotate(35deg) translate3d(-100%, -100%, 0);transition-property: transform, opacity;}[data-aos="elipse-from-top"].aos-animate {opacity: 1;transform: rotate(0) translate3d(0, 0, 0);}[data-aos="elipse-from-bottom"] {opacity: 0;transform: rotate(35deg) translate3d(-100%, 100%, 0);transition-property: transform, opacity;}[data-aos="elipse-from-bottom"].aos-animate {opacity: 1;transform: rotate(0) translate3d(0, 0, 0);}[data-aos="screen-brightness"] {filter: brightness(0);transition-property: filter;}[data-aos="screen-brightness"].aos-animate {filter: brightness(1);}[data-aos="splash-scale-in"] {opacity: 0;transform: scale(0.7) translate3d(120%, 0, 0);transition-property: transform, opacity;}[data-aos="splash-scale-in"].aos-animate {opacity: 1;transform: scale(1) translate3d(0, 0, 0);}[data-aos="scale-down-green"] {opacity: 0;transform: scaleY(1.5) translate3d(0, -50%, 0);transition-property: transform, opacity;}[data-aos="scale-down-green"].aos-animate {opacity: 1;transform: scaleY(1) translate3d(0, 0, 0);}[data-aos="scale-down-party"] {opacity: 0;transform: scale(2.1) translate3d(-40%, 0, 0);transition-property: transform, opacity;}[data-aos="scale-down-party"].aos-animate {opacity: 1;transform: scale(1) translate3d(0, 0, 0);}[data-aos="slide-down-vh"] {opacity: 0;transform: translate3d(0, -100vh, 0);transition-property: transform, opacity !important;}[data-aos="slide-down-vh"].aos-animate {opacity: 1;transform: translate3d(0, 0, 0);}[data-aos="slide-top-vh"] {opacity: 0;transform: translate3d(0, 100vh, 0);transition-property: transform, opacity !important;}[data-aos="slide-top-vh"].aos-animate {opacity: 1;transform: translate3d(0, 0, 0);}[data-aos="scale-zoom-features"] {transform: scale(1.3) translate3d(0, 10%, 0);transition-property: transform;}[data-aos="scale-zoom-features"].aos-animate {transform: scale(1) translate3d(0, 0, 0);}[data-aos="video-fade"] {opacity: 0;transition-property: opacity;}[data-aos="video-fade"].aos-animate {opacity: 1;}[data-aos="scale-wave-features"] {transform: translate3d(0, 36%, 0);transition-property: transform;}[data-aos="scale-wave-features"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="slide-up-features"] {transform: translate3d(0, 100vh, 0);}[data-aos="slide-up-features"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="from-right-vh"] {transform: translate3d(100vh, 0, 0);transition-property: transform;}[data-aos="from-right-vh"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="from-right-vh-img"] {transform: translate3d(120vh, 0, 0);transition-property: transform;}[data-aos="from-right-vh-img"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="from-left-vh"] {transform: translate3d(-100vh, 0, 0);transition-property: transform;}[data-aos="from-left-vh"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="slide-up-vh-ip"] {-webkit-backdrop-filter: blur(0);backdrop-filter: blur(0);transform: translate3d(0, 100vh, 0);transition-property: transform, -webkit-backdrop-filter, backdrop-filter;}[data-aos="slide-up-vh-ip"].aos-animate {-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);transform: translate3d(0, 0, 0);}[data-aos="slide-up-vh-dv"] {transform: translate3d(0, 100vh, 0);transition-property: transform;}[data-aos="slide-up-vh-dv"].aos-animate {transform: translate3d(0, 0, 0);}[data-aos="elipse-features-top"] {opacity: 0;transform: translate3d(0, -100%, 0);transition-property: transform, opacity;}[data-aos="elipse-features-top"].aos-animate {opacity: 1;transform: rotate(0) translate3d(0, 0, 0);}[data-aos="elipse-features-bottom"] {opacity: 0;transform: translate3d(0, 100%, 0);transition-property: transform, opacity;}[data-aos="elipse-features-bottom"].aos-animate {opacity: 1;transform: rotate(0) translate3d(0, 0, 0);}[data-aos="right-rotate1"] {opacity: 0;transform: rotate(-360deg) translate3d(-100%, 0, 0);transform-origin: left center;transition-property: transform, opacity;}[data-aos="right-rotate1"].aos-animate {opacity: 1;transform-origin: left center;transform: rotate(0) translate3d(0, 0, 0);}[data-aos="right-rotate2"] {opacity: 0;transform: rotate(-360deg) translate3d(-100%, 0, 0);transform-origin: left center;transition-property: transform, opacity;}[data-aos="right-rotate2"].aos-animate {opacity: 1;transform-origin: left center;transform: rotate(0) translate3d(0, 0, 0);}.headline-helper {margin: 0 0 40px !important;}#our-team-u div.shape-saver {width: 100%;background-color: white;height: 150px;display: flex;top: -26px;position: absolute;}.top-wave.wave.position-absolute, .bottom-wave.wave.position-absolute {pointer-events: none;}#our-team-u .blur-container.box-helper {width: 716px;height: auto;padding-bottom: 50px;}@media all and (max-width: 1080px) {#management-team {padding-top: 40px !important;}}@media all and (min-width: 1080px) and (max-width: 1280px) {#our-team-u>div {top: 75%;}.headline-helper {font-size: 43px !important;}}.desktop-text-part {display: flex !important;}.desktop-text-part-block {display: inline-block !important;}.mobile-text-part {display: none !important;}.report-submit-btn.mobile-text-part.report-submit-btn-helper {display: none !important;}@media screen and (max-width: 1024px) {.report-submit-btn.mobile-text-part.report-submit-btn-helper {display: block !important;}.cards-form-container {height: max-content;display: flex;justify-content: center;flex-direction: column;margin: 32px 0 0;}.cards-form-container .about-cards-container {width: 100%;height: 100%;margin: auto;text-align: center;align-items: center;display: flex;flex-direction: column;}.form {border-radius: 8px;display: inline-flex;flex-flow: column;padding: 26px 42px 40px 54px;width: 100%;background-color: var(--white);}.about-wrapper h2 {font-style: normal;font-weight: bold;font-size: 47px;line-height: 47px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;margin-bottom: 32px;margin-top: 40px;padding-bottom: 0;}.sdg-img {width: 192px;margin: 24px auto 0 !important;}#about-event .about-wrapper.sustainability p {margin: 0;}.desktop-text-part {display: none !important;}.desktop-text-part-block {display: none !important;}.about-wrapper.sustainability.d-flex {margin-top: 0;}.sustainability {font-size: 47px !important;margin-top: 87px;margin-bottom: 24px;}.mobile-text-part {display: flex !important;}.about-container .hero-wrapper h1 {font-style: normal;font-weight: bold;font-size: 47px !important;line-height: 47px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;}#about-event h2.sustainability {font-size: 47px !important;margin-top: 87px;font-variant: unset;}.about-myonvent-text-container h2 {font-style: normal;font-weight: bold;font-size: 47px;line-height: 47px;text-align: center;letter-spacing: -0.04em;font-variant: small-caps;margin-bottom: 32px;padding-bottom: 0;}#about-event {padding-top: 40px;}#media-and-investor .about-wrapper>div:first-of-type {margin: auto;}.choose-wrapper.mobile-text-part {flex-direction: row !important;gap: 65px;}.counter {width: 416px;}.mascot {width: 159px;}.people-cards-container picture img {width: 100% !important;height: auto !important;}#management-team .people-cards-container .leadership-card {width: 21%;max-height: 432px;margin-bottom: 55px;}#management-team .people-cards-container {justify-content: space-between;}#our-team-u .blur-container.box-helper {width: 609px;padding-left: 32px;padding-right: 32px;}#our-team-u>div {top: 107%;}#our-team-u .earth-background.position-absolute {bottom: -113px;}#management-team .people-cards-container .leadership-card {max-height: 500px;}.linkedin-tag {margin: 12px auto 0 auto;align-items: center;justify-content: center;}#pic-container img {top: 0 !important;}}.title-mobile-container {display: none;}.title-desktop-container {display: block;}@media all and (max-width: 1080px) {#our-team-u .blur-container h3 {font-size: 30px !important;}}@media all and (max-width: 480px) {#management-team .people-cards-container .leadership-card {margin-bottom: 27px !important;}#management-team .people-cards-container {gap: 16px;}.about-cards-container .sales-card {margin-bottom: 16px !important;padding-bottom: 37px !important;}#our-team-u .blur-container h3 {font-size: 30px !important;}#our-team-u>div {top: 65%;}.mobile-support-text {padding: 0 52px;}.blur-container.box-helper {border: 0 !important;background-color: transparent;}.blur-container.box-helper .blur-overlay {backdrop-filter: unset;}.mobile-earth {display: flex !important;}.desktop480-effect {display: none !important;}#about-event h2.sustainability {font-style: normal;font-weight: bold;font-size: 38px !important;line-height: 47px;text-align: center;letter-spacing: -0.06em;font-variant-caps: small-caps;}#management-team .people-cards-container .leadership-card {margin-right: 0;width: 41%;}.img-background-section .bottom-wave {left: 0;}.blur-container.commitment-helper {margin-top: -170px;}.mobile-text-part form em {font-style: normal;font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: 0.01em;color: var(--primary-wcag);margin-top: 20px;display: block;}#media-and-investor .about-wrapper>div:first-of-type {margin: 0 !important;}.choose-wrapper.mobile-text-part .counter {order: 1;}.choose-wrapper.mobile-text-part .mascot {order: 0;margin-bottom: 0 !important;}.choose-wrapper.mobile-text-part {flex-direction: column !important;gap: 27px;}.cards-form-container #contact.form {margin: auto;padding: 0;}.mobile-want-learn-more {padding: 28px;font-size: 36px;line-height: 42px;text-align: center;font-variant: small-caps !important;}.mobile-helper-form-sub-headline {padding: 0 28px;}.bottom-form {padding: 42px 21px;border: 1px solid #cacbd0;box-sizing: border-box;border-radius: 8px;}.paragraph.font-size-26.mobile-helper-form-sub-headline {margin-bottom: 16px;}.secondary-title.text-uppercase.mobile-want-learn-more {padding-bottom: 0;margin-bottom: 24px;}#learn-more {padding-bottom: 0 !important;}.card-body-container {flex-direction: column;}span.phones a {display: inline-flex;align-items: center;gap: 5px;min-width: 250px;}span.phones a img {margin-top: 4px;}.about-cards-container .sales-card .email {width: 100%;margin-top: 16px;}.about-cards-container .media-card {max-height: fit-content;}.about-cards-container .media-card .profile {margin: auto;}.about-cards-container .support-card .card-sub {text-align: left;}.email-atag {display: block;}.about-cards-container .media-card .card-body-container {padding-top: 24px;}.about-cards-container .media-card .data {margin-top: 24px;}.about-cards-container .sales-card .card-title, .about-cards-container .media-card .card-title, .about-cards-container .support-card .card-title {font-style: normal;font-weight: 500;font-size: 29px;line-height: 34px;letter-spacing: -0.01em;font-variant: small-caps;}#management-team .leadership-card .user-name-linkedin {font-style: normal;font-weight: 600;font-size: 15px;line-height: 20px;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;margin-top: 16px;letter-spacing: -0.04em;}#management-team .leadership-card .user-title {font-style: normal;font-weight: 500;font-size: 15px;line-height: 18px;letter-spacing: -0.04em;margin-bottom: 5px !important;}#management-team .leadership-card .user-email {font-style: normal;font-weight: 500;font-size: 12px;line-height: 16px;letter-spacing: -0.4px;}}textarea#message {height: 173px;}button#send-btn {height: 40px;margin-top: 40px;width: 176px;}.checkbox-text {color: var(--web-black);}.mobile-earth {top: 0 !important;display: none;width: 100%;left: 38% !important;height: 116px;}.mobile-earth picture:first-child {position: absolute;top: 0px;z-index: 9999999999999;}.mobile-earth picture:nth-child(1) {position: absolute;top: 0;}.mobile-earth picture:last-child {position: absolute;bottom: 0;}em.get-report {font-style: normal;font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: 0.01em;color: var(--primary-wcag);}@media screen and (min-width: 1480px) {.earth-background.position-absolute.desktop480-effect, #our-team-u .top-wave {top: 0 !important;}.shape-saver {display: none !important;}}@media screen and (max-width: 480px) {.section-title {font-size: 40px;line-height: 40px;}#hero-section {background-image: url("../img/about/top-section/bg_about_mobile.jpg");}#hero-section .elipses-container {display: none !important;}.report-submit-btn.mobile-text-part.report-submit-btn-helper {width: 100% !important;}.about-cards-container .sales-card .card-body-container {padding-top: 12px !important;}h2.font-size-67.font-weight-bold.text-uppercase {font-size: 43px !important;}}@media screen and (min-width: 1920px) {#our-team-u .blur-container {height: 565px !important;}}.our-team-wide-scren-helper {height: auto;width: 100%;position: absolute;top: 0;}@media screen and (min-width: 1921px) {.faq-container .wave-bottom {height: auto;}.wide-screen-helper {width: 100vw !important;}video#video-bg-we-are {width: 100vw;}#our-team-u .blur-container {height: 565px !important;}#top-wave-earth {width: 100vw;height: auto;object-fit: cover;}.earth-background.position-absolute.desktop480-effect svg {width: 100vw;height: auto;object-fit: cover;}.bottom-wave.wave.position-absolute {width: 100vw;height: auto;object-fit: cover;}}@media screen and (max-width: 1024px) and (min-width: 700px) {video#video-bg-we-are {height: 974px;}.mobile-form-helper {display: flex;flex-direction: column;margin: auto;width: 464px;}.blur-container.box-helper {padding: 40px !important;}.blur-container.commitment-helper {margin: -750px 24px 0 !important;}#hero-section.about-patch {background-image: url("../img/about/top-section/bg_about_mobile.jpg") !important;background-size: 105%;}@media and and (orientation: portrait) {#hero-section.about-patch {background-position: top;}}.about-wrapper img {margin-bottom: 4px !important;}#management-team .leadership-card .user-title {margin-bottom: 12px;}#management-team .people-cards-container .leadership-card {margin-bottom: 25px !important;}.username-helper {margin-top: 20px !important;}#management-team .leadership-card .user-name-linkedin {font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;letter-spacing: -0.05em;}#management-team .leadership-card .user-title {font-style: normal;font-weight: 500;font-size: 16px;line-height: 18px;letter-spacing: -0.08em;}#management-team .leadership-card .user-email {font-style: normal;font-weight: 500;font-size: 12px;line-height: 16px;letter-spacing: -0.4px;}em.get-report {display: flex;margin: 20px 0 0;width: fit-content;}.gdpr.d-flex.flex-row.align-items-center {padding: 0 100px !important;}.gdpr.d-flex.flex-row.align-items-center.big-form {padding: 0 !important;}.about-cards-container .support-card .card-sub {text-align: left;}.blur-container.commitment-helper {margin: -750px 24px 0 !important;}#learn-more {margin-top: 370px !important;}.choose-wrapper.mobile-text-part {justify-content: space-between;}}@media screen and (max-width: 755px) and (min-width: 712px) {#management-team .people-cards-container .leadership-card {width: 29% !important;}.username-helper.samsung-tablet-helper {margin-top: 20px !important;}}@media screen and (min-width: 1280px) {.gif-container.d-flex.justify-content-center.align-items-center {margin-bottom: 18px;margin-top: auto;}}.input-block.message-helper-margin {margin-bottom: 33px;}button#send-btn.aboutus-form-button {margin-top: 26px;}.breaker {word-break: break-all !important;}.usa-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;display: none;pointer-events: none;}text.usa-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;fill: #2b2b2b;pointer-events: none;}.uk-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;display: none;pointer-events: none;}text.uk-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;fill: #2b2b2b;pointer-events: none;}.no-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;display: none;pointer-events: none;}text.no-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;fill: #2b2b2b;pointer-events: none;}.pl-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;display: none;pointer-events: none;}text.pl-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;fill: #2b2b2b;pointer-events: none;}.blr-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.blr-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;pointer-events: none;line-height: 20px;text-align: center;fill: #2b2b2b;}.ro-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.ro-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;pointer-events: none;line-height: 20px;text-align: center;fill: #2b2b2b;}.ukr-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.ukr-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;text-align: center;pointer-events: none;fill: #2b2b2b;}.gr-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.gr-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;pointer-events: none;text-align: center;fill: #2b2b2b;}.uae-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.uae-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;pointer-events: none;text-align: center;fill: #2b2b2b;}.au-bg {width: 119px;height: 36px;fill: #ffffff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 6px;pointer-events: none;display: none;}text.au-text {display: none;font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;pointer-events: none;text-align: center;fill: #2b2b2b;}.sub-messages {font-style: normal;font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: 0.01em;margin-top: 10px;}.sub-email-success {color: var(--primary-wcag);}.sub-email-error {color: var(--mistake-error);}.phones a {display: flex;align-items: center;}.phones a img {margin-top: 4px;margin-right: 4px;}.phone-atag.footer-link.font-weight-regular {display: flex;align-items: center;gap: 5px;}.blur-c {display: none !important;max-width: 160vw !important;}@media all and (max-width: 468px) {#our-team-u .blur-container.box-helper {padding-left: 75px !important;padding-right: 75px !important;width: 100% !important;margin-top: 120px !important;}.backdrop-blur {display: none !important;}.blur-c {display: block !important;}video#video-bg-we-are {height: 571px;}}@media all and (min-width: 1024px) and (max-width: 1140px) {video#video-bg-we-are {height: 1190px;}}about-contries {width: 100% !important;}.username-helper {font-size: 14px !important;line-height: 14px !important;margin-top: -20px !important;margin-bottom: 10px !important;}.title-helper {font-size: 14px !important;line-height: 14px !important;}.title-helper.last-child {margin-bottom: 10px !important;}.email-helper {font-size: 12px !important;line-height: 12px !important;}.last-child-email.email-helper {word-break: break-all !important;}#new-we-are .gdpr .checkbox__input:focus-within input:checked+.checkbox__control {border: 0;box-shadow: none;}#new-we-are .gdpr .checkbox__input:active input:checked+.checkbox__control {border-radius: 4px;border: 2px solid white;box-shadow: 0px 1px 10px var(--secondary-shadow), 0 0 0 1px var(--secondary);}#hero-section .elipses-container.position-absolute.mobile-helper-elipse {left: -31px !important;bottom: -69px !important;}.slick-slider {-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;-webkit-touch-callout: text !important;-khtml-user-select: text !important;}.blur-c {max-width: 157vw;margin: auto;left: 0;right: 0;top: -63px;position: absolute;}.leadership-card .lead-profile-picture {width: 100%;height: 266px;display: flex;background-repeat: no-repeat !important;background-size: cover !important;background-position: center;}.height-auto {height: auto !important;}@media screen and (max-width: 970px) and (min-width: 768px) {#mobile-our-team-u-helper.mobile-text-part {margin-bottom: -1px !important;}}.height-auto.top-wave.wave.position-absolute.bottom-push {top: -10px;}h2.section-title.text-uppercase.webinars {color: white !important;}ul#single-event-list {margin: 12px 0;padding-left: 10px;}ul#single-event-list li {font-style: normal;font-weight: 400;display: flex;font-size: 18px;align-items: baseline;line-height: 24px;gap: 7px;letter-spacing: 0.01em;color: var(--web-black);margin: 0;padding-bottom: 0;list-style: none;}ul#single-event-list li::before {content: "";display: block;left: 0;top: 9px;width: 8px;height: 8px;background: linear-gradient(137.73deg, var(--primaryGradient1) -15.66%, var(--primaryGradient2) 43.77%, var(--primaryGradient3) 100.28%);}@media all and (max-width: 969px) {ul#single-event-list li:nth-child(3):before, ul#single-event-list li:nth-child(4):before {width: 10px;}}.aifg {display: flex;width: 100%;text-align: center;align-items: center;justify-content: center;flex-direction: column;padding: 50px 0;margin: 50px auto;}.aifg h2.section-title {font-family: Montserrat;font-style: normal;font-weight: bold;font-size: 67px;letter-spacing: -0.04em;font-variant: small-caps;color: #0f0f0f;text-transform: uppercase;max-width: 1200px;text-align: left;margin-bottom: 32px;margin-right: auto;margin-left: 20%;}.aifg h2.section-title span {color: #208918;display: block;}.aifg .aifg-monitor {position: relative;width: 747px;margin: auto;display: flex;align-items: center;justify-content: center;}.aifg .aifg-monitor picture.monitor {position: relative;z-index: -11;}.aifg .aifg-monitor picture.monitor-blur {position: absolute;opacity: 0.5;z-index: -12;top: 190px;left: -200px;}.aifg .aifg-monitor picture.purple-add {position: absolute;right: -250px;z-index: -12;top: -120px;opacity: 0.5;}.aifg .aifg-bottom {width: 100%;height: 400px;padding: 0%;margin: 0%;background-image: url("/public/img/homepage/aifg/over-1280-bg-aifg.svg");background-position: top center;z-index: 999;background-repeat: no-repeat;position: relative;margin-top: -375px;}.aifg .aifg-bottom .content-container {margin-top: 375px;}.aifg .aifg-bottom .content-container span {font-family: Montserrat;font-style: normal;font-weight: normal;font-size: 14px;line-height: 24px;display: block;text-align: center;letter-spacing: 0.01em;}.aifg .aifg-bottom .content-container a {font-family: Montserrat;font-style: normal;font-weight: 600;font-size: 14px;line-height: 120%;margin: auto;width: 176px;text-align: center;justify-content: center;margin-top: 24px;height: 47px;display: flex;align-items: center;text-align: center;text-transform: uppercase;border: 1px solid #5ab453;box-sizing: border-box;border-radius: 6px;color: #208918;}.aifg .aifg-bottom .content-container a:active {box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.2);}@media all and (max-width: 1270px) {.aifg .aifg-bottom .content-container span {font-size: 14px;}.aifg .aifg-bottom {margin-top: -380px;transform: rotate(-3deg);}.aifg .aifg-bottom .content-container {transform: rotate(3deg);}.aifg h2.section-title {max-width: auto;font-size: 47px;line-height: 47px;margin-left: -120px;letter-spacing: -0.04em;font-variant: small-caps;}}@media all and (max-width: 1178px) {.aifg .aifg-bottom .content-container span {font-size: 14px;}.aifg .aifg-monitor picture.purple-add {display: none;}.aifg .aifg-bottom {margin-top: -380px;transform: rotate(-3deg);}.aifg .aifg-bottom .content-container {transform: rotate(3deg);background: white;padding-right: 30px;padding-bottom: 150px;margin-top: 270px;}.aifg h2.section-title {max-width: auto;font-size: 37px;line-height: 37px;margin-left: auto;margin-right: auto;letter-spacing: -0.04em;font-variant: small-caps;text-align: center;}.aifg .aifg-monitor picture.monitor img {width: 100%;}.aifg .aifg-monitor picture.monitor-blur {left: auto;right: auto;position: absolute;top: 320px;}.aifg .aifg-bottom {background-size: cover;margin-top: -259px;}.aifg h2.section-title {padding-left: 15px;padding-right: 15px;}.aifg h2.section-title span {display: block;font-style: normal;font-weight: bold;font-size: 37px;line-height: 37px;text-align: center;letter-spacing: -0.06em;font-variant: small-caps;}}@media all and (max-width: 477px) {.aifg .aifg-monitor picture.monitor img {width: 95%;}h2.section-title.text-uppercase.font-weight-bold {z-index: 999;position: relative;}.aifg .aifg-monitor {width: 100%;}.aifg .aifg-bottom .content-container {padding-bottom: 150px;transform: rotate(0);margin: 160px 0 0 0;padding-left: 30px;padding-right: 30px;}.aifg .aifg-bottom .content-container p {text-align: left;font-family: Montserrat;font-style: normal;font-weight: normal;font-size: 14px;line-height: 24px;letter-spacing: 0.01em;}.aifg .aifg-monitor picture.monitor-blur {left: auto;right: auto;position: absolute;top: 160px;width: 300px;}.aifg .aifg-monitor picture.monitor-blur img {width: 300px;}.aifg .aifg-bottom {width: 100%;height: 430px;margin-top: -139px;margin-bottom: -100px;background-image: url("/public/img/homepage/aifg/bottom_wave.svg");transform: rotate(0);}}@media all and (max-width: 393px) {.aifg .aifg-bottom {margin-top: -131px;}}@media all and (min-width: 2400px) {.aifg .aifg-bottom {width: 109%;height: 731px;padding: 0%;margin: 0%;background-image: url(/public/img/homepage/aifg/over-1280-bg-aifg.svg);background-position: top center;z-index: 999;background-repeat: no-repeat;position: relative;margin-top: -525px;background-size: cover;}.aifg .aifg-bottom .content-container {margin-top: 490px;background: white;padding-top: 34px;}.aifg h2.section-title {margin-left: 27%;}}@media all and (max-width: 969px) {#submit-btn-2.modal-close.font-weight-bold.text-center.text-uppercase {display: block !important;}.button-container-get-demo {margin-bottom: 50px;}}.title-helper-solutions {font-size: 47px !important;line-height: 47px !important;}.title-helper-solutions span {font-size: 42px !important;}@media all and (max-width: 1090px) and (min-width: 900px) and (orientation: landscape) {.plans-container #plans-single-events, .plans-container #hero-section, #plans-white-label, .plans-container #plans-single-events, .plans-container #hero-section, #plans-white-label, .solutions-hybrid, #solutions-fairs-expos, #solutions-academic, #solutions-webinars-section {background-attachment: inherit !important;}#our-team-u .top-wave {top: 0 !important;}#our-team-u>div {top: 110%;}#learn-more {margin-top: 100px !important;}#our-team-u .bottom-wave {bottom: -140px !important;}#our-team-u .earth-background {bottom: -193px !important;}#management-team .people-cards-container {gap: 32px;}}@media all and (max-width: 900px) and (min-width: 600px) and (orientation: landscape) {.faq-get-started-section .input-wrapper {top: 72px !important;}#registration-process .container-medium {padding-bottom: 180px;}#languages .top-wave, #registration-process .top-wave {left: 0 !important;}.plans-container #hero-section.page-plans {min-height: 550px !important;}.plans-container .hero-wrapper p {max-width: 700px !important;margin: auto;text-align: center;}.plans-container #hero-section {background-size: cover !important;background-position: center center !important;}.plans-container .hero-wrapper h1 {max-width: none !important;}.features-section {height: 101% !important;}.plans-container .hero-wrapper {max-width: 100vw !important;}.about-wrapper .gif-container .video-call video#webinars-videocall-mobiles {left: 2px !important;}#solutions-webinars-section .about-wrapper .gif-container .video-call .poster#webinars-videocall-mobiles-poster {left: 6px !important;}.lobby-gif:not(.lobby-gif.opening-screen-support) {position: absolute;width: calc(112vh - 81px);height: calc(64vh - 43px);top: calc(-36vh + 25.8503px);left: calc(-55vh + 38px);display: flex;align-items: center;justify-content: center;z-index: 1;}.solutions-container .hero-wrapper {top: 49%;}.legend.d-flex.align-items-center.justify-content-center.margin-top-40.margin-bottom-40 .d-flex {justify-content: center;align-items: center;}.legend.d-flex.align-items-center.justify-content-center.margin-top-40.margin-bottom-40 .d-flex:nth-child(3) span.circle-point.grey-linear-gradient {width: 26px;}.secondary-nav.position-fixed.d-flex.flex-row.justify-content-between.align-items-center {display: none !important;}.solutions-container #hero-section .hero-green-wave {bottom: -24px;}.solutions-container #hero-section .hero-white-wave {bottom: -27px;}.solutions-container #hero-section .scroll-container {bottom: 59px;}.solutions-container #hero-section, .solutions-container #hero-section .solutions-video-container .gradient-foreground {height: 150vh;}.plans-container .cards-wrapper {position: relative;top: 41vw;left: 0;transform: none;display: flex;flex-direction: row;justify-content: center;align-items: flex-start !important;margin: 0 auto;}.plans-container .cards-wrapper .plans-card {width: 30%;height: 720px;margin-bottom: 16px;}.plans-container .cards-wrapper .plans-card:nth-child(3), .plans-container .cards-wrapper .plans-card:nth-child(2), .plans-container .cards-wrapper .plans-card:nth-child(1) {height: 886px;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding-top: 18px;}.plans-container .cards-wrapper .legend-text {max-width: 600px;}.gif-container.d-flex.justify-content-center.align-items-center.not-tablet-support.plans.annual-sub {margin-top: 40px !important;}.plans-container .cards-wrapper .plans-card:nth-child(3) button {margin-left: 0 !important;margin-top: 45px;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {width: 218px;}.plans-container #plans-single-events {margin-top: 940px;}.plans-container .cards-wrapper .legend-text {bottom: -200px;}#plans-annual-sub {padding-left: 20px;padding-right: 20px;}.annual-text.collapsed.big-screens {margin-top: 40px;}#plans-annual-sub .container-large {padding-left: 20px;padding-right: 20px;}.bottom-wave.wave.position-absolute.bottom-1200 {bottom: 190px !important;}#our-team-u>div {top: 86%;}#pic-container img {top: 177px !important;}#our-team-u div.shape-saver {top: 102px !important;display: flex !important;}#management-team .people-cards-container {gap: 27px;}}.navigation-360.d-flex.flex-column {top: auto !important;}.navigation-360.d-flex.flex-column.open {top: 0 !important;}@media all and (min-width: 1070px) and (max-width: 1085px) and (orientation: landscape) and (pointer: coarse) {.font-size-67.font-weight-bold.text-uppercase.line-height-70.ipad-fix {width: 65% !important;}.screens-split-1280 {right: 17%;}}@media all and (max-width: 760px) and (min-width: 750px) and (orientation: landscape) {.plans-container .cards-wrapper .plans-card:nth-child(3) button {margin-left: 0 !important;}}.map-mobile {display: none;}#our-team-u {height: 0;margin-top: 120vh;}#our-team-u .map-container {width: 100vw;height: 120vh;position: relative;top: 0;}#our-team-u .map-container picture#our-team img {top: 0;position: absolute;width: 100%;left: 0;height: auto;}#our-team-u .map-container picture#map-container-bottom-wave img {z-index: -9;left: 0;margin-top: -193px;}#our-team-u .map-container #map-and-bottom {width: 100vw;}#our-team-u .map-container #map-and-bottom picture#map-svg img {width: 100%;z-index: -9;}.block-keeper-our-team-u {top: -60px !important;margin-top: 0;}@media all and (max-width: 1240px) {#our-team-u .blur-container {width: -webkit-fitdrgtgdfgdf-content;height: auto;}}@media all and (max-width: 1024px) {#our-team-u .blur-container {width: 800px;height: auto;}}@media all and (max-width: 1370px) and (min-width: 1112px) and (max-height: 1024px) and (orientation: landscape) {#hero-section {background-position: left top;background-size: 152%;}.block-keeper-our-team-u {margin-top: -550px !important;}#learn-more {padding-top: 0 !important;}}@media all and (max-width: 1360px) and (orientation: landscape) {.header-nav.open .logo-link {margin-top: -28.5px !important;}.gif-container .video-call video {width: 101% !important;}.solutions-fairs-expos {background-size: 125% !important;}#hero-section {background-position: left top;background-size: inherit;}.block-keeper-our-team-u {margin-top: 0 !important;}}@media all and (max-width: 1210px) and (min-width: 1200px) and (max-height: 681px) and (min-height: 585px) and (orientation: landscape) {.block-keeper-our-team-u {margin-top: 220px !important;}#learn-more {margin-top: 250px !important;}}@media all and (max-width: 1112px) and (orientation: landscape) {.header-nav ul li a {padding: 8px !important;}#hero-section {background-position: left center;background-size: cover;}.block-keeper-our-team-u {margin-top: -100px !important;}}@media all and (max-width: 1024px) and (orientation: landscape) {.block-keeper-our-team-u {margin-top: 0px !important;}}@media all and (max-width: 820px) and (min-width: 810px) and (max-height: 1137px) and (min-height: 1101px) and (orientation: portrait) {#hero-section.about-patch {background-position: top;}}@media all and (max-width: 1024px) and (min-width: 834px) and (max-height: 1370px) and (orientation: portrait) {.block-keeper-our-team-u {margin-top: -1400px !important;}#management-team .people-cards-container .leadership-card {width: 29.6% !important;}#learn-more {margin-top: -550px !important;}}@media all and (max-width: 850px) and (orientation: portrait) {.block-keeper-our-team-u {margin-top: -800px !important;}#management-team .people-cards-container .leadership-card {width: 28.2% !important;}#learn-more {margin-top: -300px !important;}#our-team-u .blur-container {width: 670px;height: auto;padding: 40px 40px;}#our-team-u .map-container #map-and-bottom picture#map-svg img {width: 124%;margin-left: -128px;}}@media all and (max-width: 1180px) and (min-width: 1112px) and (orientation: landscape) {.solutions-hybrid {background-position: 50% 179vh !important;background-size: 111% !important;}}@media all and (max-width: 780px) and (orientation: portrait) {.block-keeper-our-team-u {margin-top: -600px !important;}#management-team .people-cards-container .leadership-card {width: 27.6% !important;}#learn-more {margin-top: -250px !important;}#our-team-u .blur-container {width: 600px;}}@media all and (max-width: 770px) and (orientation: landscape) {#hero-section {background-position: right -350px;background-size: 101%;}.map-container {display: none !important;}#our-team-u {height: auto;margin-top: 0;}.block-keeper-our-team-u {position: relative !important;}#our-team-u .blur-container {width: 100%;}.map-mobile {display: flex !important;position: relative !important;margin-top: 150px;margin-bottom: 100px;}#our-team-u .blur-container {width: -webkit-fill-available;padding: 0 !important;border: 0;}#our-team-u {flex-direction: column;}.about-container #hero-section .scroll-container {bottom: 40px;}#learn-more {margin-top: -200px !important;}}@media all and (max-width: 450px) and (orientation: portrait) {#hero-section {background-position: right top;background-size: 150%;}.map-mobile {display: flex !important;position: relative !important;margin-top: -1400px;margin-bottom: 100px;}#our-team-u .map-container {display: none;}#management-team .people-cards-container .leadership-card {width: 46.9% !important;}.block-keeper-our-team-u {margin-top: 500px !important;}#our-team-u .blur-container {width: 100%;border: 0;}#learn-more {margin-top: 350px !important;z-index: 99999;}.map-mobile {margin-left: 0px;width: 100%;}}@media all and (min-width: 1900px) {#learn-more {margin-top: 235px;}}@media all and (min-width: 1921px) {.big-screen-saver {height: auto !important;}#our-team-u .map-container picture#map-container-bottom-wave img {margin-top: -278px !important;}.block-keeper-our-team-u {top: -115px !important;}}@media all and (max-width: 1440px) and (min-width: 1390px) and (min-height: 699px) and (max-height: 800px) {.block-keeper-our-team-u {margin-top: 180px !important;}#our-team-u {margin-bottom: 12.9vh;}}@media all and (max-width: 810px) and (min-width: 800px) and (max-height: 1041px) and (min-height: 1010px) and (orientation: portrait) {.block-keeper-our-team-u {margin-top: -800px !important;}#management-team .people-cards-container .leadership-card {width: 27.9% !important;}#learn-more {margin-top: -300px !important;}.block-keeper-our-team-u {margin-top: -320px !important;}#our-team-u .blur-container {width: 600px;height: auto;padding: 40px 40px;}#our-team-u .map-container #map-and-bottom picture#map-svg img {width: 124%;margin-left: -128px;}}@media all and (max-width: 1180px) and (min-width: 1010px) and (max-height: 771px) and (min-height: 740px) and (orientation: landscape) {#solutions-membership .about-wrapper button {bottom: 50px !important;}.block-keeper-our-team-u {margin-top: 20px !important;}#plans-white-label, .plans-container #plans-single-events {background-attachment: unset !important;}}@media all and (max-width: 1280px) and (min-width: 1265px) and (max-height: 689px) and (min-height: 640px) and (orientation: landscape) {.block-keeper-our-team-u {margin-top: 150px !important;}}.gif-container.d-flex.justify-content-center.align-items-center.tablet-support {display: none !important;}@media all and (max-width: 1366px) and (min-width: 1024px) and (orientation: landscape) {.plans-container #hero-section {background-size: 100% !important;}.gif-container.d-flex.justify-content-center.align-items-center.tablet-support {display: flex !important;}.annual-text.collapsed.big-screens h2 {text-align: center;}.about-wrapper.d-flex.plans-tablet-add {flex-direction: column !important;}#plans-annual-sub .container-large {width: 100%;}.gif-container.d-flex.justify-content-center.align-items-center {margin-bottom: 30px;}.annual-text.collapsed.big-screens {padding-left: 0 !important;margin-left: 0 !important;}.gif-container.d-flex.justify-content-center.align-items-center.not-tablet-support {display: none !important;}.secondary-nav.faq {display: flex;}.faq-container .left-nav {top: 110px !important;}.faq-wrapper {top: 113px !important;}.footer-wrapper {margin-top: 50px;}}#safety {background: white;z-index: 99999;}.matomoHsr #hero-section, .matomoHsr #hero-section .solutions-video-container {max-height: 2000px;}.matomoHsr #opening-screen, .matomoHsr #features, .matomoHsr #hero-section {height: 615px;}@media all and (max-width: 1024px) {.block-keeper-our-team-u {top: inherit !important;margin-top: 0;}}@media all and (max-width: 747px) {.gdpr.d-flex.flex-row.align-items-center.tablet-helper {margin-bottom: 20px;}#new-we-are picture img {width: 100vw !important;}#our-team-u {height: 0;margin-top: 134vh;}}#new-we-are {height: 120vh;}.keeper {position: absolute;bottom: 0;right: 0;left: 0;top: 0;height: 547px;margin: auto;}#hero-section, #our-team-refactored {z-index: 9999 !important;}#our-team-refactored {width: 100%;height: 105vh;position: relative;display: flex;background-image: url("../../public/img/about/map_p.webp");background-repeat: no-repeat;background-size: cover;background-attachment: fixed;background-position: center 100px;}#our-team-refactored .our-team-bl {width: 944px;padding: 40px 94px;display: flex;background: rgba(255, 255, 255, 0.8);backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);border: 1px solid var(--grey);border-radius: 30px;position: absolute;right: 0;left: 0;margin: auto;bottom: -150px;flex-direction: column;}#our-team-refactored .our-team-bl h2 {font-family: "Montserrat";font-style: normal;font-weight: 700;font-size: 67px;line-height: 54px;letter-spacing: -0.04em;font-variant: small-caps;color: #0f0f0f;margin-bottom: 24px;}#our-team-refactored .our-team-bl h2 span {color: #007DBB;}#our-team-refactored .our-team-bl p {margin: 0;}#our-team-refactored .our-team-bl h3 {font-family: "Montserrat";font-style: normal;font-weight: 700;font-size: 30px;line-height: 42px;letter-spacing: 0.03em;margin-top: 32px;margin-bottom: 16px;}#our-team-refactored .our-team-bl h3 span {color: #007DBB;}#our-team-refactored .our-team-bl p {font-family: "Montserrat";font-style: normal;font-weight: 400;font-size: 18px;line-height: 24px;letter-spacing: 0.01em;color: #0f0f0f;}#our-team-refactored .our-team-bl p.mb-10 {margin-bottom: 10px;}#modal-one.modal.open {z-index: 9999999999 !important;}#jarallax-container-0 {z-index: -666666666;}#our-team-refactored {z-index: 99999 !important;}.header-nav {z-index: 999999 !important;}#secondary-header {z-index: 999999 !important;}.footer-cover {z-index: 99999;position: relative;width: 100%;background-color: white;}.footer-text {margin-bottom: -30px !important;}.footer-blur-container img {z-index: 999;}#footer .footer-blur-container .backdrop-blur {z-index: -12;background-color: white !important;display: flex;position: absolute;left: -116%;width: 330%;height: 100%;}.shape-saver-hero-section {z-index: 9999;}@media screen and (max-width: 500px) {#our-team-refactored .our-team-bl {height: auto;background: white;width: 100%;padding: 30px !important;bottom: -145px !important;border: 0;border-radius: 0 !important;}#our-team-refactored {background-attachment: unset;background-size: 145%;background-position: 83% 4px;margin-top: -40px;}.big-screen-saver {bottom: -100px !important;top: 167px;height: auto;}#our-team-refactored .our-team-bl h2 {font-style: normal;font-weight: 700;font-size: 47px;line-height: 47px;letter-spacing: -0.04em;font-variant: small-caps;}}.our-team-wide-scren-helper.desktop, .our-team-wide-scren-helper-bottom.desktop {display: flex !important;}.our-team-wide-scren-helper.mobile, .our-team-wide-scren-helper-bottom.mobile {display: none !important;}@media screen and (max-width: 477px) and (orientation: portrait) {.our-team-wide-scren-helper.desktop, .our-team-wide-scren-helper-bottom.desktop {display: none !important;}.our-team-wide-scren-helper.mobile, .our-team-wide-scren-helper-bottom.mobile {display: flex !important;}}@media screen and (max-width: 375px) and (orientation: portrait) {#our-team-refactored .our-team-bl {bottom: -370px !important;}#learn-more {margin-top: 450px !important;}}@media screen and (max-width: 980px) and (min-width: 478px) and (orientation: landscape) {.online-conferences-blur-container {z-index: 0 !important;}#new-we-are {height: 220vh;}.report-submit-btn.mobile-text-part.report-submit-btn-helper {margin: 20px auto 0 auto !important;}}@media screen and (max-width: 820px) and (min-width: 800px) and (max-heigt: 1137px) and (min-height: 1101px) and (orientation: portrait) {#our-team-refactored {width: 100%;height: 105vh;position: relative;display: flex;background-image: url("/public/img/about/map_p.jpg");background-repeat: no-repeat;background-size: 200%;background-attachment: initial;background-position: 70% 3px;}}@media screen and (max-width: 500px) and (orientation: portrait) {#about-event {padding-bottom: 0px !important;}#new-we-are {height: 57vh !important;}.big-screen-saver {top: 160px !important;}}.blur-breaker {position: absolute;width: 100%;height: 29px;background: white;z-index: 0;-webkit-filter: blur(30px);-moz-filter: blur(30px);-o-filter: blur(30px);-ms-filter: blur(30px);filter: blur(30px);}@media only screen and (max-width: 835px) and (orientation: landscape) {#our-team-refactored {background-attachment: initial !important;}.navigation-360 ul {margin-right: auto;margin-left: auto;height: auto;width: 100%;padding-top: 20px;}}@media only screen and (max-width: 500px) and (orientation: portrait) {.header-nav a.is-active:before {bottom: -1px !important;}}@media only screen and (min-width: 833px) and (max-width: 1180px) {.header-nav a.is-active:before {bottom: -1px !important;}}@media only screen and (min-width: 1112px) and (max-width: 1180px) and (orientation: landscape) {.header-nav a.is-active:before {bottom: -2px !important;}}@media only screen and (min-width: 320px) and (max-width: 500px) and (orientation: portrait) {.legend-text.with-dnone {display: none !important;}.header-nav a.is-active:before {bottom: -2px !important;}}.about-cards-container .sales-card .phones {margin-top: -7px;}@media screen and (max-width: 414px) and (orientation: portrait) {#solutions-webinars-section .about-wrapper .gif-container .video-call.sol-last {left: 7.5px;}#solutions-webinars-section .about-wrapper .gif-container .video-call {top: 61px !important;z-index: -4 !important;left: -17px !important;}}@media screen and (max-width: 1024px) and (orientation: landscape) {.plans-container .hero-green-wave {top: -120vh !important;height: auto !important;width: 100% !important;}#languages .top-wave, #registration-process .top-wave {left: auto;}.plans-container #hero-section {min-height: 125vh !important;background-size: 116% !important;background-position: 0 72px !important;}#hero-section {min-height: 170vh !important;}.solutions-container #hero-section .solutions-video-container .gradient-foreground {height: 170vh !important;}.about-wrapper .gif-container .video-call video#webinars-videocall-mobiles {left: -2px !important;top: -4px;}.about-wrapper img {left: auto !important;right: auto !important;position: relative;z-index: 999;}}@media screen and (min-width: 669px) and (max-width: 737px) and (orientation: landscape) {.plans-container .hero-green-wave {top: 0 !important;position: absolute;}}@media screen and (max-width: 667px) and (orientation: landscape) {.card-title.spec-dev-helper {margin-top: 16px;height: 61px;display: flex;align-items: center;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {height: 100vw;}.plans-container .cards-wrapper .plans-card, .plans-container .cards-wrapper .plans-card:nth-child(2), .plans-container .cards-wrapper .plans-card:nth-child(3) {height: 100% !important;}.plans-container .cards-wrapper .plans-card:nth-child(3) img {width: 101%;}.plans-container .cards-wrapper .plans-card:nth-child(2) {margin: 0 !important;}.plans-container .hero-wrapper p {text-align: center;}.plans-container .cards-wrapper .plans-card {flex: 1 1 30%;}.plans-container .cards-wrapper {width: calc(100% - 20px);flex-direction: row;top: calc(100vh - 45px);align-items: flex-start;gap: 16px;flex-wrap: wrap;justify-content: center;}.plans-container .hero-wrapper {max-width: none !important;width: fit-content !important;padding: 0 28px !important;}.plans-container .hero-wrapper h1 {max-width: none !important;}.plans-container .cards-wrapper .plans-card:nth-child(3) {padding: unset !important;}#plans-single-events, #plans-annual-sub, #plans-white-label {z-index: 99999 !important;position: relative !important;}.container-large {width: auto;padding: 0 28px;}#plans-annual-sub .about-wrapper h2 {max-width: 360px;}.plans-container .cards-wrapper .legend-text {max-width: unset;padding-left: 28px;padding-right: 28px !important;bottom: -180px;}}@media all and (max-width: 1120px) and (min-width: 750px) and (orientation: portrait) {.legend.d-flex.align-items-center.justify-content-center.margin-top-40.margin-bottom-40 .d-flex:nth-child(3) span.circle-point.grey-linear-gradient {width: 26px;}.legend.d-flex.align-items-center.justify-content-center.margin-top-40.margin-bottom-40 .d-flex {justify-content: center;align-items: center;}.report-submit-btn.mobile-text-part.report-submit-btn-helper {margin: 20px auto 0 auto;}#management-team .people-cards-container {gap: 39px;}#our-team-refactored .our-team-bl {width: calc(100% - 100px);bottom: -290px;}#learn-more {margin-top: 300px !important;}#our-team-refactored {width: 100%;max-height: 82vh;position: relative;display: flex;background-image: url("../../public/img/about/map_p.webp");background-repeat: no-repeat;background-size: 232%;background-attachment: unset;background-position: 62% -18px;}}@media all and (max-width: 1366px) and (min-width: 1025px) and (orientation: landscape) {#our-team-refactored {background-attachment: unset !important;background-position: center 0px !important;}#our-team-refactored .our-team-bl {bottom: -260px;}#our-team-refactored {background-position: left 60% top !important;}#learn-more {padding-top: 350px !important;}}@media all and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {#our-team-refactored {background-position: left 60% top 120px !important;}#our-team-refactored .our-team-bl {bottom: -277px;}#learn-more {padding-top: 320px !important;}}@media all and (min-width: 1279px) {.gif-container.d-flex.justify-content-center.align-items-center.not-tablet-support.plans {margin-top: 0 !important;}}@media screen and (max-width: 1024px) and (orientation: portrait) {#registration-process .top-wave, #languages .top-wave {left: 0;}}@media (min-width: 767px) and (max-width: 1180px) and (orientation: portrait) {.gif-container.d-flex.justify-content-center.align-items-center.not-tablet-support.plans.annual-sub {margin: 50px auto 30px auto;}.se-margin-top {margin-top: 0 !important;}}@media (min-width: 767px) and (max-width: 1181px) and (orientation: portrait) {.gif-container.d-flex.justify-content-center.align-items-center.not-tablet-support.plans.annual-sub {margin: 50px auto 30px auto;}}@media (max-width: 474px) and (orientation: portrait) {.plans-container #plans-single-events {z-index: 9999 !important;margin-top: 550px;}}@media (min-width: 567px) and (max-width: 1024px) and (orientation: landscape) {#about-event .gif-container .device-tablet {z-index: 9999;}}@media all and (max-width: 900px) and (min-width: 600px) and (orientation: landscape) {#our-team-refactored .our-team-bl {width: calc(100% - 60px) !important;bottom: -550px !important;}#our-team-refactored {background-position: center 50px !important;}#learn-more {margin-top: 600px !important;}#features-description .container h1 {font-size: 47px !important;}#plans-annual-sub .about-wrapper ul, #plans-annual-sub .about-wrapper p {z-index: 99;position: relative;}#plans-annual-sub .about-wrapper h2 {z-index: 99;}.blur-container.commitment-helper {margin: -693px 24px 0 !important;}.homepage-footprint.solutions-fairs-expos .card {right: auto;}.homepage-footprint.solutions-fairs-expos p {padding-right: inherit !important;}.solutions-fairs-expos {background-size: 172% !important;}.homepage-footprint.solutions-fairs-expos .card {max-width: 690px !important;}}@media only screen and (max-width: 1060px) {.header-nav .ul-separator {margin-bottom: 13.5px;}.mobile-phone-numbers {display: flex !important;}.top-corner-img-1 {display: none;}.top-corner-img-2 {display: none;}.bottom-corner-img-1 {display: none;}.bottom-corner-img-2 {display: none;}}@media only screen and (max-width: 1060px) and (orientation: portrait) {.header-nav.open .logo-link {margin-top: -28.5px !important;}}.nav-360-contacts {background: #efe4ff;height: 100%;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);width: 100%;bottom: 0;left: 0;padding-top: 24px;}.nav-360-contacts h4 {font-style: normal;text-align: center;font-weight: 800;font-size: 16px;line-height: 100%;color: #2b2b2b;margin: 0 auto 20px auto;}.nav-360-contacts .num-cover {margin: auto;display: flex;flex-direction: column;width: -webkit-fit-content;}.nav-360-contacts a {background-color: transparent !important;margin-bottom: 24px;display: flex;gap: 10px;}.nav-360-contacts a span {font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: #0f0f0f;}.mobile-phone-numbers {width: 48px;height: 48px;border-radius: 6px;display: none;align-items: center;justify-content: center;position: fixed;top: 13px;right: calc(23% - 20px);background: transparent;border: 0;z-index: 99999;padding: 12.5px 11px;}.phone-numbers-container {display: none;}.phone-numbers-container.shown {display: flex !important;}header.header-nav.scroll-moved .mobile-phone-numbers.shown, header.header-nav.open .mobile-phone-numbers.shown {background: white !important;}header.header-nav.scroll-moved .mobile-phone-numbers svg path, header.header-nav.scroll-moved .mobile-phone-numbers.shown, header.header-nav.open .mobile-phone-numbers svg path, header.header-nav.open .mobile-phone-numbers.shown svg path {fill: #007DBB !important;}.mobile-phone-numbers-cover {background: #0000006e;height: 100vh;width: 100vw;position: fixed;top: 0;left: 0;display: none;}.mobile-phone-numbers-cover.shown {display: flex !important;}.mobile-phone-numbers.shown {background: white !important;}.mobile-phone-numbers.shown svg path {fill: #007DBB !important;}.phone-numbers-container {top: 52px;width: 220px;position: absolute;right: -108%;flex-direction: column;}.phone-numbers-container .up-arrow {width: 6px;height: 6px;background: white;margin-left: 141px;transform: rotate(45deg);margin-bottom: -3px;}.phone-numbers-container .container-inside {background: #fff;border-radius: 6px;width: 100%;min-height: 156px;padding: 24px 0;}.phone-numbers-container .container-inside ul.contact-container {visibility: visible;opacity: 1;position: static;right: 0;top: 0;margin: 0;padding: 0;width: 100%;height: auto;}.phone-numbers-container .container-inside {background: #fff;border-radius: 6px;width: 100%;min-height: 156px;padding: 24px 0;}.phone-numbers-container .container-inside ul.contact-container {visibility: visible;opacity: 1;position: static;right: 0;top: 0;margin: 0;padding: 0;width: 100%;height: auto;}.phone-numbers-container .container-inside ul.contact-container li a {font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: #0f0f0f;}.scroll-moved .phone-numbers-container .container-inside {border: 1px solid #007DBB;}.scroll-moved .phone-numbers-container .up-arrow {border-top: 1px solid #007DBB;border-left: 1px solid #007DBB;}.nav-360-contacts {background: #efe4ff;height: 100%;box-shadow: 40px 44px 44px rgba(0, 0, 0, 0.1);width: 100%;bottom: 0;left: 0;padding-top: 24px;}.nav-360-contacts h4 {font-style: normal;text-align: center;font-weight: 800;font-size: 16px;line-height: 100%;color: #2b2b2b;margin: 0 auto 20px auto;}.nav-360-contacts .num-cover {margin: auto;display: flex;flex-direction: column;width: -webkit-fit-content;width: 168px;}.nav-360-contacts a {background-color: transparent !important;margin-bottom: 24px;display: flex;gap: 10px;}.nav-360-contacts a span {font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: #0f0f0f;}.contact-container li {height: 39px;display: inline-flex;align-items: center;transition: all 0.2s ease-out;width: 100%;}.contact-container li:first-child a {padding-left: 19px !important;}.contact-container li a {border: 2px dashed transparent !important;transition: all 0.2s ease-out;width: 100%;margin: 0 !important;padding: 8px;display: flex;align-items: center;justify-content: center;}.contact-container li a:hover {border-radius: 0 !important;background-color: #efe4ff !important;background-image: url(../img/new-homepage/svg/contact-hover.svg);background-position: left top;background-repeat: no-repeat;}.contact-container li a:active {border-radius: 0 !important;background: #007DBB !important;}.contact-container li a:focus {border-radius: 0 !important;background: #efe4ff !important;border: 2px dashed #007DBB !important;}.contact-container li a:active {border-radius: 0 !important;color: #0f0f0f;}.contact-container li a:hover:focus:active {border-radius: 0 !important;background: #007DBB !important;}.contact-container li a:hover:focus:active {border-radius: 0 !important;color: #0f0f0f;}.contact-container li a {font-style: normal;font-weight: 600;font-size: 16px;line-height: 20px;color: #0f0f0f;display: flex;gap: 7px;align-items: center;border-radius: 0;}.list-inline-item.about.blog {margin-bottom: 13.5px;}.safe-area-mobile {background: white;position: fixed;width: 100vw;height: 100vh;top: 0;left: 0;display: none;z-index: -1;}.z-index-up {z-index: 9999;}.m-0 {margin: 0 !important;}.z-index-bottom {pointer-events: none;}.list-inline-item.home,.list-inline-item.login,[data-modal="modal-one"]{display:none!important}