/* ROOT ATTRIBUTES */

@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Bold.woff2") format("woff2"),
    url("/Averta-web-font/Averta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-BoldItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Thin.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-SemiboldItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ThinItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Light.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Regular.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Averta Extrathin";
  src: url("/assets/Averta-web-font/Averta-Extrathin.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Extrathin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-BlackItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Black.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Averta Extrathin";
  src: url("/assets/Averta-web-font/Averta-ExtrathinItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtrathinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-Semibold.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ExtraBoldItalic.woff2")
      format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-LightItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-RegularItalic.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/Averta-web-font/Averta-ExtraBold.woff2") format("woff2"),
    url("/assets/Averta-web-font/Averta-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "Averta" !important;
  color: #353f50;
}
* {
  font-family: averta;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #353f50;
}
ul {
  list-style: none;
  display: flex;
  align-items: center;
}
li {
  font-size: 16px;
  margin-right: 40px;
}

a {
  text-decoration: none;
  outline: none;
  color: #353f50;
}
/* Global CSS */

header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1000;
}

h1 {
  color: #18425d;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
}
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
  color: #18425d;
}
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #18425d;
}
h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #18425d;
}
p {
  color: #5f738c;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* select {
  border: none;
  font-size: 14px;
  align-items: center;
  outline: none;
} */

/* Global CSS ENDS */

/* QUICKTELLER BOOST CSS */

/* LANDING & INNER PAGES */
nav {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}

main {
  width: 100%;
  margin: 0 auto;
}

label {
  color: #5f738c;
  font-size: 12px;
}

button {
  background-color: #0275d8;
  border-radius: 8px;
  padding: 12px 23px;
  color: #ffffff;
  border: none;
  font-weight: 600;
}
.button {
  background-color: #0275d8;
  border-radius: 8px;
  padding: 12px 23px;
  color: #ffffff;
  border: none;
  font-weight: 600;
}

