﻿@charset "UTF-8";

/*------------------------------------*\
	# Typography
\*------------------------------------*/

/*------------------------------------*\
	# Icons
\*------------------------------------*/

@font-face {
  font-family: 'icomoon2';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/icomoon2.eot");
  src: url("/fonts/icomoon2.eot?#iefix") format("embedded-opentype"), url("/fonts/icomoon2.woff2") format("woff2"), url("/fonts/icomoon2.woff") format("woff"), url("/fonts/icomoon2.ttf") format("truetype");
}

body {
  margin: 0;
}

.ab-page {
  /*------------------------------------*\
    # Typography
\*------------------------------------*/
  /*------------------------------------*\
    # Lists
\*------------------------------------*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .ab-page *,
.ab-page *:before,
.ab-page *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */

.ab-page html {
  font-family: '1';
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.ab-page body {
  font-family: SharpSans, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1em;
  background-color: #fff;
  color: #404040;
  position: relative;
}

.ab-page main {
  display: block;
}

.ab-page embed,
.ab-page img,
.ab-page object,
.ab-page video {
  max-width: 100%;
}

.ab-page svg {
  overflow: hidden;
}

.ab-page embed,
.ab-page object {
  height: 100%;
}

.ab-page audio,
.ab-page canvas,
.ab-page video {
  display: inline-block;
}

.ab-page abbr[title] {
  border-bottom: 1px dotted #404040;
  cursor: help;
}

.ab-page b,
.ab-page strong {
  font-weight: bold;
}

.ab-page mark {
  background-color: yellow;
  color: #404040;
}

.ab-page canvas {
  -ms-touch-action: double-tap-zoom;
}

.ab-page iframe {
  border: 0;
  margin-bottom: 4rem;
}

.ab-page figure {
  border: none;
  margin-bottom: 4rem;
  padding: 4rem;
  position: relative;
  text-align: center;
}

.ab-page figure img {
  margin-bottom: 4rem;
}

.ab-page figure figcaption {
  color: #737373;
  font-style: italic;
  line-height: 1.7em;
}

.ab-page img {
  display: inline-block;
}

.ab-page sub,
.ab-page sup {
  font-size: 0.7em;
  line-height: 0;
  margin-left: 0.2em;
  position: relative;
  vertical-align: baseline;
}

.ab-page sub {
  bottom: -0.25em;
}

.ab-page sup {
  top: -1em;
}

.ab-page ::-moz-selection {
  background: #5789ff;
  color: #fff;
  text-shadow: none;
}

.ab-page ::selection {
  background: #5789ff;
  color: #fff;
  text-shadow: none;
}

.ab-page h1,
.ab-page h2,
.ab-page h3,
.ab-page h4,
.ab-page h5,
.ab-page h6 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  line-height: 1.4em;
  color: inherit;
  margin-bottom: 2rem;
}

.ab-page h1 small,
.ab-page h2 small,
.ab-page h3 small,
.ab-page h4 small,
.ab-page h5 small,
.ab-page h6 small {
  font-weight: normal;
}

.ab-page .h1 {
  font-size: 3.6rem;
}

.ab-page .h2 {
  font-size: 3.2rem;
}

.ab-page .h3 {
  font-size: 2.8rem;
}

.ab-page .h4 {
  font-size: 2.4rem;
}

.ab-page .h5 {
  font-size: 2rem;
}

.ab-page .h6 {
  font-size: 1.6rem;
}

.ab-page p {
  color: #404040;
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 2rem;
}

.ab-page small {
  font-size: 0.8em;
}

.ab-page dfn,
.ab-page em,
.ab-page i,
.ab-page var {
  font-style: italic;
}

.ab-page blockquote,
.ab-page q {
  font-family: Georgia, Times, serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
  font-style: italic;
  color: #404040;
}

.ab-page blockquote cite,
.ab-page q cite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2em;
  font-style: normal;
  color: #a6a6a6;
  margin-top: 1.4rem;
}

.ab-page blockquote cite:before,
.ab-page q cite:before {
  content: "\2014\A0";
}

.ab-page blockquote p,
.ab-page q p {
  color: #404040;
}

.ab-page blockquote {
  margin-bottom: 4rem;
  padding: 1em 2em;
}

.ab-page blockquote cite {
  display: block;
}

.ab-page del,
.ab-page s,
.ab-page strike {
  text-decoration: line-through;
}

/* .ab-page a {
  color: #5789ff;
  text-decoration: none;
} 

.ab-page a:focus {
  outline: thin dotted;
}

.ab-page a:hover {
  color: #2465ff;
}

.ab-page a:active {
  color: #0047f0;
} */

.ab-page a img {
  border: 0;
}

.ab-page hr {
  border: 0;
  border-top: 1px solid #bfbfbf;
  display: block;
  height: 1px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.ab-page address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7em;
  font-style: normal;
  color: #404040;
  margin-bottom: 4rem;
}

.ab-page dl,
.ab-page ol,
.ab-page ul {
  color: #404040;
  line-height: 1.7em;
  list-style-position: inside;
  margin-bottom: 2rem;
}

.ab-page dl li,
.ab-page ol li,
.ab-page ul li {
  margin-bottom: 0.2rem;
}

.ab-page ol ol,
.ab-page ol ul,
.ab-page ul ol,
.ab-page ul ul {
  margin-bottom: 0;
  margin-left: 2rem;
}

.ab-page ul {
  list-style-type: disc;
}

.ab-page ul ul {
  list-style-type: circle;
}

.ab-page ul ul ul {
  list-style-type: square;
}

.ab-page ol {
  list-style-type: decimal;
}

.ab-page nav ol,
.ab-page nav ul {
  list-style: none;
  margin: 0;
}

.ab-page nav ol li,
.ab-page nav ul li {
  margin-bottom: 0;
}

.ab-page dl {
  margin-bottom: 4rem;
}

.ab-page dt {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 2rem;
  color: #595959;
  margin-bottom: 0.2rem;
}

.ab-page dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #a6a6a6;
  margin-bottom: 1rem;
}

