/* Minification failed. Returning unminified contents.
(2652,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2653,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
  height: 70px;
}
#master-breadcrumb #breadcrumb .content-small {
  float: left;
  font-size: 14px;
  margin: 17px 7px 21px 0;
  text-transform: uppercase;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator {
  float: left;
  margin: 21px 0px 21px 0;
  background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator img {
  visibility: hidden;
}
#master-breadcrumb #breadcrumb .bread-crumb a {
  outline: medium none;
  text-decoration: none;
  color: #111;
}
#master-breadcrumb #breadcrumb .bread-crumb-last {
  cursor: default;
  font-weight: 600;
  color: #050505;
}

@media (min-width: 1820px) {
  #master-breadcrumb #breadcrumb {
    height: 85px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 20px 9px 16px 0;
    font-size: 16px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 25px 3px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 18px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #master-breadcrumb #breadcrumb {
    height: 50px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 13px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 16px 0px 15px 0;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
    display: none;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
    display: block;
  }
  #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 21px 0px 15px 0;
  }
}
/* Font sizes declaration */
/* Font family declaration */
body {
  color: #111;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #0073DC;
  text-decoration: none;
}

a:hover {
  color: #0450C2;
  text-decoration: none;
  cursor: pointer;
}

.btn-custom {
  color: #237AC1;
  border: 1px solid #237AC1;
  outline: none !important;
}

.btn-custom:hover {
  background-color: #237AC1;
  color: #fff;
}

.btn-custom:focus {
  color: #237AC1;
  background-color: #fff;
}

.btn-custom:active {
  color: #fff;
  background-color: #006DB7;
}

#menu-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.error {
  font-size: 13px;
}

.normal {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.regular {
  font-size: 18px;
}

.big {
  font-size: 20px;
}

.bigger {
  font-size: 24px;
}

.ultra-big {
  font-size: 40px;
}

p {
  line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .smaller {
    font-size: 9px;
  }
  .small {
    font-size: 11px;
  }
  .medium {
    font-size: 14px;
  }
  .regular {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .bigger {
    font-size: 22px;
  }
  .ultra-big {
    font-size: 32px;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
  h5, .h5 {
    font-size: 13px !important;
  }
  h6, .h6 {
    font-size: 11px !important;
  }
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .smaller {
    font-size: 8px;
  }
  .small {
    font-size: 10px;
  }
  .medium {
    font-size: 12px;
  }
  .regular {
    font-size: 14px;
  }
  .big {
    font-size: 16px;
  }
  .bigger {
    font-size: 20px;
  }
  .ultra-big {
    font-size: 28px;
  }
  h1, .h1 {
    font-size: 26px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h4, .h4 {
    font-size: 14px !important;
  }
  h5, .h5 {
    font-size: 12px !important;
  }
  h6, .h6 {
    font-size: 10px !important;
  }
  p {
    line-height: 20px;
  }
}
.bg-lazy {
  background-image: none !important;
  background-color: inherit !important;
}

/*! -- Stack Pricing -- */
/********************************** Common  Colors ************************************/
/* Note: 
    1. Before adding color codes, please check whether the color code already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/***************************** Color values by color code ********************************/
/***************************** Color values by color names ********************************/
#awards {
  background-color: #f5f9fd;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
}
#awards #award-heading {
  color: #1a1a1a;
  font-size: 33px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.11px;
}
#awards #award-desc {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 28px;
  margin-bottom: 40px;
}
#awards #award-desc #award-desc-line-1 {
  display: block;
}
#awards .all-awards img {
  width: 75%;
}

@media (max-width: 1199px) and (min-width: 768px) {
  #awards #award-heading {
    font-size: 26px !important;
  }
  #awards #award-desc {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #awards .all-awards img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #awards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #awards #award-heading {
    margin-bottom: 20px;
    font-size: 22px !important;
  }
  #awards #award-desc {
    margin-bottom: 40px;
    font-size: 12px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  #awards #award-desc #award-desc-line-1 {
    display: inline;
  }
  #awards .winui {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  #awards .all-awards img {
    width: 45%;
  }
}
@media (max-width: 569px) {
  #awards .all-awards img {
    width: 61%;
  }
}
@media (max-width: 360px) {
  #awards .all-awards img {
    width: 68%;
  }
}
html {
  font-size: 87.5%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  font-size: 1em;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #666666;
  font-weight: 400;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}

p + a:not(.btn) {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}

a {
  color: #4a90e2;
}

ul:not([class*=menu]) li > a {
  font-weight: normal;
}

ul:not([class*=menu]) li > a:hover {
  text-decoration: none;
}

span.h1:not(.inline-block),
span.h2:not(.inline-block),
span.h3:not(.inline-block),
span.h4:not(.inline-block),
span.h5:not(.inline-block),
span.h6:not(.inline-block) {
  display: block;
}

[class*=imagebg]:not(.image--light) p {
  opacity: 0.9;
}

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 4em 0;
}

@media all and (max-width: 767px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
.lead {
  font-weight: 400;
  color: #808080;
}

.lead:not(:last-child) {
  margin-bottom: 1.3684210526em;
}

.lead + .btn:last-child {
  margin-top: 0.92857143em;
}

p.lead img {
  max-height: 1.68421053em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
}

h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
}

h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}

.lead {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 0.85714286em;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

h1,
.h1 {
  letter-spacing: -0.01em;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 0.5909090909em;
}

h2,
.h2 {
  margin-bottom: 0.7878787879em;
}

h3,
.h3 {
  margin-bottom: 1.04em;
}

h3 strong,
.h3 strong {
  font-weight: 400;
}

blockquote {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300;
}

blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}

blockquote > p {
  font-size: 1em !important;
}

h4,
.h4 {
  margin-bottom: 1.3684210526em;
  font-weight: 400;
}

h4.inline-block + .h4.inline-block:not(.typed-text),
.h4.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.6842105263em;
}

h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 700;
}

h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 2.1666666667em;
}

h6.type--uppercase,
.h6.type--uppercase {
  letter-spacing: 1px;
  margin-right: -1px;
}

img {
  max-width: 100%;
  margin-bottom: 1.85714286em;
}

img:last-child {
  margin-bottom: 0;
}

section {
  padding-top: 6em;
  padding-bottom: 5em;
}

section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.border--bottom):not(.space--xxs) {
  padding-top: 0;
}

section:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + footer:not(.unpad):not(.imagebg):not([class*=bg--]):not(.imageblock):not(.unpad--bottom):not(.border--bottom) {
  padding-top: 0;
}

section.border--bottom:not([data-gradient-bg]) {
  border-bottom: 1px solid #ececec;
}

section.unpad {
  overflow: hidden;
}

