/* reset */

html,body,div,span,object,iframe,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}input,select{vertical-align:middle}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

* {
	box-sizing: border-box;
}


::selection {
	background: #dbdeea;
	color: #fff;
}

::-moz-selection {
	background: #dbdeea;
	color: #fff;
}

::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #2e2e2e;
	outline: none;
	text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
}

a:hover {
	color: #666;
	outline: none;
	text-decoration: none;
}

button {
	transition: background 0.5s ease;
	font-family: 'Inter', sans-serif;
}

input, textarea, .redactor-editor {
	transition: border 0.5s ease, color 0.5s ease;
}

h1,h2,h3 {
	-webkit-font-smoothing:antialiased;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}

body {
	-webkit-font-smoothing:antialiased;
	background-color: #fff;
	color: #2D2D2D;
	font-family: 'Inter', sans-serif;
	line-height: 1;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	transition: background-color 0.5s ease;
  overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
}

body.no-scroll {
  overflow: hidden;
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}


.inner-wrapper {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrapper.full-witdth-90 {
  width: 90%;
}

.inner-wrapper.xx-lrg {
  width: 1200px;
}

.inner-wrapper.lrg {
  width: 1100px;
}

.inner-wrapper.md-lrg {
  width: 960px;
}

.inner-wrapper.md {
  width: 700px;
}

.inner-wrapper.sml {
  width: 600px;
}

.inner-wrapper.x-sml {
  width: 540px;
}

.inner-wrapper.xx-sml {
  width: 400px;
}


main {
  float: left;
  width: 100%;
}

main.padding-30 {
  padding: 30px 0px 50px 0px;
}

main.padding-50 {
  padding: 50px 0px;
}


main.padding-120 {
  padding: 120px 0px 100px 0px;
}

main.padding-50.fixed-nav {
  padding: 50px 0px;
}

.profile main.padding-50.fixed-nav {
  padding: 117px 0px;
}

/* buttons */

a.button, button.button {
  background: #000;
  border-radius: 30px;
  color: #fff;
  padding: 12px 22px;
  float: left;
  outline: none;
  cursor: pointer;
  transition: opacity 0.5s ease;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 535;
  line-height: normal;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
}

.button.sml {
  font-size: 14.5px;
  padding: 9px 16px;
  line-height: 16px;
}

.button.lrg {
  font-size: 16.5px;
  padding: 14px 22px;
}

.button:hover {
  opacity: 0.7;
  color: #FFF;
}

.button.grey {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #000;
}

a.button.white {
  background-color: #FFF;
  color: #000;
  border-color: #ECECF4;
}

a.button.red {
  background-color: #FFF3F3;
  border-color: #FFE0E0;
  color: #FF3C34;
}


.button.full-width {
  width: 100%;
}







/* dropdown */

.dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  border-radius: 8px;
  float: left;
  position: absolute;
  width: 200px;
  display: none;
  animation: fadeInUp;
  animation-duration: 0.4s;
  z-index: 500;
}

.dropdown-menu-divide {
  float: left;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
}

.dropdown-menu .dropdown-padding {
  float: left;
  width: 100%;
}

.dropdown-menu.company-toggle {
  width: 239px;
  bottom: 90px;
}

.dropdown-menu a, nav .mid ul li .dropdown-menu a {
  float: left;
  font-style: normal;
  padding: 4px 0px;
  text-align: left;
  clear: both;
  margin: 1px 0px 0px 0px;
  width: 100%;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 24px;
  color: #1A1919;
}

.dropdown-menu a:hover, nav .mid ul li .dropdown-menu a:hover {
  color: #c1c1c1;
}

.dropdown-menu .dropdown-menu-links {
  float: left;
  width: 100%;
  padding: 10px 20px;
  max-height: 308px;
  overflow: scroll;
}

.dropdown-menu a.blue:hover {
  color: #82bcff;
}

.dropdown-menu a.blue {
  color: #4199FF;
}

.dropdown-menu a p.menu-invites-count {
  float: right;
  padding: 2px 10px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 6px;
  background: #F4F4F4;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.dropdown-menu a:hover p.menu-invites-count {
  background-color: #f9f9f9;
  color: #6a6a6a;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.dropdown-menu a.red {
  color: #FF4D4D;
}

.dropdown-menu a.red:hover {
  color: #ff8585;
}


.dropdown-menu-footer {
  float: left;
  width: 100%;
  padding: 14px 20px;
}


.dropdown-menu-footer .title {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #ADADAD;
}

.dropdown-menu-footer .subtitle {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: #CDCDCD;
  padding-top: 4px;
}


/* notice states */

.notice {
  color: #fd228c;
  background-color: #ffeff7;
  padding: 14px 18px 13px 18px;
  border-radius: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 100%;
}

.notice.no-corners {
  border-radius: 0px;
}

.notice.green {
  color: #007632;
  background-color: #D6FFE7;
}

