<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);div.certificate__main-header {
  background-color: #131a33 !important;
}

div.certificate__main-header div.container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1207px;
  width: 1180px;
}

div.certificate__main-header nav.navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}

div.certificate__main-header nav.navbar div.container div.collapse a {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}

div.certificate__main-header nav.navbar div.container div.collapse a:hover {
  color: #20ce92 !important;
}

div.certificate__main-header nav.navbar ul.nav.navbar-nav {
  position: relative;
  left: -25px;
}

div.certificate__main-header nav.navbar ul.nav.navbar-nav .glyphicon {
  margin-right: 0;
}

.certificate__header {
  font-family: "OpenSans", sans-serif;
  background-color: #131a33;
  padding: 144px 12px 110px;
}

.certificate__header-inner {
  position: relative;
  width: 1150px;
  padding-right: 15px;
  margin: 0 auto;
}

.certificate__header-text-box {
  color: #fff;
  font-weight: bolder;
  width: 38%;
  text-align: left;
}

.certificate__title {
  font-size: 44px;
  margin-bottom: 20px;
}

.certificate__author {
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 10px;
  margin-left: -30px;
  background-color: #20ce92;
  font-size: 36px;
  line-height: 44px;
}

.certificate__description {
  font-size: 22px;
  text-align: left;
  margin-bottom: 15px;
}

.certificate__subject {
  color: #20ce92;
}

div.square.certificate__square {
  right: 50%;
  top: -20px;
  margin: 0;
  z-index: 1;
}

div.eye.certificate__eye {
  right: 40%;
  top: 160px;
  margin: 0;
  z-index: 1;
}

div.flag.certificate__flag {
  left: unset;
  right: 3%;
  top: -50px;
  margin: 0;
  z-index: 1;
}

div.croos.certificate__cross {
  right: 10%;
  top: 200px;
  margin: 0;
  z-index: 1;
}

.certificate__icon {
  position: absolute;
  top: 0;
  left: 50%;
}

.certificate {
  max-width: 100%;
  background-color: #fff;
  color: #000;
}

.certificate__inner {
  width: 1235px;
  margin: 0 auto;
  padding: 100px 40px 250px;
}

.certificate__results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 213px;
     -moz-column-gap: 213px;
          column-gap: 213px;
  row-gap: 100px;
}

.certificate__lesson {
  text-align: center;
  margin-bottom: 40px;
}

.certificate__lesson-title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bolder;
}

.certificate__lesson-description {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
}

.certificate__lesson-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 65px;
}

.certificate__lesson-stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.certificate__lesson-stats-item-value {
  font-size: 22px;
  font-weight: bolder;
  color: #20bcce;
}

.certificate__lesson-stats-item-value span {
  font-size: 18px;
}

.certificate__lesson-stats-item-title {
  font-size: 12px;
  font-weight: bolder;
}

div.certificate__footer {
  background-color: #131a33;
  padding: 75px 0;
}

div.certificate__footer div.container footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.certificate__footer .copyright {
  text-align: center;
}

div.certificate__footer .copyright a {
  color: #8b8eab;
  -webkit-transition: color .3s;
  transition: color .3s;
  line-height: 20px;
}

div.certificate__footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
  .certificate__header-inner {
    width: 900px;
  }

  .certificate__icon-box {
    right: 4%;
    top: -20px;
    width: 53%;
  }

  .certificate__inner {
    width: 900px;
  }

  .certificate__results {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
}

@media screen and (max-width: 1050px) {
  .certificate__icon {
    left: 40%;
  }
}

@media screen and (max-width: 980px) {
  .certificate__header-inner {
    width: 100%;
  }

  .certificate__inner {
    width: 100%;
    padding: 50px 15px 250px;
  }

  .certificate__results {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 50px;
  }

  .certificate__lesson-stats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .certificate__lesson-stats-item {
    margin: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .certificate__lesson-stats-item-value {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 930px) {
  .certificate__icon {
    display: none;
  }

  .certificate__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .certificate__header-text-box {
    width: 100%;
    text-align: center;
  }

  .certificate__description {
    text-align: center;
  }

  div.square.certificate__square {
    right: unset;
    left: 10px;
    top: -70px;
  }

  div.eye.certificate__eye {
    right: unset;
    top: unset;
    left: 30px;
    bottom: -70px;
  }

  div.flag.certificate__flag {
    right: 10%;
    top: -90px;
  }

  div.croos.certificate__cross {
    right: 10%;
    top: unset;
    bottom: -50px;
  }

  .certificate__author {
    padding: 5px 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 880px) {
  .certificate__results {
    grid-template-columns: 1fr;
  }

  .certificate__lesson {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  div.certificate__main-header div.container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }

  div.certificate__main-header div.container .navbar-header {
    width: 100%;
  }

  div.certificate__main-header ul.nav.navbar-nav {
    left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .certificate__lesson {
    padding: 0;
  }

  .certificate__lesson-stats {
    padding: 0;
  }
}

.sale-banner {
  width: 100%;
  max-width: 380px;
  min-height: 488px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.sale-banner__bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.sale-banner__title {
  width: 100%;
  padding: 0 25px 0 60px;
  position: relative;
  margin-top: 100px;
  color: #76ca52;
  font-family: "CourierNew", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
}

.sale-banner__title::before {
  content: "$";
  position: absolute;
  top: 0;
  left: 34px;
  font-weight: normal;
  color: #6d6d6d;
}

.sale-banner__title::after {
  content: "$";
  position: absolute;
  bottom: 0;
  left: 34px;
  font-weight: normal;
  color: #6d6d6d;
}

.sale-banner__text {
  width: 100%;
  margin-top: 5px;
  padding: 0 25px 0 60px;
  position: relative;
  color: #76ca52;
  font-family: "CourierNew", sans-serif;
  font-size: 18px;
}

.sale-banner__btn {
  position: relative;
  margin-top: 25px;
  background-color: #00ce92;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sale-banner__btn:hover,
.sale-banner__btn:focus {
  background-color: #00a877;
}

@media screen and (max-width: 400px) {
  .sale-banner {
    min-height: 300px;
  }

  .sale-banner__title {
    width: 100%;
    padding: 0 20px 0 40px;
    position: relative;
    margin-top: 70px;
    font-size: 22px;
    letter-spacing: 1px;
  }

  .sale-banner__title::before {
    left: 20px;
  }

  .sale-banner__title::after {
    left: 20px;
  }

  .sale-banner__text {
    margin-top: 0;
    padding: 0 20px 0 40px;
    font-size: 14px;
  }

  .sale-banner__btn {
    margin-top: 15px;
  }
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

</pre></body></html>