@charset "UTF-8";
/*! -- 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 ********************************/
/********************************** 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: #F1F1FA !important;
}

#g2-widget, .g2-widget-review {
  padding: 35px 0px;
}
#g2-widget #g2-heading, .g2-widget-review #g2-heading {
  font-weight: 700;
  color: #000000;
  margin: 0 30px 30px 30px;
  text-align: center;
}
#g2-widget .g2-subheading, .g2-widget-review .g2-subheading {
  font-size: 16px;
  color: #475569;
  text-align: center;
  line-height: 27px;
  margin: 0 30px 30px 30px;
}
#g2-widget .heading, .g2-widget-review .heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin-top: 8px;
}
#g2-widget .description, .g2-widget-review .description {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0px 100px 0px;
  color: #000000;
}
#g2-widget .cards, .g2-widget-review .cards {
  background: #F0FFF9;
  border: 1px solid rgba(46, 225, 158, 0.5);
  box-shadow: 0px 8px 12px rgba(28, 60, 60, 0.12), 2px 10px 18px rgba(42, 92, 92, 0.12);
  border-radius: 24px;
  padding: 24px 30px;
  margin: 0px 20px 30px 20px;
  position: relative;
}
#g2-widget .g2-rating-img, .g2-widget-review .g2-rating-img {
  width: 110px;
  margin: 0px 0px 0px -1px;
}
#g2-widget .name, .g2-widget-review .name {
  color: #0F172A;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px 0px 14px;
}
#g2-widget .designation, .g2-widget-review .designation {
  color: #38475E;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#g2-widget .doubleqoutes, .g2-widget-review .doubleqoutes {
  padding-bottom: 3px;
}
#g2-widget .carousel-cell, .g2-widget-review .carousel-cell {
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
}
#g2-widget .carousel.is-expanded, .g2-widget-review .carousel.is-expanded {
  width: 100%;
}
#g2-widget .g2-profile-image, .g2-widget-review .g2-profile-image {
  display: inline-flex;
  min-width: 70px;
}
#g2-widget .g2-profile-image img, .g2-widget-review .g2-profile-image img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
#g2-widget .carousel, .g2-widget-review .carousel {
  margin: 0px 16px 0px 6px;
}
#g2-widget .app-logo, .g2-widget-review .app-logo {
  width: 242px;
  height: 49px;
}
#g2-widget .flickity-page-dots, .g2-widget-review .flickity-page-dots {
  bottom: -56px;
  margin-left: 7px;
}
#g2-widget .flickity-page-dots .dot, .g2-widget-review .flickity-page-dots .dot {
  margin: 0 2px;
  background: #000000;
}
#g2-widget #g2-rating, .g2-widget-review #g2-rating {
  font-weight: 800;
  color: #000000;
  margin: 45px 30px 30px;
  text-align: center;
}
#g2-widget .app-ratings, .g2-widget-review .app-ratings {
  background: #35BC6B;
  border-radius: 38.5927px;
  width: 56.14px;
  height: 23.12px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  margin-left: 8px;
  font-size: 14px;
}
#g2-widget .star-rating, .g2-widget-review .star-rating {
  height: 17.12px;
  width: 104px;
}
#g2-widget .Capterra-logo,
#g2-widget .GetApp-logo, .g2-widget-review .Capterra-logo,
.g2-widget-review .GetApp-logo {
  background-image: url("https://cdn.syncfusion.com/content/images/user-reviews/users-reward-rating-4.4.png");
  background-size: contain;
}
#g2-widget .G2-logo, .g2-widget-review .G2-logo {
  background-image: url("https://cdn.syncfusion.com/content/images/user-reviews/users-reward-rating-4.6.png");
  background-size: contain;
}
#g2-widget .reviews-count, .g2-widget-review .reviews-count {
  padding: 11px;
  font-weight: 600;
  color: #666666;
}
#g2-widget .app-ratings-link, .g2-widget-review .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
}
#g2-widget a::after, .g2-widget-review a::after {
  content: "→";
}
#g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.common-reviews .description {
  margin: 8px 0px 100px 0px !important;
}

.common-reviews .name {
  margin-left: 0px !important;
}

.app-logos-section {
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 991px) {
  #g2-widget .app-ratings, .g2-widget-review .app-ratings {
    width: 50.14px;
    height: 18.12px;
    margin-left: 5px;
    font-size: 12px;
    padding: 1px;
  }
  #g2-widget .app-logos-section, .g2-widget-review .app-logos-section {
    margin: 40px 4px;
  }
  #g2-widget .star-rating, .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  #g2-widget .app-ratings-link, .g2-widget-review .app-ratings-link {
    font-size: 12px;
  }
  #g2-widget .reviews-count, .g2-widget-review .reviews-count {
    font-size: 12px;
  }
  #g2-widget .app-logo, .g2-widget-review .app-logo {
    height: 46px !important;
  }
}
@media (max-width: 527px) {
  #g2-widget .cards, .g2-widget-review .cards {
    margin: 0px 15px 30px;
  }
}
@media (max-width: 280px) {
  #g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
    margin-left: 8px;
  }
  #g2-widget .cards, .g2-widget-review .cards {
    padding: 24px 20px;
  }
  #g2-widget .name, .g2-widget-review .name {
    font-size: 11px;
  }
  #g2-widget .app-logos-section, .g2-widget-review .app-logos-section {
    margin: 40px 6px;
  }
  #g2-widget .g2-author-section, .g2-widget-review .g2-author-section {
    left: 12px;
  }
  #g2-widget .g2-rating-img, .g2-widget-review .g2-rating-img {
    width: 89px;
  }
}
@media (max-width: 767px) {
  #g2-widget .carousel-cell, .g2-widget-review .carousel-cell {
    width: 100%;
  }
  #g2-widget .carousel, .g2-widget-review .carousel {
    margin: 0 !important;
  }
  #g2-widget .app-ratings, .g2-widget-review .app-ratings {
    width: 57.14px;
    height: 20px;
    font-size: 12px;
    padding: 2px;
  }
  #g2-widget .star-rating, .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
#js_new_platform_section {
  /* cyrillic-ext */
  /* cyrillic */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek-ext */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek-ext */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek-ext */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek-ext */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic-ext */
  /* cyrillic */
  /* greek-ext */
  /* greek */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* 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');
    }
  }
  */
  background: #fafafa;
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(https://fonts.gstatic.com/s/merriweather/v20/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvo.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l521wRZWMf8.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcs.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhv.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0d.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhv.woff) format("woff");
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nrpPmMW7T3WCII-UZW2GGCw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nqAAODQ6hKuKTT6yBk7tJss.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nhLwFvNxpkIoVzlXSkPSYkA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Light"), local("Merriweather-Light"), url(https://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nk4GofcKVZz6wtzX_QUIqsI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIFvxabc8-Ua_u_bDyl2V6ao.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwII_1JgVyIQZ7vlaYT5eo8zo.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIJpID8tihKRMKfpfDQ5OzSE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 300;
    src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(https://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIHM1hBkL4m68a-ReB_y0NYc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
  }
}
@font-face {
  #js_new_platform_section {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap;
  }
}
#js_new_platform_section html {
  font-size: 87.5%;
}
@media all and (max-width: 768px) {
  #js_new_platform_section html {
    font-size: 81.25%;
  }
}
#js_new_platform_section 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;
}
#js_new_platform_section .imagebg:not(.image--light) h1,
#js_new_platform_section .imagebg:not(.image--light) h2,
#js_new_platform_section .imagebg:not(.image--light) h3,
#js_new_platform_section .imagebg:not(.image--light) h4,
#js_new_platform_section .imagebg:not(.image--light) h5,
#js_new_platform_section .imagebg:not(.image--light) h6,
#js_new_platform_section .imagebg:not(.image--light) p,
#js_new_platform_section .imagebg:not(.image--light) ul,
#js_new_platform_section .imagebg:not(.image--light) blockquote {
  color: #fff;
}
#js_new_platform_section p + a:not(.btn) {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}
#js_new_platform_section a {
  color: #4a90e2;
}
#js_new_platform_section ul:not([class*=menu]) li > a {
  font-weight: normal;
}
#js_new_platform_section ul:not([class*=menu]) li > a:hover {
  text-decoration: none;
}
#js_new_platform_section span.h1:not(.inline-block),
#js_new_platform_section span.h2:not(.inline-block),
#js_new_platform_section span.h3:not(.inline-block),
#js_new_platform_section span.h4:not(.inline-block),
#js_new_platform_section span.h5:not(.inline-block),
#js_new_platform_section span.h6:not(.inline-block) {
  display: block;
}
#js_new_platform_section [class*=imagebg]:not(.image--light) p {
  opacity: 0.9;
}
#js_new_platform_section .height-100,
#js_new_platform_section .height-90,
#js_new_platform_section .height-80,
#js_new_platform_section .height-70,
#js_new_platform_section .height-60,
#js_new_platform_section .height-50,
#js_new_platform_section .height-40,
#js_new_platform_section .height-30,
#js_new_platform_section .height-20,
#js_new_platform_section .height-10 {
  height: auto;
  padding: 4em 0;
}
@media all and (max-width: 767px) {
  #js_new_platform_section .height-100,
#js_new_platform_section .height-90,
#js_new_platform_section .height-80,
#js_new_platform_section .height-70,
#js_new_platform_section .height-60,
#js_new_platform_section .height-50,
#js_new_platform_section .height-40,
#js_new_platform_section .height-30,
#js_new_platform_section .height-20,
#js_new_platform_section .height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  #js_new_platform_section .height-10 {
    height: 10vh;
  }
  #js_new_platform_section .height-20 {
    height: 20vh;
  }
  #js_new_platform_section .height-30 {
    height: 30vh;
  }
  #js_new_platform_section .height-40 {
    height: 40vh;
  }
  #js_new_platform_section .height-50 {
    height: 50vh;
  }
  #js_new_platform_section .height-60 {
    height: 60vh;
  }
  #js_new_platform_section .height-70 {
    height: 70vh;
  }
  #js_new_platform_section .height-90 {
    height: 90vh;
  }
  #js_new_platform_section .height-100 {
    height: 100vh;
  }
}
#js_new_platform_section .lead {
  font-weight: 400;
  color: #808080;
}
#js_new_platform_section .lead:not(:last-child) {
  margin-bottom: 1.3684210526em;
}
#js_new_platform_section .lead + .btn:last-child {
  margin-top: 0.92857143em;
}
#js_new_platform_section p.lead img {
  max-height: 1.68421053em;
}
#js_new_platform_section h1,
#js_new_platform_section h2,
#js_new_platform_section h3,
#js_new_platform_section h4,
#js_new_platform_section h5,
#js_new_platform_section h6,
#js_new_platform_section p,
#js_new_platform_section ul,
#js_new_platform_section a {
  margin: 0;
  padding: 0;
}
#js_new_platform_section h2,
#js_new_platform_section h3,
#js_new_platform_section h4,
#js_new_platform_section h5,
#js_new_platform_section h6,
#js_new_platform_section .h1,
#js_new_platform_section .h2,
#js_new_platform_section .h3,
#js_new_platform_section .h4,
#js_new_platform_section .h5,
#js_new_platform_section .h6 {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
#js_new_platform_section h2,
#js_new_platform_section .h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
#js_new_platform_section h3,
#js_new_platform_section .h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
}
#js_new_platform_section h4,
#js_new_platform_section .h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
#js_new_platform_section h5,
#js_new_platform_section .h5 {
  font-size: 1em;
  line-height: 1.85714286em;
}
#js_new_platform_section h6,
#js_new_platform_section .h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}
#js_new_platform_section .lead {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
@media all and (max-width: 767px) {
  #js_new_platform_section h1,
#js_new_platform_section .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  #js_new_platform_section h2,
#js_new_platform_section .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  #js_new_platform_section h3,
#js_new_platform_section .h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  #js_new_platform_section .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}
#js_new_platform_section p,
#js_new_platform_section ul,
#js_new_platform_section ol,
#js_new_platform_section pre,
#js_new_platform_section table,
#js_new_platform_section blockquote {
  margin-bottom: 0.85714286em;
}
#js_new_platform_section a:hover,
#js_new_platform_section a:focus,
#js_new_platform_section a:active {
  text-decoration: none;
  outline: none;
}
#js_new_platform_section h1,
#js_new_platform_section .h1 {
  letter-spacing: -0.01em;
}
#js_new_platform_section h1:not(:last-child),
#js_new_platform_section .h1:not(:last-child) {
  margin-bottom: 0.5909090909em;
}
#js_new_platform_section h2,
#js_new_platform_section .h2 {
  margin-bottom: 0.7878787879em;
}
#js_new_platform_section h3,
#js_new_platform_section .h3 {
  margin-bottom: 1.04em;
}
#js_new_platform_section h3 strong,
#js_new_platform_section .h3 strong {
  font-weight: 400;
}
#js_new_platform_section blockquote {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300;
}
#js_new_platform_section blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}
#js_new_platform_section blockquote > p {
  font-size: 1em !important;
}
#js_new_platform_section h4,
#js_new_platform_section .h4 {
  margin-bottom: 1.3684210526em;
  font-weight: 400;
}
#js_new_platform_section h4.inline-block + .h4.inline-block:not(.typed-text),
#js_new_platform_section .h4.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.6842105263em;
}
#js_new_platform_section h5,
#js_new_platform_section .h5 {
  font-weight: 600;
}
#js_new_platform_section h6,
#js_new_platform_section .h6 {
  font-weight: 700;
}
#js_new_platform_section h6:not(:last-child),
#js_new_platform_section .h6:not(:last-child) {
  margin-bottom: 2.1666666667em;
}
#js_new_platform_section h6.type--uppercase,
#js_new_platform_section .h6.type--uppercase {
  letter-spacing: 1px;
  margin-right: -1px;
}
#js_new_platform_section img {
  max-width: 100%;
  margin-bottom: 1.85714286em;
}
#js_new_platform_section img:last-child {
  margin-bottom: 0;
}
#js_new_platform_section section {
  padding-top: 6em;
  padding-bottom: 5em;
}
#js_new_platform_section 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;
}
#js_new_platform_section 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;
}
#js_new_platform_section section.border--bottom:not([data-gradient-bg]) {
  border-bottom: 1px solid #ececec;
}
#js_new_platform_section section.unpad {
  overflow: hidden;
}
#js_new_platform_section section.text-center div[class*=col-]:first-child:last-child {
  margin: 0 auto;
  float: none;
}
@media all and (max-width: 767px) {
  #js_new_platform_section section {
    padding: 3.57142857em 0;
  }
}
#js_new_platform_section .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;
}
#js_new_platform_section .back-to-top i {
  color: #252525;
}
#js_new_platform_section .back-to-top .active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
#js_new_platform_section .back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
#js_new_platform_section .btn--primary,
#js_new_platform_section .btn--primary:visited {
  background: #4a90e2;
  border-color: #4a90e2;
}
#js_new_platform_section .btn--primary .btn__text,
#js_new_platform_section .btn--primary:visited .btn__text {
  color: #fff;
}
#js_new_platform_section .btn--primary i,
#js_new_platform_section .btn--primary:visited i {
  color: #fff;
}
#js_new_platform_section .btn--primary:hover {
  background: #609de6;
}
#js_new_platform_section .btn--primary:active {
  background: #3483de;
}
#js_new_platform_section .btn--primary-2,
#js_new_platform_section .btn--primary-2:visited {
  background: #465773;
  border-color: #465773;
}
#js_new_platform_section .btn--primary-2 .btn__text,
#js_new_platform_section .btn--primary-2:visited .btn__text {
  color: #fff;
}
#js_new_platform_section .btn--primary-2:hover {
  background: #506383;
}
#js_new_platform_section .btn--primary-2:active {
  background: #3c4b63;
}
#js_new_platform_section .btn--sm {
  padding-top: 0.30952381em;
  padding-bottom: 0.30952381em;
  padding-right: 1.85714286em;
  padding-left: 1.85714286em;
}
#js_new_platform_section .btn .btn--sm + .btn--sm {
  margin-left: 0.92857143em;
}
#js_new_platform_section .type--uppercase {
  text-transform: uppercase;
}
#js_new_platform_section .btn.type--uppercase {
  letter-spacing: 0.5px;
}
#js_new_platform_section .boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
  border-radius: 6px;
}
#js_new_platform_section .boxed.boxed--lg {
  padding: 2.78571429em;
}
#js_new_platform_section .boxed.boxed--border {
  border: 1px solid #ececec;
}
#js_new_platform_section .boxed > div[class*=col-]:first-child:not(.boxed) {
  padding-left: 0;
}
#js_new_platform_section .boxed > div[class*=col-]:last-child:not(.boxed) {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  #js_new_platform_section .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  #js_new_platform_section .boxed div[class*=col-]:not(.boxed) {
    padding: 0;
  }
  #js_new_platform_section .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  #js_new_platform_section .boxed:last-child {
    margin-bottom: 15px;
  }
}
#js_new_platform_section .icon--lg {
  font-size: 5.57142857em;
}
#js_new_platform_section .icon:not(.block) {
  display: inline-block;
}
#js_new_platform_section .feature-3 img {
  margin-bottom: 0.1666666667em;
}
@media all and (min-width: 768px) {
  #js_new_platform_section .mt--3 {
    margin-top: 5.57142857em;
  }
}
@media all and (max-width: 990px) {
  #js_new_platform_section .mt--3 {
    margin-top: 2.78571429em;
  }
}
#js_new_platform_section [class^=stack-]:before, #js_new_platform_section [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); */
}
#js_new_platform_section .feature:not(.boxed) {
  margin-bottom: 60px;
}
#js_new_platform_section .feature.feature--featured:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
  left: 0;
}
#js_new_platform_section .feature h5 {
  margin: 0;
}
#js_new_platform_section .feature h4 {
  margin-bottom: 0.3421052632em;
}
#js_new_platform_section .feature h4 + p {
  max-width: 22.28571429em;
}
#js_new_platform_section .feature i + h5 {
  margin-top: 1.85714286em;
}
#js_new_platform_section .feature i + h4 {
  margin-top: 0.6842105263em;
}
#js_new_platform_section .feature i.icon--lg + h4 {
  margin-top: 1.3684210526em;
}
#js_new_platform_section .feature i.icon--lg + .h5 {
  margin-top: 0.92857143em;
}
#js_new_platform_section .feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}
#js_new_platform_section .imagebg:not(.image--light) .feature.bg--white a:not(.btn) {
  color: #4a90e2;
}
#js_new_platform_section .imagebg:not(.image--light) .feature.bg--white .label {
  color: #fff;
}
@media all and (max-width: 767px) {
  #js_new_platform_section .feature .feature__body form .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#js_new_platform_section section.text-center .feature-6 h4 + p {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  #js_new_platform_section .row div[class*=col-]:nth-child(1):nth-last-child(3) .feature,
#js_new_platform_section .row div[class*=col-]:nth-child(2):nth-last-child(2) .feature,
#js_new_platform_section .row div[class*=col-]:nth-child(3):last-child .feature {
    margin-bottom: 0;
  }
}
#js_new_platform_section a.block > .feature {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
#js_new_platform_section a.block:hover > .feature {
  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);
}
#js_new_platform_section .feature-1 {
  min-height: 11.14285714em;
}
#js_new_platform_section .feature-1 p {
  margin: 0;
}
#js_new_platform_section .feature-1 p.lead {
  min-height: 5.0526315789em;
}
#js_new_platform_section .feature-1 > img:first-child {
  border-radius: 6px 6px 0 0;
}
#js_new_platform_section .feature-1 > a.block img {
  border-radius: 6px 6px 0 0;
}
#js_new_platform_section .feature-1 > a.block + .feature__body {
  border-radius: 0 0 6px 6px;
}
#js_new_platform_section .feature-1[class*=box-shadow] {
  border-radius: 6px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}
