/* 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: #FBFBFB;
	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;
}


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

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

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

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

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

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

.inner-wrapper.smd {
  width: 740px;
}

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

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

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


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



/* buttons */

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

.button.sml {
  font-size: 14px;
  line-height: 17px;
  padding: 13px 18px;
  border-radius: 14px;
}

.button.md {
  font-size: 15.5px;
  line-height: 18px;
  padding: 15px 20px;
  border-radius: 18px;
}

.button.lrg {
  font-size: 16.5px;
  line-height: 20px;
  padding: 15px 21px;
  border-radius: 18px;
}

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

.button.white {
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  color: #4B617A;
}

.button.grey {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 2px 4px #F3F3F3;
  color: #4F586D;
}

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

.button.pink {
  background: #FE0496;
  box-shadow: 0px 2px 4px rgba(254, 4, 150, 0.22);
  border: 1px solid #FE0496;
  color: #fff;
}



a.button-pastel, button.button-pastel {
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 14px;
  color: #4B617A;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 13px 17px 13px 17px;
  float: left;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.button-pastel.blue {
  background: #E2ECFF;
  border: 1px solid #C9DAFF;
  color: #1964FF;
}

.button-pastel.green {
  background: #EBFAE2;
  border: 1px solid #D1E9C3;
  color: #4F9C20;
}

.button-pastel.red {
  background: #FDF2F2;
  border: 1px solid #F1D4D4;
  color: #ff313e;
}

.button-pastel.grey {
  background: #F9F9F9;
  border: 1px solid #DCDCDC;
  color: #2A2E33;
}

.button-pastel.drk-grey {
  border: 1px solid #E3E3E3;
  background: #F6F6F6;
  color: #000;
}

.button-pastel:hover {
  opacity: 0.7;
}

.button-pastel.no-shadow {
  box-shadow: none;
}

.button-pastel.md {
  font-size: 14px;
  line-height: 16px;
  padding: 12.5px 15px 12.5px 15px;
}



.button.no-shadow {
  box-shadow: none;
}

.button.disabled {
  opacity: 0.7;
}

a.button-alt.outline {
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
  border-radius: 7px;
  padding: 6px 10px 6px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1A1919;
}





/* members navigation */

nav.members-nav {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  padding: 16px 25px;
  z-index: 5;
  position: relative;
}

nav.members-nav .left {
  float: left;
  margin-right: 35px;
  padding: 6px 0px;
}

nav.members-nav .left a {
  float: left;
  transition: opacity 0.5s ease;
}

nav.members-nav .left a:hover {
  opacity: 0.7;
}

nav.members-nav .left a img {
  float: left;
}

nav.members-nav .links {
  float: left;
  margin: 3px 0px 0px 0px;
}

nav.members-nav .links .link {
  float: left;
  margin-right: 15px;
}

nav.members-nav .links .link a {
  float: left;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #8285A5;
  padding: 8px;
}

nav.members-nav .links .link a:hover {
  color: #1964FF;
}

nav.members-nav .links .link a p.beta-nav-badge {
  float: right;
  padding: 3.5px 5px;
  background: #ffecf7;
  border-radius: 6px;
  font-style: normal;
  font-weight: 629;
  font-size: 10.5px;
  line-height: 12px;
  color: #fe0496;
  font-variation-settings: 'wght' 629;
  margin-left: 10px;
  text-transform: uppercase;
}

nav.members-nav .links a.dropdown-link {
  float: left;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #8285A5;
  padding: 8px;
  margin-right: 0px;
}

nav.members-nav .links a.dropdown-link:hover, nav.members-nav .links a.dropdown-link.dropdown-trigger.is-active {
  color: #1964FF;
}

nav .links a.dropdown-link svg path {
  transition: stroke 0.5s ease;
}

nav.members-nav .links a.dropdown-link:hover svg path, nav.members-nav .links a.dropdown-link.dropdown-trigger.is-active svg path {
  stroke: #1964FF;
}

nav.members-nav .links a.dropdown-link p {
  float: right;
  margin: 0.5px 0px 0px 8px;
}

nav.members-nav .links .links-menu {
  float: left;
  position: relative;
}

nav.members-nav .links .links-menu .dropdown-menu {
  right: 10px;
  width: 155px;
  top: 34px;
}

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

nav.members-nav .right .right-inner {
  float: left;
}

nav.members-nav .right .right-inner .nav-create-button {
  float: left;
  margin-right: 10px;
}

nav.members-nav .right .right-inner .nav-create-button a.button {
  font-size: 14px;
  line-height: 16px;
  border-radius: 14px;
  padding: 11px 14px;
}

nav.members-nav .right .right-inner a.button {
  padding: 11px 14px;
  font-size: 14.5px;
}

nav.members-nav .right .right-inner a.button.white {
  margin-right: 12px;
}

nav.members-nav .left.icon {
  width: 32px;
  margin-right: 25px;
  padding: 4px 0px;
}

nav.members-nav .left.icon {
  width: 32px;
  margin-right: 22px;
  padding: 4px 0px;
}

nav.members-nav .links .links-menu .dropdown-menu.width-200 {
  width: 200px;
}

.nav.dashboard nav.members-nav .links .link a.dashboard-link,
.nav.surveys nav.members-nav .links .link a.surveys-link,
.nav.widgets nav.members-nav .links .link a.widgets-link,
.nav.responses nav.members-nav .links .link a.responses-link {
  color: #1964FF;
}

/* public navigation */

nav.public-nav {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  padding: 18px 25px;
  z-index: 80;
  position: relative;
}

nav.public-nav .left {
  float: left;
  margin-right: 35px;
  padding: 7px 0px;
}

nav.public-nav .left a {
  float: left;
  transition: opacity 0.5s ease;
  width: 180px;
}

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

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

nav.public-nav .links {
  margin: 2px 0px 0px 0px;
  width: 500px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -250px;
}

nav.public-nav .links .link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

nav.public-nav .links .link a {
  float: left;
  letter-spacing: -0.1px;
  padding: 8px;
  color: #454545;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 24px;
}

nav.public-nav .links .link a:hover {
  color: #1964FF;
}

nav.public-nav .links .link a p.beta-nav-badge {
  float: right;
  padding: 3.5px 5px;
  background: #ffecf7;
  border-radius: 6px;
  font-style: normal;
  font-weight: 629;
  font-size: 10.5px;
  line-height: 12px;
  color: #fe0496;
  font-variation-settings: 'wght' 629;
  margin-left: 10px;
  text-transform: uppercase;
}

nav.public-nav .links a.dropdown-link {
  float: left;
  letter-spacing: -0.264px;
  padding: 8px;
  color: #454545;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 24px;
  margin-right: 0px;
}

nav.public-nav .links a.dropdown-link:hover, nav.public-nav .links a.dropdown-link.dropdown-trigger.is-active {
  color: #1964FF;
}

nav.public-nav .links a.dropdown-link svg path {
  transition: stroke 0.5s ease;
}

nav.public-nav .links a.dropdown-link:hover svg path, nav.public-nav .links a.dropdown-link.dropdown-trigger.is-active svg path {
  stroke: #1964FF;
}

nav.public-nav .links a.dropdown-link p {
  float: right;
  margin: 4px 0px 0px 6px;
  height: 16px;
  width: 17px;
}

nav.public-nav .links .links-menu {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.dropdown-menu.features-dropdown-menu {
  width: 850px;
  height: 352px;
  left: -250px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: left;
}

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

.dropdown-menu.features-dropdown-menu .heading {
  float: left;
  clear: both;
  width: 100%;
  color: #A2A2A2;
  font-size: 10px;
  font-style: normal;
  font-weight: 570;
  font-variation-settings: 'wght' 570;
  line-height: 11px;
  text-transform: uppercase;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-left {
  float: left;
  width: calc(100% - 215px);
  height: 100%;
  padding: 25px 0px 25px 25px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-left .heading {
  margin-bottom: 15px;
}

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

.dropdown-menu.features-dropdown-menu .features-dropdown-column {
  float: left;
  width: 250px;
  margin-right: 60px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column:last-child {
  margin-right: 0px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: normal;
  background: none;
  opacity: 1;
  transition: opacity 0.5s ease, color 0.5s ease;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-menu-links:has(a:hover) a {
  opacity: 0.4;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-menu-links:has(a:hover) a:hover {
  opacity: 1;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a:last-child {
  margin-bottom: 0px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a .icon {
  float: left;
  width: 18px;
  height: 18px;
  margin: 2px 0px 0px 0px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a .icon img {
  float: left;
  width: 18px;
  height: 18px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a .right {
  float: left;
  width: calc(100% - 18px);
  padding: 0px 0px 0px 12px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a .right .title {
  float: left;
  width: 100%;
  color: #1A1919;
  font-size: 14px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-column a .right .subtitle {
  float: left;
  width: 100%;
  color: #A5A5A5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.104px;
  margin-top: 2px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right {
  float: left;
  width: 215px;
  height: 100%;
  padding: 25px 20px 25px 30px;
  background: rgba(237, 237, 237, 0.1);
  border-left: 1px solid #EDEDED;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right .heading {
  margin-bottom: 10px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right-section {
  float: left;
  width: 100%;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right-section + .features-dropdown-right-section {
  margin-top: 40px;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right a {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 3px 0px;
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  opacity: 1;
  transition: opacity 0.5s ease, color 0.5s ease;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right-section:has(a:hover) a {
  opacity: 0.4;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right a:hover {
  color: #000;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right-section:has(a:hover) a:hover {
  opacity: 1;
}

.dropdown-menu.features-dropdown-menu .features-dropdown-right a:last-child {
  margin-bottom: 0px;
}




nav.public-nav .links .links-menu .dropdown-menu {
  top: 39px;
}

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

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

nav.public-nav .right .right-inner a.button {
  padding: 11px 14px;
  font-size: 14.5px;
}

nav.public-nav .right .right-inner a.button.white {
  margin-right: 12px;
}

nav.public-nav .left.icon {
  width: 32px;
  margin-right: 25px;
  padding: 4px 0px;
}

nav.public-nav .left.icon {
  width: 32px;
  margin-right: 22px;
  padding: 4px 0px;
}

nav.public-nav .links .links-menu .dropdown-menu.width-200 {
  width: 200px;
}









/* dropdown */

.dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  border-radius: 14px;
  float: left;
  position: absolute;
  width: 170px;
  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: #1964FF;
}

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


@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;
}



/* 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.full-width {
  padding: 22px;
  border-radius: 9px;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 20px;
  text-align: center;
}

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

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

.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;
}


/* 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: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #757575;
  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%);
  border-radius: 12px;
  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;
  height: 43px;
  color: #19385D;
}

.input-wrapper input:focus {
  border: 1px solid #1964FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px #1964ff;
  color: #1964FF;
  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%);
  border-radius: 12px;
  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;
  color: #19385D;
}

.input-wrapper textarea:focus {
  border: 1px solid #1964FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px #1964ff;
  color: #1964FF;
  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: #1964FF;
}

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



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

.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: 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="checkbox"]:checked + label:before,
.input-wrapper [type="checkbox"]: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-checkbox.svg');
}


.input-wrapper [type="checkbox"]:checked + label:after,
.input-wrapper [type="checkbox"]:not(:checked) + label:after {
  content: '';
	position: absolute;
  left: 0px;
  top: -2px;
  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.reserve-url-field.w-form-hint {
  margin-bottom: 20px;
}

.input-wrapper .form-field-tick-icon {
  position: absolute;
  right: 15px;
  top: 35.5px;
  z-index: 501;
  background-image: url("../img/icon-tick-green-sml.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  display: none;
}

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

.input-wrapper.m-t-20 {
  margin-top: 20px;
}

.input-wrapper.m-t-15 {
  margin-top: 15px;
}

.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;
}

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

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

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

.form-hint.reserve-url-hint.m-b-0 {
  margin-bottom: 0px;
}

.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;
}

.page-url-response {
  float: left;
  width: 100%;
}

.page-url-response {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 18px;
  color: #9A9DAB;
}


.page-url-response .red {
  color: #ff2e2e;
}

.page-url-response strong {
  font-weight: 500;
}

.page-url-response span{
  color: #19385D;
}

.form-hint.reserve-url-hint.m-b-0 {
  margin-bottom: 0px;
}

.onboarding-page-outer .onboarding-page .page-url-response p {
  margin-bottom: 25px;
}

.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;
}

.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: 16px;
  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;
}


/* footer */

.footer-wrapper.no-divide footer {
  border-top: none;
}

.footer-wrapper.m-0 footer {
  margin-top: 0px;
}

footer {
  float: left;
  width: 100%;
  background-color: #FFF;
  border-top: solid 1px #ECECF4;
}

footer .footer-inner {
  float: left;
  width: 100%;
  padding: 80px 0px 0px 0px;
}

footer .footer-inner .top {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

footer .footer-inner .top a.icon {
  float: left;
  width: 32px;
  height: 32px;
}

footer .footer-inner .top a.icon img {
  float: left;
}

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

footer .footer-inner .bottom .links {
  float: left;
  width: 100%;
}

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

footer .footer-inner .bottom .links .links-column .links-column-split {
  float: left;
  margin-right: 120px;
}

footer .footer-inner .bottom .links .links-column:last-child {
  margin-right: 0px;
}

footer .footer-inner .bottom .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;
  min-height: 24px;
}

footer .footer-inner .bottom .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 .bottom .links .links-column a:hover {
  color: #999;
}



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

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

footer .footer-bottom .left p {
  float: left;
  margin-right: 15px;
}

.internal-page-footer {
  float: left;
  width: 100%;
}

.internal-page-footer footer {
  background-color: #FFF;
}

.internal-page-footer footer .footer-inner {
  float: left;
  width: 100%;
  border-top: solid 1px #fff;
  padding: 50px 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: #1964FF;
}

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

.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;
}


/* home page */

body.white-background {
  background-color: #FFF;
}

.home-page-nav {
  float: left;
  width: 100%;
}

.home-page-nav nav.public-nav {
  border-bottom: none;
  box-shadow: none;
}


/* Home */
header.home-header {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

header.home-header .home-header-wrapper {
  width: 600px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

header.home-header .home-header-wrapper .home-header-inner {
  float: left;
  width: 100%;
  text-align: center;
  padding: 150px 0px 80px 0px;
}

header.home-header .home-header-wrapper .home-header-inner .top {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

header.home-header .home-header-wrapper .home-header-inner .copy {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

header.home-header .home-header-wrapper .home-header-inner .copy .icon {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -56px;
}

header.home-header .home-header-wrapper .home-header-inner .copy .tag-wrapper {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: -38px;
}

header.home-header .home-header-wrapper .home-header-inner .copy .tag-wrapper .tag {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 10px;
}

header.home-header .home-header-wrapper .home-header-inner .copy h1 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 52px;
  letter-spacing: -2px;
}

header.home-header .home-header-inner h1 span.change-wrap {
  display: inline-block;
  min-width: 5.4em; /* longest word: decisions */
  white-space: nowrap;
  vertical-align: bottom;
}

header.home-header .home-header-inner h1 span.change {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: visible;
}

header.home-header .home-header-inner h1 span.change .char {
  display: inline-block;
  position: relative;
  font-weight: inherit;
  font-variation-settings: inherit;
  font-synthesis: none;
  font-kerning: none;
  text-rendering: optimizeSpeed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
  header.home-header .home-header-inner h1 span.change .char {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

header.home-header .home-header-wrapper .home-header-inner .copy p {
  float: left;
  width: 100%;
  color: #A7A7A7;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-top: 15px;
}

header.home-header .home-header-wrapper .home-header-inner .buttons {
  float: left;
  width: 100%;
  text-align: center;
}

header.home-header .home-header-wrapper .home-header-inner .buttons a.button.md {
  float: none;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  font-size: 16px;
  border-radius: 16px;
}

header.home-header .home-header-wrapper .home-header-inner .home-header-bottom-line {
  float: left;
  width: 100%;
}

header.home-header .home-header-wrapper .home-header-inner .home-header-bottom-line p {
  float: left;
  width: 100%;
  color: #B6B6B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


header.home-header .survey-home-header-display-wrapper {
  float: left;
  width: 100%;
}

header.home-header .survey-home-header-display-inner {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flow-root;
}

header.home-header .survey-home-header-display {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

header.home-header .survey-home-header-display img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  border-radius: 20px;
}

header.home-header .survey-home-header-display .survey-home-header-display-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  filter: blur(3px);
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
}

header.home-header .survey-home-header-display .survey-home-header-display-content.is-active {
  position: relative;
  inset: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  pointer-events: auto;
  z-index: 3;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

header.home-header .survey-home-header-display-inner .survey-home-header-display-links {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px 0px 0px;
}

header.home-header .survey-home-header-display-inner .survey-home-header-display-links a {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 20px;
}

header.home-header .survey-home-header-display-inner .survey-home-header-display-links a.active,
header.home-header .survey-home-header-display-inner .survey-home-header-display-links a:hover {
  color: #000;
}

header.home-header.non-fixed-height .home-header-wrapper .home-header-inner .top {
  margin-bottom: 40px;
}



.home-page-section .home-image-display {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  will-change: transform;
  background: #F8F8F8;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
}


.home-page-section .home-image-display img {
  float: left;
  width: 100%;
}

.home-page-blocks {
  float: left;
  width: 100%;
  margin-top: 200px;
  padding-top: 0px;
}

.home-page-blocks .home-page-section {
  float: left;
  width: 100%;
  margin-bottom: 200px;
}

.home-page-blocks .home-page-section.m-b-0 {
  margin-bottom: 0px;
}

.home-page-blocks .home-page-section.m-b-50 {
  margin-bottom: 50px;
}

.home-page-blocks .home-page-section.m-b-100 {
  margin-bottom: 100px;
}


.section-block-wrapper-grid-split {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.section-block-wrapper-grid-split.split-3 .section-block-wrapper-grid-split-item {
  width: 380px;
}

.section-block-wrapper-grid-split.split-3 .section-block-wrapper-grid-split-item:last-child {
  margin-right: 0px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  margin-right: 30px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-top {
  float: left;
  width: 100%;
  min-height: 330px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-bottom {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 35px 40px 35px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-bottom h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 26px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-bottom p {
  float: left;
  width: 100%;
  color: #888;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 465;
  font-variation-settings: 'wght' 465;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0px 0px 40px;
  text-align: center;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-container {
  position: relative;
  width: 125px;
  height: 155px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 20px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card img {
  border-radius: 20px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-bottom {
  z-index: 1;
  transform: translate(-50px, -10px) rotate(-42deg);
  background-color: #d1d1d1;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-middle {
  z-index: 2;
  transform: translate(-25px, -5px) rotate(-16deg);
  background-color: #e0e0e0;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-top {
  z-index: 3;
  transform: translate(15px, 15px) rotate(12deg);
  background-color: #ededed;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-container:hover .card-bottom {
  transform: translate(-65px, -15px) rotate(-48deg);
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-container:hover .card-middle {
  transform: translate(-35px, -10px) rotate(-20deg);
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-display-survey .card-container:hover .card-top {
  transform: translate(25px, 20px) rotate(16deg);
}



.split-item-grid-colour-schemes {
  float: left;
  width: 100%;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 0.706px 0 rgba(0, 0, 0, 0.30);
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 267px;
  overflow: hidden;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs {
  width: 400px;
  padding: 40px 20px 20px 30px;
  scale: 1.1;
  transform-origin: left top;
}


/* --- Radio --- */
.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio {
  margin-bottom: 15px;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 13px 16px 13px 48px;
  border-radius: 14px;
  border: 1px solid #EEE;
  background: #FBFBFB;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #0A213E;
  transition: all 0.3s ease;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio .radio-mark {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio .radio-mark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio input[type="radio"]:checked + label .radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio input[type="radio"]:checked + label {
  border-color: var(--theme-border-active);
  background-color: var(--theme-bg-active);
  color: var(--theme-primary-text);
  font-weight: 500;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .survey-input-wrapper.radio input[type="radio"]:checked + label .radio-mark {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-blue {
  --theme-primary: #1964FF;
  --theme-bg-active: #F4F8FF;
  --theme-border-active: #D6E4FF;
  --theme-primary-text: #1964FF;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-green {
  --theme-primary: #06D05C;
  --theme-bg-active: #EEFFF5;
  --theme-border-active: #C5F1D8;
  --theme-primary-text: #0B8C43;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-pink {
  --theme-primary: #FF228C;
  --theme-bg-active: #FFF0F7;
  --theme-border-active: #F9D1E4;
  --theme-primary-text: #FF007B;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-purple {
  --theme-primary: #7109ff;
  --theme-bg-active: #f8f3ff;
  --theme-border-active: #e6dbf6;
  --theme-primary-text: #7109ff;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-black {
  --theme-primary: #000;
  --theme-bg-active: #F1F1F1;
  --theme-border-active: #DDD;
  --theme-primary-text: #000;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-orange {
  --theme-primary: #FF7A06;
  --theme-bg-active: #FFF6EF;
  --theme-border-active: #F6DECA;
  --theme-primary-text: #793800;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-grey {
  --theme-primary: #8285A5;
  --theme-bg-active: #F2F2FC;
  --theme-border-active: #DEDFEB;
  --theme-primary-text: #050C57;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-yellow {
  --theme-primary: #FFE01B;
  --theme-bg-active: #FFFCEC;
  --theme-border-active: #EDEADD;
  --theme-primary-text: #5A4300;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-red {
  --theme-primary: #FA0015;
  --theme-bg-active: #FFF5F6;
  --theme-border-active: #F2DDDF;
  --theme-primary-text: #900;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-inputs.theme-light-blue {
  --theme-primary: #00D0FA;
  --theme-bg-active: #E8FBFF;
  --theme-border-active: #CEECF3;
  --theme-primary-text: #076B7F;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  margin-right: 2px;
  margin-left: 2px;
  display: inline-block;
  background-color: #ccc;
  transition: box-shadow 0.5s ease;
  background-position: left -1px top -1px;
  position: relative;
}

@keyframes tickJumpIn {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.selected::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 24px;
  height: 24px;
  background-image: url('../img/icon-colour-scheme-tick.svg');
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center;
  animation: tickJumpIn 0.3s ease-out forwards;
}



.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-blue {
  background-color: #0071FF;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-blue.selected {
  box-shadow: 0 0 0 4px rgba(0, 113, 255, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-green {
  background-color: #0BD05C;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-green.selected {
  box-shadow: 0 0 0 4px rgba(11, 208, 92, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-pink {
  background-color: #FF218C;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-pink.selected {
  box-shadow: 0 0 0 4px rgba(255, 33, 140, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-purple {
  background-color: #6561FE;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-purple.selected {
  box-shadow: 0 0 0 4px rgba(101, 97, 254, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-black {
  background-color: #000;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-black.selected {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-orange {
  background-color: #FF7A05;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-orange.selected {
  box-shadow: 0 0 0 4px rgba(255, 122, 5, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-grey {
  background-color: #8285A5;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-grey.selected {
  box-shadow: 0 0 0 4px rgba(130, 133, 165, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-yellow {
  background-color: #FAD500;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-yellow.selected {
  box-shadow: 0 0 0 4px rgba(250, 213, 0, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-red {
  background-color: #FA0115;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-red.selected {
  box-shadow: 0 0 0 4px rgba(250, 1, 21, 0.12);
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-light-blue {
  background-color: #01D0FA;
}

.split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner .colour-schemes-demo-options a.colour-scheme-block.theme-light-blue.selected {
  box-shadow: 0 0 0 4px rgba(1, 208, 250, 0.12);
}


.home-page-blocks .home-page-section .display-title-sml-colour {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}

.home-page-blocks .home-page-section .display-title-sml-colour.pink {
  color: #FE0496;
}

.home-page-blocks .home-page-section .display-title-sml-colour.yellow {
  color: #FFB600;
}

.home-page-blocks .home-page-section .display-title-sml-colour.green {
  color: #2ECB71;
}

.home-page-blocks .home-page-section .display-title-sml-colour.purple {
  color: #9369FF;
}

.home-page-blocks .home-page-section .display-title-sml-colour.blue {
  color: #0171FF;
}

.home-page-blocks .home-page-section .home-page-section-header {
  float: left;
  width: 100%;
  max-width: 580px;
}

.home-page-blocks .home-page-section .home-page-section-header.m-t-90 {
  margin-top: 90px;
}




.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-top .split-item-grid-layouts {
  float: left;
  width: 100%;
  padding: 50px 60px 0px 60px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-top .split-item-grid-layouts .layout-multi-page {
  float: left;
  width: 100%;
  animation: bounceIn;
  animation-duration: 0.5s;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-top .split-item-grid-layouts .layout-single-page {
  float: left;
  width: 100%;
  display: none;
  animation: bounceIn;
  animation-duration: 0.5s;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}


.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-layouts-toggle-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px 0px 0px 0px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-layouts-toggle-wrapper .split-item-grid-layouts-toggle {
  display: inline-block;
  border-radius: 51px;
  background: #F3F3F3;
  padding: 4px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-layouts-toggle-wrapper .split-item-grid-layouts-toggle a {
  color: #858585;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding: 2px 12px;
  display: inline-block;
  border-radius: 51px;
}

.section-block-wrapper-grid-split .section-block-wrapper-grid-split-item .split-item-grid-layouts-toggle-wrapper .split-item-grid-layouts-toggle a.active {
  color: #000;
  background-color: #FFF;
  border-radius: 51px;
}




.home-page-blocks .home-page-section .home-page-section-header h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 54px;
  letter-spacing: -2.26px;
  margin-bottom: 12px;
}

.home-page-blocks .home-page-section .home-page-section-header p {
  float: left;
  width: 100%;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.home-page-blocks .home-page-section .section-block-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.home-page-blocks .home-page-section .section-block-wrapper .display-wrapper {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.home-page-blocks .home-page-section .section-block-wrapper .display-wrapper {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}

.home-page-blocks .home-page-section .section-block-wrapper .display-wrapper img {
  float: left;
  width: 100%;
}

.ai-animation-display-one,
.ai-animation-display-two,
.ai-animation-display-three {
  float: left;
  width: 100%;
}

.home-page-blocks .home-page-section .section-block-wrapper .display-wrapper .browser-inner {
  position: absolute;
  width: 88%;
  margin-left: 6%;
  top: 11.7%;
  background-color: #ffffff;
  height: calc(100% - 11.7%);
}

.ai-animation-display-two .browser-inner .ai-loading-state-wrapper {
  display: block;
}

.ai-animation-display-two .browser-inner .ai-loading-state-wrapper .loading-icon {
  display: block;
}

.ai-animation-display-two .browser-inner .ai-loading-state-wrapper .ai-loading-state-copy p.sub-title {
  display: block;
  font-size: 12px;
}

.home-page-blocks .home-page-section .section-block-wrapper .display-wrapper .hidden {
  display: none;
}

.home-page-blocks .home-page-section .split-section-block-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split {
  float: left;
  width: calc(50% - 20px);
}

.home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split:first-child {
  margin-right: 40px;
}

.home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split .display-wrapper-split-inner {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split .display-wrapper-split-inner img {
  float: left;
  width: 100%;
}

.home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split .small-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}


.section-block-wrapper-grid {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.section-block-wrapper-grid .section-block-wrapper-grid-full-width {
  float: left;
  position: relative;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
}

.section-block-wrapper-grid .section-block-wrapper-grid-full-width img {
  float: left;
  width: 100%;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display {
  float: left;
  width: 100%;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left {
  float: left;
  width: 362px;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right {
  float: left;
  width: calc(100% - 362px);
  border-left: solid 1px #EEEEEE;
  background-color: #FFF;
  display: grid;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right .type-display {
  grid-area: 1 / 1;
  width: 100%;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
              transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
              filter 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right .type-display.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  z-index: 2;
  pointer-events: auto;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right .type-display.outgoing {
  opacity: 0;
  transform: translateY(-40px) scale(0.95);
  filter: blur(10px);
  z-index: 1;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right .type-display.visible {
  display: block;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right .type-display img {
  float: left;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left {
  float: left;
  width: 362px;
  padding: 70px 60px 0px 60px;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left a {
  float: left;
  color: #B4B4B4;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left a.active {
  color: #2A2A2A;
}



.section-block-wrapper .video-wrapper {
  width: 100%;
  height: auto;
}

.home-page-blocks .home-page-section .section-block-wrapper .small-title {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}


.home-page-blocks .home-page-section .section-block-wrapper .video-wrapper {
  float: left;
  position: relative;
  width: 100%;
  /* Locks the 4:3 ratio so the page doesn't jump when video loads */
  aspect-ratio: 1200 / 900;
  overflow: hidden;
  /* Force GPU layering for smoother scrolling */
  will-change: transform;
  transform: translateZ(0);
  background: #F8F8F8;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.video-wrapper video {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}


.video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrapper img {
  float: left;
  width: 100%;
  height: auto;
  background: #F8F8F8;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.animated-image-wrapper {
  float: left;
  width: 100%;
  height: auto;
  background: #F8F8F8;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 321px;

}

.animated-image-wrapper img {
  position: absolute;
  width: 560px;
  left: -100px;
  top: -40px;
  -webkit-animation: moving_animation 12s linear infinite;
}

@-webkit-keyframes moving_animation {

  0% {
    top: -40px;
    left: -100px;
    transform: scale(1);
  }

  50% {
    top: -10px;
    left: -180px;
    transform: scale(1.1);
  }

  100% {
    top: -40px;
    left: -100px;
    transform: scale(1);
  }

}

.video-wrapper .player-controls {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 34px;
  width: 34px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.video-wrapper:hover .player-controls {
  opacity: 1;
}

.video-wrapper .play-button {
  width: 34px;
  height: 34px;
  border: none;
  color: white;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.video-wrapper .play-button:focus {
  outline: none;
}

.video-wrapper video {
  float: left;
  width: 100%;
  height: auto;
}

.video-wrapper button.play-button img.pause-icon {
  display: none;
}

.video-wrapper button.play-button.pause img.pause-icon {
  display: block;
}

.video-wrapper button.play-button.pause img.play-icon {
  display: none;
}

.video-wrapper button.play-button img {
  transition: opacity 0.5s ease;
}

.video-wrapper button.play-button:hover img {
  opacity: 0.5;
}


.section-block-wrapper.split .video-wrapper {
  max-height: 321px;
}


.section-block-wrapper.split .left {
  float: left;
  width: 790px;
}

.section-block-wrapper.split .right {
  float: left;
  width: 380px;
  margin-left: 30px;
}

.home-cta {
  float: left;
  width: 100%;
  padding: 240px 0px;
  text-align: center;
  background-color: #F9F9F9;
}

.home-cta h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 57px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
}

.home-cta p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #A6A6A6;
  padding: 25px 0px;
}

.home-cta .home-cta-action-button {
  float: left;
  width: 100%;
}

.home-cta .home-cta-action-button a.button {
  float: none;
  display: inline-block;
}

.home-waypoint {
  float: left;
  width: 1px;
  height: 1px;
  position: absolute;
}



main.home-page section.company-logos {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.home-feature-carousel-title-top {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.home-feature-carousel-title-top h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 38px;
  letter-spacing: -1.6px;
  margin-bottom: 5px;
}

.home-feature-carousel-title-top p {
  float: left;
  width: 100%;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.home-feature-carousel-wrapper {
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 190px;
}

.home-feature-carousel-wrapper .slider {
  float: left;
  width: 100%;
}

.home-feature-carousel-wrapper .flickity-enabled {
  width: 1200px;
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell {
  width: 380px;
  margin-right: 30px;
  background: #fff;
  touch-action: pan-y;
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-image {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-image img {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-copy {
  float: left;
  width: 100%;
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-copy h4 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-copy p {
  float: left;
  width: 100%;
  color: #878787;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 435;
  font-variation-settings: 'wght' 435;
  line-height: 22px;
  margin-top: 5px;
}


.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper {
  float: left;
  width: 100%;
  padding: 30px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .sml-title {
  float: left;
  width: 100%;
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-wrapper {
  float: left;
  width: 100%;
  padding: 150px 20px 125px 20px;
  min-height: 340px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content {
  display: none;
  width: 380px;
  margin: 0 auto;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content[data-display="nps"] {
  width: 450px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content.is-active {
  display: block;
}

/* Un-fix the live widget so it sits in the homepage preview canvas */
.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .fs-widget {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  width: 380px;
  height: 300px;
  z-index: 1;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content[data-display="nps"] .fs-widget {
  width: 450px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .fs-widget-card {
  max-width: 100%;
  right: 0;
  left: auto;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .fs-widget-launcher {
  right: 0;
  left: auto;
  background-color: #0171FF;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links a {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 20px;
}

.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links a.active,
.section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links a:hover {
  color: #000;
}


.survey-types-slider {
  float: left;
  width: 100%;
  margin-bottom: 150px;
  padding-top: 40px;
  overflow: hidden;
}

.survey-types-slider .flickity-enabled {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.survey-types-slider .survey-carousel-cell {
  width: 380px;
  margin-right: 30px;
  touch-action: pan-y;
}

.survey-types-slider .survey-carousel-cell .survey-carousel-item {
  float: left;
  width: 100%;
}

.survey-types-slider .survey-carousel-cell .survey-carousel-item .img {
  float: left;
  width: 100%;
}

.survey-types-slider .survey-carousel-cell .survey-carousel-item .img img {
  float: left;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
}

.survey-types-slider .survey-carousel-cell .survey-carousel-item .survey-copy-wrapper {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.survey-types-slider .survey-carousel-cell .survey-carousel-item .survey-copy-wrapper .survey-copy {
  float: left;
  width: 100%;
  color: #878787;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


/* Wrapper with gradients on left & right */
section.company-logos .logos-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 50px 0;
}

/* Left + right gradient fade */
section.company-logos .logos-wrapper:before,
section.company-logos .logos-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

section.company-logos .logos-wrapper:before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

section.company-logos .logos-wrapper:after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}

/* Title (unchanged) */
section.company-logos .logos-title {
  font-size: 14px;
  color: #C8C8C8;
  letter-spacing: -0.23px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 35px;
}

/* Default desktop: centered static row */
section.company-logos .logos-track {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Original logo styles preserved */
section.company-logos .logos {
  display: flex;
  align-items: center;
  max-width: 1280px;
}

section.company-logos .logos p {
  height: 28px;
  display: inline-flex;
  vertical-align: middle;
  margin: 0px 48px;
  justify-content: center;
}



section.company-logos .logos-wrapper {
  overflow: hidden;
}

section.company-logos .logos-track{
  display:flex;
  width:max-content;
  will-change: transform;
}

section.company-logos .logos-track.animate{
  animation: scroll-logos var(--duration, 18s) linear infinite;
}

@keyframes scroll-logos{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--scroll-distance)),0,0); }
}


.home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item {
  width: calc(50% - 15px);
}

.home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item:nth-child(2n) {
  margin-right: 0px;
}


.home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item:nth-child(4n) {
  margin-right: 0px;
}

.home-use-cases .related-use-cases-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner h3 {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}


/* basic pages */

.basic-page {
  float: left;
  width: 100%;
  padding: 100px 0px;
}

.basic-page h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 15px;
}

.basic-page h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #1C2734;
}

.basic-page p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4B617A;
  margin-bottom: 40px;
}

.basic-page p.subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #9A9DAB;
}

.basic-page a.link {
  color: #1964FF;
  font-weight: 600;
}

.basic-page a.link:hover {
  color: #6c9cff;
}

.basic-page p:last-child {
  margin-bottom: 0px;
}

.basic-page .copy-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.basic-page .copy-block h3 {
  float: left;
  width: 100%;
}

.basic-page ul {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.basic-page ul li {
  float: left;
  width: calc(100% - 20px);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #4B617A;
  margin-top: 10px;
  list-style-position: outside;
  margin-left: 20px;
}

.basic-page .nice-select ul li {
  width: calc(100% - 0px);
  margin-top: 0px;
  margin-left: 0px;
}

.basic-page .copy-block p:last-child {
  margin-bottom: 0px;
}

.basic-page [data-custom-class='link'], .basic-page [data-custom-class='link'] * {
  color: #1964FF !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

.img-block {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.img-block img {
  background: #C4C4C4;
  border-radius: 10px;
}



/* brand */

.brand-download-block {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.brand-download-block p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  margin-top: 30px;
}


/* pricing page */

.pricing-page-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px;
}

.pricing-page-wrapper .pricing-header {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}

.pricing-page-wrapper .pricing-header h1 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}

.pricing-page-wrapper .pricing-header p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #798491;
}

.pricing-page-wrapper .plans {
  float: left;
  width: 100%;
}

.pricing-page-wrapper .plans .plan-column {
  float: left;
  width: 340px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 10px;
  padding: 30px;
  margin-right: 40px;
  position: relative;
}

.pricing-page-wrapper .plans .plan-column.alt-column {
  margin-right: 0px;
}

.pricing-page-wrapper .plans .plan-column.alt-column a.button.lrg.full-width.dark {
  background: #192131;
  border-color: #2f3a4f;
  box-shadow: 0px 2px 4px rgb(17 24 38 / 15%);
}

.plan-header {
  float: left;
  width: 100%;
}

.plan-header .plan-name {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.264px;
  color: #444444;
}

.plan-header .summary {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  padding-top: 5px;
}

.plan-price {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.264px;
  color: #000000;
  padding: 17px 0px 17px 0px;
}

.plan-price.custom {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 41px;
}

.plan-price sup {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  margin-left: -7px;
}

.plan-price.free {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.264px;
}

.plan-benefits {
  float: left;
  width: 100%;
}

.plan-benefits ul {
  float: left;
  width: 100%;
  list-style: none;
}

.plan-benefits ul li {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  padding: 0px 0px 0px 25px;
  background-image: url('../img/icon-pricing-blue-tick.svg');
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
}

.plan-benefits ul li:last-child {
  margin-bottom: 0px;
}

.plan-column .plan-action-button {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.pricing-page-wrapper .plans .plan-column.alt-column {
  background: #121826;
  border: 1px solid #121826;
  border-radius: 10px;
}

.pricing-page-wrapper .plans .plan-column.alt-column .plan-header .plan-name {
  color: #fff;
}

.pricing-page-wrapper .plans .plan-column.alt-column .plan-header .summary {
  color: #6C6288;
}

.pricing-page-wrapper .plans .plan-column.alt-column .plan-price.custom {
  color: #FFF;
}

.pricing-page-wrapper .plans .plan-column.alt-column .plan-benefits ul li {
  color: #C3C5CF;
  background-image: url('../img/icon-pricing-pink-tick.svg');
}

.pricing-page-wrapper .plans .plan-column.alt-column .plan-price {
  color: #fff;
}

.pricing-page-wrapper .pricing-faqs {
  float: left;
  width: 100%;
  padding: 160px 0px 0px 0px;
}

.pricing-page-wrapper .pricing-faqs h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.pricing-page-wrapper .faq-blocks {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.pricing-page-wrapper .faq-blocks .faq-block {
  float: left;
  width: 415px;
  margin-right: 170px;
  margin-bottom: 80px;
}

.pricing-page-wrapper .faq-blocks .faq-block:nth-child(2n) {
  margin-right: 0px;
}

.pricing-page-wrapper .faq-blocks .faq-block h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #19385D;
  margin-bottom: 8px;
}

.pricing-page-wrapper .faq-blocks .faq-block p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #919BA7;
}

.pricing-page-wrapper .faq-blocks .faq-block p a {
  font-weight: 600;
  color: #1964FF;
}

.pricing-page-wrapper .faq-blocks .faq-block p a:hover {
  color: #6c9cff;
}

.pricing-page-wrapper .pricing-questions-cta {
  float: left;
  width: 100%;
  padding: 50px 0px 20px 0px;
}

.pricing-questions-cta h4 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  color: #000000;
}

.pricing-questions-cta p {
  float: left;
  width: 100%;
  padding: 5px 0px 15px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: -0.3135px;
  color: #8B8B8B;
}

.plans-more-hint {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #878787;
}

.plans-more-hint a {
  font-style: normal;
  font-weight: 535;
  font-size: 13px;
  line-height: 16px;
  color: #3D3D3D;
  font-variation-settings: 'wght' 535;
}

.plans-more-hint a:hover {
  color: #888;
}

.plan-info-notice {
  float: left;
  width: 100%;
  background: #F0F7FF;
  border: 1px solid #D7E3F0;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  font-weight: 535;
  font-size: 14px;
  line-height: 17px;
  color: #8496AA;
  font-variation-settings: 'wght' 535;
}

.plan-info-notice span {
  color: #0171FF;
}

.pricing-term-toggle-wrapper {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: -32px;
}

.pricing-term-toggle-wrapper .pricing-term-toggle {
  float: right;
  background-color: #EEEEEE;
  border-radius: 7px;
  padding: 3px;
}

.pricing-term-toggle-wrapper .pricing-term-toggle a {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 8px;
  color: #777;
  border-radius: 6px;
}

.pricing-term-toggle-wrapper .pricing-term-toggle a.active {
  background-color: #FFF;
  color: #1A1919;
}

.pricing-term-toggle-wrapper .pricing-term-toggle a:first-child {
  margin-right: 2px;
}

.pricing-term-toggle-wrapper .pricing-term-toggle a:last-child {
  margin-left: 2px;
}

.pricing-page-wrapper .plans .annual-element {
  display: none;
}

.savings-note {
  color: #fe0496;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  float: left;
  background-color: rgb(254 4 150 / 19%);
  text-align: center;
  padding: 3px 9px;
  border-radius: 9px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.savings-note.blue {
  background-color: rgb(25 100 255 / 8%);
  color: #1964FF;
}

.term-note {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
  padding-top: 5px;
}




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

.plans-page-wrapper .plans-header {
  float: left;
  width: 100%;
  padding: 100px 0px 0px 0px;
  position: relative;
}

.plans-page-wrapper .plans-header .plans-header-inner {
  float: left;
  width: 100%;
}

.plans-header .plans-header-inner .plans-header-copy {
  float: left;
  width: 100%;
  text-align: center;
}

.plans-header .plans-header-inner .plans-header-copy h1 {
  float: left;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.99px;
  margin-bottom: 15px;
}

.plans-header .plans-header-inner .plans-header-copy p {
  float: left;
  width: 100%;
  color: #798490;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.plans-term-toggle {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.plans-term-toggle .plans-term-toggle-wrapper {
  border-radius: 11px;
  background: #EEE;
  padding: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.plans-term-toggle .plans-term-toggle-wrapper a {
  float: left;
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 3px 10px;
  background-color: #EEE;
  border-radius: 9px;

}

.plans-term-toggle .plans-term-toggle-wrapper a.active {
  background: #FFF;
  color: #000;
}

.annual-savings-tag {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #FF27A9;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #FFDFF3;
  background: #FFFBFD;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.04);
}


.plans-columns {
  width: 725px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 50px;
}

.plans-columns .plan-column {
  float: left;
  width: 350px;
  border-radius: 20px;
  border: 1px solid #E5E5F9;
  background: #FFF;
  box-shadow: 0 5.174px 8.87px 0 rgba(0, 0, 0, 0.03);
  padding: 0px;
}

.plans-columns .plan-column .plan-header {
  float: left;
  width: 100%;
  padding: 30px 30px 25px 30px;
  border-bottom: solid 1px #F6F6F6;
  position: relative;
}


.plans-columns .plan-column .plan-badges-wrapper .popular-badge {
  float: left;
  border-radius: 10px;
  border: 1px solid #6B6B6B;
  background: #3D3D3D;
  color: #FFF;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 1px 24px 1px 7px;
  background-image: url('../img/icon-flame.svg');
  background-repeat: no-repeat;
  background-position: center right 9px;
  margin-left: 10px;
}

.plans-columns .plan-column .plan-badges-wrapper .save-badge {
  float: left;
  border-radius: 10px;
  border: 1px solid #FABDE2;
  background: #FFF7FC;
  color: #FF27A9;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 1px 7px 1px 7px;
  display: none;
}


.plans-columns .plan-column .plan-header p.colour-title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 18px;
}

.plans-columns .plan-column .plan-header .pricing-column-cost {
  float: left;
  width: 100%;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.264px;
}

.plans-columns .plan-column .plan-header .pricing-column-cost .price {
  float: left;
}

.plans-columns .plan-column .plan-header .pricing-column-cost .currency {
  float: left;
}

.plans-columns .plan-column .plan-header .pricing-column-cost .price-mo {
  color: #9A9DAB;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.264px;
  padding-left: 5px;
  padding-top: 22px;
  float: left;
}

.plans-columns .plan-column .plan-header .price-subtitle {
  float: left;
  width: 100%;
  padding: 8px 0px 0px 0px;
  color: #A2A2A2;
  font-size: 12px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
}

.plans-columns .plan-column .plan-body {
  float: left;
  width: 100%;
  padding: 30px;
}

.plans-columns .plan-column .plan-body .plan-copy {
  float: left;
  width: 100%;
  color: #A2A2A2;
  font-size: 14px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 19px;
  margin-bottom: 20px;
}

.plans-columns .plan-column .plan-body ul {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 0px;
}

.plans-columns .plan-column .plan-body ul li {
  float: left;
  width: 100%;
  color: #777;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.264px;
  padding: 0px 0px 0px 30px;
  background-image: url('../img/icon-green-tick.svg');
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 15px;
}


.plans-columns .plan-column .plan-body ul li:last-child {
  margin-bottom: 0px;
}


.plans-columns .plan-column .plan-body a.button {
  margin-top: 30px;
}


.plans-columns .plan-column .plan-body ul li:last-child {
  margin-bottom: 0px;
}

.plans-columns .plan-column .plan-body .plan-copy-ad-free {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 20px;
  letter-spacing: -0.26px;
  margin-bottom: 15px;
}

.plans-columns .plan-column .plan-badges-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
}



.plan-column.invert-pink {
  border-radius: 20px;
  background: #000;
  box-shadow: 0 5.174px 8.87px 0 rgba(0, 0, 0, 0.03);
}

.plans-columns .plan-column.invert-pink .plan-header {
  border-bottom: solid 1px #262626;
}

.plans-columns .plan-column.invert-pink  .plan-header .price-subtitle {
  color: #969696;
}

.plans-columns .plan-column.invert-pink .plan-body ul li {
  color: #fff;
}

 .plans-columns .plan-column.invert-pink .plan-body .plan-copy {
  color: #A2A2A2;
}

.plans-columns .plan-column.invert-pink .plan-header .pricing-column-cost {
  color: #fff;
}

.plans-columns .plan-column.invert-pink .plan-header p.colour-title {
  color: #FFF;
}

.plans-columns .plan-column .annual-saving {
  color: #9d9d9d;
  float: left;
  width: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.26px;
  margin-top: 8px;
}

.plans-columns .plan-column.invert-pink .annual-saving {
  color: #ff0296;
}

.plans-columns .plan-column.invert-pink .plan-badges-wrapper .save-badge {
  border: 1px solid #7E315F;
  background: #341025;
}

.plans-columns .plan-column:first-child {
  margin-right: 25px;
}

.plans-columns .plan-column.invert-pink .plan-body .button.white {
  background: #1d1d1d;
  border: 1px solid #343434;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  color: #ffffff;
}


.pricing-faqs-heading {
  float: left;
  width: 100%;
}

.pricing-faqs-heading h2 {
  float: left;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -0.99px;
}

.pricing-faqs-list-wrapper {
  float: left;
  width: 100%;
  padding-top: 55px;
}

.pricing-faqs-list-wrapper .pricing-faqs-list {
  float: left;
  width: 100%;
}

.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item {
  float: left;
  width: 100%;
  border-radius: 14px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
}

.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item .pricing-faqs-list-item-title {
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 18px 20px;
}

.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item .pricing-faqs-list-item-title .pricing-faqs-list-item-title-copy {
  float: left;
  width: calc(100% - 40px);
  color: #000;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item .pricing-faqs-list-item-title .pricing-faqs-list-item-title-icon {
  float: right;
  width: 18px;
  transition: all 0.3s ease;
}


.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item.open .pricing-faqs-list-item-title .pricing-faqs-list-item-title-icon {
  transform: rotate(45deg);
}


.pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item .pricing-faqs-list-item-body {
  float: left;
  width: 100%;
  color: #929292;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 22px;
  padding-top: 5px;
  display: none;
  padding: 0px 20px 18px 20px;
}



.home-grid-title-top {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}

.home-grid-title-top h2, .home-grid-title-top h3 {
  float: left;
  width: 100%;
  max-width: 700px;
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 54px;
  letter-spacing: -2.2px;
}

.home-grid-title-top h2.max-width-820, .home-grid-title-top h3.max-width-820 {
  max-width: 820px;
}

.home-grid-title-top h2 span.grey, .home-grid-title-top h3 span.grey {
  color: #7F7F7F;
}


section.home-grid .home-grid-wrapper {
  float: left;
  width: 100%;
}

section.home-grid .home-grid-wrapper .home-grid-item {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #F0F0F0;
  background: #F9F9F9;
}

section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy {
  float: left;
  width: 100%;
  max-width: 650px;
  padding: 75px 75px 40px 75px;
}

section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 38px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy p {
  float: left;
  width: 100%;
  color: #8B8B8B;
  font-size: 19px;
  font-style: normal;
  font-weight: 435;
  font-variation-settings: 'wght' 435;
  line-height: 28px;
}

section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img {
  float: left;
  width: 100%;
  padding: 0px 45px 0px 45px;
}

section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img img {
  float: left;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row {
  float: left;
  width: 100%;
  margin: 30px 0px;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-two {
  width: 500px;
  margin-right: 30px;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-three {
  width: calc(100% - 530px);
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item .grid-item-two-img {
  float: left;
  width: 100%;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item .grid-item-two-img img {
  float: left;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item .grid-item-split-copy {
  float: left;
  width: 100%;
  padding: 0px 40px 40px 40px;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item .grid-item-split-copy h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item .grid-item-split-copy p {
  float: left;
  width: 100%;
  color: #8B8B8B;
  font-size: 16px;
  font-style: normal;
  font-weight: 435;
  font-variation-settings: 'wght' 435;
  line-height: 24px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four  {
  position: relative;
}
section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-four-copy {
  float: left;
  width: 518px;
  padding: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-two-img {
  float: right;
  width: 630px;
  padding: 20px 40px 0px 0px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-two-img img {
  float: left;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-four-copy h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 38px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-four-copy p {
  float: left;
  width: 100%;
  color: #8B8B8B;
  font-size: 19px;
  font-style: normal;
  font-weight: 435;
  font-variation-settings: 'wght' 435;
  line-height: 28px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-one-bg-display {
  border-color: transparent;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-one-bg-display .grid-item-one-copy {
  float: left;
  width: 100%;
  max-width: 880px;
  padding: 70px 70px 40px 70px;
  position: absolute;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-one-bg-display .grid-item-one-copy h2 {
  color: #FFF;
  font-size: 46px;
  line-height: 54px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-one-bg-display .grid-item-one-img {
  float: left;
  width: 100%;
  padding: 0;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-one-bg-display .grid-item-one-img img {
  border-radius: 30px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-two-img.padding-0 {
  padding: 0px;
}

section.home-grid .home-grid-wrapper .home-grid-item.item-four .grid-item-two-img.padding-0 img {
  border-radius: 0px 0px 30px 0px;
}


.icons-grid-list {
  float: left;
  width: 100%;
}

.icons-grid-list .icons-grid-item {
  float: left;
  width: 256px;
  border-radius: 16px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 25px;
  margin: 0px 25px 25px 0px;
}

.icons-grid-list .icons-grid-item:nth-child(4n) {
  margin-right: 0px;
}

.icons-grid-list .icons-grid-item .icon {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.icons-grid-list .icons-grid-item .icon img {
  float: left;
  width: 20px;
  height: 20px;
}

.icons-grid-list .icons-grid-item .title {
  float: left;
  width: 100%;
  margin-bottom: 2px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 22px;
}

.icons-grid-list .icons-grid-item .subtitle {
  float: left;
  width: 100%;
  color: #929292;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}





.annual-element, .fp-button.annual-element {
  display: none;
}

.section-heading.pro-page-icons-block {
  float: left;
  width: 100%;
}

.section-heading.pro-page-icons-block h2 {
  float: none;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 54px;
  line-height: 54px;
}

section.home-icons.pro-page-icons-block {
  padding-bottom: 150px;
}

section.pricing-faqs {
  float: left;
  width: 100%;
  padding: 200px 0px 40px 0px;
}

.testimonial-title-top {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}

.testimonial-title-top h2{
  float: left;
  width: 100%;
  max-width: 700px;
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 54px;
  letter-spacing: -2.2px;
}


.testimonial-title-top h2 span.grey {
  color: #7F7F7F;
}


/* full section cta */
section.full-section-cta {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 250px 0px;
}

section.full-section-cta .copy {
  float: left;
  width: 100%;
  max-width: 700px;
}

section.full-section-cta .copy h4, section.full-section-cta .copy h3 {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 68px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 74px;
  letter-spacing: -2.2px;
}

section.full-section-cta .copy h4 span, section.full-section-cta .copy h3 span {
  color: #3F3F3F;
}

section.full-section-cta .copy p {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  color: #909090;
}

section.full-section-cta .copy a.button.blue {
  margin-top: 40px;
}

section.full-section-cta .bottom-sml-line {
  float: left;
  width: 100%;
  margin-top: 45px;
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}


/* plans notice */
.plans-notice-wrapper {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.plans-notice {
  display: inline-block;
  border-radius: 14px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  font-size: 15px;
  color: #878787;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 20px;
  letter-spacing: -0.26px;
}

.plans-notice strong {
  color: #d619ff;
}

.plans-notice a {
  margin-left: 18px;
  text-decoration: underline;
  font-size: 15px;
  color: #333;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 20px;
  letter-spacing: -0.26px;
}

.plans-notice a:hover {
  color: #888;
}





/* flickity slider */

section.home-testimonials {
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
}

.home-testimonials .slider {
  float: left;
  width: 100%;
}

.flickity-enabled {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button-icon {
  display: none;
}

.testimonial-carousel-cell {
  width: 400px;
  margin-right: 30px;
}

.testimonial-carousel-cell .testimonial-carousel-item {
  float: left;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #F0F0F0;
  background: #fff;
  padding: 40px;
}

.testimonial-carousel-cell .testimonial-carousel-item .icon {
  float: left;
  width: 30px;
  opacity: 0.2;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-copy-wrapper {
  float: left;
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 35px;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-copy-wrapper .testimonial-copy {
  position: absolute;
  bottom: 0px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -1px;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-user {
  float: left;
  width: 100%;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-user .avatar {
  float: left;
  width: 40px;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-user .avatar img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-user .name {
  float: left;
  width: 100%;
  margin-top: 12px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.26px;
}

.testimonial-carousel-cell .testimonial-carousel-item .testimonial-user .role {
  float: left;
  width: 100%;
  margin-top: 4px;
  color: #999;
  font-size: 15px;
  font-style: normal;
  font-weight: 449;
  font-variation-settings: 'wght' 449;
  line-height: 17px;
  letter-spacing: -0.26px;
}

.slider-nav {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.slider-nav button.flickity-button {
  background: #000;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  outline: none;
  border: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.5s ease;
}


.slider-nav button.flickity-button:hover {
  opacity: 0.7;
}

.slider-nav button.flickity-button.flickity-prev-next-button.previous {
  background-image: url('../img/slider-arrow-left.svg');
}

.slider-nav button.flickity-button.flickity-prev-next-button.next {
  background-image: url('../img/slider-arrow-right.svg');
}

.slider-nav button.flickity-button:disabled {
  opacity: 0.3;
}

.slider-nav button.flickity-button:disabled:hover {
  opacity: 0.3;
}






/* session pages */

.white-bg {
  background-color: #FFF;
}
.session-page-wrapper {
  float: left;
  width: 100%;
  height: 100vh;
}

.session-page-wrapper .session-page-inner {
  float: left;
  width: 100%;
  padding: 120px 0px;
}

.session-page-wrapper .session-page-inner .session-page-form {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header a.logo {
  width: 36px;
  float: left;
}


.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header a.logo img {
  width: 36px;
  float: left;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1A1919;
  padding-top: 20px;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header p {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #9B9B9B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.264px;
}

.session-page-wrapper .session-page-inner .form-bottom-link {
  float: left;
  width: 100%;
  padding-top: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 15px;
  text-align: center;
  color: #9A9DAB;
}

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

.session-page-wrapper .session-page-inner .form-bottom-link a {
  color: #1964FF;
}

.session-page-wrapper .session-page-inner .form-bottom-link a:hover {
  color: #6c9cff;
}

.session-page-wrapper .session-page-inner .session-page-form .input-wrapper {
  margin-bottom: 20px;
}

.session-page-wrapper .session-page-inner .session-page-form .notice.m-b-20 {
  text-align: center;
  margin-bottom: 20px;
}

.session-page-wrapper .session-page-inner .session-page-form label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A1919;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header .join-plus-icon {
  float: left;
  width: 16px;
  margin: 12px 12px 12px 12px;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header .join-company-icon {
  float: left;
  width: 36px;
}

.session-page-wrapper .session-page-inner .session-page-form .session-page-form-header .join-company-icon img {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 100px;
}



/* 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 .wayyy-icon {
  float: left;
  width: 32px;
}

.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: 150px 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;
}

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

.upload-area-wrapper .upload-area {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #F0F0F0;
  border-radius: 80px;
  background-image: url('../img/icon-avatar-upload.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

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

.slim {
  background-image: url('../img/icon-avatar-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: 60px;
}

.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: rgb(253 34 140);
  position: absolute;
  right: -4px;
  top: 10px;
  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;
}

.upload-link {
  float: left;
  padding: 12px 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: #19385D;
}

.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;
}

.onboarding-summary {
  float: left;
  width: 100%;
  padding-top: 35px;
}

.onboarding-summary .summary-item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.onboarding-summary .summary-item .icon {
  float: left;
  width: 42px;
  margin-right: 25px;
}

.onboarding-summary .summary-item .copy {
  float: left;
  width: calc(100% - 67px);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.264px;
  color: #9A9DAB;
}

.input-wrapper.reserve-url-field input {
  padding-right: 100px;
}

.input-wrapper.m-b-10.fixed-url-suffix-present input {
  padding-left: 172px;
}

.input-wrapper.m-b-10.fixed-url-suffix-present .fixed-url-suffix {
  position: absolute;
  left: 1px;
  top: 24px;
  text-align: left;
  padding: 12px 11px 12px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #8E98A4;
  background-color: rgb(225 225 225 / 30%);
  border-radius: 12px 0px 0px 12px;
  height: 41px;
}

.copy-join-url-wrapper .input-gradient-overlay-right {
  position: absolute;
  height: 96%;
  width: 190px;
  right: 1px;
  top: 1px;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(270deg, #ffffff 60%, rgb(255 255 255 / 30%) 100%);
}

.copy-join-url-wrapper a.copy-link {
  position: absolute;
  right: 12px;
  top: 8.5px;
  height: 26px;
  width: 26px;
  background-image: url(../img/icon-copy-url.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease;
}

.copy-join-url-wrapper a.copy-link:hover {
  opacity: 0.4;
}

.copy-join-url-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.copy-join-url-wrapper.disabled {
  opacity: 0.5;
}

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

.onboarding-page-outer .onboarding-page .buttons-wrapper a.button.grey.md.no-shadow.m-l-15 {
  margin-left: 15px;
}

.account-type-options {
  float: left;
  width: 100%;
}

.account-type-options .account-type-block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  padding: 21px 25px;
}

.account-type-options .account-type-block .left {
  float: left;
  width: calc(100% - 100px);
  padding: 4px 0px;
}

.account-type-options .account-type-block .left {
  float: left;
  width: calc(100% - 100px);
  padding: 4px 0px;
}

.account-type-options .account-type-block .left p.title {
  float: left;
  width: 100%;
  color: #1A1919;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 22px;
}

.account-type-options .account-type-block .left p.subtitle {
  float: left;
  width: 100%;
  color: #A5A5A5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.account-type-options .account-type-block .right {
  float: left;
  width: 100px;
}

.account-type-options .account-type-block .right .button-wrapper {
  float: right;
}











/* tooltip - compressed */

  /* 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:-1px;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:1px;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:12px}.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:13px;margin-left:-9px;width:18px}.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{  background-image: url('../img/tooltipster-tip.svg');  background-repeat: no-repeat; width: 22px; height: 14px; background-position: -1px; border: none; margin-left: -2px;}.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 13px;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}

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


.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-bottom .tooltipster-arrow-border {
  background-image: url('../img/tooltipster-tip-top.svg');
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  background-position: -1px;
  border: none;
  margin-left: -2px;
}

.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -2px;
}

/* Tooltip above trigger — tip points down; seat flush like bottom preview tip */
.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-top .tooltipster-arrow {
  height: 10px;
  width: 24px;
  margin-left: -12px;
}

.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-top .tooltipster-arrow-border {
  background-image: url('../img/tooltipster-tip.svg');
  background-repeat: no-repeat;
  background-size: 24px 10px;
  background-position: center top;
  width: 24px;
  height: 10px;
  border: none;
  margin-left: 0;
}

.tooltipster-sidetip.tooltip-small.preview-survey.tooltipster-top .tooltipster-arrow-uncropped {
  top: -1px;
}

/* inner pages */

.page-title-inner {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.page-title-inner .left {
  float: left;
  width: calc(100% - 200px);
}

.page-title-inner .right {
  float: right;
  width: 200px;
}

.page-title-inner h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.264px;
  color: #000000;
}

.page-title-inner .left p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding-top: 4px;
}

.page-title-inner .right a.button.sml {
  float: right;
  margin-top: 12px;
}


.page-title-inner.question-title .left {
  width: auto;
}

.page-title-inner.question-title .right {
  float: right;
  width: auto;
  max-width: 300px;
}

.page-title-inner.question-title .right .survey-name {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #AFAFAF;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-title-inner.question-title .right .survey-name a {
  color: #AFAFAF;

}

.page-title-inner.question-title .right .survey-name a:hover {
  color: #555;
}

.inner-pager-wrapper .inner-page-columns {
  float: left;
  width: 100%;
}

.inner-pager-wrapper .inner-page-columns .column-left {
  float: left;
  width: 720px;
}

.inner-pager-wrapper .inner-page-columns .column-right {
  float: right;
  width: 350px;
  margin-left: 30px;
}

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

.contact-form-page .contact-form-header {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.contact-form-page .contact-form-header h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0px;
}

.contact-form-page .contact-form-header p {
  float: left;
  width: 100%;
  font-style: normal;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #4B617A;
}

.contact-form-page .form-wrapper select {
  display: none;
  opacity: 0;
}

/* dashboard */

.inner-pager-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0px 80px 0px;
}

.dashboard-stats-header-list {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.dashboard-stats-header-list .stats-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  padding: 17px 20px;
}

.dashboard-stats-header-list .stats-item:last-child {
  margin-right: 0;
}

.dashboard-stats-header-list .stats-item .title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 15px;
  color: #ABB9C1;
  margin-bottom: 5px;
}

.dashboard-stats-header-list .stats-item .number {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 5px;
}

.dashboard-stats-header-list .stats-item .percentage {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 15px;
  color: #ABB9C1;
}

.dashboard-stats-header-list .stats-item .percentage p.icon {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top 1px left;
  padding-left: 22px;
}

.dashboard-stats-header-list .stats-item .percentage p.icon.positive {
  background-image: url('../img/icon-stats-positive.svg');
}

.dashboard-stats-header-list .stats-item .percentage p.icon.negative {
  background-image: url('../img/icon-stats-negative.svg');
}

.dashboard-stats-header-list .stats-item .percentage p.icon.even {
  padding-left: 0px;
}

.dashboard-stats-header-list .stats-item .percentage p.icon.positive span {
  color: #2ECB71;
  font-weight: 600;
}

.dashboard-stats-header-list .stats-item .percentage p.icon.negative span {
  color: #FF3C34;
  font-weight: 600;
}

.dashboard-stats-header-list .stats-item .percentage p.icon.even span {
  color: #8999A3;
  font-weight: 600;
}

.dashboard-column-item {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.dashboard-column-item .inner-column-title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.dashboard-column-item .inner-column-title h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.264px;
  color: #000000;
}

.dashboard-column-item .survey-list {
  float: left;
  width: 100%;
}

.dashboard-column-item .survey-list .survey-item-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.dashboard-column-item .survey-list .survey-item-wrapper:last-child {
  margin-bottom: 0px;
}

.dashboard-column-item .survey-list .survey-item-wrapper .survey-item-inner {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  padding: 0;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item {
  float: left;
  width: 100%;
  padding: 35px 75px 35px 35px;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy {
  float: left;
  width: 100%;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy {
  float: left;
  width: 100%;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 21px;
  color: #19385D;
  margin-bottom: 5px;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8D9CAD;
}

.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-tags {
  float: left;
  width: 100%;
  margin-top: 15px;
}


.dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-tags p.tag {
  margin-right: 10px;
}

.dashboard-column-item .survey-list .survey-item-wrapper .more-menu-dots {
  position: absolute;
  right: 17px;
  top: 17px;
}

.dashboard-column-item .survey-list .survey-item-wrapper .more-menu-dots .dropdown-menu {
  right: 5px;
  top: 41px;
}

.dashboard-column-item:last-child {
  margin-bottom: 0px;
}

.survey-response-over-quota-notice {
  float: left;
  width: 100%;
}

.survey-response-over-quota-notice a {
  float: left;
  width: 100%;
  padding: 19px 30px;
  background-color: #FFF4F4;
  border-top: solid 1px #F9E7E8;
  border-radius: 0px 0px 16px 16px;
  transition: opacity 0.5s ease;
}

.survey-response-over-quota-notice a:hover {
  opacity: 0.8;
}

.survey-response-over-quota-notice a .left {
  float: left;
  width: calc(100% - 150px);
  color: #FF4B4B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.survey-response-over-quota-notice a .right {
  float: right;
  width: 150px;
  margin-top: 2px;
}

.survey-response-over-quota-notice a .right .quota-learn-more {
  float: right;
  color: #FF4B4B;
  font-size: 13px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 20px;
}

.survey-response-over-quota-notice a .right .quota-learn-more p {
  float: left;
}

.survey-response-over-quota-notice a .right .quota-learn-more img {
  float: left;
  width: 18px;
  margin-top: 2px;
  margin-left: 10px;
}



.dashboard-column-item .responses-list {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
}

.dashboard-column-item .responses-list .responses-list-item {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ECECF4;
  padding: 20px 25px;
}

.dashboard-column-item .responses-list .responses-list-item:last-child {
  border-bottom: none;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left {
  float: left;
  width: calc(100% - 180px);
  margin-top: 2px;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar {
  float: left;
  width: 40px;
  margin-right: 15px;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy {
  float: left;
  width: calc(100% - 55px);
  padding-top: 1px;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #19385D;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #8D9CAD;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right {
  float: right;
  text-align: right;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state {
  float: left;
  color: #46BA00;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 14px 20px 0px 0px;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state p.copy {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state p.icon {
  float: left;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state p.icon svg {
  float: left;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state p.icon svg path {
  fill: #46BA00;
  stroke: #46BA00;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state p.icon svg path#tick {
  stroke: #fff;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state.is-hidden {
  display: none;
}


.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .button-wrapper {
  float: right;
}

.dashboard-column-item .responses-list .responses-list-item .responses-list-item-right a.button-pastel {
  float: right;
  padding: 12px 15px 10px 15px;
  font-size: 14px;
}

.dashboard-column-item a.dashboard-section-link {
  float: left;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1964FF;
  padding: 2px 32px 2px 2px;
  background-image: url('../img/icon-up-right-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 4px top 3px;
  transition: opacity 0.5s ease;
}

.dashboard-column-item a.dashboard-section-link:hover {
  opacity: 0.7;
}

.responses-limit-warning {
  float: left;
  width: 100%;
  background: #FFFDEB;
  border: 1px solid #EBE7C8;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.survey-tabs-wrapper .responses-limit-warning {
  margin-bottom: 55px;
}

.responses-limit-warning p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #3E3B28;
  margin-bottom: 5px;
}

.responses-limit-warning p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 20px;
  color: #A6A494;
  margin-bottom: 12px;
}

.responses-limit-warning a.button-pastel {
  border-color: #E7E3C4;
  color: #302B00;
  border-radius: 16px;
}





.responses-limit-alert {
  float: left;
  width: 100%;
  border: 1px solid #FBC5C5;
  background: #FFEBEB;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.survey-tabs-wrapper .responses-limit-alert {
  margin-bottom: 55px;
}

.user-response-wrapper .responses-limit-alert {
  margin-bottom: 55px;
}

.responses-limit-alert p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #8E3737;
  margin-bottom: 5px;
}

.responses-limit-alert p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 20px;
  color: #b38a8a;
  margin-bottom: 12px;
}

.responses-limit-alert a.button-pastel {
  border-color: #F8CBCB;
  color: #2F0000;
  border-radius: 16px;
}




/* response list top warning */
.response-list-top-warning {
  float: left;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: #FBFBFB;
  border-bottom: solid 1px #ECECF4;
  padding: 50px;
}

.response-list-top-warning .icon {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.response-list-top-warning .copy {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.response-list-top-warning .copy .title {
  max-width: 600px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.response-list-top-warning .copy .subtitle {
  max-width: 600px;
  display: inline-block;
  width: 100%;
  color: #8B8B8B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.response-list-top-warning .button-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.response-list-top-warning .button-wrapper a.button.md.blue {
  display: inline-block;
  float: none;
}






/* upgrade overlay */

.upgrade-complete-wrapper {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.upgrade-complete-wrapper .icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}

.upgrade-complete-wrapper .copy {
  float: left;
  width: 100%;
  padding: 15px 0px 30px 0px;
  text-align: center;
}

.upgrade-complete-wrapper .copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
}

.upgrade-complete-wrapper .copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
  margin-top: 15px;
}

.upgrade-complete-wrapper .copy p a {
  color: #61758d;
}

.upgrade-complete-wrapper .copy p a:hover {
  color: #536881;
}

.upgrade-complete-wrapper .button-wrapper {
  float: left;
  width: 100%;
}


/* response limit overlay  */

.response-limit-overlay-wrapper {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px;
}

.response-limit-overlay-wrapper .icon {
  float: left;
  width: 40px;
}

.response-limit-overlay-wrapper .copy {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.response-limit-overlay-wrapper .copy h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 15px;
}

.response-limit-overlay-wrapper .copy p {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}

.response-limit-overlay-wrapper .copy p:last-child {
  margin-bottom: 0px;
}

.response-limit-overlay-wrapper .why-upgrade-copy {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.response-limit-overlay-wrapper .why-upgrade-copy h4 {
  float: left;
  width: 100%;
  color: #292E34;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
}

.response-limit-overlay-wrapper .why-upgrade-copy p {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 2px;
}

.response-limit-overlay-wrapper .why-upgrade-copy p:last-child {
  margin-top: 20px;
}

.response-limit-overlay-wrapper .button-wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}





/* create survey cta */

.create-survey-cta {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  padding: 25px;
}

.create-survey-cta.dashboard-offset {
  margin-top: 37px;
}

.create-survey-cta .icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.create-survey-cta .copy {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;

}

.create-survey-cta .copy p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #19385D;
}

.create-survey-cta .copy p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #8D9CAD;
  margin-top: 5px;
}

/* pagination */

.pagination {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.pagination ul {
  float: left;
}

.pagination ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}

.pagination ul li a {
  float: left;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0px 2px 4px rgb(189 189 189 / 15%);
  border-radius: 10px;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 18px;
  transition: opacity 0.5s ease;
  color: #4B617A;
}

.pagination ul li a:hover {
  opacity: 0.6;
}

.pagination ul li a svg {
  width: 7px;
  height: 12px;
}

.pagination ul li a.active {
  color: #1964FF;
}



/* tags */


.tag {
  float: left;
  border-radius: 8px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 2px 7px;
  border: 1px solid #DEDEDE;
  background: #fff;
}

.tag.sml {
  font-size: 11px;
  line-height: 20px;
  padding: 0px 7px;
}


.tag.grey {
  background: #F3F3F3;
  color: #353535;
  border-color: #DEDEDE;
}

.tag.pink {
  background: #FFEDF6;
  color: #FF228C;
  border-color: #fbcfe4;
}

.tag.red {
  background: #FDF2F2;
  color: #EC5962;
  border-color: #f4c8cb;
}

.tag.green {
  background: #EBFAE2;
  color: #4F9C20;
  border-color: #C8E0BA;
}

.tag.orange {
  background: #FFF5EF;
  color: #F18028;
  border-color: #ffdabd;
}

.tag.blue {
  background: #EEF3FF;
  color: #3069FE;
  border-color: #cfdcff;
}

.tag.white {
  background: #fff;
  color: #4D4D4D;
  box-shadow: inset 0px 0px 0px 1px #DEDEDE;
}

.tag.trending {
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: top 6.5px left 10px;
  background-image: url('../img/icon-trending.svg');
}

.tag.sml {
  font-size: 11px;
  line-height: 20px;
  padding: 0px 7px;
}
.tag.border-none {
  border: none;
}

/* page overlay */
.page-overlay-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(130, 133, 165, 0.42);
  z-index: 400;
  display: none;
}

.page-overlay {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  width: 540px;
  z-index: 850;
  background: #FFFFFF;
  border-radius: 0px;
  overflow: scroll;
  display: none;
  animation: slideInRight;
  animation-duration: 0.8s;
}

.page-overlay.closing {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.page-overlay-inner {
  float: left;
  width: 100%;
  padding: 65px 35px 40px 35px;
}

.page-overlay .page-overlay-close {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-image: url('../img/icon-close-modal.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  background-size: 100%;
  transition: opacity 0.5s ease;
}

.page-overlay .page-overlay-close:hover {
  opacity: 1;
}

.text-response-ai-content-outer-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}


.text-response-ai-cta {
  float: left;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #D4E2FF;
  background: #F2F6FF;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
  position: relative;
  min-height: 224px;
}

.text-response-ai-cta .text-response-ai-cta-icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-response-ai-cta .text-response-ai-cta-copy {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-response-ai-cta .text-response-ai-cta-copy p.text-response-title {
  float: left;
  width: 100%;
  text-align: center;
  color: #1A1919;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  margin-bottom: 4px;
}

.text-response-ai-cta .text-response-ai-cta-copy p.text-response-sub-title {
  float: left;
  width: 100%;
  color: #A1AFC8;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.text-response-ai-cta .tag.sml.green {
  position: absolute;
  right: -6px;
  top: -6px;
}



.text-response-ai-cta .beta-line {
  float: left;
  width: 100%;
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 11.5px;
  line-height: 14px;
  color: #A9ADB3;
}

.ai-text-loading-state {
  float: left;
  width: 100%;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  padding: 95px 30px 90px 30px;
  display: none;
}

.ai-text-loading-state .loading {
  -webkit-animation: rotating 1s linear infinite;
  height: 28px;
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}

.ai-text-response-wrapper {
  float: left;
  width: 100%;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  padding: 20px 25px 25px 25px;
  display: none;
  margin-bottom: 20px;
}

.ai-responses-page-summary-wrapper .text-response-ai-content-outer-wrapper .ai-text-response-wrapper {
  margin-bottom: 40px;
}

.ai-text-response-wrapper .response-title {
  float: left;
  width: 100%;
  margin-bottom: 1px;
  font-style: normal;
  font-weight: 570;
  font-size: 13px;
  line-height: 22px;
  color: #0171FF;
  font-variation-settings: 'wght' 570;
}

.ai-text-response-wrapper .response-title .icon {
  float: left;
  width: 15px;
  margin-right: 6px;
}

.ai-text-response-wrapper .ai-text-response-content {
  float: left;
  width: 100%;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  color: #627183;
  font-weight: 460;
  font-variation-settings: 'wght' 460;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block:last-child {
  margin-bottom: 0px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block h2 {
  float: left;
  width: 100%;
  margin: 5px 0px 2px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #18314f;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block ul {
  float: left;
  width: 100%;
  padding: 0px 0px 15px 0px;
  list-style: none;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block ul:last-child {
  padding-bottom: 0px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block ul li {
  float: left;
  width: 100%;
  padding: 0px 0px 2px 0px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block ul li:last-child {
  padding: 0px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block blockquote {
  font-style: italic;
  margin-bottom: 5px;
}

.ai-text-response-wrapper .ai-text-response-content .ai-text-response-content-block blockquote:last-child {
  margin-bottom: 0px;
}







/* create survey */

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

.create-survey-form-wrapper .input-wrapper.survey-name {
  margin-bottom: 15px;
}

.create-survey-form-wrapper .title {
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 20px;
}

.create-survey-form-wrapper .input-wrapper textarea {
  height: 82px;
}

.survey-settings {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.create-survey-form-wrapper .survey-settings .survey-settings-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 10px;
}

.create-survey-form-wrapper .survey-settings .input-wrapper .check-box-list-item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.create-survey-form-wrapper .survey-settings .input-wrapper .check-box-list-item:last-child {
  margin-bottom: 0px;
}

p.question-mark.tooltip-small {
  float: right;
  height: 14px;
  width: 14px;
  margin: 3px 0px 0px 8px;
}

p.question-mark.tooltip-small img {
  float: left;
  height: 14px;
  width: 14px;
}

.form-wrapper.manually-create-survey-form {
  display: none;
}

.create-survey-form-links {
  float: left;
  width: 100%;
}

.form-wrapper.manually-create-survey-form a.button.white.md.full-width {
  border: none;
  box-shadow: none;
  color: #adadad;
  margin-top: 15px;
}


.create-survey-form-wrapper a.create-survey-link {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  padding: 25px 30px;
  transition: opacity 0.5s ease;
  position: relative;
}

.create-survey-form-wrapper a.create-survey-link:hover {
  opacity: 0.8;
}

.create-survey-form-wrapper a.create-survey-link p.icon {
  float: left;
  width: 60px;
  height: 60px;
}


.create-survey-form-wrapper a.create-survey-link p.icon {
  float: left;
  width: 60px;
  height: 60px;
}

.create-survey-form-wrapper a.create-survey-link p.text {
  float: left;
  width: calc(100% - 60px);
  padding: 6px 0px 0px 20px;
}


.create-survey-form-wrapper a.create-survey-link p.text span.link-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 14.5px;
  color: #000000;
  margin-bottom: 4px;
}

.create-survey-form-wrapper a.create-survey-link p.text span.subtitle {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 17px;
  color: #8D9CAD;
}

.create-survey-form-wrapper a.create-survey-link p.beta-badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #0171FF;
  border-radius: 9px;
  padding: 4px 7px;
  font-style: normal;
  font-weight: 700;
  font-size: 10.5px;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.create-survey-modal-form p.question-mark.tooltip-small {
  float: right;
  height: 14px;
  width: 14px;
  margin: 5px 0px 0px 8px;
}

.create-survey-modal-form p.question-mark.tooltip-small img {
  float: left;
  height: 14px;
  width: 14px;
}

.create-survey-modal-form {
  float: left;
  width: 100%;
  padding: 40px;
}

.create-survey-modal-form .create-survey-modal-form-copy {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.create-survey-modal-form .create-survey-modal-form-copy h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 24px;
  letter-spacing: -0.264px;
}

.create-survey-modal-form .create-survey-modal-form-copy p {
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #C5C5C5;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.264px;
}

.create-survey-modal-form .input-wrapper textarea {
  height: 80px;
}

.create-survey-modal-form .form-wrapper .w-form-hint {
  margin-bottom: 15px;
}

.create-survey-modal-form .form-wrapper .form-hint {
  font-size: 11.5px;
}

.create-survey-modal-form .form-wrapper .survey-settings {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.264px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item:last-child {
  margin-bottom: 0px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label {
  float: left;
  cursor: pointer;
  position: relative;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .survey-settings-switch-toggle {
  float: left;
  background-color: #ECECF3;
  width: 45px;
  height: 24px;
  border-radius: 60px;
  padding: 3px;
  position: relative;
  transition: 300ms left cubic-bezier(.75, 0, 0, 1), background-color 0.5s ease;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .survey-settings-switch-toggle .survey-settings-switch-toggle-circle {
  float: left;
  width: 20px;
  height: 18px;
  border-radius: 50px;
  background: #FFF;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: 300ms left cubic-bezier(.75, 0, 0, 1);
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label.toggle-active .survey-settings-switch-toggle {
  background-color: #0171FF;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label.toggle-active .survey-settings-switch-toggle .survey-settings-switch-toggle-circle {
  left: 22px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .copy {
  float: left;
  color: #2B425C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 0px 2px 15px;
}

.create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.create-survey-modal-form .create-survey-modal-back {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  color: #8D9CAD;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.create-survey-modal-form .create-survey-modal-back:hover {
  color: #000000;
}

.create-survey-modal-form .create-survey-modal-step {
  float: left;
  width: 100%;
}

.create-survey-modal-form .create-survey-modal-step .create-survey-modal-form-wrapper {
  float: left;
  width: 100%;
  padding: 15px 0px 5px 0px;
}

/* Soft launch: hide type picker + Back on survey form. Widget step stays in DOM for DevTools. */
#create-survey-modal[data-soft-launch="1"] [data-create-step="type"] {
  display: none !important;
}

#create-survey-modal[data-soft-launch="1"] [data-create-step="survey"] > .create-survey-modal-back,
#create-survey-modal[data-direct-open="1"] [data-create-back] {
  display: none !important;
}

.create-survey-modal-form [data-create-step="type"] .create-survey-modal-form-copy {
  text-align: center;
  margin-bottom: 28px;
}

.create-survey-modal-form [data-create-step="type"] .create-survey-modal-form-copy h2,
.create-survey-modal-form [data-create-step="type"] .create-survey-modal-form-copy p {
  text-align: center;
}

.create-survey-modal-form [data-create-step="type"] .create-survey-modal-form-copy p {
  color: #ABABAB;
}

.create-survey-modal-form .create-survey-type-options {
  display: flex;
  gap: 30px;
  float: left;
  width: 100%;
}

.create-survey-modal-form a.create-survey-type-option {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  padding: 26px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  border-radius: 22px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  transition: opacity 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.create-survey-modal-form a.create-survey-type-option:hover {
  opacity: 0.7;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon {
  width: 36px;
  height: 36px;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon.survey {
  background: rgba(1, 113, 255, 0.15);
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon.widget {
  background: rgba(0, 197, 74, 0.15);
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-text {
  float: left;
  width: 100%;
  text-align: center;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-text .title {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  color: #000000;
  font-size: 15px;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 22px;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-text .subtitle {
  display: block;
  width: 100%;
  color: #929292;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 18px;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-arrow {
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 13px 17px 12px 17px;
  border-radius: 14px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-select {
  color: #000000;
  font-size: 15px;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
}

.create-survey-modal-form a.create-survey-type-option .create-survey-type-option-arrow img {
  display: none;
  width: 12px;
  height: 10px;
}

.create-survey-modal-form [data-create-step="widget"] .form-wrapper .form-hint {
  margin-bottom: 25px;
}

.create-survey-modal-form .create-survey-type-footer {
  float: left;
  width: 100%;
  margin-top: 22px;
  color: #929292;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.create-survey-modal-form .create-survey-type-footer a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}

.create-survey-modal-form .create-survey-type-footer a:hover {
  text-decoration: underline;
}













/* upgraded plan overlay */

.upgraded-plan-message {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0px 0px 0px;
}

.upgraded-plan-message .icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.upgraded-plan-message .copy {
  float: left;
  width: 100%;
}

.upgraded-plan-message .copy p.title {
  float: left;
  width: 100%;
  padding: 10px 0px;
  font-style: normal;
  font-weight: 535;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
  font-variation-settings: 'wght' 535;
}

.upgraded-plan-message .copy p.sub-title {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
}

.upgraded-plan-message .copy a.button.full-width {
  margin-top: 15px;
}


/* members navigation */

nav .right .right-inner .notifications-menu {
  float: left;
  position: relative;
}

nav .right .right-inner .user-menu {
  float: left;
  position: relative;
}

nav .right .right-inner .user-menu .dropdown-menu {
  top: 48px;
  right: 0px;
  width: 170px;
}

nav .right .right-inner .user-menu a.user-icon {
  float: left;
  width: 40px;
  height: 40px;
}

nav .right .right-inner .user-menu a.user-icon img {
  border-radius: 40px;
}

nav .right .right-inner .notifications-menu a.notification-icon {
  float: left;
  padding: 7px 7px 4px 7px;
  margin-right: 15px;
  position: relative;
}

nav .right .right-inner .notifications-menu a.notification-icon.has-notifications::after {
  content: '';
  position: absolute;
  right: 7px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #FF357E;
  border-radius: 35px;
  border: solid 2px #FFF;
}

nav .right .right-inner .notifications-menu a.notification-icon.dropdown-trigger.has-notifications svg path {
  fill: #FFF;
  stroke: #5E6B7B;
}

nav .right .right-inner .notifications-menu .dropdown-menu {
  top: 48px;
  right: 0px;
  width: 340px;
}

.notifications-list {
  float: left;
  width: 100%;
}

.no-notifications-notice {
  float: left;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #9A9DAB;
}

.notifications-list .item {
  float: left;
  width: 100%;
  padding: 18px 20px;
  border-top: solid 1px #F5F5F5;
  transition: opacity 0.5s ease;
}

.notifications-list .item:hover {
  opacity: 0.7;
}

.notifications-list .item.action-button:hover {
  opacity: 1;
}

.notifications-list .item:first-child {
  border-top: none;
}

.notifications-list .item .notifications-avatar {
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
}

.notifications-list .item .notifications-avatar img {
  border-radius: 32px;
}

.notifications-list .item .notifications-avatar p.notification-type {
  width: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
}

.notifications-list .item .notifications-copy {
  float: left;
  width: calc(100% - 32px);
  padding: 0px 0px 0px 15px;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #9A9DAB;
  height: 32px;
  vertical-align: middle;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
}

.notifications-list .item .notifications-copy strong {
  color: #5E6B7B;
  font-weight: 600;
}

.notifications-list .item.action-button {
  padding-top: 0px;
  border-top: none;
}

.notifications-list .item.action-button a.button {
  text-align: center;
  color: #FFF;
}

.notifications-list .item.action-button a.button:hover {
  color: #FFF;
}

.responses-count-wrapper {
  float: left;
  position: relative;
}

.responses-count-wrapper a.responses-count-button {
  float: left;
  position: relative;
  float: left;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 2px 9px 2px 32px;
  background: #EEF3FF;
  color: #3069FE;
  background-repeat: no-repeat;
  background-position: top 2.5px left 10px;
  background-image: url('../img/icon-response-count.svg');
  margin: 6px 20px 0px 0px;
}

.responses-count-wrapper .dropdown-menu.width-260 {
  top: 45px;
  right: 11px;
  width: 260px;
}

.responses-count-wrapper .responses-count-dropdown-padding {
  float: left;
  width: 100%;
  padding: 15px 20px;
}

.responses-count-wrapper .responses-count-dropdown-padding p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1A1919;
}

.responses-count-wrapper .responses-count-dropdown-padding p.subtitle {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 19px;
  color: #8D9CAD;
}




/* survey */

.survey-header {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-bottom: solid 1px #EBEBEB;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  padding: 60px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

.survey-header .survey-header-inner {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.survey-header .survey-header-inner .left {
  float: left;
  width: 100%;
  max-width: 640px;
  padding: 0px;
}

.survey-header .survey-header-inner .status-tag {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.survey-header .survey-header-inner .survey-breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.survey-header .survey-header-inner .survey-breadcrumbs a {
  float: left;
  color: #4F586D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.survey-header .survey-header-inner .survey-breadcrumbs a:hover {
  color: #ABB9C1;
}

.survey-header .survey-header-inner .survey-breadcrumbs p.breadcrumb-divide {
  float: left;
  padding: 0px 8px;
  color: #ABB9C1;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.survey-header .survey-header-inner .survey-breadcrumbs a.grey {
  color: #ABB9C1;
}



.survey-header .survey-header-inner .survey-title {
  float: left;
  width: 100%;
}

.survey-header .survey-header-inner .survey-title .survey-name {
  float: left;
  width: 100%;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.264px;
}

.survey-header .survey-header-inner .survey-title .survey-description {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
}

.survey-description p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}

.survey-header .survey-header-inner .survey-title .survey-description a.tooltip-x-small {
  color: #566C86;
}

.survey-description p span.dot-divide {
  display: flex;
  align-items: center;
}

.survey-description p span.dot-divide::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #8D9CAD;
  border-radius: 50%;
  margin: 0 10px;
  flex-shrink: 0;
}

.survey-header .survey-header-inner .survey-actions {
  float: left;
  padding-top: 15px;
  width: 100%;
}


.survey-header .right a.button-pastel {
  float: left;
  display: inline-block;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons {
  float: left;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button-pastel {
  float: left;
  margin-right: 15px;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button-pastel:last-child {
  float: left;
  margin-right: 0px;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button {
  margin-right: 15px;
}

.survey-header .survey-header-inner .survey-actions .survey-action-url {
  float: left;
  max-width: 300px;
  position: relative;
  margin-right: 15px;
}

.survey-header .survey-header-inner .survey-actions .survey-link-wrapper {
  background: #FBFBFB;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  float: left;
  -webkit-appearance: none;
  transition: border 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  height: 45px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 12.5px 36px 12px 17px;
  color: #19385D;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.survey-header .survey-header-inner .survey-actions .survey-link-wrapper a.copy-link {
  position: absolute;
  right: 12px;
  top: 9.5px;
  height: 26px;
  width: 26px;
  background-image: url('../img/icon-copy-url.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease;
}

.survey-header .survey-header-inner .survey-actions .survey-link-wrapper .input-gradient-overlay-right {
  position: absolute;
  height: 96%;
  width: 60px;
  right: 1px;
  top: 1px;
  border-radius: 0px 12px 12px 0px;
  background: linear-gradient(270deg, #fbfbfb 70%, rgb(251 251 251 / 30%) 100%);
}

.survey-header .survey-header-inner .survey-actions .url-wrapper {
  position: relative;
  margin-right: 10px;
}

.survey-header .survey-secondary-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}

.survey-header .survey-secondary-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}

.survey-secondary-actions a.survey-secondary-actions-button {
  float: left;
}

.survey-header .survey-secondary-actions .dropdown-menu {
  right: 0px;
  top: 40px;
  width: 150px;
}


#sticky-anchor {
  width: 100%;
  clear: both;
  display: block;
  height: 66.5px;
}

.sticky-wrapper.is-sticky .survey-inner-nav-wrapper {
  border-bottom: solid 1px #f3f3f3;
  border-top: solid 1px #fff;
}

.survey-inner-nav-wrapper {
  float: none;
  width: 100%;
  border-top: solid 1px #F4F4F4;
  padding: 14px 0px;
  background: #fff;
  display: inline-block;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 75%);
}

.survey-inner-nav-wrapper .survey-inner-nav a {
  float: left;
  color: #7D7D7D;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  padding: 10px;
}

.survey-inner-nav-wrapper .survey-inner-nav a:hover {
  color: #3069FE;
}

.survey-nav-overview .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-overview-link,
.survey-nav-responses .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-responses-link,
.survey-nav-questions .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-questions-link,
.survey-nav-export .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-export-link,
.survey-nav-long-text-responses .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-text-responses-link,
.survey-nav-long-text-ai-summaries .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-ai-summaries-link,
.survey-nav-text-responses .survey-inner-nav-wrapper .survey-inner-nav a.sub-nav-text-responses-link {
  color: #3069FE;
}



.survey-inner-nav-wrapper .survey-inner-nav {
  float: left;
  width: 100%;
}

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left {
  float: left;
}

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left a {
  margin-right: 30px;
}

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left a:first-child {
  padding-left: 0px;
}

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right {
  float: right;
}

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right a:last-child {
  padding-right: 0px;
}

/* widget embed overlay (builder + survey overview) */
#widget-embed-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 800;
  overflow: scroll;
  display: none;
}

#widget-embed-overlay .inner-wrapper {
  width: 560px;
}

#widget-embed-overlay .question-inner-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
}

#widget-embed-overlay .close-overlay-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 30px;
  width: 30px;
}

#widget-embed-overlay .close-overlay-icon a {
  float: left;
  width: 100%;
  transition: opacity 0.5s ease;
}

#widget-embed-overlay .close-overlay-icon a:hover {
  opacity: 0.5;
}

#widget-embed-overlay .close-overlay-icon img {
  float: left;
  width: 100%;
}

.widget-embed-overlay-wrapper {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  max-width: 420px;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-header .icon {
  width: 36px;
  float: left;
  margin-bottom: 15px;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-header .icon img {
  float: left;
  width: 100%;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-header h4 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 30px;
  letter-spacing: -0.264px;
  margin-top: 0;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-header p {
  float: left;
  width: 100%;
  color: #9A9DAB;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.264px;
  margin-top: 10px;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-code {
  float: left;
  width: 100%;
  position: relative;
}

.widget-embed-overlay-wrapper .input-wrapper.m-b-0 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.widget-embed-overlay-wrapper .widget-embed-code-textarea {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
  border-radius: 14px;
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 20px;
  padding: 15px 17px;
  outline: none;
  height: 120px;
  color: #000;
}

.widget-embed-overlay-wrapper .fixed-copy-embed-textarea-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17px;
}

.widget-embed-overlay-wrapper .fixed-copy-embed-textarea-footer a {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 15px;
  padding: 7.5px 12px;
  float: left;
  text-decoration: none;
  transition: opacity 0.5s ease;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
}

.widget-embed-overlay-wrapper .fixed-copy-embed-textarea-footer a:hover {
  opacity: 0.7;
}

.widget-embed-overlay-wrapper .fixed-copy-embed-textarea-footer a .icon {
  float: right;
  padding: 1px 0 0 8px;
}

.widget-embed-overlay-wrapper .fixed-copy-embed-textarea-footer a .icon svg {
  float: left;
}

.widget-embed-overlay-wrapper .widget-embed-code-section-footer {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.widget-embed-overlay-wrapper .widget-embed-code-section-footer a {
  float: left;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8E8E8E;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.widget-embed-overlay-wrapper .widget-embed-code-section-footer a .icon {
  display: flex;
  align-items: center;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-actions {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.widget-embed-overlay-wrapper .widget-embed-overlay-actions .button {
  box-shadow: 0px 2px 4px rgba(0, 78, 236, 0.22);
}


.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right .dropdown-outer-wrapper {
  float: left;
  position: relative;
}

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

.survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right .dropdown-menu.width-260 {
  width: 260px;
  right: -10px;
  top: 40px;
}

.publish-toggle-menu-action {
  float: left;
  width: 100%;
  padding: 5px 0px;
}

.publish-toggle-menu-action .status-sml-title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #838383;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.publish-toggle-menu-action .publish-toggle-wrapper {
  float: left;
  width: 100%;
  cursor: pointer;
}

.publish-toggle-menu-action .publish-toggle-wrapper .left {
  float: left;
  width: calc(100% - 38px);
}

.publish-toggle-menu-action .publish-toggle-wrapper .left .title {
  float: left;
  width: 100%;
  color: #1A1919;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.publish-toggle-menu-action .publish-toggle-wrapper .left .subtitle {
  float: left;
  width: 100%;
  color: #EB6A6A;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 2px;
}


.publish-toggle-menu-action .publish-toggle-wrapper .left .subtitle.red {
  color: #EB6A6A;
}

.publish-toggle-menu-action .publish-toggle-wrapper .left .subtitle.green {
  color: #4F9C20;
}

.publish-toggle-menu-action .publish-toggle-wrapper .right {
  float: left;
  width: 38px;
  padding: 6px 0px 0px 0px;
}

.publish-toggle-menu-action .publish-toggle-wrapper .right .toggle {
  float: left;
  width: 38px;
  height: 22px;
  border-radius: 50px;
  background: #ECECF3;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.01) inset;
  padding: 3px;
  transition: 300ms left cubic-bezier(.75,0,0,1), background-color 0.5s ease;
  position: relative;
}

.publish-toggle-menu-action .publish-toggle-wrapper .right .toggle .toggle-circle {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 30px;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: 300ms left cubic-bezier(.75,0,0,1);
}

.publish-toggle-menu-action .publish-toggle-wrapper.toggle-active .right .toggle .toggle-circle {
  left: 19px;
}

.publish-toggle-menu-action .publish-toggle-wrapper.toggle-active .right .toggle {
  background-color: #0171FF;
}

.survey-tabs-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0px 60px 0px;
}

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

.survey-tabs-wrapper .survey-tabbed-content {
  float: left;
  width: 100%;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabs {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}


.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner {
  float: left;
  width: 100%;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list {
  float: left;
  width: 100%;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item:last-child {
  margin-bottom: 0px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top {
  float: left;
  width: 100%;
  padding: 26px 30px 30px 30px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-left {
  float: left;
  width: calc(100% - 140px);
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-left h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #19385D;
  padding: 13px 0px 8px 0px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-right {
  float: left;
  width: 140px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-right a.button-pastel.white {
  float: right;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom {
  float: left;
  width: 100%;
  padding: 20px 30px 7px 30px;
  border-top: solid 1px #ECECF4;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom[data-overlay-id] {
  cursor: pointer;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .top-answer-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #98A6B7;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .top-answer-bar-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .top-answer-bar-wrapper.voted-top-answer {
  display: block;
}


.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top {
  float: left;
  width: 100%;
  margin-top: 3px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .left {
  float: left;
  width: calc(100% - 100px);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #19385D;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .left span.emoji {
  font-size: 16px;
  padding: 0px 4px 0px 0px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .right {
  float: left;
  width: 100px;
  text-align: right;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .right a {
  font-style: normal;
  font-weight: 535;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #0171FF;
  font-variation-settings: 'wght' 535;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-bottom {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-bottom .top-answer-bar {
  float: left;
  width: 100%;
  height: 8px;
  background: #EAEAF2;
  border-radius: 8px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-bottom .top-answer-bar .top-answer-bar-filled {
  float: left;
  width: auto;
  background: #1964FF;
  border-radius: 8px;
  height: 8px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .text-based-response {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #8D9CAD;
  padding: 4px 0px 14px 0px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .no-votes-yet {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #8D9CAD;
  padding: 4px 0px 14px 0px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .image-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top-answer-bar-top .image-wrapper img {
  float: left;
  width: 100%;
  border-radius: 10px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-top p.question-number {
  float: left;
  width: 100%;
  margin-bottom: 7px;
  color: #8D9CAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-top {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-top h2 {
  float: left;
  width: 100%;
  color: #19385D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-info {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 25px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-info p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-info p span.dot-divide {
  display: flex;
  align-items: center;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-info p span.dot-divide::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #8D9CAD;
  border-radius: 50%;
  margin: 0 10px;
  flex-shrink: 0;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-button a.button.no-shadow p {
  float: left;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-button a.button.no-shadow p.icon {
  float: left;
  width: 18px;
  height: 16px;
  margin-left: 10px;
  margin-top: 1.5px;
}


.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .survey-ai-summary-line {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 17px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .survey-ai-summary-line .tag.sml.pink {
  font-size: 12px;
}

.survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .survey-ai-summary-line .copy {
  float: left;
  padding: 2px 0px 0px 12px;
  color: #8D9CAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}


.survey-header-inner.response-header-padding {
  padding-bottom: 75px;
}

.survey-header-inner.response-header-padding .response-header-items {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.survey-header-inner.response-header-padding .response-header-items .item {
  float: left;
  margin-right: 20px;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
  margin-bottom: 8px;
}

.survey-header-inner.response-header-padding .response-header-items .item a {
  float: left;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
  transition: opacity 0.5s ease;
}

.survey-header-inner.response-header-padding .response-header-items .item a:hover {
  opacity: 0.6;
}

.survey-header-inner.response-header-padding .response-header-items .item p {
  float: left;
}

.survey-header-inner.response-header-padding .response-header-items .item p.icon {
  padding-top: 1px;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.survey-header-inner.response-header-padding .response-header-items .item.flag p.icon {
  width: 18px;
  padding-top: 2px;
}


.survey-header-inner.response-header-padding .response-header-items .item.flag p.icon img {
  border-radius: 4px;
  float: left;
}

.survey-header-inner.response-header-padding a.button.no-shadow.green-read-state {
  background: #f2ffea;
  border-color: #EBFAE2;
  color: #46BA00;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow.green-read-state p.icon svg path {
  fill: #46BA00;
  stroke: #46BA00;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow.green-read-state p.icon svg path#tick {
  stroke: #fff;
}

.survey-header-inner.response-header-padding a.button.no-shadow.green-read-state.processed {
  background: #EBFAE2;
  border-color: #EBFAE2;
  color: #46BA00;
  opacity: 1 !important;
}

.survey-header-inner.response-header-padding a.button.no-shadow.processed {
  background: #1964FF;
  border-color: #1964FF;
  color: #fff;
  opacity: 1 !important;
}


.user-response-wrapper .left {
  float: left;
  width: calc(100% - 365px);
}

.user-response-wrapper .right {
  float: right;
  width: 335px;
  margin-left: 30px;
}

.survey-header-inner.response-header-padding .survey-actions {
  padding-top: 15px;
}

.ai-responses-page-summary-wrapper {
  float: left;
  width: 100%;
  display: none;
}

.ai-responses-page-summary-wrapper .text-response-ai-content-outer-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}



.survey-header .survey-header-inner .back-to-survey-link {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.survey-header .survey-header-inner .back-to-survey-link a {
  float: left;
  color: #ABB9C1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.survey-header .survey-header-inner .survey-ai-summary-sub-heading-line {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.survey-header .survey-header-inner .survey-ai-summary-sub-heading-line .tag.sml.pink {
  font-size: 12px;
}

.survey-header .survey-header-inner .survey-ai-summary-sub-heading-line .copy {
  float: left;
  color: #A1A1A1;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 550;
  line-height: 15px;
  letter-spacing: -0.264px;
  padding: 2px 0px 0px 12px;
  font-variation-settings: 'wght' 550;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow.trigger-ai-overlay.disabled {
  cursor: not-allowed;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow p {
  float: left;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow p.icon {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.survey-header .survey-header-inner .survey-actions .survey-action-buttons a.button.no-shadow p.icon.size-16 {
  height: 16px;
  width: 16px;
  margin-top: 1px;
}

.survey-header .survey-header-inner .survey-actions .ai-generation-disabled-line {
  float: left;
  width: 100%;
  float: left;
  color: #c1c1c1;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 550;
  line-height: 15px;
  letter-spacing: -0.264px;
  padding: 0px 0px 0px 0px;
  font-variation-settings: 'wght' 550;
  margin-top: 15px;
}


/* ai / response summary overlay */
.ai-page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 400;
  overflow-x: scroll;
  padding: 0px 0px 120px 0px;
  display: none;
  top: 0px;
  left: 0px;
}

.ai-loading-canvas {
  position: relative;
  width: 300px;
  height: 300px;
  /* We remove the heavy blur from here and put it on the blobs */
  animation: rotate-all 5s linear infinite;
  /* GPU acceleration */
  transform: translateZ(0);
  will-change: transform;
}

.ai-loading-canvas .blob {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0.8;
  /* Move blur here so it's cached by the GPU */
  filter: blur(15px);
  will-change: transform;
}

.ai-loading-canvas .blob.cyan {
  background: radial-gradient(circle, #00f2ff 0%, rgba(0,242,255,0) 70%);
  top: 20%; left: 20%;
  animation: move-1 3.5s ease-in-out infinite;
}

.ai-loading-canvas .blob.purple {
  background: radial-gradient(circle, #7000ff 0%, rgba(112,0,255,0) 70%);
  bottom: 20%; right: 20%;
  animation: move-2 2.5s ease-in-out infinite;
}

.ai-loading-canvas .blob.pink {
  background: radial-gradient(circle, #ff00de 0%, rgba(255,0,222,0) 70%);
  top: 50%; left: 50%;
  /* Removed the double transform to keep it lightweight */
  animation: move-3 4s ease-in-out infinite;
}

/* Optimized Keyframes using only transform (fast) */
@keyframes move-1 {
  0%, 100% { transform: translate3d(-30px, -30px, 0) scale(1); }
  33% { transform: translate3d(40px, -10px, 0) scale(1.2); }
  66% { transform: translate3d(10px, 40px, 0) scale(0.9); }
}

@keyframes move-2 {
  0%, 100% { transform: translate3d(40px, 20px, 0) scale(1.2); }
  50% { transform: translate3d(-50px, -40px, 0) scale(0.7); }
}

@keyframes move-3 {
  0%, 100% { transform: translate3d(-50%, -50%, 0) scale(0.8); }
  50% { transform: translate3d(-30%, -60%, 0) scale(1.4); }
}

@keyframes rotate-all {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ai-loading-canvas .core {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: white;
  filter: blur(20px);
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}

.ai-loading-state-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px 150px 0px;
  text-align: center;
  display: none;
}

.ai-loading-state-wrapper .loading-icon {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  transition: transform 6s ease-in-out, opacity 6s ease-in-out;
  will-change: transform, opacity;
  opacity: 1;
}

.ai-loading-state-wrapper.closing-animation-state .loading-icon {
  transform: scale(20);
  opacity: 0;
}


.ai-loading-state-wrapper .ai-loading-state-copy {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.ai-loading-state-wrapper .ai-loading-state-copy p.sub-title {
  float: left;
  width: 100%;
  color: #A2A7AE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: none;
}

.ai-error-notice {
  float: left;
  width: 100%;
  background-color: #fff0f0;
  margin: 100px 0px;
  padding: 30px;
  border-radius: 14px;
  color: #ff0000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.close-ai-overlay-inline-link-wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: none;
}

.close-ai-overlay-inline-link-wrapper a.close-ai-overlay-link {
  color: #4b4d51;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}


/* ai long text response */

.ai-long-text-response-state {
  float: left;
  width: 100%;
  padding: 100px 0px 150px 0px;
}

.ai-long-text-response-state .ai-long-text-response-state-top {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  opacity: 0;
  display: none;
  top: 20px;
}

.ai-long-text-response-state .ai-long-text-response-state-top .title {
  float: left;
  width: 100%;
  color: #0171FF;
  font-size: 17px;
  font-style: normal;
  font-weight: 570;
  font-variation-settings: 'wght' 570;
  line-height: 22px;
}

.ai-long-text-response-state-top .title .icon {
  float: left;
  width: 15px;
  margin-right: 10px;
}

.ai-long-text-response-state-top .title .icon img {
  float: left;
}

.ai-long-text-response-state-top .sub-title {
  float: left;
  width: 100%;
  color: #9D9D9D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}

.ai-long-text-response-state-top .sub-title p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ai-long-text-response-state-top .sub-title p.created-date {
  color: #c4c4c4;
  font-size: 14px;
}

.ai-long-text-response-state-top .sub-title p:last-child {
  margin-bottom: 0px;
}

.ai-long-text-response-state .ai-long-text-response-state-body {
  float: left;
  width: 100%;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  opacity: 0;
  top: 20px;
  display: none;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy p:last-child {
  margin-bottom: 0px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block:last-child {
  margin-bottom: 0px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .sub-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #A1A1A1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy {
  float: left;
  width: 100%;
  color: #19385D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy blockquote {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy blockquote:last-child {
  margin-bottom: 0px;
}

.ai-long-text-response-state .ai-response-state-footer {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
}

.ai-page-overlay .close-overlay-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.ai-page-overlay .close-overlay-icon a {
  float: left;
  width: 100%;
  transition: opacity 0.5s ease;
}

.ai-page-overlay .close-overlay-icon a:hover {
  opacity: 0.5;
}

.ai-page-overlay .close-overlay-icon img {
  float: left;
  width: 100%;
}

.ai-page-overlay.close-icon-hidden .close-overlay-icon {
  display: none;
}


/* ai summary list */

.ai-summary-response-blocks {
  float: left;
  width: 100%;
}

.ai-summary-response-blocks .ai-summary-response-block {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 16px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  padding: 25px;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left {
  float: left;
  width: calc(100% - 200px);
  padding-top: 3px;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left .top {
  float: left;
  width: 100%;
  margin-bottom: 4px;
  color: #19385D;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left .bottom {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left .bottom p {
  float: left;
  margin-right: 12px;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left .bottom p.tooltip-small {
  color: #bfbfbf;
  cursor: pointer;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right {
  float: left;
  width: 200px;
}

.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right .ai-summary-response-block-right-inner {
  float: right;
}
.ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right a.button-pastel.white {
  float: left;
}






/* survery overview overlay */

.survey-overview-top {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.survey-overview-top .sml-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #8D9CAD;
  margin-bottom: 10px;
}

.survey-overview-top .title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.264px;
  color: #000000;
  font-variation-settings: 'wght' 535;
  margin-bottom: 20px;
}

.survey-overview-top .answer-block {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 14px;
}

.answer-block-upgrade-prompt {
  float: left;
  width: 100%;
  background-color: #FFF4F4;
  border-top: solid 1px #f5ecec;
  padding: 17px 25px;
  color: #DA8D8D;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 0px 0px 14px 14px;
}

.answer-block-upgrade-prompt a {
  color: #FF4B4B;
}

.survey-overview-top .answer-block .answer-block-inner {
  float: left;
  width: 100%;
  padding: 25px;
}

.survey-overview-top .answer-block .answer-block-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.survey-overview-top .answer-block .answer-block-item:last-child {
  margin-bottom: 0px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-top {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-top .image-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-top .image-wrapper img {
  float: left;
  width: 100%;
  border-radius: 10px;
}


.survey-overview-top .answer-block .answer-block-item .answer-block-item-top .left {
  float: left;
  width: calc(100% - 50px);
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #19385D;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-top .left img.emoji {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-top .right {
  float: left;
  width: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 16px;
  text-align: right;
  color: #0171FF;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-bottom {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-bottom .top-answer-bar {
  float: left;
  width: 100%;
  height: 8px;
  background: #EAEAF2;
  border-radius: 8px;
}

.survey-overview-top .answer-block .answer-block-item .answer-block-item-bottom .top-answer-bar .top-answer-bar-filled {
  height: 8px;
  background: #0171FF;
  border-radius: 8px;
}

.answer-block.image-survey {
  padding: 0px;
}

.survey-overview-top .answer-block.image-survey .answer-block-item {
  margin-bottom: 0px;
  padding: 25px;
  border-bottom: solid 1px #ececf5;
}

.survey-overview-top .answer-block.image-survey .answer-block-item:last-child {
  border-bottom: none;
}

.survey-overview-stats {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.survey-overview-stats .sml-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2B425C;
  margin-bottom: 10px;
}


.survey-overview-stats-list {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.survey-overview-stats-list .stats-item {
  float: left;
  width: 47%;
  margin-right: 6%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 14px;
  padding: 17px 20px;
}

.survey-overview-stats-list .stats-item:last-child {
  margin-right: 0;
}

.survey-overview-stats-list .stats-item .title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11.5px;
  line-height: 14px;
  color: #ABB9C1;
  margin-bottom: 5px;
}

.survey-overview-stats-list .stats-item .number {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 4px;
}

.survey-overview-stats-list .stats-item .percentage {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11.5px;
  line-height: 14px;
  color: #ABB9C1;
}

.survey-overview-stats-list .stats-item .percentage p.icon {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top 0px left;
  padding-left: 0px;
}

.survey-overview-stats-list .stats-item .percentage p.icon.positive {
  background-image: url('../img/icon-stats-positive.svg');
  padding-left: 22px;
}

.survey-overview-stats-list .stats-item .percentage p.icon.negative {
  background-image: url('../img/icon-stats-negative.svg');
  padding-left: 22px;
}

.survey-overview-stats-list .stats-item .percentage p.icon.even {
  padding-left: 0px;
}

.survey-overview-stats-list .stats-item .percentage p.icon.positive span {
  color: #2ECB71;
  font-weight: 600;
}

.survey-overview-stats-list .stats-item .percentage p.icon.negative span {
  color: #FF3C34;
  font-weight: 600;
}

.survey-overview-stats-list .stats-item .percentage p.icon.even span {
  color: #8999A3;
  font-weight: 600;
}

.page-overlay-inner .survey-overview-responses {
  padding-bottom: 0px;
}



.survey-overview-responses .sml-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2B425C;
  margin-bottom: 10px;
}

.responses-list-wrapper {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 14px;
}

.survey-overview-responses {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.survey-overview-responses .responses-list-wrapper .responses-list {
  float: left;
  width: 100%;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ECECF4;
  padding: 16px 20px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item:last-child {
  border-bottom: none
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left {
  float: left;
  width: calc(100% - 100px);
  padding: 4px 0px 4px 0px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar {
  float: left;
  width: 32px;
  height: 32px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 40px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy {
  float: left;
  width: calc(100% - 32px);
  padding: 0px 0px 0px 15px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #19385D;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 14px;
  color: #8D9CAD;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-right {
  float: left;
  width: 100px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-right {
  float: left;
  width: 100px;
}

.survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-right a.button-pastel {
  float: right;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 15px 10px 15px;
}

.responses-list-wrapper .responses-list-footer {
  float: left;
  width: 100%;
  border-top: solid 1px #ECECF4;
  padding: 20px;
}

.text-response-blocks {
  float: left;
  width: 100%;
}

.text-response-blocks .text-response {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 14px;
  padding: 25px;
}

.text-response-blocks .text-response .sml-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #98A6B7;
  margin-bottom: 0px;
}

.text-response-blocks .text-response .content {
  float: left;
  width: 100%;
  margin: 5px 0px 12px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #19385D;
}

.text-response-blocks .text-response .details {
  float: left;
  width: 100%;
}

.text-response-blocks .text-response .text-response-avatar {
  float: left;
  width: 22px;
  height: 22px;
}

.text-response-blocks .text-response .text-response-avatar img {
  width: 22px;
  height: 22px;
  border-radius: 30px;
}

.text-response-blocks .text-response .text-response-name {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 0px 0px 10px;
}

.text-response-blocks .text-response .details a {
  color: #9B9B9B;
}

.text-response-blocks .text-response .details a:hover {
  color: #333;
}

.user-response-wrapper .text-response-blocks .text-response .content p {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.text-response-blocks .text-response .content p {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.text-response-blocks .text-response .content ol, .text-response-blocks .text-response .content ul {
  float: left;
  width: 100%;
  padding-left: 19px;
}

.text-response-blocks .text-response .content ol li, .text-response-blocks .text-response .content ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 0px;
  list-style-position: outside;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer p {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer p:last-child {
  margin-bottom: 0px;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer ol, .user-response-list .user-response-list-item .user-response-answer .text-based-answer ul {
  float: left;
  width: 100%;
  padding-left: 19px;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer ol li, .user-response-list .user-response-list-item .user-response-answer .text-based-answer ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 0px;
  list-style-position: outside;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer a,
.user-response-wrapper .text-response-blocks .text-response .content a {
  text-decoration: underline;
  color: #19385D;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer a:hover,
.user-response-wrapper .text-response-blocks .text-response .content a:hover {
  color: #777;
}




/* user response */

.response-header {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-bottom: solid 1px #EBEBEB;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  padding: 70px 0px 60px 0px;
  position: relative;
  z-index: 2;
}

.response-header .response-header-inner {
  float: left;
  width: 100%;
}

.response-header .response-header-inner .response-header-left {
  float: left;
  width: 72px;
  height: 72px;
}

.response-header .response-header-inner .response-header-left img {
  float: left;
  width: 72px;
  height: 72px;
  border-radius: 100px;
}

.response-header .response-header-inner .response-header-right {
  float: left;
  width: calc(100% - 72px);
  padding: 0px 0px 0px 20px;
}

.response-header .response-header-inner .response-header-right .response-header-copy {
  float: left;
  width: 100%;
}

.response-header .response-header-inner .response-header-right .response-header-copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 2px;
}

.response-header .response-header-inner .response-header-right .response-header-copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8D9CAD;
}

.response-header .response-header-inner .response-header-right .response-header-items {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.response-header .response-header-inner .response-header-right .response-header-items .item {
  float: left;
  margin-right: 20px;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
}

.response-header .response-header-inner .response-header-right .response-header-items .item a {
  float: left;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
  transition: opacity 0.5s ease;
}

.response-header .response-header-inner .response-header-right .response-header-items .item a:hover {
  opacity: 0.6;
}

.response-header .response-header-inner .response-header-right .response-header-items .item p {
  float: left;
}

.response-header .response-header-inner .response-header-right .response-header-items .item p.icon {
  padding-top: 1px;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.response-header .response-header-inner .response-header-right .response-header-items .item.flag p.icon {
  width: 18px;
}

.user-response-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0px 80px 0px;
}

.user-response-title {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 535;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #000000;
  font-variation-settings: 'wght' 535;
}



/* response / survey summary pane overlays */
#response-overview {
  width: 640px;
}

#response-overview,
#survey-overview {
  overflow: hidden;
}

#response-overview .inner-pane-wrapper,
#survey-overview .inner-pane-wrapper {
  height: 100%;
}

#response-overview .page-overlay-inner,
#survey-overview .page-overlay-inner {
  height: 100%;
  overflow: scroll;
}

#response-overview .page-overlay-inner {
  padding: 0px;
}

#response-overview:before,
#survey-overview:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 5;
}

#response-overview:after,
#survey-overview:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 5;
}

#response-overview .page-overlay-close,
#survey-overview .page-overlay-close {
  z-index: 6;
}

/* Clear the fixed bottom gradient (floats ignore parent padding for scroll height) */
#survey-overview .inner-pane-scroll {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

#response-overview .response-pane-top {
  float: left;
  width: 100%;
  padding: 65px 40px 40px 40px;
  border-bottom: 1px solid #F3F3F3;
}

#response-overview .response-pane-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.15px;
  color: #000000;
  margin-bottom: 5px;
}

#response-overview .response-pane-subtitle {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8D9CAD;
  margin-bottom: 15px;
}

#response-overview .response-pane-meta {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#response-overview .response-pane-meta-item {
  float: left;
  margin-right: 20px;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
  margin-bottom: 8px;
}

#response-overview .response-pane-meta-item a {
  float: left;
  font-style: normal;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #2B425C;
  font-variation-settings: 'wght' 535;
  transition: opacity 0.5s ease;
}

#response-overview .response-pane-meta-item a:hover {
  opacity: 0.6;
}

#response-overview .response-pane-meta-item p {
  float: left;
}

#response-overview .response-pane-meta-item p.icon {
  padding-top: 1px;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

#response-overview .response-pane-meta-item.flag p.icon {
  width: 18px;
  padding-top: 2px;
}

#response-overview .response-pane-meta-item.flag p.icon img {
  border-radius: 4px;
  float: left;
}

#response-overview .response-pane-actions {
  float: left;
  width: 100%;
}

#response-overview .response-pane-actions a.button.no-shadow {
  padding: 13px 17px;
}

#response-overview .response-pane-actions a.button.no-shadow p {
  float: left;
}

#response-overview .response-pane-actions a.button.no-shadow p.icon {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

#response-overview .response-pane-actions a.button.no-shadow.green-read-state {
  background: #EBFAE2;
  border-color: #EBFAE2;
  color: #46BA00;
}

#response-overview .response-pane-actions a.button.no-shadow.green-read-state p.icon svg path {
  fill: #46BA00;
  stroke: #46BA00;
}

#response-overview .response-pane-actions a.button.no-shadow.green-read-state p.icon svg path#tick {
  stroke: #fff;
}

#response-overview .response-pane-actions a.button.no-shadow.green-read-state.processed {
  background: #EBFAE2;
  border-color: #EBFAE2;
  color: #46BA00;
  opacity: 1 !important;
}

#response-overview .response-pane-actions a.button.no-shadow.processed {
  background: #1964FF;
  border-color: #1964FF;
  color: #fff;
  opacity: 1 !important;
}

#response-overview .response-pane-body {
  float: left;
  width: 100%;
  padding: 40px 40px 50px 40px;
}

.response-limit-alert {
  float: left;
  width: 100%;
  border: 1px solid #EED5D5;
  background: #FFEBEB;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
}

.response-limit-alert .copy {
  float: left;
  width: 68%;
}

.response-limit-alert .copy p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 15px;
  color: #8E3737;
  margin-bottom: 4px;
}

.response-limit-alert .copy p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #C18080;
}

.response-limit-alert .button-wrapper {
  float: right;
}

.response-limit-alert .button-wrapper a.button-pastel {
  border-color: #F8CBCB;
  color: #300000;
}

.user-response-list {
  float: left;
  width: 100%;
}

.user-response-list .user-response-list-item {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 6px rgb(0 0 0 / 3%);
  border-radius: 16px;
  margin-bottom: 25px;
}

.user-response-list .user-response-list-item:last-child {
  margin-bottom: 0px;
}

.user-response-list .user-response-list-item .user-response-question {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ECECF4;
  padding: 20px 20px 20px 20px;
  font-weight: 535;
  font-size: 15px;
  line-height: 18px;
  color: #19385D;
  font-variation-settings: 'wght' 535;
}

.user-response-list .user-response-list-item .user-response-question .question-number {
  color: #9B9B9B;
}

.user-response-list .user-response-list-item .user-response-answer {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
}

.user-response-list .user-response-list-item .user-response-answer .answer-tick-icon {
  float: left;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  font-size: 14.5px;
  line-height: 18px;
  color: #19385D;
  padding: 0px 0px 0px 28px;
  background-image: url('../img/icon-filled-blue-tick.svg');
  background-repeat: no-repeat;
  background-position: top 0px left;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.user-response-list .user-response-list-item .user-response-answer .answer-tick-icon img.emoji {
  width: 15px;
  vertical-align: middle;
  margin-right: 3px;
}

.user-response-list .user-response-list-item .user-response-answer .mood-scale-answer {
  float: left;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  font-size: 14.5px;
  line-height: 18px;
  color: #19385D;
  margin-bottom: 10px;
}

.user-response-list .user-response-list-item .user-response-answer .mood-scale-answer .emoji {
  font-size: 17px;
  line-height: 18px;
  margin-right: 10px;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #98A6B7;
  margin-bottom: 5px;
}

.user-response-list .user-response-list-item .user-response-answer .text-based-answer {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  font-size: 14.5px;
  line-height: 20px;
  color: #19385D;
  margin-bottom: 10px;
}

.user-response-list .user-response-list-item .user-response-answer.blurred-response {
  filter: blur(5px);
}

.user-response-list .user-response-list-item .user-response-answer p.unanswered {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #747D88;
  margin-bottom: 10px;
}

.user-response-list .user-response-list-item .image-item-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.user-response-list .user-response-list-item .image-item-wrapper .image-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.user-response-list .user-response-list-item .image-item-wrapper .image-wrapper img {
  float: left;
  width: 100%;
  border-radius: 10px;
}

.user-response-list .user-response-list-item .image-item-wrapper:last-child {
  margin-bottom: 0px;
}

/* survey questions */

.survey-questions-list {
  float: left;
  width: 100%;
}

.survey-questions-list .survey-questions-list-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  padding: 30px 25px;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-left {
  float: left;
  width: calc(100% - 180px);
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-left .survey-questions-list-left-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #19385D;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-left .survey-questions-list-left-type {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8D9CAD;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-right {
  float: left;
  width: 180px;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner {
  float: right;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner a.button-pastel.red.delete-question {
  height: 45px;
  width: 55px;
  margin-left: 12px;
  background-image: url('../img/icon-trash-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner a.drag-icon {
  float: left;
  height: 45px;
  width: 26px;
  margin-left: 10px;
  padding: 10px 0px 10px 0px;
}

.survey-add-question-button-wrapper {
  float: left;
  width: 100%;
}

.survey-questions-list .card-placeholder {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
	min-height: 108px;
  border-radius: 10px;
}




/* reveal */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
  background: rgba(130, 133, 165, 0.42);
	z-index: 500;
	display: none;
	top: 0;
	left: 0;
  animation: fadeInBackground;
  animation-duration: 0.4s;
  transition: background 0.5s;

}

@keyframes fadeInBackground {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.reveal-modal {
	display: none;
	left: 50%;
	top: 140px;
  width: 500px;
  margin-left: -250px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
	position: absolute;
	z-index: 560;
	padding: 40px;
  animation: fadeInUp;
  animation-duration: 0.4s;
}


.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}
.reveal-modal.medium {
  width: 500px;
  margin-left: -250px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}

.reveal-modal.walkthrough-modal {
  width: 480px;
  margin-left: -240px;
  padding: 0px;
}

.reveal-modal {
	width: 560px;
  margin-left: -280px;
}

.reveal-modal .close-reveal-modal-button {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 18px;
  right: 18px;
  cursor: pointer;
  background-image: url('../img/icon-close-modal.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  background-size: 100%;
  transition: opacity 0.5s ease;
}

.reveal-modal.padding-0 {
  padding: 0px;
}

.reveal-modal .close-reveal-modal-button:hover {
	opacity: 1;
}

.modal-copy {
  float: left;
  width: 100%;
}

.modal-copy .title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.264px;
  color: #000000;
}

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


/* pro sub modal */

.reveal-modal.pro-sub-modal-background {
  background-color: #fff;
  background-image: url("../img/overlay-gradient.svg");
  background-size: 1180px;
  background-repeat: no-repeat;
  background-position: left -460px center;
}

.pro-sub-modal {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 10px;
}

.pro-sub-modal .pro-sub-modal-icon {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pro-sub-modal .pro-sub-modal-copy {
  float: left;
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.pro-sub-modal .pro-sub-modal-copy .pro-title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 10px;
}

.pro-sub-modal .pro-sub-modal-copy .pro-subtitle {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 25px;
}

.pro-sub-modal .pro-sub-modal-copy .pro-subtitle p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.pro-sub-modal .pro-sub-modal-copy .pro-subtitle p:last-child {
  margin-bottom: 0px;
}

.pro-sub-modal .pro-sub-modal-copy .pro-sub-button-wrapper {
  float: left;
  width: 100%;
}

.pro-sub-modal .pro-sub-modal-copy .pro-sub-button-wrapper a.button.md {
  float: none;
  display: inline-block;
}

.pro-sub-modal .pro-sub-modal-copy .pro-sub-footer {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 35px;
}



/* survey active */
.survey-active-overlay {
  float: left;
  width: 100%;
  padding: 40px 0px 0px 0px;
}

.survey-active-overlay .survey-active-copy {
  float: left;
  width: 100%;
}


.survey-active-overlay .survey-active-copy {
  float: left;
  width: 100%;
}

.survey-active-overlay .survey-active-copy .icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.survey-active-overlay .survey-active-copy p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
  padding-top: 15px;
  font-variation-settings: 'wght' 535;
}

.survey-active-overlay .survey-active-copy p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
  padding-top: 5px;
}

.survey-active-share-url {
  float: left;
  width: 100%;
  padding-top: 20px;
}



.survey-active-share-url .survey-action-url {
  float: none;
  width: fit-content;
  max-width: 400px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.survey-active-share-url .survey-link-wrapper {
  background: #FBFBFB;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  float: left;
  -webkit-appearance: none;
  transition: border 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  height: 45px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 12.5px 36px 12px 17px;
  color: #19385D;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.survey-active-share-url .survey-link-wrapper a.copy-link {
  position: absolute;
  right: 12px;
  top: 9.5px;
  height: 26px;
  width: 26px;
  background-image: url('../img/icon-copy-url.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease;
}

.survey-active-share-url .survey-link-wrapper .input-gradient-overlay-right {
  position: absolute;
  height: 43px;
  width: 60px;
  right: 1px;
  top: 1px;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(270deg, #fbfbfb 70%, rgb(251 251 251 / 30%) 100%);
}

.survey-active-share-url .url-wrapper {
  position: relative;
  margin-right: 10px;
}


/* no questions notice */

.no-questions-notice-wrapper {
  float: left;
  width: 100%;
  padding: 70px 0px;
  text-align: center;
}

.no-questions-notice {
  float: left;
  width: 100%;
}

.no-questions-notice p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
  font-variation-settings: 'wght' 535;
}

.no-questions-notice p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
  padding: 10px 0px 15px 0px;
}

.no-questions-notice a.button {
  float: none;
  display: inline-block;
}

.default-page-bg {
  float: left;
  width: 100%;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
}

.default-page-bg.padding-25 {
  padding: 25px;
}

.default-page-bg.padding-35 {
  padding: 35px;
}

/* people list */

.people-list {
  float: left;
  width: 100%;
}

.people-list .item {
  float: left;
  width: 100%;
  border-bottom: solid 1px #F6F6FA;
  padding: 20px 0px;
}

.people-list .item.paused .left {
  opacity: 0.5;
}

.people-list .item:first-child {
  padding-top: 0px;
}

.people-list .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.people-list .item .left {
  float: left;
  width: calc(100% - 180px);
}

.people-list .item .left .avatar {
  float: left;
  width: 40px;
  height: 40px;
}

.people-list .item .left .copy {
  float: left;
  width: calc(100% - 40px);
  padding: 0px 15px;
}

.people-list .item .left .copy .title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.people-list .item .left .copy .title span {
  color: #ABB9C1;
}

.people-list .item .left .copy .subtitle {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #ABB9C1;
  margin-top: 3px;
}

.people-list .item .left .avatar img {
  border-radius: 40px;
}

.people-list .item .right {
  float: right;
  width: 180px;
  text-align: right;
}

.people-list .item .right .links {
  float: left;
  width: 100%;
  padding-top: 14px;
}

.people-list .item .right .links span.sml-copy {
  font-size: 14.5px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: 500;
}

.people-list .item .right .links a {
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  text-align: right;
  color: #929292;
}

.people-list .item .right .links a:hover {
  color: #6E41E2;
}

.people-list .item .right .links a.red {
  color: #FF1C1C;
}

.people-list .item .right .links a.red:hover {
  color: #ab1313;
}

.people-list .item .right .links a:last-child {
  margin-left: 15px;
}


/* toggle  */

.join-url-toggle-wrapper {
  float: left;
  width: 100%;
}

.inline-switch-wrapper {
  float: left;
  margin: 0px 0px 25px 0px;
}

.inline-switch-wrapper .state {
  float: left;
  text-align: right;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.2145px;
  color: #4B617A;
}

.stand-up-page .left-column .stand-up-form .inline-switch-label p {
  float: left;
  width: calc(100% - 120px);
  padding: 8px 0px;
}

.stand-up-page .left-column .stand-up-form .inline-switch-label p.strong-switch {
  font-weight: 600;
}

.inline-switch-wrapper .inline-switch-toggle {
  display: inline-block;
  width: 48px;
  height: 28px;
  border-radius: 90px;
  cursor: pointer;
  position: relative;
  transition: 300ms left cubic-bezier(.75,0,0,1), background-color 0.5s ease;
  background: #ECECF3;
  box-shadow: inset 0px 2px 1px rgb(0 0 0 / 1%);
  float: left;
}

.inline-switch-wrapper .inline-switch-toggle .inline-switch-toggle-circle {
  height: 22px;
  width: 22px;
  background-color: #FFF;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: 300ms left cubic-bezier(.75,0,0,1);
}

.inline-switch-wrapper.toggle-active .inline-switch-toggle .inline-switch-toggle-circle {
  left: 23px;
}

.inline-switch-wrapper .state.toggle-text-active {
  color: #0171FF;
}

.inline-switch-wrapper.toggle-active .inline-switch-toggle {
  background-color: #0171FF;
}

.inline-switch-wrapper.disabled {
  opacity: 0.6;
}



/* custom domain load state */
.loading-form-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 70%);
  display: none;
  border-radius: 10px;
  z-index: 500;
}

.loading-form-state .loading-form-state-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.loading-form-state .loading-form-state-inner .loading-form-state-body {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 9px;
  padding: 35px;
}

.loading-form-state .loading-form-state-inner .loading-form-state-body p.loading-form-state-icon {
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}

.loading-form-state .loading-form-state-inner .loading-form-state-body p.loading-form-state-icon img {
  width: 28px;
  -webkit-animation: rotating 1s linear infinite;
}

.loading-form-state .loading-form-state-inner .loading-form-state-body p.loading-form-state-copy {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #757575;
  margin-top: 12px;
  text-align: center;
}

.custom-domain-notice {
  float: left;
  width: 100%;
  background: #FFFDEB;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #666137;
}

.custom-domain-notice h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #3E3A19;
  margin-bottom: 5px;
}

.custom-domain-notice ol {
  float: left;
  width: 100%;
  list-style-position: inside;
}

.custom-domain-notice ol li {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 26px;
  color: #3E3A19;
  margin: 2px 0px;
}

.custom-domain-notice ol li a {
  color: #9f9b7b;
}

.custom-domain-notice ol li a:hover {
  color: #867c2c;
}

.custom-domain-settings-padding {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px;
}

.custom-domain-setup-notice {
  float: left;
  width: 100%;
  border-radius: 9px 9px 0px 0px;
  background: #F0FCF0;
  border-bottom: solid 1px #def4e0;
  padding: 25px 35px;
}

.custom-domain-setup-notice .icon {
  float: left;
}

.custom-domain-setup-notice p.title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #000000;
  padding: 5px 0px;
}

.custom-domain-setup-notice p.sub-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #99AC99;
}

.custom-domain-info {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.custom-domain-info p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.custom-domain-info p span {
  color: #555;
  font-weight: 500;
}

.custom-domain-info p:last-child {
  margin-bottom: 0px;
}

.custom-domain-info p.red {
  color: #ff1414;
  font-weight: 500;
  font-size: 14px;
}

.custom-domain-info p.red a {
  color: #ff1414;
  text-decoration: underline;
}

.custom-domain-info p.red a:hover {
  color: #db9090;
}

.custom-domain-info p strong {
  font-weight: 500;
  color: #333;
}

.custom-domain-info p a {
  color: #0171FF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.custom-domain-info p a:hover {
  color: #6c9cff;
}

.custom-domain-info p a.black-link {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.custom-domain-info p a.black-link:hover {
  color: #555;
}

.custom-domain-toggle-wrapper .input-wrapper.custom-domain-field {
  display: none;
}

.custom-domain-toggle-wrapper .input-wrapper.custom-domain-field.visible {
  display: block;
}

.custom-domain-settings-padding .custom-domain-list {
  float: left;
  width: 100%;
  padding: 25px 0px 20px 0px;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item {
  float: left;
  width: 100%;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 22px 25px;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item p.domain {
  float: left;
  width: calc(100% - 200px);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #5C5E72;
  background-image: url('../img/icon-sml-grey-tick.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item p.domain a {
  color: #5C5E72;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item p.delete {
  width: 200px;
  float: left;
  text-align: right;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item p.delete a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FF2F2F;
}

.custom-domain-settings-padding .custom-domain-list .custom-domain-item p.delete a:hover {
  color: #e36b6b;
}

.custom-domain-settings-padding .custom-domain-change-notice {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
}

.custom-domain-toggle-wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}


.internal-page-footer {
  float: left;
  width: 100%;
  border-top: solid 1px #F6F6FA;
  padding-top: 25px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 18px;
  color: #9A9DAB;
}

.internal-page-footer a {
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 18px;
  color: #0171FF;
}

.internal-page-footer a:hover {
  color: #6c9cff;
}


.support-post {
  float: left;
  width: 100%;
}

.support-post h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.support-post p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #4B617A;
  margin-bottom: 20px;
}

.support-post p.red {
  color: #ff2121;
  font-weight: 600;
  background-color: #ffeded;
  padding: 20px;
  font-size: 14.5px;
  line-height: 18px;
  border-radius: 10px;
  text-align: left;
}

.support-post p:last-child {
  margin-bottom: 0px;
}

.support-post p a {
  color: #FF228C;
  font-weight: 500;
}

.support-post p a:hover {
  color: #e05ca5;
}

.support-post p span {
  color: #FF745B;
}

.support-post .support-img-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.support-post .support-img-wrapper img {
  float: left;
  width: 100%;
  border-radius: 15px;
}


/* notifications page */

.notifications-list.page .item {
  float: left;
  width: 100%;
  padding: 18px 0px;
  border-top: solid 1px #F5F5F5;
  transition: opacity 0.5s ease;
}

.notifications-list.page .item .notifications-avatar {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
}

.notifications-list.page .item .notifications-copy {
  width: calc(100% - 40px);
  padding: 10px 0px 0px 20px;
  font-size: 14.5px;
}

.notifications-list.page .item:first-child {
  border-top: none;
  padding-top: 0px;
}

.notifications-list.page .item:last-child {
  padding-bottom: 0px;
}



/* question create */

.question-create-preview .question-create-preview-placeholder {
  float: left;
  width: 100%;
  text-align: center;
  padding: 70px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
}

.create-survey-choices {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.create-survey-choices .create-survey-choices-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 10px;
  font-variation-settings: 'wght' 535;
}

.create-survey-choices .single-choice-fields-wrapper {
  float: left;
  width: 100%;
}

.create-survey-choices .field {
  float: left;
  width: 100%;
}

.create-survey-choices .field .input-wrapper {
  margin-bottom: 20px;
}

.create-survey-choices .field .left {
  float: left;
  width: calc(100% - 75px);
}

.create-survey-choices .field .right {
  float: left;
  width: 75px;
  padding: 9px 0px 9px 15px;
}

.create-survey-choices .field .right a.drag {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.create-survey-choices .field .right a.delete {
  float: left;
  width: 24px;
  height: 24px;
  padding: 1px;
  transition: opacity 0.5s ease;
}

.create-survey-choices .field .right a.delete.disabled {
  opacity: 0.4;
}

.single-choice-fields .card-placeholder {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f3f3f3;
	min-height: 43px;
  border-radius: 10px;
}

.single-choice-fields .single-choice-field  {
  float: left;
  width: 100%;
}




.multiple-choice-fields .card-placeholder {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f3f3f3;
	min-height: 43px;
  border-radius: 10px;
}

.multiple-choice-fields .multiple-choice-field  {
  float: left;
  width: 100%;
}




.create-survey-choices .mood-scale-fields-wrapper {
  float: left;
  width: 100%;
}

.create-survey-choices .card-placeholder {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f3f3f3;
	min-height: 43px;
  border-radius: 10px;
}

.create-survey-choices .mood-scale-fields {
  float: left;
  width: 100%;
}

.create-survey-choices .mood-scale-fields .emoji-display-trigger {
  position: absolute;
  width: 50px;
  background-color: rgb(217 217 217 / 20%);
  border-radius: 9px 0px 0px 9px;
  border-right: solid 1px rgb(210 210 210 / 50%);
  height: 41px;
  font-size: 19.5px;
  text-align: center;
  padding: 0;
  margin-top: 1.2px;
}

.create-survey-choices .mood-scale-fields .input-wrapper input {
  padding-left: 65px;
}

.create-survey-choices .mood-scale-fields .input-wrapper input.emoji-textfield {
  padding-left: 0px;
}

.emoji-trigger {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 41px;
  width: 48px;
  background-color: hsl(0deg 0% 89.8% / 37%);
  border-right: solid 1px #E5E5E5;
  border-radius: 9px 0px 0px 9px;
}

.emoji-trigger button.emoji-trigger-button {
  float: left;
  width: 100%;
  height: 41px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.emoji-picker-wrapper {
  position: absolute;
  z-index: 500;
  top: 50px;
  left: -4px;
  display: none;
  animation: fadeInUp;
  animation-duration: 0.4s;
}

.create-survey-choices .image-added-notice {
  float: left;
  margin-bottom: 25px;
  margin-top: -5px;
  color: #1964FF;
  font-style: normal;
  font-weight: 535;
  font-size: 14px;
  line-height: 18px;
  color: #1964FF;
  font-variation-settings: 'wght' 535;
  padding: 2px 1px 2px 30px;
  background-image: url('../img/icon-blue-tick-circle.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  display: none;
  width: 100%;
}

.create-survey-choices .image-single-choice-fields-wrapper {
  float: left;
  width: 100%;
}

.create-survey-choices .image-single-choice-fields, .create-survey-choices .image-multiple-choice-fields {
  float: left;
  width: 100%;
}

.create-survey-choices .image-single-choice-fields .field .left, .create-survey-choices .image-multiple-choice-fields .field .left {
  float: left;
  width: calc(100% - 210px);
}

.create-survey-choices .image-single-choice-fields .field .right, .create-survey-choices .image-multiple-choice-fields .field .right {
  float: left;
  width: 210px;
  padding: 0px 0px 0px 15px;
}

.create-survey-choices .image-single-choice-fields .field .right .image-upload-button, .create-survey-choices .image-multiple-choice-fields .field .right .image-upload-button {
  float: left;
  width: 125px;
  margin-right: 10px;
}

.create-survey-choices .image-single-choice-fields .field .right .image-upload-button a.button-pastel.md, .create-survey-choices .image-multiple-choice-fields .field .right .image-upload-button a.button-pastel.md {
  width: 100%;
  padding: 12.5px 0px 12.5px 0px;
}

.create-survey-choices .image-single-choice-fields .field .right a.drag, .create-survey-choices .image-multiple-choice-fields .field .right a.drag {
  margin-top: 7px;
}

.create-survey-choices .image-single-choice-fields .field .right a.delete, .create-survey-choices .image-multiple-choice-fields .field .right a.delete {
  margin-top: 7px;
}

.create-edit-survey-form .question-type-content.hidden {
  display: none;
}

.create-edit-survey-form select#question_type, select#can_be_skipped {
  float: left;
  height: 43px;
  width: 100%;
  opacity: 0;
}

.create-edit-survey-form .edit-new-ai-loading-state {
  float: left;
  width: 20px;
  margin-top: 11px;
  margin-left: 5px;
  display: none;
}

.create-edit-survey-form .edit-new-ai-loading-state p.loading-icon {
  -webkit-animation: rotating 1s linear infinite;
  width: 20px;
  height: 20px;
}


.field.mood-scale .emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 10px 10px 10px 14px;
}

.field.mood-scale .emojionearea.emojionearea-standalone .emojionearea-button>div {
  right: 6px;
  top: 5px;
  display: none;
}

.field.mood-scale .emojionearea.emojionearea-standalone .emojionearea-editor::before {
  display: none;
}

.field.mood-scale .emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  box-shadow: none;
  border: none;
  background-color: transparent;
}


.field.mood-scale .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-image: none !important;
}


.field.mood-scale .emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: 1;
}

.field.mood-scale .emojionearea .emojionearea-button>div, .field.mood-scale .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: none !important;
}

.field.mood-scale .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  top: 48px;
  left: 0px;
}

.field.mood-scale .emojionearea .emojionearea-picker {
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  border-radius: 8px;
  width: 318px;
}

.field.mood-scale .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 33px;
  width: 32px;
  padding: 5px;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  border-radius: 8px;
}

.field.mood-scale .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter>img {
  width: 24px;
  height: 24px;
  margin: 0px;
}

.field.mood-scale .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  height: 33px;
  width: 38px;
  padding: 5px 0px;
  border-radius: 8px;
  margin-top: 2px;
}

.field.mood-scale .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: transparent;
  -webkit-filter: grayscale(0);
}

.field.mood-scale .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #b2b2b2;
  text-align: left;
}

.short-text-name-hint.hidden {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: -40px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #AFAFAF;
  display: none;
}

.short-text-name-hint.hidden p {
  float: left;
}

.short-text-name-hint.hidden p.icon {
  margin: 0px 1px 0px 5px;
  width: 16px;
  height: 16px;
}

.input-wrapper.question-type-field .nice-select .list {
  max-height: 360px;
}

.create-edit-survey-form .split-fields.split-70-30 .input-wrapper {
  width: 68%;
}

.create-edit-survey-form .split-fields.split-70-30 .input-wrapper:last-child {
  width: 28%;
}

.create-edit-survey-form .split-fields.split-80-20 .input-wrapper {
  width: 78%;
}

.create-edit-survey-form .split-fields.split-80-20 .input-wrapper:last-child {
  width: 18%;
}

.create-edit-survey-form .input-icon-hint {
  width: 18px;
  position: absolute;
  right: 14px;
  bottom: 11px;
  cursor: pointer;
}

.create-edit-survey-form .input-wrapper.with-icon-hint input {
  padding-right: 35px;
}




/* survey preview form elements */


.question-create-preview-wrapper {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.question-create-preview-wrapper .question-create-preview {
  float: left;
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  padding: 40px 40px 30px 40px;
  position: relative;
}

.question-create-preview-wrapper .question-create-preview-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 10px;
  font-variation-settings: 'wght' 535;
}

.stacked-inline-toggle-wrapper {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #ECECEC;
  border-radius: 7px;
}

.stacked-inline-toggle-wrapper .stacked-inline-toggle {
  float: left;
  width: 100%;
  padding: 3px;
}


.stacked-inline-toggle-wrapper .stacked-inline-toggle a {
  float: left;
  padding: 3px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  background-color: transparent;
  border-radius: 4px;
}

.stacked-inline-toggle-wrapper .stacked-inline-toggle a.active {
  background-color: #FFF;
  color: #1A1919;
}

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

.builder-question-list-item[data-question-type="Mood scale"] .builder-question-list-body {
  padding: 30px 30px 10px 30px;
}

.builder-question-list-item[data-question-type="Mood scale"] .survey-form-element {
  display: block;
  width: calc(100% - -60px);
  margin-left: -30px;
  padding: 7px 30px 20px 30px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, black 30px, black calc(100% - 30px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0px, black 30px, black calc(100% - 30px), transparent 100%);
}




.question-create-preview-wrapper .question-create-preview .hidden {
  display: none;
}

.create-edit-survey-form .question-create-submit-button {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim {
  float: left;
  background-image: none;
  height: auto;
  padding: 0px !important;
  display: none;

}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim input[type="file"], .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim input[type="file"] {
  margin-bottom: 0px !important;
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-label-loading, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-label-loading {
  color: #222;
  float: left;
  width: 100%;
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-error, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-error {
  float: left;
  width: 100%;
  color: #ff2e2e;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-error p, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-error p {
  margin: -5px 0px 20px 0px;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-loader, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-loader {
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-result, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-result {
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-label, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-label {
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-upload-status, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-upload-status {
  display: none;
}

.image-single-choice-fields-wrapper .single-choice-image-upload.slim .slim-btn-group, .image-multiple-choice-fields-wrapper .multiple-choice-image-upload.slim .slim-btn-group {
  display: none;
}


.maximum-question-options-notice {
  float: left;
  width: 100%;
  padding: 19px 22px 18px 22px;
  border-radius: 14px;
  background: #ecf5ff;
  color: #61749C;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
}

.maximum-question-options-notice .left {
  float: left;
}

.maximum-question-options-notice .right {
  float: right;
}

.maximum-question-options-notice .right a.discover-pro-link {
  float: left;
  color: #1964FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 20px;
  padding: 0px 25px 0px 0px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../img/icon-sml-blue-arrow.svg');
}

.create-edit-survey-form .question-type-content a.button-pastel.md.grey {
  margin-right: 15px;
}




/* no access message */

.no-access-notice {
  float: left;
  width: 100%;
  padding: 80px 135px;
  text-align: center;
}

.no-access-notice .icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.no-access-notice h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 10px;
}

.no-access-notice p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D9CAD;
  margin-bottom: 20px;
}

.no-access-notice a.button {
  float: none;
  display: inline-block;
}





/* payment notices */

.payment-notice-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px;
}

.payment-notice-wrapper .payment-notice {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 12px;
  padding: 40px;
}

.payment-notice-wrapper .payment-notice .icon {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.payment-notice-wrapper .payment-notice .copy {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.payment-notice-wrapper .payment-notice .copy h3 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.264px;
  color: #000000;

}

.payment-notice-wrapper .payment-notice .copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-variation-settings: 'wght' 535;
  font-weight: 535;
  font-size: 13.5px;
  line-height: 18px;
  color: #AFAFAF;
  margin-bottom: 25px;
}



/* error page */

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

.error-page-inner {
  float: left;
  width: 100%;
  padding: 120px 0px;
}

.error-page-inner .icon {
  float: left;
  width: 34px;
}

.error-page-inner .copy {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
}

.error-page-inner .copy h3 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #1A1919;
  margin-bottom: 5px;
}

.error-page-inner .copy p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 18px;
  color: #AFAFAF;
}

.error-page-inner .copy .button {
  margin-top: 15px;
}



/* removed */

.removed-from-company-notice {
  float: left;
  width: 100%;
  padding: 100px 0px;
}

.removed-from-company-notice .removed-from-company-notice-wrapper {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 9px;
  padding: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #9C9FBA;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p span {
  color: #61658b;
  font-weight: 500;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p:last-child {
  margin-bottom: 0px;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p a {
  color: #1964FF;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p a:hover {
  color: #6c9cff;
}

.removed-from-company-notice .removed-from-company-notice-wrapper .removed-from-company-copy p a.button {
  color: #fff;
}


/* company landing page */
.company-landing {
  float: left;
  width: 100%;
  height: 100vh;
}

.company-landing .company-landing-page {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}

.company-landing .company-landing-page .company-landing-page-inner {
  max-width: 500px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.company-landing .company-landing-page .company-landing-page-inner .icon {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.company-landing .company-landing-page .company-landing-page-inner .icon img {
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.company-landing .company-landing-page .company-landing-page-inner p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.264px;
  color: #8B8C99;
  margin-top: 5px;
}


/* feature pages */

header.features-header {
  float: left;
  width: 100%;
  padding: 0px 0px 20px 0px;
}

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

header.features-header .features-wrapper .features-header-inner {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}

header.features-header .features-wrapper .features-header-inner .top {
  float: left;
  width: 100%;
  padding: 160px 0px 90px 0px;
}

header.features-header .features-wrapper .features-header-inner .top .copy {
  float: left;
  width: 100%;
  text-align: center;
}

header.features-header .features-wrapper .features-header-inner .top .copy h1 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 62px;
  letter-spacing: -2.26px;
}

header.features-header .features-wrapper .features-header-inner .top .copy p {
  float: left;
  width: 100%;
  color: #A7A7A7;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
  margin-top: 20px;
}

header.features-header .features-wrapper .features-header-inner .top .buttons {
  float: left;
  width: 100%;
  text-align: center;
}

header.features-header .features-wrapper .features-header-inner .top .buttons a {
  float: none;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  font-size: 16px;
  border-radius: 16px;
}

header.features-header .features-header-display {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 50px;
}

header.features-header .features-header-display img {
  width: 100%;
  max-width: 1240px;
  border-radius: 30px;
  border: 1px solid #ECECF4;
  background: #F8F8F8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
}

.features-page-blocks {
  float: left;
  width: 100%;
  padding: 100px 0px 50px 0px;
}

.features-page-blocks section.feature-page-section {
  float: left;
  width: 100%;
  margin-bottom: 200px;
}

.features-page-blocks section.feature-page-section:last-child {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.features-page-blocks section.feature-page-section .left-copy {
  float: left;
  width: 500px;
  padding: 120px 0px 100px 0px;
}

.features-page-blocks section.feature-page-section .left-copy h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 54px;
  letter-spacing: -2.2px;
}

.features-page-blocks section.feature-page-section .left-copy p {
  float: left;
  width: 100%;
  color: #A7A7A7;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-top: 15px;
}


.features-page-blocks section.feature-page-section .right-image {
  float: right;
  width: 560px;
}

.features-page-blocks section.feature-page-section .right-image img {
  float: left;
  width: 100%;
  border-radius: 30px;
}

section.feature-survey-type-carousel-wrapper {
  float: left;
  width: 100%;
}

section.feature-survey-type-carousel-wrapper .survey-types-slider {
  margin: 0px 0px 80px 0px;
  padding-top: 0px;
}



section.feature-carousel-wrapper {
  float: left;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
}

.feature-carousel-wrapper .slider {
  float: left;
  width: 100%;
}

section.feature-carousel-wrapper .flickity-enabled {
  width: 1200px;
}

.feature-carousel-wrapper .slider .feature-carousel-cell {
  width: 370px;
  margin-right: 40px;
  border-radius: 24px;
  background: #F6F6F6;
  background-repeat: no-repeat;
  background-position: right 28px top 28px;
  background-image: url('../img/icon-feature-slider-star.svg');
  touch-action: pan-y;
}

.feature-carousel-cell-item {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 444px;
}

.feature-carousel-cell-item .feature-carousel-copy-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 60px 30px 30px 30px;
}

.feature-carousel-cell-item .feature-carousel-copy-wrapper .feature-carousel-title {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.feature-carousel-cell-item .feature-carousel-copy-wrapper .feature-carousel-body {
  float: left;
  width: 100%;
  color: #8B8B8B;
  font-size: 17px;
  font-style: normal;
  font-weight: 435;
  font-variation-settings: 'wght' 435;
  line-height: 24px;
}

.feature-carousel-title-top {
  float: left;
  width: 100%;
  margin-bottom: 65px;
}

.feature-carousel-title-top h2{
  float: left;
  width: 100%;
  max-width: 650px;
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 54px;
  letter-spacing: -2.2px;
}

.feature-carousel-title-top h2 span.grey {
  color: #7F7F7F;
}

.feature-cta-display-block {
  float: left;
  width: 100%;
  padding: 245px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-cta-display-block .feature-cta-display-block-inner {
  float: left;
  width: 100%;
}

.feature-cta-display-block .feature-cta-display-block-inner h3, .feature-cta-display-block .feature-cta-display-block-inner h5 {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 76px;
  letter-spacing: -2.2px;
  max-width: 650px;
}

.features-page-copy-display {
  float: left;
  width: 100%;
  padding: 250px 0px 210px 0px;
}

.features-page-copy-display p {
  float: left;
  width: 100%;
  color: #ccc;
  font-size: 46px;
  font-style: normal;
  font-weight: 550;
  line-height: 54px;
  letter-spacing: -2.2px;
  margin-bottom: 40px;
}

.features-page-copy-display p span {
  transition: color 0.2s ease;
}

.features-page-copy-display p:last-child {
  margin-bottom: 0px;
}

.features-page-copy-display .highlight {
  color: #000;
}


.press-page-wrapper {
  float: left;
  width: 100%;
  padding: 140px 0px 200px 0px;
}

.press-page-wrapper .press-page-section {
  float: left;
  width: 100%;
  margin-bottom: 150px;
}

.press-page-wrapper .press-page-section.tight {
  margin-bottom: 100px;
}

.press-page-wrapper .press-page-section:last-child {
  margin-bottom: 0px;
}

.press-page-wrapper .press-page-section h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.press-page-wrapper .press-page-section h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 30px;
  letter-spacing: -0.26px;
  margin-bottom: 6px;
}

.press-page-wrapper .press-page-copy {
  float: left;
  width: 100%;
}

.press-page-wrapper .press-page-copy p {
  float: left;
  width: 100%;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  font-variation-settings: 'wght' 450;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
}

.press-page-wrapper .press-page-copy p:last-child {
  margin-bottom: 0px;
}

.press-page-wrapper .press-page-copy a.inline-link {
  color: #000;
  text-decoration: underline;
}

.press-page-wrapper .press-page-copy a.inline-link:hover {
  color: #1964FF;
}

.press-page-wrapper .press-page-display {
  float: left;
  width: 100%;
  margin: 70px 0px;
  background: #fafafa;
  border-radius: 30px;
  overflow: hidden;
}

.press-page-wrapper .press-page-display img {
  float: left;
  width: 100%;
}

.press-page-wrapper .press-page-text-links {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.press-page-wrapper .press-page-text-links a {
  float: left;
  width: 100%;
  color: #1964FF;
  font-size: 17px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 20px;
  margin-bottom: 15px;
}

.press-page-wrapper .press-page-text-links a:last-child {
  margin-bottom: 0px;
}

.press-page-wrapper .press-page-text-links a:hover {
  color: #6c9cff;
}

.press-page-wrapper .press-page-info {
  float: left;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 30px;
  padding: 40px;
  margin-top: 11px;
}

.press-page-wrapper .press-page-info-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.press-page-wrapper .press-page-info-item:last-child {
  margin-bottom: 0px;
}

.press-page-wrapper .press-page-info-item .label {
  float: left;
  width: 100%;
  color: #9e9e9e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.press-page-wrapper .press-page-info-item .value {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.press-page-wrapper .press-page-info-item .value a {
  color: #000;
}

.press-page-wrapper .press-page-info-item .value a:hover {
  color: #1964FF;
}

.press-page-wrapper .press-page-section .button {
  margin-top: 20px;
}

.press-page-wrapper .press-page-video {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.press-page-wrapper .press-page-video video {
  float: left;
  width: 100%;
  border-radius: 30px;
  background: #fafafa;
  border: solid 1px #f2f2f2;
}

.press-page-wrapper .press-page-video .press-page-video-title {
  float: left;
  width: 100%;
  margin-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}

.press-page-wrapper .press-page-contact-intro {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}

.press-page-wrapper .press-page-contact-person {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.press-page-wrapper .press-page-contact-person .name {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.press-page-wrapper .press-page-contact-person .name a {
  color: #000;
}

.press-page-wrapper .press-page-contact-person .name a:hover {
  color: #1964FF;
}

.press-page-wrapper .press-page-contact-person .role {
  float: left;
  width: 100%;
  color: #adadad;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.press-page-wrapper a.press-page-link {
  float: left;
  color: #1964FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 20px;
}

.press-page-wrapper a.press-page-link:hover {
  color: #6c9cff;
}

.press-page-wrapper .press-page-useful-link {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.press-page-wrapper .press-page-useful-link:last-child {
  margin-bottom: 0px;
}

.press-page-wrapper .press-page-useful-link .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 6px;
}

.press-page-wrapper .press-page-useful-link a {
  float: left;
  width: 100%;
  color: #1964FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.press-page-wrapper .press-page-useful-link a:hover {
  color: #6c9cff;
}

.press-page-wrapper #press-kit,
.press-page-wrapper #press-contact {
  scroll-margin-top: 100px;
}


.feature-cta-display-block.survey-analytics {
  background-image: image-set(url("../img/survey-analytics-lrg-background.webp") type("image/webp"),
  url("../img/survey-analytics-lrg-background.png") type("image/png"));
}

.feature-cta-display-block.ai-survey-response-summary {
  background-image: image-set(url("../img/ai-survey-response-lrg-background.webp") type("image/webp"),
  url("../img/ai-survey-response-lrg-background.png") type("image/png"));
}

.feature-cta-display-block.survey-question-types {
  background-image: image-set(url("../img/survey-question-types-lrg-background.webp") type("image/webp"),
  url("../img/survey-question-types-lrg-background.png") type("image/png"));
}

.feature-cta-display-block.share-surveys {
  background-image: image-set(url("../img/share-surveys-online-lrg-background.webp") type("image/webp"),
  url("../img/share-surveys-online-lrg-background.png") type("image/png"));
}

.feature-cta-display-block.online-survey-software {
  background-image: image-set(url("../img/survey-online-software-lrg-background.webp") type("image/webp"),
  url("../img/survey-online-software-lrg-background.png") type("image/png"));
}

.feature-cta-display-block.website-feedback-widget {
  background-image: image-set(url("../img/website-feedback-widget-lrg-background.webp") type("image/webp"),
  url("../img/website-feedback-widget-lrg-background.png") type("image/png"));
}


























/* hamburger */

a.hamburger {
  position: relative;
  float: left;
  width: 25px;
  height: 30px;
  padding: 8px 0px;
  margin-top: 3px;
  display: none;
}

a.hamburger .hamburger-inner {
  height: 3px;
  background-color: #000;
  width: 100%;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.5s ease;
}

a.hamburger .hamburger-inner::before {
  height: 3px;
  background-color: #000;
  width: 100%;
  position: absolute;
  border-radius: 20px;
  margin-top: 7px;
  content: "";
  transition: background-color 0.5s ease;
}

a.hamburger .hamburger-inner::after{
  height: 3px;
  background-color: #000;
  width: 100%;
  position: absolute;
  border-radius: 20px;
  margin-top: 14px;
  content: "";
  transition: background-color 0.5s ease;
}

a.hamburger.is-active .hamburger-inner, a.hamburger.is-active .hamburger-inner::before, a.hamburger.is-active .hamburger-inner::after {
  background-color: #1964FF;
}




/* mobile nav */

nav.mobile-nav.public-nav {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 500;
  top: 71px;
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0px 10px 14px rgb(0 0 0 / 5%);
  padding: 30px 25px 35px 25px;
  display: none;
  max-height: calc(100vh - 71px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

nav.mobile-nav.public-nav .links {
  float: left;
  width: 100%;
  margin: 2px 0px 0px 0px;
  width: 500px;
  text-align: left;
  position: relative;
  left: 0;
  margin-left: 0;
}

nav.mobile-nav.public-nav .links .link {
  float: left;
  width: 100%;
  margin: 2px 0px;
  position: relative;
}

nav.mobile-nav.public-nav .links .link a {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #454545;
  padding: 5px 8px;
}

nav.mobile-nav.public-nav .links .link a.create-survey-link {
  color: #1964ff;
}

nav.mobile-nav.public-nav .links .link a.create-survey-link:hover {
  color: #5c7dc0;
}

nav.mobile-nav.public-nav .links .link a:hover {
  color: #1964FF;
}

nav.mobile-nav.public-nav .links .link a.features-mobile-dropdown:hover svg path,
nav.mobile-nav.public-nav .links .link a.features-mobile-dropdown.is-active svg path {
  stroke: #1964FF;
}

nav.mobile-nav.public-nav .links .link a.features-mobile-dropdown.is-active {
  color: #1964FF;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform {
  padding: 20px 20px 15px 20px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
  border-radius: 20px;
  float: left;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  animation: fadeInUp;
  animation-duration: 0.4s;
  z-index: 800;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a {
  float: left;
  width: 100%;
  margin: 0px 0px 16px 0px;
  padding: 0px;
  color: #1A1919;
  font-size: 14px;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: 0;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a:last-child {
  margin-bottom: 6px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a .icon {
  float: left;
  width: 18px;
  height: 18px;
  margin: 2px 0px 0px 0px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a .icon img {
  float: left;
  width: 18px;
  height: 18px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a .right {
  float: left;
  width: calc(100% - 18px);
  padding: 0px 0px 0px 12px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a .right .title {
  float: left;
  width: 100%;
  color: #1A1919;
  font-size: 14px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 18px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a .right .subtitle {
  float: left;
  width: 100%;
  color: #A5A5A5;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.104px;
  margin-top: 2px;
}

nav.mobile-nav.public-nav .dropdown-menu.features-mobile-platform a:hover {
  color: #1A1919;
}

nav.mobile-nav.public-nav .mobile-nav-section {
  float: left;
  width: 100%;
  margin-top: 16px;
}

nav.mobile-nav.public-nav .mobile-nav-section .heading {
  float: left;
  clear: both;
  width: 100%;
  color: #A2A2A2;
  font-size: 10px;
  font-style: normal;
  font-weight: 570;
  font-variation-settings: 'wght' 570;
  line-height: 11px;
  text-transform: uppercase;
  padding: 12px 8px 10px 8px;
}

nav.mobile-nav.public-nav .links .link a p.text {
  float: left;
}

nav.mobile-nav.public-nav  .links .link a p.icon {
  float: left;
  margin-top: 0.5px;
  height: 14px;
  margin-left: 8px;
}

.link-divide-title {
  float: left;
  width: 100%;
  padding: 28px 8px 8px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #bac0c7;
}

.mobile-nav-footer {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.mobile-nav-footer a.button.white {
  margin-top: 15px;
}

body.white-background .mobile-nav.public-nav {
  border-top: none;
  top: 68px;
  max-height: calc(100vh - 68px);
}




/* blog */

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

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

.blog-home-header h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 76px;
  letter-spacing: -0.264px;
  color: #000000;
}

.blog-home-header p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.264px;
  color: #757575;
  padding-top: 5px;
}

.blog-home .blog-home-posts {
  float: left;
  width: 100%;
}

.blog-home .blog-home-posts {
  float: left;
  width: 100%;
}

.blog-home .blog-posts-header {
  float: left;
  width: 100%;
  padding-bottom: 90px;
}

.blog-home .blog-posts-header .blog-posts-header-inner {
  float: left;
  width: 100%;
}

.blog-home .blog-posts-header .blog-posts-header-inner .left {
  float: left;
  width: 540px;
  position: relative;
}

.blog-home .blog-posts-header .blog-posts-header-inner .left img {
  float: left;
  width: 540px;
  height: 324px;
  position: relative;
  z-index: 40;
}

.blog-home .blog-posts-header .blog-posts-header-inner .left:after {
  content: '';
	position: absolute;
  right: -10px;
  bottom: -10px;
  width: 540px;
  height: 324px;
  background-color: #ffdff0;
  z-index: 30;
}

.blog-home .blog-posts-header .blog-posts-header-inner .right {
  float: left;
  width: calc(100% - 540px);
  height: 324px;
}

.blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 55px;
}


.blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.264px;
  color: #000000;
  margin-bottom: 5px;
}

.blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner a {
  float: none;
  display: inline-block;
  margin-top: 15px;
}

.blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner h2 a {
  margin-top: 0px;
}

.blog-posts-grid {
  float: left;
  width: 100%;
}

.blog-posts-grid .blog-posts-grid-item {
  float: left;
  width: 332px;
  margin-right: 52px;
  margin-bottom: 70px;
}

.blog-posts-grid .blog-posts-grid-item:nth-child(3n) {
  margin-right: 0px;
}

.blog-posts-grid .blog-posts-grid-item .top {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.blog-posts-grid .blog-posts-grid-item .top img {
  float: left;
  width: 100%;
  z-index: 40;
  position: relative;
}


.blog-posts-grid .blog-posts-grid-item .top:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 332px;
  height: 196px;
  background-color: #ffdff0;
  z-index: 30;
}

.blog-posts-grid .blog-posts-grid-item .bottom {
  float: left;
  width: 100%;
}

.blog-posts-grid .blog-posts-grid-item h2 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.264px;
  color: #000000;
}

.blog-posts-grid .blog-posts-grid-item h2 a {
  float: left;
}

.blog-posts-grid .blog-posts-grid-item p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #757575;
  margin: 5px 0px 15px 0px;
}


/* blog post */

.blog-post-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px 70px 0px;
}

.blog-post-wrapper .blog-post-header {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.blog-post-wrapper .blog-post-header .left {
  float: left;
  width: 750px;
}

.blog-post-wrapper .blog-post-header .left h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 68px;
  letter-spacing: -0.264px;
  color: #000000;
}

.blog-post-wrapper .blog-post-header .right {
  float: right;
  width: auto;
}

.blog-post-wrapper .blog-post-header .right {
  float: right;
  width: 250px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.blog-post-wrapper .blog-post-header .right .right-inner {
  float: right;
}

.blog-post-wrapper .blog-post-header .right .right-inner p {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.264px;
  color: #A2A2A2;
}

.blog-post-wrapper .blog-post-header .right .right-inner p.date {
  margin-right: 20px;
}

.blog-post-wrapper .blog-post-header .right .right-inner p.read-time {
  color: #575757;
}

.blog-post-wrapper .blog-post-header .right .right-inner p.read-time span {
  min-width: 50px;
  display: inline-block;
  text-align: right;
}

.blog-post-wrapper .blog-post-image {
  float: left;
  width: 100%;
  position: relative;
}

.blog-post-wrapper .blog-post-image img {
  float: left;
  z-index: 300;
  position: relative;
  width: 1100px;
  height: 660px;
}

.blog-post-wrapper .blog-post-image:after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 1100px;
  height: 660px;
  background-color: #ffdff0;
  z-index: 30;
}

.blog-post-body-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-body {
  float: left;
  width: 100%;
  padding: 72px 0px 40px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #3F426B;
}

.blog-post-body p {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.blog-post-body p:empty {
  margin-bottom: 0px;
}


.blog-post-body p:last-child {
  margin-bottom: 0px;
}

.blog-post-body ul, .blog-post-body ol {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  padding-left: 20px;
}

.blog-post-body ul li, .blog-post-body ol li {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #3F426B;
  margin-top: 2px;
  list-style-position: outside;
}

.blog-post-body ul li:empty, .blog-post-body ol li:empty {
  margin-top: 0px;
}

.blog-post-body h2 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #161833;
}

.blog-post-body h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #161833;
}

.blog-post-body a {
  color: #1964FF;
  font-weight: 500;
}

.blog-post-body a:hover {
  color: #6c9cff;
}

.blog-post-body p:last-child {
  margin-bottom: 0px;
}

.blog-post-body-wrapper .blog-post-footer {
  float: left;
  width: 100%;
}

.blog-post-body-wrapper .blog-post-footer .author {
  float: left;
  width: calc(100% - 400px);
}

.blog-post-body-wrapper .blog-post-footer .author img {
  float: left;
  width: 40px;
  border-radius: 50px;
}

.blog-post-body-wrapper .blog-post-footer .author .author-details {
  width: calc(100% - 40px);
  float: left;
  padding: 2px 0px 0px 14px;
}

.blog-post-body-wrapper .blog-post-footer .author .author-details p.author-name {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 19px;
  color: #000000;
}

.blog-post-body-wrapper .blog-post-footer .author .author-details p.author-role {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ABABAB;
}

.blog-post-body-wrapper .blog-post-footer .share {
  float: right;
  padding: 7px 0px 0px 0px;
}

.blog-post-body-wrapper .blog-post-footer .share a.twitter-share-button {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #1DA1F2;
  padding: 4px 5px 4px 37px;
  background-image: url('../img/icon-twitter-blog.svg');
  background-repeat: no-repeat;
  background-position: left top;
  transition: opacity 0.5s ease;
}

.blog-post-body-wrapper .blog-post-footer .share a.facebook-share-button {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #1777F2;
  margin-right: 30px;
  padding: 4px 5px 4px 37px;
  background-image: url('../img/icon-facebook-blog.svg');
  background-repeat: no-repeat;
  background-position: left top;
  transition: opacity 0.5s ease;
}

.blog-post-body-wrapper .blog-post-footer .share a.twitter-share-button:hover {
  opacity: 0.5;
}

.blog-post-body-wrapper .blog-post-footer .share a.facebook-share-button:hover {
  opacity: 0.5;
}


.blog-post-cta {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 15px;
  margin-top: 70px;
  padding: 85px 45px;
  background-image: url('../img/blog-cta-background.jpg');
  background-repeat: no-repeat;
  background-position: right -20px top -55px;
  background-size: 70%;
}

.blog-post-cta .left {
  float: left;
  width: 290px;
}

.blog-post-cta .left h4 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.264px;
  color: #000000;
}

.blog-post-cta .left p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.264px;
  color: #AFAFAF;
  padding: 5px 0px 15px 0px
}

.blog-post-cta .left a.button.sml.pink.w-arrow-icon {
  margin-right: 15px;
  padding-right: 53px;
  background-repeat: no-repeat;
  background-position: right 16px top 15.5px;
  background-image: url('../img/icon-arrow-right-right.svg');
  border: 1px solid transparent;
}

.blog-breadcrumbs {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ABB9C1;
  margin-bottom: 15px;
}

.blog-breadcrumbs a {
  color: #4F586D;
  float: left;
}

.blog-breadcrumbs span {
  padding: 0px 4px;
  float: left;
}

.blog-breadcrumbs p.post-title {
  float: left;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ai create */

.ai-create-landing-page-wrapper {
  float: left;
  width: 100%;
  padding: 30px 0px 150px 0px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center top -30px;
  background-image: url('../img/ai-background-gradient.png');
  background-size: 880px;
}

.ai-create-landing-page-wrapper .ai-create-landing-header {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding: 0px 50px;
}

.ai-create-landing-page-wrapper .ai-create-landing-header h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}

.ai-create-landing-page-wrapper .ai-create-landing-header h1 span {
  background: #FFD8EF;
  border-radius: 4px;
  color: #FE0496;
  display: inline-block;
  padding: 0px 5px;
  line-height: 45px;
}

.ai-create-landing-page-wrapper .ai-create-landing-form-wrapper {
  float: left;
  width: 100%;
  padding: 0px 90px;
}

.ai-create-landing-page-wrapper .ai-create-landing-form-wrapper textarea {
  height: auto;
  min-height: 90px;
}

.ai-create-landing-page-wrapper .split-fields.split-60-40 .input-wrapper {
  width: 60%;
}

.ai-create-landing-page-wrapper .split-fields.split-60-40 .input-wrapper:last-child {
  width: 36%;
  margin-right: 0;
  margin-left: 2%;
}

.ai-create-landing-page-wrapper .ai-create-landing-form-wrapper p.question-icon {
  float: right;
  margin-left: 6px;
  margin-top: 1px;
  height: 16px;
  cursor: pointer;
}




/* ai response */
.ai-create-response-page-wrapper {
  float: left;
  width: 100%;
  padding: 80px 0px 80px 0px;
  background-repeat: no-repeat;
  background-position: center top -103px;
  background-image: url('../img/ai-background-gradient.png');
  background-size: 880px;
}

.ai-creation-page {
  float: left;
  width: 100%;
}

.ai-creation-page .ai-creation-page-header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ai-creation-page .ai-creation-page-header .left {
  float: left;
  width: calc(100% - 150px);
}

.ai-creation-page .ai-creation-page-header .left h1 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.ai-creation-page .ai-creation-page-header .questions-number {
  float: left;
  width: 150px;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: -0.264px;
  color: #a4a4a4;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  padding-top: 15px;
}


.ai-creation-page .ai-creation-page-header p {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #8D9CAD;
}

.ai-creation-page .ai-creation-page-list-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 535;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.264px;
  color: #000000;
  font-variation-settings: 'wght' 535;
}

.ai-creation-page .ai-creation-page-list {
  float: left;
  width: 100%;
}

.ai-creation-page .ai-creation-page-list .ai-creation-page-list-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.ai-creation-page .ai-creation-page-list .ai-creation-page-list-item .ai-creation-page-list-item-top {
  float: left;
  width: 100%;
  border-bottom: solid 1px #EEEEEE;
  padding: 30px 30px 5px 30px;
}

.ai-creation-page-list-item-top .ai-creation-fields-left {
  float: left;
  width: calc(100% - 110px);
}

.ai-creation-page-list-item-top .ai-creation-fields-right {
  float: left;
  width: 110px;
}

.ai-creation-page-list-item-top .ai-creation-fields-right .ai-creation-fields-right-inner {
  float: right;
  padding: 23px 0px 0px 0px;
}

.ai-creation-page-list-item-top .ai-creation-fields-right a.button-pastel.red.delete-question {
  height: 43px;
  width: 55px;
  margin-left: 12px;
  background-image: url('../img/icon-trash-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.ai-creation-page-list-item-top .ai-creation-fields-right a.drag-icon {
  float: left;
  height: 43px;
  width: 26px;
  margin-left: 10px;
  padding: 8px 0px 10px 0px;
}

.ai-creation-page-list-item-bottom {
  float: left;
  width: 100%;
  padding: 30px;
}

.ai-creation-page-list-item-bottom .question-create-preview-wrapper {
  margin-top: 0px;
}

.ai-creation-page-list-item-bottom-buttons {
  float: left;
  width: 100%;
  margin-top: 20px;
}

a.button-pastel.pink.md.question-options-trigger {
  background: #FFEDF7;
  border: 1px solid #F7CCE4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  color: #FE0496;
  margin-right: 15px;
  background-image: url(../img/icon-stars-pink.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px;
  padding-right: 44px;
}

.create-edit-survey-form a.button-pastel.pink.md.question-options-trigger {
  display: none;
}

.create-edit-survey-form a.button-pastel.pink.md.question-options-trigger.edit-question {
  display: block;
}


.ai-creation-page-list-wrapper .ai-creation-page-form-button {
  float: left;
  width: 100%;
}

.question-create-preview-title-type-wrapper {
  float: left;
  width: 100%;
}

.question-create-preview-title-type-wrapper .question-create-preview-title {
  width: calc(100% - 200px);
}

.question-create-preview-type {
  float: left;
  width: 200px;
  text-align: right;
  font-style: normal;
  font-weight: 535;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.264px;
  color: #C0C4C9;
  font-variation-settings: 'wght' 535;
}

.survey-progress-wrapper {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 5000;
  background-color: #FBFBFB;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top -30px;
  background-image: url('../img/ai-background-gradient.png');
  background-size: 880px;
}

.survey-progress-wrapper .survey-progress-inner {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.03);
  border-radius: 18px;
  padding: 30px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-title {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #8D9CAD;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item:last-child {
  margin-bottom: 0px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .icon {
  width: 28px;
  height: 28px;
  float: left;
  background-image: url('../img/ai-progress-default.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .icon .loading {
  display: none;
  -webkit-animation: rotating 1s linear infinite;
  height: 28px;
  width: 28px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .icon .tick {
  display: none;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .item-copy {
  float: left;
  width: calc(100% - 28px);
  font-style: normal;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 28px;
  color: #19385D;
  padding-left: 15px;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .item-copy p {
  display: inline-block;
  color: #B8B8B8;
}

.survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .icon.complete {
  background-image: none;
}

.preview-loading-state {
  float: left;
  width: 100%;
  text-align: center;
}

.preview-loading-state .loading {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: rotating 1s linear infinite;
}

.ai-creation-page-list-item-bottom .field.single-choice:last-child .input-wrapper {
  margin-bottom: 0px;
}

.ai-creation-page-list .card-placeholder {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
	min-height: 433px;
  border-radius: 10px;
}




/* ai landing page */

.ai-landing-page-content {
  float: left;
  width: 100%;
  height: calc(100vh - -14px);
  overflow: hidden;
  position: relative;
}

.ai-landing-page-content .landing-page-left {
  float: left;
  position: absolute;
  width: 800px;
  left: 0px;
  height: 100%;
  top: 0px;
}

.ai-landing-page-content .landing-page-right {
  float: left;
  width: calc(100% - 800px);
  height: 100%;
  background: #F8F8F8;
  border-left: 1px solid #ECECF4;
  position: absolute;
  right: 0px;
  top: 0px;
}

.ai-landing-page-content .landing-page-right .ai-video-wrapper {
  float: left;
  width: 100%;
  height: 100%;
}

.ai-landing-page-content .landing-page-right .ai-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10%;
}

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

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

.ai-landing-page-content .landing-page-left .landing-page-left-top a.logo:hover {
  opacity: 0.7;
}

.ai-landing-page-content .landing-page-left .landing-page-left-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
}

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

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

.ai-landing-page-content .landing-page-left .landing-page-left-absolute .landing-page-left-inner-column {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.ai-landing-page-content .landing-page-left .landing-page-heading {
  float: left;
  width: 100%;
}

.ai-landing-page-content .landing-page-left .landing-page-heading p.beta-badge {
  float: left;
  border-radius: 7px;
  padding: 3px 5px 2px 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fe0496;
  background: #ffecf7;
}

.ai-landing-page-content .landing-page-left .landing-page-heading h1 {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.ai-landing-page-content .landing-page-left .typelighter-wrapper {
  position: relative;
  height: 59px;
  clear: both;
  float: left;
  height: 59px;
  width: 100%;
  display: inline-block;
}

.ai-landing-page-content .landing-page-left .landing-page-heading h1 p {
  color: #000;
  float: left;
  position: relative;
}

.ai-landing-page-content .landing-page-left .landing-page-heading h1 p:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -7px;
  right: 0;
  height: 52px;
  width: calc(100% + 14px);
  background-color: #FFD8EF;
  z-index: -1;
  border-radius: 6px;
  transition: background-color 0.5s ease;
}

.ai-landing-page-content .landing-page-left .landing-page-heading h1 span.pink {
  color: #FE0496;
}

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

.ai-landing-page-content .landing-page-left .landing-page-form {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.ai-landing-page-content .landing-page-left .landing-page-input-wrapper {
  float: left;
  width: 280px;
  margin-right: 15px;
}

.landing-page-form .landing-page-input-wrapper input {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
  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;
  height: 44px;
}

.landing-page-form .landing-page-input-wrapper input:focus {
  border: 1px solid #1964FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px #1964ff;
  color: #1964FF;
  background-color: #FFF;
}

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

.landing-page-form label.error {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.264px;
  color: #FF5252;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.landing-page-form .landing-page-input-wrapper input.error {
  border-color: red;
  border: 1px solid #ff1919;
  box-shadow: inset 0px 0px 0px 1px #ff1919, 0px 4px 8px rgb(236 0 0 / 25%);
  color: #1964FF;
  background-color: #fff;
}


.landing-page-form .landing-page-button-wrapper {
  float: left;
}

.landing-page-form .landing-page-button-wrapper button {
  float: left;
  background: #1964FF;
  border: 1px solid #1964FF;
  box-shadow: 0px 2px 4px rgb(0 78 236 / 22%);
  border-radius: 9px;
  cursor: pointer;
  outline: none;
  border: none;
  height: 44px;
  font-style: normal;
  font-weight: 535;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-variation-settings: 'wght' 535;
  padding: 5px 19px;
}

.landing-page-form .landing-page-button-wrapper button:hover {
  background: #1655d5;
}

.ai-landing-page-content .landing-page-left .form-subtitle {
  float: left;
  width: 100%;
  padding: 15px 0px 0px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 15px;
  color: #9A9DAB;
}

.ai-landing-page-content .landing-page-left span.cursor {
  display: none;
}


p.question-icon {
  float: right;
  margin-left: 6px;
  margin-top: 1px;
  height: 16px;
  cursor: pointer;
}

.ai-landing-page-content .landing-page-left .landing-page-form .input-wrapper textarea {
  height: 90px;
}


.ai-landing-page-content .landing-page-left .landing-page-form .split-fields .input-wrapper {
  float: left;
  width: 62%;
  margin-right: 2%;
}

.ai-landing-page-content .landing-page-left .landing-page-form .split-fields .input-wrapper:last-child {
  width: 34%;
  margin-right: 0;
  margin-left: 2%;
}

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

.ai-landing-page-content .landing-page-left .landing-page-left-top .right-links a {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #808FA0;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  padding: 7px 2px;
  float: left;
}

.ai-landing-page-content .landing-page-left .landing-page-left-top .right-links a:hover {
  color: #1964FF;
}


.ai-landing-page-columns-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 410px 0px;
  overflow: hidden;
}


.ai-helper-text {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #AFAFAF;
  display: none;
  margin-top: 20px;
}

.ai-helper-text img {
  float: left;
  width: 13px;
  margin-right: 8px;
}

.ai-helper-text a {
  color: #8285A5;
}

.ai-helper-text a:hover {
  color: #5a5e81;
}




/* share modal */
.new-survey-modal {
  float: left;
  width: 100%;
}

.new-survey-modal .survey-created-top {
  float: left;
  width: 100%;
  padding: 50px 25px 35px 25px;
}

.new-survey-modal .survey-created-top .survey-created-copy {
  float: left;
  width: 100%;
  padding: 0px 0px 25px 0px;
  text-align: center;
}

.new-survey-modal .survey-created-top .survey-created-copy .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.264px;
  margin-bottom: 4px;
}

.new-survey-modal .survey-created-top .survey-created-copy .subtitle {
  float: left;
  width: 100%;
  color: #AFAFAF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.share-survey-toggle {
  float: left;
  width: 100%;
}

.new-survey-modal .tabs-wrapper {
  padding: 0px 30px 30px 30px;
}

.new-survey-modal .tabs-wrapper .tab {
  float: left;
  width: 100%;
  display: none;
  background-color: #F7F7F9;
  border: solid 1px #ECECEC;
  border-radius: 22px;
  padding: 40px;
}

.new-survey-modal .tabs-wrapper .tab .copy {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.new-survey-modal .tabs-wrapper .tab .copy .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 24px;
}

.new-survey-modal .tabs-wrapper .tab .copy .subtitle {
  float: left;
  width: 100%;
  color: #959595;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button {
  float: left;
  width: 100%;
  text-align: center;
}

.new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button a.button {
  margin: 0px 7px;
  float: none;
  display: inline-block;
}

.new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button a.button .icon {
  float: right;
  height: 18px;
  padding: 1px 0px 0px 8px;
}

.new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button a.button.no-shadow.white.presentation-mode-button {
  color: #000;
}

.reveal-modal .survey-share-url {
  float: left;
  width: 100%;
}

.reveal-modal .survey-share-url .input-wrapper {
  margin-bottom: 0px;
}

.reveal-modal .survey-share-url .input-wrapper input[disabled] {
  color: #000;
}

.reveal-modal .survey-share-url .input-wrapper .copy-to-clipboard-link {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 5px 5px 5px 40px;
  border-radius: 0px 7px 7px 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.reveal-modal .survey-share-url .input-wrapper .copy-to-clipboard-link a.modal-copy-url-link {
  float: left;
  padding: 6px;
  transition: opacity 0.5s ease;
}

.reveal-modal .survey-share-url .input-wrapper .copy-to-clipboard-link a.modal-copy-url-link:hover {
  opacity: 0.5;
}

.reveal-modal .survey-share-url .input-wrapper .copy-to-clipboard-link a.modal-copy-url-link img {
  float: left;
}

.new-survey-modal .modal-share-icons-wrapper {
  float: left;
  width: 100%;
  padding: 25px 0px 0px 0px;
  text-align: center;
}

.new-survey-modal .modal-share-icons-wrapper .share-title {
  float: left;
  width: 100%;
  color: #A6A6A6;
  font-size: 12px;
  font-style: normal;
  font-weight: 465;
  font-variation-settings: 'wght' 465;
  line-height: normal;
  margin-bottom: 15px;
}

.new-survey-modal .modal-share-icons-wrapper .modal-share-icons {
  float: left;
  width: 100%;
  text-align: center;
}

.new-survey-modal .modal-share-icons-wrapper .modal-share-icons a.share-link {
  width: 32px;
  display: inline-block;
  margin: 0px 4px;
  transition: opacity 0.5s ease;
}

.new-survey-modal .modal-share-icons-wrapper .modal-share-icons a.share-link:hover {
  opacity: 0.5;
}

.new-survey-modal .modal-share-icons-wrapper .modal-share-icons a.share-link img {
  float: left;
}


.modal-share-qr-code-wrapper .modal-share-qr-code-inner {
  float: left;
  width: 100%;
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code {
  width: 86px;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code a {
  float: left;
  width: 100%;
  border-radius: 14px;
  border: 1px solid #DFDFEC;
  background: #FFF;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 14px;
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code img {
  float: left;
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code-copy {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0px 0px 0px;
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code-copy .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
}


.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code-copy .subtitle {
  float: left;
  width: 100%;
  color: #AFAFAF;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 465;
  font-variation-settings: 'wght' 465;
  line-height: normal;
  padding: 5px 0px 15px 0px
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code-copy .subtitle {
  float: left;
  width: 100%;
  color: #AFAFAF;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 465;
  font-variation-settings: 'wght' 465;
  line-height: normal;
  padding: 5px 0px 15px 0px
}

.modal-share-qr-code-wrapper .modal-share-qr-code-inner .modal-share-qr-code-copy a.button-pastel.white.sml.presentation-mode-button {
  font-size: 13.5px;
  padding: 9px 13px 9px 13px;
  border-radius: 14px;
  float: none;
  display: inline-block;
  border: 1px solid #d7d7d7;
  color: #000;
}

.qr-code-block-button {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.qr-code-block-button a.sml-white-button.presentation-mode-button {
  float: none;
  display: inline-block;
  font-size: 14px;
  padding: 9px 12px;
}

.new-survey-modal .tabs-wrapper .tab .join-code-wrapper {
  float: left;
  width: 100%;
}

.new-survey-modal .tabs-wrapper .tab .join-code-wrapper .copy {
  margin-bottom: 0px;
}

.new-survey-modal .tabs-wrapper .tab .join-code-wrapper .join-code-display {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.new-survey-modal .tabs-wrapper .tab .join-code-wrapper .join-code-display .number-block {
  border-radius: 15px;
  border: 1px solid #DFDFEC;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  display: inline-block;
  width: 44px;
  height: 60px;
  margin: 0px 3px;
}

.new-survey-modal .tabs-wrapper .tab .join-code-wrapper .join-code-display span.divide {
  color: #b0b0b0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  display: inline-block;
  width: 10px;
  height: 45px;
  margin: 0px 4px;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
}


.new-survey-modal .tabs-wrapper .tab .copy .subtitle a.join-code-visit-link {
  color: #0171FF;
  padding: 0px 12px 0px 0px;
  background-repeat: no-repeat;
  background-position: right 1px top 2px;
  background-image: url('../img/icon-link-external.svg');
  margin-right: 8px;
}



/* presentation mode */
.presentation-mode {
  position: fixed;
  z-index: 5000;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  display: none;
}

.presentation-mode .presentation-mode-inner {
  float: left;
  width: 100%;
  padding: 50px;
}

.presentation-mode .presentation-mode-inner .presentation-mode-qr-code-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.presentation-mode .presentation-mode-inner .presentation-mode-qr-code-wrapper img {
  width: auto;
  height: auto;
  max-height: 60vh;
  max-width: 100%;
}


.presentation-mode .presentation-mode-footer {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px;
  text-align: center;
}

.presentation-mode .presentation-mode-footer a.button-pastel.full-width {
  width: 100%;
  max-width: 600px;
  float: none;
  display: inline-block;
}


body.presentation-mode-overflow-hidden {
  overflow: hidden;
}

@keyframes fadeInUpMedium {
from {
  opacity: 0;
  transform: translate3d(0, 4%, 0);
}

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

.fadeInUpMedium {
animation-name: fadeInUpMedium;
}



/* dashboard create survey prompt */

.dashboard-new-prompt {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
  margin-bottom: 40px;
}

.dashboard-new-prompt-left-wrapper {
  float: left;
  height: 520px;
  width: 410px;
  position: relative;
}

.dashboard-new-prompt .dashboard-new-prompt-left {
  float: left;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.dashboard-new-prompt .dashboard-new-prompt-left .dashboard-new-prompt-left-inner {
  float: left;
  width: 100%;
  padding: 40px 40px 50px 50px;
}

.dashboard-new-prompt .dashboard-new-prompt-left h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.264px;
  margin-bottom: 10px;
}

.dashboard-new-prompt .dashboard-new-prompt-left p {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.dashboard-new-prompt .dashboard-new-prompt-left a.button {
  margin-top: 15px;
}

.dashboard-new-prompt .dashboard-new-prompt-right {
  float: left;
  width: calc(100% - 410px);
  height: 520px;
  overflow: hidden;
  border-radius: 0px 0px 16px 0px;
  padding-top: 30px;
}

.dashboard-new-prompt .dashboard-new-prompt-right img {
  float: left;
  width: 860px;
}


/* walkthrough modal */



@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

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

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

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

.walkthrough-modal-wrapper .walkthrough-modal-step {
  float: left;
  width: 100%;
  animation: fadeInUpSmall;
  animation-duration: 0.8s;
}

.walkthrough-modal-wrapper .walkthrough-modal-step  .walkthrough-modal-display {
  float: left;
  width: 100%;
}

.walkthrough-modal-wrapper .walkthrough-modal-step  .walkthrough-modal-display img {
  float: left;
  width: 100%;
  border-radius: 22px 22px 0px 0px;
}

.reveal-modal.walkthrough-modal a.close-reveal-modal-button.close-reveal-modal {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.reveal-modal.walkthrough-modal a.close-reveal-modal-button.close-reveal-modal:hover {
  opacity: 0.5;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content {
  float: left;
  width: 100%;
  padding: 35px 40px 40px 40px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 6px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-copy {
  float: left;
  width: 100%;
  color: #9A9DAB;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.264px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-copy p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-copy p:last-child {
  margin-bottom: 0px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons {
  float: left;
  width: 100%;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button.blue {
  float: right;
  width: calc(50% - 9px);
  margin-left: 9px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button-pastel.white {
  float: left;
  width: calc(50% - 9px);
  margin-right: 9px;
  padding: 14px 18px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-step-number {
  float: left;
  width: 100%;
  color: #C5C5C5;
  font-size: 12px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  letter-spacing: -0.264px;
  margin-bottom: 8px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button.blue p.copy {
  display: inline-block;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button.blue p.icon {
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 4px;
}

.walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button.blue p.icon svg {
  float: left;
  width: 100%;
}




/* use cases */

.use-case-category-list {
  float: left;
  width: 100%;
  margin-bottom: 150px;
}

.use-case-category-list .use-case-category-list-item {
  float: left;
  width: 350px;
  height: 440px;
  border-radius: 26px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-image: url('../img/icon-use-case-zap.svg');
}

.use-case-category-list .use-case-category-list-item:nth-child(3n) {
  margin-right: 0px;
}

.use-case-category-list .use-case-category-list-item .use-case-category-list-item-inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 35px;
}

.use-case-category-list .use-case-category-list-item .use-case-category-list-item-inner h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}

.use-case-category-list .use-case-category-list-item .use-case-category-list-item-inner p {
  float: left;
  width: 100%;
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.use-case-category-list .use-case-category-list-item .use-case-category-list-item-inner a.button-pastel.grey {
  float: left;
  border-radius: 14px;
  border: 1px solid #E3E3E3;
  background: #F6F6F6;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
}



/* use case list */

.use-case-list {
  float: left;
  width: 100%;
  margin-bottom: 150px;
}

.use-case-list .use-case-list-item {
  float: left;
  width: 457px;
  border-radius: 26px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}

.use-case-list .use-case-list-item:nth-child(2n) {
  margin-right: 0px;
}

.use-case-list .use-case-list-item .use-case-list-item-inner {
  padding: 35px;
  float: left;
  width: 100%;
}

.use-case-list .use-case-list-item .use-case-list-item-inner h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.use-case-list .use-case-list-item .use-case-list-item-inner p {
  float: left;
  width: 100%;
  color: #929292;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.use-case-list .use-case-list-item .use-case-list-item-inner a.button-pastel.grey {
  float: left;
  border-radius: 14px;
  border: 1px solid #E3E3E3;
  background: #F6F6F6;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
}

header.features-header .features-wrapper .features-header-inner .top .use-case-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  margin-top: -40px;
  color: #d1d1d1;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header.features-header .features-wrapper .features-header-inner .top .use-case-pagination p {
  margin: 0;
}

header.features-header .features-wrapper .features-header-inner .top .use-case-pagination a {
  text-decoration: none;
  white-space: nowrap;
}

header.features-header .features-wrapper .features-header-inner .top .use-case-pagination span.truncated {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
header.features-header .features-wrapper .features-header-inner .top .use-case-pagination a {
  color: #4F586D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header.features-header .features-wrapper .features-header-inner .top .use-case-pagination .grey {
  color: #ABB9C1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header.features-header.use-case-page .features-header-inner {
  width: 700px;
}


/* use case page */
.features-page-copy-display.black-bg {
  background-color: #000;
  margin-top: 100px;
}

.features-page-copy-display.black-bg p {
  color: #333;
}

.features-page-copy-display.black-bg .highlight {
  color: #ffffff;
}


.use-case-body-copy {
  float: left;
  width: 100%;
  padding: 80px 0px 60px 0px;
}

.use-case-body-copy .use-case-body-copy-inner {
  float: left;
  width: 100%;
  color: #555;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.use-case-body-copy .use-case-body-copy-inner strong {
  font-weight: 600;
  color: #000;

}

.use-case-body-copy .use-case-body-copy-inner h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  margin-top: 40px;
}

.use-case-body-copy .use-case-body-copy-inner h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  margin-top: 40px;
}

.use-case-body-copy .use-case-body-copy-inner h4 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  margin-top: 40px;
}

.use-case-body-copy .use-case-body-copy-inner p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.use-case-body-copy .use-case-body-copy-inner ul, .use-case-body-copy .use-case-body-copy-inner ol {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 15px;
}

.use-case-body-copy .use-case-body-copy-inner ul li, .use-case-body-copy .use-case-body-copy-inner ol li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.use-case-body-copy .use-case-body-copy-inner a {
  color: #1964FF;
  font-weight: 500;
  text-decoration: underline;
}

.use-case-body-copy .use-case-body-copy-inner a:hover {
  color: #598fff;
}

.feature-cta-display-block .feature-cta-display-block-inner.use-case-page h5 {
  max-width: 800px;
}



.use-case-footer {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.use-case-footer .author {
  float: left;
  width: calc(100% - 400px);
}

.use-case-footer .author img {
  float: left;
  width: 40px;
  border-radius: 50px;
}

.use-case-footer .author .author-details {
  width: calc(100% - 40px);
  float: left;
  padding: 2px 0px 0px 14px;
}

.use-case-footer .author .author-details p.author-name {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 19px;
  color: #000000;
}

.use-case-footer .author .author-details p.author-role {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ABABAB;
}

.use-case-footer .share {
  float: right;
  padding: 7px 0px 0px 0px;
}

.use-case-footer .share a.x-share-button {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #000;
  padding: 4px 5px 4px 37px;
  background-image: url('../img/icon-blog-x-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  transition: opacity 0.5s ease;
}

.use-case-footer .share a.facebook-share-button {
  float: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #1777F2;
  margin-right: 30px;
  padding: 4px 5px 4px 37px;
  background-image: url('../img/icon-blog-fb-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  transition: opacity 0.5s ease;
}

.use-case-footer .share a.x-share-button:hover {
  opacity: 0.5;
}

.use-case-footer .share a.facebook-share-button:hover {
  opacity: 0.5;
}


.use-header-bottom-line {
  float: left;
  width: 100%;
  color: #B6B6B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 90px;
  text-align: center;
}

.use-header-bottom-line p {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}

.use-header-bottom-line p span.dot-divide {
  display: flex;
  align-items: center;
}

.use-header-bottom-line p span.dot-divide span.read-time {
  padding-right: 4px;
}

.use-header-bottom-line p span.dot-divide::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #B6B6B6;
  border-radius: 50%;
  margin: 0 10px;
  flex-shrink: 0;
}

section.feature-carousel-wrapper.use-case-page .feature-carousel-title-top {
  margin-bottom: 20px;
}

section.feature-carousel-wrapper.use-case-page .feature-carousel-title-top h2 {
  float: left;
  width: 100%;
  max-width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  line-height: 22px;
  letter-spacing: -0.4px;
}

.use-case-inline-cta-prompt-wrapper {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.use-case-inline-cta-prompt-wrapper .use-case-inline-cta-prompt {
  float: left;
  width: 100%;
  border-radius: 25px;
  background: #F6F6F6;
  position: relative;
}

.use-case-inline-cta-prompt .left {
  float: left;
  width: 350px;
  padding: 130px 30px 130px 50px;
}

.use-case-inline-cta-prompt .left .title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 550;
  font-variation-settings: 'wght' 550;
  line-height: 32px;
  letter-spacing: -1.2px;
}

.use-case-inline-cta-prompt .left p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #7F7F7F;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.264px;
}

.use-case-inline-cta-prompt .right {
  float: left;
  width: 460px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  padding: 40px 0px 0px 0px;
}

.use-case-inline-cta-prompt .right img {
  float: left;
  width: 690px;
}

.use-case-body-copy .use-case-toc-wrapper {
  float: left;
  width: 100%;
  padding: 40px 45px;
  border-radius: 20px;
  background: #F8F8F8;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-image: url('../img/icon-use-case-zap.svg');
}

.use-case-body-copy .use-case-toc-wrapper .use-case-toc-title {
  float: left;
  width: 100%;
  color: #8E9091;
  font-size: 13px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  margin-bottom: 8px;
}

.use-case-body-copy .use-case-toc-wrapper ul.toc-list {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 15px;
}

.use-case-body-copy .use-case-toc-wrapper ul.toc-list li {
  float: left;
  width: 100%;
  line-height: 26px;
  margin-bottom: 2px;
}

.use-case-body-copy .use-case-toc-wrapper ul.toc-list li:last-child {
  margin-bottom: 0px;
}

.use-case-body-copy .use-case-toc-wrapper ul.toc-list li a {
  float: left;
  color: #2D3A58;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: 26px;
}


.related-use-cases-wrapper {
  float: left;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 20px;
}

.related-use-cases-wrapper .related-use-cases-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.related-use-cases-wrapper .related-use-cases-title h2 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.related-use-cases-wrapper .related-use-cases {
  float: left;
  width: 100%;
}

.related-use-cases-wrapper .related-use-cases .related-use-cases-item {
  float: left;
  width: 389px;
  margin-right: 30px;
  margin-bottom: 25px;
  border-radius: 20px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.03);
  padding: 25px;
}


.related-use-cases-wrapper .related-use-cases .related-use-cases-item:nth-child(2n) {
  margin-right: 0px;
}

.related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner {
  float: left;
  width: 100%;
}

.related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner a.button-pastel.grey {
  border-radius: 14px;
  background: #EEE;
  border: none;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 16px;
}

.related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner p {
  float: left;
  width: 100%;
  color: #929292;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



section.feature-carousel-wrapper.use-case-page {
  margin-top: 20px;
}


section.feature-carousel-wrapper.use-case-page .feature-carousel-cell-item .feature-carousel-copy-wrapper .feature-carousel-title {
  font-size: 20px;
  line-height: 28px;
}

section.feature-carousel-wrapper.use-case-page .flickity-enabled {
  width: 808px;
}



/* export page */

.survey-tabbed-export-inner {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECF4;
  box-shadow: 0px 7px 12px rgb(0 0 0 / 3%);
  border-radius: 16px;
}

.export-header {
  float: left;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: #F8FBFF;
  border-bottom: solid 1px #ECECF4;
  padding: 50px;
}

.export-header .export-header-inner {
  float: left;
  width: 100%;
}

.export-header .export-header-copy {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.export-header .export-header-copy h3 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}

.export-header .export-header-copy p {
  float: left;
  width: 100%;
  color: #9EA8B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.export-header .export-header-form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.export-header .export-header-form .select-menu-wrapper {
  flex: 1;
}

.export-header .export-header-form .select-menu-wrapper select {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
  border-radius: 12px;
  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;
  height: 43px;
  color: #19385D;

  background-position: right 15.7px top 16.5px;
  background-size: 13px 9px;
  background-repeat: no-repeat;
  background-image: url('../img/icon-select-menu-chevron.svg');
}

.export-header .export-header-form .select-menu-wrapper select {
  width: 100%;
  display: block;
}

.export-header .export-header-form .export-button-wrapper {
  flex: 0 0 auto;
}

.export-header .export-header-form .export-button-wrapper button {
  white-space: nowrap;
  height: 46px;
  position: relative;
}

.export-header .export-header-form .export-button-wrapper button .loading-icon {
  display: none;
}

.export-header .export-header-form .export-button-wrapper button.loading {
  padding: 5px 18px;
}

.export-header .export-header-form .export-button-wrapper button.loading .loading-icon {
  display: block;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -12px;
}

.export-header .export-header-form .export-button-wrapper button.loading .loading-icon img {
  float: left;
  animation: rotate-all 1s linear infinite;

}

.export-header .export-header-form .export-button-wrapper button.loading .btn-text {
  visibility: hidden;
}

.export-header .export-sub-heading {
  float: left;
  width: 100%;
  color: #96A1AD;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
  line-height: normal;
  max-width: 500px;
}

.export-header .export-sub-heading p.red {
  color: #ff0202;
}

.export-header .export-sub-heading p.red a {
  color: #ff0202;
  text-decoration: underline;
}

.export-list {
  float: left;
  width: 100%;
}

.export-list .export-list-item {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ECECF4;
  padding: 20px 25px;
}

.export-list .export-list-item:last-child {
  border-bottom: none;
}

.export-list .export-list-item .left {
  float: left;
  width: calc(100% - 180px);
  padding: 5px 0px 0px 0px;
}

.export-list .export-list-item .left h4 {
  float: left;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #19385D;
}

.export-list .export-list-item .left .subtitle {
  float: left;
  width: 100%;
  color: #8D9CAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 2px;
}

.export-list .export-list-item .left .subtitle p {
  float: left;
  width: 100%;
}

.export-list .export-list-item .right {
  float: right;
}


.export-list .export-list-item .right a.button-pastel {
  float: right;
  padding: 12px 15px 10px 15px;
  font-size: 14px;
}

.export-list .export-list-item .right span.status-error {
  font-size: 14px;
  color: #ff1010;
  font-weight: 500;
  padding: 10px 0px;
  float: right;
  line-height: 22px;
}

.export-list .export-list-item .right span.status-processing {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 500;
  padding: 10px 0px;
  float: right;
  line-height: 22px;
}

.export-list .no-exports-notice {
  float: left;
  width: 100%;
  border-radius: 16px;
  padding: 65px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8D9CAD;
}

.option.disabled[data-value="excel"]::after {
  content: "Coming Soon";
  position: absolute;
  right: 14px;
  top: 13px;
  float: left;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 11.5px;
  line-height: 20px;
  padding: 0px 7px;
  border: 1px solid #ffd9a0;
  background: #fff0d9;
  color: #ff660d;
}



/* default toggle */


.default-toggle-wrapper {
  float: left;
  width: 100%;
  text-align: center;
}

.default-toggle-wrapper .default-toggle {
  border-radius: 11px;
  background: #EEE;
  padding: 5px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.default-toggle-wrapper .default-toggle a {
  float: left;
  color: #666666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 3px 10px;
  background-color: #EEE;
  border-radius: 9px;

}

.default-toggle-wrapper .default-toggle a.active {
  background: #FFF;
  color: #000;
}


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

.tabs-wrapper .tab {
  float: left;
  width: 100%;
  display: none;
}

.tabs-wrapper .tab.visible {
  display: block;
}


/* join code */

nav.public-nav.reduced-nav {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

nav.public-nav.reduced-nav .right.about-link a {
  color: #989898;
  font-size: 15px;
  font-style: normal;
  font-weight: 535;
  line-height: normal;
  letter-spacing: -0.264px;
}

nav.public-nav.reduced-nav .right.about-link {
  padding: 12px 0px 0px 0px;
}

.join-code-page {
  float: left;
  width: 100%;
}

.join-code-page .join-code-wrapper {
  float: left;
  width: 100%;
  padding: 150px 0px;
  background-position: center top -70px;
  background-repeat: no-repeat;
  background-image: url('../img/code-gradient-background.jpg');
  background-size: 882px;
}

.join-code-page .join-code-wrapper .inner-wrapper.join-code {
  width: 400px;
}

.join-code-page .join-code-wrapper .join-code-content {
  float: left;
  width: 100%;
  text-align: center;
}

.join-code-page .join-code-wrapper .join-code-copy {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.join-code-page .join-code-wrapper .join-code-copy h1 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.264px;
}

.join-code-page .join-code-wrapper .join-code-copy p {
  float: left;
  width: 100%;
  color: #9A9DAB;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.264px;
}

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

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
}


.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button {
  height: 52px;
  position: relative;
  transition: background-color 0.2s ease;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width.loading p.copy,
.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width.success p.copy {
  visibility: hidden;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-loading-icon {
  animation: rotate-all 1s linear infinite;
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-loading-icon,
.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-success-icon {
  display: none;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-loading-icon img,
.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-success-icon img {
  width: 28px;
  height: 28px;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width .button-success-icon {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-button-wrapper button.button.lrg.full-width.success {
  background: #17D34C;
  box-shadow: 0px 2px 4px rgb(24 211 76 / 22%);
  border: 1px solid #17D34C;
}




.join-code-page .join-code-wrapper .join-code-form .join-code-form-fields {
  float: left;
  width: 100%;
}


.join-code-page .join-code-wrapper .join-code-dash {
  float: left;
  width: 15px;
  height: 62px;
  margin-right: 12px;
  text-align: center;
  color: #a5aeae;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  padding: 19px 0px 0px 0px;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-fields input.join-code-input {
  float: left;
  border-radius: 18px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  width: 52px;
  height: 62px;
  margin-right: 12px;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.264px;
  outline: none;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-fields input.join-code-input:focus {
  border: 1px solid #1964FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px #1964ff;
  color: #1964FF;
  background-color: #FFF;
}

.join-code-page .join-code-wrapper .join-code-form .join-code-form-fields input.join-code-input:last-child {
  margin-right: 0px;
}

.join-code-page .join-code-wrapper .join-code-hint {
  float: left;
  width: 100%;
  color: #979BB0;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 45px;
}

.join-code-page .join-code-wrapper .copyright {
  float: left;
  width: 100%;
  text-align: center;
  padding: 150px 0px 0px 0px;
  color: #C9C9C9;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.join-code-page .join-code-wrapper .join-code-form .code-error {
  float: left;
  width: 100%;
  color: #ff2e2e;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 535;
  font-variation-settings: 'wght' 535;
}

.join-code-page .join-code-wrapper .join-code-form .code-error label {
  float: left;
  width: 100%;
  margin-top: 25px;
}








/* responsive */

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

  header.home-header .survey-home-header-display-inner {
    width: 94%;
  }

}

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

  .home-feature-carousel-wrapper .flickity-enabled {
    width: 94%;
  }

  .home-feature-carousel-wrapper {
    overflow: hidden;
  }

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

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

  section.full-section-cta .inner-wrapper.mid-lrg {
    width: 90%;
  }

  .section-block-wrapper.split .left {
    float: left;
    width: calc(100% - 353px);
  }

  .section-block-wrapper.split .right {
    float: left;
    width: 323px;
    margin-left: 30px;
  }

  .section-block-wrapper.split .video-wrapper video {
    float: left;
    width: 100%;
    height: 272px;
    object-fit: cover;
    object-position: 10%;
  }

  .section-block-wrapper.split .left .image-wrapper img {
    float: left;
    width: 100%;
    height: auto;
    height: 321px;
    object-fit: cover;
    object-position: 50%;
  }

  .survey-types-slider .flickity-enabled {
    width: 94% !important;
  }

  .home-page-blocks .home-page-section .section-block-wrapper section.home-grid .inner-wrapper.xx-lrg {
    width: 100%;
  }

  section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-three {
    width: calc(100% - 410px);
  }

  section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-two {
    width: 380px;
    margin-right: 30px;
  }

  section.company-logos .logos p {
    margin: 0px 35px;
  }

  section.company-logos .logos p.docusign {
    display: none;
  }

  .features-page-blocks section.feature-page-section .left-copy {
    width: calc(100% - 500px);
    padding: 40px 50px 100px 0px;
  }

  .features-page-blocks section.feature-page-section .right-image {
    float: right;
    width: 500px;
  }


  .section-block-wrapper-grid-split.split-3 .section-block-wrapper-grid-split-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .section-block-wrapper-grid-split.split-3 .section-block-wrapper-grid-split-item:nth-child(2) {
    margin-right: 0px;
  }



}

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

  header.home-header .survey-home-header-display {
    background-size: cover;
  }

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

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

  .dashboard-stats-header-list .stats-item {
    width: 49%;
    margin-bottom: 10px;
  }

  .dashboard-stats-header-list .stats-item:nth-child(2n) {
    margin-right: 0%;
  }

  .inner-pager-wrapper .inner-page-columns .column-left {
    float: left;
    width: 60%;
  }

  .inner-pager-wrapper .inner-page-columns .column-right {
    float: right;
    width: calc(40% - 30px);
    margin-left: 30px;
  }

  .pricing-page-wrapper .plans .plan-column {
    width: 32%;
    margin-right: 2%;
  }


  .pricing-page-wrapper .faq-blocks .faq-block {
    width: calc(58% - 170px);
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .left:after {
    width: 100%;
    height: 100%;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .left img {
    width: 100%;
    height: auto;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .left {
    float: left;
    width: 100%;
    position: relative;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right {
    float: left;
    width: 100%;
    height: auto;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner {
    top: inherit;
    transform: inherit;
    padding-left: 0;
    padding-top: 35px;
  }

  .blog-posts-grid .blog-posts-grid-item {
    float: left;
    width: calc(50% - 26px);
  }

  .blog-posts-grid .blog-posts-grid-item:nth-child(2n) {
    margin-right: 0px;
  }

  .blog-posts-grid .blog-posts-grid-item:nth-child(3n) {
    margin-right: 35px;
  }

  .blog-posts-grid .blog-posts-grid-item .top {
    height: auto;
  }

  .blog-posts-grid .blog-posts-grid-item .top:after {
    width: 100%;
    height: 100%;
  }

  .blog-post-wrapper .blog-post-header .left {
    width: 100%;
  }

  .blog-post-wrapper .blog-post-header .right {
    float: right;
    width: 100%;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  .blog-post-wrapper .blog-post-header .right .right-inner {
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  .blog-post-wrapper .blog-post-image img {
    width: 100%;
    height: auto;
  }

  .blog-post-wrapper .blog-post-image:after {
    width: 100%;
    height: 100%;
  }

  .ai-landing-page-content .landing-page-left {
    width: 70%;
  }

  .ai-landing-page-content .landing-page-right {
    width: calc(100% - 70%);
  }

  .home-testimonials .slider .testimonial-carousel {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  section.home-testimonials {
    overflow: hidden;
  }

  section.company-logos .logos p {
    margin: 0px 35px;
  }

  section.company-logos .logos p.linkedin {
    display: none;
  }

  .dashboard-new-prompt .dashboard-new-prompt-right img {
    float: left;
    width: 890px;
  }

  nav.public-nav .links .link, nav.public-nav .links .links-menu {
    margin-right: 4px;
    margin-left: 4px;
  }

  .use-case-list .use-case-list-item {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .use-case-category-list .use-case-category-list-item {
    float: left;
    width: calc(33% - 14px);
    height: 350px;
    margin-right: 25px;
  }


}


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


  .inner-wrapper {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-feature-carousel-wrapper .flickity-enabled {
    width: 94%;
  }

  .home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left {
    padding: 50px 50px 40px 50px;
    width: 100%;
  }

  .home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left a {
    margin-bottom: 16px;
    margin-right: 0px;
    width: 50%;
  }

  .home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .right {
    width: 100%;
    border-left: none;
    border-top: solid 1px #EEEEEE;
    overflow: hidden;
  }



}


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

  .use-case-category-list .use-case-category-list-item {
    float: left;
    width: calc(50% - 14px);
    height: 350px;
    margin-right: 25px;
  }

  .use-case-category-list .use-case-category-list-item:nth-child(3n) {
    margin-right: 25px;
  }

  .use-case-category-list .use-case-category-list-item:nth-child(2n) {
    margin-right: 0px;
  }

  .survey-header .survey-header-inner {
    display: block;
    justify-content: inherit;
    align-items: inherit;
  }

  .survey-header .survey-header-inner .left {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }

  .survey-header .right {
    float: left;
    width: 100%;
    margin-top: 30px;
  }

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

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


  .blog-post-wrapper {
    padding: 70px 0px 70px 0px;
  }

  .blog-post-cta {
    padding: 45px 45px 95px 45px;
    background-position: right 0px bottom -385px;
    background-size: 750px;
    height: 510px;
  }

  .blog-post-cta .left {
    float: left;
    width: 100%;
  }

  .ai-landing-page-content .landing-page-left {
    width: 100%;
  }

  .ai-landing-page-content .landing-page-right {
    display: none;
  }


  .features-page-blocks section.feature-page-section .left-copy {
    width: calc(100% - 400px);
  }

  .features-page-blocks section.feature-page-section .right-image {
    float: right;
    width: 400px;
  }

  .user-response-wrapper .right {
    width: 100%;
    margin-left: 0px;
  }

  .user-response-wrapper .left {
    width: 100%;
  }
  
}


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

  nav.members-nav .links {
    display: none;
  }

  nav.members-nav .left.icon {
    display: none;
  }

  nav.members-nav a.hamburger {
    display: block;
  }

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

    

  .home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item {
    margin-right: 30px;
  }

  .home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item:nth-child(2n) {
    margin-right: 0px;
  }

  .section-block-wrapper-grid-split.split-3 .section-block-wrapper-grid-split-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .split-item-grid-colour-schemes .split-item-grid-colour-schemes-inner {
    width: 85%;
    max-width: 380px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left-wrapper {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left h3 {
    font-size: 22px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left .dashboard-new-prompt-left-inner {
    padding: 60px 40px 20px 40px;
    text-align: center;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left {
    position: inherit;
  }

  .dashboard-new-prompt .dashboard-new-prompt-right img {
    width: 100%;
  }

  .dashboard-new-prompt .dashboard-new-prompt-right {
    width: 100%;
    height: auto;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left a.button {
    margin-top: 15px;
    float: none;
    display: inline-block;
  }

  section.company-logos .logos p.docusign, section.company-logos .logos p.linkedin {
    display: inline-flex;
  }

  section.company-logos .logos-wrapper:before,
  section.company-logos .logos-wrapper:after {
    opacity: 1;
  }

  section.company-logos .logos-track {
    width: max-content;
    animation: scroll-logos 18s linear infinite;
  }

  .inner-pager-wrapper .inner-page-columns .column-left {
    float: left;
    width: 100%;
  }

  .inner-pager-wrapper .inner-page-columns .column-right {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .create-survey-cta.dashboard-offset {
    margin-top: 0;
  }

  section.company-logos .logos p {
    margin: 0px 40px;
  }

  .dashboard-stats-header-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .inner-pager-wrapper .inner-page-columns.m-right-col-below .column-right {
    margin-bottom: 0px;
    margin-top: 60px;
  }

  .reveal-modal.large {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }

  .pricing-page-wrapper .plans .plan-column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .pricing-page-wrapper .plans .plan-column.alt-column {
    margin-bottom: 0px;
  }

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

  .plans-more-hint {
    text-align: center;
  }

  .blog-post-body-wrapper {
    width: 90%;
  }

  .pricing-term-toggle-wrapper {
    margin-top: 20px;
  }

  .pricing-term-toggle-wrapper .pricing-term-toggle {
    float: left;
  }

  .plans-columns {
    width: 100%;
  }

  .plans-columns .plan-column {
    width: calc(50% - 13px);
  }

  section.home-testimonials .inner-wrapper.x-lrg {
    width: 100% !important;
    padding: 0px 40px;
  }

  .related-use-cases-wrapper .related-use-cases .related-use-cases-item {
    width: 100%;
    margin-right: 0px;
  }

  .use-case-inline-cta-prompt .left {
    width: 360px;
  }

  .use-case-inline-cta-prompt .right {
    width: calc(100% - 360px);
  }

  section.feature-carousel-wrapper.use-case-page .feature-carousel.flickity-enabled {
    width: 94% !important;
  }

}


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



  .features-page-blocks section.feature-page-section .right-image {
    width: 100%;
  }

  .features-page-blocks section.feature-page-section .left-copy {
    width: 100%;
    padding: 40px 0px 50px 0px;
  }

  nav.public-nav .links {
    display: none;
  }

  nav.mobile-nav.public-nav .links {
    display: block;
    width: 100%;
  }

  nav.public-nav .right .right-inner {
    display: none;
  }

  .public-nav a.hamburger {
    display: block;
  }


  .maximum-question-options-notice .left {
    float: left;
    width: 100%;
  }

  .maximum-question-options-notice .right {
    float: left;
    margin-top: 10px;
  }

  .plans-header .plans-header-inner .plans-header-copy h1 {
    font-size: 46px;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper {
    padding: 20px 0px 140px 0px;
  }

}

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




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

  .pricing-page-wrapper .faq-blocks .faq-block {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .blog-post-wrapper {
    padding: 50px 0px 30px 0px;
  }

  .blog-post-wrapper .blog-post-header .left h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-home {
    padding: 50px 0px;
  }


}


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

  .press-page-wrapper {
    padding: 100px 0px 140px 0px;
  }

  .press-page-wrapper .press-page-section {
    margin-bottom: 110px;
  }

  .press-page-wrapper .press-page-section.tight {
    margin-bottom: 80px;
  }

  .features-page-copy-display.black-bg {
    padding: 120px 0px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-three {
    width: 100%;
  }

  section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-two {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .testimonial-title-top h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1.2px;
  }

  .testimonial-title-top {
    margin-bottom: 25px;
  }

  nav.public-nav .right .right-inner {
    display: none;
    float: left;
  }

  .people-list .item .left {
    width: calc(100% - 80px);
  }

  .people-list .item .right {
    width: 80px;
  }

  .section-block-wrapper.split .right {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }

  .section-block-wrapper.split .left {
    float: left;
    width: 100%;
  }

  .animated-image-wrapper img {
    width: 120%;
  }

  .section-block-wrapper.split .video-wrapper {
    max-height: inherit;
  }


  header.home-header .home-header-wrapper {
    width: 90%;
  }

  header.features-header .features-wrapper .features-header-inner {
    width: 90%;
  }

  header.home-header .home-header-wrapper .home-header-inner .copy h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.26px;
  }

  header.home-header .home-header-wrapper .home-header-inner .copy p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-top: 20px;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.26px;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-top: 20px;
  }

  .survey-response-over-quota-notice a .left {
    float: left;
    width: 100%;
  }

  .survey-response-over-quota-notice a .right {
    float: left;
    width: 100%;
    margin-top: 12px;
  }

  .survey-response-over-quota-notice a .right .quota-learn-more {
    float: left;
  }

  .plans-columns .plan-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .testimonial-carousel-cell {
    width: 300px;
    margin-right: 10px;
  }

  .testimonial-carousel-cell .testimonial-carousel-item .testimonial-copy-wrapper {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 40px;
    height: 190px;
  }

  .testimonial-carousel-cell .testimonial-carousel-item .testimonial-copy-wrapper .testimonial-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-carousel-cell .testimonial-carousel-item {
    padding: 40px 30px;
  }

  .testimonial-carousel-cell .testimonial-carousel-item .testimonial-user .role {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  section.home-section-cta .copy h4, section.home-section-cta .copy h3 {
    font-size: 54px;
    line-height: 64px;
  }

  .reveal-modal {
    margin-top: -120px;
  }

  .use-case-footer {
    margin-top: 20px;
  }

  .use-case-footer .author {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }

  .use-case-footer .share {
    float: left;
    padding: 0px 0px 0px 0px;
  }

}



@media screen and (max-width: 640px) {
  
  #response-overview {
    width: 100%;
  }
  
  .widget-embed-overlay-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .widget-embed-overlay-wrapper .widget-embed-code-textarea {
    padding: 15px 17px 65px 17px;
    height: auto;
  }
  
}


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

  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links {
    margin-bottom: 20px;
  }
  
  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-wrapper {
    float: left;
    width: 100%;
    padding: 50px 20px 50px 20px;
    min-height: 340px;
  }
  
  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper {
    padding: 20px 16px;
  }

  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content,
  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content[data-display="nps"] {
    width: 100%;
  }

  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .fs-widget,
  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-content[data-display="nps"] .fs-widget {
    width: 100%;
  }

  .section-block-wrapper .display-wrapper .widget-home-demo-display-wrapper .home-display-widget-links a {
    display: inline-block;
    margin: 0 10px 8px;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper {
    padding: 8px 0 12px;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper .loading-icon {
    width: 300px;
    height: 300px;
    transform: scale(0.4);
    transform-origin: top center;
    margin: 0 auto -180px;
    transition: none;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper .ai-loading-state-copy {
    margin-top: 4px;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper .ai-loading-state-copy p.sub-title {
    font-size: 10px;
    line-height: 14px;
  }

  .home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left {
    padding: 30px 30px 20px 30px;
    width: 100%;
  }


  .home-page-blocks .home-page-section .section-block-wrapper .home-display-wrapper .question-types-display .left a {
    margin-bottom: 10px;
    margin-right: 0px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .default-toggle-wrapper .default-toggle a {
    padding: 3px 19px;
  }

  .join-code-page .join-code-wrapper .join-code-copy h1 {
    font-size: 24px;
  }

  .join-code-page .join-code-wrapper .join-code-copy p {
    font-size: 15px;
    line-height: 22px;
  }

  .join-code-page .join-code-wrapper {
    padding: 60px 0px 100px 0px;
  }

  .new-survey-modal .survey-created-top {
    padding: 50px 25px 20px 25px;
  }

  .join-code-page .join-code-wrapper .join-code-dash {
    box-sizing: border-box;
    width: 3.76%;
    height: 62px;
    margin-right: 3.01%;
  }

  .join-code-page .join-code-wrapper .join-code-form .join-code-form-fields input.join-code-input {
    box-sizing: border-box;
    width: 13.03%;
    margin-right: 3.01%;
    border-radius: 15px;
    font-size: 26px;
  }

  .join-code-page .join-code-wrapper .join-code-form .join-code-form-fields input.join-code-input:last-child {
    margin-right: 0;
  }

  .new-survey-modal .tabs-wrapper .tab .join-code-wrapper .join-code-display .number-block {
    font-size: 20px;
    line-height: 50px;
    width: 38px;
    height: 50px;
    margin: 0px 2px;
  }

  .home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split {
    float: left;
    width: 100%;
  }

  .home-page-blocks .home-page-section .split-section-block-wrapper .display-wrapper-split:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  header.features-header .features-wrapper .features-header-inner .top .use-case-pagination {
    font-size: 11px;
  }

  header.features-header .features-wrapper .features-header-inner .top .use-case-pagination a {
    font-size: 12px;
  }

  section.feature-carousel-wrapper.use-case-page .feature-carousel.flickity-enabled {
    width: 88% !important;
  }

  .use-case-inline-cta-prompt .left {
    float: left;
    width: 100%;
    padding: 40px 35px 10px 35px;
  }

  .use-case-inline-cta-prompt .left .title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }

  .use-case-inline-cta-prompt .left p {
    margin-bottom: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.264px;
  }

  .use-case-inline-cta-prompt .right {
    width: 100%;
    height: 380px;
    position: inherit;
    overflow: hidden;
    padding: 20px 0px 0px 20px;
  }


  .use-case-inline-cta-prompt .right img {
    float: left;
    width: 600px;
  }


  .use-case-inline-cta-prompt-wrapper {
    margin-top: 50px;
  }

  .use-case-body-copy .use-case-toc-wrapper {
    padding: 30px 25px;
    background-image: none;
  }

  .use-case-body-copy .use-case-body-copy-inner h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }

  .use-case-body-copy .use-case-body-copy-inner h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
  }

  .use-case-body-copy .use-case-body-copy-inner {
    font-size: 16px;
    line-height: 26px;
  }

  .features-page-copy-display.black-bg p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }

  .reveal-modal {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }

  .create-survey-modal-form p.question-mark.tooltip-small {
    display: none;
  }

  .create-survey-modal-form .create-survey-type-options {
    display: block;
  }

  .create-survey-modal-form a.create-survey-type-option {
    float: left;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    margin-bottom: 16px;
  }

  .create-survey-modal-form a.create-survey-type-option:last-child {
    margin-bottom: 0;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-copy {
    flex: 1;
    min-width: 0;
    align-items: flex-start;
    gap: 0;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-icon img {
    width: 16px;
    height: 16px;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-text {
    text-align: left;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-arrow {
    flex-shrink: 0;
    width: 49px;
    height: 40px;
    margin-top: 0;
    padding: 0;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-select {
    display: none;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-arrow img {
    display: block;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .bottom .survey-ai-summary-line .copy {
    width: 100%;
    padding: 12px 0px 0px 0px;
    font-size: 12px;
  }

  .ai-loading-state-wrapper {
    padding: 70px 0px 140px 0px;
  }

  .ai-long-text-response-state {
    padding: 70px 0px 140px 0px;
  }

  .ai-long-text-response-state .ai-long-text-response-state-top .title {
    font-size: 16px;
    line-height: 22px;
  }

  .ai-long-text-response-state-top .sub-title {
    font-size: 16px;
    line-height: 22px;
  }

  .ai-long-text-response-state .ai-long-text-response-state-body .ai-long-text-response-state-block .body-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right {
    width: 100%;
    margin-top: 12px;
  }

  .ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right .ai-summary-response-block-right-inner {
    width: 100%;
  }

  .ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-right a.button-pastel.white {
    float: left;
    width: 100%;
  }

  .ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left {
    width: 100%;
    padding-top: 0px;
  }

  .ai-summary-response-blocks .ai-summary-response-block .ai-summary-response-block-left .bottom p {
    width: 100%;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left .dashboard-new-prompt-left-inner {
    padding: 40px 40px 20px 40px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-right {
    width: 100%;
    height: auto;
    padding: 0px 10px 0px 10px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left .dashboard-new-prompt-left-inner {
    padding: 30px 30px 20px 30px;
    text-align: center;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left a.button {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 13px 22px;
  }

  .dashboard-new-prompt .dashboard-new-prompt-left a.button {
    width: 100%;
  }

  header.features-header .features-wrapper .features-header-inner {
    width: 480px;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.26px;
  }

  header.features-header .features-wrapper .features-header-inner .top {
    padding: 120px 0px 110px 0px;
  }

  section.full-section-cta .copy h4, section.full-section-cta .copy h3 {
    font-size: 50px;
    line-height: 60px;
  }

  section.pricing-faqs .inner-wrapper.x-sml {
    width: 100% !important;
  }

  .plans-header .plans-header-inner .plans-header-copy h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .plans-columns .plan-column .plan-header {
    padding: 25px 25px 20px 25px;
  }

  .plans-columns .plan-column .plan-body {
    padding: 25px 25px 30px 25px;
  }

  .plans-page-wrapper .plans-columns .plan-column .plan-header .pricing-column-cost {
    font-size: 30px;
  }

  .plans-page-wrapper .plans-columns .plan-column .plan-header .pricing-column-cost .price-mo {
    padding-top: 14px;
    font-size: 13px;
  }

  .plans-page-wrapper .plans-columns .plan-column .plan-header p.colour-title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .plans-page-wrapper .plans-header {
    padding: 50px 0px 0px 0px;
  }

  .plans-columns .plan-column .plan-header .pricing-column-cost {
    font-size: 32px;
  }

  .plans-columns .plan-column .plan-header .pricing-column-cost .price-mo {
    padding-top: 15px;
  }

  .pricing-faqs-list-wrapper .pricing-faqs-list .pricing-faqs-list-item .pricing-faqs-list-item-title .pricing-faqs-list-item-title-copy {
  font-size: 15px;
  }

  .plans-term-toggle .plans-term-toggle-wrapper a {
    font-size: 13px;
  }

  .plans-notice-wrapper {
    margin-bottom: 30px;
  }

  .plans-notice {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    width: 80%;
  }



  footer .footer-inner .bottom .links .links-column {
    margin-right: 0;
    width: 50%;
  }



  header.home-header .home-header-wrapper .home-header-inner {
    padding: 120px 0px 110px 0px;
  }


  .dashboard-stats-header-list .stats-item .title {
    font-size: 11.5px;
  }

  .dashboard-stats-header-list .stats-item .number {
    font-size: 26px;
    line-height: 30px;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-copy p {
    font-size: 12.5px;
    line-height: 16px;
  }


  .export-list .export-list-item .left h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .export-list .export-list-item .left .subtitle {
    font-size: 12.5px;
    line-height: 16px;
  }

  .page-overlay-background {
    background: #FFF;
  }

  .page-overlay {
    width: 100%;
  }

  
  .page-overlay  .input-wrapper [type="checkbox"]:checked + label, .input-wrapper [type="checkbox"]:not(:checked) + label {
    height: auto;
  }

  p.question-mark.tooltip-small {
    float: none;
    display: inline-block;
  }

  .page-overlay-inner {
    float: left;
    width: 100%;
    padding: 45px 25px 90px 25px;
  }

  #response-overview .page-overlay-inner {
    padding: 0px;
  }

  #response-overview .response-pane-top {
    padding: 55px 25px 30px 25px;
  }

  #response-overview .response-pane-body {
    padding: 30px 25px 80px 25px;
  }

  #response-overview .response-pane-title {
    font-size: 20px;
    line-height: 24px;
  }

  .response-limit-alert .copy {
    width: 100%;
    margin-bottom: 15px;
  }

  .response-limit-alert .button-wrapper {
    float: left;
    width: 100%;
  }

  .create-survey-form-wrapper .title {
    font-size: 19px;
    line-height: 21px;
  }

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

  .response-header .response-header-inner .response-header-left {
    float: left;
    width: 42px;
    height: 42px;
  }

  .response-header .response-header-inner .response-header-left img {
    width: 42px;
    height: 42px;
  }

  .response-header {
    padding: 30px 0px 50px 0px;
  }

  .response-header .response-header-inner .response-header-right {
    padding: 15px 0px 0px 0px;
    text-align: left;
    width: 100%;
  }

  .response-header .response-header-inner .response-header-right .response-header-items .item {
    float: none;
    margin-right: 10px;
    margin-left: 0px;
    display: inline-block;
  }

  .response-header .response-header-inner .response-header-right .response-header-copy p {
    font-size: 13px;
    line-height: 16px;
  }

  .response-header .response-header-inner .response-header-right .response-header-copy h3 {
    font-size: 20px;
    line-height: 28px;
  }


  .survey-header .survey-header-inner .survey-title .survey-name {
    font-size: 24px;
    line-height: 32px;
  }

  .survey-header .survey-header-inner .survey-title .survey-description {
    font-size: 14px;
    line-height: 16px;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabs a {
    font-size: 14.5px;
    line-height: 17px;
    margin-right: 20px;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-left {
    width: 100%;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-right {
    width: 100%;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .action-right a.button-pastel.white {
    float: right;
    width: 100%;
    margin: 5px 0px 8px 0px;
  }

  .survey-overview-top .title {
    font-size: 18px;
    line-height: 24px;
  }

  .user-response-wrapper {
    padding: 30px 0px 40px 0px;
  }

  .survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-left {
    width: 100%;
  }

  .survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-right {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .survey-overview-responses .responses-list-wrapper .responses-list .responses-list-item .responses-list-item-right a.button-pastel {
    width: 100%;
  }

  .survey-overview-stats-list .stats-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .survey-overview-stats-list .stats-item:last-child {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .survey-active-share-url .survey-action-url {
    max-width: 100%;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabs a:last-child {
    margin-right: 0px;
  }

  .survey-tabs-wrapper {
    padding: 30px 0px 30px 0px;
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-left {
    float: left;
    width: 100%;
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-right {
    width: 100%;
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner {
    width: 100%;
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner a.button-pastel {
    width: calc(100% - 103px);
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-right .survey-questions-list-right-inner {
    padding-top: 15px;
  }

  .survey-questions-list .survey-questions-list-item .survey-questions-list-left .survey-questions-list-left-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
    transition: all 0.5s ease;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .top .question-left h2 {
    font-size: 16px;
    line-height: 19px;
  }

  .survey-add-question-button-wrapper {
    margin-bottom: 30px;
  }


  .inner-pager-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0px 30px 0px;
  }

  .page-title-inner h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .survey-tabbed-content.responses-p-b-30 {
    padding-bottom: 30px;
  }

  .pricing-questions-cta h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .pricing-page-wrapper {
    padding: 50px 0px;
  }

  .pricing-page-wrapper .pricing-header h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .plan-price.free {
    font-size: 28px;
    line-height: 35px;
  }

  .plan-header .plan-name {
    font-size: 19px;
    line-height: 25px;
  }

  .plan-price {
    padding: 7px 0px;
  }

  .plan-price {
    font-size: 36px;
    line-height: 50px;
  }

  .pricing-page-wrapper .pricing-header {
    padding-bottom: 20px;
  }

  .home-feature-carousel-wrapper .flickity-enabled {
    width: 88%;
  }

  .inner-wrapper {
    width: 88% !important;
  }

  .basic-page {
    padding: 50px 0px;
  }

  .basic-page h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .basic-page p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .press-page-wrapper {
    padding: 70px 0px 100px 0px;
  }

  .press-page-wrapper .press-page-section {
    margin-bottom: 80px;
  }

  .press-page-wrapper .press-page-section.tight {
    margin-bottom: 60px;
  }

  .press-page-wrapper .press-page-section h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }

  .press-page-wrapper .press-page-section h3 {
    font-size: 17px;
    line-height: 26px;
  }

  .press-page-wrapper .press-page-copy p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .press-page-wrapper .press-page-display {
    margin: 40px 0px;
    border-radius: 20px;
  }

  .press-page-wrapper .press-page-video video {
    border-radius: 20px;
  }

  .press-page-wrapper .press-page-info {
    padding: 28px;
    border-radius: 20px;
  }

  .press-page-wrapper .press-page-text-links {
    margin-top: 32px;
  }

  .press-page-wrapper .press-page-text-links a {
    font-size: 16px;
  }

  .press-page-wrapper .press-page-section .button {
    width: 100%;
    margin-top: 16px;
  }

  .press-page-wrapper .press-page-contact-intro {
    margin-bottom: 32px;
  }

  .press-page-wrapper .press-page-contact-person .name {
    font-size: 16px;
    line-height: 24px;
  }

  .press-page-wrapper .press-page-useful-link .title {
    font-size: 16px;
    line-height: 24px;
  }

  .press-page-wrapper .press-page-useful-link a {
    font-size: 15px;
  }

  body.press-page header.features-header .features-wrapper .features-header-inner .top .buttons a {
    margin-bottom: 12px;
  }

  .contact-form-page .contact-form-header h1 {
    font-size: 28px;
    line-height: 34px;
  }


  footer .left {
    float: left;
    width: 100%;
  }

  footer .right {
    float: left;
    width: 100%;
    padding-top: 40px;
  }

  .create-survey-form-wrapper p.question-mark.tooltip-small {
    float: right;
    height: 14px;
    width: 14px;
    margin: 3px 0px 0px 3px;
  }



  .home-page-blocks .home-page-section .home-page-section-header {
    float: left;
    width: 100%;
  }

  .home-page-blocks .home-page-section .home-page-section-header h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
    letter-spacing: -1.1px;
  }

  .home-page-blocks .home-page-section .home-page-section-header p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }

  .home-page-blocks .home-page-section {
    margin-bottom: 95px;
  }

  .home-page-blocks .home-page-section .section-block-wrapper {
    margin-top: 20px;
  }

  .home-cta {
    padding: 150px 0px;
  }

  .home-page-blocks .home-page-section .section-block-wrapper section.home-grid .inner-wrapper.xx-lrg {
    width: 100% !important;
  }

  .home-cta h3 {
    font-size: 34px;
    line-height: 36px;
  }

  .home-cta p {
    font-size: 15px;
    line-height: 17px;
    padding: 20px 0px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy {
    padding: 45px 35px 30px 35px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 45px;
  }




  @-webkit-keyframes moving_animation {

    0% {
      top: -40px;
      left: -0px;
      transform: scale(1);
    }

    50% {
      top: -10px;
      left: -80px;
      transform: scale(1.1);
    }

    100% {
      top: -40px;
      left: -0px;
      transform: scale(1);
    }

  }


  .home-page-blocks .home-page-section .display-title-sml-colour {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-page-wrapper .pricing-faqs h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .survey-questions-list .card-placeholder {
  	min-height: 182px;
  }

  .create-edit-survey-form .split-fields .input-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .create-edit-survey-form .split-fields .input-wrapper:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }

  .page-title-inner.question-title .left {
    width: 100%;
  }

  .page-title-inner.question-title .right {
    width: 100%;
    max-width: inherit;
  }

  .page-title-inner.question-title .right .survey-name {
    text-align: left;
    padding-top: 5px;
  }


  .field.single-choice-image .input-wrapper {
    padding-bottom: 55px;
    margin-bottom: 30px;
  }

  .create-survey-choices .image-single-choice-fields .field .left, .create-survey-choices .image-multiple-choice-fields .field .left {
    float: left;
    width: calc(100% - 74px);
  }

  .create-survey-choices .image-single-choice-fields .field .right, .create-survey-choices .image-multiple-choice-fields .field .right {
    float: left;
    width: 74px;
    padding: 2px 0px 0px 15px;
  }

  .create-survey-choices .image-single-choice-fields .field .right .image-upload-button, .create-survey-choices .image-multiple-choice-fields .field .right .image-upload-button {
    float: left;
    width: 100%;
    margin-right: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .field.single-choice-image .input-wrapper, .field.multiple-choice-image .input-wrapper {
    padding-bottom: 55px;
    margin-bottom: 30px;
  }

  .image-multiple-choice-fields .card-placeholder, .image-single-choice-fields .card-placeholder {
  	min-height: 108px;
  }

  .create-edit-survey-form .question-create-submit-button button.button.x-sml {
    width: 100%;
  }

  .survey-header .survey-header-inner .survey-actions .survey-action-url {
    max-width: 300px;
  }

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

  .upload-link p {
    font-size: 15px;
    line-height: 18px;
  }

  .upload-link span {
    font-size: 13px;
    line-height: 16px;
  }

  .onboarding-page-outer .onboarding-page {
    padding: 20px 0px;
  }

  .onboarding-page-outer .onboarding-page .copy h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .onboarding-page-outer .onboarding-page .copy p {
    font-size: 14px;
    line-height: 20px;
  }

  .cookie-notice-wrapper {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 20px;
    text-align: center;
  }

  .cookie-notice .left {
    width: 100%;
    margin-right: 0px;
    padding: 10px 5px 20px 5px;
  }

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

  .cookie-notice a.close-icon {
    display: none;
  }

  .default-page-bg.padding-35.notifications-page {
    padding: 20px;
  }

  .notifications-list.page .item .notifications-avatar {
    width: 34px;
    height: 34px;
  }

  .notifications-list.page .item .notifications-copy {
    width: calc(100% - 34px);
    padding: 7px 0px 0px 12px;
    font-size: 13.5px;
    height: auto;
  }

  .question-create-preview-wrapper .question-create-preview {
    padding: 30px 30px 30px 30px;
  }

  .no-questions-notice p.title {
    font-size: 18px;
    line-height: 24px;
  }

  .no-questions-notice p.sub-title {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0px 15px 0px;
  }

  .no-questions-notice-wrapper {
    padding: 50px 0px 70px 0px;
  }

  .text-response-blocks .text-response .content {
    font-size: 14px;
    line-height: 18px;
  }

  .text-response-blocks .text-response .content p {
    margin-bottom: 8px;
  }

  .survey-header.center-align .survey-header-inner .survey-title .survey-name {
    font-size: 18px;
    line-height: 26px;
  }

  .survey-tabs-wrapper .survey-tabbed-content .survey-tabbed-content-inner .survey-overview-list .survey-overview-list-item .text-based-response {
    font-size: 12.5px;
    line-height: 14px;
  }

  .pricing-page-wrapper .faq-blocks .faq-block h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .pricing-page-wrapper .faq-blocks .faq-block p {
    font-size: 14.5px;
    line-height: 20px;
  }


  .blog-posts-grid .blog-posts-grid-item {
    width: 100%;
    margin-right: 0px;
  }

  .blog-posts-grid .blog-posts-grid-item:nth-child(3n) {
    margin-right: 0px;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner {
    padding-top: 20px;
  }

  .blog-home-header h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .blog-home-header p {
    font-size: 15px;
    line-height: 22px;
  }

  .blog-home .blog-home-header {
    padding: 0px 0px 30px 0px;
  }

  .blog-post-cta {
    padding: 40px 45px 325px 45px;
    background-position: left -45px bottom -135px;
    background-size: 540px;
    margin-top: 50px;
  }

  .blog-post-cta .left h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-post-body-wrapper .blog-post-footer .author {
    width: 100%;
  }

  .blog-post-body-wrapper .blog-post-footer .share {
    padding: 40px 0px 0px 0px;
    float: left;
    width: 100%;
  }

  .blog-post-cta .left {
    width: 100%;
  }

  .create-edit-survey-form .split-fields.split-80-20 .input-wrapper {
    width: 55%;
  }

  .create-edit-survey-form .split-fields.split-80-20 .input-wrapper:last-child {
    width: 41%;
    margin-left: 4%;
  }

  .pricing-term-toggle-wrapper .pricing-term-toggle {
    float: left;
    width: 100%;
  }

  .pricing-term-toggle-wrapper .pricing-term-toggle a {
    width: calc(50% - 2px);
    text-align: center;
  }

  .pricing-page-wrapper .pricing-header {
    padding-bottom: 10px;
  }

  .plan-header .summary {
    font-size: 13px;
  }

  .plan-benefits ul li {
    font-size: 15px;
  }

  .pricing-page-wrapper .plans .plan-column {
    padding: 25px;
  }

  .plan-price {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-page-wrapper .pricing-faqs {
    padding: 80px 0px 0px 0px;
  }

  .ai-create-landing-page-wrapper .ai-create-landing-form-wrapper {
    padding: 0px 0px;
  }

  .ai-create-landing-page-wrapper .split-fields.split-60-40 .input-wrapper {
    width: 100%;
  }

  .ai-create-landing-page-wrapper .split-fields.split-60-40 .input-wrapper:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }

  .ai-create-landing-page-wrapper .ai-create-landing-header {
    margin-bottom: 50px;
    padding: 0px 0px;
  }

  .ai-create-landing-page-wrapper .ai-create-landing-header h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .ai-create-landing-page-wrapper .ai-create-landing-header h1 span {
    line-height: 28px;
  }

  .ai-create-landing-page-wrapper .ai-create-landing-form-wrapper p.question-icon {
    display: none;
  }


  .ai-landing-page-content .landing-page-left .landing-page-left-absolute .landing-page-left-inner-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ai-landing-page-content .landing-page-left .landing-page-heading h1 {
    font-size: 25px;
    line-height: 28px;
  }

  .ai-landing-page-content .landing-page-left .landing-page-left-absolute {
    position: inherit;
  }

  .ai-landing-page-content .landing-page-left .landing-page-left-absolute .landing-page-vertical-inner {
    position: inherit;
    top: inherit;
    transform: none;
    width: 100%;
    padding-top: 20px;
  }

  .ai-landing-page-columns-wrapper {
    height: 100%;
    width: 100%;
    position: inherit;
    padding: 0px 0px;
    overflow: hidden;
  }

  .ai-landing-page-content .landing-page-left {
    position: inherit;
  }

  .ai-landing-page-content .landing-page-left .landing-page-form .split-fields .input-wrapper {
    float: left;
    width: 100%;
    margin-right: 0%;
  }

  .ai-landing-page-content .landing-page-left .landing-page-form .split-fields .input-wrapper:last-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0%;
  }

  .ai-landing-page-content .landing-page-form label.error {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.264px;
    color: #FF5252;
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .ai-landing-page-content {
    float: left;
    width: 100%;
    height: inherit;
    padding: 30px 0px;
  }

  .ai-landing-page-content .landing-page-left .copyright {
    position: inherit;
    width: 100%;
    clear: both;
    text-align: center;
    float: left;
    padding: 20px 0px 30px 0px;
  }

  .testimonial-carousel-cell .testimonial-carousel-item {
    border-radius: 20px;
  }

  section.pricing-faqs {
    padding: 90px 0px 40px 0px;
  }

  .pricing-faqs-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  section.home-testimonials {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .plans-columns {
    padding-top: 30px;
  }

  .pricing-faqs-list-wrapper {
    padding-top: 25px;
  }

  section.full-section-cta .bottom-sml-line {
    font-size: 14px;
  }

  header.home-header .survey-home-header-display {
    overflow: hidden;
    padding: 0px;
  }

  header.home-header .survey-home-header-display-inner {
    width: 88%;
  }

  header.home-header .survey-home-header-display img {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }


  .survey-types-slider .flickity-enabled {
    width: 88% !important;
  }

  .survey-types-slider .survey-carousel-cell {
    width: 300px;
    margin-right: 30px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 25px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img img {
    float: left;
    width: 480px;
  }

  header.features-header .features-wrapper .features-header-inner {
    width: 82%;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  header.features-header .features-header-display {
    padding: 0px 20px;
  }

  .features-page-copy-display {
    padding: 140px 0px 210px 0px;
  }

  .features-page-copy-display p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }

  .features-page-blocks section.feature-page-section .left-copy h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1.2px;
  }

  .features-page-blocks section.feature-page-section .left-copy p {
    font-size: 19px;
    line-height: 27px;
    margin-top: 8px;
  }

  .feature-cta-display-block .feature-cta-display-block-inner h3, .feature-cta-display-block .feature-cta-display-block-inner h5 {
    font-size: 44px;
    line-height: 56px;
  }

  .feature-carousel-title-top h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1.2px;
    padding-right: 20px;
  }

  .feature-cta-display-block {
    padding: 165px 0px;
  }


  .feature-carousel-wrapper .feature-carousel.flickity-enabled {
    width: 88% !important;
  }

  .feature-carousel-wrapper .slider {
    overflow: hidden;
  }

  .features-page-blocks section.feature-page-section {
    margin-bottom: 120px;
  }

  .features-page-blocks {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
  }

  header.features-header .features-header-display img {
    border-radius: 20px;
  }

  header.features-header {
    padding: 0px 0px 0px 0px;
  }


  .survey-inner-nav-wrapper {
    overflow: scroll;
    position: relative;
  }

  .survey-inner-nav-wrapper::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
  }

  .survey-header .survey-header-inner {
    padding-bottom: 60px;
  }

  .survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left a {
    margin-right: 20px;
  }

  .survey-inner-nav-wrapper .inner-wrapper.lrg {
    width: 100% !important;
  }


  .survey-inner-nav {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 20px;
  }
  .survey-inner-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .survey-inner-nav-left,
  .survey-inner-nav-right {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
  }

  .survey-inner-nav a {
    float: none;
    display: inline-block;
    padding: 10px 15px;
  }

  .survey-inner-nav-wrapper .survey-inner-nav a {
    float: none;
  }

  .survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left a:first-child {
    padding-left: 30px;
  }

  .survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right a:last-child {
    margin-right: 30px;
  }

  .survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-right {
    float: left;
  }


  .survey-header .survey-header-inner .survey-ai-summary-sub-heading-line .copy {
    width: 100%;
    padding: 8px 0px 0px 0px;
  }

  .use-case-body-copy .use-case-toc-wrapper ul.toc-list li {
    float: left;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .use-case-body-copy .use-case-toc-wrapper ul.toc-list li a {
    line-height: 18px;
    font-size: 14px;
  }

  .use-case-category-list .use-case-category-list-item {
    float: left;
    width: 100%;
    height: 300px;
    margin-right: 0px;
  }

  .use-case-category-list .use-case-category-list-item .use-case-category-list-item-inner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
  }

  .use-case-category-list {
    margin-bottom: 40px;
  }

  .use-case-list .use-case-list-item .use-case-list-item-inner h3 {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }

  .use-case-list .use-case-list-item .use-case-list-item-inner p {
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    overflow: visible;
  }

  .related-use-cases-wrapper .related-use-cases .related-use-cases-item .related-use-cases-item-inner h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
    white-space: initial;
    overflow: visible;
    text-overflow: initial;
  }


  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper {
    padding: 8px 0 12px;
  }

  .ai-animation-display-two .browser-inner .ai-loading-state-wrapper .loading-icon {
    width: 300px;
    height: 300px;
    transform: scale(0.4);
    transform-origin: top center;
    margin: 0 auto -180px;
    transition: none;
  }

  .new-survey-modal .tabs-wrapper .tab {
    padding: 30px 20px;
  }

  .new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button a.button {
    margin: 0px 2px;
    float: none;
    display: inline-block;
  }

  .new-survey-modal .tabs-wrapper .tab .modal-share-qr-code-button a.button .icon {
    display: none;
  }

  .new-survey-modal .tabs-wrapper .tab .copy .subtitle a.join-code-visit-link {
    padding: 0px 0px 0px 0px;
    background-image: none;
    margin-right: 0;
  }

  .reveal-modal.medium {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }

  header.home-header .survey-home-header-display {
    border-radius: 20px;
  }

  .home-feature-carousel-wrapper .slider .home-feature-carousel-cell {
    width: 280px;
    margin-right: 30px;
  }

  .features-page-copy-display.black-bg {
    margin-top: 50px;
  }

  .use-header-bottom-line {
    padding-top: 40px;
  }

  .home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }

  .home-use-cases .related-use-cases-wrapper .related-use-cases .related-use-cases-item {
    margin-right: 0;
    width: 100%;
  }

  .create-survey-modal-form .create-survey-modal-form-copy h2 {
    font-size: 18px;
    line-height: 24px;
  }
  

}




@media screen and (max-width: 540px) {
  nav.members-nav .right .right-inner .nav-create-button {
    display: none;
  }

  .press-page-wrapper {
    padding: 50px 0px 80px 0px;
  }

  .press-page-wrapper .press-page-section {
    margin-bottom: 64px;
  }

  .press-page-wrapper .press-page-section.tight {
    margin-bottom: 48px;
  }

  .press-page-wrapper .press-page-section h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .press-page-wrapper .press-page-copy p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .press-page-wrapper .press-page-display {
    margin: 30px 0px;
    border-radius: 16px;
  }

  .press-page-wrapper .press-page-video video {
    border-radius: 16px;
  }

  .press-page-wrapper .press-page-info {
    padding: 22px;
    border-radius: 16px;
  }
  
  .home-page-blocks .home-page-section .section-block-wrapper .display-wrapper .display-base.responses-display img {
    float: left;
    width: 540px;
  }

  .home-feature-carousel-wrapper .slider .home-feature-carousel-cell .home-feature-carousel-copy p {
    font-size: 13.5px;
    line-height: 20px;
  }

  .section-block-wrapper-grid .section-block-wrapper-grid-full-width {
    padding: 10px 0px 0px 10px;
    overflow: hidden;
  }

  .section-block-wrapper-grid .section-block-wrapper-grid-full-width img {
    float: left;
    width: 460px;
  }

  .home-page-blocks {
    margin-top: 70px;
  }

  .home-feature-carousel-wrapper {
    margin-bottom: 70px;
  }

  .features-page-copy-display.black-bg {
    padding: 80px 0px;
  }

  .features-page-copy-display.black-bg p {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .ai-loading-state-wrapper .loading-icon {
    width: 240px;
    height: 240px;
  }

  .ai-loading-state-wrapper .loading-icon .ai-loading-canvas {
    width: 240px;
    height: 240px;
  }

  .walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-title {
    font-size: 17px;
  }

  .walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-copy .walkthrough-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .reveal-modal.walkthrough-modal {
    width: 90%;
    margin-left: 0;
    left: 5%;
    padding: 0px;
  }

  .walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content {
    float: left;
    width: 100%;
    padding: 35px 30px 30px 30px;
  }

  .walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button.blue {
    float: right;
    width: calc(100% - 118px);
    margin-left: 9px;
  }

  .walkthrough-modal-wrapper .walkthrough-modal-step .walkthrough-modal-body-content .walkthrough-modal-buttons a.button-pastel.white {
    float: left;
    width: 100px;
    margin-right: 9px;
  }


  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy h2 {
    font-size: 22px;
    line-height: 30px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-copy p {
    font-size: 17px;
    line-height: 26px;
  }

  section.home-grid .home-grid-wrapper .home-grid-item .grid-item-one-img {
    float: left;
    width: 100%;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
    border-radius: 0px 0px 30px 30px;
  }


  section.home-grid .home-grid-wrapper .home-grid-item-split-row .home-grid-item.item-two .grid-item-two-img {
    float: left;
    width: 100%;
    padding: 15px 0px 0px 15px;
  }


  section.full-section-cta {
    padding: 120px 0px;
  }

  section.full-section-cta .copy h4, section.full-section-cta .copy h3 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.2px;
  }

  section.home-testimonials .inner-wrapper.x-lrg {
    width: 100% !important;
    padding: 0px 30px;
  }

  .home-testimonials .slider .testimonial-carousel {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }


  footer .footer-inner .bottom .links .links-column {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }


  header.home-header .home-header-wrapper .home-header-inner .copy h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
  }


  header.home-header .home-header-wrapper .home-header-inner .copy p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }

  header.home-header .home-header-wrapper .home-header-inner .copy {
    margin-bottom: 20px;
  }

  header.home-header .home-header-wrapper .home-header-inner {
    padding: 60px 0px 60px 0px;
  }

  header.home-header .home-header-wrapper .home-header-inner .top {
    margin-bottom: 40px;
  }
  
  header.features-header .features-wrapper .features-header-inner .top {
    float: left;
    width: 100%;
    padding: 60px 0px 50px 0px;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy h1 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .features-page-copy-display p {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }

  header.home-header .home-header-inner h1 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 5px;
  }


  nav.public-nav .left a {
    width: 28px;
    overflow: hidden;
  }

  nav.public-nav .left a img {
    float: left;
    width: 180px;
  }

  .dashboard-stats-header-list .stats-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dashboard-stats-header-list .stats-item .percentage p.icon {
    background-position: center left;
    padding-left: 20px;
    background-size: 14px;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-right {
    width: 100%;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-right a.button-pastel {
    float: right;
    width: 100%;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .button-wrapper {
    float: right;
    width: 100%;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-right .read-state {
    float: left;
    margin: 0px 0px 12px 0px;
  }


  .export-list .export-list-item .left {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .export-list .export-list-item .right {
    width: 100%;
  }

  .export-list .export-list-item .right a.button-pastel {
    float: right;
    width: 100%;
  }

  .export-header {
    padding: 30px;
  }

  .export-header .export-header-form .select-menu-wrapper {
    flex: none;
    float: left;
    width: 100%;
  }

  .export-header .export-header-form .export-button-wrapper {
    flex: none;
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  .export-header .export-header-form .export-button-wrapper button {
    flex: none;
    float: left;
    width: 100%;
  }

  .export-header .export-header-form {
    display: block;
    align-items: inherit;
    float: left;
    width: 100%;
  }

  .export-header .export-sub-heading {
    font-size: 11.5px;
    line-height: 18px;
    text-align: center;
  }

  .export-header .export-header-copy h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }


  .export-header .export-header-copy p {
    float: left;
    width: 100%;
    color: #9EA8B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-left {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar img {
    width: 32px;
    height: 32px;
  }

  .dashboard-column-item .responses-list .responses-list-item .responses-list-item-left .responses-list-item-avatar {
    float: left;
    width: 32px;
  }


  .dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy h3 {
    font-size: 15.5px;
  }


  .survey-header .survey-header-inner .survey-actions .survey-action-url {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
  }


  .survey-header .survey-header-inner .survey-actions {
    float: left;
    padding-top: 20px;
    width: 100%;
  }


  .survey-header .survey-header-inner .survey-actions .survey-action-buttons {
    margin-right: 0px;
    width: 100%;
  }

  .survey-header .survey-secondary-actions {
    right: 5px;
    top: 15px;
  }

  .survey-header {
    padding: 40px 0px 0px 0px;
  }

  .survey-header .survey-header-inner {
    padding-bottom: 40px;
  }

  .survey-header .survey-header-inner.response-header-padding {
    padding-bottom: 50px;
  }

  .session-page-wrapper .session-page-inner {
    padding: 60px 0px 120px 0px;
  }

  .plan-info-notice {
    margin-bottom: 20px;
    padding: 18px;
    font-weight: 535;
    font-size: 13px;
    line-height: 16px;
  }

  .home-waypoint {
    top: -400px;
  }

  .copy-join-url-wrapper .input-gradient-overlay-right {
    width: 120px;
  }

  .blog-posts-grid .blog-posts-grid-item h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-posts-grid .blog-posts-grid-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-home .blog-posts-header .blog-posts-header-inner .right .right-inner a {
    margin-top: 10px;
  }

  .share a.facebook-share-button {
    margin-bottom: 20px;
  }

  .blog-post-wrapper .blog-post-header .left h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-post-body {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-post-wrapper .blog-post-header .right .right-inner p {
    font-size: 13px;
    line-height: 18px;
  }

  .blog-post-wrapper .blog-post-header .right .right-inner p.read-time span {
    min-width: auto;
  }

  .blog-post-body h2 {
    font-size: 18px;
  }

  .blog-post-body h3 {
    font-size: 16px;
  }
  .blog-post-wrapper .blog-post-header {
    margin-bottom: 20px;
  }

  .blog-post-body {
    padding: 40px 0px 40px 0px;
  }

  .blog-post-wrapper .blog-post-image:after {
    right: -10px;
    bottom: -10px;
  }

  .blog-post-cta {
    padding: 40px 45px 325px 45px;
    background-position: left -65px bottom -165px;
    background-size: 470px;
    margin-top: 50px;
  }

  .blog-post-body ul li, .blog-post-body ol li {
    font-size: 16px;
    line-height: 28px;
    margin-top: 2px;
    margin-bottom: 10px;
  }

  .blog-breadcrumbs p.post-title {
    max-width: 190px;
  }

  .create-survey-form-wrapper a.create-survey-link p.icon {
    float: left;
    width: 50px;
    height: 50px;
  }

  .create-survey-form-wrapper a.create-survey-link p.text {
    width: calc(100% - 0px);
    padding: 16px 0px 0px 0px;
  }

  .create-survey-form-wrapper a.create-survey-link {
    padding: 20px 25px;
  }

  .create-survey-form-wrapper a.create-survey-link p.text span.subtitle {
    font-size: 12.5px;
  }

  .survey-progress-wrapper .survey-progress-inner {
    width: 90%;
    padding-top: 50px;
  }

  .survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .item-copy p {
    display: none;
  }

  .survey-progress-wrapper .survey-progress-inner .survey-progress {
    padding: 25px;
  }

  .survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-list .survey-progress-list-item .item-copy {
    font-size: 14.5px;
  }

  .survey-progress-wrapper .survey-progress-inner .survey-progress .survey-progress-title {
    font-size: 13px;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-right a.drag-icon {
    display: none;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-right {
    float: left;
    width: 67px;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-left {
    float: left;
    width: 100%;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-left .input-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-right {
    float: left;
    width: 100%;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-right .ai-creation-fields-right-inner {
    padding: 0px 0px 20px 0px;
    width: 100%;
  }

  .question-create-preview-title-type-wrapper .question-create-preview-title {
    width: 100%;
  }

  .question-create-preview-type {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .ai-creation-page-list-item-top .ai-creation-fields-right a.button-pastel.red.delete-question {
    width: 100%;
    margin-left: 0px;
  }


  .stacked-inline-toggle-wrapper {
    display: none;
  }

  a.button-pastel.pink.md.question-options-trigger {
    background-image: none;
    padding-right: 15px;
  }

  a.button-pastel.white.md.edit-options-button {
    width: 100%;
    margin-top: 10px;
  }

  .ai-creation-page .ai-creation-page-header .left {
    width: 100%;
  }

  .ai-creation-page .ai-creation-page-header .left h1 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .ai-creation-page .ai-creation-page-header .questions-number {
    width: 100%;
    padding-top: 5px;
    color: #a28d97;
    text-align: left;
  }

  .ai-create-response-page-wrapper {
    padding: 40px 0px 80px 0px;
  }

  .ai-creation-page .ai-creation-page-list .ai-creation-page-list-item .ai-creation-page-list-item-top {
    padding: 25px 25px 5px 25px;
  }

  .ai-creation-page-list-item-bottom {
    float: left;
    width: 100%;
    padding: 25px;
  }

  .question-create-preview-wrapper .question-create-preview-title {
    font-size: 15px;
  }

  .ai-creation-page-form-button button.button.md {
    width: 100%;
  }

  .responses-limit-alert, .responses-limit-warning {
    padding: 25px;
  }

  .responses-limit-alert p.title, .responses-limit-warning p.title {
    font-size: 15px;
    line-height: 18px;
  }

  .responses-limit-alert p.sub-title, .responses-limit-warning p.sub-title {
    font-size: 13px;
    line-height: 20px;
  }

  .response-list-top-warning {
    padding: 30px 25px;
  }

  .response-list-top-warning .copy .subtitle {
    font-size: 12px;
  }

  .response-list-top-warning .copy .title {
    font-size: 15px;
  }

  .response-list-top-warning .icon {
    width: 34px;
  }

  nav .right .right-inner .notifications-menu .dropdown-menu {
    right: -40px;
  }

  .responses-count-wrapper .dropdown-menu.width-260 {
    right: -60px;
  }

  .dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-tags p.tag {
    margin-top: 0px;
    float: left;
  }

  .dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-tags p.tag.orange.trending.border-none {
    margin-top: 15px;
    clear: both;
  }

  .dashboard-column-item .survey-list .survey-item-wrapper a.survey-item .survey-item-copy {
    padding-right: 35px;
  }

  .dashboard-column-item .survey-list .survey-item-wrapper a.survey-item {
    padding: 25px 35px 25px 25px;
  }

  .dashboard-column-item .survey-list .survey-item-wrapper .more-menu-dots {
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .feature-carousel-wrapper .slider .feature-carousel-cell {
    width: 300px;
    margin-right: 25px;
  }

  .feature-carousel-cell-item .feature-carousel-copy-wrapper .feature-carousel-title {
    font-size: 20px;
    line-height: 22px;
  }

  .feature-carousel-cell-item .feature-carousel-copy-wrapper .feature-carousel-body {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-carousel-cell-item {
    min-height: 344px;
  }


  .feature-carousel-title-top {
    margin-bottom: 35px;
  }

  .feature-cta-display-block .feature-cta-display-block-inner h3, .feature-cta-display-block .feature-cta-display-block-inner h5 {
    font-size: 40px;
    line-height: 40px;
  }

  .account-type-options .account-type-block .left {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }

  .account-type-options .account-type-block .right {
    width: 100%;
  }

  .account-type-options .account-type-block .right .button-wrapper {
    float: right;
    width: 100%;
  }

  .account-type-options .account-type-block .right .button-wrapper button.button {
    width: 100%;
  }

  .survey-inner-nav-wrapper .survey-inner-nav .survey-inner-nav-left a {
    margin-right: 5px;
  }

  .create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .copy {
    font-size: 13px;
  }

  .create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .copy {
    width: calc(100% - 45px);
  }

  .create-survey-modal-form {
    float: left;
    width: 100%;
    padding: 35px 30px 30px 30px;
  }

  .create-survey-modal-form a.create-survey-type-option {
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
  }

  .create-survey-modal-form a.create-survey-type-option .create-survey-type-option-arrow {
    width: 42px;
    height: 36px;
    border-radius: 12px;
  }

  .create-survey-modal-form .form-wrapper .survey-settings .survey-settings-list-item label .copy {
    line-height: 18px;
    padding: 2px 0px 2px 10px;
  }


  header.home-header .survey-home-header-display-inner .survey-home-header-display-links a {
    margin: 0px 10px;
    font-size: 13px;
  }

  header.home-header .survey-home-header-display-inner .survey-home-header-display-links a:first-child {
    margin-left: 0;
  }

  header.home-header .survey-home-header-display-inner .survey-home-header-display-links a:last-child {
    margin-right: 0;
  }

  header.home-header .home-header-wrapper {
    width: 100%;
  }


  
}

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

  
  header.home-header .home-header-wrapper .home-header-inner .buttons a.button.white.md {
    display: none;
  }
  
}

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

  header.home-header .home-header-wrapper .home-header-inner .copy h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }

  header.features-header .features-wrapper .features-header-inner .top .copy h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }

  .responses-count-wrapper .dropdown-menu.width-260 {
    top: 45px;
    right: -109px;
    width: 260px;
  }

  nav .right .right-inner .notifications-menu .dropdown-menu {
    top: 48px;
    right: -55px;
    width: 340px;
  }

  .session-page-wrapper .session-page-inner .session-page-form .session-page-form-header a.logo {
    width: 30px;
  }


  .session-page-wrapper .session-page-inner .session-page-form {
    width: 84%;
  }

  .blog-post-wrapper .blog-post-header .left h1 {
    font-size: 30px;
    line-height: 38px;
  }

}







/*  */