section.text-center div[class*=col-]:first-child:last-child {
  margin: 0 auto;
  float: none;
}

@media all and (max-width: 767px) {
  section {
    padding: 3.57142857em 0;
  }
}
.back-to-top {
  position: fixed;
  width: 3.71428571em;
  height: 3.71428571em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  right: 1.85714286em;
  bottom: 3.71428571em;
  padding-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
  border: 1px solid #ececec;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.back-to-top i {
  color: #252525;
}
.back-to-top .active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}

.back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}

.btn--primary,
.btn--primary:visited {
  background: #4a90e2;
  border-color: #4a90e2;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff;
}
.btn--primary i,
.btn--primary:visited i {
  color: #fff;
}

.btn--primary:hover {
  background: #609de6;
}

.btn--primary:active {
  background: #3483de;
}

.btn--primary-2,
.btn--primary-2:visited {
  background: #465773;
  border-color: #465773;
}

.btn--primary-2 .btn__text,
.btn--primary-2:visited .btn__text {
  color: #fff;
}

.btn--primary-2:hover {
  background: #506383;
}

.btn--primary-2:active {
  background: #3c4b63;
}

.btn--sm {
  padding-top: 0.30952381em;
  padding-bottom: 0.30952381em;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
}

.btn .btn--sm + .btn--sm {
  margin-left: 0.92857143em;
}

.type--uppercase {
  text-transform: uppercase;
}

.btn.type--uppercase {
  letter-spacing: 0.5px;
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
  border-radius: 6px;
}

.boxed.boxed--lg {
  padding: 2.78571429em;
}

.boxed.boxed--border {
  border: 1px solid #ececec;
}

.boxed > div[class*=col-]:first-child:not(.boxed) {
  padding-left: 0;
}

.boxed > div[class*=col-]:last-child:not(.boxed) {
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  .boxed div[class*=col-]:not(.boxed) {
    padding: 0;
  }
  .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
}
.icon--lg {
  font-size: 5.57142857em;
}

.icon:not(.block) {
  display: inline-block;
}

.feature-3 img {
  margin-bottom: 0.1666666667em;
}

@media all and (min-width: 768px) {
  .mt--3 {
    margin-top: 5.57142857em;
  }
}
@media all and (max-width: 990px) {
  .mt--3 {
    margin-top: 2.78571429em;
  }
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'stack-interface';
    src: url('../font/stack-interface.svg?34857618#stack-interface') format('svg');
  }
}
*/
[class^=stack-]:before, [class*=" stack-"]:before {
  font-family: "stack-interface";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.contact-fields {
  position: relative;
  height: 55px !important;
}

.form-textbox {
  position: relative;
}

.form_textbox {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  opacity: 0.45;
  font-size: 16px;
  font-weight: 500 !important;
  pointer-events: none;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

.form-control:focus + .form-control-placeholder,
.form-control:-webkit-autofill + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 12px;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding-left: 5px;
  color: #777777;
}

.form-control:focus + .form-control-placeholder {
  color: #4A90E2;
}

.form-control:focus {
  border: 1px solid #4A90E2;
}

.active-form-control {
  font-size: 14px;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding-left: 5px;
  color: #777777;
}

.form-control-placeholder {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.14285714em;
  color: #b3b3b3;
  opacity: 1;
}

.alert {
  margin-top: 0px !important;
}

#awards {
  background-color: #FFFFFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

.CaptchaStyle {
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  padding-left: 5px;
  color: #777;
  font-size: 12px;
}

#signup-form .form-control:-webkit-autofill + .form-control-placeholder, #signup-form .form-control:valid + .form-control-placeholder {
  padding-left: 5px !important;
}

#trial-account-banner {
  background-image: url(https://cdn.syncfusion.com/content/images/freetrials/v1/free-trail-background.svg);
  background-color: #F4F8FF;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1E293B;
  padding: 55px 0px 35px 0px;
}
#trial-account-banner .highlight-header {
  color: #0057ff !important;
}
#trial-account-banner .Social-Access-sections_Register {
  margin-top: 30px;
}
#trial-account-banner .Social-Access-sections_Register .socialPlatformButton {
  border: 1px solid #0057ff !important;
}
#trial-account-banner .Social-Access-sections_Register .socialPlatformButton .evalName {
  color: #1E293B !important;
  font-weight: 500;
  font-size: 14px !important;
}
#trial-account-banner .Social-Access-sections_Register .socialPlatformButton:hover, #trial-account-banner .Social-Access-sections_Register .socialPlatformButton:focus {
  background: none !important;
  outline: 1.5px solid #0057ff !important;
}
#trial-account-banner .platform-header-section {
  display: none;
}
#trial-account-banner .header-bar, #trial-account-banner .platform-header-bar {
  color: #64748b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  word-spacing: 3px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner {
    padding-top: 65px;
    padding-bottom: 0px;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  #trial-account-banner {
    padding-top: 40px;
  }
}
#trial-account-banner .left-content h1 {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 35px;
  color: #1E293B;
}
#trial-account-banner .signup-form {
  position: absolute;
  width: 500px;
  border: 1.5px solid #dee9fd;
  left: 54%;
  background-color: #FFFFFF;
  color: #1A1A1A;
  border-radius: 16px;
  box-shadow: 4px 16px 30px 0px rgba(71, 115, 166, 0.12);
  padding: 30px;
}
#trial-account-banner .signup-form .form-field .form-control:focus + .form-control-placeholder {
  padding: 10px 0 0 5px !important;
  color: #0057FF !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #trial-account-banner .signup-form {
    width: 410px;
    padding: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner .signup-form {
    left: 0;
    width: auto;
    position: relative;
    margin: 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  #trial-account-banner .signup-form {
    left: 0;
    width: auto;
    position: relative;
    margin: 0 15px 0;
  }
}
#trial-account-banner .signup-form .quickstart-page h2, #trial-account-banner .signup-form .quickstart-page .already-login, #trial-account-banner .signup-form .quickstart-page .company-option {
  text-align: center;
  margin-bottom: 10px !important;
}
#trial-account-banner .signup-form .quickstart-page h2 {
  font-size: 24px !important;
  letter-spacing: 0;
  font-weight: 700;
}
#trial-account-banner .signup-form .quickstart-page label {
  font-size: 14px !important;
}
#trial-account-banner .signup-form .quickstart-page label input {
  vertical-align: text-top;
}
#trial-account-banner .signup-form .form-section .separator-section span {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  margin-top: 25px;
}
#trial-account-banner .signup-form .form-section .separator-section span:before,
#trial-account-banner .signup-form .form-section .separator-section span:after {
  content: "";
  display: block;
  border-top: 1px dotted grey;
}
#trial-account-banner .signup-form .form-section .social-Login-icons {
  text-align: center;
}
#trial-account-banner .signup-form .form-section .social-Login-icons .form-heading h2 {
  font-size: 16px !important;
  margin-top: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