.ab-page .container {
  padding-left: 6%;
  padding-right: 6%;
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.ab-page .js-hide {
  display: none !important;
}

.ab-page .img-left {
  float: left;
  margin-top: .32em;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.ab-page .img-right {
  float: right;
  margin-top: .32em;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.ab-page .button,
.ab-page .ab-page_button,
.ab-page .button-colored {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  outline: 0;
  padding: 1.3rem 3rem;
  text-align: center;
  text-shadow: none;
}

.ab-page .button::-moz-focus-inner,
.ab-page .ab-page_button::-moz-focus-inner,
.ab-page .button-colored::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ab-page .button,
.ab-page .ab-page_button {
  border-radius: 3px;
  background-color: #737373;
  color: #fff;
}

.ab-page .button:hover,
.ab-page .ab-page_button:hover {
  background-color: #666666;
  color: #fff;
}

.ab-page .button:active,
.ab-page .ab-page_button:active {
  background-color: #595959;
  color: #fff;
}

.ab-page .button-colored {
  background-color: #5789ff;
  border: 1px false solid;
  color: #fff;
  border-radius: 3px;
}

.ab-page .button-colored:hover {
  background-color: #3e77ff;
  color: #fff;
}

.ab-page .button-colored:active {
  background-color: #2465ff;
  color: #fff;
}

.ab-page .button[disabled],
.ab-page .ab-page_button[disabled],
.ab-page .button.-disabled,
.ab-page .-disabled.ab-page_button,
.ab-page .button-colored[disabled],
.ab-page .button-colored.-disabled {
  background-color: #bfbfbf;
  border: 1px solid false;
  color: #737373;
  cursor: not-allowed;
}

.ab-page .button[disabled]:active,
.ab-page .ab-page_button[disabled]:active,
.ab-page .button[disabled]:hover,
.ab-page .ab-page_button[disabled]:hover,
.ab-page .button.-disabled:active,
.ab-page .-disabled.ab-page_button:active,
.ab-page .button.-disabled:hover,
.ab-page .-disabled.ab-page_button:hover,
.ab-page .button-colored[disabled]:active,
.ab-page .button-colored[disabled]:hover,
.ab-page .button-colored.-disabled:active,
.ab-page .button-colored.-disabled:hover {
  background-color: #bfbfbf;
  color: #737373;
}

.ab-page a.button,
.ab-page a.ab-page_button,
.ab-page a.button-colored {
  -webkit-appearance: none;
}

.ab-page code,
.ab-page kbd,
.ab-page samp {
  font-family: monospace;
  font-size: 1.6rem;
  border: none;
  background-color: #e6e5e5;
  border-radius: 3px;
  color: #404040;
  line-height: 1.4em;
  padding: 0.2em 0.5em;
}

.ab-page pre {
  background-color: #404040;
  border: 1px solid false;
  border-radius: 3px;
  margin-bottom: 4rem;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

.ab-page pre code {
  font-family: monospace;
  font-size: 1.3rem;
  border: none;
  overflow: auto;
  white-space: pre;
  background: transparent;
  color: whitesmoke;
  padding: 1.4rem 2rem;
}

.ab-page .form {
  margin-bottom: 4rem;
}

.ab-page .fieldset {
  border: 0;
  margin-bottom: 4rem;
}

.ab-page .legend {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 1em;
  border: 0;
  color: #595959;
  display: block;
  margin-bottom: 1.4rem;
}

.ab-page .label {
  display: block;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0.4rem;
  margin-right: 1rem;
}

.ab-page .input,
.ab-page .select,
.ab-page .textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  background-clip: border-box;
  border-radius: 3px;
  border: 1px solid #e6e5e5;
  min-height: 3rem;
  min-width: 20rem;
  background-clip: border-box;
  background-color: #fff;
  color: #595959;
  margin: 0 0 2rem 0;
  outline: 0;
  padding: 1rem 1.6rem;
  width: 100%;
}

.ab-page .input:hover,
.ab-page .select:hover,
.ab-page .textarea:hover {
  border-color: #cccccc;
}

.ab-page .input:focus,
.ab-page .select:focus,
.ab-page .textarea:focus {
  border-color: #b3b2b2;
}

.ab-page .input:focus:required:invalid,
.ab-page .select:focus:required:invalid,
.ab-page .textarea:focus:required:invalid {
  background-color: #fff;
  border-color: #a41818;
  color: #781111;
}

.ab-page .input:invalid,
.ab-page .select:invalid,
.ab-page .textarea:invalid {
  background-color: #fff;
  color: #781111;
  border: 1px solid #a41818;
}

.ab-page .input:invalid:hover,
.ab-page .select:invalid:hover,
.ab-page .textarea:invalid:hover {
  border-color: #781111;
}

.ab-page .input:invalid:focus,
.ab-page .select:invalid:focus,
.ab-page .textarea:invalid:focus {
  border-color: #4b0b0b;
}

.ab-page .input:required,
.ab-page .select:required,
.ab-page .textarea:required {
  background-color: #fff;
  color: #595959;
  border: 1px solid #737373;
}

.ab-page .input:required:hover,
.ab-page .select:required:hover,
.ab-page .textarea:required:hover {
  border-color: #595959;
}

.ab-page .input:required:focus,
.ab-page .select:required:focus,
.ab-page .textarea:required:focus {
  border-color: #404040;
}

.ab-page .input::-webkit-input-placeholder {
  color: #bfbfbf;
  color: #bfbfbf;
}

.ab-page .input:-moz-placeholder {
  color: #bfbfbf;
  color: #bfbfbf;
}

.ab-page .input::-moz-placeholder {
  color: #bfbfbf;
  color: #bfbfbf;
}

.ab-page .input:-ms-input-placeholder {
  color: #bfbfbf;
  color: #bfbfbf;
}

.ab-page .input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ab-page .input[disabled],
.ab-page .input.-disabled {
  border: none;
  background-color: whitesmoke;
  color: #737373;
  cursor: not-allowed;
}

.ab-page .input.-search {
  -webkit-appearance: textfield;
}

.ab-page .input.-search::-webkit-search-decoration,
.ab-page .input.-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

.ab-page .input.-checkbox,
.ab-page .input.-radio {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0;
}

.ab-page .input.-reset,
.ab-page .input.-submit {
  -webkit-appearance: button;
  cursor: pointer;
}

.ab-page .select {
  cursor: pointer;
  padding-right: 1rem;
}

.ab-page .select[multiple] {
  min-height: 8rem;
  vertical-align: top;
}

.ab-page .select[multiple]:after {
  content: ' ';
}

.ab-page .textarea {
  overflow: hidden;
  resize: vertical;
  line-height: 1.3em;
  min-height: 8rem;
  padding: 1rem 1.6rem;
  vertical-align: top;
}

.ab-page .table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  min-width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

.ab-page .table td,
.ab-page .table th {
  line-height: 1.7em;
  padding: 0.6rem 1.6rem;
  text-align: left;
  vertical-align: top;
}

.ab-page .table thead,
.ab-page .table tfoot {
  font-weight: bold;
}

.ab-page .table thead th,
.ab-page .table tfoot th {
  color: #424242;
  vertical-align: bottom;
}

.ab-page .table caption {
  background-color: whitesmoke;
  font-style: italic;
  padding: 1.2rem 1.6rem;
}

.ab-page .table img {
  vertical-align: top;
}

.ab-page .table.-bordered {
  border-bottom: 1px solid #e6e5e5;
}

.ab-page .table.-bordered caption {
  border: 1px solid #e6e5e5;
  border-bottom: 0;
}

.ab-page .table.-bordered td,
.ab-page .table.-bordered th {
  border-right: 1px solid #e6e5e5;
  border-top: 1px solid #e6e5e5;
}

.ab-page .table.-bordered td:first-child,
.ab-page .table.-bordered th:first-child {
  border-right: 1px solid #e6e5e5;
}

.ab-page .table.-striped tbody tr:nth-child(odd) td,
.ab-page .table.-striped tbody tr:nth-child(odd) th {
  background-color: whitesmoke;
}

.ab-page .responsive-table {
  margin-bottom: 4rem;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.ab-page .responsive-table table,
.ab-page .responsive-table .table {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .ab-page html {
    font-family: '2';
  }
}

@media (min-width: 768px) {
  .ab-page html {
    font-family: '3';
  }
}

@media (min-width: 1024px) {
  .ab-page html {
    font-family: '4';
  }
}

@media (min-width: 1280px) {
  .ab-page html {
    font-family: '5';
  }
}

@media (min-width: 1440px) {
  .ab-page html {
    font-family: '6';
  }
}
.ab-page .ab-page_accordion__inner {
  background: #f7fafa;
  padding: 70px 0 77px;
}

.ab-page .ab-page_accordion__heading {
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: normal;
  line-height: 45px;
  margin: 0;
  padding: 0 35px 34px;
  text-align: center;
}

.ab-page .ab-page_accordion__content-container {
  margin-bottom: 11px;
}

.ab-page .ab-page_accordion__content-inner {
  padding: 0 14px;
  margin: 0 auto;
  max-width: 769px;
}

.ab-page .ab-page_accordion__panel-heading {
  background-color: white;
  border: 2px solid #eaeaea;
  border-radius: 6px;
  color: #737373;
  cursor: pointer;
  font-family: "SharpSans", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: .05px;
  line-height: 28px;
  margin: 0;
  outline: none;
  padding: 22px 47px 22px 20px;
  position: relative;
  text-align: left;
  transition: all .3s ease-out;
  width: 100%;
}

.ab-page .ab-page_accordion__panel-heading:after,
.ab-page .ab-page_accordion__panel-heading:before {
  background: #737373;
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all .3s ease-out;
}

.ab-page .ab-page_accordion__panel-heading:before {
  height: 22px;
  margin-top: -11px;
  right: 30px;
  width: 2px;
}

.ab-page .ab-page_accordion__panel-heading:after {
  height: 2px;
  margin-top: -1px;
  right: 20px;
  width: 22px;
}

.ab-page .ab-page_accordion__panel-heading:hover {
  background-color: white;
  color: #1c1c1c;
}

.ab-page .ab-page_accordion__panel-heading:hover:before,
.ab-page .ab-page_accordion__panel-heading:hover:after {
  background: #1c1c1c;
}

.ab-page .ab-page_accordion__panel-heading.ab-page_-active {
  border-bottom: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #93328e;
}

.ab-page .ab-page_accordion__panel-heading.ab-page_-active:before,
.ab-page .ab-page_accordion__panel-heading.ab-page_-active:after {
  background: #93328e;
}

.ab-page .ab-page_accordion__panel-heading.ab-page_-active:before {
  margin-top: -11px;
  right: 30px;
  transform: rotate(90deg);
}

.ab-page .ab-page_accordion__panel {
  background-color: white;
  border: 2px solid #eaeaea;
  border-bottom: transparent;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all .3s ease-out;
}

.ab-page .ab-page_accordion__panel.ab-page_-open {
  border: 2px solid #eaeaea;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
  border-bottom: 2px solid #eaeaea;
  transition: all .3s ease-out;
}

.ab-page .ab-page_accordion__panel-body {
  color: #292929;
  font-family: "SharpSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.ab-page .ab-page_accordion__panel-body-heading {
  font-family: "SharpSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}

.ab-page .ab-page_accordion__panel-body-item {
  margin-bottom: 0;
  margin-left: 5px;
  position: relative;
}

.ab-page .ab-page_accordion__panel-body-item:before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 4px;
}

.ab-page .ab-page_accordion__panel-body-link {
  color: #93328e;
}

.ab-page .ab-page_accordion__panel-body-link:hover {
  color: #471844;
}

.ab-page .ab-page_accordion__panel-body-list {
  font-size: 16px;
  letter-spacing: -.13px;
  line-height: 24px;
  list-style-type: none;
  margin-left: 10px;
}

.ab-page .ab-page_accordion__panel-body-list.ab-page_-inner {
  list-style-type: none;
}

.ab-page .ab-page_accordion__panel-body-paragraph {
  font-size: 18px;
  letter-spacing: -.15px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .ab-page .ab-page_accordion__panel-heading {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .ab-page .ab-page_accordion__heading {
    margin: 0 auto 50px;
    max-width: 475px;
    padding: 0;
  }

  .ab-page .ab-page_accordion__inner {
    padding: 80px 20px;
  }
}

@media (min-width: 1024px) {
  .ab-page .ab-page_accordion__heading {
    max-width: none;
  }

  .ab-page .ab-page_accordion__inner {
    padding: 90px 20px;
  }

  .ab-page .ab-page_accordion__panel {
    padding: 0 38px;
  }
}

.ab-page .ab-page_button {
  background-color: transparent;
  border: 2px solid #1c1c1c;
  border-radius: 3px;
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .36px;
  line-height: 14px;
  margin: 0 auto;
  padding: 16px 48px;
  text-align: center;
  text-transform: uppercase;
  transition: all .15s;
}

.ab-page .ab-page_button:focus,
.ab-page .ab-page_button:hover {
  background-color: #4bc1eb;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .ab-page .ab-page_button {
    padding: 16px 30px;
  }
}

.ab-page .ab-page_comparison {
  background-color: #f6f6f6;
  padding: 60px 24px;
}

.ab-page .ab-page_comparison__heading {
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.3px;
  line-height: 35px;
  margin: 0 auto 20px;
  max-width: 300px;
  text-align: center;
}

.ab-page .ab-page_comparison__container {
  display: flex;
  flex-direction: column;
}

.ab-page .ab-page_comparison-block {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.ab-page .ab-page_comparison-block:last-of-type {
  margin-bottom: 0;
}

.ab-page .ab-page_comparison-block-heading {
  color: #fff;
  font-family: "SharpSans", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.36px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

.ab-page .ab-page_comparison-block-heading__container {
  align-items: center;
  border-radius: 3px;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 100%;
}

.ab-page .ab-page_comparison-block-heading__container.ab-page_-purple {
  background-color: #93328e;
}

.ab-page .ab-page_comparison-block-heading__container.ab-page_-blue {
  background-color: #4bc1eb;
}

.ab-page .ab-page_comparison-block-text {
  font-family: "SharpSans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.19px;
  line-height: 22px;
  margin-bottom: 0;
}

.ab-page .ab-page_comparison-block-text:before {
  content: "\E915";
  display: inline;
  font-family: "icomoon2";
  font-size: 35px;
  margin-left: -35px;
  vertical-align: top;
}

.ab-page .ab-page_comparison-block-text.ab-page_-blue:before {
  color: #4bc1eb;
}

.ab-page .ab-page_comparison-block-text.ab-page_-purple:before {
  color: #93328e;
}

.ab-page .ab-page_comparison-block-text__container {
  padding: 30px 15px;
}

.ab-page .ab-page_comparison-block-text__wrapper {
  margin-bottom: 10px;
  margin-left: 35px;
}

.ab-page .ab-page_comparison-block-text__wrapper:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ab-page .ab-page_comparison {
    padding: 60px 100px;
  }

  .ab-page .ab-page_comparison__heading {
    font-size: 34px;
    letter-spacing: -.36px;
    line-height: 54px;
    margin-bottom: 35px;
    max-width: none;
  }

  .ab-page .ab-page_comparison-block-heading {
    font-size: 28px;
    letter-spacing: -.46px;
    line-height: 40px;
  }

  .ab-page .ab-page_comparison-block-icon:before {
    top: 4px;
  }

  .ab-page .ab-page_comparison-block-text {
    font-size: 17px;
    letter-spacing: -.22px;
    line-height: 29px;
  }
}

@media (min-width: 1024px) {
  .ab-page .ab-page_comparison__container {
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
  }

  .ab-page .ab-page_comparison-block {
    width: calc(50% - 20px);
  }
}



.ab-page .ab-page_hero {
  width: 100%;
}

.ab-page .ab-page_hero__button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .36px;
  line-height: 39px;
  margin: 0 32px 10px;
  max-width: 300px;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ab-page .ab-page_hero__button:focus,
.ab-page .ab-page_hero__button:hover {
  background-color: #4bc1eb;
  border: 2px solid transparent;
  border-radius: 3px;
  color: #fff;
}

.ab-page .ab-page_hero__button-text {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 1.5px;
  position: relative;
}

.ab-page .ab-page_hero__button-text::before {
  font-family: "icomoon2";
  font-size: 24px;
  left: -5px;
  position: relative;
}

.ab-page .ab-page_hero__button-text.ab-page_-icon-homeschool::before {
  content: "\E905";
}

.ab-page .ab-page_hero__button-text.ab-page_-icon-preschool::before {
  content: "\E909";
}

.ab-page .ab-page_hero__button-text.ab-page_-icon-christian-schools::before {
  content: "\E901";
}

.ab-page .ab-page_hero__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.ab-page .ab-page_hero__inner {
  color: #fff;
  height: 630px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ab-page .ab-page_hero__inner::after {
  background-color: #0E0E0E;
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}

.ab-page .ab-page_hero__inner-content {
  left: 50%;
  max-width: 540px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 90px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.ab-page .ab-page_hero__video {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 0;
}

.ab-page .ab-page_hero__heading {
  font-family: "SharpSans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.7px;
  line-height: 35px;
  margin: 0 auto 18px;
  text-align: center;
}

.ab-page .ab-page_hero__small-heading,
.ab-page .ab-page_hero__sub-heading {
  font-family: "SharpSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}

.ab-page .ab-page_hero__small-heading {
  letter-spacing: .29px;
  line-height: 23px;
  margin-bottom: 5px;
}

.ab-page .ab-page_hero__sub-heading {
  letter-spacing: -.21px;
  line-height: 26px;
  margin-bottom: 28px;
}

.ab-page .ab-page_hero__watch-video {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 27px auto 0;
  max-width: 200px;
}

.ab-page .ab-page_hero__watch-video:hover {
  color: #fff;
}

.ab-page .ab-page_hero__play-text {
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .63px;
  line-height: 23px;
  padding-left: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
}

.ab-page .ab-page_hero-csproducts .ab-page_hero__inner-content {
  left: 0;
  max-width: none;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ab-page .ab-page_hero-proteach .ab-page_hero__heading {
  max-width: 265px;
}

.ab-page .ab-page_hero-proteach .ab-page_hero__sub-heading {
  max-width: 312px;
}

@media (min-width: 768px) {
  .ab-page .ab-page_hero__button {
    margin: 0 7.5px;
    max-width: 220px;
  }

  .ab-page .ab-page_hero__button.ab-page_-btn-wide {
    max-width: 305px;
  }

  .ab-page .ab-page_hero__inner-content {
    left: 0;
    max-width: none;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .ab-page .ab-page_hero__heading {
    font-size: 46px;
    letter-spacing: -.54px;
    line-height: 54px;
    width: 535px;
  }

  .ab-page .ab-page_hero__links {
    flex-direction: row;
  }

  .ab-page .ab-page_hero__small-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 11px;
    max-width: 480px;
  }

  .ab-page .ab-page_hero__sub-heading {
    margin-bottom: 40px;
    max-width: 560px;
  }

  .ab-page .ab-page_hero-proteach .ab-page_hero__heading {
    max-width: 475px;
  }

  .ab-page .ab-page_hero-proteach .ab-page_hero__sub-heading {
    max-width: 560px;
  }
}

@media (min-width: 1024px) {
  .ab-page .ab-page_hero-csproducts .ab-page_hero__heading {
    width: 730px;
  }

  .ab-page .ab-page_hero__heading {
    width: 710px;
  }

  .ab-page .ab-page_hero__small-heading {
    letter-spacing: .44px;
    max-width: 870px;
  }

  .ab-page .ab-page_hero__sub-heading {
    max-width: 815px;
  }

  .ab-page .ab-page_hero-csoverview .ab-page_hero__heading {
    width: 840px;
  }

  .ab-page .ab-page_hero-csoverview .ab-page_hero__sub-heading {
    max-width: 790px;
  }

  .ab-page .ab-page_hero-proteach .ab-page_hero__heading {
    max-width: none;
  }

  .ab-page .ab-page_hero-proteach .ab-page_hero__sub-heading {
    max-width: 790px;
  }
}

.ab-page .ab-page_cta__content-container {
  background-color: #fff;
  padding: 65px 0 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-left .ab-page_cta__body-container,
.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-left .ab-page_cta__img-container {
  left: 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-left .ab-page_cta__img {
  right: 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-right .ab-page_cta__body-container,
.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-right .ab-page_cta__img-container {
  right: 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_-right .ab-page_cta__img {
  left: 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__body-container {
  height: 100%;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body {
  margin: 0 0 18px;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-heading {
  font-size: 28px;
  line-height: 32px;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container {
  height: 100%;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container-copy {
  text-align: left;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img {
  margin-left: -80px;
  position: static;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container {
  height: 210px;
  margin: 0 auto;
  width: 300px;
  overflow: visible;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container:before {
  display: none;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-container {
  padding-bottom: 62px;
}

.ab-page .ab-page_cta__content-container.ab-page_-italics .ab-page_cta__body-heading {
  font-family: "SharpSans", sans-serif;
  font-style: italic !important;
  font-weight: normal;
}

.ab-page .ab-page_cta__content-container.ab-page_-light .ab-page_button {
  border-color: #fff;
  color: #fff;
}

.ab-page .ab-page_cta__content-container.ab-page_-light .ab-page_button:hover {
  border-color: transparent;
}

.ab-page .ab-page_cta__content-container.ab-page_-light .ab-page_cta__body {
  color: #fff !important;
}

.ab-page .ab-page_cta__content-container.ab-page_-light .ab-page_cta__body-heading {
  color: #fff;
}

.ab-page .ab-page_cta__content-container.ab-page_-text {
  padding: 96px 0 100px;
}

.ab-page .ab-page_cta__content-container.ab-page_-text .ab-page_cta__body {
  max-width: 500px;
}

.ab-page .ab-page_cta__content-container.ab-page_-text .ab-page_cta__body-container {
  margin-bottom: 0;
}

.ab-page .ab-page_cta__content-container.ab-page_-text .ab-page_cta__body-container-copy {
  max-width: 700px;
}

.ab-page .ab-page_cta__content-ams.ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-container {
  padding-bottom: 0;
}

.ab-page .ab-page_cta__content-ams .ab-page_cta__img {
  height: auto;
  position: static;
  width: 100%;
}

.ab-page .ab-page_cta__content-ams .ab-page_cta__img-container:before {
  display: none;
}

.ab-page .ab-page_cta__content-cstr .ab-page_cta__body {
  max-width: 358px;
}

.ab-page .ab-page_cta__content-cstr .ab-page_cta__img-container-pull {
  margin-top: -48px;
}

.ab-page .ab-page_cta__content-potc .ab-page_cta__img {
  left: auto;
  right: 0;
}

.ab-page .ab-page_cta__content-smst .ab-page_cta__body {
  max-width: 250px;
}

.ab-page .ab-page_cta__content-smst .ab-page_cta__body-heading {
  max-width: 175px;
  font-style: italic !important;
}

.ab-page .ab-page_cta__content-smst .ab-page_cta__img {
  width: 70%;
  max-width: 230px;
  height: auto;
  position: relative;
  align-self: center;
}

.ab-page .ab-page_cta__content-smst .ab-page_cta__img-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ab-page .ab-page_cta__content-smst .ab-page_cta__img-container::before {
  content: none;
}

.ab-page .ab-page_cta__content-kits .ab-page_cta__img {
  width: 100%;
  max-width: 600px;
  height: auto;
  position: relative;
  align-self: center;
}

.ab-page .ab-page_cta__content-kits .ab-page_cta__img-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ab-page .ab-page_cta__content-kits .ab-page_cta__img-container::before {
  content: none !important;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-vmanual .ab-page_cta__img {
  height: 100%;
  width: auto;
}

.ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-k4 .ab-page_cta__img {
  height: 100%;
  width: auto;
}

.ab-page .ab-page_cta__body {
  color: #292929;
  font-family: "SharpSans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.2px;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.ab-page .ab-page_cta__body-container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.ab-page .ab-page_cta__body-container-copy {
  max-width: 440px;
  text-align: center;
}

.ab-page .ab-page_cta__body-heading {
  color: #292929;
  font-family: "SharpSans", sans-serif;
  font-size: 28px;
  font-style: normal !important;
  font-weight: normal;
  letter-spacing: -.36px;
  line-height: 35px;
  margin: 0 auto 10px;
  max-width: 290px;
  padding: 0;
}

.ab-page .ab-page_cta__body-link {
  border: none;
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .36px;
  line-height: 39px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 25px;
}

.ab-page .ab-page_cta__body-link:hover {
  color: #4bc1eb;
}

.ab-page .ab-page_cta__body-links {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-page .ab-page_cta__body-links .ab-page_button {
  margin-left: 0;
  margin-right: 0;
}

.ab-page .ab-page_cta__button {
  margin-bottom: 8px;
  padding: 16px 30px;
}

.ab-page .ab-page_cta__img {
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}

.ab-page .ab-page_cta__img-container {
  max-height: 680px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.ab-page .ab-page_cta__img-container::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 128.33333333%;
}

.ab-page .ab-page_cta__img-container-pull {
  margin-top: -60px;
}

.ab-page .ab-page_cta-csproducts .ab-page_cta__img-container {
  overflow: hidden;
  position: relative;
}

.ab-page .ab-page_cta-csproducts .ab-page_cta__img-container::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 88.23529411764706%;
}

@media (min-width: 768px) {
  .ab-page .ab-page_cta__body {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 21px;
  }

  .ab-page .ab-page_cta__body-container {
    margin-bottom: 70px;
  }

  .ab-page .ab-page_cta__body-container-copy {
    max-width: 625px;
  }

  .ab-page .ab-page_cta__body-links {
    flex-direction: row;
  }

  .ab-page .ab-page_cta__body-links .ab-page_cta__button {
    margin-right: 25px;
  }

  .ab-page .ab-page_cta__body-heading {
    font-size: 34px;
    letter-spacing: -.56px;
    line-height: 42px;
    margin-bottom: 17px;
    max-width: none;
  }

  .ab-page .ab-page_cta__button {
    margin-bottom: 0;
  }

  .ab-page .ab-page_cta__content-container {
    padding: 78px 0 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__img-container {
    overflow: hidden;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 44.140625%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__body-container {
    margin-bottom: 20px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img {
    height: 100%;
    margin-left: -125px;
    position: static;
    width: auto;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container {
    height: 300px;
    margin: -50px auto 0;
    overflow: visible;
    width: 412px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container:before {
    display: none;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-container {
    padding-bottom: inherit;
  }

  .ab-page .ab-page_cta__content-ams .ab-page_cta__body-container {
    margin-bottom: 0;
  }

  .ab-page .ab-page_cta__content-cstr .ab-page_cta__body,
  .ab-page .ab-page_cta__content-hstr .ab-page_cta__body {
    max-width: initial;
  }

  .ab-page .ab-page_cta__content-cstr .ab-page_cta__img-container-pull,
  .ab-page .ab-page_cta__content-hstr .ab-page_cta__img-container-pull {
    margin-top: -70px;
  }

  .ab-page .ab-page_cta__content-pomr.ab-page_-text .ab-page_cta__body {
    max-width: 515px;
  }

  .ab-page .ab-page_cta__content-smst {
    padding-bottom: 45px;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .ab-page .ab-page_cta__img {
    height: auto;
    width: 100%;
  }

  .ab-page .ab-page_cta__img-container {
    overflow: hidden;
    position: relative;
  }

  .ab-page .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 62.890625%;
  }

  .ab-page .ab-page_cta__img-container-pull {
    margin-top: -135px;
    max-height: 590px;
    overflow: hidden;
    position: relative;
  }

  .ab-page .ab-page_cta__img-container-pull::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 128.33333333%;
  }

  .ab-page .ab-page_cta__img-container-pull .ab-page_cta__img {
    height: 100%;
    width: auto;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body {
    max-width: none;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-heading {
    max-width: none;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-links {
    margin-bottom: 0;
  }
}

@media (max-width: 999px) {
  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container-copy {
    text-align: center;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-ttat .ab-page_cta__img-container {
    margin: 0 auto;
    width: 320px;
    height: 475px;
    overflow: visible;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-ttat .ab-page_cta__img-container::before {
    display: none;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-ttat .ab-page_cta__img {
    height: 100%;
    width: auto;
    right: -140px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-sfbv .ab-page_cta__img-container::before {
    padding-top: 76%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-sfbv .ab-page_cta__img {
    height: auto;
    width: 174%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-hskits .ab-page_cta__img {
    height: auto;
    width: 195%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-hskits .ab-page_cta__img-container::before {
    padding-top: 86%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-mteachers .ab-page_cta__img {
    height: auto;
    width: 195%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-mteachers .ab-page_cta__img-container::before {
    padding-top: 86%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-vmanual .ab-page_cta__img {
    height: auto;
    width: 100%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-vmanual .ab-page_cta__img-container::before {
    padding-top: 86%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-2yr .ab-page_cta__img {
    height: auto;
    width: 195%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-2yr .ab-page_cta__img-container::before {
    padding-top: 86%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-3yr .ab-page_cta__img {
    height: auto;
    width: 195%;
    right: -5%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-3yr .ab-page_cta__img-container::before {
    padding-top: 86%
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-k4 .ab-page_cta__img {
    height: auto;
    width: 100%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand.ab-page_cta__content-k4 .ab-page_cta__img-container::before {
    padding-top: 86%
  }
}

@media (min-width: 1000px) {
  .ab-page .ab-page_cta__body {
    margin: 0 auto 21px;
    max-width: 360px;
    padding: 0;
  }

  .ab-page .ab-page_cta__body-container-copy {
    padding: 0;
  }

  .ab-page .ab-page_cta__body-heading {
    max-width: 325px;
  }

  .ab-page .ab-page_cta__body-links {
    margin-bottom: 0;
  }

  .ab-page .ab-page_cta__content-pomr .ab-page_cta__body-heading {
    max-width: none;
  }

  .ab-page .ab-page_cta__content-container {
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-text .ab-page_cta__body {
    margin: 0 auto 20px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body {
    margin-bottom: 30px;
    max-width: 530px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container {
    justify-content: left;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container-copy {
    text-align: left;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-heading {
    letter-spacing: -.36px;
    margin: 0 0 17px;
    max-width: none;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-links {
    justify-content: left;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img {
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container {
    height: auto;
    margin: 0;
    max-height: 340px;
    width: auto;
    overflow: visible;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 62.890625%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_-start .ab-page_cta__button {
    margin-left: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__body-container {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__img-container {
    overflow: hidden;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-expand .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 44.11337209%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-text {
    padding: 96px 0 100px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-left .ab-page_cta__body-container,
  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-left .ab-page_cta__img-container {
    left: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-left .ab-page_cta__img {
    right: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-right .ab-page_cta__body-container,
  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-right .ab-page_cta__img-container {
    right: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop.ab-page_-right .ab-page_cta__img {
    left: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body {
    padding-right: 20px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__body-container {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 44%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container {
    max-height: none;
    overflow: visible;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-shop .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 29.06976744%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split {
    display: flex;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split.ab-page_-left .ab-page_cta__img-container {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2; 

  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split.ab-page_-left .ab-page_cta__body-container {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; 
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split.ab-page_-right .ab-page_cta__img-container {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1; 
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split.ab-page_-right .ab-page_cta__body-container {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2; 
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body {
    margin-bottom: 0;
    padding: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-container {
    margin-bottom: 0;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-links {
    margin-top: 21px;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__body-container,
  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__img-container {
    width: 50%;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__img-container {
    overflow: hidden;
    position: relative;
  }

  .ab-page .ab-page_cta__content-container.ab-page_-image-split .ab-page_cta__img-container::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 88.23529412%;
  }

  .ab-page .ab-page_cta__content-ams .ab-page_cta__body {
    max-width: 350px;
  }

  .ab-page .ab-page_cta__content-ams .ab-page_cta__img {
    position: absolute;
  }

  .ab-page .ab-page_cta__content-cstr .ab-page_cta__body {
    max-width: 382px;
  }

  .ab-page .ab-page_cta__content-cstr .ab-page_cta__img-container-pull {
    margin-top: 0;
  }

  .ab-page .ab-page_cta__content-owyn .ab-page_cta__body {
    max-width: 325px;
  }

  .ab-page .ab-page_cta__content-owyn .ab-page_cta__body-heading {
    max-width: 300px;
  }

  .ab-page .ab-page_cta__content-potc .ab-page_cta__body {
    max-width: 370px;
  }

  .ab-page .ab-page_cta__content-potc .ab-page_cta__body-heading {
    max-width: 260px;
  }

  .ab-page .ab-page_cta__content-smst {
    padding-bottom: 0;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-container {
    justify-content: left;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-container-copy {
    text-align: left;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__body-links {
    justify-content: left;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__img {
    height: 70%;
    width: auto;
    position: relative;
    align-self: center;
    margin-right: 50px;
  }

  .ab-page .ab-page_cta__content-smst .ab-page_cta__img-container {
    max-height: 322px;
    overflow: hidden;
    position: relative;
    flex-direction: row;
  }

  .ab-page .ab-page_cta__content-kits .ab-page_cta__img {
    max-width: none;
    position: relative;
    align-self: center;
  }

  .ab-page .ab-page_cta__content-kits .ab-page_cta__img-container {
    overflow: hidden;
    position: relative;
    flex-direction: row;
  }

  .ab-page .ab-page_cta__content-vll .ab-page_cta__body {
    max-width: 500px;
  }

  .ab-page .ab-page_cta__content-vll .ab-page_cta__body-heading {
    max-width: none;
  }

  .ab-page .ab-page_cta__img-container {
    max-height: none;
  }

  .ab-page .ab-page_cta__img-container-pull {
    margin-top: 0;
  }
}

.ab-page .ab-page_overview__body {
  color: #202020;
  font-family: "SharpSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .32px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: center;
}

.ab-page .ab-page_overview__body.ab-page_-scheme-light {
  color: #fff !important;
}

.ab-page .ab-page_overview__body-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ab-page .ab-page_overview__body-heading {
  color: #202020;
  font-family: "SharpSans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}

.ab-page .ab-page_overview__body-heading.ab-page_-scheme-light {
  color: #fff !important;
}

.ab-page .ab-page_overview__body-icon-container {
  border-radius: 50%;
  height: 50px;
  margin: 0 auto 15px;
  text-align: center;
  width: 50px;
}

.ab-page .ab-page_overview__body-icon-container.ab-page_-bg-lightest-gray {
  background-color: #f6f6f6;
}

.ab-page .ab-page_overview__body-icon-container.ab-page_-bg-blue {
  background-color: #2ca8d4;
}

.ab-page .ab-page_overview__body-icon-container.ab-page_-bg-green {
  background-color: #f7fafa;
}

.ab-page .ab-page_overview__body-icon-container.ab-page_-bg-darkPurple {
  background-color: #862c83;
}

.ab-page .ab-page_overview__body-icon:after {
  font-family: "icomoon2";
  font-size: 34px;
  line-height: 50px;
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-choices:after {
  content: "\E900";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-christian-schools:after {
  content: "\E901";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-convenience:after {
  content: "\E902";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-cost:after {
  content: "\E903";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-digital:after {
  content: "\E904";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-heart:after {
  content: "\E914";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-homeschool:after {
  content: "\E905";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-lessons:after {
  content: "\E906";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-options:after {
  content: "\E907";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-parents:after {
  content: "\E908";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-preschool:after {
  content: "\E909";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-streaming:after {
  content: "\E90A";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-tips:after {
  content: "\E90B";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-value:after {
  content: "\E90C";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-visual:after {
  content: "\E90D";
}

.ab-page .ab-page_overview__body-icon.ab-page_-icon-word:after {
  content: "\E90E";
}

.ab-page .ab-page_overview__body-icon.ab-page_-color-button-blue:after {
  color: #4bc1eb;
}

.ab-page .ab-page_overview__body-icon.ab-page_-color-pink:after {
  color: #f2607c;
}

.ab-page .ab-page_overview__body-icon.ab-page_-color-purple:after {
  color: #93328e;
}

.ab-page .ab-page_overview__body-icon.ab-page_-color-white:after {
  color: #fff;
}

.ab-page .ab-page_overview__body-link {
  color: #202020;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .36px;
  line-height: 39px;
  text-decoration: underline;
  text-transform: uppercase;
}

.ab-page .ab-page_overview__body-link:focus,
.ab-page .ab-page_overview__body-link:hover {
  color: #535353;
}

.ab-page .ab-page_overview__body-text {
  font-family: "SharpSans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
}

.ab-page .ab-page_overview__body-text.ab-page_-scheme-light {
  color: #fff !important;
}

.ab-page .ab-page_overview__content-container {
  margin: 0 auto 30px;
  padding: 0 10px;
}

.ab-page .ab-page_overview__content-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1130px;
}

.ab-page .ab-page_overview__heading {
  color: #202020;
  font-family: "SharpSans", sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.2px;
  line-height: 44px;
  margin: 0 auto 45px;
  max-width: 300px;
  text-align: center;
}

.ab-page .ab-page_overview__heading.ab-page_-scheme-light {
  color: #fff !important;
}

.ab-page .ab-page_overview__heading-clear {
  font-size: 28px;
  letter-spacing: -1.07px;
  line-height: 35px;
  margin: 0 auto 20px;
}

.ab-page .ab-page_overview__inner {
  padding: 75px 20px 50px;
}

.ab-page .ab-page_overview__links {
  display: flex;
  justify-content: center;
}

.ab-page .ab-page_overview__links .ab-page_-light {
  color: #fff !important;
  border-color: #fff;
}

.ab-page .ab-page_overview.ab-page_-bg-gradient {
  background: linear-gradient(#3facd2, #43b8d9, #48c0ea);
}

.ab-page .ab-page_overview.ab-page_-bg-green {
  background-color: #f7fafa;
}

.ab-page .ab-page_overview.ab-page_-bg-button-blue {
  background-color: #4bc1eb;
}

.ab-page .ab-page_overview.ab-page_-bg-purple {
  background-color: #93328e;
}

.ab-page .ab-page_overview.ab-page_-bg-white {
  background-color: #fff;
}

.ab-page .ab-page_overview-wslp .ab-page_overview__body {
  max-width: 320px;
}

.ab-page .ab-page_overview-wslp .ab-page_overview__heading {
  font-size: 28px;
  letter-spacing: -.16px;
  line-height: 38px;
}

.ab-page .ab-page_overview .ab-page_button {
  line-height: 20px;
}

@media (min-width: 768px) {
  .ab-page .ab-page_overview__body-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
  }

  .ab-page .ab-page_overview__content-container {
    margin-bottom: 40px;
    max-width: 620px;
  }

  .ab-page .ab-page_overview__heading {
    margin-bottom: 40px;
    max-width: 512px;
  }

  .ab-page .ab-page_overview__inner {
    padding: 70px 45px 55px;
  }

  .ab-page .ab-page_overview__intro {
    margin: 0 auto;
  }

  .ab-page .ab-page_overview-cso .ab-page_overview__heading {
    max-width: 400px;
  }

  .ab-page .ab-page_overview-cso .ab-page_overview__links {
    margin: 20px 0;
  }

  .ab-page .ab-page_overview-wslp .ab-page_overview__body {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  .ab-page .ab-page_overview__body-container {
    margin-bottom: 0;
  }

  .ab-page .ab-page_overview__body-text {
    max-width: 826px;
  }

  .ab-page .ab-page_overview__child-cost .ab-page_overview__body {
    max-width: 268px;
  }

  .ab-page .ab-page_overview__child-content .ab-page_overview__body {
    max-width: 152px;
  }

  .ab-page .ab-page_overview__child-convenience .ab-page_overview__body {
    max-width: 292px;
  }

  .ab-page .ab-page_overview__child-digital .ab-page_overview__body {
    max-width: 140px;
  }

  .ab-page .ab-page_overview__child-lessons .ab-page_overview__body {
    max-width: 170px;
  }

  .ab-page .ab-page_overview__child-media .ab-page_overview__body {
    max-width: 215px;
  }

  .ab-page .ab-page_overview__child-persp .ab-page_overview__body {
    max-width: 118px;
  }

  .ab-page .ab-page_overview__child-step .ab-page_overview__body {
    max-width: 135px;
  }

  .ab-page .ab-page_overview__child-stimulating .ab-page_overview__body {
    max-width: 215px;
  }

  .ab-page .ab-page_overview__child-time .ab-page_overview__body {
    max-width: 157px;
  }

  .ab-page .ab-page_overview__child-tips .ab-page_overview__body {
    max-width: 212px;
  }

  .ab-page .ab-page_overview__child-trust .ab-page_overview__body {
    max-width: 246px;
  }

  .ab-page .ab-page_overview__child-visuals .ab-page_overview__body {
    max-width: 172px;
  }

  .ab-page .ab-page_overview__content-container {
    margin: 0 20px 50px;
    width: 250px;
  }

  .ab-page .ab-page_overview__content-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
  }

  .ab-page .ab-page_overview__heading {
    max-width: 826px;
  }

  .ab-page .ab-page_overview__heading.ab-page_-no-body {
    margin-bottom: 50px;
  }

  .ab-page .ab-page_overview__heading.ab-page_overview-heading-cso {
    max-width: none;
  }

  .ab-page .ab-page_overview__inner {
    padding: 90px 45px 50px;
  }

  .ab-page .ab-page_overview__links {
    margin-top: 20px;
  }

  .ab-page .ab-page_overview-wslp .ab-page_overview__content-container {
    padding: 0;
    width: 295px;
  }

  .ab-page .ab-page_overview-wslp .ab-page_overview__content-inner {
    max-width: 1005px;
  }
}

.ab-page .ab-page_resources {
  padding: 66px 24px 100px;
}

.ab-page .ab-page_resources__body {
  color: #545454;
  font-family: "SharpSans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -.22px;
  line-height: 24px;
  text-align: center;
}

.ab-page .ab-page_resources__body-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 630px;
  padding: 20px 0 0;
}

.ab-page .ab-page_resources__body-heading {
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.36px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.ab-page .ab-page_resources__button {
  min-width: 177px;
}

.ab-page .ab-page_resources__content-container {
  margin: 0 auto 70px;
  max-width: 560px;
}

.ab-page .ab-page_resources__content-container:last-of-type {
  margin-bottom: 0;
}

.ab-page .ab-page_resources__heading {
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.36px;
  line-height: 54px;
  margin: 0;
  text-align: center;
}

.ab-page .ab-page_resources__heading-space {
  margin-bottom: 30px;
}

.ab-page .ab-page_resources__inner:last-of-type {
  margin-bottom: 0;
}

.ab-page .ab-page_resources__link {
  color: #4bc1eb;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .36px;
  line-height: 39px;
  text-transform: uppercase;
}

.ab-page .ab-page_resources__link:hover {
  color: #17a1d2;
}

.ab-page .ab-page_resources__links {
  margin: 0 auto 37px;
  text-align: center;
}

.ab-page .ab-page_resources__links-spacer {
  color: #4bc1eb;
  font-size: 16px;
  letter-spacing: .36px;
  line-height: 39px;
  padding: 0 5px;
}

.ab-page .ab-page_resources-htu {
  padding-top: 20px;
}

.ab-page .ab-page_resources-htu .ab-page_resources__heading {
  font-size: 28px;
  letter-spacing: -.3px;
}

@media (min-width: 768px) {
  .ab-page .ab-page_resources {
    padding: 80px 46px 120px;
  }

  .ab-page .ab-page_resources__content-container {
    max-width: none;
  }

  .ab-page .ab-page_resources__img {
    height: auto;
    width: 100%;
  }

  .ab-page .ab-page_resources-htu {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .ab-page .ab-page_resources {
    padding: 100px 117px 120px;
  }

  .ab-page .ab-page_resources__body {
    text-align: left;
  }

  .ab-page .ab-page_resources__body-heading {
    text-align: left;
  }

  .ab-page .ab-page_resources__body-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .ab-page .ab-page_resources__button {
    margin: 0;
  }

  .ab-page .ab-page_resources__content-container {
    margin-bottom: 0;
  }

  .ab-page .ab-page_resources__content-container:nth-of-type(1) {
    margin-right: 15px;
  }

  .ab-page .ab-page_resources__content-container:nth-of-type(2) {
    margin-left: 15px;
  }

  .ab-page .ab-page_resources__inner {
    display: flex;
    justify-content: center;
  }

  .ab-page .ab-page_resources__links {
    margin-bottom: 47px;
  }

  .ab-page .ab-page_resources-htu.ab-page_resources {
    padding-top: 0;
  }
}

.ab-page .ab-page_resources__modal {
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ab-page .ab-page_resources__modal .ab-page_sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ab-page .ab-page_resources__modal .ab-page_input-err {
  display: none;
  color: #781111;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 16px;
  padding-left: 13px;
}

.ab-page .ab-page_resources__modal .ab-page_close {
  align-self: flex-end;
  cursor: pointer;
  padding-top: 12px;
  position: relative;
  right: 32px;
}

.ab-page .ab-page_resources__modal .ab-page_close:before,
.ab-page .ab-page_resources__modal .ab-page_close:after {
  background-color: #737373;
  content: '';
  height: 12px;
  left: 15px;
  position: absolute;
  width: 2px;
}

.ab-page .ab-page_resources__modal .ab-page_close:before {
  transform: rotate(45deg);
}

.ab-page .ab-page_resources__modal .ab-page_close:after {
  transform: rotate(-45deg);
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-label {
  color: #6a6a6a;
  display: block;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 7.5px;
  padding-left: 13px;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-label.ab-page_-sign-up {
  color: #424242;
  display: inline-block;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 16px;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-input.ab-page_-sign-up {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-input.ab-page_-email {
  border: 2px solid #93328e;
  border-radius: 5px;
  color: #424242;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin: 0 auto 16px;
  max-width: 428px;
  padding: 17px;
  width: 100%;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-input.ab-page_-email:hover {
  border: 2px solid #93328e;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-radio {
  display: none;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-radio-label {
  color: #424242;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-right: 6px;
  position: relative;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-radio-label::before {
  background-color: white;
  border: 2px solid #93328e;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-radio-label::after {
  background-color: #93328e;
  border-radius: 50%;
  content: '';
  display: none;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form-radio:checked + .ab-page_resources__form-radio-label::after {
  display: block;
}

.ab-page .ab-page_resources__modal .ab-page_checkbox .ab-page_resources__form-input {
  opacity: 0;
}

.ab-page .ab-page_resources__modal .ab-page_checkbox .ab-page_resources__form-input + label::after {
  content: none;
}

.ab-page .ab-page_resources__modal .ab-page_checkbox .ab-page_resources__form-input:checked + label::after {
  content: '';
}

.ab-page .ab-page_resources__modal .ab-page_checkbox .ab-page_resources__form-label {
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
}

.ab-page .ab-page_resources__modal .ab-page_resources__button {
  background-color: #4bc1eb;
  border: none;
  color: #fff;
  display: block;
  font-family: "SharpSans", sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 0 auto;
}

.ab-page .ab-page_resources__modal .ab-page_resources__form {
  margin: 0 auto 40px;
  padding: 0 20px;
}

.ab-page .ab-page_resources__modal .ab-page_resources-label {
  color: #6a6a6a;
  display: block;
  font-family: "SharpSans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 7.5px;
  padding-left: 13px;
}

.ab-page .ab-page_resources__modal-heading {
  color: #1c1c1c;
  font-family: "SharpSans", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 38px;
  margin-top: 34px;
  padding: 0 20px;
  text-align: center;
}

.ab-page .ab-page_resources__modal-inner {
  margin: 0 auto;
  max-width: 725px;
  padding: 0 15px;
}

.ab-page .ab-page_resources__modal-content {
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15% auto;
  padding: 0;
}

@media (min-width: 768px) {
  .ab-page .ab-page_resources__modal .ab-page_resources__form {
    padding: 0;
    width: 428px;
  }

  .ab-page .ab-page_resources__modal .ab-page_resources__modal-heading {
    font-size: 34px;
    padding: 0 66px;
  }

  .ab-page .ab-page_resources__modal .ab-page_resources__modal-inner {
    max-width: 655px;
    padding: 0;
  }
}

.ab-page .ab-page_video__modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.ab-page .ab-page_video__modal-content {
  display: flex;
  flex-direction: column;
}

.ab-page .ab-page_video__modal .ab-page_close {
  align-self: flex-end;
  height: 40px;
  left: 0;
  position: relative;
  top: -5px;
  width: 40px;
}

.ab-page .ab-page_video__modal .ab-page_close:before,
.ab-page .ab-page_video__modal .ab-page_close:after {
  background-color: #fff;
  content: '';
  height: 2rem;
  left: 18px;
  margin-top: 1rem;
  position: absolute;
  top: -10px;
  width: .2rem;
}

.ab-page .ab-page_video__modal .ab-page_close:before {
  transform: rotate(45deg);
}

.ab-page .ab-page_video__modal .ab-page_close:after {
  transform: rotate(-45deg);
}

.ab-page .ab-page_video__modal-inner {
  margin: 0 auto;
  max-width: 85rem;
}
