@media (max-width: 1023px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar .top_nav {
    top: 32px;
  }
}
/* 
	 Media Queries
*/
/* 
		 Font sizes
*/
/* 
		 Links
*/
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
html,
body {
  scroll-behavior: smooth;
}
.container-xxl {
  max-width: 540px;
}
@media only screen and (min-width: 768px) {
  .container-xxl {
    max-width: 90vw;
  }
}
@media (min-width: 1550px) {
  .container-xxl {
    max-width: 1440px;
  }
}
.container-medium {
  max-width: 1240px;
}
.top_nav .navbar-brand img {
  height: 20px;
}
.transparentBar.whiteBar {
  background: transparent;
  transition: background 0.5s;
  border-color: #bbe6f0;
}
.transparentBar {
  background: transparent;
}
.transparentBar .navbar-brand img {
  filter: brightness(0);
}
.transparentBar.top_nav .navbar-light .navbar-nav a.nav-link,
.transparentBar .navbar-light .navbar-text a.nav-link {
  color: #000000 !important;
}
.transparentWhiteBar.whiteBar {
  background: transparent;
  transition: background 0.5s;
  border-color: #bbe6f0;
}
.transparentWhiteBar {
  background: transparent;
}
.transparentWhiteBar .navbar-brand img {
  filter: brightness(1);
}
.transparentWhiteBar.top_nav .navbar-light .navbar-nav a.nav-link,
.transparentWhiteBar .navbar-light .navbar-text a.nav-link {
  color: #ffffff !important;
}
.mobile-menu {
  overflow-y: auto;
}
.mobile-menu .menu-item-has-children {
  position: relative;
}
.mobile-menu .menu-item-has-children .icon-caret-down {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.mobile-menu .menu-item-has-children .icon-caret-down:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.mobile-menu .sub-menu {
  transition: all 0.3s;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
}
.mobile-menu .sub-menu li {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
}
.mobile-menu .sub-menu li a {
  font-size: 30px;
  line-height: 32px;
}
#sbi_load {
  min-height: 100px !important;
}
.white-footer {
  background: #ffffff;
  padding: 0 30px;
}
.white-footer .container {
  border-top: 1px solid #bbe6f0;
  border-bottom: 1px solid #bbe6f0;
  padding: 60px 0;
}
.white-footer .logo-footer {
  margin-bottom: 45px;
}
.white-footer .logo-footer img {
  filter: brightness(0);
  min-width: 240px;
  height: auto;
}
.white-footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.white-footer .footer-info .footer-col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .white-footer .footer-info .footer-col {
    width: 50%;
  }
}
.white-footer .footer-info .footer-col a {
  display: block;
}
.white-footer .footer-info .footer-col .footer-item {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .white-footer .footer-info .footer-col .footer-item {
    font-size: 18px;
    line-height: 20px;
  }
}
.white-footer .footer-info .footer-col .footer-item i {
  margin-right: 10px;
  vertical-align: top;
}
.white-footer .footer-info .footer-col .footer-item > span {
  display: inline-block;
}
.white-footer .footer-info .footer-col .footer-item > span span {
  display: block;
}
.white-footer .footer-col-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .white-footer .footer-col-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .white-footer .footer-col-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .white-footer .footer-col-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.white-footer .footer-col-title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #0f4bff;
}
.white-footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .white-footer .footer-menu ul {
    columns: 2;
  }
}
.white-footer .footer-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .white-footer .footer-menu ul li {
    font-size: 18px;
    line-height: 20px;
  }
}
.white-footer .newsletter input[type="email"] {
  background-color: #f1fafc;
}
.white-footer .newsletter input[type="submit"] {
  background-color: #0f4bff;
  filter: brightness(1);
}
.white-footer a {
  color: #000000;
}
.white-footer i {
  color: #0f4bff;
}
.footer-bottom {
  padding: 40px 0;
  text-align: center;
}
.footer-bottom .bottom-text {
  margin: 0;
}
.footer-bottom a {
  color: #000000;
}
/*
@media screen and (max-width: 600px) {
	.admin-bar .fixed-top {
		top: 46px;
	}
}
*/
.button-cta {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #f56600;
  padding: 10px 20px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .button-cta {
    padding: 17px 30px;
    min-width: 220px;
  }
}
.button-cta:before {
  display: none;
}
.button-cta:after {
  content: '';
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/icon-half-x-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 500px) {
  .button-cta:after {
    right: 35px;
  }
}
.button-cta:hover {
  background-color: #ff8633;
}
.btn-orange {
  overflow: hidden;
  display: inline-block;
  height: auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background: #ff8633;
  border: 1px solid #ff8633;
  padding: 10px 20px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  cursor: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/cursor-hover-2.svg"), auto;
}
@media only screen and (min-width: 500px) {
  .btn-orange {
    padding: 17px 30px;
    min-width: 220px;
  }
}
.btn-orange:before {
  display: none;
}
.btn-orange:hover {
  background: #ff8633;
}
.btn-orange span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -20px;
  left: -20px;
}
.quote_btn.button-cta {
  cursor: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/cursor-hover-2.svg"), auto;
  overflow: hidden;
  background: #ff8633;
  border: 1px solid #ff8633;
}
.quote_btn.button-cta span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -20px;
  left: -20px;
}
.top_nav.fixed-top a.nav-link.button-cta {
  color: #ffffff !important;
}
.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
.no-list.hs-error-msgs.inputs-list li {
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: red;
  padding: 0;
  margin: 0;
}
.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
  margin: 0;
  margin-top: 5px;
}
.no-list.hs-error-msgs.inputs-list li .hs-main-font-element {
  margin-top: 20px;
}
.hs-input.invalid.error {
  border: 1px solid red !important;
}
/* Newsletter subscribe forms on articles post type */
.case_form_wrap form ::-webkit-input-placeholder,
.case_form_wrap .form-control.light ::-webkit-input-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.case_form_wrap form :-moz-placeholder,
.case_form_wrap .form-control.light :-moz-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.case_form_wrap form ::-moz-placeholder,
.case_form_wrap .form-control.light ::-moz-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.case_form_wrap form :-ms-input-placeholder,
.case_form_wrap .form-control.light :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7f7f !important;
  opacity: 1;
}
.case_form_wrap .control-label {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.case_form_wrap .control-label span {
  color: red;
}
.case_form_wrap .wpcf7-form-control:not([type="submit"]),
.case_form_wrap .form-control.light {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #7f7f7f;
}
.case_form_wrap .newsletter_wrap {
  height: auto;
  border: 0;
  flex-wrap: wrap;
}
.case_form_wrap .form-group {
  width: 100%;
}
.case_form_wrap form .btn_one {
  margin-top: 0;
}
.case_form_wrap .form-control.light.wpcf7-not-valid,
.case_form_wrap .form-control.wpcf7-not-valid {
  border-color: red;
}
.case_form_wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  color: red;
}
.case_form_wrap .wpcf7-spinner {
  position: absolute;
}
.case_form_wrap .newsletter_wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
}
.case_form_wrap .newsletter_btn {
  background-color: #f56600;
  margin-top: 30px;
}
.hubspot-form-wrap {
  margin-bottom: 64px;
}
.hubspot-form-wrap form.hs-form {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.hubspot-form-wrap form.hs-form fieldset {
  width: 100%;
}
.hubspot-form-wrap form.hs-form .hs-form-field,
.hubspot-form-wrap form.hs-form .input input[type="email"] {
  width: 100%;
}
.hubspot-form-wrap form.hs-form label {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.hubspot-form-wrap form.hs-form .input input[type="email"] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #7f7f7f;
  padding: 17px 20px;
  height: auto;
}
.hubspot-form-wrap form.hs-form .input input[type="email"]:focus {
  border: 1px solid #fff;
}
.hubspot-form-wrap form.hs-form input[type="submit"].hs-button.large {
  margin: 0;
}
.hubspot-form-wrap form.hs-form .hs-form-field {
  margin-bottom: 48px;
}
.hubspot-form-wrap form.hs-form .hs-form-field.hs-recaptcha {
  margin-bottom: 0;
}
.hubspot-form-wrap form.hs-form .hs-form-required {
  color: red;
}
.hubspot-form-wrap form.hs-form .hs-error-msg {
  color: red;
  font-size: 12px;
  line-height: 14px;
}
.dashed-link-white {
  text-transform: uppercase;
  font-family: 'Banana Grotesk Medium', sans-serif;
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/underline.png');
  background-position: bottom center;
  display: inline-block;
  width: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: clamp(16px, 1.38888889vw, 20px);
  line-height: 1.4;
  color: #fff;
}
.dashed-link-white:hover {
  color: #fff;
}
.section-title {
  margin-bottom: clamp(50px, 4.44444444vw, 64px);
}
.section-title h1,
.section-title h2 {
  margin: 0;
  line-height: 1.1;
}
.section-title h1 {
  font-size: clamp(40px, 5.55555556vw, 80px);
}
.section-title h2 {
  font-size: clamp(40px, 3.88888889vw, 56px);
}
.section-title .small-title {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .section-title h1,
  .section-title h2 {
    max-width: 80%;
  }
}
.slick-prev,
.slick-next {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(15, 75, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  top: clamp(-50px, -5.55555556vw, -80px);
  z-index: 1;
  background-color: #fff;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #000;
}
.slick-prev {
  left: auto;
  right: 64px;
}
.slick-prev:before {
  content: "\f060";
}
@media (max-width: 767px) {
  .slick-prev {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0px;
    transform: translateY(0px);
  }
}
.slick-next {
  right: 0;
  border-left: none;
}
.slick-next:before {
  content: "\f061";
}
@media (max-width: 767px) {
  .slick-next {
    position: static;
    transform: translateY(0);
    margin-top: 30px;
    margin-left: 64px;
  }
}
@media (max-width: 767px) {
  .slick-slider.row .slick-next {
    margin-left: 74px;
  }
  .slick-slider.row .slick-prev {
    left: 10px;
  }
}
.btn-dashed {
  min-width: 160px;
  height: 64px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Banana Grotesk Medium', sans-serif;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  padding: 10px 20px;
}
.btn-dashed:after {
  content: "";
  position: absolute;
  border: 5px dashed #000;
  top: 50%;
  left: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: translate(-50%, -50%);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.btn-dashed:hover {
  color: #000;
  background-color: #ff8633;
}
.btn-dashed:hover:after {
  opacity: 0;
}
section.section {
  width: 100%;
  float: left;
}
.prime-border {
  position: relative;
}
.prime-border .prime-border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #234af5, #ff8633);
  z-index: -2;
}
.prime-border .prime-border-wrapper:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media (min-width: 768px) {
  .prime-border .prime-border-wrapper {
    background: linear-gradient(to right, #234af5, #ff8633);
  }
  .prime-border .prime-border-wrapper:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-author-wrapper {
  display: flex;
  align-items: center;
  margin-top: clamp(25px, 2.77777778vw, 40px);
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
.post-author-wrapper .author-image {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.post-author-wrapper .author-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
}
.post-author-wrapper .author-content .name {
  font-weight: 600;
}
.blog_article_wrapper + .post-date {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  body.page-predictions .page_video {
    display: block;
  }
}
.lazyrender-visible section[data-wpr-lazyrender] {
  content-visibility: visible;
}
.cursor2 {
  width: 175px;
  height: 64px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s, width 0.2s, height 0.2s, background 0.2s, font-size 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, width 0.2s, height 0.2s, background 0.2s, font-size 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, width 0.2s, height 0.2s, background 0.2s, font-size 0.2s;
  transition: opacity 0.2s, transform 0.2s, width 0.2s, height 0.2s, background 0.2s, font-size 0.2s, -webkit-transform 0.2s;
  font-size: 0px;
  z-index: 9999;
}
.cursor2--modify {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.cursor2--slider {
  width: var(--spacers-xl);
  height: var(--spacers-xl);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-md);
  white-space: nowrap;
  color: #052133;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
  transform: translate(-50%, -50%) scale(1) rotate(0);
}
.cursor2--slider.cursor2--click {
  -webkit-transform: translate(-50%, -50%) scale(0.8) rotate(15deg);
  transform: translate(-50%, -50%) scale(0.8) rotate(15deg);
}
.cursor2--slider:before {
  content: "Drag";
}
.cursor2--drag {
  background: #F58426;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  border: 0;
  display: none;
  font-size: 12px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 1.25rem;
  height: auto;
  width: auto;
  letter-spacing: .4px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cursor2--drag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cursor2--drag::after {
  content: "Drag";
}
.cursor2--see {
  display: inline-block;
  padding: 0 30px;
  background: #FF8633;
  font-size: 16px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .cursor2--see {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cursor2--see::after {
  content: "Read more";
}
.cursor2--accordion,
.cursor2--accordion-active {
  background: #F58426;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  border: 0;
  display: none;
  font-size: 12px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 1.25rem;
  height: auto;
  width: auto;
  letter-spacing: .4px;
  font-weight: 500;
  min-width: 115px;
}
@media (min-width: 768px) {
  .cursor2--accordion,
  .cursor2--accordion-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cursor2--accordion::after,
.cursor2--accordion-active::after {
  content: "See more";
  padding-left: 10px;
}
.cursor2--accordion::before,
.cursor2--accordion-active::before {
  content: "+";
}
.cursor2--accordion-active::after {
  content: "See less";
  padding-left: 10px;
}
.cursor2--accordion-active::before {
  content: "-";
}
.cursor2--disable {
  width: 30px;
  height: 30px;
  opacity: 0;
}
.cursor2-box:not(.slider--disable-draggable) {
  cursor: none !important;
}
.cursor2-box:not(.slider--disable-draggable) * {
  cursor: none !important;
}
.cursor2-box:not(.slider--disable-draggable) .btn,
.cursor2-box:not(.slider--disable-draggable) .wp-block-button .wp-block-button__link,
.wp-block-button .cursor2-box:not(.slider--disable-draggable) .wp-block-button__link,
.cursor2-box:not(.slider--disable-draggable) .wpforms-container button[type="submit"],
.wpforms-container .cursor2-box:not(.slider--disable-draggable) button[type="submit"] {
  cursor: pointer !important;
}
html.touch .cursor2 {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile .cursor2-box {
    cursor: initial !important;
  }
  .mobile .cursor2-box * {
    cursor: initial !important;
  }
}
.site-header {
  height: 64px;
}
@media (min-width: 992px) {
  .site-header {
    height: 80px;
  }
}
.top_nav {
  background-color: #0f4bff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.top_nav .navbar {
  padding: 0;
}
.top_nav .navbar .navbar-nav .nav-link .description {
  display: none;
}
.top_nav .toggle-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top_nav .toggle-bar .toggle-bar-inner {
  position: relative;
  width: 16px;
  height: 8px;
}
.top_nav .toggle-bar span {
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.top_nav #menu-site-menu li {
  padding-top: 0 !important;
  position: static;
}
.top_nav .navbar-brand {
  padding: 10px;
  margin-left: 35px;
}
.top_nav .quote_btn {
  height: 80px;
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  order: 4;
  font-family: 'Banana Grotesk Medium', sans-serif;
  white-space: nowrap;
}
.top_nav .mobile-menu-toggle {
  width: 56.5px;
  height: 64px;
  display: none;
  align-items: center;
  justify-content: center;
}
.top_nav .dropdown-toggle::after {
  top: 2px;
  position: relative;
}
@media (max-width: 991px) {
  .top_nav .navbar-brand {
    left: 0;
    margin-left: 10px;
  }
  .top_nav .mobile-menu-toggle {
    display: flex;
  }
  .top_nav .quote_btn {
    width: 175px;
    height: 64px;
    max-width: 45%;
    margin-left: auto;
  }
  .top_nav .header-wrapper > .navbar {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media (max-width: 574px) {
  .top_nav .mobile-menu-toggle {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 991px) {
  display: none !important;
}
@media (min-width: 992px) {
  .top_nav .navbar-light .navbar-nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_nav .navbar-light .navbar-nav .professionals-menu {
    margin-left: auto;
  }
  .top_nav .navbar-light .navbar-nav .industries-menu {
    display: none;
  }
  .top_nav .navbar-light .navbar-nav .nav-link {
    padding: 0;
    margin-left: clamp(10px, 1.04166667vw, 15px);
    margin-right: clamp(10px, 1.04166667vw, 15px);
    line-height: 80px;
    position: relative;
    white-space: nowrap;
  }
  .top_nav .navbar-light .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -1px;
    background-color: #fff;
  }
  .top_nav .navbar-light .navbar-nav .nav-link[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
  .top_nav .navbar-light .navbar-nav .nav-link[aria-expanded="true"]:before {
    height: 2px;
  }
  .top_nav .navbar-light .navbar-nav .current-menu-item .nav-link:before {
    height: 2px;
  }
  .top_nav .navbar-light .navbar-nav .menu-item-has-children .nav-link:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.3s;
  }
  .top_nav .navbar-light .navbar-nav .menu-item-has-children:hover .nav-link:after {
    transform: rotate(180deg);
  }
  .top_nav .navbar-light .navbar-nav .menu-item-has-children:hover .nav-link:before {
    height: 2px;
  }
  .top_nav .navbar-light .navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu {
    padding: 45px;
    border: none;
    width: 100%;
    border-radius: 0px;
    background-color: #0f4bff;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 1px;
  }
  .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: clamp(15px, 1.38888889vw, 20px);
    font-family: 'Banana Grotesk Bold', sans-serif;
    background-color: transparent;
    white-space: initial;
    line-height: 1.4;
  }
  .dropdown-menu.show {
    display: flex;
  }
  .dropdown-menu .overview-column {
    width: 25%;
    padding-right: 30px;
  }
  .dropdown-menu .overview-column .description {
    max-width: 305px;
    font-size: clamp(14px, 1.11111111vw, 16px);
  }
  .dropdown-menu .overview-column .link {
    margin-top: 25px;
  }
  .dropdown-menu .overview-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .dropdown-menu .overview-column ul li {
    margin-bottom: 10px;
  }
  .dropdown-menu .overview-column ul li a {
    font-size: 16px;
    padding-left: 0;
  }
  .dropdown-menu .overview-column ul li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu .menu-columns {
    width: 75%;
    display: flex;
  }
  .dropdown-menu .menu-columns > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 25%;
  }
  .dropdown-menu .menu-columns > ul > li {
    margin-bottom: 16px;
  }
  .dropdown-menu .menu-columns > ul > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu {
    position: static;
    min-width: initial;
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu .overview-column {
    display: none;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu .menu-columns {
    width: 100%;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu .menu-columns ul {
    width: 100%;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu .menu-columns ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .dropdown-menu .menu-columns > ul > li .dropdown-menu .menu-columns ul li a {
    font-weight: 400;
    font-size: clamp(14px, 1.11111111vw, 16px);
    font-family: 'Banana Grotesk', sans-serif;
  }
  .dropdown-menu .menu-columns > ul > li.new-flag > a span {
    display: flex;
    align-items: center;
  }
  .dropdown-menu .menu-columns > ul > li.new-flag > a span:after {
    margin-left: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #fff;
    color: #0F4BFF;
    font-size: clamp(14px, 1.11111111vw, 16px);
    content: "NEW";
    display: block;
  }
  .dropdown-menu .menu-columns > ul:empty {
    display: none;
  }
  .dropdown-menu .menu-columns .resources-listing {
    width: 100%;
    max-width: 1060px;
  }
  .dropdown-menu .menu-columns .resource-menu-item {
    max-width: 340px;
  }
  .dropdown-menu .menu-columns .resource-menu-item .image {
    height: clamp(150px, 13.88888889vw, 200px);
    position: relative;
    margin-bottom: 20px;
  }
  .dropdown-menu .menu-columns .resource-menu-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dropdown-menu .menu-columns .resource-menu-item .image .article_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  .dropdown-menu .menu-columns .resource-menu-item h3 {
    color: #fff;
    font-size: clamp(16px, 1.38888889vw, 20px);
    line-height: 1.4;
    margin: 0;
  }
  .dropdown-menu .menu-columns .resource-menu-item h3 a {
    color: #fff;
  }
  .dropdown-menu .menu-columns .resource-menu-item .link {
    font-size: clamp(16px, 1.38888889vw, 20px);
    margin-top: 15px;
  }
  .four-columns .dropdown-menu .menu-columns > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .four-columns .dropdown-menu .menu-columns > ul > li {
    width: 25%;
    padding: 0 15px;
  }
  .white-box .dropdown-menu .menu-columns {
    width: 50%;
  }
  .white-box .dropdown-menu .menu-columns > ul {
    width: 50%;
  }
  .white-box .dropdown-menu .menu-white-box {
    padding-left: 30px;
    width: 25%;
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner {
    background-color: #fff;
    padding-top: clamp(20px, 2.08333333vw, 30px);
    padding-bottom: clamp(20px, 2.43055556vw, 35px);
    padding-left: clamp(20px, 2.43055556vw, 35px);
    padding-right: clamp(20px, 2.43055556vw, 35px);
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner .box-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner .box-heading img {
    margin-right: clamp(15px, 1.73611111vw, 25px);
    max-width: clamp(115px, 10.41666667vw, 150px);
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner .box-heading .new-flag {
    display: block;
    padding: 5px 8px;
    color: #fff;
    background-color: #0F4BFF;
    font-weight: 500;
    font-size: clamp(14px, 1.11111111vw, 16px);
    text-transform: uppercase;
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner h3 {
    font-size: clamp(18px, 1.66666667vw, 24px);
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0;
  }
  .white-box .dropdown-menu .menu-white-box .white-box-inner .link {
    margin-top: clamp(25px, 2.43055556vw, 35px);
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .top_nav .navbar-light .navbar-nav {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_nav .navbar-light .navbar-nav .nav-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }
  .top_nav .quote_btn {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-size: 14px;
  }
}
body.turquoiseNav .top_nav {
  background-color: #BBE6F0;
  border-bottom: 1px solid rgba(15, 75, 255, 0.3);
}
body.turquoiseNav .top_nav .navbar-brand img {
  filter: brightness(0);
}
body.turquoiseNav .top_nav .navbar-light .navbar-nav a.nav-link,
body.turquoiseNav .top_nav .navbar-light .navbar-text a.nav-link {
  color: #000 !important;
}
body.turquoiseNav .top_nav .toggle-bar span {
  background: #000;
}
body.turquoiseNav .mobile-menu-toggle {
  border-color: rgba(15, 75, 255, 0.2);
}
body.scrolled .top_nav,
body.whiteNav .top_nav {
  background-color: #fff;
  border-bottom: 1px solid rgba(15, 75, 255, 0.3);
}
body.scrolled .top_nav .navbar-brand img,
body.whiteNav .top_nav .navbar-brand img {
  filter: brightness(0);
}
body.scrolled .top_nav .navbar-light .navbar-nav a.nav-link,
body.whiteNav .top_nav .navbar-light .navbar-nav a.nav-link,
body.scrolled .top_nav .navbar-light .navbar-text a.nav-link,
body.whiteNav .top_nav .navbar-light .navbar-text a.nav-link {
  color: #000 !important;
}
body.scrolled .top_nav .toggle-bar span,
body.whiteNav .top_nav .toggle-bar span {
  background: #000;
}
body.scrolled .mobile-menu-toggle,
body.whiteNav .mobile-menu-toggle {
  border-color: rgba(15, 75, 255, 0.2);
}
@media (min-width: 992px) {
  body.scrolled .top_nav .navbar-light .navbar-nav .nav-link:before,
  body.whiteNav .top_nav .navbar-light .navbar-nav .nav-link:before {
    background-color: #0f4bff;
  }
}
@media (max-width: 991px) {
  .toggle-bar.is-active span:first-child {
    transform: rotate(45deg);
    top: 3px;
  }
  .toggle-bar.is-active span:last-child {
    transform: rotate(-45deg);
    bottom: 3px;
  }
}
.mm-menu_offcanvas {
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: calc(100% - 65px);
  top: 65px;
  --mm-color-border: rgba(255, 255, 255, 0);
  --mm-color-button: #ffffff;
  --mm-color-text: #ffffff;
  --mm-color-text-dimmed: #ffffff;
  --mm-color-background: #0f4bff;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
  --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
body.mm-wrapper_opening .top_nav {
  background-color: #0f4bff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.mm-wrapper_opening .top_nav .navbar-brand img {
  filter: brightness(1);
}
body.mm-wrapper_opening .top_nav .navbar-light .navbar-nav a.nav-link,
body.mm-wrapper_opening .top_nav .navbar-light .navbar-text a.nav-link {
  color: #fff !important;
}
body.mm-wrapper_opening .top_nav .toggle-bar span {
  background: #fff;
}
body.mm-wrapper_opening .mobile-menu-toggle {
  border-color: rgba(255, 255, 255, 0.3);
}
body.mm-wrapper_opening .quote_btn {
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_offcanvas,
.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
  -webkit-transform: translate3d(0vw, 0, 0);
  transform: translate3d(0vw, 0, 0);
}
.mm-wrapper__blocker {
  z-index: 100;
  width: 56px;
  height: 64px;
  background-color: transparent;
}
#menu-site-menu-2 .mm-navbar {
  display: none;
}
.mm-navbars_bottom {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background-color: #0f4bff;
  height: 84px;
}
.mm-navbars_bottom a {
  background-color: #f56600;
  color: #000 !important;
  font-family: 'Banana Grotesk Medium', sans-serif;
  font-size: 16px;
  line-height: 64px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  height: 64px;
}
.mm-navbar__title {
  text-align: left;
}
.mm-listitem__text {
  margin: 0;
  text-overflow: initial;
  white-space: initial;
  overflow: initial;
  line-height: 1.1;
}
.mm-listitem__text > span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .mm-wrapper__blocker {
    display: none;
  }
  .mm-wrapper_opening .mm-menu_offcanvas {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
  }
  body.mm-wrapper_opening .quote_btn {
    opacity: 1;
  }
}
.top-prime-banner {
  background: linear-gradient(to right, #234af5, #ff8633);
}
.top-prime-banner .prime-banner-inner {
  display: flex;
  justify-content: center;
  min-height: 40px;
  align-items: center;
}
.top-prime-banner .prime-banner-inner a {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.top-prime-banner .prime-banner-inner a .prime-logo {
  margin-right: 10px;
  max-width: 116px;
}
.top-prime-banner .prime-banner-inner a .arrow-icon {
  margin-left: 10px;
}
.top-prime-banner .prime-banner-inner a span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .top-prime-banner .prime-banner-inner a span {
    display: none;
  }
}
.top-cta-banner {
  background-color: #000;
}
.top-cta-banner .cta-banner-inner {
  display: flex;
  justify-content: center;
  min-height: 40px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-cta-banner .cta-banner-inner a {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.top-cta-banner .cta-banner-inner a .cta-banner-arrow {
  margin-left: 10px;
}
.top-cta-banner .cta-banner-inner a .cta-banner-arrow path {
  fill: #fff;
}
.top-cta-banner .cta-banner-inner a span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .top-cta-banner .cta-banner-inner a span {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .mobile-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .professionals-menu {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .mobile-menu > li.mobile-new-flag > a {
    display: flex;
    align-items: center;
  }
  .mobile-menu > li.mobile-new-flag > a:after {
    margin-left: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #fff;
    color: #0F4BFF;
    font-size: clamp(14px, 1.11111111vw, 16px);
    line-height: 1.5;
    content: "NEW";
    display: block;
  }
}
.mm-panels > .mm-panel {
  padding-top: 5vh;
}
.mm-menu_offcanvas {
  height: calc(100vh - 65px) !important;
  top: 65px;
}
.mobile-menu li a,
.mm-listitem__text {
  margin-top: 0;
  margin-bottom: 0;
}
.prime-menu .menu-columns > ul {
  display: none;
}
@media (min-width: 992px) {
  .prime-menu .dropdown-menu .overview-column .description {
    max-width: 250px;
  }
}
.professionals-menu .menu-columns > ul {
  display: none;
}
@media (min-width: 992px) {
  .professionals-menu .dropdown-menu .overview-column .description {
    max-width: 250px;
  }
  .professionals-menu .dropdown-menu .menu-columns .resource-menu-item .image {
    height: clamp(150px, 12.22222222vw, 176px);
  }
}
.mm-wrapper__blocker {
  top: 0px;
}
body.has-top-bar .mm-menu_offcanvas {
  height: calc(100vh - 105px) !important;
  top: 105px;
}
body.has-top-bar .mm-wrapper__blocker {
  top: 40px;
}
.site-footer {
  padding-top: clamp(64px, 6.94444444vw, 100px);
  width: 100%;
  float: left;
}
.site-footer .container {
  max-width: 1240px;
}
.site-footer .ftr-why {
  margin-top: clamp(40px, 6.94444444vw, 100px);
}
.site-footer .ftr-why.prime-banner {
  background-image: none !important;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer .ftr-why.prime-banner .x-icon {
  width: clamp(60px, 9.027777779999999vw, 130px);
}
.site-footer .ftr-why.prime-banner .panel-title {
  color: #000;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
.site-footer .ftr-why.prime-banner .prime-logo {
  max-width: clamp(157px, 17.01388889vw, 245px);
}
.site-footer .ftr-why.prime-banner .link {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .site-footer .ftr-why.prime-banner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .site-footer .ftr-why.prime-banner .panel-title {
    display: none;
  }
}
.site-footer .ftr-why.hide-title-cta {
  background-image: none !important;
  padding: 0;
}
.site-footer .ftr-why.hide-title-cta img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .site-footer .ftr-why.hide-title-cta {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-top h3 {
  font-size: clamp(28px, 2.5vw, 36px);
}
.footer-block ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  color: #fff;
}
.footer-block ul li {
  margin-bottom: 15px;
  padding: 0;
}
.footer-block ul li span {
  font-size: clamp(14px, 1.11111111vw, 16px);
  display: block;
  opacity: 0.8;
  margin-bottom: 4px;
}
.footer-block ul li a {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-bottom: 15px;
  color: #fff;
  word-wrap: break-word;
}
.footer-block h3 {
  margin: 0 0 5px;
  font-size: clamp(16px, 1.38888889vw, 20px);
  color: #fff;
}
.bottom-links p.smalltxt {
  margin-bottom: 2px;
}
.intro-text.center {
  text-align: center;
}
.intro-text.center .section-description {
  margin-right: auto;
  margin-left: auto;
}
.intro-text.left {
  text-align: left;
}
.intro-text.right {
  text-align: right;
}
.intro-text.right .section-description {
  margin-right: 0;
  margin-left: auto;
}
.intro-text .section-subtitle {
  color: #f56600;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.intro-text .section-title {
  color: #000000;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .intro-text .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .intro-text .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.intro-text .section-description {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #7f7f7f;
}
@media only screen and (min-width: 991px) {
  .intro-text .section-description {
    font-size: 18px;
    line-height: 30px;
  }
}
.intro-text .section-description p {
  color: inherit;
}
.section-hero {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.section-hero:first-child {
  padding: 200px 0 50px;
}
@media only screen and (min-width: 991px) {
  .section-hero:first-child {
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero {
    /*
		&:after {
			content: '';
			position: absolute;
			right: 0;
			top: 0;
			width: 30%;
			height: 100%;
			background-color: @blue;
			z-index: 0;
		}
		*/
  }
}
.section-hero .container {
  position: relative;
  z-index: 2;
}
.section-hero .bg-shapes .shape {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  opacity: 0.3;
}
@media only screen and (min-width: 991px) {
  .section-hero .bg-shapes .shape {
    opacity: 1;
  }
}
.section-hero .bg-shapes .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.section-hero .bg-shapes .shape.shape-1 {
  background-color: #bbe6f0;
}
.section-hero .bg-shapes .shape.shape-1 img {
  object-fit: cover;
}
.section-hero .bg-shapes .shape.shape-1 .img-x {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  object-position: right center;
}
.section-hero .bg-shapes .shape.shape-1 .img-custom {
  object-fit: contain;
  width: auto;
  height: 40%;
  max-width: 100%;
  margin: auto;
  right: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.section-hero .bg-shapes .shape.shape-2 {
  right: 0;
  height: 100%;
  overflow: hidden;
  background-color: #0f4bff;
}
.section-hero .bg-shapes .shape.shape-2 img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left center;
}
.section-hero .bg-shapes .shape.shape-2 .img-x {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-hero .bg-shapes .shape.shape-2 .img-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-hero .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-hero .inner .main-text {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .main-text {
    width: 50%;
  }
}
.section-hero .inner .main-text .intro-text.left {
  text-align: center;
}
.section-hero .inner .main-text .intro-text.left .section-description {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .main-text .intro-text.left {
    text-align: left;
  }
  .section-hero .inner .main-text .intro-text.left .section-description {
    margin-right: auto;
    margin-left: 0;
  }
}
.section-hero .inner .main-text .section-description {
  color: #000000;
}
.section-hero .inner .main-text .section-description img {
  max-width: 100%;
  height: auto;
}
.section-hero .inner .main-text .highlight-box {
  background-color: #f1fafc;
  padding: 40px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 510px;
  width: 100%;
  font-size: 18px;
  line-height: 35px;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .main-text .highlight-box {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .main-text .highlight-box {
    margin-right: auto;
    margin-left: 0;
    padding: 60px;
  }
}
.section-hero .inner .side-content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .side-content {
    width: 50%;
    max-width: 440px;
    margin: 0 0 0 auto;
  }
}
.section-hero .inner .video-content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .video-content {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.section-hero .inner .video-content .video-image {
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section-hero .inner .video-content .video-image .open-video {
  font-size: 50px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .section-hero .inner .video-content .video-image .open-video {
    font-size: 70px;
    width: 70px;
    height: 70px;
  }
}
.section-hero .inner .video-content .video-image .open-video:hover {
  opacity: 0.5;
}
.section-hero .inner .hero-form {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .hero-form {
    width: 50%;
  }
}
.section-hero .inner .hero-form .hbspt-form {
  padding: 20px 30px;
  background-color: white;
  max-width: 530px;
  min-width: unset;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
}
.section-hero .inner .hero-form .hbspt-form form {
  padding: 0;
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .hero-form .hbspt-form {
    margin-right: 0;
    margin-left: auto;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero .inner .hero-form .hbspt-form {
    margin-right: -8vw;
  }
}
.section-hero .inner .hero-form .hbspt-form br {
  display: none;
}
.section-hero .inner .hero-form .hbspt-form fieldset {
  max-width: 100%;
  width: 100%;
}
.section-hero .inner .hero-form .hbspt-form fieldset:first-child .hs-form-field > label {
  margin-top: 0;
}
.section-hero .inner .hero-form .hbspt-form .input ::-webkit-input-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.section-hero .inner .hero-form .hbspt-form .input :-moz-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.section-hero .inner .hero-form .hbspt-form .input ::-moz-placeholder {
  color: #7f7f7f !important;
  opacity: 1;
}
.section-hero .inner .hero-form .hbspt-form .input :-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7f7f !important;
  opacity: 1;
}
.section-hero .inner .hero-form .hbspt-form .input input {
  width: 100% !important;
  border: 0;
  background-color: #f1fafc;
  color: #7f7f7f;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field {
  width: 100%;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field > label {
  font-family: 'Banana Grotesk Regular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field > label .hs-form-required {
  color: red;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field .inputs-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field .inputs-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field select,
.section-hero .inner .hero-form .hbspt-form .hs-form-field textarea {
  max-width: 100%;
  width: 100%;
  border: 0;
  background-color: #f1fafc;
  color: #7f7f7f;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field select {
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field .hs-form-radio-display {
  margin-right: 20px;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field .hs-form-radio-display input {
  width: auto !important;
  margin-right: 5px;
}
.section-hero .inner .hero-form .hbspt-form .hs-form-field .hs-form-radio-display input + span {
  font-size: 16px;
  line-height: 24px;
}
.section-hero .inner .hero-form .hbspt-form .hs_submit {
  width: 100%;
}
.section-hero .inner .hero-form .hbspt-form .hs_submit .actions {
  width: 100%;
  text-align: right;
}
.section-hero .inner .hero-form .hbspt-form .hs_submit .actions input[type="submit"] {
  background-color: #f56600;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/icon-half-x-white.svg");
  background-repeat: no-repeat;
  background-position: 80% center;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 17px 30px;
  min-width: 220px;
}
.section-hero .inner .testimonial {
  font-size: 16px;
  line-height: 20px;
  padding: 40px;
  background-color: #f1fafc;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .testimonial {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .testimonial {
    margin: 0;
  }
}
.section-hero .inner .testimonial .testimonial-text {
  position: relative;
  padding: 30px 0;
}
.section-hero .inner .testimonial .testimonial-text:before {
  content: '“';
  top: 0;
  left: 0;
  font-size: 90px;
  line-height: 30px;
  color: #f56600;
  position: absolute;
}
.section-hero .inner .testimonial .testimonial-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}
@media only screen and (min-width: 991px) {
  .section-hero .inner .testimonial .testimonial-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-hero.style-cta {
  background-color: #ffffff;
}
.section-hero.style-cta .bg-shapes .shape.shape-1 {
  background-color: #f1fafc;
  left: -100px;
  height: 390px;
  width: 200px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-cta .bg-shapes .shape.shape-1 {
    left: -170px;
    height: 60%;
    width: 15%;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero.style-cta .bg-shapes .shape.shape-1 {
    left: -110px;
    height: 390px;
    width: 200px;
  }
}
.section-hero.style-cta .bg-shapes .shape.shape-1 .img-custom {
  object-fit: cover;
}
.section-hero.style-cta .bg-shapes .shape.shape-2 {
  width: 19%;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-cta .bg-shapes .shape.shape-2 {
    width: 55%;
  }
}
.section-hero.style-cta .main-text {
  padding: 30px 0;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-cta .main-text {
    width: 30%;
    padding: 180px 0;
  }
}
.section-hero.style-cta .main-text .section-description {
  max-width: 390px;
  width: 100%;
}
.section-hero.style-cta .hero-form {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-cta .hero-form {
    width: 70%;
  }
}
.section-hero.style-cta .hero-form .hbspt-form {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-cta .hero-form .hbspt-form {
    margin-right: 0;
  }
}
.section-hero.style-hero {
  background-color: #f1fafc;
}
.section-hero.style-hero .bg-shapes .shape.shape-1 {
  left: -80px;
  height: 300px;
  width: 150px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .bg-shapes .shape.shape-1 {
    left: -170px;
    height: 60%;
    width: 15%;
  }
}
.section-hero.style-hero .bg-shapes .shape.shape-2 {
  width: 30%;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .bg-shapes .shape.shape-2 {
    width: 50%;
  }
}
.section-hero.style-hero .main-text {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .main-text {
    padding: 300px 30px 300px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero.style-hero .main-text {
    padding: 300px 30px 300px 0;
  }
}
.section-hero.style-hero .main-text .section-subtitle {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .main-text .section-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.section-hero.style-hero .main-text .section-title {
  font-size: 40px;
  line-height: 42px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .main-text .section-title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-hero.style-hero .main-text .section-title {
    font-size: 70px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero.style-hero .main-text .section-title {
    font-size: 70px;
    line-height: 72px;
  }
}
.section-hero.style-hero .main-text .section-description {
  font-size: 16px;
  line-height: 24px;
  max-width: 512px;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .section-hero.style-hero .main-text .section-description {
    font-size: 18px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .main-text .section-description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-hero .inner .hero-form {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.reverse .inner {
    flex-direction: row-reverse;
  }
  .section-hero.reverse .inner .side-content {
    margin: 0 auto 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.reverse.style-cta .main-text {
    width: 50%;
    padding: 50px 0;
  }
}
.section-hero.reverse.style-cta .main-text .section-description {
  max-width: 100%;
  font-size: 18px;
  line-height: 35px;
}
@media only screen and (min-width: 991px) {
  .section-hero.reverse.style-cta .main-text .section-description {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-hero.reverse.style-cta .main-text .highlight-box {
  max-width: 100%;
}
.section-hero.reverse.style-cta .bg-shapes .shape.shape-1 {
  right: -100px;
  left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 991px) {
  .section-hero.reverse.style-cta .bg-shapes .shape.shape-1 {
    right: -170px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero.reverse.style-cta .bg-shapes .shape.shape-1 {
    right: -110px;
  }
}
.section-hero.reverse.style-cta .bg-shapes .shape.shape-2 {
  left: 0;
}
@media only screen and (min-width: 991px) {
  .section-hero.reverse.style-cta .bg-shapes .shape.shape-2 {
    width: 50%;
  }
}
.section-hero.reverse.style-cta .bg-shapes .shape.shape-2 .img-custom {
  left: 0;
}
.section-hero.reverse.style-cta .bg-shapes .shape.shape-2 .img-x {
  -webkit-transform: scaleX(-1.1);
  transform: scaleX(-1.1);
  right: 0;
  left: auto;
}
.section-hero.style-background-image,
.section-hero.style-50-50 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0 80px;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image .inner .main-text,
  .section-hero.style-50-50 .inner .main-text {
    width: 62%;
  }
}
.section-hero.style-background-image .inner .main-text .intro-text .section-title,
.section-hero.style-50-50 .inner .main-text .intro-text .section-title,
.section-hero.style-background-image .inner .main-text .intro-text .section-description,
.section-hero.style-50-50 .inner .main-text .intro-text .section-description {
  color: #ffffff;
}
.section-hero.style-background-image .inner .main-text .intro-text .section-title,
.section-hero.style-50-50 .inner .main-text .intro-text .section-title {
  font-size: 40px;
  line-height: 42px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image .inner .main-text .intro-text .section-title,
  .section-hero.style-50-50 .inner .main-text .intro-text .section-title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-hero.style-background-image .inner .main-text .intro-text .section-title,
  .section-hero.style-50-50 .inner .main-text .intro-text .section-title {
    font-size: 70px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-hero.style-background-image .inner .main-text .intro-text .section-title,
  .section-hero.style-50-50 .inner .main-text .intro-text .section-title {
    font-size: 80px;
    line-height: 82px;
  }
}
.section-hero.style-background-image .inner .main-text .intro-text .section-description,
.section-hero.style-50-50 .inner .main-text .intro-text .section-description {
  max-width: 510px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image .inner .main-text .intro-text .section-description,
  .section-hero.style-50-50 .inner .main-text .intro-text .section-description {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image .inner .hero-form,
  .section-hero.style-50-50 .inner .hero-form {
    width: 38%;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image .inner .video-content,
  .section-hero.style-50-50 .inner .video-content {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image.style-50-50 .inner .main-text,
  .section-hero.style-50-50.style-50-50 .inner .main-text {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image:last-child .inner .main-text,
  .section-hero.style-50-50:last-child .inner .main-text {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .section-hero.style-background-image.has-video .inner .main-text,
  .section-hero.style-50-50.has-video .inner .main-text {
    width: 50%;
    padding-right: 30px;
  }
}
.section-hero.style-background-image.text-color-white .inner .main-text .intro-text .section-subtitle,
.section-hero.style-50-50.text-color-white .inner .main-text .intro-text .section-subtitle,
.section-hero.style-background-image.text-color-white .inner .main-text .intro-text .section-title,
.section-hero.style-50-50.text-color-white .inner .main-text .intro-text .section-title,
.section-hero.style-background-image.text-color-white .inner .main-text .intro-text .section-description,
.section-hero.style-50-50.text-color-white .inner .main-text .intro-text .section-description {
  color: #ffffff;
}
.section-hero.style-background-image.text-color-black .inner .main-text .intro-text .section-subtitle,
.section-hero.style-50-50.text-color-black .inner .main-text .intro-text .section-subtitle,
.section-hero.style-background-image.text-color-black .inner .main-text .intro-text .section-title,
.section-hero.style-50-50.text-color-black .inner .main-text .intro-text .section-title,
.section-hero.style-background-image.text-color-black .inner .main-text .intro-text .section-description,
.section-hero.style-50-50.text-color-black .inner .main-text .intro-text .section-description {
  color: #000000;
}
.video-popup {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s linear 0s, z-index 0s linear 0.5s;
  position: fixed;
  width: 100vw;
  height: 0;
  padding-bottom: 56vw;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .video-popup {
    width: 70vw;
    padding-bottom: 41.5vw;
  }
}
.video-popup .popup-inner {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(204, 204, 204, 0.2);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .video-popup .popup-inner {
    padding: 40px;
  }
}
.video-popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .video-popup iframe {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
.video-popup .close-video {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
.video-popup.show-video {
  opacity: 1;
  z-index: 10009;
  transition: opacity 0.5s linear 0.3s, z-index 0s linear 0s;
}
.section-cards_flipping {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping {
    padding: 100px 0;
  }
}
.section-cards_flipping.bg-blue-sky-pattern {
  background-color: #bbe6f0;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/pattern-x-white.png");
  background-repeat: no-repeat;
  background-position: 30px center;
}
.section-cards_flipping.bg-blue-sky-pattern .intro-text .section-description {
  color: #000000;
}
.section-cards_flipping.bg-blue-sky-pattern .flipping-cards .flipping-card {
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
}
.section-cards_flipping.bg-blue {
  background-color: #0f4bff;
}
.section-cards_flipping.bg-blue .intro-text .section-title,
.section-cards_flipping.bg-blue .intro-text .section-description {
  color: #ffffff;
}
.section-cards_flipping.bg-blue .flipping-cards .flipping-card .front,
.section-cards_flipping.bg-blue .flipping-cards .flipping-card .back {
  background-color: #ffffff;
}
.section-cards_flipping.intro-full-width .intro-text {
  max-width: 100%;
}
.section-cards_flipping .intro-text {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-cards_flipping .flipping-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 650px) {
  .section-cards_flipping .flipping-cards.columns-4 .flipping-card {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping .flipping-cards.columns-4 .flipping-card {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-cards_flipping .flipping-cards.columns-4 .flipping-card {
    width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 500px) {
  .section-cards_flipping .flipping-cards.columns-5 .flipping-card {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping .flipping-cards.columns-5 .flipping-card {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-cards_flipping .flipping-cards.columns-5 .flipping-card {
    width: calc(20% - 30px);
  }
}
.section-cards_flipping .flipping-cards .flipping-card {
  position: relative;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  cursor: pointer;
}
.section-cards_flipping .flipping-cards .flipping-card .front,
.section-cards_flipping .flipping-cards .flipping-card .back {
  transition: 600ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #f1fafc;
  padding: 30px;
  min-height: 240px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping .flipping-cards .flipping-card .front,
  .section-cards_flipping .flipping-cards .flipping-card .back {
    min-height: 340px;
  }
}
.section-cards_flipping .flipping-cards .flipping-card .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-cards_flipping .flipping-cards .flipping-card .front .image {
  height: 85px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping .flipping-cards .flipping-card .front .image {
    height: 115px;
  }
}
.section-cards_flipping .flipping-cards .flipping-card .front .image img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.section-cards_flipping .flipping-cards .flipping-card .front .card-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-cards_flipping .flipping-cards .flipping-card .front .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-cards_flipping .flipping-cards .flipping-card .front .card-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-cards_flipping .flipping-cards .flipping-card .front .card-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-cards_flipping .flipping-cards .flipping-card .front .card-title:after {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #0f4bff;
}
.section-cards_flipping .flipping-cards .flipping-card .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-cards_flipping .flipping-cards .flipping-card:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.section-cards_flipping .flipping-cards .flipping-card:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.section-cards_static {
  padding: 50px 0;
}
@media only screen and (min-width: 1600px) {
  .section-cards_static {
    padding: 100px 0;
  }
}
.section-cards_static .intro-780 .intro-text {
  max-width: 780px;
}
.section-cards_static .intro-800 .intro-text {
  max-width: 800px;
}
.section-cards_static .intro-text {
  width: 100%;
  margin: 0 auto 50px;
}
.section-cards_static.bg-blue-sky-pattern {
  background-color: #bbe6f0;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/pattern-x-white.png");
  background-repeat: no-repeat;
  background-position: 30px center;
}
.section-cards_static.bg-blue-sky-pattern .static-cards .static-card .inner .card-info {
  font-size: 14px;
  line-height: 22px;
  color: #7f7f7f;
}
@media only screen and (min-width: 991px) {
  .section-cards_static.bg-blue-sky-pattern .static-cards .static-card .inner .card-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-cards_static.boxes-white .static-cards .static-card {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-cards_static.boxes-left-align .static-cards .static-card {
    text-align: left;
  }
  .section-cards_static.boxes-left-align .static-cards .static-card .inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section-cards_static.boxes-left-align .static-cards .static-card .inner .card-title:after {
    margin: 0 auto 0 0;
  }
}
.section-cards_static.boxes-white.boxes-left-align .static-cards .static-card {
  padding: 0;
}
.section-cards_static.boxes-white.boxes-left-align .static-cards .static-card .inner .card-title {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .section-cards_static.boxes-white.boxes-left-align .static-cards .static-card .inner .card-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-cards_static.boxes-white.boxes-left-align .static-cards .static-card .inner .card-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.section-cards_static .static-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.section-cards_static .static-cards.columns-4 .static-card {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-cards_static .static-cards.columns-4 .static-card {
    max-width: calc(50% - 60px);
  }
}
@media only screen and (min-width: 1024px) {
  .section-cards_static .static-cards.columns-4 .static-card {
    max-width: calc(25% - 60px);
  }
}
.section-cards_static .static-cards .static-card {
  background-color: #f1fafc;
  width: 100%;
  text-align: center;
  padding: 45px 35px;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .section-cards_static .static-cards .static-card {
    max-width: calc(33.33% - 60px);
    margin: 15px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-cards_static .static-cards .static-card {
    margin: 30px;
    padding: 45px 35px;
  }
}
.section-cards_static .static-cards .static-card .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.section-cards_static .static-cards .static-card .inner .image {
  margin-bottom: 20px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .section-cards_static .static-cards .static-card .inner .image {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-cards_static .static-cards .static-card .inner .image {
    height: 120px;
  }
}
.section-cards_static .static-cards .static-card .inner .image img {
  max-height: 100%;
  width: auto;
}
.section-cards_static .static-cards .static-card .inner .card-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-cards_static .static-cards .static-card .inner .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-cards_static .static-cards .static-card .inner .card-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-cards_static .static-cards .static-card .inner .card-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-cards_static .static-cards .static-card .inner .card-title:after {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #0f4bff;
}
.section-cards_static .static-cards .static-card .inner .card-info {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .section-cards_static .static-cards .static-card .inner .card-info {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-cards {
  background-color: #bbe6f0;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/X-pattern-2.png");
  padding: 20px 0 50px;
}
@media only screen and (min-width: 768px) {
  .section-cards {
    padding: 60px 0;
  }
}
.section-cards .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 1320px) {
  .section-cards .inner {
    flex-direction: row-reverse;
  }
}
.section-cards .inner .intro-text {
  width: 100%;
  background-color: #bbe6f0;
  padding-top: 30px;
}
@media only screen and (min-width: 1320px) {
  .section-cards .inner .intro-text {
    width: 36%;
    padding-left: 55px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-cards .inner .intro-text .section-description {
  color: #000000;
}
.section-cards .inner .static-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 1320px) {
  .section-cards .inner .static-cards {
    width: 64%;
  }
}
.section-cards .inner .static-cards .static-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
  padding: 40px 20px 60px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
}
@media only screen and (min-width: 768px) {
  .section-cards .inner .static-cards .static-card {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1320px) {
  .section-cards .inner .static-cards .static-card {
    width: calc(33.33% - 30px);
  }
}
.section-cards .inner .static-cards .static-card:after {
  content: '';
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/icon-half-x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.section-cards .inner .static-cards .static-card .card-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-cards .inner .static-cards .static-card .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-cards .inner .static-cards .static-card .card-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-cards .inner .static-cards .static-card .card-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-cards .inner .static-cards .static-card .card-title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: 3px;
  background-color: #0f4bff;
}
.section-cards .inner .static-cards .static-card .card-text {
  font-size: 14px;
  line-height: 22px;
  color: #7f7f7f;
}
@media only screen and (min-width: 991px) {
  .section-cards .inner .static-cards .static-card .card-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-numbers {
  padding: 50px 0;
}
@media only screen and (min-width: 1600px) {
  .section-numbers {
    padding: 110px 0;
  }
}
.section-numbers .intro-text {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 60px;
}
.section-numbers .numbers-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-numbers .numbers-wrap .number-box {
  margin-bottom: 50px;
}
.section-numbers .numbers-wrap .number-box .icon {
  height: 50px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap .number-box .icon {
    height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-numbers .numbers-wrap .number-box .icon {
    height: 90px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-numbers .numbers-wrap .number-box .icon {
    height: 118px;
  }
}
.section-numbers .numbers-wrap .number-box .icon img {
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
.section-numbers .numbers-wrap .number-box .number {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .section-numbers .numbers-wrap .number-box .number {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-numbers .numbers-wrap .number-box .number {
    font-size: 70px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-numbers .numbers-wrap .number-box .number {
    font-size: 70px;
    line-height: 72px;
  }
}
.section-numbers .numbers-wrap .number-box .number .orange {
  display: inline-block;
  color: #f56600;
}
.section-numbers .numbers-wrap .number-box .number .blue {
  display: inline-block;
  color: #0f4bff;
}
.section-numbers .numbers-wrap .number-box .box-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap .number-box .box-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-numbers .numbers-wrap .number-box .box-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-numbers .numbers-wrap .number-box .box-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-numbers .numbers-wrap .number-box .box-title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #0f4bff;
}
.section-numbers .numbers-wrap.columns-2 .number-box {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.columns-2 .number-box {
    width: 50%;
  }
}
.section-numbers .numbers-wrap.columns-3 .number-box {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.columns-3 .number-box {
    width: 33.33%;
  }
}
.section-numbers .numbers-wrap.columns-4 .number-box {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.columns-4 .number-box {
    width: 25%;
  }
  .section-numbers .numbers-wrap.columns-4 .number-box:nth-child(2n) .inner {
    margin-right: auto;
    margin-left: auto;
  }
  .section-numbers .numbers-wrap.columns-4 .number-box:nth-child(4n + 3) .inner,
  .section-numbers .numbers-wrap.columns-4 .number-box:nth-child(4n + 4) .inner {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1320px) {
  .section-numbers .numbers-wrap.columns-4 .number-box .number {
    white-space: nowrap;
  }
}
.section-numbers .numbers-wrap.has-description .number-box .box-title:after {
  display: none;
}
.section-numbers .numbers-wrap.no-bg .number-box .inner {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.no-bg .number-box .inner {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-numbers .numbers-wrap.no-bg .number-box .inner {
    max-width: 230px;
  }
}
.section-numbers .numbers-wrap.has-bg {
  align-items: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.has-bg {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.section-numbers .numbers-wrap.has-bg .number-box {
  background-color: #f1fafc;
  padding: 30px;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.has-bg .number-box {
    margin: 20px;
  }
}
@media only screen and (min-width: 991px) {
  .section-numbers .numbers-wrap.has-bg .number-box {
    padding: 55px;
  }
}
.section-numbers .numbers-wrap.has-bg .number-box .inner {
  max-width: 90%;
  width: 100%;
}
@media (max-width: 500px) {
  .section-numbers .numbers-wrap.has-bg .number-box .inner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-numbers .numbers-wrap.has-bg .number-box .inner .box-title:after {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
  }
}
.section-numbers .numbers-wrap.has-bg.columns-2 .number-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.has-bg.columns-2 .number-box {
    width: calc(50% - 40px);
  }
}
.section-numbers .numbers-wrap.has-bg.columns-3 .number-box {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .section-numbers .numbers-wrap.has-bg.columns-3 .number-box {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.has-bg.columns-3 .number-box {
    width: calc(33.33% - 40px);
  }
}
.section-numbers .numbers-wrap.has-bg.columns-4 .number-box {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .section-numbers .numbers-wrap.has-bg.columns-4 .number-box {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .section-numbers .numbers-wrap.has-bg.columns-4 .number-box {
    width: calc(25% - 40px);
  }
}
.section-testimonial {
  padding: 50px 0;
}
@media only screen and (min-width: 1600px) {
  .section-testimonial {
    padding: 100px 0;
  }
}
.section-testimonial .intro-text {
  margin-bottom: 50px;
}
.section-testimonial.bg-blue-sky-pattern {
  background-color: #bbe6f0;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/pattern-x-white.png");
  background-repeat: no-repeat;
  background-position: 30px center;
}
.section-testimonial.bg-blue-sky-pattern .intro-text .section-description {
  color: #000000;
}
.section-testimonial.bg-blue-sky-pattern .info-boxes .info-box {
  background-color: #ffffff;
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
}
.section-testimonial.bg-white .info-boxes .info-box {
  background-color: #f1fafc;
}
.section-testimonial .info-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.section-testimonial .info-boxes .info-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-testimonial .info-boxes .info-box {
    padding: 55px;
    margin: 20px;
    width: calc(50% - 40px);
  }
}
.section-testimonial .info-boxes .info-box.extra {
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 991px) {
  .section-testimonial .info-boxes .info-box.extra {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-testimonial .info-boxes .info-box.extra img {
  max-width: 100%;
  height: auto;
}
.section-testimonial .info-boxes .info-box.testimonial {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 991px) {
  .section-testimonial .info-boxes .info-box.testimonial {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-testimonial .info-boxes .info-box.testimonial .testimonial-text {
  position: relative;
  padding: 30px 0;
}
.section-testimonial .info-boxes .info-box.testimonial .testimonial-text:before {
  content: '“';
  top: 0;
  left: 0;
  font-size: 90px;
  line-height: 30px;
  color: #f56600;
  position: absolute;
}
.section-testimonial .info-boxes .info-box.testimonial .testimonial-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}
@media only screen and (min-width: 991px) {
  .section-testimonial .info-boxes .info-box.testimonial .testimonial-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-testimonials {
  padding: 50px 0;
}
@media only screen and (min-width: 1600px) {
  .section-testimonials {
    padding: 50px 0;
  }
}
.section-testimonials .intro-text {
  margin-bottom: 50px;
}
.section-testimonials .info-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.section-testimonials .info-boxes .info-box {
  background-color: #f1fafc;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-testimonials .info-boxes .info-box {
    padding: 55px;
    margin: 20px;
    width: calc(50% - 40px);
  }
}
.section-testimonials .info-boxes .info-box.testimonial {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 991px) {
  .section-testimonials .info-boxes .info-box.testimonial {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-testimonials .info-boxes .info-box.testimonial .testimonial-text {
  position: relative;
  padding: 30px 0;
}
.section-testimonials .info-boxes .info-box.testimonial .testimonial-text:before {
  content: '“';
  top: 0;
  left: 0;
  font-size: 90px;
  line-height: 30px;
  color: #f56600;
  position: absolute;
}
.section-testimonials .info-boxes .info-box.testimonial .testimonial-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}
@media only screen and (min-width: 991px) {
  .section-testimonials .info-boxes .info-box.testimonial .testimonial-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.section-cta_boxes {
  background-color: #0f4bff;
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/pattern-x-blue.png");
  background-repeat: repeat;
  background-position: center;
  padding: 100px 0;
}
.section-cta_boxes .intro-text .section-title {
  color: #ffffff;
}
.section-cta_boxes .cta-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.section-cta_boxes .cta-boxes .cta-box {
  background-color: #ffffff;
  padding: 80px 30px;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .section-cta_boxes .cta-boxes .cta-box {
    margin: 30px;
    width: calc(50% - 60px);
    max-width: 660px;
  }
}
.section-cta_boxes .cta-boxes .cta-box .box-title {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 768px) {
  .section-cta_boxes .cta-boxes .cta-box .box-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-cta_boxes .cta-boxes .cta-box .box-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-cta_boxes .cta-boxes .cta-box .box-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-cta_boxes .cta-boxes .cta-box .box-title:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background-color: #0f4bff;
}
.section-cards_static.bg-blue-sky-pattern + .section-slider {
  padding-top: 50px;
}
.section-slider {
  padding-bottom: 50px;
}
.section-slider .slider {
  background-color: #f1fafc;
}
.section-slider .slider .container {
  position: relative;
  z-index: 1;
}
.section-slider .slider .slide {
  position: relative;
  padding: 50px 30px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .section-slider .slider .slide {
    padding: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .section-slider .slider .slide {
    padding: 50px 0 70px;
  }
}
@media only screen and (min-width: 991px) {
  .section-slider .slider .slick-track {
    display: flex !important;
  }
  .section-slider .slider .slick-slide {
    height: inherit !important;
  }
}
.section-slider .slider .slick-arrow {
  position: absolute;
  top: 20px;
  bottom: auto;
  margin: 0 0 auto 0;
  height: 30px;
  width: 30px;
  /*background-image: ~'url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/sections/icon-half-x-orange.svg")';*/
  background-image: url("https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/Arrow-left.png");
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: center;
  z-index: 1;
  font-size: 0;
}
@media only screen and (min-width: 500px) {
  .section-slider .slider .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 991px) {
  .section-slider .slider .slick-arrow {
    top: 0;
    bottom: -20px;
    margin: auto 0 0 0;
  }
}
.section-slider .slider .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
@media only screen and (min-width: 991px) {
  .section-slider .slider .slick-arrow.slick-prev {
    left: calc(50% - 10px);
  }
}
.section-slider .slider .slick-arrow.slick-next {
  right: calc(50% - 40px);
  transform: scaleX(-1) translateY(-15px);
}
@media only screen and (min-width: 991px) {
  .section-slider .slider .slick-arrow.slick-next {
    right: calc(50% - 100px);
  }
}
@media only screen and (min-width: 500px) {
  .section-slider .slider .slick-arrow.slick-next {
    transform: scaleX(-1) translateY(-25px);
  }
}
.section-slider .slider .slick-arrow:before {
  display: none;
}
.section-slider .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .section-slider .inner {
    flex-direction: row-reverse;
  }
}
.section-slider .inner .main-text {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-slider .inner .main-text {
    width: 50%;
  }
}
.section-slider .inner .side-content {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-slider .inner .side-content {
    width: 50%;
    max-width: 440px;
    margin: 0 auto 0 0;
  }
}
.section-slider .bg-shapes .shape {
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 0;
}
@media only screen and (min-width: 991px) {
  .section-slider .bg-shapes .shape {
    top: 0;
  }
}
.section-slider .bg-shapes .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.section-slider .bg-shapes .shape.shape-2 {
  right: 0;
  height: 100%;
  overflow: hidden;
  background-color: #0f4bff;
  width: 19%;
}
@media only screen and (min-width: 991px) {
  .section-slider .bg-shapes .shape.shape-2 {
    left: 0;
    width: 45%;
  }
}
.section-slider .bg-shapes .shape.shape-2 img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left center;
}
.section-slider .bg-shapes .shape.shape-2 .img-x {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 991px) {
  .section-slider .bg-shapes .shape.shape-2 .img-x {
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1);
    right: 0;
    left: auto;
  }
}
.section-slider .bg-shapes .shape.shape-2 .img-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .section-slider .bg-shapes .shape.shape-2 .img-custom {
    left: 0;
  }
}
.section-slider .info-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media only screen and (min-width: 991px) {
  .section-slider .info-boxes {
    margin-top: 70px;
  }
}
.section-slider .info-boxes .info-box {
  background-color: #ffffff;
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
  padding: 40px;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 991px) {
  .section-slider .info-boxes .info-box {
    width: 49%;
    margin: 0;
  }
}
.section-slider .info-boxes .info-box .box-title {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .section-slider .info-boxes .info-box .box-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-slider .info-boxes .info-box .box-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-slider .info-boxes .info-box .box-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.section-slider .info-boxes .info-box .box-title:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #0f4bff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: 0 auto;
}
@media only screen and (min-width: 500px) {
  .section-slider .info-boxes .info-box .box-title:after {
    right: auto;
    margin: 0;
  }
}
.section-slider .info-boxes .info-box .box-text {
  color: #7f7f7f;
}
.section-slider .testimonial {
  font-size: 16px;
  line-height: 20px;
  padding: 40px;
  background-color: #f1fafc;
  margin: 10px 0;
  box-shadow: 0 9px 16px rgba(118, 118, 118, 0.1);
}
@media only screen and (min-width: 991px) {
  .section-slider .testimonial {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .section-slider .testimonial {
    margin: 0;
    box-shadow: none;
  }
}
.section-slider .testimonial .testimonial-text {
  position: relative;
  padding: 30px 0;
}
.section-slider .testimonial .testimonial-text:before {
  content: '“';
  top: 0;
  left: 0;
  font-size: 90px;
  line-height: 30px;
  color: #f56600;
  position: absolute;
}
.section-slider .testimonial .testimonial-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}
@media only screen and (min-width: 991px) {
  .section-slider .testimonial .testimonial-info {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .section-slider .slide-intro {
    padding-top: 50px;
  }
}
.section-slider .slide-intro .slide-subtitle {
  color: #f56600;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-slider .slide-intro .slide-title {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-slider .slide-intro .slide-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-slider .slide-intro .slide-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.section-slider .slide-intro .slide-description {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
}
@media only screen and (min-width: 991px) {
  .section-slider .slide-intro .slide-description {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-slider .slide-intro .slide-description p {
  color: inherit;
}
.section-slider .slide-intro .btn-orange {
  margin-top: 30px;
}
.section-news {
  padding: 50px 0;
}
.section-news .intro-text {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.section-news .news-wrap:not(:last-child) {
  margin-bottom: 50px;
}
.section-news .news-wrap .news-title {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .section-news .news-wrap .news-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-news .news-wrap .news-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.section-news .news-wrap .news-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .section-news .news-wrap .news-boxes {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-news .news-wrap .news-boxes {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.section-news .news-wrap .news-boxes .news-box {
  width: 100%;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .section-news .news-wrap .news-boxes .news-box {
    margin: 15px;
    width: calc(33.33% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .section-news .news-wrap .news-boxes .news-box {
    margin: 30px;
    width: calc(33.33% - 60px);
  }
}
.section-news .news-wrap .news-boxes .news-box .image {
  height: 320px;
}
.section-news .news-wrap .news-boxes .news-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news .news-wrap .news-boxes .news-box .news-title {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-news .news-wrap .news-boxes .news-box .news-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .section-news .news-wrap .news-boxes .news-box .news-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1320px) {
  .section-news .news-wrap .news-boxes .news-box .news-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 500px) {
  .section-news .news-wrap .news-boxes .news-box .news-title {
    text-align: left;
  }
}
.section-news .news-wrap .news-boxes .news-box .news-title:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background-color: #0f4bff;
}
@media only screen and (min-width: 500px) {
  .section-news .news-wrap .news-boxes .news-box .news-title:before {
    right: auto;
    margin: 0;
  }
}
.section-gallery {
  padding: 50px 0;
}
.section-gallery .intro-text {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.section-gallery .gallery-images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .case_form_wrap.grid_line.before:before,
  .get_quote_section.grid_line.before:before {
    opacity: 0;
  }
}
.case_form_wrap .hbspt-form,
.get_quote_section .hbspt-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .case_form_wrap .hbspt-form,
  .get_quote_section .hbspt-form {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .case_form_wrap .hbspt-form,
  .get_quote_section .hbspt-form {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .case_form_wrap .hbspt-form,
  .get_quote_section .hbspt-form {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .case_form_wrap .hbspt-form,
  .get_quote_section .hbspt-form {
    max-width: 1100px;
  }
}
.case_form_wrap .hbspt-form form.hs-form,
.get_quote_section .hbspt-form form.hs-form {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  min-width: unset;
}
.case_form_wrap .hbspt-form form.hs-form .form_section,
.get_quote_section .hbspt-form form.hs-form .form_section {
  background: #BBE6F0;
  display: block;
  padding-top: 208px;
  min-height: 100vh;
  padding-bottom: 100px;
}
.case_form_wrap .hbspt-form form.hs-form .hs_submit.hs-submit,
.get_quote_section .hbspt-form form.hs-form .hs_submit.hs-submit {
  margin-top: 3rem;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field,
.get_quote_section .hbspt-form form.hs-form .hs-form-field {
  width: 100%;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field > label,
.get_quote_section .hbspt-form form.hs-form .hs-form-field > label {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  /*
					font-family: 'Banana Grotesk Bold';
					font-size: 56px;
					line-height: 60px;
					font-weight: 500;
					letter-spacing: 0;
					color: #000;
					margin-top: 4.5rem;
					margin-bottom: 3rem;
					@media (max-width: 575px) {
						font-size: 28px;
						line-height: 36px;
						margin-top: 20px;
						margin-bottom: 8px;
					}
					*/
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field.hs-fieldtype-text > label,
.get_quote_section .hbspt-form form.hs-form .hs-form-field.hs-fieldtype-text > label {
  font-family: 'Banana Grotesk Regular';
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input textarea,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input textarea {
  min-height: 176px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="text"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="text"],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="email"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="email"],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="tel"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="tel"],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="num"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="num"],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input {
  width: 100%;
  border: 1px solid #000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: initial;
  padding: 0px 20px;
  border-radius: 0;
  background: transparent;
  color: #000;
  opacity: 1;
  height: 64px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="text"]:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="text"]:focus,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="email"]:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="email"]:focus,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="tel"]:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="tel"]:focus,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input input[type="num"]:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input input[type="num"]:focus,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input:focus {
  border: 1px solid #0F4BFF;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .input textarea.hs-input {
  padding-top: 15px;
  padding-bottom: 15px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select,
.get_quote_section .hbspt-form form.hs-form .hs-form-field select {
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: transparent url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/select-arrow-w-border.svg) center right 24px no-repeat;
  padding-right: 64px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #000;
  font-family: 'Banana Grotesk Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: initial;
  padding: 0px 20px;
  border-radius: 0;
  height: 64px;
  width: 100%;
  /* color: rgba(0, 0, 0, 60%); */
  color: #000;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select:focus,
.get_quote_section .hbspt-form form.hs-form .hs-form-field select:focus {
  border: 1px solid #0F4BFF;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select.is-placeholder,
.get_quote_section .hbspt-form form.hs-form .hs-form-field select.is-placeholder,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select:invalid,
.get_quote_section .hbspt-form form.hs-form .hs-form-field select:invalid {
  color: rgba(0, 0, 0, 0.6);
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select option,
.get_quote_section .hbspt-form form.hs-form .hs-form-field select option {
  color: #000;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select option[value=""],
.get_quote_section .hbspt-form form.hs-form .hs-form-field select option[value=""],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field select option:not([value]),
.get_quote_section .hbspt-form form.hs-form .hs-form-field select option:not([value]) {
  color: rgba(0, 0, 0, 0.6);
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .hs-error-msg,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .hs-error-msg {
  color: #AE2A00;
  font-size: 16px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .hs-input.invalid.error,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .hs-input.invalid.error {
  border: 1px solid #AE2A00 !important;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container,
  .get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container {
    margin-right: 0;
  }
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li,
  .get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li {
    width: 100%;
  }
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label,
  .get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label {
    width: 100%;
    margin-right: 0;
  }
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span:before,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span:after,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label span:after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #0f4bff;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"],
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"],
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"]:checked + span,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"]:checked + span,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"]:checked + span,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"]:checked + span {
  color: #000;
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"]:checked + span:after,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="checkbox"]:checked + span:after,
.case_form_wrap .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"]:checked + span:after,
.get_quote_section .hbspt-form form.hs-form .hs-form-field .inputs-list.multi-container li label input[type="radio"]:checked + span:after {
  opacity: 1;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .page-template form.hs-form fieldset .hs-form-field .inputs-list {
    margin-right: 0;
  }
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox {
    width: 100%;
  }
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label {
    width: 100%;
    margin-right: 0;
  }
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label > span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label > span:after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #0f4bff;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="checkbox"],
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="checkbox"]:checked + span,
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="radio"]:checked + span {
  color: #000;
}
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="checkbox"]:checked + span:after,
.page-template form.hs-form fieldset .hs-form-field .inputs-list li.hs-form-booleancheckbox label input[type="radio"]:checked + span:after {
  opacity: 1;
}
.get_quote_section .hbspt-form form.hs-form {
  padding-top: 208px;
  max-width: 610px;
}
.get_quote_section .hbspt-form form.hs-form .form-columns-1 {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .get_quote_section .hbspt-form form.hs-form .hs-form-field.hs-fieldtype-text > label {
    font-size: 28px;
    line-height: 36px;
  }
}
.case_form_wrap .hbspt-form form.hs-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.case_form_wrap .hbspt-form form.hs-form .form-columns-1 {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .case_form_wrap .hbspt-form form.hs-form .form-columns-1 {
    max-width: 100%;
  }
}
.case_form_wrap .hbspt-form form.hs-form .form-columns-1 .input {
  margin-right: 20px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .case_form_wrap .hbspt-form form.hs-form .form-columns-1 .input {
    margin-right: 0;
  }
}
.case_form_wrap .hbspt-form form.hs-form .hs-form-field.hs-fieldtype-text > label {
  margin-top: 0;
}
.case_form_wrap .hbspt-form form.hs-form .hs_submit.hs-submit {
  margin-top: 10px;
}
footer .news-top form.hs-form {
  border: 0;
  padding: 0;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: unset;
  background: transparent;
  position: relative;
}
footer .news-top form.hs-form p {
  color: #fff;
}
footer .news-top form.hs-form label {
  font-size: 16px;
  line-height: 24px;
}
footer .news-top form.hs-form .hs-form-field > label {
  color: #fff;
  text-transform: uppercase;
}
footer .news-top form.hs-form .hs-form-field > label .hs-form-required {
  color: #fff;
  display: none;
}
footer .news-top form.hs-form .no-list.hs-error-msgs.inputs-list {
  display: block;
}
footer .news-top form.hs-form .no-list.hs-error-msgs.inputs-list li {
  color: #ff6c6c;
}
footer .news-top form.hs-form fieldset {
  max-width: 100%;
  width: 100%;
}
footer .news-top form.hs-form .input {
  margin: 0;
}
footer .news-top form.hs-form .input input[type="email"] {
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
  padding: 20px;
  color: #fff;
  line-height: 22px;
  height: 62px;
  padding-right: 62px;
  opacity: 1;
}
footer .news-top form.hs-form .input input[type="email"]:-webkit-autofill,
footer .news-top form.hs-form .input input[type="email"]:-webkit-autofill:hover,
footer .news-top form.hs-form .input input[type="email"]:-webkit-autofill:focus,
footer .news-top form.hs-form .input input[type="email"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F4BFF inset !important;
}
footer .news-top form.hs-form .input input[type="email"]:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
footer .news-top form.hs-form input[type="submit"].hs-button.large {
  margin: 0;
  filter: brightness(1);
  width: 62px;
  height: 62px;
  min-width: unset;
  background: transparent url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/arrow.png) center no-repeat;
  padding: 20px;
  color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  border-left: 1px solid #fff;
  bottom: auto;
  top: 100px;
}
@media (min-width: 768px) {
  footer .news-top form.hs-form input[type="submit"].hs-button.large {
    top: 128px;
  }
}
footer .news-top form.hs-form .hs-input.invalid.error {
  border: 1px solid #ff6c6c !important;
}
footer .newsletter form.hs-form {
  border: 0;
  padding: 0;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: unset;
}
footer .newsletter form.hs-form label {
  font-size: 16px;
  line-height: 24px;
}
footer .newsletter form.hs-form .input {
  margin: 0;
}
footer .newsletter form.hs-form .input input[type="email"] {
  background-color: #f1fafc;
  border: 0;
  outline: none;
  width: 100%;
  padding: 20px;
  color: #7f7f7f;
  line-height: 22px;
  height: 62px;
  opacity: 1;
}
footer .newsletter form.hs-form input[type="submit"].hs-button.large {
  margin: 0;
  background-color: #0f4bff;
  filter: brightness(1);
  width: 62px;
  height: 62px;
  min-width: unset;
  background: #0f4bff url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/arrow.png) center no-repeat;
  padding: 20px;
  color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: auto;
  top: 100px;
}
@media (min-width: 768px) {
  footer .newsletter form.hs-form input[type="submit"].hs-button.large {
    top: 128px;
  }
}
.leadinModal {
  z-index: 9999999999 !important;
}
.leadinModal .leadinModal-close:before {
  color: #fff !important;
}
.leadinModal .leadinModal-content {
  width: 100% !important;
  max-width: 50em !important;
}
.leadinModal .leadinModal-content .leadin-content-body {
  background: #0f4bff url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/icon-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadinModal .leadinModal-content .leadin-content-body h4 {
  font-family: 'Banana Grotesk Bold';
  font-weight: 500;
  font-size: 46px;
  line-height: 1.08;
  text-align: center;
  color: #fff;
  position: relative;
}
.leadinModal .leadinModal-content .leadin-content-body .leadinModal-description-body {
  font-family: 'Banana Grotesk Regular';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08em;
}
.leadinModal .leadinModal-content .leadin-content-body .leadinModal-description-body p {
  font-family: 'Banana Grotesk Regular' !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: 0.08em !important;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-input-wrapper label {
  font-family: 'Banana Grotesk Regular';
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-input-wrapper label .error-text {
  color: #ff8633;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-input-wrapper input {
  background-color: #f1fafc;
  color: #000;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  padding: 15px !important;
  height: auto;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-button-wrapper,
.leadinModal .leadinModal-content .leadin-content-body .advance-wrapper {
  text-align: center;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-button-wrapper .leadin-button,
.leadinModal .leadinModal-content .leadin-content-body .advance-wrapper .leadin-button {
  max-width: 300px;
  font-family: 'Banana Grotesk Regular';
  font-size: 16px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 0;
  padding: 0 10px !important;
  cursor: url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/cursor-hover.svg), auto;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-button-wrapper .leadin-button:hover,
.leadinModal .leadinModal-content .leadin-content-body .advance-wrapper .leadin-button:hover {
  background-color: #ff8633 !important;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-button-wrapper .leadin-button {
  max-width: 100%;
  line-height: 50px;
  background-color: #ff8633 !important;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-button-wrapper .leadin-button:hover {
  background-color: #f56600 !important;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-thank-you-wrapper .thank-you-message p {
  font-family: 'Banana Grotesk Bold';
  font-weight: 500;
  font-size: 46px;
  line-height: 1.08;
  text-align: center;
  color: #fff;
}
.leadinModal .leadinModal-content .leadin-content-body .leadin-thank-you-wrapper .thank-you-button .leadin-close-button {
  color: #fff;
  font-family: 'Banana Grotesk Regular';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08em;
}
body.page-template-template-get-quote .top_nav {
  background-color: #BBE6F0;
  border-bottom: 1px solid rgba(15, 75, 255, 0.3);
}
body.page-template-template-get-quote .top_nav .navbar-brand img {
  filter: brightness(0);
}
body.page-template-template-get-quote .top_nav .navbar-light .navbar-nav a.nav-link,
body.page-template-template-get-quote .top_nav .navbar-light .navbar-text a.nav-link {
  color: #000 !important;
}
body.page-template-template-get-quote .top_nav .toggle-bar span {
  background: #000;
}
body.page-template-template-get-quote .mobile-menu-toggle {
  border-color: rgba(15, 75, 255, 0.2);
}
body.page-template-template-get-quote .get_quote_section {
  padding-top: clamp(105px, 11.11111111vw, 160px);
  padding-bottom: clamp(60px, 8.33333333vw, 120px);
}
body.page-template-template-get-quote .get_quote_section .container {
  max-width: 1300px;
}
body.page-template-template-get-quote .get_quote_section .fields-column {
  max-width: 520px;
  margin-bottom: 50px;
}
body.page-template-template-get-quote .get_quote_section .fields-column h1 {
  font-size: clamp(40px, 3.88888889vw, 56px);
  color: #000;
  margin-bottom: clamp(30px, 2.77777778vw, 40px);
  letter-spacing: -1px;
  line-height: 1.1;
}
body.page-template-template-get-quote .get_quote_section .fields-column .quote-content {
  border: 1px solid rgba(15, 75, 255, 0.2);
  padding: 30px;
  color: #0f4bff;
}
body.page-template-template-get-quote .get_quote_section .fields-column .quote-content p {
  color: #0f4bff;
  font-size: 20px;
}
body.page-template-template-get-quote .get_quote_section .fields-column .quote-content p:last-child {
  font-size: 16px;
}
body.page-template-template-get-quote .get_quote_section .fields-column .quote-content svg {
  width: 17px;
  height: auto;
  margin-bottom: 10px;
}
body.page-template-template-get-quote .get_quote_section .fields-column .quote-content *:last-child {
  margin-bottom: 0;
}
body.page-template-template-get-quote .get_quote_section .fields-column .badges {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
body.page-template-template-get-quote .get_quote_section .fields-column .badges .badge {
  display: flex;
  align-items: center;
  height: 48px;
  margin-right: clamp(15px, 2.08333333vw, 30px);
}
body.page-template-template-get-quote .get_quote_section .fields-column .badges .badge img {
  max-height: 48px;
  max-width: 100%;
}
body.page-template-template-get-quote .get_quote_section .fields-column .badges .badge:last-child {
  margin-right: 0;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form {
  max-width: 100%;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form {
  padding-top: 0;
  max-width: 100%;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-form-field {
  margin-bottom: 30px;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-form-field label {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-form-field .input {
  margin-right: 0;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-form-field.hs-fieldtype-radio label {
  margin-bottom: 15px;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-richtext p {
  font-size: 16px !important;
  line-height: 24px;
  color: #000;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs-richtext p a {
  color: #000;
  text-decoration: underline;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs_submit {
  margin-top: 0;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs_submit .actions .hs-button {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
  color: #000;
  transition: all 0.3s;
  background-image: none;
  background-color: #FF8633;
  height: 64px;
}
body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form .hs_submit .actions .hs-button:hover {
  background-color: #f56600;
}
@media (min-width: 992px) {
  body.page-template-template-get-quote .get_quote_section .fields-column {
    top: clamp(105px, 11.11111111vw, 160px);
    position: sticky;
    z-index: 9;
  }
  body.page-template-template-get-quote .get_quote_section .hbspt-form form.hs-form {
    margin-left: auto;
    max-width: 520px;
  }
}
@media (min-width: 992px) {
  body.page-template-template-get-quote .top_nav .navbar-light .navbar-nav .nav-link:before {
    background-color: #0f4bff;
  }
}
.section-main_banner {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: clamp(112px, 13.68055556vw, 197px);
  padding-bottom: clamp(50px, 5.55555556vw, 80px);
  color: #000;
}
.section-main_banner .container {
  position: relative;
}
.section-main_banner .banner-title {
  color: #000;
  font-size: clamp(40px, 5.55555556vw, 80px);
  line-height: 1.1;
  margin-bottom: 50px;
}
.section-main_banner .description,
.section-main_banner .description p {
  color: #000;
}
.section-main_banner.banner-style-blue {
  background-color: #0f4bff;
  color: #fff;
}
.section-main_banner.banner-style-blue .banner-title {
  color: #fff;
}
.section-main_banner.banner-style-blue .description,
.section-main_banner.banner-style-blue .description p {
  color: #fff;
}
.section-main_banner + .secion_image_wrapper.video-graphic {
  min-height: clamp(210px, 34.72222222vw, 500px);
  width: 100%;
  background-image: none;
}
.section-main_banner + .secion_image_wrapper.video-graphic .page_video {
  display: block !important;
  z-index: -1;
}
.section-main_banner + .secion_image_wrapper.reduce-image-height {
  min-height: clamp(210px, 34.72222222vw, 500px);
}
.section-boxes {
  padding-top: clamp(50px, 6.59722222vw, 95px);
  padding-bottom: clamp(50px, 6.59722222vw, 95px);
  overflow: hidden;
}
.section-boxes .seaction-heading .cta-wrapper {
  margin-top: 30px;
}
.section-boxes .seaction-heading .cta-wrapper .btn-dashed {
  width: 250px;
}
.section-boxes .box-column {
  margin: 10px 0;
}
.section-boxes .box-item {
  border: 1px solid rgba(15, 75, 255, 0.2);
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-boxes .box-item .box-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-boxes .box-item .box-content .cta-wrapper {
  margin-top: auto;
}
.section-boxes .box-item .image {
  height: 55px;
  margin-bottom: clamp(20px, 2.08333333vw, 30px);
  display: flex;
  align-items: center;
}
.section-boxes .box-item .image img {
  max-height: 100%;
  opacity: 0;
}
.section-boxes .box-item .image video {
  width: 55px;
  height: 55px;
  outline: none;
}
.section-boxes .box-item h3 {
  font-size: 24px;
  margin-bottom: clamp(10px, 1.04166667vw, 15px);
}
.section-boxes .box-item.no-image {
  transition: all ease-in-out 0.3s;
}
.section-boxes .box-item.no-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/box-hover-icon.svg');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.section-boxes .box-item.no-image .link:hover {
  padding: 0;
}
.section-boxes .box-item.no-image:hover {
  background-color: #FF8633;
  border-color: #FF8633;
}
.section-boxes .box-item.no-image:hover .link:after {
  opacity: 0;
}
.section-boxes .box-item.no-image:hover:after {
  background-position: calc(100% - 42px) 100%;
  opacity: 1;
}
.section-boxes .prime-border .prime-border-wrapper {
  background: linear-gradient(to right, #234af5, #ff8633);
}
.section-boxes .prime-border .prime-border-wrapper:after {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/union.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.section-boxes .prime-border .box-item {
  background-color: transparent;
}
.section-boxes .boxes-slider .slick-list {
  overflow: visible;
}
.section-boxes .seaction-heading {
  margin-bottom: 40px;
}
.section-boxes .seaction-heading .section-title {
  margin-bottom: 15px;
}
.section-boxes .seaction-heading .section-title h1,
.section-boxes .seaction-heading .section-title h2 {
  max-width: 765px;
}
@media (min-width: 768px) {
  .section-boxes .boxes-listing {
    position: relative;
    z-index: 1;
  }
  .section-boxes .box-item {
    background-color: #fff;
  }
}
.section-boxes.blue-background {
  background-color: #0D40FF;
  color: #fff;
}
.section-boxes.blue-background .section-title h2 {
  color: #fff;
}
.section-boxes.blue-background .box-item {
  border: none;
  padding: 0;
  background-color: transparent;
}
.section-boxes.blue-background .box-item h3 {
  color: #fff;
  line-height: 1.4;
}
.section-boxes.blue-background .box-item .description {
  color: #fff;
}
.section-boxes.blue-background .box-item .description p,
.section-boxes.blue-background .box-item .description * {
  color: #fff;
}
.section-boxes.blue-background .box-item .link {
  color: #fff;
}
.section-boxes.blue-background .box-item .link:hover {
  color: #fff;
}
.section-cta {
  background-color: #0f4bff;
  padding-top: clamp(70px, 8.33333333vw, 120px);
  padding-bottom: clamp(70px, 8.33333333vw, 120px);
  width: 100%;
  float: left;
  position: relative;
}
.section-cta.grid_line.before:before {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  opacity: 0.3;
  pointer-events: none;
}
.section-cta .section-title {
  margin: 0;
}
.section-cta .section-title h1,
.section-cta .section-title h2 {
  color: #fff;
  font-size: clamp(40px, 3.88888889vw, 56px);
  line-height: 1.1;
  max-width: 100%;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.section-cta .cta-wrapper > a {
  min-width: 180px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-cta .cta-wrapper > a {
    width: 100%;
  }
}
.section-cta.style-1 {
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/X-pattern.svg');
  background-position: center;
}
@media (max-width: 767px) {
  .section-cta.style-1 {
    background-size: cover;
    background-attachment: initial;
  }
}
.section-cta.style-2 {
  overflow: hidden;
}
.section-cta.style-2 .scrollable-target-2 {
  display: none;
}
@media (min-width: 992px) {
  .section-cta.style-2.grid_line.before:before {
    z-index: 2;
  }
  .section-cta.style-2 .section-inner {
    position: relative;
    z-index: 1;
  }
  .section-cta.style-2 .section-inner:after {
    left: calc(50% + 190px);
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.3);
  }
  .section-cta.style-2 .scrollable-target-2 {
    display: block;
    left: calc(50% + 190px);
    transform: translate(-50%, 0%);
  }
  .section-cta.style-2 .scrollable-target-2 img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-cta.style-2.grid_line.after:after {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 340px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    bottom: 0;
    left: calc(50% + 190px);
    content: '';
    opacity: 0.3;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .section-cta.style-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section-cta.style-2 .section-title {
    margin-bottom: 100px;
  }
  .section-cta.style-2:after {
    position: absolute;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    background-color: #fff;
    bottom: 150px;
    left: 0;
    content: '';
    opacity: 0.3;
    pointer-events: none;
    display: block !important;
    max-width: 100%;
    z-index: 9;
  }
  .section-cta.style-2.grid_line.before:before {
    left: 55px;
  }
}
.section-cta.style-3 {
  background-color: #fff;
}
.section-cta.style-3.grid_line.before:before,
.section-cta.style-3.grid_line.after:after {
  border-color: #0F4BFF;
}
.section-cta.style-3 .prime-border {
  padding: 10px;
  overflow: hidden;
}
.section-cta.style-3 .prime-border .prime-border-wrapper {
  z-index: 0;
}
.section-cta.style-3 .inner {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
}
.section-cta.style-3 .section-inner:after {
  display: none;
}
.section-cta.style-3 .section-title {
  max-width: 100%;
}
.section-cta.style-3 .section-title h1,
.section-cta.style-3 .section-title h2 {
  color: #000;
}
.section-cta.style-3 .scrollable-target-2 {
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  left: auto;
  transform: translateX(20%);
}
.section-cta.style-3 .scrollable-target-2 img {
  height: 100%;
}
.section-cta.style-3 .btn_one {
  background-color: #000;
  color: #fff;
}
.section-cta.style-3 .section-heading.has-description .section-title h1,
.section-cta.style-3 .section-heading.has-description .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
}
.section-cta.style-3 .section-heading.has-description .description {
  margin-top: 20px;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
@media (min-width: 768px) {
  .section-cta.style-3 .prime-border {
    padding: 20px;
  }
  .section-cta.style-3 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: clamp(240px, 22.22222222vw, 320px);
  }
  .section-cta.style-3 .section-heading {
    max-width: 50%;
  }
  .section-cta.style-3 .section-heading .section-title h1,
  .section-cta.style-3 .section-heading .section-title h2 {
    margin: 0;
    letter-spacing: -0.02em;
  }
  .section-cta.style-3 .scrollable-target-2 {
    left: 50%;
    transform: translateX(-35%);
  }
}
@media (min-width: 992px) {
  .section-cta.style-3.grid_line.before:before {
    z-index: 2;
  }
  .section-cta.style-3 .section-inner {
    position: relative;
    z-index: 1;
  }
  .section-cta.style-3 .section-inner:after {
    left: calc(50% + 190px);
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.3);
  }
  .section-cta.style-3 .scrollable-target-2 {
    transform: translateX(-30%);
    height: calc(100% + 40px);
    top: -20px;
  }
  .section-cta.style-3 .prime-border {
    padding-left: 0;
    padding-right: 0;
  }
  .section-cta.style-3 .prime-border .prime-border-wrapper {
    width: calc(100% + 140px);
    left: -70px;
  }
  .section-cta.style-3 .prime-border.prime-border {
    padding-left: clamp(30px, 3.47222222vw, 50px);
    padding-right: clamp(30px, 3.47222222vw, 50px);
  }
  .section-cta.style-3 .prime-border.prime-border .prime-border-wrapper {
    left: 0;
    width: 100%;
  }
  .section-cta.style-3#prime-page-demo-cta .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .section-cta.style-3#prime-page-demo-cta .prime-border {
    padding-left: 0;
    padding-right: 0;
    overflow: initial;
  }
  .section-cta.style-3#prime-page-demo-cta .prime-border .prime-border-wrapper {
    width: calc(100% + 180px);
    left: -90px;
  }
}
@media (min-width: 1200px) {
  .section-cta.style-3 .scrollable-target-2 {
    transform: translateX(-25%);
  }
}
.section-cta.style-3 + .section-resources {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-cta .section-title {
    max-width: 70%;
  }
  .section-cta.style-1 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-cta.style-1 .inner .cta-wrapper {
    margin-top: 0;
  }
}
.section-technology_features + .section-cta.style-3 {
  padding-top: 0;
}
.section-accordion + .section-cta.style-3 {
  padding-top: 0;
}
.section-nxc_banner {
  background-color: #bbe6f0;
  padding-top: clamp(70px, 8.33333333vw, 120px);
  padding-bottom: clamp(70px, 8.33333333vw, 120px);
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/nxc-banner-bg.svg');
  background-position: center;
  background-size: cover;
  width: 100%;
  float: left;
}
.section-nxc_banner .section-title {
  margin: 0;
  max-width: 720px;
}
.section-nxc_banner .section-title h1,
.section-nxc_banner .section-title h2 {
  color: #000;
  font-size: clamp(40px, 3.88888889vw, 56px);
  line-height: 1.1;
  max-width: 100%;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.section-nxc_banner .section-title .description {
  color: #fff;
}
.section-nxc_banner .cta-wrapper > a {
  min-width: 180px;
  white-space: nowrap;
  background-color: #0f4bff;
  color: #fff;
}
@media (max-width: 767px) {
  .section-nxc_banner .cta-wrapper > a {
    width: 100%;
  }
}
.section-featured_posts_slider {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
}
.section-featured_posts_slider.lightblue-bg {
  background-color: #BBE6F0;
}
.section-featured_posts_slider.lightblue-bg:before,
.section-featured_posts_slider.lightblue-bg:after {
  display: none;
}
.section-featured_posts_slider.lightblue-bg .featured-post-item .post-item-content {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-featured_posts_slider .posts-listing {
    position: relative;
    z-index: 1;
  }
}
.featured-post-item {
  border: 1px solid rgba(15, 75, 255, 0.2);
}
.featured-post-item .image {
  position: relative;
  margin-bottom: 24px;
}
.featured-post-item .image img {
  max-width: 100%;
}
.featured-post-item .image .article_tag {
  position: absolute;
  top: clamp(24px, 2.08333333vw, 30px);
  left: clamp(24px, 2.08333333vw, 30px);
}
.featured-post-item .post-item-content {
  padding-top: clamp(30px, 4.86111111vw, 70px);
  padding-bottom: clamp(30px, 4.86111111vw, 70px);
  padding-left: clamp(24px, 4.86111111vw, 70px);
  padding-right: clamp(24px, 4.86111111vw, 70px);
}
.featured-post-item .post-item-content .company-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.featured-post-item .post-item-content .company-logo img {
  margin-right: 10px;
  max-width: 115px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.featured-post-item .post-item-content .company-logo img:last-child {
  margin-right: 0;
}
.featured-post-item .post-item-content h3 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.2;
  margin: 0 0 15px;
  letter-spacing: -1px;
}
.featured-post-item .post-item-content h3 a {
  color: #000;
}
.featured-post-item .post-item-content .cta-wrapper,
.featured-post-item .post-item-content .author-wrapper {
  padding-top: clamp(30px, 4.86111111vw, 70px);
  margin-top: auto;
}
@media (min-width: 768px) {
  .featured-post-item {
    display: flex;
  }
  .featured-post-item .image {
    width: 50%;
    margin: 0;
  }
  .featured-post-item .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .featured-post-item .post-item-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 420px;
  }
}
body.single-cpt_183 .section-featured_posts_slider {
  float: none;
}
.section-logos {
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-logos .section-title h1,
.section-logos .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
}
.section-logos .logo-item {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.section-logos .logo-item img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-logos .logo-column {
    display: flex;
    justify-content: center;
  }
  .section-logos .logo-column:nth-of-type(3n-2) {
    justify-content: flex-start;
  }
  .section-logos .logo-column:nth-of-type(3n) {
    justify-content: flex-end;
  }
  .section-logos .mobile-four-columns .logo-column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .section-logos .mobile-four-columns .logo-column .logo-item {
    height: 25px;
  }
  .section-logos .mobile-four-columns .logo-column:nth-of-type(3n-2) {
    justify-content: center;
  }
  .section-logos .mobile-four-columns .logo-column:nth-of-type(3n) {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .section-logos .section-title {
    max-width: 670px;
  }
  .section-logos .logos-count-4 .row,
  .section-logos .logos-count-5 .row,
  .section-logos .logos-count-6 .row {
    justify-content: space-between;
  }
  .section-logos .logos-count-4 .logo-column,
  .section-logos .logos-count-5 .logo-column,
  .section-logos .logos-count-6 .logo-column {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    width: auto;
  }
}
.section-accordion {
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-accordion .section-title {
  margin-bottom: clamp(15px, 1.38888889vw, 20px);
}
.section-accordion .section-title h1,
.section-accordion .section-title h2 {
  max-width: 90%;
}
.section-accordion .accordion-listing {
  margin-top: 30px;
}
.section-accordion .accordion-listing .accordion-item {
  margin-bottom: clamp(20px, 2.08333333vw, 30px);
  display: inline-block;
  width: 100%;
}
.section-accordion .accordion-listing .accordion-item h3,
.section-accordion .accordion-listing .accordion-item h3 a {
  color: #000;
  line-height: 1.1;
  margin: 0;
  font-size: 24px;
}
.section-accordion .accordion-listing .accordion-item h3 i,
.section-accordion .accordion-listing .accordion-item h3 a i {
  margin-left: 20px;
  color: #f56600;
  font-size: 18px;
}
.section-accordion .accordion-listing .accordion-item h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content {
  display: none;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content .description {
  padding-top: 10px;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content .description ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content .description ul li {
  padding: 0;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content .description ul li:before {
  content: "\2022";
  color: #f56600;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section-accordion .accordion-listing .accordion-item .accordion-item-content .description *:last-child {
  margin-bottom: 0;
}
.section-accordion .accordion-listing .accordion-item:last-child {
  margin-bottom: 0;
}
.section-accordion .accordion-listing .accordion-item.active h3 a i {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .section-accordion .accordion-heading {
    top: 80px;
    position: sticky;
    z-index: 9;
  }
  .section-accordion .accordion-listing {
    padding-left: clamp(25px, 3.47222222vw, 50px);
    margin-top: 0;
  }
  .section-accordion .accordion-listing .accordion-item h3 a {
    justify-content: initial;
  }
}
@media (min-width: 992px) {
  .section-accordion .accordion-heading {
    top: 100px;
  }
}
@media (min-width: 768px) {
  body.admin-bar .section-accordion .accordion-heading {
    top: 85px;
  }
}
@media (min-width: 992px) {
  body.admin-bar .section-accordion .accordion-heading {
    top: 130px;
  }
}
body.newtonx-professionals-page .section-accordion .accordion-listing .accordion-item {
  margin-bottom: clamp(15px, 1.38888889vw, 20px);
  padding-bottom: clamp(15px, 1.38888889vw, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.newtonx-professionals-page .section-accordion .accordion-listing .accordion-item h3 a {
  justify-content: space-between;
}
.section-accordion.style-style_1 .section-title h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-accordion.style-style_1 .section-title h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.038em;
  }
}
.section-accordion.style-style_1 .accordion-listing .accordion-item h3.accordion-title,
.section-accordion.style-style_1 .accordion-listing .accordion-item h3.accordion-title a {
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .section-accordion.style-style_1 .accordion-listing .accordion-item h3.accordion-title,
  .section-accordion.style-style_1 .accordion-listing .accordion-item h3.accordion-title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-accordion.style-style_1 .accordion-listing .accordion-item .accordion-item-content .description {
  padding-top: 30px;
}
.section-resources {
  padding-top: clamp(70px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(50px, 8.33333333vw, 120px);
}
.section-resources.small-heading {
  padding-top: clamp(60px, 5.55555556vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 60px);
}
.section-resources.small-heading .section-title {
  margin-bottom: 30px;
}
.section-resources.small-heading .section-title h1,
.section-resources.small-heading .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  max-width: 100%;
}
.section-resources .btn-dashed {
  width: 100%;
  margin-top: 30px;
}
.section-resources .resource-column {
  margin-bottom: 20px;
}
.section-resources .cta-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-resources .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-resources .container .section-title {
    max-width: 70%;
    margin-right: 30px;
    order: 1;
  }
  .section-resources .container .cta-wrapper {
    order: 2;
    min-width: 160px;
  }
  .section-resources .container .posts-listing {
    order: 3;
    width: 100%;
  }
  .section-resources .btn-dashed {
    margin-top: 0;
  }
}
.resource-item {
  background: #FFFFFF;
  border: 1px solid rgba(15, 75, 255, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.resource-item .image {
  position: relative;
  height: 210px;
}
.resource-item .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-item .image .article_tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #BBE6F0;
}
.resource-item .post-item-content {
  padding: 30px 30px 0;
}
.resource-item .post-item-content h3 {
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.24px;
  margin: 0;
}
.resource-item .post-item-content h3 a {
  color: #000;
}
.resource-item .post-item-content .article_content {
  margin-top: 15px;
}
.resource-item .company-logo {
  margin-top: auto;
  padding: 30px 30px 0;
}
.resource-item .company-logo img {
  max-width: 115px;
  max-height: 48px;
}
.resource-item .event-info {
  margin-top: auto;
  padding: 30px 30px 0;
}
.resource-item .author-wrapper {
  margin-top: auto;
  padding: 30px 30px 0;
}
.section-resources .container-medium .resource-item .image .article_tag {
  background-color: #fff;
}
.section-slider_testimonials {
  padding-top: clamp(70px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(70px, 9.722222220000001vw, 140px);
  background-color: #BBE6F0;
}
.section-slider_testimonials .section-title {
  margin-bottom: 0;
}
.section-slider_testimonials .section-title h1,
.section-slider_testimonials .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
}
.section-slider_testimonials .testimonials-slider {
  margin-top: 40px;
}
.section-slider_testimonials .testimonials-slider .testimonial-item svg {
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
}
.section-slider_testimonials .testimonials-slider .testimonial-item .testimonial-title {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Banana Grotesk Regular', sans-serif !important;
  color: #0F4BFF;
}
.section-slider_testimonials .testimonials-slider .testimonial-item .author-wrapper {
  color: #0F4BFF;
}
.section-slider_testimonials .testimonials-slider .testimonial-item .author-wrapper .name {
  font-family: 'Banana Grotesk Bold', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.section-slider_testimonials.blue-bg {
  background-color: #0F4BFF;
}
.section-slider_testimonials.blue-bg.grid_line.before.blue:before,
.section-slider_testimonials.blue-bg.grid_line.after.blue:after {
  border-color: #fff !important;
}
.section-slider_testimonials.blue-bg .section-title h1,
.section-slider_testimonials.blue-bg .section-title h2 {
  color: #fff;
}
.section-slider_testimonials.blue-bg .testimonials-slider .testimonial-item .testimonial-title,
.section-slider_testimonials.blue-bg .testimonials-slider .testimonial-item .author-wrapper {
  color: #fff;
}
.section-slider_testimonials.blue-bg .slick-prev,
.section-slider_testimonials.blue-bg .slick-next {
  border-color: #fff;
}
.section-slider_testimonials.blue-bg .slick-prev:before,
.section-slider_testimonials.blue-bg .slick-next:before {
  color: #fff;
}
@media (min-width: 768px) {
  .section-slider_testimonials .testimonials-slider {
    margin-top: 0px;
  }
  .section-slider_testimonials .section-title {
    margin-bottom: 0;
  }
  .section-slider_testimonials .section-title h1,
  .section-slider_testimonials .section-title h2 {
    max-width: 100%;
    padding-right: 30px;
  }
}
.section-slider_testimonials .slick-prev {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0px;
  transform: translateY(0px);
  background-color: transparent;
}
.section-slider_testimonials .slick-next {
  position: static;
  transform: translateY(0);
  margin-top: 40px;
  margin-left: 64px;
  background-color: transparent;
}
.author-wrapper {
  display: flex;
  align-items: center;
  margin-top: clamp(25px, 2.77777778vw, 40px);
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
.author-wrapper .author-image {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.author-wrapper .author-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.section-content_w_number {
  background-color: #0f4bff;
  color: #fff;
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-content_w_number .section-title {
  margin-bottom: 0;
}
.section-content_w_number .section-title h1,
.section-content_w_number .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  color: #fff;
  letter-spacing: -0.3px;
}
.section-content_w_number .section-description {
  margin-top: clamp(15px, 1.38888889vw, 20px);
  color: #fff;
}
.section-content_w_number .section-description p {
  color: #fff;
}
.section-content_w_number .number-content {
  margin-top: clamp(50px, 6.94444444vw, 100px);
  position: relative;
  margin-left: clamp(70px, 5.55555556vw, 80px);
  padding-left: 15px;
}
.section-content_w_number .number-content .x-icon {
  position: absolute;
  width: clamp(22px, 3.88888889vw, 56px);
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
}
.section-content_w_number .number-content .number {
  font-size: clamp(80px, 11.66666667vw, 168px);
  line-height: 1;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 700;
}
.section-content_w_number .number-content h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.section-content_w_number .number-content .description {
  margin-top: clamp(20px, 2.77777778vw, 40px);
}
.section-content_w_number .number-content .description ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.section-content_w_number .number-content .description ul li {
  padding-top: 8px;
}
.section-content_w_number .number-content .description ul li:before {
  content: "\2022";
  color: #f56600;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section-content_w_number .number-content .description *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-content_w_number .section-title,
  .section-content_w_number .section-description {
    max-width: 420px;
  }
}
.section-counter_columns {
  background-color: #0f4bff;
  color: #fff;
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
  width: 100%;
  float: left;
}
.section-counter_columns .section-title {
  margin-bottom: 0;
}
.section-counter_columns .section-title h1,
.section-counter_columns .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  color: #fff;
  letter-spacing: -0.01em;
  max-width: 100%;
}
.section-counter_columns .section-description {
  margin-top: clamp(15px, 1.38888889vw, 20px);
  color: #fff;
}
.section-counter_columns .section-description p {
  color: #fff;
}
.section-counter_columns .number-content {
  margin-top: clamp(50px, 5.55555556vw, 80px);
  position: relative;
  padding-left: 25px;
}
.section-counter_columns .number-content .x-icon {
  position: absolute;
  width: clamp(13px, 1.18055556vw, 17px);
  top: 0;
  left: 0;
  transform: translate(0%, -50%);
}
.section-counter_columns .number-content .number {
  font-size: clamp(40px, 5.55555556vw, 80px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  font-family: 'Banana Grotesk Bold', sans-serif;
}
.section-counter_columns .number-content .description {
  margin-top: 8px;
  font-weight: 700;
  max-width: 170px;
  font-family: 'Banana Grotesk Bold', sans-serif;
}
.section-counter_columns .number-content .description *:last-child {
  margin-bottom: 0;
}
.section-counter_columns.style-2 {
  background-color: #fff;
  color: #000;
}
.section-counter_columns.style-2.grid_line.before:before {
  border-color: #0F4BFF;
}
.section-counter_columns.style-2 .section-title h1,
.section-counter_columns.style-2 .section-title h2,
.section-counter_columns.style-2 .number-content .number {
  color: #000;
}
.section-counter_columns.style-2 .section-description {
  color: #000;
}
.section-counter_columns.style-2 .section-description p {
  color: #000;
}
.section-counter_columns.style-2 .number-columns {
  margin-top: 8px;
}
.section-counter_columns.style-2 .number-columns .number-content {
  margin-top: 40px;
  position: relative;
  padding-left: 50px !important;
}
.section-counter_columns.style-2 .number-columns .number-content .x-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  transform: translate(0%, 25%) !important;
}
.section-counter_columns.style-2 .number-columns .number-content .number {
  font-size: clamp(80px, 9.722222220000001vw, 140px);
  letter-spacing: -2px;
}
.section-counter_columns.style-2 .number-columns .number-content .description {
  font-size: 24px;
  font-weight: 700;
  margin-top: clamp(8px, 1.11111111vw, 16px);
  letter-spacing: -0.01em;
  line-height: 32px;
}
@media (min-width: 992px) {
  .section-counter_columns.style-2 .number-columns {
    padding-left: 35%;
    margin-top: 0;
  }
  .section-counter_columns.style-2 .number-columns .number-content .x-icon {
    transform: translate(0%, 35%) !important;
  }
}
.section-counter_columns.style-2 + .section-cta.style-3 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-counter_columns .section-title,
  .section-counter_columns .section-description {
    max-width: 420px;
  }
  .section-counter_columns .number-columns.columns-3 .col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section-counter_columns .number-columns.columns-2 .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-counter_columns .number-columns.columns-2 .col-md-3 .number-content .description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-counter_columns .number-columns.columns-3 {
    padding-left: 70px;
  }
  .section-counter_columns .number-columns.columns-3 .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-counter_columns .number-columns.columns-2 .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-counter_columns .number-columns.columns-2 .col-6 .number-content {
    padding-left: 0;
  }
  .section-counter_columns .number-columns.columns-2 .col-6 .number-content .x-icon {
    transform: translate(0%, -150%);
  }
  .section-counter_columns .number-columns.columns-2 .col-6 .number-content .description {
    max-width: 100%;
  }
}
.section-column_content {
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-column_content .section-title {
  margin-bottom: 0;
}
.section-column_content .section-title h1,
.section-column_content .section-title h2 {
  max-width: 90%;
}
.section-column_content .section-description {
  margin-top: clamp(15px, 1.38888889vw, 20px);
}
.section-column_content .description {
  margin-top: 30px;
}
.section-column_content .description .x-icon {
  display: none;
}
@media (min-width: 768px) {
  .section-column_content .description {
    position: relative;
    padding-left: 30px;
    margin-top: 0;
  }
  .section-column_content .description .x-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateY(-40%);
  }
}
.section-column_content + .section-resources {
  padding-top: 0;
}
.section-video {
  background-color: #BBE6F0;
  padding-top: clamp(60px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(60px, 9.722222220000001vw, 140px);
}
.section-video .image {
  position: relative;
  transition: all 0.3s;
  margin-bottom: 40px;
}
.section-video .image img {
  max-width: 100%;
}
.section-video .image a {
  display: block;
}
.section-video .image .play-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f4bff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  width: 72px;
  height: 72px;
  z-index: 1;
  transition: all 0.3s;
}
.section-video .image:hover {
  opacity: 0.8;
}
.section-video h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 40px;
  font-family: 'Banana Grotesk Regular', sans-serif;
}
.section-video .column-content {
  padding-left: 80px;
}
.section-video .column-content h3 {
  margin-bottom: 50px;
}
.section-video .column-content .description {
  color: #0f4bff;
  position: relative;
}
.section-video .column-content .description svg {
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: auto;
}
.section-video .column-content .description p {
  color: #0f4bff;
}
.section-video .column-content .description p:last-child {
  margin-bottom: 0;
}
.section-video.style-2 {
  background-color: transparent;
  padding: 0;
}
.section-video.style-2 .section-title {
  margin-bottom: clamp(24px, 3.33333333vw, 48px);
}
.section-video.style-2 .section-title h2 {
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: -0.01em;
}
.section-video.style-2 .play-icon {
  background-color: #fff;
  color: #0f4bff;
}
@media (max-width: 1199px) {
  .section-video .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .section-video .column-content {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .section-video .section-title h1,
  .section-video .section-title h2 {
    max-width: 100%;
  }
  .section-video .just-on-mobile {
    display: none;
  }
  .section-video .image {
    margin-bottom: 0;
  }
  .section-video .column-content {
    padding-left: 40px;
  }
}
.video-fixed-card {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #fff;
  display: flex;
  min-height: 100px;
  cursor: pointer;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0.3s;
  width: clamp(335px, 30.55555556vw, 440px);
  max-width: 90%;
  transform: translate(-110%);
  z-index: 97;
  padding-left: clamp(104px, 7.77777778vw, 112px);
  visibility: hidden;
}
.video-fixed-card img {
  height: 100%;
  width: clamp(104px, 7.77777778vw, 112px);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-fixed-card h3 {
  margin: 0;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: clamp(20px, 2.08333333vw, 30px);
  padding-right: clamp(20px, 2.08333333vw, 30px);
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.video-fixed-card h3 i {
  color: #0f4bff;
  margin-left: 15px;
}
body:not(.main-banner-passed) .video-fixed-card.visible {
  transform: translate(0);
  visibility: visible;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, visibility 0s 0s;
}
body.b2b-survey-visualization-newtonx-hub .section-video {
  background-color: transparent;
  padding-bottom: 0;
}
.section-content {
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/X-pattern-blue.svg');
  background-size: auto 100%;
  background-position: center;
  padding-top: clamp(100px, 13.88888889vw, 200px) !important;
  padding-bottom: clamp(100px, 13.88888889vw, 200px);
}
.section-content .container {
  position: relative;
}
.section-content .container .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.section-content svg {
  position: absolute;
  left: -34px;
  top: 0;
  width: 70px;
  height: auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-content svg {
    display: none;
  }
}
.section-content .section-title {
  text-align: center;
  margin-bottom: 0;
}
.section-content .section-title .small-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
}
.section-content .section-title h2 {
  max-width: 100%;
}
.section-content .section-title + .description {
  margin-top: 30px;
}
.section-content .description {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.section-content .description *:last-child {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .section-content {
    background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/X-pattern-content-mobile.png');
    background-repeat: no-repeat;
  }
}
.section-technology_features .scroll_img_wrapper {
  position: sticky;
  top: 0;
}
.section-technology_features .row.text-video.active .scroll_content_wrapper,
.section-technology_features .row.text-video.active .scroll_img_wrapper {
  opacity: 1;
}
.section-technology_features .text-video-sticky {
  position: static;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s;
}
.section-technology_features .text-video-sticky img,
.section-technology_features .text-video-sticky video {
  top: 50%;
  transform: translateY(-50%);
}
.section-technology_features .text-video-sticky.active {
  opacity: 1;
}
.section-technology_features .text-video-sticky.graphic-natural-size {
  display: flex;
  justify-content: center;
}
.section-technology_features .text-video-sticky.graphic-natural-size img,
.section-technology_features .text-video-sticky.graphic-natural-size video {
  width: auto !important;
  height: auto !important;
  object-fit: initial !important;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-technology_features .text-video-sticky:not(.graphic-natural-size):first-child {
  opacity: 1;
  z-index: 9;
}
.section-technology_features .scroll_heading {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-technology_features .hide-on-mobile {
    display: none;
  }
  .section-technology_features .scroll_img_wrapper {
    width: 100% !important;
  }
  .section-technology_features .scroll_img_wrapper.graphic-natural-size {
    display: flex;
    justify-content: center;
  }
  .section-technology_features .scroll_img_wrapper.graphic-natural-size img,
  .section-technology_features .scroll_img_wrapper.graphic-natural-size video {
    width: auto !important;
    height: auto !important;
    object-fit: initial !important;
    max-width: 100%;
  }
  .section-technology_features .scroll_img_wrapper.graphic-natural-size img {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .section-technology_features .hide-on-desktop {
    display: none;
  }
  .section-technology_features .scroll_img_wrapper {
    padding-left: 30px;
    height: 100vh;
  }
  .section-technology_features .scroll_img_wrapper img {
    left: 30px;
    width: calc(100% - 30px);
    max-height: 664px;
  }
  .section-technology_features .scroll_img_wrapper video {
    max-height: 664px;
  }
  .section-technology_features .scroll_img_wrapper.graphic-natural-size img,
  .section-technology_features .scroll_img_wrapper.graphic-natural-size video {
    width: auto !important;
    height: auto !important;
    object-fit: initial !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .section-technology_features .text-video .scroll_content_wrapper {
    padding-top: 50%;
    padding-bottom: 30%;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0.5;
  }
  .section-technology_features .text-video .scroll_content_wrapper.setopacity {
    opacity: 1;
  }
  .section-technology_features .text-video:last-child {
    padding-bottom: 50%;
  }
}
@media (min-width: 1200px) {
  .section-technology_features .scroll_img_wrapper {
    padding-left: 50px;
  }
  .section-technology_features .scroll_img_wrapper img {
    left: 50px;
    width: calc(100% - 50px);
  }
}
@media (min-width: 1500px) {
  .section-technology_features .scroll_img_wrapper {
    padding-left: 100px;
  }
  .section-technology_features .scroll_img_wrapper img {
    left: 100px;
    width: calc(100% - 100px);
  }
}
.section-home_banner {
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-home_banner .banner_content {
    padding-left: 25px;
  }
}
.section-home_banner .content-style2 {
  padding: 70px 0 70px 0;
  min-height: 630px;
}
.section-home_banner .content-style2 .big-headings .title {
  color: #ffffff;
  font-size: clamp(28px, 6.94444444vw, 100px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(28px, 6.94444444vw, 100px);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0;
}
.section-home_banner .content-style2 .big-headings .opacity-half {
  opacity: 0.5;
}
.section-home_banner .content-style2 .description {
  width: 100%;
}
.section-home_banner .content-style2 .description p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(14px, 1.38888889vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.section-image {
  background-color: #0f4bff;
  padding-top: clamp(80px, 9.722222220000001vw, 140px);
}
.section-image .content-wrapper {
  min-height: clamp(300px, 34.72222222vw, 500px);
}
.section-image .content-wrapper .content-inner {
  position: sticky;
  top: 100px;
}
.section-image .section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.section-image .section-title h1,
.section-image .section-title h2 {
  display: inline-block;
  position: relative;
  font-size: clamp(80px, 11.66666667vw, 168px);
  margin: 0;
  line-height: 1.1;
  color: #fff;
}
.section-image .section-title h1 svg,
.section-image .section-title h2 svg {
  position: absolute;
  width: clamp(22px, 3.88888889vw, 56px);
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
}
.section-image .section-title h1 svg path,
.section-image .section-title h2 svg path {
  fill: #f56600;
}
.section-image .description {
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-align: center;
}
.section-image .description p {
  color: #fff;
}
.section-image .description *:last-child {
  margin-bottom: 0;
}
.section-image .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-image .image img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-image .content-wrapper .content-inner {
    top: 150px;
  }
}
.section-image + .section-counter_columns {
  padding-top: 0px;
}
.section-members {
  border-top: 3px solid #000;
  padding-top: clamp(80px, 8.33333333vw, 120px);
  padding-bottom: clamp(50px, 6.25vw, 90px);
}
.section-members .seaction-heading {
  margin-bottom: 40px;
}
.section-members .seaction-heading .section-title {
  margin-bottom: 15px;
}
.section-members .seaction-heading .cta-wrapper {
  margin-top: 30px;
}
.section-members .member-column {
  margin-bottom: 30px;
}
.section-members .member-item .image {
  width: 100%;
  height: clamp(200px, 16.66666667vw, 240px);
  margin-bottom: 20px;
}
.section-members .member-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-members .member-item .video-wrapper {
  position: relative;
}
.section-members .member-item .video-wrapper .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-members .member-item .video-wrapper .play-video svg {
  width: 18px;
  height: auto;
}
.section-members .member-item h3 {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.1;
}
.section-members .member-item .position {
  font-weight: 700;
  font-family: 'Banana Grotesk Bold', sans-serif;
  text-transform: uppercase;
}
.section-members .member-item .member-logo,
.section-members .member-item .member-cta {
  margin-top: 20px;
}
.section-members .member-item .member-logo img,
.section-members .member-item .member-cta img {
  max-height: 40px;
}
.member-with-posts .inner .seaction-heading {
  margin-bottom: clamp(45px, 7.43055556vw, 107px);
}
.member-with-posts .inner .seaction-heading .section-title {
  margin-bottom: 0;
}
.member-with-posts .inner .seaction-heading .section-title h2 {
  color: #000000;
  text-align: center;
  font-size: clamp(22px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(40px, 4.16666667vw, 60px);
  letter-spacing: -0.36px;
  max-width: 100%;
}
.member-with-posts .inner .seaction-heading .description {
  color: #000000;
  text-align: center;
  font-size: clamp(16px, 1.38888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 1.94444444vw, 28px);
  letter-spacing: -0.2px;
  margin-bottom: 0;
  max-width: 1057px;
  margin-left: auto;
  margin-right: auto;
}
.member-with-posts .inner .seaction-heading .description p {
  color: #000000;
  text-align: center;
  font-size: clamp(16px, 1.38888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 1.94444444vw, 28px);
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .member-with-posts .inner .member-posts .col-md-4 {
    padding: 0 20px;
  }
}
.member-with-posts .inner .member-posts .video-wrapper {
  position: relative;
}
.member-with-posts .inner .member-posts .video-wrapper .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.member-with-posts .inner .member-posts .video-wrapper .play-video svg {
  width: 18px;
  height: auto;
}
.member-with-posts .inner .member-posts .image .cover-image {
  width: 100%;
  min-height: 257px;
  object-fit: cover;
}
.member-with-posts .inner .member-posts .title {
  color: #202020;
  font-size: clamp(22px, 2.22222222vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(22px, 2.22222222vw, 32px);
  letter-spacing: -0.32px;
  padding-top: clamp(10px, 1.38888889vw, 20px);
  padding-bottom: clamp(15px, 2.08333333vw, 30px);
  margin-bottom: 0;
}
.member-with-posts .inner .member-posts .name {
  color: #202020;
  font-size: clamp(18px, 1.66666667vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(18px, 1.66666667vw, 24px);
  letter-spacing: -0.24px;
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
@media (min-width: 1025px) {
  .member-with-posts .inner .member-posts .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
  }
}
.member-with-posts .inner .member-posts .description {
  color: #202020;
  font-size: clamp(14px, 1.11111111vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 2.22222222vw, 32px);
  letter-spacing: -0.16px;
  padding-bottom: clamp(40px, 5.55555556vw, 80px);
}
.member-with-posts .inner .member-posts .description p {
  color: #202020;
  font-size: clamp(14px, 1.11111111vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(22px, 2.22222222vw, 32px);
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.section-featured_resources {
  padding-top: clamp(40px, 5.55555556vw, 80px);
  padding-bottom: 40px;
}
.section-featured_resources .resource-item .image .article_tag {
  background-color: #fff;
}
.section-featured_resources .featured-post-item {
  margin-bottom: 20px;
}
.section-featured_resources .featured-post-item .article_tag {
  background-color: #fff;
}
.section-featured_resources .featured-post-item .post-item-content {
  padding-top: clamp(30px, 2.77777778vw, 40px);
  padding-bottom: clamp(30px, 2.77777778vw, 40px);
  padding-left: clamp(24px, 2.08333333vw, 30px);
  padding-right: clamp(24px, 2.08333333vw, 30px);
}
@media (min-width: 992px) {
  .section-featured_resources .featured-post-item {
    justify-content: space-between;
  }
  .section-featured_resources .featured-post-item .image {
    width: calc(66.666667% - 7px);
  }
  .section-featured_resources .featured-post-item .post-item-content {
    width: calc(33.333333% - 10px);
  }
}
.section-featured_resources ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.section-featured_resources :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.section-featured_resources ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.section-featured_resources input:focus::placeholder {
  color: transparent;
}
.fancybox__backdrop {
  background-color: rgba(15, 75, 255, 0.8);
}
.section-newsletter_form {
  background-color: #0f4bff;
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/X-pattern.svg');
  background-position: center;
  padding-top: clamp(60px, 4.86111111vw, 70px);
  padding-bottom: clamp(60px, 4.86111111vw, 70px);
}
.section-newsletter_form .section-heading {
  margin-bottom: 30px;
}
.section-newsletter_form .section-title {
  margin: 0;
}
.section-newsletter_form .section-title h1,
.section-newsletter_form .section-title h2 {
  color: #fff;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.1;
  max-width: 100%;
  letter-spacing: -0.3px;
}
.section-newsletter_form .description {
  margin-top: 15px;
  color: #fff;
}
.section-newsletter_form .description p {
  color: #fff;
}
.section-newsletter_form .form-wrapper .hs-richtext {
  display: none;
}
@media (min-width: 768px) {
  .section-newsletter_form .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-newsletter_form .section-heading {
    margin-bottom: 0;
    padding-right: 50px;
    width: 66%;
  }
  .section-newsletter_form .form-wrapper {
    width: 33%;
  }
}
.section-newsletter_form .news-top form.hs-form {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: unset;
  background: transparent;
  position: relative;
}
.section-newsletter_form .news-top form.hs-form p {
  color: #fff;
}
.section-newsletter_form .news-top form.hs-form label {
  font-size: 16px;
  line-height: 24px;
}
.section-newsletter_form .news-top form.hs-form .hs-form-field > label {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
.section-newsletter_form .news-top form.hs-form .hs-form-field > label .hs-form-required {
  color: #fff;
}
.section-newsletter_form .news-top form.hs-form .no-list.hs-error-msgs.inputs-list {
  display: block;
}
.section-newsletter_form .news-top form.hs-form .no-list.hs-error-msgs.inputs-list li {
  color: #ff6c6c;
}
.section-newsletter_form .news-top form.hs-form fieldset {
  max-width: 100%;
  width: 100%;
}
.section-newsletter_form .news-top form.hs-form .input {
  margin: 0;
}
.section-newsletter_form .news-top form.hs-form .input input[type="email"] {
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
  padding: 20px;
  color: #fff;
  line-height: 22px;
  height: 62px;
  padding-right: 62px;
  opacity: 1;
}
.section-newsletter_form .news-top form.hs-form .input input[type="email"]:-webkit-autofill,
.section-newsletter_form .news-top form.hs-form .input input[type="email"]:-webkit-autofill:hover,
.section-newsletter_form .news-top form.hs-form .input input[type="email"]:-webkit-autofill:focus,
.section-newsletter_form .news-top form.hs-form .input input[type="email"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F4BFF inset !important;
}
.section-newsletter_form .news-top form.hs-form .input input[type="email"]:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.section-newsletter_form .news-top form.hs-form input[type="submit"].hs-button.large {
  margin: 0;
  filter: brightness(1);
  width: 62px;
  height: 62px;
  min-width: unset;
  background: transparent url(https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/arrow.png) center no-repeat;
  padding: 20px;
  color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid #fff;
}
.section-newsletter_form .news-top form.hs-form .hs-input.invalid.error {
  border: 1px solid #ff6c6c !important;
}
.section-newsletter_form .news-top form.hs-form .hs_error_rollup {
  display: none !important;
}
.section-newsletter_form .news-top form.hs-form .hs-error-msgs {
  top: 100%;
  margin-top: 10px;
  left: 0;
  position: absolute;
}
.section-newsletter_form .newsletter_wrap > p {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.section-newsletter_form .newsletter_wrap > p .wpcf7-spinner {
  position: absolute;
  left: 100%;
}
.section-quote {
  padding-top: clamp(60px, 5.55555556vw, 80px);
  padding-bottom: clamp(60px, 5.55555556vw, 80px);
  background-color: #0f4bff;
  color: #fff;
}
.section-quote .quote-item svg {
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
  width: 26px;
  height: auto;
}
.section-quote .quote-item .quote-title {
  font-size: clamp(40px, 3.88888889vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Banana Grotesk Bold', sans-serif;
  color: #fff;
  max-width: 780px;
}
.section-quote .quote-item .author-wrapper {
  color: #fff;
  margin-top: 20px;
}
.section-quote .quote-item .author-wrapper .name {
  font-family: 'Banana Grotesk Bold', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.section-quote .quote-item .cta-wrapper {
  margin-top: 30px;
}
.section-latest_resources {
  padding-top: clamp(70px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-latest_resources.small-heading {
  padding-top: clamp(60px, 5.55555556vw, 80px);
  padding-bottom: clamp(60px, 5.55555556vw, 80px);
}
.section-latest_resources.small-heading .section-title {
  margin-bottom: 30px;
}
.section-latest_resources.small-heading .section-title h1,
.section-latest_resources.small-heading .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  max-width: 100%;
}
.section-latest_resources .resource-column {
  margin-bottom: 20px;
}
.section-latest_resources .resource-column.hidden {
  display: none;
}
.section-latest_resources .cta-wrapper {
  margin-top: 30px;
}
.section-embedded_code {
  padding-top: clamp(70px, 9.722222220000001vw, 140px);
}
.section-embedded_code .code-wrapper {
  border-bottom: 1px solid #CFDBFF;
  padding-bottom: clamp(80px, 9.722222220000001vw, 140px);
}
.section-embedded_code.small-heading {
  padding-top: clamp(60px, 5.55555556vw, 80px);
}
.section-embedded_code.small-heading .section-title {
  margin-bottom: 30px;
}
.section-embedded_code.small-heading .section-title h1,
.section-embedded_code.small-heading .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  max-width: 100%;
}
.section-embedded_code.small-heading .code-wrapper {
  border-bottom: 1px solid #CFDBFF;
  padding-bottom: clamp(60px, 5.55555556vw, 80px);
}
.section-embedded_code + .section-video.style-2 {
  padding-top: clamp(60px, 9.722222220000001vw, 140px);
}
.resources-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.resources-heading .section-title {
  margin-bottom: 20px;
  max-width: 100%;
}
.resources-heading .section-title h1 {
  font-size: clamp(40px, 5.55555556vw, 80px);
  color: #000;
  max-width: 100%;
}
.resources-heading .section-title h1 span {
  color: #0F4BFF;
}
.resources-heading .section-title h2 {
  font-size: clamp(40px, 3.88888889vw, 56px);
  color: #000;
  max-width: 100%;
}
.resources-heading .section-title h2 span {
  color: #0F4BFF;
}
.resources-heading .filters-section {
  margin-bottom: 20px;
  order: 2;
}
@media (max-width: 767px) {
  .resources-heading {
    flex-wrap: wrap;
  }
  .resources-heading .section-title {
    margin-bottom: 20px;
  }
  .resources-heading .filters-section {
    width: 100%;
    margin-left: 0;
  }
}
.resource-filters-wrapper .filters-actions {
  display: flex;
  align-items: center;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 64px;
  width: 250px;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form input {
  width: 250px;
  min-width: 250px;
  transition: all 0.3s;
  height: 64px;
  padding-right: 80px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
  color: #000;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form input:focus {
  width: 430px;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form button {
  border: none;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form .clear-search {
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form ::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form :-ms-input-placeholder {
  /* Internet Explorer */
  color: #000;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form ::placeholder {
  color: #000;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form.search-has-value button {
  display: none;
}
.resource-filters-wrapper .filters-actions .search-wrapper .search-form.search-has-value .clear-search {
  display: flex;
}
.resource-filters-wrapper .filters-actions .filters-cta {
  margin-left: 20px;
  border: 1px solid #000;
  padding: 20px;
}
.resource-filters-wrapper .filters-actions .filters-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
  color: #000;
  letter-spacing: 1px;
  white-space: nowrap;
}
.resource-filters-wrapper .filters-actions .filters-cta .icon {
  display: inline-block;
  margin-left: 15px;
}
.resource-filters-wrapper .filters-actions .filters-cta .filters-count {
  margin-left: 5px;
  color: #0F4BFF;
}
@media (max-width: 767px) {
  .resource-filters-wrapper .filters-actions {
    justify-content: space-between;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper {
    width: 50%;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper .search-form {
    width: 100%;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper .search-form input {
    width: 100%;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper .search-form input:focus {
    width: 100%;
  }
  .resource-filters-wrapper .filters-actions .filters-cta {
    margin: 0;
    width: calc(50% - 20px);
  }
}
@media (max-width: 579px) {
  .resource-filters-wrapper .filters-actions {
    flex-wrap: wrap;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .resource-filters-wrapper .filters-actions .search-wrapper .search-form {
    width: 100%;
  }
  .resource-filters-wrapper .filters-actions .filters-cta {
    width: 100%;
  }
}
.resource-filters-wrapper .fliter_properties {
  display: none;
}
#filters-modal {
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}
#filters-modal .carousel__button {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-shadow: none;
}
#filters-modal .form-wrapper {
  margin: auto;
  max-width: 880px;
  width: 100%;
  height: calc(100vh - 130px);
  background-color: #fff;
}
@media (max-width: 767px) {
  #filters-modal .form-wrapper {
    height: 100vh;
  }
}
#filters-modal .filters-heading {
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(20px, 2.22222222vw, 32px);
  padding-bottom: 0;
  border: 1px solid #CFDBFF;
  height: 135px;
}
#filters-modal .filters-heading .heading-title {
  margin-bottom: 10px;
}
#filters-modal .filters-heading .heading-title h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 32px;
}
#filters-modal .filters-heading .filters-menu-wrapper {
  overflow: auto;
}
#filters-modal .filters-heading .filters-menu {
  white-space: nowrap;
}
#filters-modal .filters-heading .filters-menu a {
  margin-right: clamp(15px, 2.08333333vw, 30px);
  color: #000;
  font-weight: 700;
  font-family: 'Banana Grotesk Bold', sans-serif;
  line-height: 60px;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  outline: none;
}
#filters-modal .filters-heading .filters-menu a:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -2px;
  background-color: #0f4bff;
  transition: all 0.3s;
}
#filters-modal .filters-heading .filters-menu a.active {
  color: #0f4bff;
}
#filters-modal .filters-heading .filters-menu a.active:after {
  height: 2px;
}
@media (max-width: 767px) {
  #filters-modal .filters-heading {
    height: 115px;
  }
  #filters-modal .filters-heading .filters-menu a {
    line-height: 52px;
  }
}
#filters-modal .filter_categories::-webkit-scrollbar-track {
  background-color: #fff;
}
#filters-modal .filter_categories::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
#filters-modal .filter_categories::-webkit-scrollbar-thumb {
  background-color: #CFDBFF;
}
#filters-modal .filter_categories {
  padding: clamp(20px, 2.22222222vw, 32px);
  padding-right: 20px;
  overflow: auto;
  height: calc(100vh - 245px);
  margin: 0 10px 0;
  position: relative;
}
#filters-modal .filter_categories .drop-cls {
  margin-bottom: 20px;
  border-bottom: none;
  width: 100%;
  margin-right: 0;
}
#filters-modal .filter_categories .drop-cls h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Banana Grotesk Bold', sans-serif;
  margin-bottom: 10px;
}
#filters-modal .filter_categories .drop-cls .slect_menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  margin-bottom: 0;
}
#filters-modal .filter_categories .drop-cls .slect_menu li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 0;
}
@media (max-width: 767px) {
  #filters-modal .filter_categories .drop-cls .slect_menu li {
    width: 50%;
  }
}
@media (max-width: 499px) {
  #filters-modal .filter_categories .drop-cls .slect_menu li {
    width: 100%;
  }
}
#filters-modal .filter_categories .drop-cls .slect_menu label {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#filters-modal .filter_categories .drop-cls .slect_menu label span {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
  padding-right: 0;
  line-height: 22px;
  background-color: transparent;
}
#filters-modal .filter_categories .drop-cls .slect_menu label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  transition: all 0.3s;
}
#filters-modal .filter_categories .drop-cls .slect_menu label span:after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #0f4bff;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
#filters-modal .filter_categories .drop-cls .slect_menu label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#filters-modal .filter_categories .drop-cls .slect_menu label input[type="checkbox"]:checked + span {
  color: #000;
}
#filters-modal .filter_categories .drop-cls .slect_menu label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
@media (max-width: 499px) {
  #filters-modal .filter_categories .drop-cls .slect_menu label span {
    padding-left: 0;
    padding-right: 34px;
  }
  #filters-modal .filter_categories .drop-cls .slect_menu label span:before,
  #filters-modal .filter_categories .drop-cls .slect_menu label span:after {
    left: auto;
    right: 0;
  }
}
#filters-modal .filter_categories .drop-cls:last-child {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  #filters-modal .filter_categories {
    height: calc(100vh - 180px);
    display: block;
  }
  #filters-modal .filter_categories .drop-cls {
    padding-top: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
#filters-modal .form-footer {
  height: 85px;
  padding-left: clamp(20px, 2.22222222vw, 32px);
  padding-right: clamp(20px, 2.22222222vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CFDBFF;
  transition: all 0.3s;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#filters-modal .form-footer .btn_one.bg-orange::after {
  display: none;
}
@media (max-width: 767px) {
  #filters-modal .form-footer {
    height: 65px;
    padding-right: 0;
  }
  #filters-modal .form-footer .btn_one {
    width: auto;
  }
}
#filters-modal.has-active-filters .form-footer {
  transform: translateY(0%);
}
.fancybox__slide {
  padding: 0;
  overflow: hidden;
  cursor: initial !important;
}
.ac_results {
  border: 1px solid #000;
  border-top: none;
  padding: 20px;
  max-width: calc(100% - 40px);
  width: 430px;
}
.ac_results li {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  width: 390px;
  max-width: 100%;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  font-weight: 500;
  font-family: 'Banana Grotesk Medium', sans-serif;
}
.ac_results li .ac_match {
  color: #000;
}
.ac_results .ac_over {
  background-color: transparent;
}
.section-fixed_image_w_content .service_video .service_img_wrapper {
  opacity: 0;
}
.section-fixed_image_w_content .service_video .nav-link {
  opacity: 0.5;
}
.section-fixed_image_w_content .heading-row + .service_video .service_img_wrapper {
  opacity: 1;
}
.section-fixed_image_w_content .heading-row + .service_video .nav-link {
  opacity: 1;
}
.section-fixed_image_w_content.active .heading-row + .service_video .service_img_wrapper {
  opacity: 0;
}
.section-fixed_image_w_content.active .heading-row + .service_video .nav-link {
  opacity: 0;
}
.section-fixed_image_w_content.active .service_video.active .service_img_wrapper {
  opacity: 1 !important;
}
.section-fixed_image_w_content.active .service_video.active .nav-link {
  opacity: 1 !important;
}
.section-quote_w_image {
  padding-top: clamp(60px, 5.55555556vw, 80px);
  padding-bottom: clamp(80px, 13.88888889vw, 200px);
  background-color: #0f4bff;
  color: #fff;
  width: 100%;
  float: left;
}
.section-quote_w_image .quote-content svg {
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
  width: 26px;
  height: auto;
}
.section-quote_w_image .quote-content .quote-title {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.3px;
}
.section-quote_w_image .quote-content .quote-title p {
  color: #fff;
}
.section-quote_w_image .quote-content .quote-title *:last-child {
  margin-bottom: 0;
}
.section-quote_w_image .author-column {
  color: #fff;
  margin-bottom: 20px;
}
.section-quote_w_image .author-column .image {
  width: 340px;
  max-width: 100%;
  margin-bottom: 15px;
}
.section-quote_w_image .author-column .image img {
  max-height: 340px;
}
.section-quote_w_image .author-column .name {
  font-family: 'Banana Grotesk Bold', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-quote_w_image .just-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-quote_w_image .just-on-desktop {
    display: none;
  }
  .section-quote_w_image .quote-content {
    margin-bottom: 20px;
  }
  .section-quote_w_image + .section-cta {
    padding-top: 0;
  }
}
.section-content_w_form.grid_line.before:before {
  z-index: 2;
}
.section-content_w_form.grid_line.after:after {
  z-index: 0;
}
.section-content_w_form .container-wrapper {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
}
.section-content_w_form .column-content {
  max-width: 520px;
}
.section-content_w_form .column-content .heading-icon {
  max-width: 170px;
  max-height: 40px;
  margin-bottom: clamp(20px, 2.22222222vw, 32px);
}
.section-content_w_form .section-title {
  font-size: clamp(40px, 5vw, 72px);
  color: #000;
  line-height: 1.1;
  margin: 0px;
  letter-spacing: -0.01em;
}
.section-content_w_form .section-title.has-icon {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.2;
}
.section-content_w_form .description {
  margin-top: clamp(20px, 1.04166667vw, 15px);
  font-size: clamp(16px, 1.38888889vw, 20px);
  line-height: 1.4;
}
.section-content_w_form .cta-wrapper {
  margin-top: clamp(24px, 2.77777778vw, 40px);
}
.section-content_w_form .cta-wrapper .bg-dark {
  color: #fff;
  background-color: #000 !important;
}
.section-content_w_form .form-wrapper {
  margin-top: 48px;
}
.section-content_w_form .form-wrapper > p br {
  display: none;
}
.section-content_w_form .form-wrapper *:last-child {
  margin-bottom: 0;
}
.section-content_w_form .form-wrapper form.hs-form {
  border: none !important;
  padding: 0 !important;
  min-width: initial !important;
  background: transparent;
}
.section-content_w_form .form-wrapper form.hs-form .input input[type="text"],
.section-content_w_form .form-wrapper form.hs-form .input input[type="email"],
.section-content_w_form .form-wrapper form.hs-form .input input[type="tel"],
.section-content_w_form .form-wrapper form.hs-form .input input[type="num"] {
  background-color: transparent;
  border: 1px solid #000;
}
.section-content_w_form .form-wrapper form.hs-form .hs_submit .actions input[type="submit"] {
  background-color: #000;
  margin-left: 0;
}
.section-content_w_form .form-wrapper form.hs-form fieldset .hs-form-field {
  margin-bottom: 14px;
}
.section-content_w_form .form-wrapper form.hs-form fieldset .hs-form-field > label {
  margin-top: 0px;
}
.section-content_w_form .form-wrapper form.hs-form .hs_submit .actions {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.section-content_w_form .form-wrapper form.hs-form .hs_submit .actions .hs-button {
  background-image: none;
  min-width: 180px;
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: clamp(15px, 1.66666667vw, 24px);
}
.section-content_w_form .form-wrapper .user-login {
  font-size: clamp(14px, 1.11111111vw, 16px);
  padding: 5px 0;
}
.section-content_w_form .form-wrapper .user-login a {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.section-content_w_form .prime-border {
  padding: 40px 37px;
}
.section-content_w_form .prime-border .prime-logo {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 37px;
  padding: clamp(10px, 1.38888889vw, 20px);
  transform: translateY(-50%);
  z-index: 1;
}
.section-content_w_form .prime-border .prime-logo img {
  width: clamp(170px, 17.01388889vw, 245px);
}
.section-content_w_form + .section-logos {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-content_w_form .section-title h1,
  .section-content_w_form .section-title h2 {
    max-width: 100%;
  }
  .section-content_w_form .prime-border {
    padding-top: clamp(50px, 6.94444444vw, 100px);
    padding-bottom: clamp(50px, 6.94444444vw, 100px);
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-content_w_form .prime-border .prime-logo {
    transform: translateY(calc(-50% + 6px));
  }
  .section-content_w_form .form-wrapper {
    margin-top: 0px;
    max-width: 430px;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .section-content_w_form .section-title {
    line-height: 1;
    letter-spacing: 0px;
  }
  .section-content_w_form .description {
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .section-content_w_form .prime-border {
    padding-left: 0;
    padding-right: 0;
  }
  .section-content_w_form .prime-border .prime-logo {
    left: -20px;
    padding: 20px;
  }
  .section-content_w_form .prime-border .prime-border-wrapper {
    width: calc(100% + 180px);
    left: -90px;
  }
}
.section-image_w_list {
  padding-top: clamp(100px, 10.06944444vw, 145px);
  padding-bottom: clamp(100px, 10.06944444vw, 145px);
  overflow: hidden;
}
.section-image_w_list .section-heading {
  margin-bottom: clamp(40px, 6.25vw, 90px);
}
.section-image_w_list .section-heading .description {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-top: 24px;
  line-height: 1.4;
  color: #000;
}
.section-image_w_list .image {
  margin-bottom: 30px;
  max-width: 470px;
}
.section-image_w_list .image img {
  max-width: 100%;
  max-height: 100%;
}
.section-image_w_list .prime-border {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}
.section-image_w_list .row-item:not(:last-child) {
  margin-bottom: clamp(40px, 6.25vw, 90px);
}
.section-image_w_list .row-item h3 {
  margin-bottom: 30px;
  font-size: clamp(28px, 2.5vw, 36px);
}
.section-image_w_list .row-item .description {
  line-height: 24px;
}
.section-image_w_list .row-item .description ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.section-image_w_list .row-item .description ul li {
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/prime-list-icon.svg');
  padding-left: 20px;
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding-top: 0;
  margin-bottom: 10px;
}
.section-image_w_list .row-item .description ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-image_w_list .prime-border {
    padding: 20px;
    height: 320px;
  }
  .section-image_w_list .image {
    max-width: 610px;
  }
}
@media (min-width: 992px) {
  .section-image_w_list .prime-border {
    height: 402px;
  }
  .section-image_w_list .row-item .description {
    position: relative;
    padding-top: clamp(30px, 4.16666667vw, 60px);
    margin-left: 40px;
    padding-left: 20px;
  }
  .section-image_w_list .row-item .description:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    width: 100vw;
    background: rgba(15, 75, 255, 0.3);
  }
}
@media (min-width: 1200px) {
  .section-image_w_list .row-item .description {
    margin-left: 0px;
  }
}
.section-hero_scroll_animation {
  position: relative;
}
.section-hero_scroll_animation .white-mask-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero_scroll_animation .white-mask-wrapper.posAsolute {
  top: auto !important;
  bottom: 0;
  position: absolute;
}
.section-hero_scroll_animation .white-mask-wrapper .white-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/x-mask.png');
  background-position: center right;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-hero_scroll_animation .white-mask-wrapper .white-mask {
    background-position: 50% 50%;
  }
}
.section-hero_scroll_animation .white-mask-wrapper .page_video {
  display: inline-block;
}
@media (max-width: 767px) {
  .section-hero_scroll_animation .white-mask-wrapper {
    min-height: 540px !important;
  }
}
.section-hero_scroll_animation .section-slide {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-hero_scroll_animation .section-slide {
    min-height: 540px !important;
  }
}
@media (min-width: 768px) {
  .section-hero_scroll_animation .section-slide {
    height: auto;
    height: clamp(700px, 76.38888889vw, 1100px);
  }
}
.section-hero_scroll_animation .section-slide .container {
  height: 100%;
}
.section-hero_scroll_animation .section-slide .slide-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000;
  max-width: 690px;
  padding-top: clamp(50px, 9.027777779999999vw, 130px);
  padding-bottom: clamp(50px, 9.027777779999999vw, 130px);
}
.section-hero_scroll_animation .section-slide .slide-content .slide-title {
  color: #000;
  letter-spacing: -0.01em;
  font-size: clamp(40px, 3.88888889vw, 56px);
  line-height: 1.1;
}
.section-hero_scroll_animation .section-slide .slide-content .description {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-top: clamp(24px, 2.22222222vw, 32px);
}
.section-hero_scroll_animation .section-slide .slide-content .description *:last-child {
  margin-bottom: 0;
}
.section-hero_scroll_animation .section-slide .slide-content .cta-wrapper {
  padding-top: clamp(30px, 3.81944444vw, 55px);
}
.section-hero_scroll_animation .section-slide .slide-content.text-white {
  color: #fff;
}
.section-hero_scroll_animation .section-slide .slide-content.text-white .slide-title,
.section-hero_scroll_animation .section-slide .slide-content.text-white .description {
  color: #fff;
}
.section-hero_scroll_animation .section-slide#section-slide-1 {
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  position: relative;
  z-index: 2;
}
.section-hero_scroll_animation .section-slide#section-slide-1 .container {
  max-width: 1280px;
}
.section-hero_scroll_animation .section-slide#section-slide-1 .slide-content {
  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  max-width: 520px;
}
.section-hero_scroll_animation .section-slide#section-slide-1 .slide-content .slide-title {
  font-size: clamp(40px, 5vw, 72px);
}
@media (min-width: 768px) {
  .section-hero_scroll_animation .white-mask-wrapper {
    height: 100vh;
  }
  .section-hero_scroll_animation .section-slide .slide-content .slide-title {
    letter-spacing: -0.02em;
  }
  .section-hero_scroll_animation .section-slide#section-slide-1 .slide-content .slide-title {
    line-height: 1;
  }
}
.section-main_banner_w_form {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: clamp(50px, 5.55555556vw, 80px);
  padding-bottom: clamp(50px, 5.55555556vw, 80px);
  color: #000;
}
.section-main_banner_w_form .container {
  position: relative;
}
.section-main_banner_w_form .banner-title {
  color: #000;
  font-size: clamp(40px, 5.55555556vw, 80px);
  line-height: 1.1;
  margin-bottom: 50px;
}
.section-main_banner_w_form .description {
  max-width: 435px;
}
.section-main_banner_w_form .description,
.section-main_banner_w_form .description p {
  color: #000;
}
.section-main_banner_w_form .form-wrapper > p br {
  display: none;
}
.section-main_banner_w_form .form-wrapper *:last-child {
  margin-bottom: 0;
}
.section-main_banner_w_form .form-wrapper *:last-child.hs-richtext {
  margin-bottom: 14px;
}
.section-main_banner_w_form .form-wrapper form.hs-form {
  border: none !important;
  padding: 0 !important;
  min-width: initial !important;
  background: transparent;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field {
  margin-bottom: 14px;
  width: 100%;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field > label {
  margin-top: 0px;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field .input input[type="text"],
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field .input input[type="email"],
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field .input input[type="tel"],
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field .input input[type="num"],
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field select,
.section-main_banner_w_form .form-wrapper form.hs-form .hs-form-field textarea {
  border: 1px solid #BBE6F0;
  color: #000;
}
.section-main_banner_w_form .form-wrapper form.hs-form .form-columns-2 .hs-form-field {
  width: 50%;
}
.section-main_banner_w_form .form-wrapper form.hs-form .form-columns-3 .hs-form-field {
  width: 32.7%;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs_submit .actions input[type="submit"] {
  margin-left: 0;
  font-weight: 400;
  color: #000;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs_submit .actions {
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.section-main_banner_w_form .form-wrapper form.hs-form .hs_submit .actions .hs-button {
  background-image: none;
  min-width: 180px;
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: clamp(15px, 1.66666667vw, 24px);
}
.section-main_banner_w_form .col-form {
  position: static;
  margin-top: 48px;
}
.section-main_banner_w_form .banner_wrapper-txt.blue {
  position: static;
}
.section-main_banner_w_form .banner_wrapper-txt.blue:after {
  left: calc(50% + 190px);
}
@media (min-width: 992px) {
  .section-main_banner_w_form .col-form {
    margin-top: 80px;
  }
  .section-main_banner_w_form .banner_wrapper-txt.blue:after {
    top: 40px;
  }
}
@media (max-width: 991px) {
  .section-main_banner_w_form:after {
    display: none;
  }
}
.section-hero_v2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(90deg, rgba(15, 75, 255, 0.25) 0%, rgba(255, 134, 51, 0.25) 100%);
}
.section-hero_v2 .container-wrapper {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
  position: relative;
}
.section-hero_v2 .container-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -40px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 98.2%);
  border-radius: 20px;
}
.section-hero_v2 .container-wrapper .row {
  position: relative;
  z-index: 1;
}
.section-hero_v2 .column-content {
  max-width: 475px;
}
.section-hero_v2 .column-content .heading-icon {
  max-width: 160px;
  max-height: 20px;
  margin-bottom: 10px;
}
.section-hero_v2 .section-title {
  font-size: clamp(34px, 3.88888889vw, 56px);
  color: #000;
  line-height: 1.1;
  margin: 0px;
  letter-spacing: -0.01em;
}
.section-hero_v2 .description {
  margin-top: 10px;
  font-size: clamp(16px, 1.38888889vw, 20px);
  line-height: 1.4;
}
.section-hero_v2 .cta-wrapper {
  margin-top: 20px;
}
.section-hero_v2 .cta-wrapper .btn_one,
.section-hero_v2 .cta-wrapper .btn-dashed {
  margin-right: clamp(15px, 1.38888889vw, 20px);
  width: auto;
  margin-bottom: 5px;
}
.section-hero_v2 .cta-wrapper .btn_one:last-child,
.section-hero_v2 .cta-wrapper .btn-dashed:last-child {
  margin-right: 0;
}
.section-hero_v2 .cta-wrapper .btn-dashed:after {
  width: calc(100% + 7px);
  height: calc(100% + 7px);
}
.section-hero_v2 .cta-wrapper .btn-dashed:not(:hover) {
  background-color: transparent;
}
.section-hero_v2 .image-wrapper img {
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-hero_v2 .image-wrapper {
    margin-top: 30px;
  }
}
.section-hero_v2 .image-description {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: -0.24px;
  width: 100%;
  text-align: center;
}
.section-hero_v2 .image-description ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.section-hero_v2 .image-description ul li {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.section-hero_v2 .image-description ul li:not(:last-child) {
  padding-right: 5px;
}
.section-hero_v2 .image-description ul li:before {
  content: "";
  width: 16px;
  height: 15px;
  background-image: url('https://www.newtonx.com/wp-content/themes/newtonx/assets/less/../image/checked-circle.svg');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .section-hero_v2 .section-title h1,
  .section-hero_v2 .section-title h2 {
    max-width: 100%;
  }
  .section-hero_v2 .section-title {
    line-height: 1;
    letter-spacing: 0px;
  }
  .section-hero_v2 .description {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .section-hero_v2 .col-image {
    -ms-flex: 0 0 53.25%;
    flex: 0 0 53.25%;
    max-width: 53.25%;
  }
  .section-hero_v2 .col-content {
    -ms-flex: 0 0 46.75%;
    flex: 0 0 46.75%;
    max-width: 46.75%;
  }
}
.section-hero_v2 + .section-video.style-2 {
  padding-top: clamp(60px, 9.722222220000001vw, 140px);
}
.section-featured_resources_v2 {
  padding-top: clamp(70px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(50px, 8.33333333vw, 120px);
}
.section-featured_resources_v2.small-heading {
  padding-top: clamp(60px, 5.55555556vw, 80px);
  padding-bottom: clamp(40px, 4.16666667vw, 60px);
}
.section-featured_resources_v2.small-heading .section-title {
  margin-bottom: 30px;
}
.section-featured_resources_v2.small-heading .section-title h1,
.section-featured_resources_v2.small-heading .section-title h2 {
  font-size: clamp(28px, 2.5vw, 36px);
  max-width: 100%;
}
.section-featured_resources_v2 .btn-dashed {
  width: 100%;
  margin-top: 30px;
}
.section-featured_resources_v2 .resource-column {
  margin-bottom: 20px;
}
.section-featured_resources_v2 .cta-wrapper {
  margin-top: 30px;
}
.section-featured_resources_v2 .posts-listing {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-featured_resources_v2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-featured_resources_v2 .container .section-title {
    max-width: 70%;
    margin-right: 30px;
    order: 1;
  }
  .section-featured_resources_v2 .container .cta-wrapper {
    order: 2;
    min-width: 160px;
  }
  .section-featured_resources_v2 .container .posts-listing {
    order: 3;
    width: 100%;
  }
  .section-featured_resources_v2 .btn-dashed {
    margin-top: 0;
  }
}
.resource-item {
  background: #FFFFFF;
  border: 1px solid rgba(15, 75, 255, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.resource-item .image {
  position: relative;
  height: 210px;
}
.resource-item .image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-item .image .article_tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #BBE6F0;
}
.resource-item .post-item-content {
  padding: 30px 30px 0;
}
.resource-item .post-item-content h3 {
  line-height: 32px;
  font-size: 24px;
  letter-spacing: -0.24px;
  margin: 0;
}
.resource-item .post-item-content h3 a {
  color: #000;
}
.resource-item .post-item-content .article_content {
  margin-top: 15px;
}
.resource-item .company-logo {
  margin-top: auto;
  padding: 30px 30px 0;
}
.resource-item .company-logo img {
  max-width: 115px;
  max-height: 48px;
}
.resource-item .event-info {
  margin-top: auto;
  padding: 30px 30px 0;
}
.resource-item .author-wrapper {
  margin-top: auto;
  padding: 30px 30px 0;
}
.section-resources .container-medium .resource-item .image .article_tag {
  background-color: #fff;
}
.section-featured_posts_slider_v2 {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
}
.section-featured_posts_slider_v2.lightblue-bg {
  background-color: #BBE6F0;
}
.section-featured_posts_slider_v2.lightblue-bg:before,
.section-featured_posts_slider_v2.lightblue-bg:after {
  display: none;
}
.section-featured_posts_slider_v2.lightblue-bg .featured-post-item .post-item-content {
  background-color: #fff;
}
@media (min-width: 768px) {
  .section-featured_posts_slider_v2 .posts-listing {
    position: relative;
    z-index: 1;
  }
}
.featured-post-item {
  border: 1px solid rgba(15, 75, 255, 0.2);
}
.featured-post-item .image {
  position: relative;
  margin-bottom: 24px;
}
.featured-post-item .image img {
  max-width: 100%;
}
.featured-post-item .image .article_tag {
  position: absolute;
  top: clamp(24px, 2.08333333vw, 30px);
  left: clamp(24px, 2.08333333vw, 30px);
}
.featured-post-item .post-item-content {
  padding-top: clamp(30px, 4.86111111vw, 70px);
  padding-bottom: clamp(30px, 4.86111111vw, 70px);
  padding-left: clamp(24px, 4.86111111vw, 70px);
  padding-right: clamp(24px, 4.86111111vw, 70px);
}
.featured-post-item .post-item-content .company-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.featured-post-item .post-item-content .company-logo img {
  margin-right: 10px;
  max-width: 115px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.featured-post-item .post-item-content .company-logo img:last-child {
  margin-right: 0;
}
.featured-post-item .post-item-content h3 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.2;
  margin: 0 0 15px;
  letter-spacing: -1px;
}
.featured-post-item .post-item-content h3 a {
  color: #000;
}
.featured-post-item .post-item-content .cta-wrapper,
.featured-post-item .post-item-content .author-wrapper {
  padding-top: clamp(30px, 4.86111111vw, 70px);
  margin-top: auto;
}
@media (min-width: 768px) {
  .featured-post-item {
    display: flex;
  }
  .featured-post-item .image {
    width: 50%;
    margin: 0;
  }
  .featured-post-item .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .featured-post-item .post-item-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 420px;
  }
}
body.single-cpt_183 .section-featured_posts_slider {
  float: none;
}
.section-video_copy_module {
  background-color: #BBE6F0;
  padding-top: clamp(60px, 9.722222220000001vw, 140px);
  padding-bottom: clamp(60px, 9.722222220000001vw, 140px);
}
.section-video_copy_module .image {
  position: relative;
  transition: all 0.3s;
  margin-bottom: 40px;
}
.section-video_copy_module .image img {
  max-width: 100%;
}
.section-video_copy_module .image a {
  display: block;
}
.section-video_copy_module .image .play-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f4bff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  width: 72px;
  height: 72px;
  z-index: 1;
  transition: all 0.3s;
}
.section-video_copy_module .image:hover {
  opacity: 0.8;
}
.section-video_copy_module h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 40px;
  font-family: 'Banana Grotesk Regular', sans-serif;
}
.section-video_copy_module .column-content {
  padding-left: 80px;
}
.section-video_copy_module .column-content h3 {
  margin-bottom: 50px;
}
.section-video_copy_module .column-content .description {
  color: #0f4bff;
  position: relative;
}
.section-video_copy_module .column-content .description svg {
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: auto;
}
.section-video_copy_module .column-content .description p {
  color: #0f4bff;
}
.section-video_copy_module .column-content .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-video_copy_module .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .section-video_copy_module .column-content {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .section-video_copy_module .section-title h1,
  .section-video_copy_module .section-title h2 {
    max-width: 100%;
  }
  .section-video_copy_module .just-on-mobile {
    display: none;
  }
  .section-video_copy_module .image {
    margin-bottom: 0;
  }
  .section-video_copy_module .column-content {
    padding-left: 40px;
  }
}
.section-video_copy_module .slick-prev,
.section-video_copy_module .slick-next {
  background-color: transparent;
}
.section-video_module_autoplay {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-video_module_autoplay .page_video {
  display: block !important;
}
.section-video_module_autoplay.grid_line.before:before {
  z-index: 2;
}
.section-video_module_autoplay .container {
  position: relative;
  z-index: 1;
}
.section-video_module_autoplay .video-content-wrapper {
  color: #fff;
  max-width: 690px;
  padding-top: clamp(50px, 9.027777779999999vw, 130px);
  padding-bottom: clamp(50px, 9.027777779999999vw, 130px);
}
.section-video_module_autoplay .video-content-wrapper h2 {
  color: #fff;
}
.section-video_module_autoplay .video-content-wrapper .description {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-top: clamp(24px, 2.22222222vw, 32px);
  color: #fff;
}
.section-video_module_autoplay .video-content-wrapper .description * {
  color: #fff;
}
.section-video_module_autoplay .video-content-wrapper .description *:last-child {
  margin-bottom: 0;
}
.section-video_module_autoplay .show-logomark {
  width: 52px;
  height: 48px;
  z-index: 2;
  position: absolute;
  bottom: calc(100% + 130px);
  left: calc(50% + 164px);
}
@media (max-width: 991px) {
  .section-video_module_autoplay .show-logomark {
    left: calc(50% - 385px);
  }
}
@media (max-width: 767px) {
  .section-video_module_autoplay .show-logomark {
    left: calc(50% - 296px);
    bottom: calc(100% + 80px);
  }
}
@media (max-width: 539px) {
  .section-video_module_autoplay .show-logomark {
    left: 30px;
  }
}
.section-animation_slider {
  background-attachment: fixed;
}
.section-animation_slider .inner .seaction-heading .section-title {
  margin-bottom: 0;
}
.section-animation_slider .inner .seaction-heading .section-title h2 {
  color: #000000;
  text-align: center;
  font-size: clamp(22px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.36px;
  max-width: 100%;
  padding-top: clamp(50px, 6.94444444vw, 100px);
  margin-bottom: clamp(15px, 1.38888889vw, 20px);
}
@media (max-width: 767px) {
  .section-animation_slider .inner .seaction-heading .section-title h2 span {
    display: block;
  }
}
.section-animation_slider .inner .seaction-heading .description {
  margin-bottom: 50px;
}
.section-animation_slider .inner .seaction-heading .description p {
  color: #000000;
  text-align: center;
  font-size: clamp(16px, 1.38888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(18px, 1.94444444vw, 28px);
  letter-spacing: -0.2px;
}
.section-animation_slider .philosophie {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .section-animation_slider .philosophie {
    display: block;
  }
}
.section-animation_slider .philosophie .wrapper {
  height: 100vh;
  width: 100%;
}
.section-animation_slider .philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.section-animation_slider .philosophie .point article {
  width: 100%;
  padding: 1.25em;
  background-color: #BDE8F2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 0;
  text-align: center;
  color: black;
  opacity: 1;
  max-width: 520px;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.section-animation_slider .philosophie .point img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
}
.section-animation_slider .philosophie .point h3 {
  font-weight: 700;
}
.section-animation_slider .philosophie .point .project-text {
  color: #000000;
  font-size: clamp(14px, 1.11111111vw, 16px);
  font-weight: 400;
  line-height: clamp(18px, 1.66666667vw, 24px);
  text-align: left;
}
.section-animation_slider .philosophie .point .project-text p {
  margin-bottom: 0;
}
.section-animation_slider .philosophie .point .project-text a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
  line-height: clamp(18px, 1.66666667vw, 24px);
  display: block;
}
.arrow-down {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: -30px;
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 9999;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.arrow-down:hover {
  opacity: 1;
}
.arrow-down > span {
  white-space: nowrap;
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  margin-top: 15px;
  left: 50%;
  font-weight: 700;
  font-size: 16px;
}
@media (min-height: 500.98px) {
  .arrow-down {
    bottom: 100px;
  }
}
@media (min-height: 768px) and (max-height: 1079.98px) {
  .arrow-down {
    bottom: 200px;
  }
}
@media (min-height: 1080px) and (max-height: 1200px) {
  .arrow-down {
    bottom: 300px;
  }
}
@media (max-width: 767.98px) {
  .arrow-down {
    left: 50%;
    margin-bottom: 50px;
    display: none;
  }
  .arrow-down img {
    width: 25px;
  }
}
.arrow-down.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animation-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .animation-wrapper {
    display: block;
  }
}
.animation-wrapper.mobile-visible .mobile-image {
  max-width: 100%;
  margin-bottom: 50px;
}
.animation-wrapper.mobile-visible .card {
  padding: 1.25em;
  background-color: #BDE8F2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 0;
  text-align: center;
  color: black;
  opacity: 1;
  max-width: 520px;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: none;
}
.animation-wrapper.mobile-visible .card h3 {
  font-weight: 700;
}
.animation-wrapper.mobile-visible .card .project-text {
  color: #000000;
  font-size: clamp(18px, 1.52777778vw, 22px);
  font-weight: 400;
  line-height: clamp(22px, 1.80555556vw, 26px);
  text-align: left;
}
.animation-wrapper.mobile-visible .card .project-text p {
  margin-bottom: 0;
}
.animation-wrapper.mobile-visible .card .project-desc {
  color: #000000;
  font-size: clamp(14px, 1.11111111vw, 16px);
  font-weight: 400;
  line-height: clamp(18px, 1.66666667vw, 24px);
  text-align: left;
}
.animation-wrapper.mobile-visible .card .project-desc a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
  line-height: clamp(18px, 1.66666667vw, 24px);
  display: block;
}
.animation-wrapper.mobile-visible .card .project-desc p {
  color: #000000;
  font-size: clamp(14px, 1.11111111vw, 16px);
  font-weight: 400;
  line-height: clamp(18px, 1.66666667vw, 24px);
  text-align: left;
}
.section-social_impact_image_content {
  padding: 0;
}
.section-social_impact_image_content .section-group {
  padding-top: clamp(80px, 6.94444444vw, 100px);
  padding-bottom: clamp(80px, 6.94444444vw, 100px);
}
.section-social_impact_image_content .section-group + .section-group {
  padding-top: 0;
}
.section-social_impact_image_content .section-group .section-title {
  margin-bottom: clamp(24px, 2.77777778vw, 40px);
}
.section-social_impact_image_content .section-group .section-title h2 {
  letter-spacing: -1.12px;
  line-height: 1.1;
}
.section-social_impact_image_content .section-group .image-wrapper img {
  max-width: 100%;
}
.section-social_impact_image_content .section-group .description {
  max-width: 510px;
  margin-left: auto;
  font-size: 20px;
  line-height: 30px;
  padding-left: clamp(30px, 5.55555556vw, 80px);
}
.section-social_impact_image_content .section-group .description .logos-image {
  margin-bottom: clamp(24px, 2.77777778vw, 40px);
  max-width: 100%;
  width: clamp(64px, 6.94444444vw, 100px);
}
@media (max-width: 767px) {
  .section-social_impact_image_content .section-group .section-title h2 {
    letter-spacing: -0.4px;
  }
  .section-social_impact_image_content .section-group .image-wrapper {
    margin-bottom: 24px;
  }
  .section-social_impact_image_content .section-group .description {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .section-social_impact_image_content .section-group .image-wrapper {
    position: sticky;
    top: 74px;
  }
}
@media (min-width: 992px) {
  .section-social_impact_image_content .section-group .image-wrapper {
    top: 90px;
  }
}
@media (min-width: 768px) {
  body.has-top-bar .section-social_impact_image_content .section-group .image-wrapper {
    top: 115px;
  }
}
@media (min-width: 992px) {
  body.has-top-bar .section-social_impact_image_content .section-group .image-wrapper {
    top: 131px;
  }
}
@media (min-width: 1024px) {
  body.admin-bar .section-social_impact_image_content .section-group .image-wrapper {
    top: 163px;
  }
}
.section-slider_testimonials_boxes {
  padding-top: clamp(50px, 6.59722222vw, 95px);
  padding-bottom: clamp(50px, 6.59722222vw, 95px);
  background: #B0E7F2;
  overflow: hidden;
}
.section-slider_testimonials_boxes .seaction-heading .cta-wrapper {
  margin-top: 30px;
}
.section-slider_testimonials_boxes .seaction-heading .cta-wrapper .btn-dashed {
  width: 250px;
}
.section-slider_testimonials_boxes .box-column {
  margin: 10px 0;
}
.section-slider_testimonials_boxes .box-item {
  border: 1px solid rgba(15, 75, 255, 0.2);
  background: #BBE6F0;
  padding: 40px 32px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-slider_testimonials_boxes .box-item .box-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-slider_testimonials_boxes .box-item .box-content .author-wrapper {
  color: #0F4BFF;
}
.section-slider_testimonials_boxes .box-item .box-content .author-wrapper .name {
  font-family: 'Banana Grotesk Bold', sans-serif;
  font-weight: 700;
}
.section-slider_testimonials_boxes .boxes-slider .slick-list {
  overflow: visible;
}
.section-slider_testimonials_boxes .seaction-heading {
  margin-bottom: 40px;
}
.section-slider_testimonials_boxes .seaction-heading .section-title {
  margin-bottom: 15px;
}
.section-slider_testimonials_boxes .seaction-heading .section-title h1,
.section-slider_testimonials_boxes .seaction-heading .section-title h2 {
  max-width: 765px;
}
.section-slider_testimonials_boxes .author-wrapper {
  margin-top: 0;
}
.section-slider_testimonials_boxes .author-wrapper .author-image {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.section-slider_testimonials_boxes .author-wrapper .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.section-slider_testimonials_boxes .author-wrapper .position {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.section-slider_testimonials_boxes .testimonial-content {
  margin-top: 20px;
  color: #0D40FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 768px) {
  .section-slider_testimonials_boxes .boxes-listing {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .section-slider_testimonials_boxes .box-item {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .section-slider_testimonials_boxes .box-item {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .section-slider_testimonials_boxes .author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-slider_testimonials_boxes .author-wrapper .author-image {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
  .section-slider_testimonials_boxes .testimonial-content {
    line-height: 27px;
  }
}
.section-slider_testimonials_boxes .slick-next {
  position: static;
  transform: translateY(0);
  margin-top: 40px;
  margin-left: auto;
  background-color: transparent;
  margin-right: 10px;
}
.section-slider_testimonials_boxes .slick-prev {
  top: auto;
  bottom: 0;
  left: auto;
  right: 75px;
  transform: translateY(0px);
  background-color: transparent;
}
.newtonx-professionals-page .section-slider_testimonials_boxes .box-item {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
.newtonx-professionals-page .section-slider_testimonials_boxes .box-item .box-content .author-wrapper {
  color: #000;
}
.newtonx-professionals-page .section-slider_testimonials_boxes .testimonial-content {
  font-weight: 700;
  color: #000;
}
.newtonx-professionals-page .slick-arrow {
  outline: 1px solid rgba(15, 75, 255, 0);
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.newtonx-professionals-page .slick-arrow:hover {
  outline-color: rgba(15, 75, 255, 0.2);
}
.newtonx-professionals-page .slick-prev {
  position: relative;
  margin-bottom: clamp(30px, 2.77777778vw, 40px);
}
.newtonx-professionals-page .slick-next {
  margin: 0 !important;
  top: 0;
  left: 75px;
  position: absolute;
}
@media (max-width: 767px) {
  .newtonx-professionals-page .section-slider_testimonials_boxes .box-item.equalHeight {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .newtonx-professionals-page .slick-prev {
    margin-left: auto;
    margin-top: -92px;
  }
  .newtonx-professionals-page .slick-next {
    left: auto;
    right: 10px;
  }
}
.section-slider_testimonials_boxes.style-style_1 .box-item {
  border: 0;
  background-color: #DFF5FA;
}
.section-slider_testimonials_boxes.style-style_1 .box-item .box-content .author-wrapper .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Banana Grotesk Regular;
}
.section-slider_testimonials_boxes.style-style_1 .box-item .box-content .author-wrapper .position {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.section-slider_testimonials_boxes.style-style_1 .box-item .box-content .testimonial-content {
  font-family: 'Banana Grotesk Bold';
}
.section-slider_testimonials_boxes.style-style_1 .slick-arrow {
  border-color: #B0E7F2;
  background-color: #DFF5FA;
}
.section-slider_testimonials_boxes.style-style_1 .slick-arrow::before {
  font-size: 14px;
}
.section-slider_testimonials_boxes.style-style_1 .slick-arrow.slick-next {
  border-left: 1px solid;
}
.section-slider_testimonials_boxes.style-style_1 .slick-arrow:hover {
  border-color: #0F4BFF33;
}
.section-video_banner {
  position: relative;
}
.section-video_banner .section-slide {
  position: relative;
  z-index: 2;
}
.section-video_banner .section-slide .slide-content {
  height: calc(100vh - 150px);
  min-height: 540px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000;
  max-width: 520px;
  padding-top: clamp(50px, 9.027777779999999vw, 130px);
  padding-bottom: clamp(50px, 9.027777779999999vw, 130px);
}
.section-video_banner .section-slide .slide-content .slide-title {
  color: #000;
  letter-spacing: -0.01em;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.1;
}
.section-video_banner .section-slide .slide-content .description {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-top: clamp(24px, 2.22222222vw, 32px);
}
.section-video_banner .section-slide .slide-content .description *:last-child {
  margin-bottom: 0;
}
.section-video_banner .section-slide .slide-content .cta-wrapper {
  padding-top: clamp(30px, 3.81944444vw, 55px);
}
.section-video_banner .section-slide .slide-content.text-white {
  color: #fff;
}
.section-video_banner .section-slide .slide-content.text-white .slide-title,
.section-video_banner .section-slide .slide-content.text-white .description {
  color: #fff;
}
@media (max-width: 767px) {
  .section-video_banner .page_video {
    display: none;
  }
  .section-video_banner#mobile-v2-video-banner {
    overflow: hidden;
  }
  .section-video_banner#mobile-v2-video-banner .section-slide .slide-content .description {
    transition: all 0.8s ease-out;
    opacity: 0;
    max-width: calc(100% - 50px);
    transform: translateX(100px);
  }
}
@media (min-width: 768px) {
  .section-video_banner .section-slide .slide-content .slide-title {
    letter-spacing: -0.02em;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  body.page-loaded .section-video_banner#mobile-v2-video-banner .section-slide .slide-content .description {
    opacity: 1;
    transform: translateX(50px);
  }
}
.section-vertical_step_slider {
  padding-top: calc(9.722222220000001vw);
  padding-bottom: calc(9.722222220000001vw);
}
.section-vertical_step_slider .scroll_img_wrapper {
  position: sticky;
  top: 0;
}
.section-vertical_step_slider .seaction-heading {
  margin-bottom: 40px;
}
.section-vertical_step_slider .seaction-heading .section-title h1,
.section-vertical_step_slider .seaction-heading .section-title h2 {
  max-width: 765px;
}
.section-vertical_step_slider .steps-image-container {
  position: sticky;
  top: 0;
}
.section-vertical_step_slider .steps-image-container .step-image {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section-vertical_step_slider .steps-image-container .step-image img,
.section-vertical_step_slider .steps-image-container .step-image video {
  max-width: 100%;
}
.section-vertical_step_slider .steps-image-container .step-image.active {
  opacity: 1;
  position: relative;
}
.section-vertical_step_slider .steps-content-container {
  padding-left: 80px;
}
.section-vertical_step_slider .steps-content-container .step-content {
  padding-bottom: 180px;
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #F56600;
}
.section-vertical_step_slider .steps-content-container .step-content .check-icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  transform: translateX(calc(-50% - 1.5px));
  background-color: #fff;
  z-index: 1;
}
.section-vertical_step_slider .steps-content-container .step-content .check-icon svg {
  width: 30px;
  height: 30px;
}
.section-vertical_step_slider .steps-content-container .step-content .step-content-box {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.2;
}
.section-vertical_step_slider .steps-content-container .step-content .step-content-box .scroll_count {
  margin-bottom: clamp(12px, 1.66666667vw, 24px);
  font-size: 16px;
}
.section-vertical_step_slider .steps-content-container .step-content .step-content-box .scroll_heading {
  font-size: clamp(24px, 2.5vw, 36px);
  margin: 0;
}
.section-vertical_step_slider .steps-content-container .step-content .step-content-box .scroll_content {
  font-size: 16px;
}
.section-vertical_step_slider .steps-content-container .step-content.active .step-content-box {
  opacity: 1;
}
.section-vertical_step_slider .steps-content-container .step-content.active + .step-content .check-icon,
.section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content .check-icon,
.section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content .check-icon,
.section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content + .step-content .check-icon,
.section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content + .step-content + .step-content .check-icon {
  background-color: #F56600;
}
.section-vertical_step_slider .steps-content-container .step-content:last-child {
  padding-bottom: 30px;
  border-color: transparent;
}
@media (max-width: 767px) {
  .section-vertical_step_slider .hide-on-mobile {
    display: none;
  }
  .section-vertical_step_slider .steps-content-container {
    padding-left: 0;
  }
  .section-vertical_step_slider .steps-content-container .step-content {
    padding-bottom: 84px;
  }
  .section-vertical_step_slider .steps-content-container .step-content .step-content-box {
    opacity: 1;
  }
  .section-vertical_step_slider .steps-content-container .step-content.active + .step-content .step-content-box,
  .section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content .step-content-box,
  .section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content .step-content-box,
  .section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content + .step-content .step-content-box,
  .section-vertical_step_slider .steps-content-container .step-content.active + .step-content + .step-content + .step-content + .step-content + .step-content .step-content-box {
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .section-vertical_step_slider .hide-on-desktop {
    display: none;
  }
  .section-vertical_step_slider .seaction-heading {
    position: sticky;
    top: 180px;
  }
  .section-vertical_step_slider .steps-image-container {
    top: 265px;
  }
  .section-vertical_step_slider .steps-image-container .step-image img,
  .section-vertical_step_slider .steps-image-container .step-image video {
    max-width: 100%;
    max-height: calc(100vh - 290px);
  }
}
.block-inline_cta_box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.block-inline_cta_box .title {
  padding-right: 30px;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.15;
}
.block-inline_cta_box .title span {
  background-color: #ffaa70;
}
.block-inline_cta_box .btn {
  margin: 5px 0;
}
@media (max-width: 767px) {
  .block-inline_cta_box {
    flex-wrap: wrap;
  }
  .block-inline_cta_box .title {
    padding-right: 0;
    width: 100%;
  }
  .block-inline_cta_box .btn {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
button {
  background-color: transparent;
  color: inherit;
}
.ul-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
.newton-ease {
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
}
.tg-unstyle-li {
  list-style-type: none;
  padding: 0;
}
.btn_together.btn-black {
  background-color: #000;
  color: #fff;
}
.btn_together.btn-black:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.75;
}
.btn_together.btn-white {
  background-color: #fff;
  color: #000;
}
.scrollbars-hide {
  scrollbar-width: none;
}
.scrollbars-hide:-webkit-scrollbar {
  display: none;
}
.gradient-mask {
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 10%, #000000 90%, rgba(0, 0, 0, 0) 100%);
  mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 10%, #000000 90%, rgba(0, 0, 0, 0) 100%);
}
.tg-font-600 {
  font-family: "Banana Grotesk SemiBold" !important;
  font-weight: 600;
}
.tg-font-500 {
  font-family: "Banana Grotesk Medium" !important;
  font-weight: 500;
}
.tg-font-400 {
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
}
.tg-text-16 {
  font-size: 1rem;
}
.tg-text-14 {
  font-size: 0.875rem;
}
.tg-text-h1 {
  font-size: clamp(2rem, 1.1197rem + 3.7559vw, 4.5rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.05;
}
.tg-text-h2 {
  font-size: clamp(1.875rem, 1.3028rem + 2.4413vw, 3.5rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.1;
}
.tg-text-h3 {
  font-size: clamp(1.75rem, 1.3979rem + 1.5023vw, 2.75rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.1;
}
.tg-text-h3.is-smaller-mob {
  font-size: clamp(1.25rem, 0.7218rem + 2.2535vw, 2.75rem);
}
.tg-text-h4 {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.15;
}
.tg-text-h5 {
  font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.15;
}
.tg-text-h6 {
  font-size: 1.125rem;
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.15;
}
.tg-text-h-cta {
  font-size: clamp(1.875rem, 1.1708rem + 3.0047vw, 3.875rem);
  font-family: "Banana Grotesk Medium" !important;
  font-weight: 500;
  line-height: 1.05;
}
.tg-text-eyebrow {
  color: inherit;
  font-size: 0.9375rem;
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.tg-text-eyebrow-upper {
  font-size: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
  font-family: "Banana Grotesk Medium" !important;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.tg-text-eyebrow-upper .is-12 {
  font-size: 0.75rem;
}
.text-body-p-24 {
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.15;
}
.text-body-p-20 {
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.45;
}
.text-body-p-18 {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.3;
}
.text-body-p {
  font-size: 1rem;
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.4;
}
.text-body-p-14 {
  font-size: 0.875rem;
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.35;
}
.tg-glow-quote span[data-is-glowing="true"] {
  text-shadow: 0 0 2rem #ffffff;
}
.tg-glow-quote {
  font-size: clamp(2rem, 0.5458rem + 3.0047vw, 3.25rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.tg-glow-quote .tog-glow-quote-static {
  text-shadow: 0 0 2rem #ffffff;
}
.tg-quote-26 {
  font-size: clamp(1.25rem, 1.118rem + 0.5634vw, 1.625rem);
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 1.35;
}
.tg-chapter-label {
  font-size: 0.875rem;
  font-family: "Banana Grotesk Regular" !important;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.tg-stat-lg {
  font-size: clamp(5rem, 3.4595rem + 6.5728vw, 9.375rem);
  font-family: "Banana Grotesk ExtraLight" !important;
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.text-inherit {
  color: inherit;
}
.text-inherit p {
  color: inherit;
}
.wysiwyg-current h1,
.wysiwyg-current h2,
.wysiwyg-current h3,
.wysiwyg-current h4,
.wysiwyg-current h5,
.wysiwyg-current h6,
.wysiwyg-current strong,
.wysiwyg-current p,
.wysiwyg-current li,
.wysiwyg-current a {
  color: currentColor;
}
.btn_one,
.btn_together {
  position: relative !important;
  cursor: pointer !important;
}
.btn_one span,
.btn_together span {
  position: relative;
  z-index: 1;
}
.btn_one:after {
  display: none !important;
}
/* Gradient background layer behind the button */
.btn_one::before,
.btn_together::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
  z-index: 0;
  clip-path: circle(0px at var(--mouse-x, 50%) var(--mouse-y, 50%));
  transition: clip-path 0s ease;
}
.btn_one:hover::before,
.btn_together:hover::before {
  clip-path: circle(15px at var(--mouse-x, 50%) var(--mouse-y, 50%));
}
.btn_together,
.btn_one,
.btn-dashed {
  display: inline-block;
  padding: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  font-family: 'Banana Grotesk SemiBold' !important;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  transition-property: all;
  transition-duration: 225ms;
  height: auto;
  cursor: url('/wp-content/themes/newtonx/assets/image/cursor-hover.svg'), auto;
}
.btn_together.btn-white,
.btn_one.btn-white,
.btn-dashed.btn-white {
  background-color: #fff;
  color: #000;
}
.btn_together-border {
  display: inline-block;
  padding: 2px;
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
}
.btn_together-border .btn_together {
  padding-left: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  padding-right: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  padding-top: clamp(0.75rem, 0.64rem + 0.4695vw, 1.0625rem);
  padding-bottom: clamp(0.75rem, 0.64rem + 0.4695vw, 1.0625rem);
  cursor: url('/wp-content/themes/newtonx/assets/image/gradient-cursor.svg'), auto;
}
.btn_together-text-link {
  font-family: 'Banana Grotesk SemiBold' !important;
  font-weight: 600;
  text-align: center;
  font-size: 0.875rem;
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn-dashed {
  cursor: pointer !important;
}
.btn-dashed.is-current {
  color: currentColor !important;
  background-color: unset;
  transition: all 225ms ease-out !important;
}
.btn-dashed.is-current:after {
  border: 5px dashed currentColor !important;
  transition: all 225ms ease-out !important;
}
.btn-dashed span {
  position: relative;
  z-index: 2;
}
.btn-dashed::before {
  content: '';
  transition: opacity 325ms cubic-bezier(0.625, 0.05, 0, 1);
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
}
.btn-dashed:hover {
  color: #fff !important;
}
.btn-dashed:hover:before {
  opacity: 1;
}
body.newtonx-professionals-page .btn_one.bg-orange-dark {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: none;
}
body.newtonx-professionals-page .btn_one.bg-orange-dark span {
  position: relative;
  z-index: 2;
}
body.newtonx-professionals-page .btn_one.bg-orange-dark::before {
  content: '';
  transition: opacity 325ms cubic-bezier(0.625, 0.05, 0, 1);
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  clip-path: initial;
  transition: all 0.3s ease;
}
body.newtonx-professionals-page .btn_one.bg-orange-dark:hover {
  color: #fff;
}
body.newtonx-professionals-page .btn_one.bg-orange-dark:hover:before {
  opacity: 1;
}
.header-together[data-header-menu-status='not-active'] {
  background-color: #000;
  color: #fff;
}
.header-together[data-header-menu-status='not-active'] .btn_together.btn-header {
  background-color: #fff;
  color: #000;
}
.header-together[data-header-menu-status='active'] {
  background-color: #fff;
  color: #000;
}
.header-together[data-header-menu-status='active'] .btn_together.btn-header {
  background-color: #000;
  color: #e5e7e9;
}
.header_main-menu-item {
  font-size: 0.875rem;
  line-height: 0.9;
  letter-spacing: -0.01em;
  transition: none !important;
}
.mega-menu-together {
  box-shadow: none;
}
.mega-menu-together[data-main-menu-status='not-active'] {
  pointer-events: none;
}
.mega-menu-together[data-main-menu-status='not-active'] .mega-menu-animator {
  opacity: 0;
}
.mega-menu-together[data-main-menu-status='active'] {
  pointer-events: auto;
}
.mega-menu-together[data-main-menu-status='active'] .mega-menu-animator {
  opacity: 1;
}
[data-main-dropdown-trigger-status='not-active'] .together-menu-status {
  opacity: 0;
}
[data-animate-item] {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  transition-duration: 425ms;
}
[data-main-menu-status='not-active'] [data-animate-item] {
  opacity: 0;
  transform: scale(1.02);
}
[data-main-menu-status='active'] [data-animate-item] {
  opacity: 1;
  transform: scale(1);
}
.tab-track-status {
  transform-origin: left;
}
[data-tab-track-status='not-active'] {
  opacity: 0.5;
}
[data-tab-track-status='not-active']:hover {
  opacity: 1;
}
[data-tab-track-status='not-active'] .tab-track-status {
  transform: scaleX(0);
}
[data-tab-track-status='active'] {
  opacity: 1;
}
[data-tab-track-status='active'] .tab-track-status {
  transform: scaleX(1);
}
.together-submenu-heading {
  font-size: 0.625rem;
  font-family: 'Banana Grotesk Medium' !important;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.header_drop-label-link {
  font-family: 'Banana Grotesk SemiBold' !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 0.9;
  letter-spacing: 0.08em;
  transition: none !important;
}
[data-secondary-dropdown][data-dropdown-status='not-active'] .secondary-dropdown,
[data-alt-dropdown][data-dropdown-status='not-active'] .secondary-dropdown {
  pointer-events: none;
  transform: translateX(-25%);
}
[data-secondary-dropdown][data-dropdown-status='not-active'] .secondary-dropdown .menu-animator,
[data-alt-dropdown][data-dropdown-status='not-active'] .secondary-dropdown .menu-animator {
  transform: translateY(1rem) scale(1.05);
  opacity: 0;
}
[data-secondary-dropdown][data-dropdown-status='active'] .secondary-dropdown,
[data-alt-dropdown][data-dropdown-status='active'] .secondary-dropdown {
  transform: translateX(-25%);
}
[data-secondary-dropdown][data-dropdown-status='active'] .secondary-dropdown .menu-animator,
[data-alt-dropdown][data-dropdown-status='active'] .secondary-dropdown .menu-animator {
  transform: translateY(0rem) scale(1);
  opacity: 1;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
.secondary-dropdown_tabs {
  opacity: 0;
  transform: scale(1.05);
}
.secondary-dropdown_tabs[data-hover-tabs-status='active'] {
  opacity: 1;
  transform: scale(1);
}
.together-dropdown-heading {
  font-size: 1.125rem;
  font-family: 'Banana Grotesk Medium' !important;
  font-weight: 500;
  line-height: 1.45;
}
.together-mobile-menu-bar-top {
  transform: translateY(-0.25rem) rotate(0deg);
}
.together-mobile-menu-bar-bottom {
  transform: translateY(0.25rem) rotate(0deg);
}
[data-mobile-menu-trigger-status='active'] .together-mobile-menu-bar-top {
  transform: translateY(0) rotate(45deg);
}
[data-mobile-menu-trigger-status='active'] .together-mobile-menu-bar-bottom {
  transform: translateY(0) rotate(-45deg);
}
.mobile-menu-wrapper-together {
  height: calc(100dvh - clamp(3.625rem, 3.4925rem + 0.5639vw, 4rem));
  transition: transform 425ms cubic-bezier(0.625, 0.05, 0, 1);
}
.mobile-menu-wrapper-together[data-mobile-menu-status='not-active'] {
  transform: translateY(-110%);
}
.mobile-menu-wrapper-together[data-mobile-menu-status='active'] {
  transform: translateY(0);
}
.header_mobile-menu-item {
  font-size: clamp(1.25rem, 1.1617rem + 0.3759vw, 1.5rem);
  line-height: 0.9;
  letter-spacing: -0.01em;
  transition: none !important;
}
.together-mobile-submenu {
  grid-template-rows: 0fr;
  transition: grid 425ms cubic-bezier(0.625, 0.05, 0, 1);
}
.together-mobile-submenu[data-mobile-submenu-status='active'] {
  grid-template-rows: 1fr;
}
[data-mobile-submenu-trigger-status='active'] .together-mobile-trigger-icon {
  transform: rotate(135deg);
}
[data-submenu-item] {
  transition: all 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  opacity: 0;
  transform: translate(0px, 2em);
}
[data-mobile-menu-status='active'] [data-submenu-item] {
  opacity: 1;
  transform: translate(0px, 0em);
}
.footer_together {
  float: left;
}
.footer_logo-together {
  transition-duration: 0.425s;
  transition-property: opacity;
}
.footer_logo-together:hover {
  opacity: 0.65;
}
.footer_social-link {
  background: rgba(255, 255, 255, 0.1);
  transition-duration: 0.2s;
  transition-property: opacity;
}
.footer_social-link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.footer_menu-text {
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  line-height: 1;
}
.footer_contact-menu-text {
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
  line-height: 1;
}
.footer_together .hs-form {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 300px !important;
  align-items: stretch !important;
}
.footer_together .hs-form p {
  color: #fff !important;
  font-size: 0.9375rem !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
}
.footer_together .hs-form .input input {
  background-color: transparent !important;
  border: 0px solid !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  opacity: 1 !important;
  padding-left: 0px !important;
}
.footer_together .hs-form .input input:focus {
  border: 0px solid !important;
  border-bottom: 1px solid #0f4bff !important;
  color: #ffffff !important;
}
.footer_together .hs-form .hs_email label {
  display: none !important;
}
.footer_together .hs-form .hs_email .hs-error-msgs label {
  display: block !important;
}
.footer_together .hs-form .hs-button {
  top: 0 !important;
  margin: 0 !important;
  min-width: 0px !important;
  padding-block: 1rem !important;
  padding-left: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem) !important;
  padding-right: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem) !important;
  border: 0px !important;
  background-image: none !important;
  background-color: #fff !important;
  color: #000 !important;
  width: 100%;
  font-size: 0.875rem !important;
  line-height: 1rem !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}
.footer_together .hs-form .hs-button::after {
  display: none !important;
}
.footer_together .hs-form .form-columns-0 {
  order: 1 !important;
}
.footer_together .hs-form .form-columns-1 {
  order: 2 !important;
}
.footer_together .hs-form .form-columns-1:has(.hs_gclid) {
  order: 5 !important;
}
.footer_together .hs-form .hs-submit {
  order: 3 !important;
  margin-top: 0.75rem !important;
}
.footer_together .hs-form fieldset {
  order: 5;
}
@media screen and (min-width: 400px) {
  .footer_together .hs-form {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .footer_together .hs-form .form-columns-1 {
    width: 70% !important;
  }
  .footer_together .hs-form .hs-submit {
    width: 30% !important;
    margin-top: 0 !important;
  }
}
body.admin-bar {
  margin-top: 0 !important;
}
.container-together {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container-together.container-1240 {
  max-width: 77.5rem;
}
.container-together .container-together {
  padding: 0;
}
.together-animated-section {
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  transition-property: background-color, color;
  transition-duration: 625ms;
}
[data-background-transition-wrapper="is-dark"] {
  background: #000 !important;
  color: #fff !important;
}
[data-together-accordion-content] {
  grid-template-rows: 0fr;
  transition: grid 425ms cubic-bezier(0.625, 0.05, 0, 1);
}
[data-together-accordion-status="not-active"] [data-together-accordion-content] {
  grid-template-rows: 0fr;
}
[data-together-accordion-status="not-active"] .tab-track-status {
  transform: scaleX(0);
}
[data-together-accordion-status="not-active"] a {
  pointer-events: none;
}
[data-together-accordion-status="not-active"] a .accordion-link-arrow {
  opacity: 0;
}
[data-together-accordion-status="active"] [data-together-accordion-content] {
  grid-template-rows: 1fr;
}
[data-together-accordion-status="active"] .tab-track-status {
  transform: scaleX(1);
}
[data-together-accordion-status="active"] .together-mobile-trigger-icon {
  transform: rotate(135deg);
}
[data-together-accordion-status="active"] a {
  pointer-events: auto;
}
[data-together-accordion-status="active"] a .accordion-link-arrow {
  opacity: 1;
}
.tg-accordion-absolute-image {
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  transition-duration: 825ms;
  transition-property: opacity, transform;
}
.tg-accordion-absolute-image[data-together-media-status="not-active"] {
  opacity: 0;
  transform: scale(1.1);
}
.tg-accordion-absolute-image[data-together-media-status="active"] {
  opacity: 1;
  transform: scale(1);
}
.accordion-border-button .tab-track-status-box {
  transition-timing-function: cubic-bezier(0.625, 0.05, 0, 1);
  transition-duration: 225ms;
  transition-property: background-color;
}
.accordion-border-button:hover .tab-track-status-box {
  background-color: rgba(0, 0, 0, 0.2);
}
[data-chapter-tab-button].chapter-tab-active {
  background-color: #f7f8f8;
}
[data-chapter-tab-button].chapter-tab-active .tab-icon {
  opacity: 0;
}
[data-chapter-tab-button].chapter-tab-active .tab-icon-active {
  opacity: 1 !important;
}
[data-chapter-tab-button].chapter-tab-active:hover {
  background-color: #f7f8f8;
}
[data-chapter-tab-button] .tab-icon-active {
  opacity: 0;
}
[data-chapter-tab-button]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.chapter-arrow-disabled {
  pointer-events: none;
  opacity: 0.4;
}
[data-cursor-container] {
  position: relative;
}
.together-cursor {
  position: absolute;
  inset: 0% auto auto 0%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.together-cursor.active {
  opacity: 1;
}
.together-star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 1rem;
  text-align: center;
  z-index: 4;
  filter: drop-shadow(0 0 0.25rem #ffffff);
}
@media (min-width: 768px) {
  .together-star {
    width: 1rem;
    height: 1rem;
  }
}
[data-scroll-menu-submenu] {
  grid-template-rows: 1fr;
  transition: grid 425ms cubic-bezier(0.625, 0.05, 0, 1);
}
[data-scroll-menu-item="not-active"] a {
  opacity: 0.6;
}
[data-scroll-menu-item="not-active"] a:hover {
  opacity: 1;
}
[data-scroll-menu-item="not-active"] .tg-chapter-status-bar {
  transform: scaleX(0);
}
[data-scroll-menu-item="not-active"] [data-scroll-menu-submenu] {
  grid-template-rows: 0fr;
}
[data-scroll-menu-subitem="not-active"] .tg-chapter-status-dot {
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  [data-scroll-menu-submenu] {
    grid-template-columns: 1fr;
  }
  [data-scroll-menu-item="not-active"] [data-scroll-menu-submenu] {
    grid-template-columns: 0fr;
  }
}
[data-gradient-highlight] {
  transition: color 425ms cubic-bezier(0.625, 0.05, 0, 1);
  transition-delay: 425ms;
  overflow: hidden;
}
[data-gradient-highlight]:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
  transition: transform 425ms cubic-bezier(0.625, 0.05, 0, 1);
  transition-delay: 425ms;
  transform: translateX(-101%);
}
[data-gradient-highlight][data-highlight-active="true"] {
  color: #fff;
}
[data-gradient-highlight][data-highlight-active="true"]:before {
  transform: translateX(0%);
}
[data-gradient-highlight] span {
  position: relative;
  z-index: 2;
}
.cta-card-gradient {
  background: radial-gradient(100% 60% at center bottom, #0f4bff, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 767px) {
  .cta-card-gradient {
    background: radial-gradient(50% 100% at 60% bottom, #0f4bff, rgba(255, 255, 255, 0));
  }
}
.together-drag {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.together-drag:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.marquee3k__wrapper {
  display: flex !important;
}
.gradient-shadow {
  position: relative;
}
.gradient-shadow:after {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  background: linear-gradient(90deg, #0f4bff 0%, #ff8633 100%);
  filter: blur(5px);
  opacity: 0.6;
  transition: transform 1.5s cubic-bezier(0.625, 0.05, 0, 1), opacity 0.525s cubic-bezier(0.625, 0.05, 0, 1);
  transform: scale(0.95);
  border-radius: 0.5rem;
}
[data-gradient-shadow="active"]:after {
  transform: scale(1.01);
}
[data-gradient-shadow="active"]:hover:after {
  opacity: .8;
  transform: scaleY(1.035) scaleX(1.02);
  transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1);
}