#js_new_platform_section .feature-1[class*=box-shadow]:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #js_new_platform_section .feature p {
    min-height: auto;
  }
  #js_new_platform_section .feature.boxed {
    margin-bottom: 15px;
  }
  #js_new_platform_section .feature:not(.boxed) {
    margin-bottom: 30px;
  }
  #js_new_platform_section .feature.feature-8 {
    margin-bottom: 0;
  }
}
#js_new_platform_section .switchable {
  position: relative;
}
#js_new_platform_section .switchable div[class*=col-]:first-child {
  float: left;
  right: auto;
}
#js_new_platform_section .switchable div[class*=col-]:first-child:not([class*=pull]):not([class*=push]) {
  left: 0;
}
#js_new_platform_section .switchable div[class*=col-]:last-child {
  float: right;
  left: auto;
}
#js_new_platform_section .switchable div[class*=col-]:last-child:not([class*=pull]):not([class*=push]) {
  right: 0;
}
#js_new_platform_section .switchable .switchable__text {
  margin-top: 1.85714286em;
}
#js_new_platform_section .switchable .switchable [class*=col-]:first-child .switchable__text {
  margin-bottom: 2.78571429em;
}
#js_new_platform_section .switchable .section--overlap .row {
  position: relative;
  margin-top: -13em;
}
@media all and (max-width: 990px) {
  #js_new_platform_section .switchable .switchable__text {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #js_new_platform_section .switchable .switchable__text {
    margin-top: 1.85714286em;
  }
  #js_new_platform_section .switchable .row > div[class*=col-] {
    float: none !important;
  }
  #js_new_platform_section .switchable .row > div[class*=col-]:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