#trial-account-banner .signup-form .form-section h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}
#trial-account-banner .signup-form .form-section h2 span {
  color: rgb(71, 85, 105);
  font-weight: 600;
}
#trial-account-banner .signup-form .form-section .no-credit-text {
  color: rgb(100, 116, 139);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  font-style: italic;
}
#trial-account-banner .signup-form .form-section .company-option {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}
#trial-account-banner .signup-form .form-section .company-option label {
  font-weight: normal;
}
#trial-account-banner .signup-form .form-section .company-option label #business-type, #trial-account-banner .signup-form .form-section .company-option label #individual-type {
  margin-right: 10px;
  cursor: pointer;
}
#trial-account-banner .signup-form .form-section .company-option label #individual-type {
  margin-left: 20px;
}
#trial-account-banner .signup-form .form-section .input-validation-error {
  border: 1px solid #D84D4D;
}
#trial-account-banner .signup-form .form-section .field-validation-error {
  color: #D84D4D;
  font-size: 13px;
}
#trial-account-banner .signup-form .form-section #password-info-tooltip {
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px rgba(128, 128, 128, 0.1490196078);
  box-shadow: 0px -4px 10px 0px rgba(128, 128, 128, 0.1490196078);
  background-color: white;
  z-index: 13323;
  position: absolute;
  color: #1A1A1A !important;
  font-size: 14px !important;
  font-family: Open Sans;
  font-weight: 400 !important;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
#trial-account-banner .signup-form .form-section .password-checklist {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0px !important;
  margin-left: 5px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  font-family: Open Sans;
  color: #808080 !important;
  padding: 0px;
}
#trial-account-banner .signup-form .form-section .password-checklist li {
  margin-top: 5px;
}
#trial-account-banner .signup-form .form-section .password-tooltip-content {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px !important;
  padding-left: 0px !important;
  color: #1A1A1A !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  width: auto;
}
#trial-account-banner .signup-form .form-section .password-tooltip-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  left: -29px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  transform: translateY(-50%);
  z-index: 1;
}
#trial-account-banner .signup-form .form-section .password-tooltip-content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(128, 128, 128, 0.1490196078);
  transform: translateY(-50%);
  z-index: 0;
}
#trial-account-banner .signup-form .form-section .password-checklist-item {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 4px;
  margin-right: 10px;
  font-size: 4px;
  background: #0057FF;
  vertical-align: middle;
}
#trial-account-banner .signup-form .form-section .password-checklist-item.valid {
  background: url(https://cdn.syncfusion.com/content/images/Account/Images/checkmark-icon.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 13px;
  font-size: 9px;
  margin-right: 6px;
  margin-left: -4px;
}
#trial-account-banner .signup-form .form-section .note-icon {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  top: 1px;
  width: 12px;
}
#trial-account-banner .signup-form .form-section .information-icon {
  background: url(https://cdn.syncfusion.com/content/images/Account/Images/information-icon.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 5px;
  flex-shrink: 0;
  cursor: pointer;
}
#trial-account-banner .signup-form .form-section .popoverpassword-content {
  display: none;
  position: absolute;
  right: -200%;
  top: -100%;
  transform: translateY(-100%);
  width: 200px;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(128, 128, 128, 0.1490196078);
  z-index: 999;
  white-space: normal;
  font-size: 10px;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 18px;
}
#trial-account-banner .signup-form .form-section .popoverpassword-content::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 85%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid white;
  transform: translateX(-50%);
  z-index: 1;
}
#trial-account-banner .signup-form .form-section .popoverpassword-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 85%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(128, 128, 128, 0.1490196078);
  transform: translateX(-50%);
  z-index: 0;
}
#trial-account-banner .signup-form .form-section .free-email-form-field {
  padding-top: 36px !important;
}
#trial-account-banner .signup-form .form-section .form-field {
  outline: none;
  padding-top: 25px;
  clear: both;
}
#trial-account-banner .signup-form .form-section .form-field .form-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  background-image: url(https://cdn.syncfusion.com/content/images/freetrials/v1/sign-up-form-icons.svg);
}
#trial-account-banner .signup-form .form-section .form-field .person-icon.form-icon {
  background-position: 0px 0px;
}
#trial-account-banner .signup-form .form-section .form-field .mail-icon.form-icon {
  background-position: -44px 0px;
}
#trial-account-banner .signup-form .form-section .form-field .password-icon.form-icon {
  background-position: -88px 0px;
}
#trial-account-banner .signup-form .form-section .form-field .phone-icon.form-icon {
  background-position: -132px 0px;
}
#trial-account-banner .signup-form .form-section .form-field .company-icon.form-icon {
  background-position: -176px 0px;
}
#trial-account-banner .signup-form .form-section .form-field input {
  height: 42px;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 4px;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 5px;
  padding: 6px 12px 6px 40px;
}
#trial-account-banner .signup-form .form-section .form-field .free-email {
  opacity: 0.5 !important;
}
#trial-account-banner .signup-form .form-section .form-field .form-control-placeholder {
  padding: 10px 0px 0px 40px;
  color: #64748B !important;
}
#trial-account-banner .signup-form .form-section .form-field .disabled-placeholder {
  font-size: 12px;
  opacity: 1;
  padding-left: 5px;
  position: absolute;
  color: #777;
  top: -27px;
}
#trial-account-banner .signup-form .form-section .logon-field {
  padding-top: 25px;
}
#trial-account-banner .signup-form .form-section .logon-field .submit {
  background-color: #0057FF;
  color: #FFFFFF;
  width: 100%;
  border: none;
  outline: none;
  padding: 6px 12px;
}
#trial-account-banner .signup-form .form-section .logon-field .submit:hover:enabled {
  background-color: #0050EB;
}
#trial-account-banner .signup-form .form-section #productinfo .form-textbox label {
  cursor: auto !important;
  line-height: 28px;
}
#trial-account-banner .signup-form .form-section .already-login {
  font-size: 16px !important;
  color: #1A1A1A;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