.notice.blue {
  color: #205381;
  background-color: #D9EDFF;
}

.notice.yellow {
  color: #534B00;
  background-color: #FFFACE;
}

.notice.orange {
  color: #8A2900;
  background-color: #FFDDCE;
}

.notice.orange a {
  color: #ff4900;
}

.notice.orange a:hover {
  color: #ce876b;
}

.notice.red {
  color: #B00000;
  background-color: #FFCECE;
}

.notice.red a {
  color: #480000;
}

.notice.small {
  padding: 17px;
  font-size: 15px;
}


.notice.purple {
  color: #6E41E2;
  background-color: #F4EFFF;
}

.notice.purple a {
  color: #3B1897;
}

.notice.purple a:hover {
  color: #7d61c8;
}


.notice.m-b-0 {
  margin-bottom: 0px;
}

.notice.m-b-20 {
  margin-bottom: 20px;
}

.internal-account-page-wrapper .notice.m-t-10 {
  margin-top: 10px;
}

.internal-account-page-wrapper .notice.m-t-20 {
  margin-top: 20px;
}

/* forms */

.form-wrapper {
  float: left;
  width: 100%;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #19385D !important;
  border: 1px solid #D2D2D2 !important;
  color: #19385D !important;
  background-color: #FFF !important;
  font-family: 'Inter', sans-serif !important;
  filter:none;
}

.input-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.input-wrapper label {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A1919;
  margin-bottom: 6px;
}

.input-wrapper p.optional-notice {
  float: right;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #B5B5B5;
  margin-bottom: 6px;
}

.input-wrapper input {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 6%), inset 0 0 0px black;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06), inset 0 0 0px black; /* For Safari */
  border-radius: 9px;
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 11px 15px 11px 15px;
  outline: none;
  -webkit-appearance: none;
  transition: border 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  height: 43px;
  color: #19385D;
}

.input-wrapper input:focus {
  border-color: #000000; /* Change border color on focus */
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%), inset 0 0 2px black;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px black; /* For Safari */
  color: #000;
  background-color: #FFF;
}



.input-wrapper input[disabled], .input-wrapper input[readonly] {
  color: #b1b1b1;
}

.input-wrapper input#join-url[disabled], .input-wrapper input#join-url[readonly] {
  color: #19385D;
  -webkit-text-fill-color: #19385D;
  opacity: 1;
}

.input-wrapper input[disabled]:focus, .input-wrapper input[readonly]:focus {
  border: 1px solid #D2D2D2;
  box-shadow: none;
  transition: border 0.5s ease, color 0.5s ease;
  color: #b1b1b1;
  background-color: #FFFFFF;
}

.input-wrapper input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.input-wrapper input[type="password"]:placeholder-shown {
  padding-top: 16px;
}

.input-wrapper input.default-placeholder[type="password"] {
  padding-top: 11px;
}

.input-wrapper textarea {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 6%), inset 0 0 0px black;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06), inset 0 0 0px black;
  border-radius: 9px;
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding: 11px 15px 11px 15px;
  outline: none;
  transition: border 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  resize: none;
  height: 150px;
  -webkit-appearance: none;
  transition: border 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  -webkit-transition: border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  color: #19385D;
}

.input-wrapper textarea:focus {
  border-color: #000000;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%), inset 0 0 2px black;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px black;
  color: #000;
  background-color: #FFF;
}

.input-wrapper textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}

.input-label-link {
  float: right;
}

.input-label-link a {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8F8F8F;
}

.input-label-link a:hover {
  color: #000;
}

.input-group-wrapper {
  margin-top: 35px;
  float: left;
  width: 100%;
}


.input-wrapper.m-b-10 {
  margin-bottom: 10px;
}

.split-fields {
  float: left;
  width: 100%;
}