.btn-alt {
  border: 1px solid #0275d8;
  color: #0275d8;
  background-color: #ffffff;
}
.webinar-info {
  max-width: 1200px;
  margin: 0 auto;
  background: #0e2c3e;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 16px;
}
.webinar-inner-info {
  display: flex;
}
.webinar-info-card {
  display: flex;
  margin-right: 24px;
}
.webinar-info-card img {
  margin-right: 24px;
}
.webinar-details p:first-child {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.webinar-details p:last-child {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
.webinar-info button {
  color: #353f50;
  background-color: #ffffff;
}
.line-pattern {
  position: absolute;
  right: 0;
  top: 5px;
}
.line-pattern img {
  width: 40px;
}
.web-img img {
  width: 100%;
}
.support-business {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 64px;
}
.support-business-info {
  width: 440px;
  margin-top: 40px;
}
.support-business-info h1 {
  margin-bottom: 24px;
}
.support-business-info p {
  margin-bottom: 24px;
}
.advantages-section {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  margin-top: 83px;
}
.advantages-card {
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.advantages-card img {
  margin-right: 16px;
}
.scale-section {
  background-color: #ebf8fe;
  margin-top: 64px;
}
.scale-inner-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 88px;
  padding-left: 70px;
  padding-right: 70px;
}
.scale-section-info {
  max-width: 538px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.scale-section-info h1 {
  margin-bottom: 24px;
}
.scale-section-info p {
  margin-bottom: 24px;
}
.scale-offers-section {
  display: flex;
}
.scale-offers {
  width: 290px;
  height: 436px;
  padding: 24px;
  text-align: center;
  border-radius: 16px;
  background-color: #ffffff;
  margin-right: 13px;
}
.scale-offers img {
  margin-bottom: 24px;
}
.scale-offers h2 {
  color: #00b8de;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.scale-offers h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.scale-offers p {
  color: #5f738c;
}
.join-the-conversation {
  width: 100%;
  background-color: #0e2c3e;
  color: #ffffff !important;
  padding: 80px;
  position: relative;
}
.join-inner-section {
  max-width: 1280px;
  padding-left: 72px;
  padding-right: 72px;
  margin: 0 auto;
  position: relative;
}
.join-info-section {
  width: 538px;
}
.join-info-section h1 {
  color: #ffffff;
  padding-bottom: 24px;
}
.join-intro {
  margin-top: 24px;
  margin-bottom: 70px;
}
.join-intro p {
  color: #ffffff;
}
.join-logo-section {
  position: absolute;
  top: 10px;
  right: 0;
}
.union {
  position: absolute;
  top: 8px;
  left: 8px;
}
.polka-dots-sub {
  position: absolute;
  top: 434px;
  right: 0;
}
.speakers-section {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 56px;
  width: 100%;
}
.speakers-card {
  background-color: #f3f5f6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  max-width: 326px;
  padding: 32px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.speakers-card-section {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.speakers-card img {
  margin-bottom: 24px;
}
.details .name {
  font-size: 20px;
  font-weight: 700;
}
.details .title {
  font-size: 16px;
  font-weight: 600;
  color: #00b8de;
}
.signup-content {
  margin-top: 16px;
}
.watch-business {
  background-color: #18425d;
  width: 100%;
  padding: 80px;
  margin-bottom: 88px;
  margin-top: 80px;
}
.watch-business-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.watch-info {
  width: 500px;
  margin-top: 20px;
}
.watch-info h1 {
  color: #ffffff;
}
.youtube-video {
  height: 322px;
  width: 624px;
  border-radius: 16px;
}
.ready-to-grow {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #ebf8fe;
  text-align: center;
  border-radius: 16px;
  position: relative;
  padding: 80px;
  margin-bottom: 80px;
}
.polka-dots {
  position: absolute;
  top: 135px;
  left: 5px;
}
.line-pattern-sub {
  position: absolute;
  right: 0;
  top: 87px;
}
.second-logo {
  text-align: center;
  margin-bottom: 80px;
}
.divider {
  height: 1px;
  width: 1120px;
  background-color: #e1e6ed;
  margin: 0 auto;
  margin-bottom: 24px;
}
.mob-img {
  display: none;
}
footer {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 50px;
}
.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-control {
  font-size: 14px;
  color: #aab7c6;
  height: 48px;
}
.form-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  color: #18425d;
}
.form-decoration {
  max-width: 750px;
  width: 100%;
  border: 1px solid #f3f5f6;
  padding: 80px;
  border-radius: 8px;
}
.social-media-section a {
  margin-right: 32px;
}
.social-media-section a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  nav {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .webinar-info {
    margin-right: 20px;
    margin-left: 20px;
  }
  .support-business {
    margin-right: 20px;
    margin-left: 20px;
  }
  .scale-inner-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .scale-offers {
    height: 580px;
  }
  .watch-business {
    padding-left: 20px;
    padding-right: 20px;
  }
  .watch-business-inner {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
  .join-inner-section {
    padding-left: 24px;
  }
  .ready-to-grow {
    margin-left: 20px;
    margin-right: 20px;
  }
  .speakers-card {
    margin-right: 8px;
  }
  .speakers-card-section {
    margin-left: 24px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 780px) {
  .webinar-info {
    display: block;
    padding: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }
  .webinar-inner-info {
    display: inline-block;
  }
  .webinar-button button {
    width: 100%;
  }
  .webinar-info-card {
    margin-bottom: 24px;
  }
  .line-pattern {
    top: 166px;
  }
  .support-business {
    display: block;
    margin-right: 24px;
    margin-left: 24px;
  }
  .support-business-info {
    width: 100%;
    margin-bottom: 56px;
  }
  .advantages-section {
    display: block;
    margin-right: 24px;
    margin-left: 24px;
  }
  .advantages-card {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .scale-inner-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .scale-offers-section {
    display: block;
  }
  .scale-offers {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    height: auto;
  }
  .join-the-conversation {
    padding: 24px;
    padding-top: 85px;
  }
  .join-inner-section {
    width: 100%;
  }
  .join-info-section {
    width: 100%;
  }
  .join-logo-section {
    display: none;
  }
  .join-conversation button {
    width: 100%;
  }
  .speakers-section {
    width: 100%;
  }
  .speakers-card-section {
    margin-right: 24px;
    margin-left: 24px;
  }
  .speakers-card {
    margin-bottom: 24px;
  }
  .watch-business {
    padding-right: 24px;
    padding-left: 24px;
  }
  .watch-business-inner {
    width: 100%;
    display: block;
  }
  .watch-info {
    width: 100%;
    margin-bottom: 24px;
  }
  .youtube-video {
    width: 100%;
    height: auto;
  }
  .ready-to-grow {
    padding-right: 24px;
    padding-left: 24px;
    margin: 24px;
  }
  .line-pattern-sub {
    top: 10px;
  }
  .polka-dots {
    display: none;
  }
  .footer-section {
    display: block;
    text-align: center;
  }
  .divider {
    width: 100%;
  }
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-logo {
    margin-bottom: 80px;
  }
  .footer-link-section {
    margin-bottom: 80px;
  }

  .social-media-section {
    width: 100%;
  }
  .social-media-section a {
    margin-right: 32px;
  }
  .social-media-section a:last-of-type {
    margin-right: 0;
  }
  .form-decoration {
    padding: 30px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 456px) {
  nav {
    padding-left: 24px;
  }
  .web-img {
    display: none;
  }
  .mob-img {
    display: block;
    margin-right: 24px;
    margin-left: 24px;
  }
  .mob-img {
    margin-right: 24px;
    margin-left: 24px;
    margin: 0 auto;
  }
  .mob-img img {
    width: 100%;
  }
  .mob-links {
    display: none;
  }
}

@media (max-width: 1279.95px){
  .jss157 {
    background-size: 300px 300px, 300px 250px;
    background-position: -10% 90%, 109% 80%;
  }
}
.jss157 {
  display: flex;
  min-height: 40vmax;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://interswitchgroup.com/extras/hero-illustration.svg), url(https://interswitchgroup.com/extras/hero-ill.svg);
  background-repeat: no-repeat;
  background-position: -10% 90%, 105% 80%;
}
@media (min-width: 960px){
  .MuiContainer-root-100 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 600px)
{
  .MuiContainer-root-100 {
    padding-left: 24px;
    padding-right: 24px;
  }
}


.MuiContainer-root-100 {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.jss263 {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}

.MuiGrid-spacing-xs-3-154 {
  width: calc(100% + 24px);
  margin: -12px;
}

.MuiGrid-container-130 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (min-width: 960px)
{
  .MuiGrid-grid-md-6-197 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
}
@media (max-width: 959.95px)
{
  .jss262 {
    height: 110vmax;
    align-items: flex-start;
    background-size: 200px 300px, 180px 200px;
    justify-content: flex-start;
    background-position: -18% 100%, 109% 95%;
}
}

.jss262 {
  display: flex;
  min-height: 40vmax;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://interswitchgroup.com/extras/hero-illustration.svg), url(https://interswitchgroup.com/extras/hero-ill.svg);
  background-repeat: no-repeat;
  background-position: -10% 90%, 105% 80%;
}