#trial-account-banner .signup-form .form-section .already-login .existing-login {
  text-decoration: none;
  color: #0057FF;
}
#trial-account-banner .signup-form .form-section .already-login .existing-login:hover, #trial-account-banner .signup-form .form-section .already-login .existing-login:focus {
  color: #0450C2;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy {
  display: block;
  background: #ecf4ff;
  padding: 12px 20px 12px 20px;
  line-height: 18px;
  border-radius: 9px;
  margin-top: 25px;
  color: #1A1A1A;
  font-size: 12px;
  word-spacing: 1px;
  border: 1px solid #E3EEFF;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy .privacy-message {
  color: #0565FF;
}
#trial-account-banner .signup-form .form-section .recaptcha-policy .privacy-message:hover, #trial-account-banner .signup-form .form-section .recaptcha-policy .privacy-message:focus {
  color: #0957D6;
  cursor: pointer;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox {
  outline: none;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox input, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox input {
  height: 18px !important;
  width: 18px !important;
  padding: 0px !important;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox label, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox label {
  color: #1E293B;
  font-weight: 500;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox label a, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox label a {
  color: #0057FF;
}
#trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox label a:hover, #trial-account-banner .signup-form .form-section #privacy-acceptance-option .form-textbox label a:focus, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox label a:hover, #trial-account-banner .signup-form .form-section #email-subscription-option .form-textbox label a:focus {
  color: #0450C2;
}

.b-page-benefits {
  padding: 80px 0 210px 0 !important;
}

#free-account-benefit-section {
  padding: 20px 0px 0px 0px;
  color: #1E293B;
}
#free-account-benefit-section h4 {
  font-size: 16px;
}
#free-account-benefit-section .benefit-section {
  display: grid;
  grid-template-columns: repeat(2, 0.45fr);
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 10px;
}
#free-account-benefit-section .benefit-section .benefit-item {
  width: 287px;
}
#free-account-benefit-section .benefit-section .benefit-item .left-aligned-icon {
  margin-left: 0px !important;
}
#free-account-benefit-section .benefit-section .benefit-item .flutter-app {
  margin-left: -8px;
}
#free-account-benefit-section .benefit-section .benefit-item .maui-app-icon, #free-account-benefit-section .benefit-section .benefit-item .winui-app-icon, #free-account-benefit-section .benefit-section .benefit-item .automated-document-icon {
  margin-left: -13px !important;
}
#free-account-benefit-section .benefit-section .benefit-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
#free-account-benefit-section .benefit-section .benefit-item .benefit-heading {
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
  line-height: 24px;
}
#free-account-benefit-section .benefit-section .benefit-item .benefit-description {
  font-size: 12px;
  color: #475569;
  font-weight: 400;
  line-height: 18px;
  margin: 4px 0px;
}
#free-account-benefit-section .benefit-section .benefit-item .benefit-description a {
  color: #0057ff !important;
}
#free-account-benefit-section .benefit-section .benefit-item .benefit-description a:hover {
  color: #0450c2 !important;
}
#free-account-benefit-section h3 {
  font-size: 28px !important;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1E293B;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#free-account-benefit-section h3 .benefits-header-design {
  position: absolute;
  top: -3px;
  right: -18px;
}
#free-account-benefit-section ul {
  margin-bottom: 80px;
  padding-left: 15px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #free-account-benefit-section ul {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  #free-account-benefit-section ul {
    margin-bottom: 0px !important;
  }
}
#free-account-benefit-section ul li {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .b-page-benefits {
    padding: 80px 0 !important;
  }
}
#customer-list-section {
  background-color: #F4F8FF;
  padding: 30px 0px 30px !important;
}
#customer-list-section .container h2 {
  font-size: 20px !important;
  color: #64748B;
  letter-spacing: 0.2px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
#customer-list-section .container img {
  width: 100%;
  margin-bottom: 0px;
}

#customer-testimonial-section {
  background-color: white !important;
  padding: 80px 0;
}

@media (max-width: 991px) {
  #customer-testimonial-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  #free-account-benefit-section h3, #free-account-benefit-section h2, #customer-testimonial-section h3, #customer-testimonial-section h2 {
    line-height: 40px !important;
  }
}
@media (max-width: 340px) {
  #trial-account-banner .signup-form {
    margin-top: 20px;
  }
}
.back-to-top {
  margin: 0 6px 50px 0;
  right: 1.85714286em;
  bottom: 3.71428571em;
}

#g2-review-app {
  padding: 40px 0px 0px 0px !important;
}
#g2-review-app .reviewapp-logo {
  padding: 0px;
  display: flex;
}
#g2-review-app .reviewapp-logo img {
  margin-top: 6px;
  width: 72.06px;
  height: 74.02px;
}
#g2-review-app .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
  font-size: 16px;
}
#g2-review-app a::after {
  content: "→";
}
#g2-review-app .g2-app-rating {
  padding: 0px;
  margin: 0px 22px 0px 10px;
}
#g2-review-app .g2-app-rating .rating {
  background: #d0fae5;
  border: 0.75px solid #a8ddc2;
  border-radius: 38.5927px;
  width: 68.14px;
  height: 23.12px;
  color: #075a40;
  font-weight: 700;
  text-align: center;
  padding: 1px;
  font-size: 14px;
}
#g2-review-app .g2-app-rating .reviews-count {
  font-weight: 600;
  color: #666666;
  margin-top: 7px;
  padding-left: 0px;
}
#g2-review-app .reviews-content {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding: 0px;
}

@media (max-width: 991px) {
  #g2-review-app .reviewapp-logo {
    flex-direction: column;
    align-items: center;
  }
  #g2-review-app .reviewapp-logo img {
    margin-top: 0px;
    width: 54.06px;
    height: 54.02px;
  }
  #g2-review-app .g2-app-rating {
    display: contents;
  }
  #g2-review-app .reviews-content {
    text-align: center;
    padding: 10px 20px 40px;
  }
}
.g2-widget-review {
  padding: 20px 0px;
}
.g2-widget-review #g2-heading {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 30px 30px;
  text-align: center;
}
.g2-widget-review .sign-up-sections {
  padding: 0px;
}
.g2-widget-review .app-logo {
  width: 133.01px !important;
  max-width: 100%;
  height: 28px !important;
  margin: 0px 10px 15px 0px;
}
.g2-widget-review .app-ratings {
  font-weight: 700;
  line-height: 14px;
  display: flex;
  padding: 1px 0px 0px;
  margin-left: 9px;
  font-size: 14px;
}
.g2-widget-review .reviews-count {
  padding: 11px;
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
.g2-widget-review .app-ratings-link {
  color: #0057FF;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 10px 0px;
}
.g2-widget-review .app-ratings-link .sf-icon-arrow-right {
  font-size: 14px;
  margin-left: 5px;
}
.g2-widget-review .app-ratings-link .sf-icon-arrow-right::before {
  vertical-align: middle;
  font-size: 16px;
}
.g2-widget-review .app-ratings-link:hover {
  color: #0450c2 !important;
}

.app-logos-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  margin: 0px 13px;
  padding: 14px;
  border: 1.5px solid #d9e7ff;
}
.app-logos-section .free-trial-review {
  display: flex;
}
.app-logos-section .free-trial-review .free-trail-star {
  margin: 0px;
  padding: 0px;
}

