﻿html {
  font-size: 14px;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.6;
  color: #052c52;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

main {
  position: relative;
  min-height: 100vh;
}
main .content-wrapper {
  padding-bottom: 231px;
}
@media (min-width: 768px) {
  main .content-wrapper {
    padding-bottom: 105px;
  }
}

a {
  color: #efb225;
  outline: none;
  text-decoration: none;
}

select {
  cursor: pointer;
}

a:focus,
a:hover {
  color: rgb(233.3717948718, 168.0705128205, 17.1282051282);
}

.nav-link {
  color: #052c52;
}

.navbar-toggler {
  border: none;
}

.nav-link:focus,
.nav-link:hover {
  color: #052c52;
}

figure {
  margin-bottom: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: none;
}

.question-radiobutton input:checked ~ a, .question-radiobutton input:checked + a {
  background-color: #efb225 !important;
  border-color: #efb225 !important;
}

.createtest-radiobutton input:checked ~ span, .createtest-radiobutton input:checked + span {
  background-color: rgba(40, 167, 69, 0.2);
  border-color: #28a745;
  border-radius: 0.375rem;
  z-index: 2;
}

.createtest-radiobutton input:checked ~ i.fa-check-circle, .createtest-radiobutton input:checked + i.fa-check-circle {
  display: block;
}

.question-radiobutton input[type=checkbox]:checked ~ a.correct, .question-radiobutton input:checked + a.correct {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #28a745 !important;
}
.question-radiobutton input[type=checkbox]:checked ~ a.correct:hover, .question-radiobutton input[type=checkbox]:checked ~ a.correct.active, .question-radiobutton input[type=checkbox]:checked ~ a.correct:active, .question-radiobutton input:checked + a.correct:hover, .question-radiobutton input:checked + a.correct.active, .question-radiobutton input:checked + a.correct:active {
  border-color: rgb(51.6956521739, 206.3043478261, 87) !important;
  background-color: rgb(51.6956521739, 206.3043478261, 87) !important;
}
.question-radiobutton input[type=checkbox]:checked ~ a.correct:hover, .question-radiobutton input[type=checkbox]:checked ~ a.correct:focus, .question-radiobutton input[type=checkbox]:checked ~ a.correct.active, .question-radiobutton input:checked + a.correct:hover, .question-radiobutton input:checked + a.correct:focus, .question-radiobutton input:checked + a.correct.active {
  color: #fff;
}
.question-radiobutton input[type=checkbox]:checked ~ a.correct.g-btn-hover-reset:hover, .question-radiobutton input[type=checkbox]:checked ~ a.correct.g-btn-hover-reset.active, .question-radiobutton input:checked + a.correct.g-btn-hover-reset:hover, .question-radiobutton input:checked + a.correct.g-btn-hover-reset.active {
  background-color: #28a745;
  border-color: #28a745;
}

.question-radiobutton input[type=checkbox]:checked ~ a.wrong, .question-radiobutton input:checked + a.wrong {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #e64b3b !important;
}
.question-radiobutton input[type=checkbox]:checked ~ a.wrong:hover, .question-radiobutton input[type=checkbox]:checked ~ a.wrong.active, .question-radiobutton input[type=checkbox]:checked ~ a.wrong:active, .question-radiobutton input:checked + a.wrong:hover, .question-radiobutton input:checked + a.wrong.active, .question-radiobutton input:checked + a.wrong:active {
  border-color: rgb(235.7692307692, 116.5384615385, 104.2307692308) !important;
  background-color: rgb(235.7692307692, 116.5384615385, 104.2307692308) !important;
}
.question-radiobutton input[type=checkbox]:checked ~ a.wrong:hover, .question-radiobutton input[type=checkbox]:checked ~ a.wrong:focus, .question-radiobutton input[type=checkbox]:checked ~ a.wrong.active, .question-radiobutton input:checked + a.wrong:hover, .question-radiobutton input:checked + a.wrong:focus, .question-radiobutton input:checked + a.wrong.active {
  color: #fff;
}
.question-radiobutton input[type=checkbox]:checked ~ a.wrong.g-btn-hover-reset:hover, .question-radiobutton input[type=checkbox]:checked ~ a.wrong.g-btn-hover-reset.active, .question-radiobutton input:checked + a.wrong.g-btn-hover-reset:hover, .question-radiobutton input:checked + a.wrong.g-btn-hover-reset.active {
  background-color: #e64b3b;
  border-color: #e64b3b;
}

.answer {
  background-color: #28a745 !important;
  color: #fff !important;
}

.u-btn-primary {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #efb225 !important;
}
.u-btn-primary:hover, .u-btn-primary.active, .u-btn-primary:active {
  border-color: rgb(242.4871794872, 194.7820512821, 84.5128205128) !important;
  background-color: rgb(242.4871794872, 194.7820512821, 84.5128205128) !important;
}
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  color: #fff;
}
.u-btn-primary.g-btn-hover-reset:hover, .u-btn-primary.g-btn-hover-reset.active {
  background-color: #efb225;
  border-color: #efb225;
}