#js_new_platform_section .switchable > div[class*=col-] {
  padding: 0;
}
#js_new_platform_section .box-shadow-wide {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
#js_new_platform_section .border--round {
  border-radius: 6px;
}
#js_new_platform_section .border--round:before {
  border-radius: 6px;
}
#js_new_platform_section .feature-large .feature:not(.boxed) {
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  #js_new_platform_section h1:not(:last-child), #js_new_platform_section .h1:not(:last-child) {
    margin-bottom: 0.5909090909em;
  }
}
#js_new_platform_section [data-overlay="3"]:before {
  opacity: 0.3;
}
#js_new_platform_section .feature-7[data-overlay]:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
#js_new_platform_section .boxed:before {
  border-radius: 6px;
}
#js_new_platform_section .feature-7[data-overlay]:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
#js_new_platform_section .feature-7[data-overlay]:hover:before {
  opacity: 0.75;
}
#js_new_platform_section a.block {
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}
#js_new_platform_section .block {
  display: block;
}
@media all and (min-width: 768px) {
  #js_new_platform_section .row div[class*=col-]:nth-child(1):nth-last-child(3) .feature,
#js_new_platform_section .row div[class*=col-]:nth-child(2):nth-last-child(2) .feature,
#js_new_platform_section .row div[class*=col-]:nth-child(3):last-child .feature {
    margin-bottom: 0;
  }
}
#js_new_platform_section a.block > .feature {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
#js_new_platform_section .boxed:not([class*=bg-]) {
  background: #ffffff;
}
#js_new_platform_section .feature-7 {
  height: 13em;
  margin-bottom: 30px;
}
#js_new_platform_section .feature-7[data-overlay]:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
#js_new_platform_section .feature-7[data-overlay]:hover:before {
  opacity: 0.75;
}
#js_new_platform_section .feature-7 .background-image-holder {
  border-radius: 6px;
}
#js_new_platform_section .feature-7 h3 {
  margin: 0;
}
#js_new_platform_section .row--gapless .feature-7 {
  margin: 0;
  border-radius: 0;
}
#js_new_platform_section .row--gapless .feature-7 .background-image-holder {
  border-radius: 0;
}
#js_new_platform_section .row--gapless .feature-7:before {
  border-radius: 0;
}
@media all and (max-width: 767px) {
  #js_new_platform_section .feature-7 .pos-vertical-center {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
  }
}
#js_new_platform_section .boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
}
#js_new_platform_section .boxed.boxed--lg {
  padding: 2.78571429em;
}
#js_new_platform_section .boxed.boxed--sm {
  padding: 1.23809524em;
}
#js_new_platform_section .boxed.boxed--border {
  border: 1px solid #ececec;
}
#js_new_platform_section .boxed > div[class*=col-]:first-child:not(.boxed) {
  padding-left: 0;
}
#js_new_platform_section .boxed > div[class*=col-]:last-child:not(.boxed) {
  padding-right: 0;
}
#js_new_platform_section img + .boxed {
  margin-top: -1.85714286em;
}
@media all and (max-width: 767px) {
  #js_new_platform_section .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  #js_new_platform_section .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  #js_new_platform_section .boxed div[class*=col-]:not(.boxed) {
    padding: 0;
  }
  #js_new_platform_section .boxed:last-child {
    margin-bottom: 15px;
  }
}
#js_new_platform_section .lead {
  font-size: 1.35714286em;
  margin: 0 auto;
  line-height: 1.68421053em;
  margin-bottom: 3em;
  width: 80%;
  color: #1a1a1a;
}
#js_new_platform_section h2 {
  color: #1a1a1a;
  font-weight: 700;
}
#js_new_platform_section .feature {
  padding: 2.2em 1.85714286em;
}
#js_new_platform_section .feature img {
  margin-bottom: 1em;
}
#js_new_platform_section .feature h3 {
  font-weight: 600;
  color: #4a90e2;
  font-size: 18px;
}