@media (min-width: 760px) and (max-width: 991px) {
  .g2-widget-review .app-ratings {
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 1px;
  }
  .g2-widget-review .app-logos-section {
    margin: 15px 0px;
  }
  .g2-widget-review .app-ratings-link {
    font-size: 12px;
  }
  .g2-widget-review .reviews-count {
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  #g2-widget .g2-author-section {
    left: 12px;
  }
  #g2-widget .g2-rating-img {
    width: 89px;
  }
}
@media (max-width: 767px) {
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  #g2-review-app {
    padding: 40px 0px 20px 0px !important;
  }
}
@media (max-width: 991px) {
  .app-logos-section {
    margin: 15px 0px !important;
  }
}
#g2-rating {
  color: #64748B;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

#g2-widget {
  padding: 80px 0px;
}
#g2-widget #g2-heading {
  font-weight: 700;
  color: #0F172A;
  margin: 0 30px 30px 30px;
  text-align: center;
}
#g2-widget .g2-subheading {
  font-size: 16px;
  color: #475569;
  text-align: center;
  line-height: 27px;
  margin: 0 30px 30px 30px;
}
#g2-widget .heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #0F172A;
  margin-top: 15px;
}
#g2-widget .description {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0px 100px 0px;
  color: #475569;
  font-weight: 600;
}
#g2-widget .cards {
  background: #F4F8FF;
  border-radius: 10px;
  padding: 24px 30px;
  margin: 0px 10px 30px 10px;
  position: relative;
}
#g2-widget .g2-rating-img {
  width: 110px;
  margin: 0px 0px 0px -1px;
}
#g2-widget .customer-video-caption {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0px 0px 0px;
  color: #475569;
  font-weight: 600;
}
#g2-widget .name {
  color: #0F172A;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px 0px 14px;
}
#g2-widget .designation {
  color: #38475E;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#g2-widget .doubleqoutes {
  padding-bottom: 3px;
}
#g2-widget .carousel-cell {
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
}
#g2-widget .carousel.is-expanded {
  width: 100%;
}
#g2-widget .g2-profile-image {
  display: inline-flex;
  min-width: 70px;
}
#g2-widget .g2-profile-image img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
#g2-widget .carousel {
  margin: 0px 16% 0px 16%;
}
#g2-widget .flickity-page-dots {
  bottom: -50px;
}
#g2-widget .flickity-page-dots .dot {
  margin: 0 2px;
  background: #000000;
}
#g2-widget .customer-video-section:hover img {
  filter: brightness(70%) blur(0px);
}
#g2-widget .customer-video-section:hover .g2-review-play-button {
  background-image: url(https://cdn.syncfusion.com/content/images/user-reviews/g2-review-play-button-hover.webp) !important;
}
#g2-widget .customer-video-section {
  margin-top: 20px;
  position: relative;
}
#g2-widget .customer-video-section img {
  transition: filter 0.3s ease;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
  mix-blend-mode: multiply;
}
#g2-widget .customer-video-section a {
  pointer-events: none;
}
#g2-widget .customer-video-section .g2-review-play-button {
  position: absolute;
  width: 90px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  background-image: url(https://cdn.syncfusion.com/content/images/user-reviews/g2-review-play-button.webp);
}
#g2-widget .customer-video-section .g2-review-play-button.active {
  opacity: 60%;
}
#g2-widget .customer-video-section .customer-detail-section {
  position: absolute;
  left: 21px;
  display: flex;
  bottom: 21px;
  flex-direction: column;
}
#g2-widget .customer-video-section .customer-detail-section .customer-name {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
}
#g2-widget .customer-video-section .customer-detail-section .customer-designation {
  color: #FFF;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}
#g2-widget .customer-video-section:hover {
  cursor: pointer;
}
#g2-widget .g2-author-section {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media (max-width: 320px) {
  #g2-widget .customer-video-section .g2-review-play-button {
    width: 60px;
    height: 60px;
  }
  #g2-widget .customer-video-section .customer-detail-section {
    left: 11px;
    bottom: 8px;
  }
  #g2-widget .customer-video-section .customer-detail-section .customer-name {
    font-size: 11px;
  }
  #g2-widget .customer-video-section .customer-detail-section .customer-designation {
    font-size: 8px;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #g2-widget .customer-video-section .g2-review-play-button {
    width: 75px;
    height: 75px;
  }
}
.common-reviews .description {
  margin: 8px 0px 100px 0px !important;
}

.common-reviews .name {
  margin-left: 0px !important;
}