.u-btn-black {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #000 !important;
}
.u-btn-black:hover, .u-btn-black.active, .u-btn-black:active {
  border-color: rgb(25.5, 25.5, 25.5) !important;
  background-color: rgb(25.5, 25.5, 25.5) !important;
}
.u-btn-black:hover, .u-btn-black:focus, .u-btn-black.active {
  color: #fff;
}
.u-btn-black.g-btn-hover-reset:hover, .u-btn-black.g-btn-hover-reset.active {
  background-color: #000;
  border-color: #000;
}

.u-btn-main {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #052c52 !important;
}
.u-btn-main:hover, .u-btn-main.active, .u-btn-main:active {
  border-color: rgb(7.9310344828, 69.7931034483, 130.0689655172) !important;
  background-color: rgb(7.9310344828, 69.7931034483, 130.0689655172) !important;
}
.u-btn-main:hover, .u-btn-main:focus, .u-btn-main.active {
  color: #fff;
}
.u-btn-main.g-btn-hover-reset:hover, .u-btn-main.g-btn-hover-reset.active {
  background-color: #052c52;
  border-color: #052c52;
}

.u-btn-grey {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #999 !important;
}
.u-btn-grey:hover, .u-btn-grey.active, .u-btn-grey:active {
  border-color: rgb(178.5, 178.5, 178.5) !important;
  background-color: rgb(178.5, 178.5, 178.5) !important;
}
.u-btn-grey:hover, .u-btn-grey:focus, .u-btn-grey.active {
  color: #fff;
}
.u-btn-grey.g-btn-hover-reset:hover, .u-btn-grey.g-btn-hover-reset.active {
  background-color: #999;
  border-color: #999;
}

.u-btn-red {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #e64b3b !important;
}
.u-btn-red:hover, .u-btn-red.active, .u-btn-red:active {
  border-color: rgb(235.7692307692, 116.5384615385, 104.2307692308) !important;
  background-color: rgb(235.7692307692, 116.5384615385, 104.2307692308) !important;
}
.u-btn-red:hover, .u-btn-red:focus, .u-btn-red.active {
  color: #fff;
}
.u-btn-red.g-btn-hover-reset:hover, .u-btn-red.g-btn-hover-reset.active {
  background-color: #e64b3b;
  border-color: #e64b3b;
}

.u-btn-facebook {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
  color: #fff !important;
  background-color: #3b5998 !important;
}
.u-btn-facebook:hover, .u-btn-facebook.active, .u-btn-facebook:active {
  border-color: rgb(76.345971564, 111.6066350711, 185.654028436) !important;
  background-color: rgb(76.345971564, 111.6066350711, 185.654028436) !important;
}
.u-btn-facebook:hover, .u-btn-facebook:focus, .u-btn-facebook.active {
  color: #fff;
}
.u-btn-facebook.g-btn-hover-reset:hover, .u-btn-facebook.g-btn-hover-reset.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

.g-color-primary {
  color: #efb225 !important;
}
.g-color-primary--hover:hover {
  color: #efb225 !important;
}
.g-color-white {
  color: #fff !important;
}
.g-color-white--hover:hover {
  color: #fff !important;
}
.g-color-gray {
  color: #999 !important;
}
.g-color-main {
  color: #052c52 !important;
}
.g-color-main--hover:hover {
  color: #052c52 !important;
}
.g-color-dark-light {
  color: #0e151b;
}
.g-color-paragraph {
  color: #6f7274 !important;
}