.split-fields .input-wrapper {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.split-fields .input-wrapper:last-child {
  width: 48%;
  margin-right: 0;
  margin-left: 2%;
}

.split-fields-65-35 {
  float: left;
  width: 100%;
}

.split-fields-65-35 .input-wrapper {
  float: left;
  width: 60%;
  margin-right: 2%;
}

.split-fields-65-35 .input-wrapper:last-child {
  width: 36%;
  margin-right: 0;
  margin-left: 2%;
}

.split-fields-3 {
  float: left;
  width: 100%;
}

.split-fields-3 .input-wrapper {
  float: left;
  width: 31%;
  margin-right: 3%;
}

.split-fields-3 .input-wrapper:last-child {
  width: 31%;
  margin-right: 0;
  margin-left: 0;
}

.multi-field-label {
  float: left;
  width: 100%;
}

.multi-field-label label {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #757575;
  margin-bottom: 6px;
}

label.error {
  color: #ff2e2e;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.session-page-wrapper .session-page-inner .session-page-form label.error {
  color: #ff2e2e;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.split-fields .input-wrapper label.error {
  color: #ff2e2e;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
}

.input-wrapper [type="checkbox"]:checked,
.input-wrapper [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-wrapper [type="checkbox"]:checked + label,
.input-wrapper [type="checkbox"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	display: inline-block;
  height: 24px;
  padding: 3px 0px 0px 36px;
  margin-top: 0px;
  margin-bottom: 0px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2B425C;
}

.input-wrapper [type="checkbox"]:checked + label:before,
.input-wrapper [type="checkbox"]:not(:checked) + label:before {
  content: '';
	position: absolute;
  left: -1px;
  top: 1px;
  width: 28px;
  height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../img/form-checkbox.svg');
}


.input-wrapper [type="checkbox"]:checked + label:after,
.input-wrapper [type="checkbox"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: -1.5px;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../img/form-checkbox-active.svg');
}


.input-wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.input-wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
}




.input-wrapper [type="radio"]:checked,
.input-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-wrapper [type="radio"]:checked + label,
.input-wrapper [type="radio"]:not(:checked) + label {
  position: relative;
	cursor: pointer;
	display: inline-block;
  height: 28px;
  padding: 2px 0px 0px 32px;
  margin-top: 0px;
  margin-bottom: 0px;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2B425C;
}

.input-wrapper [type="radio"]:checked + label:before,
.input-wrapper [type="radio"]:not(:checked) + label:before {
  content: '';
	position: absolute;
  left: -4px;
  top: 1px;
  width: 28px;
  height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../img/form-radio-button.svg');
}

.input-wrapper [type="radio"]:checked + label:after,
.input-wrapper [type="radio"]:not(:checked) + label:after {
  content: '';
	position: absolute;
  left: -4px;
  top: 1px;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../img/form-radio-button-active.svg');
}

.input-wrapper [type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
.input-wrapper [type="radio"]:checked + label:after {
  opacity: 1;
}



.input-wrapper label a {
  color: #1964FF;
}

.input-wrapper label a:hover {
  color: #6c9cff;
}

.input-wrapper.w-form-hint {
  margin-bottom: 10px;
}

.input-wrapper.w-form-hint {
  margin-bottom: 10px;
}

.form-wrapper .form-hint {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 18px;
  color: #9A9DAB;
  margin-bottom: 25px;
  margin-top: 10px;
}

.form-wrapper .form-hint.hidden {
  display: none;
}

.form-wrapper .form-hint strong {
  font-weight: 500;
}

.form-wrapper .form-hint span{
  color: #19385D;
}

.form-wrapper label#getlog_url-error:empty {
  margin-top: 0px;
  line-height: initial;
  margin-bottom: 0px;
}

.form-wrapper .form-hint.reserve-url-hint span {
  text-transform: lowercase;
}

.form-wrapper .inner-form-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 15px;
}

.buttons-wrapper {
  float: left;
  width: 100%;
}

.buttons-wrapper .button.m-l-15 {
  margin-left: 15px;
}

.buttons-wrapper .button.m-l-20 {
  margin-left: 20px;
}

.session-page-wrapper .session-page-inner .session-page-form .input-wrapper [type="checkbox"]:checked + label, .session-page-wrapper .session-page-inner .session-page-form .input-wrapper [type="checkbox"]:not(:checked) + label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.session-page-wrapper .session-page-inner .session-page-form .input-wrapper [type="radio"]:checked + label, .session-page-wrapper .session-page-inner .session-page-form .input-wrapper [type="radio"]:not(:checked) + label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.no-data-notice {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 10px;
  padding: 65px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8D9CAD;
}

.no-data-notice a {
  color: #1964FF;
}


.no-data-notice a:hover {
  color: #6c9cff;
}


.form-section {
  float: left;
  width: 100%;
  border-bottom: solid 1px #e9e9e9;
  padding: 30px 0px;
}

.form-section.p-t-0 {
  padding-top: 0px;
}

.form-section .input-wrapper.m-b-10 {
  margin-bottom: 10px;
}

.form-section .form-hint.m-t-10.m-b-0 {
  margin: 0px 0px;
}

.form-section-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 15px;
}

.form-section .settings-pro-badge {
  float: left;
  background: #EBEBEB;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #5C5C5C;
  padding: 4px 6px;
  margin: 3px 0px 0px 3px;
}

.form-section .inline-switch-wrapper.m-0 {
  margin: 0px;
}

.form-section .input-wrapper.m-b-15 {
  margin-bottom: 15px;
}

.form-section.last {
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: none;
}

.inline-search-field {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}



/* session page */

.session-page-content {
  float: left;
  width: 100%;
  height: 100vh;
}

.session-page-content .session-page-right {
  float: right;
  width: 50%;
  height: 100vh;
  position: relative;
}

.session-page-content .session-page-left {
  float: right;
  width: 50%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #6F41E1;
}

.session-page-content .session-page-left .session-page-left-inner {
  float: left;
  width: 80%;
  margin: 0px 10%;
  padding: 150px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: rgba(255, 255, 255, 0.40);
  font-size: 46px;
  font-style: normal;
  font-weight: 629;
  line-height: normal;
  letter-spacing: -0.623px;
}