@media (min-width: 991px) and (max-width: 1024px) {
  #g2-widget .carousel {
    margin: 0px 10% 0px 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #g2-widget .carousel {
    margin: 0px 0% 0px 0%;
  }
}
@media (max-width: 527px) {
  #g2-widget .cards {
    margin: 0px 15px 30px;
  }
}
@media (max-width: 280px) {
  #g2-widget .g2-author-section {
    margin-left: 8px;
    left: 12px;
  }
  #g2-widget .cards {
    padding: 24px 20px;
  }
  #g2-widget .name {
    font-size: 11px;
  }
  #g2-widget .g2-rating-img {
    width: 89px;
  }
}
@media (max-width: 767px) {
  #g2-widget .flickity-page-dots {
    bottom: -15px;
  }
  #g2-widget .flickity-page-dots .dot {
    margin: 0px 3px;
  }
  #g2-widget .carousel {
    margin: 0 !important;
  }
  #g2-widget .carousel-cell {
    width: 100%;
  }
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
@media (max-width: 767px) and (min-width: 368px) {
  #free-account-benefit-section h4 {
    margin-left: 5px !important;
    text-align: center !important;
  }
  #free-account-benefit-section .benefit-section {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #free-account-benefit-section .benefit-item .benefit-heading {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  #trial-account-banner .left-content {
    min-height: 956px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  #trial-account-banner .left-content {
    min-height: 1000px;
  }
}
@media (min-width: 360px) and (max-width: 421px) {
  #free-account-benefit-section h3 {
    margin: 0 auto 0 auto !important;
    font-size: 17px !important;
  }
}
@media (min-width: 422px) and (max-width: 767px) {
  #free-account-benefit-section h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #g2-widget {
    padding: 50px 0px 70px;
  }
  #customer-list-section {
    padding: 0px 0px 30px !important;
  }
  #awards {
    padding-top: 50px !important;
  }
  #customer-list-section .container h2 {
    font-size: 14px !important;
    margin-bottom: 15px !important;
    line-height: 28px;
  }
  #trial-account-banner .signup-form {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  #trial-account-banner .signup-form .form-section .form-textbox {
    display: flex;
  }
  #trial-account-banner .signup-form .form-section .form-textbox label {
    padding-left: 10px !important;
  }
}
@media (max-width: 767px) {
  #trial-account-banner .signup-form .form-section .already-login {
    font-size: 14px !important;
  }
  #trial-account-banner .signup-form .form-section h2 {
    font-size: 20px !important;
  }
  #trial-account-banner .platform-header-section .platform-header-bar {
    font-size: 14px;
  }
  #trial-account-banner .platform-header-section .platform-header {
    font-size: 31px !important;
    line-height: 48px;
  }
}
@media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
  #customer-list-section {
    padding: 30px 0px 30px !important;
  }
  #customer-list-section h2 {
    font-size: 20px !important;
  }
  #free-account-benefit-section .benefit-section .benefit-item .benefit-heading {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  #free-account-benefit-section {
    margin-bottom: 0px !important;
  }
  #g2-rating {
    font-size: 18px !important;
    margin-top: 30px;
    text-align: center;
  }
  .review-section .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review-section .row.free-trial-review {
    flex-direction: unset !important;
    display: flex !important;
  }
  .review-section .row.free-trial-review img {
    width: 94px !important;
    height: 15px !important;
  }
  .sign-up-sections {
    width: 180px !important;
  }
  #trial-account-banner .signup-form .form-section .already-login {
    margin-bottom: 25px;
  }
  #trial-account-banner .container .row:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  #trial-account-banner .platform-header-section {
    display: flex;
    order: 1;
    flex-direction: column;
    padding: 0px 15px;
  }
  #trial-account-banner .platform-header-section .platform-header-bar {
    font-size: 16px;
    text-align: center;
  }
  #trial-account-banner .platform-header-section .platform-header {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
  #trial-account-banner .platform-header-section .platform-header {
    font-size: 36px !important;
  }
}
@media (max-width: 991px) {
  #trial-account-banner .header-bar {
    display: none;
  }
  #trial-account-banner .left-content h1 {
    display: none;
  }
  #free-account-benefit-section h4 {
    margin-left: 222px;
  }
  #free-account-benefit-section .benefit-section {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  #free-account-benefit-section .benefit-section .benefit-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #free-account-benefit-section .benefit-section .benefit-description {
    text-align: center;
  }
  #free-account-benefit-section h3 {
    margin: 0px auto 15px auto;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  #g2-rating {
    font-size: 18px !important;
  }
  .app-ratings {
    font-size: 12px !important;
  }
  .app-logos-section {
    padding: 14px 6px;
    margin: 0 9px;
  }
  .app-logos-section .free-trial-review .free-trail-star {
    width: 80px;
    height: 14px;
  }
}
@media (max-width: 1590px) {
  #trial-account-banner .signup-form .form-section .password-tooltip-content::after {
    content: "";
    position: absolute;
    top: 113%;
    left: 90%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    transform: translateX(-50%);
    z-index: 1;
  }
  #trial-account-banner .signup-form .form-section .password-tooltip-content::before {
    content: "";
    position: absolute;
    top: 114%;
    left: 90%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid rgba(128, 128, 128, 0.1490196078);
    transform: translateX(-50%);
    z-index: 0;
  }
}
.flutter-banner-info, .flutter-mobile-banner-info {
  margin-bottom: 25px !important;
}

@media (max-width: 991px) {
  .flutter-mobile-banner-info {
    display: block;
  }
  .flutter-banner-info {
    display: none;
  }
}
/********************************** Common  Colors ************************************/
.carousel-cell {
    width: 100%;
    cursor: default;
}

.case-study-slider-section {
    padding-top: 80px;
    padding-bottom: 130px;
    margin-top: 30px;
    font-family: "Open Sans";
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.5) 0%, rgba(241, 246, 255, 0) 20.95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.72) 0%, rgba(233, 241, 255, 0) 10.13%, rgba(233, 241, 255, 0) 84.97%, rgba(233, 241, 255, 0.72) 100%);
}

@media (max-width: 768px) {
    .case-study-slider-section {
        padding-top: 56px;
        padding-bottom: 56px;
        margin-top: 0;
    }
}