.g-bg-main {
  background-color: #052c52 !important;
}
.g-bg-main--hover:hover {
  background-color: #052c52 !important;
}
.g-bg-danger {
  background-color: rgba(220, 53, 69, 0.5);
}
.g-bg-white {
  background-color: #fff !important;
}
.g-bg-gray-light {
  background-color: #f7f7f7 !important;
}
.g-bg-transparent {
  background-color: transparent !important;
}
.g-bg-primary {
  background-color: #efb225 !important;
}
.g-bg-primary--hover:hover {
  background-color: #efb225 !important;
}

.g-brd-around {
  border: solid 1px transparent !important;
}
.g-brd-main {
  border-color: #052c52 !important;
}
.g-brd-main--hover:hover {
  border-color: #052c52 !important;
}
.g-brd-primary {
  border-color: #efb225 !important;
}
.g-brd-primary--hover:hover {
  border-color: #efb225 !important;
}
.g-brd-2 {
  border-width: 2px !important;
}

.btn {
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
}

.g-line-height-2 {
  line-height: 2;
}

.g-bg-cover {
  position: relative;
}
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.form-control {
  border-color: #ccc;
  height: auto;
}
.form-control.has-error {
  background-color: #fff0f0;
  border-color: #f00;
}

.form-control,
.form-control:focus {
  color: #052c52;
}

.form-control:focus,
.custom-select:focus {
  border-color: #efb225;
  box-shadow: none;
}

.form-control::placeholder {
  color: inherit;
  opacity: 0.5;
}

.btn-audio {
  padding: 0;
  width: 40px;
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
}

.mobile-legend .icons-legend {
  margin: 0 auto;
}

.icons-legend .btn {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.icons-legend .desc {
  margin-left: 5px;
  font-size: 12px;
  color: #6f7274;
}

.width-50 {
  width: 50px;
}

.height-1 {
  height: 1px;
}

.height-495 {
  height: 495px;
}

.login-alternative-line {
  background-color: #bbb;
}

.pensum-media img {
  border-radius: 0.25rem;
}

.img-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.img-overlay img, .img-overlay video {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  transform: scale(0.95);
  transition: transform 0.3s;
  margin: 0 auto;
}

.img-overlay .embed-responsive {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.95);
  transition: transform 0.3s;
  margin: 0 auto;
}

.img-overlay:target {
  visibility: visible;
  outline: none;
  cursor: default;
  opacity: 1;
}

.img-overlay:target img, .img-overlay:target video, .img-overlay:target .embed-responsive {
  transform: scale(1);
}

img, video {
  pointer-events: none;
}

.question-video {
  pointer-events: all;
}

select:invalid {
  color: gray;
}

.goto-left {
  float: left;
}

.goto-right {
  float: right;
}

.goto-top .goto-left, .goto-top .goto-right {
  margin-bottom: 15px;
}

.goto-bottom .goto-left, .goto-bottom .goto-right {
  margin-top: 15px;
}

.dzsparallaxer .container .intro {
  min-height: 577px;
}

.createtest-radiobutton {
  position: relative;
}
.createtest-radiobutton.locked {
  background-color: rgba(0, 0, 0, 0.03);
}
.createtest-radiobutton .fas.fa-lock, .createtest-radiobutton .fas.fa-search {
  position: absolute;
  right: 5px;
  top: 3px;
}
.createtest-radiobutton .fas.fa-check-circle {
  position: absolute;
  font-size: 100px;
  opacity: 0.35;
  color: #28a745;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 90px;
  height: 90px;
  z-index: 1;
  display: none;
}
.createtest-radiobutton .fas.fa-check-circle.numanswers {
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  font-size: 70px;
}

.embed-responsive.locked {
  background-color: rgba(0, 0, 0, 0.03);
}
.embed-responsive .fas.fa-lock, .embed-responsive .fas.fa-search {
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  width: auto;
  height: auto;
  font-size: 20px;
}

.pensum-type a:hover {
  text-decoration: none;
}
.pensum-type a .border {
  height: 410px;
}