#featuretour-markdown #control-content .multi-col-contents {
  display: flex;
  flex-wrap: wrap;
}

#featuretour-markdown .code-snippet-tabs .nav-tabs .preview-button {
  float: right;
  background: #1A68FF;
  border: 1px solid #1A68FF;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}

#featuretour-markdown .code-snippet-tabs .nav-tabs .preview-button:hover {
  background: #0050EB;
}

.iframe-loader {
  height: 185px;
}

#_waiting-popup_ img {
  left: 549.333px !important;
}

#featuretour-markdown .code-snippet-tabs .nav-tabs .preview-button .run-preview-icon {
  display: inline;
  margin: -2px 8px 0px 0px !important;
}

#featuretour-markdown .iframe-preview-link {
  display: none;
}

#featuretour-markdown .code-snippet-tabs .tab-content .code-snippet-preview-section {
  display: none;
  justify-content: center;
  margin-top: 16px;
  flex-direction: column;
}

#featuretour-markdown .code-snippet-tabs .tab-content .code-snippet-preview-section .iframe-close-button {
  margin-left: 98%;
  margin-bottom: 16px;
}

@media (max-width: 280px) {
  #featuretour-markdown .code-snippet-tabs .nav-tabs .preview-button {
    margin: 11px 34px 3px -42px;
    font-size: 14px !important;
  }
}
@media (max-width: 320px) {
  #featuretour-markdown .code-snippet-tabs .nav-tabs .preview-button {
    font-size: 12px;
  }
}/*# sourceMappingURL=JSNewPlatformSection.css.map */