.case-study-slider-section .case-study-header-segment {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .case-study-slider-section .case-study-header-segment {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .case-study-slider-section .case-study-header-segment {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .case-study-slider-section .case-study-header-segment {
        width: 1170px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 768px) {
    .case-study-slider-section .case-study-header-segment {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.case-study-slider-section .case-study-header {
    font-size: 32px;
    line-height: 48px;
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
    margin-top: 0;
}

    .case-study-slider-section .feature-header span:not(.subtext) {
        font-weight: 700;
        color: #067647;
        font-size: 24px;
        line-height: 36px;
    }

    .case-study-slider-section .feature-header .subtext {
        font-size: 18px;
        padding-left: 0px;
        color: #0F172A;
    }

.case-study-slider-section .feature-in-bold-1, .case-study-slider-section .feature-in-bold-2 {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-left: 25px;
}

    .case-study-slider-section .feature-in-bold-1 .feature-text, .case-study-slider-section .feature-in-bold-2 .feature-text {
        margin-left: 10px;
        color: #0F172A !important;
        font-weight: 600 !important;
        font-size: 20px !important;
    }

    .case-study-slider-section .feature-in-bold-1 span:not(.feature-text), .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        font-size: 46px;
        font-weight: 700;
        color: #067647;
        display: flex;
        -moz-column-gap: 30px;
        column-gap: 30px;
        line-height: 60px;
        position: relative;
        left: -25px;
    }

        .case-study-slider-section .feature-in-bold-1 span:not(.feature-text)::before, .case-study-slider-section .feature-in-bold-2 span:not(.feature-text)::before {
            content: "";
            width: 4px;
            height: 60px;
            background-color: #C3E5D7;
            border-radius: 6px;
        }

@media (max-width: 767px) {
    .case-study-slider-section .feature-in-bold-1 span:not(.feature-text), .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        font-size: 32px;
        line-height: 50px;
    }
}

.case-study-slider-section .feature-in-bold-2 {
    margin-top: 10px;
}

    .case-study-slider-section .feature-in-bold-2 span:not(.feature-text) {
        color: #5925DC;
        border-color: #D9D3E7;
    }

.case-study-slider-section .case-study-description {
    font-size: 16px;
    line-height: 25px;
    color: #475569;
    font-weight: 400;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .case-study-slider-section .case-study-description {
        width: 99%;
    }
}

.case-study-slider-section .explore-case-studies {
    font-size: 16px;
    border: 1px solid #0057FF;
    border-radius: 6px;
    padding: 11.2px 16px;
    line-height: 24px;
    color: #0057FF;
    font-weight: 600;
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 48px;
}

    .case-study-slider-section .explore-case-studies:hover {
        background-color: #e8f1ff;
        text-decoration: none;
    }

.case-study-slider-section .container {
    border: 1px solid #CFD6E2;
    border-radius: 24px;
    background-color: #F3F7FF;
    padding: 12px;
}

@media (max-width: 767px) {
    .case-study-slider-section .container {
        border: none;
        background: none;
        padding: 15px;
    }
}

@media (max-width: 500px) {
    .case-study-slider-section .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .case-study-slider-section .container {
        width: 1150px;
    }
}

.case-study-slider-section .container .button-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-top: 0 !important;
    padding-left: 0;
    margin-top: 0;
}

    .case-study-slider-section .container .button-list::after, .case-study-slider-section .container .button-list::before {
        display: none;
    }

    .case-study-slider-section .container .button-list li {
        padding: 0;
        flex: 0 0 auto;
        list-style-type: none;
    }

        .case-study-slider-section .container .button-list li button {
            position: relative;
            border: none;
            background: none;
            height: 86px;
            overflow: hidden;
        }

            .case-study-slider-section .container .button-list li button img {
                margin-bottom: 0;
                filter: grayscale(1) brightness(1);
                opacity: 0.6;
                width: 100%;
                height: auto;
            }

            .case-study-slider-section .container .button-list li button .progress-bar-base {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 4px;
                background: #D7DEED;
                z-index: 1;
                border-radius: 8px;
                display: none;
            }

            .case-study-slider-section .container .button-list li button .progress-bar-fill {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 4px;
                width: 0%;
                background: #0057FF;
                transition: none;
                z-index: 2;
                border-radius: 8px;
                animation: none;
            }

            .case-study-slider-section .container .button-list li button.active .progress-bar-fill {
                animation: progress-bar-animate 8s linear forwards;
                animation-play-state: running;
            }

            .case-study-slider-section .container .button-list li button.reset-animation .progress-bar-fill {
                animation: none;
                width: 0% !important;
            }

            .case-study-slider-section .container .button-list li button.stop-animation .progress-bar-fill {
                animation: none;
                width: 100% !important;
            }

            .case-study-slider-section .container .button-list li button.active, .case-study-slider-section .container .button-list li button:hover {
                opacity: 1;
            }

                .case-study-slider-section .container .button-list li button.active img, .case-study-slider-section .container .button-list li button:hover img {
                    filter: none;
                    opacity: 1;
                }

                .case-study-slider-section .container .button-list li button.active .progress-bar-base, .case-study-slider-section .container .button-list li button:hover .progress-bar-base {
                    display: block;
                }

@media (max-width: 992px) {
    .case-study-slider-section .container .button-list li {
        padding-left: 15px;
        padding-right: 15px;
    }

        .case-study-slider-section .container .button-list li button {
            height: 56px;
        }
}

.case-study-slider-section .border-container {
    border: 1px solid #CFD6E2;
    border-radius: 16px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .case-study-slider-section .border-container {
        border: none;
        border-radius: none;
    }
}

.case-study-slider-section .carousel {
    margin: 23px;
}

    .case-study-slider-section .carousel .carousel-cell {
        overflow: hidden;
    }

@media (max-width: 992px) {
    .case-study-slider-section .carousel .carousel-cell {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .case-study-slider-section .carousel .carousel-cell .col-md-5 {
        width: 39%;
    }

    .case-study-slider-section .carousel .carousel-cell .col-md-7 {
        width: 61%;
    }
}

.case-study-slider-section .carousel .flickity-viewport {
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-study-slider-section .carousel {
        padding: 0;
    }
}

.case-study-slider-section .carousel .industry-type, .case-study-slider-section .carousel .feature-header {
    font-size: 20px !important;
    line-height: 30px;
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
}

.case-study-slider-section .carousel p {
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.case-study-slider-section .carousel .content {
    padding-right: 20px;
}

    .case-study-slider-section .carousel .content hr {
        width: 100%;
        border-top: 1px solid #DDE2ED;
        margin-top: 28px;
        margin-bottom: 28px;
        display: block !important;
    }

@media (max-width: 767px) {
    .case-study-slider-section .carousel .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.case-study-slider-section .carousel .feature-list-container {
    display: flex;
    gap: 32px;
    flex-direction: row;
}

.case-study-slider-section .carousel .feature-list {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 22px;
    column-gap: 22px;
}

    .case-study-slider-section .carousel .feature-list img {
        margin-bottom: 0;
    }

    .case-study-slider-section .carousel .feature-list:nth-of-type(1) {
        margin-bottom: 34px;
    }

.case-study-slider-section .carousel .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .case-study-slider-section .carousel .content {
        justify-content: start;
        margin-top: 30px;
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .case-study-slider-section .carousel .content {
        min-height: 396px;
    }
}

.case-study-slider-section .carousel .customer-story-col {
    --opacity-normal-start: 0.1;
    --color-switch-position: 49.15%;
    border-radius: 16px;
    background-size: 102% 102%;
    transition: background-size 0.5s ease;
    min-height: 396px;
    display: flex;
    margin-top: auto;
    padding: 0;
}

@media (max-width: 992px) {
    .case-study-slider-section .carousel .customer-story-col {
        margin-top: unset;
    }
}

.case-study-slider-section .carousel .customer-story-col .customer-card-link {
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 16px;
    transition: 0.6s cubic-bezier(0.7, 0, 0, 1);
    transition-property: transform, opacity;
    padding: 28px;
}

@media (max-width: 768px) {
    .case-study-slider-section .carousel .customer-story-col .customer-card-link {
        padding: 20px;
    }
}

.case-study-slider-section .carousel .customer-story-col p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .case-study-slider-section .carousel .customer-story-col p {
        font-size: 16px;
        line-height: 26px;
    }
}

.case-study-slider-section .carousel .customer-story-col img {
    margin-bottom: 8px;
}

.case-study-slider-section .carousel .customer-story-col .user-details {
    font-weight: 700;
}

    .case-study-slider-section .carousel .customer-story-col .user-details span {
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        color: rgba(255, 255, 255, 0.8);
    }

.case-study-slider-section .carousel .customer-story-col .read-story-cta {
    font-size: 16px;
    line-height: 24px;
    color: #FFD018;
    font-weight: 600;
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
    margin-top: 4px;
}

    .case-study-slider-section .carousel .customer-story-col .read-story-cta:hover {
        color: #E1BD00;
        text-decoration: none;
    }

.case-study-slider-section .carousel .customer-story-col:hover {
    background-size: 100% 100%;
}

    .case-study-slider-section .carousel .customer-story-col:hover .customer-card-link .read-story-cta {
        visibility: visible;
    }

@media (max-width: 700px) {
    .case-study-slider-section .carousel .customer-story-col {
        background-size: 102% 125%;
    }

        .case-study-slider-section .carousel .customer-story-col:hover {
            background-size: 100% 125%;
        }
}

.case-study-slider-section .carousel .customer-story-col.bg-lazy .customer-card-link p, .case-study-slider-section .carousel .customer-story-col.bg-lazy .customer-card-link span  {
    color: #856c0a;
}

.case-study-slider-section .carousel .flickity-page-dots {
    bottom: -75px;
    position: absolute;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
}

    .case-study-slider-section .carousel .flickity-page-dots .dot {
        background-color: #C9D1DF;
        margin: 0 3px;
        opacity: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

        .case-study-slider-section .carousel .flickity-page-dots .dot:hover {
            cursor: pointer;
        }

    .case-study-slider-section .carousel .flickity-page-dots .is-selected {
        background-color: #0057FF;
        width: 34px;
        border-radius: 8px;
    }

@media (max-width: 767px) {
    .case-study-slider-section .carousel .flickity-page-dots {
        bottom: -50px;
    }
}

@keyframes progress-bar-animate {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}
/*# sourceMappingURL=CaseStudySection.css.map *//*# sourceMappingURL=FreeTrialLogin.css.map */
/*! -- Stack Pricing -- */
#passkey-btn {
    margin-block-start: 2%;
    background-color: #fff !important;
    width: 100%;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    font-size: 1em;
    color: #555555;
    line-height: 18px;
    font-weight: 600;
}

#passkey-btn:hover {
    background: #F2F3F5 !important;
    border: 1px solid #ECECEC;
    cursor: pointer;
}

#passkey-btn .passkey-btn-section {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

#passkey-info-section {
    width: 100%;
    font-size: 12px;
    border: 1px solid #FFA5A5;
    padding: 6px 12px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: -5px;
    font-weight: 400;
    background-color: #FFF5F5;
    display: none;
}

#passkey-info-section #passkey-info-close {
    font-weight: 900;
    color: #000000;
    opacity: 0.5;
}

#passkey-info-section #passkey-info-close:hover {
    opacity: 1; /* Increasing opacity on hover */
}