.test-item {
  cursor: pointer;
}
.test-item .mento-checkbox {
  position: absolute;
  right: 5px;
  left: auto;
  top: 10px;
  width: auto;
  height: auto;
}
.test-item .mento-checkbox input[type=checkbox]:checked ~ .embed-responsive-item, .test-item .mento-checkbox input:checked + .embed-responsive-item {
  background-color: #28a745;
  border-color: #28a745;
}

.pensum-item .embed-responsive-item, .test-item .embed-responsive-item {
  padding: 3rem 2rem 2rem;
}

.g-bg-primary-gradient-opacity-v1, .g-bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

.z-index-1 {
  z-index: 1;
}

.opacity-0_6 {
  opacity: 0.6;
}

.price-box-home {
  height: 300px;
  width: 300px !important;
  max-width: 100%;
  border-color: #fff !important;
  border-width: 10px !important;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 3.5714285714rem !important;
}
.price-box-home::after {
  background-color: rgba(5, 44, 82, 0.8);
  border-radius: 50% !important;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-disclaimer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #fff;
}

.ohnomentohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.createtest-radiobutton {
  height: 125px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}
.createtest-radiobutton input {
  display: none;
}

.question-radiobutton input {
  display: none;
}

.rotate {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {
  .test-special-col {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .goto-left {
    float: right;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .goto-right {
    float: left;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .pensum-type a .border {
    height: 440px;
  }
  .test-special-col {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .pensum-type a .border {
    height: 410px;
  }
  .test-special-col {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (max-width: 1199px) {
  .border-xl-right {
    border-right: none !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media (max-width: 413px) {
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-none {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .test-special-col {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
}
.input-group-append .btn {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.u-icon-v3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(5, 44, 82, 0.1);
}
.u-icon-v3.u-icon-size--sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
}
.u-icon-v3.u-icon-size--lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
}
.u-icon-v3.g-color-main {
  color: #052c52;
  background-color: rgba(5, 44, 82, 0.1);
}
.u-icon-v3.g-color-primary {
  color: #efb225;
  background-color: rgba(239, 178, 37, 0.1);
}

.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/*.modal-body {
    padding: 20px 30px;
}*/
.inmodal .modal-body {
  background: #f8fafb;
}

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  display: block;
}

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.inmodal .modal-title {
  font-size: 26px;
  /*padding-left: 30px;*/
}

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

.modal-footer {
  margin-top: 0;
}

body.modal-open {
  padding-right: inherit !important;
}

body.modal-open .wrapper-content.animated {
  -webkit-animation: none;
  -ms-animation-nam: none;
  animation: none;
}

body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* Knapper */
.modal-header .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15px;
}

.modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
}

.modal-header .btn-back {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  box-sizing: content-box;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  background: none;
}
.modal-header .btn-back:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.9285714286rem;
  z-index: 501;
}
.u-header-sticky-top {
  position: fixed;
  bottom: auto;
  top: 0;
}
.u-header .container {
  padding-bottom: 0;
}
.u-header img {
  width: 50px;
}

.u-header__section {
  position: relative;
  z-index: 1;
}
.u-header__section:nth-child(1) {
  z-index: 5;
}
.u-header__section:nth-child(2) {
  z-index: 4;
}
.u-header__section:nth-child(3) {
  z-index: 3;
}
.u-header__section:nth-child(4) {
  z-index: 2;
}
.u-header__section:nth-child(5) {
  z-index: 1;
}

.u-shadow {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.nav-item > a, .nav-item > .nav-link, [class*=u-tab-link]:not([class*=-icon]) {
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

footer {
  background-color: #0e151b;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer p {
  color: #a7b1c2;
}
footer p a {
  color: #a7b1c2;
}
footer p a:hover {
  color: #a7b1c2;
  text-decoration: none;
}

.g-mb-5 {
  margin-bottom: 0.3571428571rem !important;
}
.g-mb-10 {
  margin-bottom: 0.7142857143rem !important;
}
.g-mb-15 {
  margin-bottom: 1.0714285714rem !important;
}
.g-mb-20 {
  margin-bottom: 1.4285714286rem !important;
}
.g-mb-25 {
  margin-bottom: 1.7857142857rem !important;
}
.g-mb-30 {
  margin-bottom: 2.1428571429rem !important;
}
.g-mb-35 {
  margin-bottom: 2.5rem !important;
}
.g-mb-40 {
  margin-bottom: 2.8571428571rem !important;
}
.g-mb-50 {
  margin-bottom: 3.5714285714rem !important;
}
.g-mb-70 {
  margin-bottom: 5rem !important;
}
.g-mb-90 {
  margin-bottom: 6.4285714286rem !important;
}

.g-mt-5 {
  margin-top: 0.3571428571rem !important;
}
.g-mt-15 {
  margin-top: 1.0714285714rem !important;
}
.g-mt-20 {
  margin-top: 1.4285714286rem !important;
}
.g-mt-minus-150 {
  margin-top: -10.7142857143rem !important;
}

.g-me-10 {
  margin-right: 0.7142857143rem !important;
}
.g-me-30 {
  margin-right: 2.1428571429rem !important;
}

.g-mx-15 {
  margin-left: 1.0714285714rem !important;
  margin-right: 1.0714285714rem !important;
}

.g-pt-30 {
  padding-top: 2.1428571429rem !important;
}
.g-pt-70 {
  padding-top: 5rem !important;
}
.g-pt-100 {
  padding-top: 7.1428571429rem !important;
}
.g-pt-150 {
  padding-top: 10.7142857143rem !important;
}
.g-pt-170 {
  padding-top: 12.1428571429rem !important;
}

.g-pb-70 {
  padding-bottom: 5rem !important;
}
.g-pb-100 {
  padding-bottom: 7.1428571429rem !important;
}
.g-pb-200 {
  padding-bottom: 14.2857142857rem !important;
}

.g-py-8 {
  padding-top: 0.5714285714rem !important;
  padding-bottom: 0.5714285714rem !important;
}
.g-py-10 {
  padding-top: 0.7142857143rem !important;
  padding-bottom: 0.7142857143rem !important;
}
.g-py-12 {
  padding-top: 0.8571428571rem !important;
  padding-bottom: 0.8571428571rem !important;
}
.g-py-13 {
  padding-top: 0.9285714286rem !important;
  padding-bottom: 0.9285714286rem !important;
}
.g-py-30 {
  padding-top: 2.1428571429rem !important;
  padding-bottom: 2.1428571429rem !important;
}
.g-py-40 {
  padding-top: 2.8571428571rem !important;
  padding-bottom: 2.8571428571rem !important;
}

.g-px-14 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.g-px-20 {
  padding-left: 1.4285714286rem !important;
  padding-right: 1.4285714286rem !important;
}
.g-px-25 {
  padding-left: 1.7857142857rem !important;
  padding-right: 1.7857142857rem !important;
}
.g-px-30 {
  padding-left: 2.1428571429rem !important;
  padding-right: 2.1428571429rem !important;
}

@media (min-width: 992px) {
  .g-mx-3--lg {
    margin-left: 0.2142857143rem !important;
    margin-right: 0.2142857143rem !important;
  }
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.g-font-size-11 {
  font-size: 0.7857142857rem;
}
.g-font-size-12 {
  font-size: 0.8571428571rem;
}
.g-font-size-13 {
  font-size: 0.9285714286rem;
}
.g-font-size-15 {
  font-size: 1.0714285714rem;
}
.g-font-size-17 {
  font-size: 1.2142857143rem;
}
.g-font-size-18 {
  font-size: 1.2857142857rem;
}
.g-font-size-25 {
  font-size: 1.7857142857rem;
}
.g-font-size-50 {
  font-size: 3.5714285714rem;
}
.g-font-size-65 {
  font-size: 4.6428571429rem;
}
.g-font-size-90 {
  font-size: 6.4285714286rem;
}
.g-font-size-110 {
  font-size: 7.8571428571rem;
}

.g-font-weight-300 {
  font-weight: 300 !important;
}
.g-font-weight-500 {
  font-weight: 500 !important;
}
.g-font-weight-600 {
  font-weight: 600 !important;
}
.g-font-weight-700 {
  font-weight: 700 !important;
}

.g-line-height-1_2 {
  line-height: 1.2;
}

p {
  color: #6f7274;
}

.mento-checkbox, .mento-radiobutton {
  padding-left: 23px;
  line-height: 18px;
  color: #052c52;
  cursor: pointer;
  position: relative;
}

.mento-checkbox i, .mento-radiobutton i {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  outline: none;
  border-style: solid;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  display: flex;
}

.mento-checkbox input, .mento-radiobutton input {
  position: absolute;
  left: -9999px;
}

.mento-checkbox input ~ i:after {
  color: #052c52;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f00c";
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  font-weight: 900;
  font-size: 9px;
}

.mento-radiobutton input + i:after {
  color: #052c52;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f111";
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  font-weight: 900;
  font-size: 7px;
  align-self: center;
}

.mento-checkbox input[type=checkbox]:checked ~ i:after, .mento-radiobutton input:checked + i:after {
  opacity: 1;
}

/*.mento-checkbox.has-error {
    color: $red !important;
}

.mento-checkbox.has-error i {
    background-color: #f2dede;
}*/
.table-header div {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
  /*border-top: 1px solid #dee2e6;*/
  color: #212529;
  font-weight: bold;
}

.table-body .table-row:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-body .table-row > div {
  padding: 0.75rem;
  align-items: center;
  display: flex;
  border-top: none;
  height: 62px;
  line-height: 17px;
  /*    &.pensum-media, &.pensum-origin {
      justify-content: center !important;
  }*/
}

/*@media (min-width: 768px) {
    .table-body .table-row > div {
        &.pensum-media, &.pensum-origin {
            justify-content: left !important;
        }
    }
}*/
@media (min-width: 992px) {
  .table-body .table-row > div {
    border-top: 1px solid #dee2e6;
  }
}
.price-box a {
  text-decoration: none;
}
.price-box a article {
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.price-box a article:hover {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}
.price-box a article header {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  padding-left: 1.4285714286rem !important;
  padding-right: 1.4285714286rem !important;
}
.price-box a article header svg {
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.price-box a article header h3 {
  color: rgba(255, 255, 255, 0.7) !important;
  letter-spacing: 0.2142857143rem;
}
.price-box a article .price-details {
  padding-top: 2.8571428571rem !important;
  padding-bottom: 2.8571428571rem !important;
  padding-left: 1.4285714286rem !important;
  padding-right: 1.4285714286rem !important;
}
.price-box a article .price-details .btn {
  border-radius: 50px;
  padding-top: 1.0714285714rem !important;
  padding-bottom: 1.0714285714rem !important;
  padding-left: 2.1428571429rem !important;
  padding-right: 2.1428571429rem !important;
}
.price-box a article .discount {
  z-index: 10;
  width: 210px;
  height: 37px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 5px #888888;
  background: #052c52;
  border-top: 5px solid #052c52;
  border-bottom: 5px solid #052c52;
  transform: rotate(37deg);
  position: absolute;
  right: -43px;
  top: 25px;
}

.price-sub-info-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-color: #f7f7f7 !important;
}
@media (min-width: 768px) {
  .price-sub-info-left {
    border-right: solid 1px transparent !important;
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .price-sub-info-left {
    height: 280px;
  }
}

.price-sub-info-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-color: #f7f7f7 !important;
}
@media (min-width: 768px) {
  .price-sub-info-right {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .price-sub-info-right {
    height: 280px;
  }
}

.price-sub-info-left-mon {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-color: #f7f7f7 !important;
}
@media (min-width: 768px) {
  .price-sub-info-left-mon {
    border-right: solid 1px transparent !important;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .price-sub-info-left-mon {
    height: 320px;
  }
}

.price-sub-info-right-mon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-color: #f7f7f7 !important;
}
@media (min-width: 768px) {
  .price-sub-info-right-mon {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .price-sub-info-right-mon {
    height: 320px;
  }
}

.price-sub-info-deal {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-color: #f7f7f7 !important;
}

.col-form-label {
  display: flex;
  align-items: center;
}

.cardtypes img {
  height: 25px;
}

.get-access-sticky {
  position: sticky;
  bottom: 0;
  background-color: rgb(233.3717948718, 168.0705128205, 17.1282051282);
  padding: 20px 30px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.9;
}
.get-access-sticky p {
  color: #fff;
  font-size: 15px;
}
.get-access-sticky img {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 80px;
}