.session-page-vertical {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.session-page-content .session-page-left .session-page-left-inner .highlight {
  color: #fff;
}


.session-page-content .session-page-left .session-page-left-inner p.author {
  float: left;
  width: 100%;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.20);
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 629;
  line-height: normal;
  letter-spacing: -0.623px;
}


.session-page-content .session-page-right .session-page-left-top {
  float: left;
  width: 100%;
  padding: 25px 30px;
  position: relative;
  z-index: 50;
}

.session-page-content .session-page-right .session-page-left-top a.logo {
  float: left;
  transition: opacity 0.5s ease;
}

.session-page-content .session-page-right .session-page-left-top a.logo:hover {
  opacity: 0.7;
}

.session-page-content .session-page-right .session-page-left-top .links {
  float: right;
}

.session-page-content .session-page-right .session-page-left-top .links a {
  float: left;
  color: #373737;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 4px;
  margin-left: 20px;
}

.session-page-content .session-page-right .session-page-left-top .links a span {
  color: #8C8C8C;
}

.session-page-content .session-page-right .session-page-left-top .links a:hover {
  color: #888;
}

.session-page-content .session-page-right .session-page-left-top .links a.grey {
  color: #777;
}

.session-page-content .session-page-right .session-page-left-top .links a.grey:hover {
  color: #444;
}

.session-page-content .session-page-right .session-page-left-absolute {
  width: 100%;
  height: 100%;
}

.session-page-content .inner-columns-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 290px 0px;
  overflow: hidden;
}

.inner-columns-wrapper.form-response-padding {
  padding: 370px 0px;
}

.session-page-content .session-page-right .session-page-vertical {
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
}