#passkey-info-section .passkey-KB-link {
    color: #3C78EF;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}

#passkey-info-section .passkey-KB-link:hover {
    color: #1D64D6;
}

.social-login-section a {
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  padding: 1em;
  margin-right: 2em;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.15s ease;
  margin-bottom: 1em;
}
@media (max-width: 376px) {
  .social-login-section a {
    margin-right: 1em;
  }
}
.social-login-section a:hover, .social-login-section a:focus {
  color: #fff !important;
}
.social-login-section a:active, .social-login-section a:visited {
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}
.social-login-section h3 {
  color: #1a1a1a;
  font-weight: 300;
}
.social-login-section .socicon-google-img {
  background-image: url(//cdn.syncfusion.com/content/images/common/social/google-icon.png);
  background-size: 100%;
  padding: 26px;
  margin-bottom: -18px;
}
.social-login-section .socicon-facebook {
  background: #3b5998;
}
.social-login-section .socicon-twitter {
  background: #01abec;
}
.social-login-section .socicon-linkedin {
  background: #0e76a8;
}
.social-login-section .socicon-github {
  background: #000000;
}
.social-login-section .social-login-icon:hover {
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.social-login-section .social-login-icon::before {
  font-size: 1.5em;
}

a, a:hover, a:focus, a:visited, a:active {
  text-decoration: none !important;
  outline: none !important;
}

.Social-Access-sections, .Social-Access-sections_Register {
  margin-top: 32px;
}
.Social-Access-sections .EvalButton, .Social-Access-sections_Register .EvalButton {
  width: 200px !important;
}
.Social-Access-sections .socialPlatformButton, .Social-Access-sections_Register .socialPlatformButton {
  box-sizing: border-box;
  position: relative;
  width: 220px;
  height: 40px;
  border: 1px solid #94A3B8 !important;
  border-radius: 3px;
}
.Social-Access-sections .socialPlatformButton img, .Social-Access-sections_Register .socialPlatformButton img {
  margin: 0px !important;
}
.Social-Access-sections .socialPlatformButton:hover, .Social-Access-sections_Register .socialPlatformButton:hover {
  background: #F3F8FF !important;
  border: 1px solid #94A3B8 !important;
}
.Social-Access-sections .socialPlatformButton .socialPlatformName, .Social-Access-sections_Register .socialPlatformButton .socialPlatformName {
  padding: 14px 0px 14px 8px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #475569 !important;
}
.Social-Access-sections .socialPlatformButton .evalName, .Social-Access-sections_Register .socialPlatformButton .evalName {
  font-size: inherit !important;
}
.Social-Access-sections .googleButton .googleIcon, .Social-Access-sections_Register .googleButton .googleIcon {
  position: relative;
  width: 28px;
  height: 28px;
}
.Social-Access-sections .microsoftButton, .Social-Access-sections_Register .microsoftButton {
  margin-left: 27px !important;
}
.Social-Access-sections .microsoftButton .microsoftIcon, .Social-Access-sections_Register .microsoftButton .microsoftIcon {
  position: relative;
  width: 25px;
  height: 25px;
}

.alert {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  padding: 0.92857143em;
  padding: 15px;
  margin-top: -50px;
  width: 95%;
  display: none;
}

.alert .alert__body,
.alert .alert__close {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.alert .alert__body {
  float: left;
  width: 95%;
}

.alert .alert__close {
  float: right;
  cursor: pointer;
}

.alert.bg--error {
  background: #fce8e8;
  border-color: #e23636;
}

.alert.bg--error .alert__close {
  color: #e23636;
}

@media (max-width: 1279px) {
  .social-login-section a {
    margin-right: 0.7em;
  }
}
@media (max-width: 1200px) {
  .Social-Access-sections .socialPlatformButton {
    width: 100%;
  }
  .Social-Access-sections .microsoftButton {
    margin-left: 0px !important;
    margin-top: 25px;
  }
  .Social-Access-sections_Register .EvalButton {
    width: 100% !important;
  }
  .Social-Access-sections_Register .socialPlatformButton {
    width: 100%;
  }
  .Social-Access-sections_Register .microsoftButton {
    margin-left: 0px !important;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .Social-Access-sections, .Social-Access-sections_Register {
    margin-top: 25px !important;
  }
}
@media (max-width: 359px) {
  .social-login-section a {
    margin-right: 0.4em;
  }
}/*# sourceMappingURL=SocialLogin.css.map */
