@charset "UTF-8";
.section--banner {
  position: relative;
}
.section--banner .top-header-block {
  padding-bottom: 40px;
}
.section--banner .top-header-block.main-header {
  display: flex;
  justify-content: space-between;
}
.section--banner .top-header-block.main-header .main-header-quote {
  display: flex;
}
@media (max-width: 672px) {
  .section--banner .top-header-block.main-header .main-header-quote {
    display: none;
  }
}
.section--banner .top-header-block.main-header .main-header-quote span {
  color: var(--primary-black-dark, #0D1D4A);
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 148px;
  margin-right: 16px;
}
@media (max-width: 1140px) {
  .section--banner .top-header-block.main-header .main-header-quote span {
    font-size: 120px;
    line-height: 100px;
  }
}
.section--banner .top-header-block.main-header .main-header-quote p {
  color: var(--primary-black-dark, #0D1D4A);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 1140px) {
  .section--banner .top-header-block.main-header .main-header-quote p {
    font-size: 20px;
    line-height: normal;
  }
}
.section--banner .top-header-block.main-header .main-header-title h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
  text-align: left;
}
@media (max-width: 1140px) {
  .section--banner .top-header-block.main-header .main-header-title h1 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (max-width: 672px) {
  .section--banner .top-header-block.main-header .main-header-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.section--banner .top-header-block.main-header .main-header-title h1 span {
  color: var(--primary-orange);
  display: block;
}
.section--step {
  background: var(--primary-orange);
  padding-top: 147px;
  margin-top: -88px;
  padding-bottom: 88px;
}
@media (max-width: 672px) {
  .section--step {
    padding-top: 88px;
    margin-top: -88px;
    padding-bottom: 40px;
  }
}
@media (max-width: 672px) {
  .section--step .wrapper.cc {
    flex-flow: column;
    align-items: baseline;
    padding-top: 40px;
  }
}
.section--step .wrapper.cc .wr-left .title h2 span {
  display: block;
}
@media (max-width: 672px) {
  .section--step .wrapper.cc .wr-left .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right {
    padding-right: 42px;
  }
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right .wrapper {
    flex-flow: column;
  }
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right .wrapper .step-element {
    display: flex;
    align-items: center;
  }
}
.section--step .wrapper.cc .wr-right .wrapper .step-element p {
  color: var(--primary-white);
  font-size: 20px;
  max-width: 160px;
  line-height: 28px;
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right .wrapper .step-element p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 672px) {
  .section--step .wrapper.cc .wr-right .wrapper .step-element p {
    max-width: 100%;
  }
}
.section--step .wrapper.cc .wr-right .wrapper .step-element:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right .wrapper .step-element:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
.section--step .wrapper.cc .wr-right .wrapper .step-element img {
  margin-bottom: 16px;
}
@media (max-width: 1140px) {
  .section--step .wrapper.cc .wr-right .wrapper .step-element img {
    margin-bottom: 0px;
    margin-right: 16px;
    width: 40px;
  }
}
.section--about {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 1140px) {
  .section--about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 672px) {
  .section--about {
    padding-bottom: 30px;
  }
}
.section--about .wrapper {
  align-items: center;
}
@media (max-width: 672px) {
  .section--about .wrapper {
    flex-flow: column;
  }
}
.section--about .wrapper .text-big {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media (max-width: 1140px) {
  .section--about .wrapper .text-big {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 672px) {
  .section--about .wrapper .text-big {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section--about .wrapper .wr-left {
  width: auto;
  padding-right: 88px;
}
@media (max-width: 1140px) {
  .section--about .wrapper .wr-left {
    padding-right: 34px;
  }
}
.section--about .wrapper .wr-right {
  min-width: 515px;
}
@media (max-width: 1140px) {
  .section--about .wrapper .wr-right {
    min-width: 277px;
  }
}
@media (max-width: 672px) {
  .section--about .wrapper .wr-right {
    margin-top: 20px;
  }
}
.section--about .wrapper .wr-right img {
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  width: 100%;
}
.section--benefits {
  padding-bottom: 88px;
}
@media (max-width: 1140px) {
  .section--benefits {
    padding-bottom: 40px;
  }
}
.section--benefits .title {
  padding-top: 88px;
  padding-bottom: 56px;
}
@media (max-width: 1140px) {
  .section--benefits .title {
    padding-top: 40px;
  }
}
@media (max-width: 672px) {
  .section--benefits .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 672px) {
  .section--benefits .wrapper {
    flex-flow: column;
  }
}
.section--benefits .wrapper .benefit-element.el-good .benefits-name {
  color: #00c471;
}
@media (max-width: 672px) {
  .section--benefits .wrapper .benefit-element.el-good {
    margin-bottom: 20px;
  }
}
.section--benefits .wrapper .benefit-element .benefits-name {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1140px) {
  .section--benefits .wrapper .benefit-element .benefits-name {
    font-size: 24px;
  }
}
@media (max-width: 672px) {
  .section--benefits .wrapper .benefit-element .benefits-name {
    margin-bottom: 20px;
  }
}
.section--benefits .wrapper .benefit-element .benefits-name img {
  margin-right: 16px;
}
@media (max-width: 672px) {
  .section--benefits .wrapper .benefit-element .benefits-name img {
    max-width: 40px;
  }
}
.section--category .category-tabs {
  display: flex;
  flex-flow: column;
}
@media (max-width: 991px) {
  .section--category .category-tabs {
    flex-flow: row;
  }
}
@media (max-width: 576px) {
  .section--category .category-tabs {
    flex-flow: column;
  }
}
.section--category .category-tabs .category-nav-mobile {
  display: none;
}
@media (max-width: 576px) {
  .section--category .category-tabs .category-nav-mobile {
    display: flex;
    margin-bottom: 16px;
  }
  .section--category .category-tabs .category-nav-mobile select {
    width: 100%;
  }
}
.section--category .category-tabs nav {
  padding: 0px 20px;
  border: 0px;
}
@media (max-width: 991px) {
  .section--category .category-tabs nav {
    padding: 20px 0px;
  }
}
@media (max-width: 576px) {
  .section--category .category-tabs nav {
    display: none;
  }
}
.section--category .category-tabs nav .nav {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .section--category .category-tabs nav .nav {
    display: grid;
    gap: 12px;
  }
}
.section--category .category-tabs nav .nav .category-nav {
  display: flex;
  padding: 19px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  background: var(--primary-black-normal, #E3E8F2);
  color: var(--primary-black-meduim, #93A1C8);
  margin-right: 14px;
}
@media (max-width: 991px) {
  .section--category .category-tabs nav .nav .category-nav {
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
  }
}
.section--category .category-tabs nav .nav .category-nav.active {
  border-radius: 4px 4px 0px 0px;
  background: var(--primary-black-dark, #0D1D4A);
  color: #fff;
}
@media (max-width: 991px) {
  .section--category .category-tabs nav .nav .category-nav.active {
    border-radius: 4px 0px 0px 4px;
  }
}
.section--category .category-tabs .tab-content {
  background: var(--primary-black-dark);
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  background: var(--primary-black-dark, #0D1D4A);
  flex: 1;
}
.section--category .category-tabs .tab-content > .active {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.section--category .category-tabs .tab-content .tab-pane ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
@media (max-width: 991px) {
  .section--category .category-tabs .tab-content .tab-pane ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .section--category .category-tabs .tab-content .tab-pane ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.section--category .category-tabs .tab-content .tab-pane ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.section--category .category-tabs .tab-content .tab-pane ul li a {
  background-image: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-circle-white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 8px 8px 8px 42px;
  width: 100%;
}
.section--category .category-tabs .tab-content .tab-pane ul li a:hover {
  text-decoration: underline;
}
.section--links {
  background-image: url(/wp-content/themes/gptonline/assets/img/link-back.svg);
  background-repeat: no-repeat;
  background-position: right -20px center;
  background-size: 274px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1140px) {
  .section--links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--links .title {
  width: 300px;
}
@media (max-width: 672px) {
  .section--links .title {
    width: 100%;
    margin-bottom: 16px;
  }
  .section--links .title br {
    display: none;
  }
}
.section--links .links--wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 672px) {
  .section--links .links--wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
}
.section--links .links--wrapper .buttons--wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 672px) {
  .section--links .links--wrapper .buttons--wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
}
.section--links .links--wrapper .buttons--wrapper .button {
  margin-bottom: 16px;
}
@media (max-width: 1140px) {
  .section--links .links--wrapper .buttons--wrapper .button {
    margin-bottom: 8px;
  }
}
.section--links .links--wrapper .buttons--wrapper .button:not(:last-child) {
  margin-right: 16px;
}
.section--pricelist {
  padding-bottom: 88px;
}
@media (max-width: 1140px) {
  .section--pricelist {
    padding-bottom: 40px;
  }
}
.section--pricelist .title {
  padding-bottom: 56px;
}
@media (max-width: 1140px) {
  .section--pricelist .title {
    padding-bottom: 40px;
  }
}
@media (max-width: 672px) {
  .section--pricelist .title {
    padding-bottom: 20px;
  }
}
.pricelist-item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 48px;
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  border-radius: 24px;
  background: #fff;
  max-width: 33%;
  flex: 1;
}
@media (max-width: 1140px) {
  .pricelist-item {
    padding: 24px;
    min-width: 300px;
    max-width: inherit;
  }
}
@media (max-width: 1140px) {
  .pricelist-item {
    min-width: 250px;
  }
}
.pricelist-item.item--popular {
  background: var(--primary-orange);
}
.pricelist-item.item--popular .pricelist-price, .pricelist-item.item--popular .pricelist-text, .pricelist-item.item--popular .pricelist-option {
  color: #fff;
}
.pricelist-item.item--popular ul.ui-ul.ul-check-2 li:before {
  background-image: url(/wp-content/themes/gptonline/assets/img/icon/icon-check-white.svg);
}
.pricelist-item .pricelist-option {
  margin-bottom: 24px;
}
.pricelist-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1140px) {
  .pricelist-item:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .pricelist-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.pricelist-item .pricelist-text {
  margin-bottom: 24px;
}
.pricelist-item .pricelist-price {
  color: var(--primary-orange);
  font-size: 42px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 24px;
}
@media (max-width: 1140px) {
  .pricelist-item .pricelist-price {
    font-size: 32px;
    line-height: 32px;
  }
}
.pricelist-item .button {
  width: 100%;
  margin-top: auto;
}
.pricelist-item .pricelist-limit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #F1F4F9;
  border-radius: 100px;
  margin-bottom: 32px;
}
@media (max-width: 1140px) {
  .pricelist-item .pricelist-limit {
    padding: 8px;
  }
}
.pricelist-item .pricelist-limit span {
  font-weight: 500;
  margin-right: 10px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 18px 16px;
  max-height: 64px;
  background: url("/wp-content/themes/gptonline/assets/scss/../../assets/img/icon/icon-arrow-to-bottom.svg") no-repeat right 10px center;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal);
}
select:active, select:focus, select:focus-visible, select:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
  padding: 18px 16px;
  max-height: 64px;
  height: 64px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 4px;
}
@media (max-width: 1140px) {
  input[type="text"], input[type="tel"], input[type="password"], input[type="number"], input[type="email"], textarea {
    padding: 12px 24px;
    max-height: 48px;
  }
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:target, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:target, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:target, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:target, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:target, textarea:active, textarea:focus, textarea:focus-visible, textarea:target {
  border: 1px solid var(--primary-black-meduim) !important;
  outline: none;
}
.field-label {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 8px 0px;
}
.field-label > * {
  width: 100%;
  display: flex;
  text-align: left;
}
.field-label label {
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--primary-black-dark);
}
.ui-form {
  position: relative;
}
.ui-form label.error {
  position: absolute;
  font-size: 11px;
  background: #ff4e26;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  bottom: -10px;
  left: 10px;
  width: auto !important;
  text-align: center;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  position: relative;
}
/* Hide the default checkbox */
.checkbox {
  display: none;
}
/* Create a custom checkbox */
.t-checkbox {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid var(--primary-black-normal);
  /* Checkbox border color */
  border-radius: 3px;
  background-color: var(--primary-black-normal);
  margin-right: 16px;
  top: 3px;
  /* Spacing between the custom checkbox and the text */
}
/* Customize the appearance of the custom checkbox when checked */
.checkbox:checked + .t-checkbox {
  background-image: url("/wp-content/themes/gptonline/assets/img/icon/icon-check-white.svg");
  background-color: var(--primary-orange);
  background-repeat: no-repeat;
  background-position: center center;
}
label.label-checkbox {
  color: var(--primary-black-meduim);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.radio-button {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-right: 8px;
  min-width: max-content;
}
@media (max-width: 672px) {
  .radio-button {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
  }
}
.radio-button input[type="radio"] {
  display: none;
}
.radio-button label {
  padding: 8px 12px;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--primary-black-light, #F1F4F9);
  display: flex;
  min-width: max-content;
}
.radio-button label:hover {
  border: 1px solid var(--primary-black-meduim);
  background-color: white;
  color: var(--primary-orange);
}
@media (max-width: 672px) {
  .radio-button label {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.radio-button input[type="radio"]:checked + label {
  border: 1px solid var(--primary-orange);
  background-color: white;
  color: var(--primary-orange);
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--primary-black-meduim, #93A1C8);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--primary-black-meduim, #93A1C8);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--primary-black-meduim, #93A1C8);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primary-black-meduim, #93A1C8);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primary-black-meduim, #93A1C8);
}
::placeholder {
  /* Most modern browsers support this now. */
  color: var(--primary-black-meduim, #93A1C8);
}
.editorjs {
  width: 100%;
  min-height: 150px;
  border: 1px solid var(--primary-black-normal);
  border-radius: 5px;
  padding: 16px;
}
form#a24orderAbout {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
form#a24orderAbout .button {
  width: 100%;
  margin-top: 16px;
}
h1.wp-block-heading, .blog-content h1 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h1.wp-block-heading, .blog-content h1 {
    margin-top: 24px;
  }
}
h2.wp-block-heading, .blog-content h2 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h2.wp-block-heading, .blog-content h2 {
    margin-top: 24px;
  }
}
p + h2.wp-block-heading, .blog-content p + h2 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h2.wp-block-heading, .blog-content p + h2 {
    margin-top: 24px;
  }
}
h3.wp-block-heading, .blog-content h3 {
  margin-bottom: 32px;
}
@media (max-width: 672px) {
  h3.wp-block-heading, .blog-content h3 {
    margin-top: 24px;
  }
}
p + h3.wp-block-heading, .blog-content p + h3 {
  margin-top: 32px;
}
@media (max-width: 672px) {
  p + h3.wp-block-heading, .blog-content p + h3 {
    margin-top: 24px;
  }
}
h4.wp-block-heading, .blog-content h4 {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 32px;
}
blockquote.wp-block-quote {
  border-radius: 24px;
  background: var(--primary-black-white, #FFF);
  /* Shadow Small */
  box-shadow: 0px 0px 15px 0px rgba(13, 29, 74, 0.11);
  display: flex;
  padding: 32px;
  margin-top: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote {
    flex-flow: column;
    align-items: center;
    padding: 24px;
  }
}
blockquote.wp-block-quote p {
  padding-right: 24px;
}
blockquote.wp-block-quote:before {
  content: "“";
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 148px;
  color: var(--primary-black-meduim, #93A1C8);
  padding-right: 18px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote:before {
    line-height: 90px;
    font-size: 110px;
    display: flex;
    align-items: center;
    margin-bottom: -35px;
  }
}
blockquote.wp-block-quote figure.wp-block-image {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image {
    margin-top: 26px;
  }
}
blockquote.wp-block-quote figure.wp-block-image figcaption {
  color: var(--primary-black-dark, #0D1D4A);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}
@media (max-width: 1140px) {
  blockquote.wp-block-quote figure.wp-block-image figcaption {
    margin-bottom: 0px;
  }
}
.section-content h2:not(:first-child), .section-content h3:not(:first-child), .section-content h4:not(:first-child), .section-content h5:not(:first-child) {
  margin-top: 2.5rem;
}
.section-content h2 {
  font-size: 48px;
}
.section-content h2 {
  margin-bottom: 1rem;
}
.section-content h3 {
  margin-bottom: 1rem;
  font-size: 28px;
}
.section-content h4 {
  margin-bottom: 0.5rem;
  font-size: 24px;
}
.section-content h5 {
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.section-content p {
  margin-bottom: 1.25rem;
}
.section-content ul, .section-content ol {
  margin-bottom: 1.25rem;
}
@media (max-width: 672px) {
  .section-content h2:not(:first-child), .section-content h3:not(:first-child), .section-content h4:not(:first-child), .section-content h5:not(:first-child) {
    margin-top: 2rem;
  }
  .section-content h1, .section-content h2 {
    margin-bottom: 1.25rem;
    font-size: 24px;
  }
  .section-content h3 {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
  .section-content h4 {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .section-content h5 {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
  .section-content ul li {
    padding-left: 1.25rem;
  }
  .section-content ul li::before {
    top: 8px;
  }
}
/*# sourceMappingURL=https://smarstudy.ai/wp-content/build/scss_library/11e529d9ab938157a9c536b174d4835f519213b6.css.map */