.session-page-content .session-page-right .session-page-left-absolute .session-page-vertical-inner {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.session-page-content .session-page-right .session-page-left-absolute .session-page-left-inner-column {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.session-page-content .session-page-right .session-page-heading {
  float: left;
  width: 100%;
}

.session-page-content .session-page-right .session-page-form {
  float: left;
  width: 100%;
}

.session-page-content .session-page-right .session-page-form-header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.session-page-content .session-page-right .session-page-form-header h1 {
  float: left;
  width: 100%;
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.session-page-content .session-page-right .copyright {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.2145px;
  color: #C9C9C9;
}

.session-page-content .session-page-right .copyright a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.2145px;
  color: #9c9c9c;
  margin-left: 10px;
}

.session-page-content .session-page-right .copyright a:hover {
  color: #555;
}

.session-page-content .copyright.mobile {
  display: none;
  float: left;
  background-color: rgb(255 255 255 / 77%);
  text-align: center;
  padding: 8px;
  font-size: 10px;
  color: #adadad;
  margin-top: -25px;
  z-index: 5000;
  position: relative;
  border-radius: 0px 8px 0px 0px;
}

.session-page-content .copyright.mobile a {
  margin-left: 10px;
}

.session-page-content .session-page-right .session-page-heading p.session-page-sml-title {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  font-variation-settings: 'wght' 449;
  font-weight: 449;
}

.session-page-content .session-page-right .session-page-heading p.session-page-sml-title.login-link {
  margin-top: 40px;
}

.session-page-content .session-page-right .session-page-heading p.session-page-sml-title.login-link a {
  color: #404040;
  border-radius: 10px;
  font-variation-settings: 'wght' 550;
  font-weight: 550;
}

.session-page-content .session-page-right .session-page-heading p.session-page-sml-title.login-link a:hover {
  color: #727272;
}

.session-page-content .session-page-right .form-bottom-link {
  float: left;
  width: 100%;
  margin-top: 45px;
  color: #9A9DAB;
  text-align: center;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.session-page-content .session-page-right .form-bottom-link p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.session-page-content .session-page-right .form-bottom-link p:last-child {
  margin-bottom: 0px;
}





/* cookie banner */

.cookie-notice-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  z-index: 500000;
}

.cookie-notice {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
  border-radius: 10px;
  display: inline-block;
  padding: 14px 16px 14px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

.cookie-notice .left {
  float: left;
  margin-right: 10px;
}

.cookie-notice .left a {
  color: #FF27A9;
}

.cookie-notice .left a:hover {
  color: #fd55ba;
}

.cookie-notice a.close-icon {
  cursor: pointer;
  background-image: url('../img/icon-close-modal.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  background-size: 100%;
  float: left;
  height: 19px;
  width: 19px;
  transition: opacity 0.5s ease;
}

.cookie-notice a.close-icon:hover {
  opacity: 1;
}

.cookie-notice a.button.grey {
  display: none;
}

.cookie-notice a.button.grey {
  background-color: #f2f2f2;
}


/* inputs */
.input-wrapper a.form-field-hint-icon {
  position: absolute;
  right: 14px;
  top: 40px;
  z-index: 500;
}

.input-wrapper.w-hint:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 29px;
  height: 37px;
  width: 70px;
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}


.form-wrapper .username-response {
  float: left;
  width: 100%;
}

.form-wrapper .username-response p.red {
  color: #ff2e2e;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.input-wrapper .form-field-tick-icon {
  position: absolute;
  right: 14px;
  top: 40px;
  z-index: 501;
  background-image: url('../img/icon-tick-green-sml.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  background-color: #FFF;
  display: none;
}

/* onboarding */

.onboarding-page-outer {
  float: left;
  width: 100%;
}

.onboarding-page-outer .onboarding-top-nav {
  float: left;
  width: 100%;
  padding: 25px;
}

.onboarding-page-outer .onboarding-top-nav .app-icon {
  float: left;
}

.onboarding-page-outer .onboarding-top-nav .right-links {
  float: right;
  padding: 12px;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -0.2145px;
  color: #939FAD;
}

.onboarding-page-outer .onboarding-top-nav .right-links a {
  font-weight: bold;
  font-size: 15.5px;
  line-height: 18px;
  letter-spacing: -0.2145px;
  color: #FF008D;
}

.onboarding-page-outer .onboarding-page {
  float: left;
  width: 100%;
  padding: 80px 0px;
}

.onboarding-page-outer .onboarding-page .copy {
  float: left;
  width: 100%;
}

.onboarding-page-outer .onboarding-page .copy h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.264px;
  color: #000000;
}

.onboarding-page-outer .onboarding-page .copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  padding: 10px 0px 35px 0px;
}

.onboarding-page-outer .onboarding-page .onboarding-footer-copyright {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #C9C9C9;
  padding: 40px 0px 0px 0px;
}

.onboarding-page-outer .onboarding-page .sml-saved-notice {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.onboarding-page-outer .onboarding-page .sml-saved-notice p.icon {
  float: left;
  width: 18px;
}
.onboarding-page-outer .onboarding-page .sml-saved-notice p.text {
  float: left;
  color: #04CB10;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: calc(100% - 18px);
  padding: 0px 0px 0px 8px;
}

.onboarding-page-outer .onboarding-page .copy p.p-b-25 {
  padding-bottom: 25px;
}

.onboarding-page-outer .form-wrapper .form-hint {
  margin-bottom: 0px;
}

.upload-area-wrapper {
  float: left;
  width: 100%;
  padding-top: 0px;
  position: relative;
}

.upload-area-wrapper .upload-area {
  float: left;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 80px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 60px;
}

.upload-area-wrapper .upload-area.image-icon {
  background-image: url('../img/icon-company-upload.svg');
}

.slim {
  background-image: url('../img/icon-img-upload.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  padding-bottom: .025px;
  height: 60px;
  border-radius: 90px;
  color: transparent;
  background-size: 62px;
  background-color: transparent !important;
  background-position: center;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
}

.upload-area-wrapper .upload-area.image-icon .slim {
  background-image: url('../img/icon-company-upload.svg');
}

.upload-area-wrapper .upload-area .slim-btn {
  background-color: #000;
  position: absolute;
  right: -10px;
  top: 5px;
  width: 24px;
  height: 24px;
}

.upload-area-wrapper .upload-area .avatar-wrapper .slim .slim-btn-group {
  top: -10px;
  bottom: auto;
  padding: 0px 0px 4px 0px;
  height: 24px;
  overflow: visible;
}

.upload-area-wrapper .upload-area .avatar-wrapper button.slim-btn.slim-btn-remove {
  display: none;
}

.upload-area-wrapper .upload-area .slim .slim-area {
  height: auto;
}

.upload-area-wrapper .upload-area .slim .slim-area [data-state="success"] {
  display: none;
}

.upload-area img {
  border-radius: 100px;
}

.product-icon-wrapper .slim {
  border-radius: 0px;
}

.upload-area .product-icon-wrapper img {
  border-radius: 14px;
}

.product-icon-wrapper .slim {
  border-radius: 14px;

}

.upload-link {
  float: left;
  padding: 7px 20px 0px 20px;
  width: calc(100% - 80px);
}

.upload-link p {
  float: left;
  width: 100%;
  letter-spacing: -0.264px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #000000;
}

.upload-link span {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.264px;
  color: #A4A4A4;
  margin-top: 5px;
}

.onboarding-page .product-group-wrapper .upload-link {
  float: left;
  padding: 10px 0px 10px 85px;
  width: calc(100% - 0px);
  position: absolute;
  z-index: 800;
  cursor: pointer;
}


.onboarding-page .input-wrapper textarea {
  height: 80px;
}

.onboarding-page .add-other-product {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.onboarding-page .products-list {
  float: left;
  width: 100%;
}

.onboarding-page .product-group-wrapper {
  float: left;
  width: 100%;
  padding-top: 50px;
  border-top: solid 2px #F3F3F3;
  margin-top: 50px;
}

.onboarding-page .product-group-wrapper:first-child {
  float: left;
  width: 100%;
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}

/* onboarding follow suggestions */

.onboarding-makers-follow-list {
  float: left;
  width: 100%;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.03);
  padding: 20px 25px;
  margin-bottom: 15px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left {
  float: left;
  width: calc(100% - 150px);
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left .avatar {
  float: left;
  width: 38px;
  height: 38px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left .avatar img {
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left .maker-name-bio {
  float: left;
  width: calc(100% - 38px);
  padding: 2px 15px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left .maker-name-bio .name {
  float: left;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  line-height: 17px;
  letter-spacing: -0.264px;
  font-variation-settings: 'wght' 535;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .left .maker-name-bio .bio {
  float: left;
  width: 100%;
  color: #A1A1A1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.264px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-all;
  padding-top: 2px;
}


.onboarding-makers-follow-list .onboarding-makers-follow-list-item .right {
  float: right;
  max-width: 150px;
  padding: 1px 0px 0px 0px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .right .button.sml {
  padding: 7px 16px 9px 16px;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .right a.button p {
  display: inline-block;
}

.onboarding-makers-follow-list .onboarding-makers-follow-list-item .right a.button p.icon {
  height: 18px;
  width: 18px;
  margin-left: 6px;
  vertical-align: bottom;
}



/* tooltip - compressed */
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip .tooltipster-box{background:#FFF;border:2px solid #FFF;border-radius:2px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{font-size:15px;text-align:center;font-family:"proxima-soft",helvetica neue;-webkit-font-smoothing:antialiased;color:#000;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#FFF;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#FFF;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#FFF;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#FFF;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#FFF}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#FFF}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#FFF}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#FFF}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}

.tooltipster-sidetip.tooltip-small .tooltipster-box{border:none;background:#30303F;background:#30303F;border-radius:10px}.tooltipster-sidetip.tooltip-small.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltip-small.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltip-small.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltip-small.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltip-small .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltip-small.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltip-small.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltip-small .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltip-small .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltip-small.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:#30303F}.tooltipster-sidetip.tooltip-small.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:#30303F}.tooltipster-sidetip.tooltip-small.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:#30303F}.tooltipster-sidetip.tooltip-small.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:#30303F}.tooltipster-sidetip.tooltip-small.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltip-small.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}.tooltipster-sidetip.tooltip-small .tooltipster-content{font-size:13.5px;text-align:center;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;font-weight:600;color:#fff;line-height:20px;padding:8px 14px;border-radius:4px}.tooltipster-base.tooltip-small.offset{margin-left:-15px}

.tooltipster-sidetip.tooltip-medium .tooltipster-box{border:none;background:#1b1b1b;background:#30303F;border-radius:5px}.tooltipster-sidetip.tooltip-medium.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltip-medium.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltip-medium.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltip-medium.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltip-medium .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltip-medium.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltip-medium.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltip-medium .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltip-medium .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltip-medium.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:#30303F}.tooltipster-sidetip.tooltip-medium.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:#30303F}.tooltipster-sidetip.tooltip-medium.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:#30303F}.tooltipster-sidetip.tooltip-medium.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:#30303F}.tooltipster-sidetip.tooltip-medium.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltip-medium.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}.tooltipster-sidetip.tooltip-medium .tooltipster-content{font-size:14px;text-align:center;font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;font-weight:600;color:#fff;line-height:20px;padding:12px;border-radius:4px}.tooltipster-base.tooltip-medium.offset{margin-left:-15px}



/* navigation */

nav.public-nav {
  float: left;
  width: 100%;
  padding: 26px 0px;
  position: relative;
}

nav.public-nav .left {
  float: left;
}

nav.public-nav .left a.logo {
  float: left;
  width: 28px;
  margin: 4px 0px 0px 0px;
  transition: opacity 0.5s ease;
}

nav.public-nav .left a.logo:hover {
  opacity: 0.5;
}

nav.public-nav .left a.logo img {
  float: left;
}

nav.public-nav .mid {
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
  margin-top: 7px;
}

nav.public-nav .mid a {
  color: #323232;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  line-height: 24px;
  font-variation-settings: 'wght' 535;
  padding: 8px 10px;
  margin: 0px 4px;
}

nav.public-nav .mid a:hover {
  color: #999;
}

nav.public-nav .right {
  float: right;
}

nav.public-nav .right a.button.sml.grey {
  margin-right: 10px;
}



/* home header */

header.home-header {
  float: left;
  width: 100%;
  padding: 120px 0px 100px 0px;
}

header.home-header.landing-page {
  padding-bottom: 0px;
}

header.home-header .copy {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  padding: 0px 50px;
  position: relative;
  z-index: 10;
}

header.home-header .copy h1 {
  color: #000;
  font-family: 'Mona Sans', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: -2.26px;
  margin-bottom: 20px;
}

header.home-header .copy h1 span.grey {
  color: #CCCCCC;
}

header.home-header .copy .typelighter-wrapper {
  position: relative;
  height: 59px;
  display: inline-block;
  margin-bottom: -11px;
}

header.home-header .copy  h1 p {
	position: relative;
	display: inline-block;
}

header.home-header .copy h1 p:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 27px;
  background-color: #FFF69B;
  z-index: -1;
  border-radius: 20px;
  width: 100%;
}

header.home-header .copy h1 p.green:after {
  background-color: #CCFFD1;
}

header.home-header .copy h1 p.blue:after {
  background-color: #CCF0FF;
}

header.home-header .copy h1 p.purple:after {
  background-color: #DACCFF;
}

header.home-header .copy h1 p.yelow:after {
  background-color: #FFF69B;
}

header.home-header .copy  h1 span .typelighted {
	color: #000;
}

header.home-header .copy p.sml-subtitle {
  float: left;
  width: 100%;
  margin-top: 30px;
  color: #BFBFBF;
  font-size: 13px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
}

header.home-header .display-image {
  float: left;
  margin-left: -50px;
  width: calc(100% + 100px);
  position: relative;
}

header.home-header .display-image img {
  position: relative;
  z-index: 10;
}

header.home-header .display-image::after {
  content: "";
  position: absolute;
  left: -150px;
  top: -120px;
  width: calc(100% + 300px);
  height: 500px;
  background-color: #fff;
  background-image: url('../img/full-gradient.svg');
  background-size: cover;
  z-index: 1;
}



/* home sections */

.sections-wrapper {
  float: left;
  width: 100%;
  background-color: #FBFCFE;
}

.sections-wrapper section.home-section-one {
  float: left;
  width: 100%;
  padding: 150px 0px;
}

.sections-wrapper section.home-section-one .copy-header {
  float: left;
  width: 100%;
  text-align: center;
}

.sections-wrapper section.home-section-one .copy-header h2 {
  float: left;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.26px;
}

.sections-wrapper section.home-section-one .copy-header p {
  float: left;
  width: 100%;
  color: #AFB9CD;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 24px;
  letter-spacing: -0.26px;
  margin-top: 15px;
}

.sections-wrapper section.home-section-one .home-section-one-blocks {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.sections-wrapper section.home-section-one .home-section-one-blocks .home-section-one-block {
  float: left;
  width: 350px;
  margin: 0px 25px 25px 0px;
  border-radius: 14px;
  border: 1px solid #E5E5F9;
  background: #FFF;
  box-shadow: 0px 5.174px 8.87px 0px rgba(0, 0, 0, 0.03);
  padding: 20px 22px;
}

.sections-wrapper section.home-section-one .home-section-one-blocks .home-section-one-block:nth-child(3n) {
  margin-right: 0px;
}

.sections-wrapper section.home-section-one .home-section-one-blocks .home-section-one-block h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 22px;
  letter-spacing: -0.264px;
}

.sections-wrapper section.home-section-one .home-section-one-blocks .home-section-one-block p {
  float: left;
  width: 100%;
  color: #9A9DAB;
  font-size: 14px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 20px;
  letter-spacing: -0.26px;
  margin-top: 2px;
}






.sections-wrapper section.home-section-two {
  float: left;
  width: 100%;
  margin: 150px 0px;
}

.sections-wrapper section.home-section-two .copy-header {
  float: left;
  width: 100%;
  text-align: center;
}

.sections-wrapper section.home-section-two .copy-header h2 {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.26px;
  max-width: 580px;
  margin: auto;
  float: none;
}

.sections-wrapper section.home-section-two .copy-header p {
  float: left;
  width: 100%;
  color: #AFB9CD;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 24px;
  letter-spacing: -0.26px;
  margin-top: 15px;
}

.sections-wrapper section.home-section-two .bento-grid {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-top {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-bottom {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-top .bento-column {
  float: left;
  width: 537px;
  margin-right: 25px;
  border-radius: 14px;
  border: 1px solid #E5E5F9;
  background: #FFF;
  box-shadow: 0px 5.174px 8.87px 0px rgba(0, 0, 0, 0.03);
  position: relative;
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-top .bento-column.c-two {
  margin-right: 0px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-bottom .bento-column {
  float: left;
  width: 350px;
  margin-right: 25px;
  border-radius: 14px;
  border: 1px solid #E5E5F9;
  background: #FFF;
  box-shadow: 0px 5.174px 8.87px 0px rgba(0, 0, 0, 0.03);
}

.sections-wrapper section.home-section-two .bento-grid .bento-grid-bottom .bento-column.c-five {
  margin-right: 0px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-column-content {
  float: left;
  width: 100%;
  height: 280px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-column-copy {
  float: left;
  width: 100%;
  padding: 35px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-column-copy h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 22px;
  letter-spacing: -0.264px;
}

.sections-wrapper section.home-section-two .bento-grid .bento-column-copy p {
  float: left;
  width: 100%;
  color: #9A9DAB;
  font-size: 14px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 20px;
  letter-spacing: -0.26px;
}


section.home-section-three {
  float: left;
  width: 100%;
  background-color: #6F41E1;
  padding: 170px 0px;
}

section.home-section-three .display-text {
  float: left;
  width: 100%;
}

section.home-section-three .display-text p {
  float: left;
  width: 100%;
  color: #9979EB;
  font-size: 40px;
  font-style: normal;
  font-weight: 629;
  font-variation-settings: 'wght' 629;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 50px;
}

section.home-section-three .display-text p .highlight {
  color: #fff;
}

section.home-section-three .display-text p:last-child {
  margin-bottom: 0px;
}


section.home-section-four {
  float: left;
  width: 100%;
  padding: 200px 0px;
}

section.home-section-four .display-quote {
  float: left;
  width: 100%;
}

section.home-section-four .display-quote h4 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -2.2px;
}

section.home-section-four .display-quote .display-quote-person {
  float: left;
  width: 100%;
  margin-top: 20px;
}

section.home-section-four .display-quote .display-quote-person .avatar {
  float: left;
  width: 36px;
}

section.home-section-four .display-quote .display-quote-person .avatar img {
  float: left;
  border-radius: 50px;
}

section.home-section-four .display-quote .display-quote-person .name-title {
  float: left;
  width: calc(100% - 36px);
  padding-left: 15px;
}

section.home-section-four .display-quote .display-quote-person .name-title p.name {
  float: left;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
}

section.home-section-four .display-quote .display-quote-person .name-title p.title {
  float: left;
  width: 100%;
  color: #A1A1A1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-top: 2px;
}



section.home-section-five {
  float: left;
  width: 100%;
  padding: 200px 0px;
  background-image: url('../img/full-gradient.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.home-section-five .lrg-cta {
  float: left;
  width: 100%;
  text-align: center;
}

section.home-section-five .lrg-cta h5 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.2px;
  margin-bottom: 30px;
}

section.home-section-five .lrg-cta .button.lrg {
  float: none;
  display: inline-block;
}

section.home-section-five .lrg-cta p {
  float: left;
  width: 100%;
  color: rgba(105, 106, 100, 0.70);
  font-size: 14px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  margin-top: 30px;
}



/* footer */

footer {
  float: left;
  width: 100%;
  margin-top: 100px;
}

footer .footer-inner {
  float: left;
  width: 100%;
  border-top: solid 1px #ECECF4;
  padding: 50px 0px;
}

footer .footer-inner .left {
  float: left;
  width: 350px;
}

footer .footer-inner .left .left-copy {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 120% */
  letter-spacing: -1.2px;
}

footer .footer-inner .right {
  float: right;
  width: 50%;
}

footer .footer-inner .right .links {
  float: right;
}

footer .footer-inner .right .links .links-column {
  float: left;
  margin-left: 50px;
}

footer .footer-inner .right .links .links-column p.title {
  float: left;
  color: #A2A2A2;
  font-size: 11px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 24px;
}

footer .footer-inner .right .links .links-column a {
  float: left;
  clear: both;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}

footer .footer-inner .right .links .links-column a:hover {
  color: #999;
}



footer .footer-bottom {
  float: left;
  width: 100%;
  border-top: solid 1px #ECECF4;
  padding: 20px 0px 30px 0px;
}

footer .footer-bottom .left {
  float: left;
  color: #A8A8A8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}

footer .footer-bottom .right {
  float: right;
  color: #A8A8A8;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}


































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































@media screen and (max-width: 1200px) {

  .inner-wrapper.lrg {
    width: 90%;
  }

  header.home-header .copy {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    padding: 0px 20px;
  }

  header.home-header {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
  }

  header.home-header .copy h1 {
    font-size: 50px;
    line-height: 54px;
  }

  header.home-header .display-image {
    float: left;
    margin-left: 0;
    width: 150%;
  }

}


@media screen and (max-width: 600px) {

  header.home-header .copy h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .inner-wrapper.lrg {
    width: 94%;
  }

  header.home-header.landing-page {
    padding-bottom: 0px;
    overflow: hidden;
  }

  header.home-header .display-image {
    float: left;
    margin-left: 0;
    width: 210%;
  }

  header.home-header .copy {
    margin-bottom: 30px;
  }

  nav.public-nav .left {
    float: left;
    margin-left: 15px;
  }

  header.home-header .display-image::after {
    top: -70px;
  }

  footer.footer-landing {
    margin-top: 50px;
    padding: 0px 20px;
  }

  footer .footer-inner .left {
    float: left;
    width: 60%;
  }

  header.home-header .copy .typelighter-wrapper {
    min-width: 60px;
  }

}



@media screen and (max-width: 489px) {

  header.home-header .copy h1 {
    font-size: 40px;
    line-height: 42px;
  }

}
/*  */
