main,
body {
  font-size: 16px;
}

.page-body {
  margin-top: 48px !important;
  margin-bottom: 64px !important;
}

section,
.section {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.subsection {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.container-sm {
  max-width: 1024px;
  margin-left: 0px;
}

.banner-section {
  margin-top: 0px !important;
  padding: 60px 0px 72px 0px;
  background: #c2d4fe;
}

h1 {
  font-size: 2.6em;
  font-weight: 900;
  margin: 16px 0px;
}

h2 {
  /* color: #0d1339; */
  color: #141b46 !important;
  font-size: 2.4em;
  font-weight: 900;
  margin: 16px 0px !important;
  border-bottom: 4px solid #141b46;
  /* padding: 2px 16px 2px 72px; */
  /* background: #5e8eff; */
  display: inline-block;
}

h3 {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.2em;
  margin: 16px 0px !important;
}

.caption-lg {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 300;
}

p {
  font-size: 1em;
  line-height: 1.36em;
  margin: 16px 0px;
}

a:not(.v-tab) {
  color: #5e8eff !important;
  text-decoration: none;
  border-bottom: .5px solid #5e8eff;
}

a:hover {
  color: #5e8eff !important;
  background-color: rgba(94, 142, 255, .1) !important;
}

button,
.button {
  border: .5px solid #5e8eff !important;
  color: #5e8eff !important;
  padding: .25em .5em !important;
  border-radius: .4em !important;
  font-size: 1em !important;
  margin: .25em .25em .25em 0em !important;
  width: auto;
  display: inline-block !important;
  white-space: nowrap;
  text-align: left;
}


button.lg {
  font-size: 1.4em !important;
  border-radius: .4em !important;
}

button:hover,
.iconned-button:hover {
  color: #5e8eff !important;
  background-color: rgba(94, 142, 255, .1) !important;
}

.iconned-button {
  padding: 8px;
  text-decoration: none;
  width: auto;
  min-width: 400px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  box-shadow: none;
  border: .5px solid #5e8eff;
  border-radius: 10px;
  margin-right: 16px;
}

.icon {
  width: 70px;
  margin-right: .5em;
  border-radius: 10px;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: .7em !important;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  display: flex;
  flex: 0 1 0px !important;
  justify-content: center;
  min-width: 0px !important;
}




@media (max-width: 550px) {

  main {
    font-size: 16px;
  }

  h1 {
    font-size: 2.6em !important;
  }

  h3 {
    font-size: 1.6em !important;
    line-height: 1.2em;
  }

  p {
    font-size: 1em;
    line-height: 1.36em;
  }

}



@media (min-width: 1264px) {

  main {
    font-size: 16px;
  }

  .container {
    max-width: 1000px;
  }

}


@media (min-width: 960px) {}

@media (max-width: 550px) {
  .container {
    padding: 16px !important;
    margin: auto;
  }
}